/*
	Theme Name: Access-Ability
	Description: Wordpress theme tutorrial
	Version: 1.0
*/

body{
	font-family: 'MyriadPro';
	font-weight: 400;
}
.container{
	max-width: 960px;
	width: 93%;
	margin: 0px auto;
}
.clear{
	clear: both;
}
/*header*/
#header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
}
.header-top{
	padding: 25px 0;
}
.header-top .logo{
	float: left;
}
.header-top .logo a{
	display: inline-block;
}
.header-top .header-top-right{
	float: right;
}
.header-top .header-top-right p{
	margin: 20px 0 0 0;
	padding: 0 0 0 32px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.header-top .header-top-right p:first-child{
	margin: 0;
}
.header-top .header-top-right p.header-phone{
	background: url('images/icon_phone.png') no-repeat left center;
}
.header-top .header-top-right p.header-email{
	background: url('images/icon_email.png') no-repeat left center;
}
.header-top .header-top-right p a{
	color: #000;
	text-decoration: none;
}
.header-top .header-top-right p a {
  color: #000;
  padding: 0 4px;
  text-decoration: none;
}
.header-top .header-top-right p.header-phone span:last-of-type{
	display: none;
}
.main-menu{
	background: #f8f8f8;
	border-bottom: 2px solid #fff;
}
.main-menu .container{
	position: relative;
}
.main-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu ul li{
	display: inline-block;
	margin: 0px 13px;
}
.main-menu ul li a{
	color: #151515;
	font-weight: 600;
	font-size: 16px;
	padding: 15px 15px 12px 15px;
	display: block;
}
.main-menu ul li.current_menu_item a,.main-menu ul li a:hover{
	color: #f55303;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 3px solid #f55303;
}
.header-bottom{
	border-bottom: 2px solid #f2f2f2;
}

.click-menu{
  display: none;
  position: absolute;
  right: 0;
  top: 12px;
  width: 26px;
  text-decoration: none;
  text-align: center;
}
.click-menu span{
  background: #000;
  display: block;
  height: 3px;
  margin: 4px 0px;
  width: 100%;
}
/*content*/
#content{
	margin-top: 165px;
	padding: 18px 0 30px 0;
	position: relative;
}
.sidebar{
	width: 226px;
	border: 1px solid #e8e8e8;
	float: left;
	position: fixed;
	top: 165px;
	margin: 18px 0 0 0;
	background: #fff;
}
.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar ul li{
	padding: 27px 0;
	border-top: 1px solid #e8e8e8;
	text-align: center;
}
.sidebar ul li:first-child{
	border: none;
}
.main-content{
	width: 690px;
	float: right;
}
.banner{
	position: relative;
}
.banner img{
	width: 100%;
}
.banner h3{
	position: absolute;
	display: inline-block;
	background: url('images/title_opacity.png') repeat;
	padding: 25px 20px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	left: 0;
	top: 60px;
}
.banner h3 span{
	font-weight: 700;
}
.title-section{
	color: #f55303;
	font-size: 38px;
	font-weight: 700;
	margin: 10px 0 25px 0;
	padding: 5px 20px;
	border-bottom: 2px solid #f55303;
}
.content-parts-request .title-section span{
	padding-right: 55px;
}
.title-section img {
  margin-left: 20px;
}
.content-parts-request .title-section span{
	background: url('images/icon_request.png') no-repeat right center;
}
.inner-content-about p,.content-what-we-do p{
	color: #3e3e3e;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: justify;
	margin: 0 0 20px 0;
	padding: 0;
}
.inner-content-about ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.inner-content-about ul li{
	float: left;
	margin-left: 2%;
	width: 31.33333%
}
.inner-content-about ul li img{
	width: 100%;
}
.inner-content-about ul li:first-child{
	margin-left: 0;
}
.content-parts-request .col2-form-left{
	width: 300px;
	float: left;
}
.content-parts-request .col2-form-right{
	width: 380px;
	float: right;
	position: relative;
	border: 1px solid #d7d7d7;
}
.content-parts-request input[type="text"],
.content-parts-request input[type="email"],
.content-parts-request input[type="tel"]{
	border: 1px solid #d7d7d7;
	color: #a1a1a1;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 11px;
	font-family: 'MyriadPro';
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance:none ;
}
.content-parts-request textarea{
	border: none;
	color: #a1a1a1;
	font-size: 14px;
	height: 266px;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-family: 'MyriadPro';
	font-weight: 400;
	resize: none;
	border-left: 1px solid #d7d7d7\0/;
	margin-left: -1px\0/;
}
.content-parts-request input[type="submit"]{
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	width: 125px;
	height: 40px;
	padding: 0;
	background: #f55303;
	border: none;
	cursor: pointer;
	font-family: 'MyriadPro';
	float: right;
	margin: 0 -1px -1px 0;
	-webkit-appearance: none;
	-moz-appearance:none ;
	-webkit-border-radius:none;

}
.inner-content-text{
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.content-parts-request .box-select{
    padding: 0;
    margin: 0;
	border: 1px solid #d7d7d7;
    width: 100%;
    overflow: hidden;
    background: #fff url("images/dropdown.png") no-repeat right center;
    color: #a1a1a1;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-parts-request .box-select select{
    height: 42px;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    color: #a1a1a1;
	font-size: 14px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    font-family: 'MyriadPro';
    font-weight: #a1a1a1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
select::-ms-expand {
    display: none;
}
.content-parts-request .box-select select option{
	padding: 5px 0 5px 18px;
}

.content-parts-request .box-select select:focus{
    outline: none;
}
::-webkit-input-placeholder {
	color:#a1a1a1;
}
::-moz-placeholder {
	color:#333; 
} /* firefox 19+ */
:-ms-input-placeholder {
	color:#333; 
} /* ie */
input:-moz-placeholder {
	color:#333; 
}
/*footer*/
#footer{
	background: url('images/bg_border_footer.png') repeat-x top #dbdbdb;
}
.footer-link ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-link {
	margin: 20px 100px 0 0;
	width: 120px;
	float: left;
}
.footer-link ul li{
	line-height: 35px;
}
.footer-link ul li a{
	font-size: 15px;
	color: #454545;
	font-weight: 600;
}
.address-footer{
	width: 300px;
	float: right;
	margin: 50px 0 0 0;
}

.address-footer p{
	margin: 20px 0 0 0;
	padding: 0 0 0 35px;
	color: #454545;
	font-size: 17px;
	font-weight: 600;
}
.address-footer p.footer-phone a {
  padding: 0 5px 0 0;
}
.address-footer p.footer-phone{
	background: url('images/icon_phone_footer.png') no-repeat left center;
}
.address-footer p.footer-phone a{
	padding: 0 5px;
}
.address-footer p.footer-phone span:last-of-type{
	display: none;
}
.address-footer p.footer-email{
	background: url('images/icon_email_footer.png') no-repeat left center;
	font-size: 16px;
}
.address-footer p a{
	color: #454545;
	text-decoration: none;
}
.address-footer .logo-footer{
	margin: 40px 0 0 ;
	display: block;
}
.footer-bottom{
	padding: 18px 0;
	background: url('images/bg_border_footer.png') repeat-x top;
	margin: 10px 0 0 0;
}
.footer-bottom p{
	color: #454545;
	font-size: 14px;
	font-style: italic;
	margin: 0;
	padding: 0;
}

/*page*/
.content-about .inner-content-about .title-section{
	margin-top: 0;
}
.content-about .inner-content-about ul li{
	width: 48%;
}
span.wpcf7-not-valid-tip {
  display: none;
}
div.wpcf7-validation-errors {
  border: 2px solid #f00 !important;
  color: #f00 !important;
}