/*Global*/
*{
	font-family: 'Lato';
}
html{
	height: 100%;
}
body{
	height: 100%;
	margin-top:60px;
	color:#231f20;
	-webkit-backface-visibility:hidden !important;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}
p{
	margin-bottom: 10px;
}
a{
	transition: all .5s ease; 
}
a:hover{
	transition: all .5s ease; 
}

.red{
	background-color:#a41b20; 
}
.blue{
	background-color:#6a8d9d; 
}
.white{
	background-color:#fff; 
}
.grey{
	background-color:#231f20
}
.red-font{
	color:#a41b20; 
}
.blue-font{
	color:#6a8d9d; 
}
.white-font{
	color:#fff; 
}
.grey-font{
	color:#231f20;
}
.red-border{
	border-bottom:1px solid #a41b20;
	box-sizing: border-box; 
}
.blue-border{
	border-bottom:1px solid #6a8d9d;
	box-sizing: border-box; 
}
.white-border{
	border-bottom:1px solid #fff;
	box-sizing: border-box; 
}
.grey-border{
	border-bottom:1px solid #231f20;
	box-sizing: border-box;
}
.lato-border{
	font-family: Lato !important;
}
.red-break{
	display: block;
	width: 100%;
	height: 1px;
	background:#a41b20; 
	clear:both;
	margin:15px auto;
}

.uppercase{
	text-transform: uppercase;
}
.normal-weight{
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.clear{
	clear:both;
}

.button{
	display: inline-block;
	border:1px solid transparent;
	border-radius:5px;
	padding:10px 50px;
	margin:15px auto;
	color:#fff !important;
	font-weight: normal !important;
	font-size:14px;
	line-height: 14px;
	text-transform: uppercase;
	transition: all .5s ease;
	background: #a41b20 !important;
	box-sizing: border-box;
	text-align: center;
}
.button.large-button{
	padding:15px 70px;
	font-size:16px;
	line-height: 16px;
}
.button:hover{
	border:0px solid #a41b20;
	background:#231f20 !important;
	transition: all .5s ease;
	border:1px solid #fff;
	box-sizing: border-box;
}

.buttonNew{
	display: inline-block;
	border:1px solid #fff;
	border-radius:5px;
	padding:10px 50px;
	margin:15px auto;
	color:#fff !important;
	font-size:18px;
	text-transform: uppercase;
	transition: all .5s ease;
	text-align: center;
}
.buttonNew:hover{
	border:1px solid #a41b20;
	color:#a41b20 !important;
	transition: all .5s ease;
}

img{
	max-width: 100%;
}

.parallax-window {
    background: transparent;
}

.content-container{
	background:transparent;
}

/*Header*/
.rainbow-bar{
	display: none;
}
.header.header-scrolled{
	height: 60px;
}
.navigation-container {
	z-index: 1000;
	position: relative;
	background: #fff;
	border-top: 1px solid #231f20;
	border-bottom: 1px solid #231f20;
	box-sizing:border-box;
}
.header-scrolled .navigation-container{
	min-height: 60px;
}
.header-top{
	position: fixed;
	top:0px;
	z-index: 99;
	background: #a41b20;
	width: 100%;
	height: 120px;
	color:#fff;
}
.header-top a{
	color:#fff;
	transition: all 0.15s ease 0.15s;
}
.header-top a:hover{
	color:#6a8d9d;
	transition: all 0.15s ease 0s;
}
.header-top a .fa{
	font-size: 20px;
	line-height: 60px;
}
.header-top .social-section{
	text-align: left;
	line-height: 60px;
}
.header-top .contact-section{
	text-align: right;
	line-height: 60px;
}
.header-top .contact-section a{
	margin-left:25px;
}
.header-top .contact-section span{
	padding-left:10px;
	line-height: 50px;
	top: -3px;
	position: relative;
	font-size:14px;
}

.navigation > li > a{
	font-size: 14px !important;
}
.navigation > li > a:hover, 
.navigation .dropdown:hover a{
	color:#a41b20 !important;
}

.navigation .dropdown:hover .sub-menu{
	top:78px !important;
}
.header.stuck .navigation .dropdown:hover .sub-menu {
  top: 62px !important;
}
.navigation .current-menu-item a{
	color:#a41b20 !important;
}
.navigation .sub-menu{
	padding:0 0px;
	background: #231F20 !important;
}
.navigation .sub-menu li{
	background: #231F20 !important;
	
}
.navigation .sub-menu li a{
	padding-left:0px;
	padding-right:0px;
	background: transparent !important;
	border-bottom:1px solid #423838 !important;
	color:#fff !important;
	padding:15px;
	font-size: 14px !important;
}
.navigation .dropdown:hover .sub-menu li a{
	color:#fff !important;	
}
.navigation .sub-menu li:last-of-type a{
	border:0px !important;
}
.navigation .dropdown:hover .sub-menu li a:hover{
	padding-left:15px;
	background:transparent !important;
	color:#618694 !important;
}
.navigation-search:hover .fa-search {
	color: #a41b20 !important;
}

/*layer slider*/
.ls-slide .ls-l{
	width: 100%;
	height: 100%;
}

.ls-nav-next,
.ls-nav-prev{
	/*hide the background*/
	background: transparent !important;
	position:relative;
}
.ls-nav-prev:before{
	font-size:32px;
	font-family:FontAwesome;
	content:'\f053';
	vertical-align:middle;
	color: #231F20;
	position:absolute;
	top:20px;
	left:0px;
}
.ls-nav-next:before{
	font-size:32px;
	font-family:FontAwesome;
	content:'\f054';
	vertical-align:middle;
	color: #231F20;
	position:absolute;
	top:20px;
	right:0px;
}


.slider-content{
	display: inline-block;
	background: rgba(35, 31, 32, 0.85);
	width: 50%;
	padding:15px;
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
.slider-inner{
	display: inline-block;
	width: 100%;
	height: 100%;
	border-top:1px solid #618694;
	border-bottom:1px solid #618694;
	padding:15px 0;
	overflow: hidden;
}
.slider-content h2{
	font-size: 60px;
	line-height: 60px;
}
.slider-content p{
	font-size:20px;
	padding-right:20px;
	text-shadow: none !important;
	font-family: 'Lato';
}
.slider-content ul{
	list-style: initial;
}
.slider-content ul li{
	font-size:20px;
	padding-right:20px;
	font-weight: 300 !important;
	text-shadow: none !important;
	display: inline-block;
}
.slider-content ul li:before{
	font-size:10px;
	font-family:FontAwesome;
	content:'\f111';
	vertical-align:middle;
	padding-right:10px;
}


.slider-content-mobile{
	display: inline-block;
	background: rgba(35, 31, 32, 0.85);
	width: 100%;
	color:#fff;
	font-size:20px;
	font-weight:normal;
}

.mobile-slide{
	padding:15px;
}
.slider-inner-mobile{
	display: inline-block;
	width: 100%;
	height: 100%;
	border-top:1px solid #618694;
	border-bottom:1px solid #618694;
	padding:15px 0;
	overflow: hidden;
}
.slider-inner-mobile h2{
	line-height: 30px !important;
}


/*service section*/
.service-container{
	width: 100%;
	height: 100%;
	background: #fff;
}
.services-section{
	display: flex;
    justify-content: space-between;
	padding:25px 0;
	background: #fff;
}
.service-item{
	display: inline-block;
	width: 20%;
	margin:0 20px;
	overflow: hidden;
	position:relative;
	z-index:1;
}
.service-item .service-inner{
	background-color:#a41b20;
	transition: all .5s ease;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-filter:brightness(50%);
	-moz-filter:brightness(50%);
	filter:brightness(50%);	
}
.service-item:hover .service-inner{
	transition: all .5s ease;
	background-color: #a41b20;
	background-blend-mode: luminosity;
	-webkit-filter: contrast(1) brightness(50%);
	-moz-filter: contrast(1) brightness(50%);
	filter: contrast(1) brightness(50%);	
	transform: scale(1.2);
}

.service-item .service-content{
	position: absolute;
	top:0px;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.service-item .service-content .service-content-inner{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding:0 10px;
}
.service-item .service-content .service-content-inner h2{
	transition: all .15s ease;
	position: relative;
	top:15px;
	margin:0 auto;
	margin-top:-15px;
	text-shadow: 5px 5px 10px #000;
}
.service-item:hover .service-content .service-content-inner h2{
	transition: all .15s ease;
	position: relative;
	top:0px;
	margin-top:0px;
	margin-bottom: 10px;
}
.service-item .service-content .service-content-inner p{
	margin:0 auto;
	visibility: hidden;
	opacity: 0;
	height: 0px;
	font-size:14px;
	line-height: 16px;
	transition: all .5s ease;
}
.service-item:hover .service-content .service-content-inner p{
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: all .5s ease;
}

/*home-about*/

.home-about{
	position: inherit;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 675px;
	color:#fff;
	overflow: hidden;
}
.home-about-inner{
	display: block;
	width: 100%;
	max-width: 1170px;
	height: 100%;
	min-height: 675px;
	margin:0 auto;
	background:url('../avian/img/about-staff.png') bottom left no-repeat; 
	background-size:50% auto;
	position: relative;
}
.home-what-is{
	display: table;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 0;
	min-height: 675px;
	float: right;
}
.home-what-is-inner{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	color:#fff;

}
.home-what-is-inner h2{
	font-size: 40px;
	line-height: 40px;
	padding:10px 0;
	border-top:1px solid #6a8d9d;
	border-bottom: 1px solid #6a8d9d;
}
.home-what-is-inner p{
	text-shadow: 3px 3px 10px #000;
	font-size:18px;	
}


/*home why slider*/
.home-testimonials{
	display: block;
	width: 100%;
	min-height: 200px;
	background:#231f20;
}
.home-why-slider{
	display: block;
	width: 100%;
	height: 100%;
	background:transparent;
	padding: 30px 0;
}
.home-why-slider-inner{
	display: table;
	width: 100%;
	max-width: 1170px;
	
	height: 0;
	margin:0 auto;
	text-align: center;
	position: relative;
}
.home .home-why-slider-inner{
	min-height: 200px;
}
.home-why-slider-inner .testimonial-section{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.home-why-slider-inner .why-slide{
	/*top:50% !important;*/
}
.home .home-why-slider-inner .why-slide{
	top:50% !important;
}
.home-why-slider-inner .why-slide h2{
	font-size:40px;
	line-height: 40px;
	margin:0px auto 10px;
	text-align: center;
	display: inline-block;
}
.home-why-slider-inner .why-slide p{
	font-size: 16px;
	line-height: 18px;
	margin:0 auto;
}
.home-why-slider-inner .why-slide-inner{
	display: block;
	width: 70%;
	margin:0 auto;
	padding:0 90px;
	position: relative;
}
.home-why-slider-inner .why-slide-inner h2:before{
	display: block;
	width: 80px;
	height: 65px;
	content: ' ';
	position: absolute;
	background:url('../avian/img/quotation.png') center center no-repeat; 
	top: -25px;
	margin-left: -100px;
}
#test-prev{
	position: absolute;
	left:0px;
	top:50%;
	font-size:24px;
	z-index: 9999999;
}
#test-next{
	position: absolute;
	right:0px;
	top:50%;
	font-size:24px;
	z-index: 9999999;
}
.page .end-testi-nav a{
	color:rgba(255,255,255,.5);
}
.page .end-testi-nav a:hover{
	color:rgba(255,255,255,1);
}

/*home become agent*/
.home-become-agent{
	position: static;
	display: block;
	width: 100%;
	min-height: 200px;
	color:#fff;

}
.home-become-agent-inner{
	display: table;
	width: 100%;
	max-width: 1170px;
	height: 0;
	min-height: 200px;
	margin:0 auto;
}
.become-agent-content{
	display: table-cell;
	vertical-align: middle;
}
.become-agent-content h2{
	font-size:40px;
	line-height: 40px;
	margin:0px auto 10px;
	text-align: center;
}
.become-agent-content p{
	font-size: 16px;
	line-height: 18px;
	display: block;
	width: 70%;
	margin:0 auto;
	text-align: center;
}

/*home contact*/
.home-contact{
	display: block;
	width: 100%;
	min-height: 560px;
	background:url('../avian/img/truck-bg-final.jpg') left center no-repeat #fff;
}
.home-contact-inner{
	display: block;
	width: 100%;
	max-width: 1170px;
	height: 100%;
	padding:50px 0;
	margin:0 auto;
}
.home-contact-left h2{
	font-size: 40px;
	line-height: 40px;
	padding:10px 0;
	border-top:1px solid #6a8d9d;
	border-bottom: 1px solid #6a8d9d;
	padding-right:100px;	
}
.home-contact-left .contact-content{
	padding-right: 100px;
}
.home-contact-left p{
	display: block;
	color:#231f20;
}

.home-contact-right{
	position: relative;
}
.home-contact-toggle{
	display:table;
	width: 100%;
	height: 65px;
	margin-bottom: 20px;
	font-size: 0px;
	vertical-align: top;
}
.home-contact-toggle img{
	display:inline-block;
	vertical-align:top;
}
.home-contact-toggle > span{
	display:inline-block;
	color:#000;
	line-height: 65px;
	height:65px;
	font-size: 12px;
	vertical-align:top;
}
.toggle-button{
	display: inline-block;
	width: 100px;
	height:65px;
	background:#231f20;
	cursor: pointer;
}
.toggle-button.toggle-contact,
.toggle-button.toggle-map{
	background:#231f20;
}
.toggle-button.active{
	background:#a41b20;
}
.toggle-button span{
	color:#fff;
	display: block;
	width: 100%;
	padding: 18px 0;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
}


.home-contact-form{
	position: absolute;
  	top: 85px;
  	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
}
.home-contact-form.active{
	visibility: visible;
	opacity: 1;
	transition: all .5s ease;
}
.home-contact-form .frm_form_fields input,
.home-contact-form .frm_form_fields textarea{
	border-radius:0px !important;
	border:1px solid #a41b20 !important;
	background:#fff !important;
}
.home-contact-form .frm_primary_label{
	display: none !important;
}
.home-contact-form .frm_form_fields input::-webkit-input-placeholder,
.home-contact-form .frm_form_fields textarea::-webkit-input-placeholder  {
   color:#a41b20;
}
.home-contact-form .frm_form_fields input:-moz-placeholder,
.home-contact-form .frm_form_fields textarea:-moz-placeholder { /* Firefox 18- */
   color:#a41b20;  
}
.home-contact-form .frm_form_fields input::-moz-placeholder,
.home-contact-form .frm_form_fields textarea::-moz-placeholder {  /* Firefox 19+ */
   color:#a41b20;  
}
.home-contact-form .frm_form_fields input:-ms-input-placeholder,
.home-contact-form .frm_form_fields textarea:-ms-input-placeholder {  
   color:#a41b20;  
}
.home-contact-form .frm_form_fields input[type="submit"]{
	display: inline-block;
	border:0px solid #fff !important;
	border-radius:5px !important;
	padding:10px 50px !important;
	color:#fff !important;
	font-size:18px;
	text-transform: uppercase;
	background:#a41b20 !important;
	transition: all .5s ease;
}
.home-contact-form .frm_form_fields input[type="submit"]:hover{
	color:#fff !important;
	transition: all .5s ease;
}
.home-network-map{
	position: absolute;
  	top: 85px;
  	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
}
.home-toggle-result.active{
	visibility: visible;
	opacity: 1;
	transition: all .5s ease;
}

/*home endorsements*/

.home-endorsements{
	display: block;
	width: 100%;
	height: 300px;
	background: #fff;
	color:#fff;
	border-top:1px solid #231f20;
}
.home-endorsements-inner{
	display: table;
	width: 100%;
	max-width: 1170px;
	height: 200px;
	margin:0 auto;
	position: relative;
}
.home-endorsements-inner h2{
	font-size:40px;
	line-height: 40px;
	margin:20px auto;
	text-align: center;
}

.endorsements-container{
	display: block;
	width: 75% !important;
	height:200px !important;
	margin:0 auto;
	display: flex;
    justify-content: space-between;
}
.endorsement-item{
	text-align: center;
}
.endorsement-item img{
	max-width: 90%;
	max-height: 90%;
}
#end-prev{
	position: absolute;
	left:0px;
	top:50%;
	font-size:24px;
}
#end-next{
	position: absolute;
	right:0px;
	top:50%;
	font-size:24px;
}


/*interior page assets*/
.page-title-wrap{
	display: block;
	background-image: url('../avian/img/breadcrumbs.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
	width: 100%;
	height: 100px;
}
.page-title-section{
	display: block;
	width: 100%;
	height: 100px;
	background-color:rgba(0,0,0,0.60);
	position: relative;
}
	
.page-title-inner{
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1170px;
	margin:0 auto;
	position: relative;

}
.page-title-adj{
	display: block;
	width: 100%;
	height: 42px;
	position: absolute;
	top:50%;
	margin-top:-21px;
}
.page-title{
	font-size: 42px;
	margin: 0 auto;
	line-height: 42px;
}

.wpb_text_column h2{
	font-size: 35px;
	line-height: 45px;
	box-sizing: border-box;
}

.ui-tabs-nav li{
	display: table;
	width: 100px;
	height:65px;
	background:#231f20 !important;
	cursor: pointer;
	border:0px !important;
}
.ui-tabs-nav li.ui-state-active{
	background:#a41b20 !important;
}
.ui-tabs-nav li{
	display:table;
	overflow:hidden;
	text-align:center;
}
.ui-tabs-nav li a.ui-tabs-anchor{
	background: transparent !important;
	box-shadow: none !important;
	border:0px !important;
	color:#fff !important;
	display: table-cell !important;
	width: 75%;
	padding: 18px 0 !important;
	text-align: center;
	font-weight: inherit !important; 
	font-size: 16px !important;
	line-height: 16px !important;
	font-family: Lato !important;
	text-transform: uppercase !important;
	margin: 0 auto;
	white-space:normal !important;
	vertical-align:middle;
}
.wpb_tour .ui-tabs-anchor:hover{
	padding-left:0px !important;
}
.ui-widget-content .wpb_wrapper h2{
	font-size: 35px;
	line-height: 45px;
	border-bottom: 1px solid #6a8d9d;
	box-sizing: border-box;
}


.int-sidebar{
	border-left: 1px solid #6a8d9d;
	box-sizing: border-box;
}
.widgettitle{
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
}
.textwidget p{
	font-size:16px;
	line-height: 16px;
}


.wpb_video_widget{
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #fff;
}

.wpb_wrapper .frm_form_field{
	display: inline-block;
	float:left;
	width: 50%;
	margin-bottom:10px;
}
.wpb_wrapper .frm_form_field .frm_form_field{
	display: inline-block;
	float:left;
	width: 100%;
	margin-bottom:10px;
}
.wpb_wrapper form input[type="text"],
.wpb_wrapper form input[type="email"],
.wpb_wrapper form input[type="tel"],
.wpb_wrapper form select,
.wpb_wrapper form textarea{
	width: 98% !important;
	display: inline-block !important;
	border:1px solid #a41b20 !important;
	color:#a41b20 !important;
	margin:0 auto;
	border-radius: 0px !important;
}
.wpb_wrapper form .frm_form_field .frm_form_field input[type="text"],
.wpb_wrapper form .frm_form_field .frm_form_field input[type="email"],
.wpb_wrapper form .frm_form_field .frm_form_field input[type="tel"],
.wpb_wrapper form .frm_form_field .frm_form_field select,
.wpb_wrapper form .frm_form_field .frm_form_field textarea{
	width: 100% !important;
}
.wpb_wrapper form select{
	width: 100% !important;
	font-family: 'Lato' !important;
	border-radius: 0px !important;
	-webkit-appearance: none;
	height: 40px !important;
	background:transparent !important;
}
.wpb_wrapper form textarea{
	width: 100% !important;
}
.wpb_wrapper form input[type="submit"]{
	height: auto !important; 
	display: inline-block;
	border:1px solid transparent;
	border-radius:5px;
	padding:15px 70px !important;
	margin:15px auto;
	color:#fff !important;
	font-weight: normal !important;
	font-size:16px !important;
	line-height: 16px;
	text-transform: uppercase;
	transition: all .5s ease;
	background: #a41b20 !important;
	box-sizing: border-box;
}
.wpb_wrapper form input[type="submit"]:hover{
	border:0px solid #a41b20;
	background:#231f20 !important;
	transition: all .5s ease;
	border:1px solid #fff;
	box-sizing: border-box;
}

.page-id-4882 .wpb_wrapper form input[type="text"],
.page-id-4882 .wpb_wrapper form input[type="email"],
.page-id-4882 .wpb_wrapper form input[type="tel"],
.page-id-4882 .wpb_wrapper form select,
.page-id-4882 .wpb_wrapper form textarea{
	width: 98% !important;
	display: inline-block !important;
	border:1px solid #a41b20 !important;
	color:#a41b20 !important;
	margin:0 auto;
	border-radius: 0px !important;
}



.wpb_wrapper .home-why-slider{
	background: transparent;
}

.wpb_wrapper .img-border div img{
	padding: 15px;
	border: 1px solid #fff;
	width: 90%;
	margin:0 auto;
}

.wpb_wrapper p{
	line-height: inherit;
}

.full-width{
	border:0px !important;
}
.hentry ul{
	list-style: circle !important;
}
.hentry ul li {
	font-size: 16px !important;
	font-weight: 300 !important;
}

.team-member h1{
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 0px;
}
.team-member .post-meta{
	font-size: 14px;
  	color: #555 !important;
  	border-bottom: 1px solid #618694;
  	margin-bottom: 10px !important;
  	padding-bottom: 10px !important;
}

.widget_simplersswidget > a {
	display: none;
}

.breadcrumbs ul li{
	font-family: 'Lato' !important;
}

/*footer*/

.sub-footer{
	background: #231f20;
}
.sub-footer p{
	color:#fff;
	font-size: 16px;
	line-height: 18px;
}
.footer-contact-info a:hover span{
	color:#618694 !important;
}
.footer-blog-title{
	font-size: 16px;
}
.footer-blog-posts li{
	margin:0 auto;
	padding:0;
} 
.footer-blog-posts li a{
	display:block;
	position: relative;
	font-size: 14px;
	line-height: 16px;
	margin:0 auto;
	font-weight: normal;
	padding:10px 10px 10px 0;
	color:#6a8d9d;
}
.footer-blog-posts li a:hover{
	color:#fff;
}
.footer-blog-posts li a:after{
	font-size: 12px;
	font-family: FontAwesome;
	content:'\f101';
	position: absolute;
	right: 0px;
}

.footer-menu{

}
.footer-menu ul{
	text-align:right;
	opacity:1;
	font-size:14px;
}
.footer-menu ul#menu-footer-menu > li{
	width: 15%;
	vertical-align: top;
	display:inline-block;
	text-align:left;
	padding:0px;
	margin:0px;
	border:0px;
}
.footer-menu ul > li i{
	display:none;
}
.footer-menu ul > li > a{
	color:#fff;
	opacity:1;
	font-size:16px;
	transition: all .5s ease; 
}
.footer-menu ul > li > a:hover{
	color:#6a8d9d;
	transition: all .5s ease; 
}
.footer-menu ul > li ul{
	text-align:left;
}
.footer-menu ul > li ul li{
	text-align:left;
	border:0px;
	padding:0px;
	margin:0px;
	line-height:18px;;
}
.footer-menu ul > li ul li a{
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	color:#6a8d9d;
	transition: all .5s ease; 
}
.footer-menu ul > li ul li a:hover{
	color:#fff;
	transition: all .5s ease; 
}


footer .footer{
	height: 60px;
	line-height: 60px;
	background:#a41b20;
	color:#fff;
}
footer .footer .container,
footer .footer .row{
	margin-top: 0px;
	margin-bottom: 0px;
}
footer .footer .copyright-text{
	height:60px;
	font-size: 12px;
	line-height: 14px;
	color:#fff;
	margin-top:0px;
	margin-bottom: 0px;
	opacity: 1;
}
footer .footer .copyright-text span{
	display: block;
	margin-top: 15px;
	color:#fff;
}
footer .footer .footer-icons{
	font-size:20px;
	color:#fff;
	text-align: right;
	opacity: 1;
}
footer .footer .footer-icons a{
	color:#fff;
}
footer .footer .footer-icons a:hover{
	color:#618694;
}



.breadcrumbs-wrap{
	width: 100%;
	margin-top:40px;
}
.breadcrumbs{
	display: inline-block;
	font-size:0px;
	color:transparent;
}
.breadcrumbs > span{
	display: inline-block;
	padding:0 5px 0 10px;
	line-height: 24px;
	height:24px;
	background:#221E1F;
	font-size:12px;
	color:#fff !important;
	overflow:hidden;
}
.breadcrumbs > span > a:after{
	display:none;
	
}
.breadcrumbs span a{
	color:#fff !important;
	font-weight: normal;
}
.breadcrumbs span:nth-of-type(1){
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}




.breadcrumbs span:nth-of-type(2){
	background: #6A8D9D;
	padding: 0 5px 0 0px;
}
.breadcrumbs > span:nth-of-type(2):before{
	display: inline-block;
	content:' ';
	background: url('../avian/img/bread_start-end.png') center center no-repeat;
	width: 18px;
	height: 24px;
	vertical-align:top;
	margin-right: 5px;
}
.breadcrumbs > span:nth-of-type(2):after{
	display: inline-block;
	content:' ';
	background: url('../avian/img/bread-end.png') center center no-repeat;
	width: 16px;
	height: 24px;
	vertical-align: middle;
	position: absolute;
	padding-left: 5px;
}
.breadcrumbs > span.three-crumbs:nth-of-type(2):after{
	display: inline-block;
	content:' ';
	background: url('../avian/img/bread-end.png') center center no-repeat;
	width: 16px;
	height: 24px;
	vertical-align: middle;
	position: absolute;
	padding-left: 5px;
}

.breadcrumbs span.three-crumbs:nth-of-type(3){
	background: #525252;
	padding: 0 0 0 20px;
}
.breadcrumbs > span.three-crumbs:nth-of-type(3):after{
	display: inline-block;
	content:' ';
	background: url('../avian/img/bread_end-end.png') center center no-repeat;
	width: 17px;
	height: 24px;
	vertical-align:top;
	float:right;
	margin-right:-1px;
}

.breadcrumbs span.four-crumbs:nth-of-type(3){
	display: none;
}
.breadcrumbs span.four-crumbs:last-of-type{
	background: #525252;
	padding: 0 0 0 20px;
}
.breadcrumbs > span.four-crumbs:last-of-type:after{
	display: inline-block;
	content:' ';
	background: url('../avian/img/bread_end-end.png') center center no-repeat;
	width: 17px;
	height: 24px;
	vertical-align:top;
	float:right;
	margin-right:-1px;
}


.breadcrumbs span > span{
	padding:0px !important;
}


@media (max-width: 1700px) {

	.ls-wp-fullwidth-container,
	.ls-wp-fullwidth-helper,
	.ls-container,
	.ls-inner,
	.ls-slide{
		height: 500px !important;
	}
	.ls-slide img{
		width: 100% !important;
		/*height: 100% !important;*/
		margin-top:0px !important;
		margin-left:0px !important;
	}
	.ls-l{
		top:25% !important;

	}
}
@media (max-width: 1376px) {
	.ls-wp-fullwidth-container,
	.ls-wp-fullwidth-helper,
	.ls-container,
	.ls-inner,
	.ls-slide{
		height: 350px !important;
	}
	.ls-l{
		left:10% !important;
	}
	.slider-content{
		width: 65%;
	}
}
@media (max-width: 1100px) {
	body{
		margin-top:0px;
	}
	.sticky-wrapper{
		height: auto !important;
	}
	.mobile-nav-container{
		position: fixed !important;
		top:0px;
	}
	.page-container{
		padding-top: 60px;
	}
	.ls-l{
		top:10% !important;
		left:0px !important;
		right:0px !important;
		width: 100%;
		text-align: center;
	}
	.slider-content{
		width: 80%;
		text-align: left;
	}	
	.services-section{
		flex-wrap: wrap;
		width: 100%;
	}
	.service-item{
		width: 35% !important;
		display: inline-block;
		margin:20px;
	}
	.home-contact-left h2{
		padding-right:inherit;
	}
	.page-title{
		width: 90%;
  		font-size: 24px;
  		line-height: 24px;
	}
	.page-title-adj {
		height: 24px;
		margin-top: -12px;
	}		
	footer .footer{
		height: auto !important;
	}
	.footer-menu ul > li > a{
		font-size:12px;
	}
	.footer-menu ul > li ul li a{
		font-size:12px;
	}

}

@media (max-width: 980px) {
	.home-contact{
		background-position: center center;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
	}
	.home-contact-inner{
		width: 90%;
		margin:0 auto;
	}
	.home-contact-right {
		position: relative;
		min-height: 400px;
	}
	.home-what-is{
		display: block;
		width: 100%;
		text-align: center;
	}
	.home-what-is-inner{
		display: inline-block;
		width: 90%;
		margin: 50px auto 300px;
		color:#fff;
		text-align: left;
	}
	.home-about-inner{
		background-size: 50% auto;
		background-position: bottom center;
	}
	.footer-menu-span{
		display: none;
	}
	.footer-emp-login{
		width: 100%;
		margin:0 auto;
		text-align: center;
	}
}
@media (max-width: 800px) {
	.slider-content h2{
		font-size: 40px;
		line-height: 40px;
	}
	.slider-content p{
		font-size:16px;
	}
	.slider-content ul li{
		font-size:16px;
	}
	.slider-content ul li:before{
		font-size:8px;
	}	
}
@media (max-width: 768px) {
	.home-about-inner{
		background-size: 60% auto;
		background-position: bottom center;
	}
	.page.hentry{
		width: 90%;
		margin:0 auto;
	}
	.widget{
		text-align: center;
	}
	.int-sidebar{
		border:0px;
	}
	.ui-tabs-panel{
		float:right !important;
	}
	.ui-tabs-panel > div{
		padding-left:10px;
	}
	.button{
		width: auto !important;
	}
	iframe{
		width: 100% !important;
		height: 100% !important;
	}
	.services-section {
		display: block;
		text-align: center;
	}
	.team-member .entry{
		margin-bottom: 40px;
	}
	.footer-contact-info{
		width: 90%;
		margin:0 auto;
		text-align: center;
		float:inherit;
		padding-top:20px;
	}
	.wpb_wrapper .frm_form_field{
		width: 100%;
	}
	.dropdown:before{
		width: 60px !important;
		height: 60px !important;
		top:0px !important;
		right:0px !important;
	}
	.sub-footer .container{
		width: 90%;
		margin:0 auto;
	}
	.type-post,
	.widget-area{
		width: 90%;
		margin:0 auto;
		padding:0;
		float:none;
	}
	.footer-blog-posts{
		display: none;
	}
	footer .footer .footer-icons{
		text-align: center;
	}
	.ls-slide img{
		width: 125% !important;
		height: 100% !important;
		margin: 0 auto !important;
		left: -25% !important;
	}	
	.breadcrumbs{
		display: block;
		width: 90%;
		margin:0 auto;
	}
	.footer-contact-info img{
		margin:0 auto 15px auto !important;
	}
	.footer-contact-info a{
		color:#fff !important;
	}
	.copyright-text > span{
		display: block;
		width: 90%;
		margin:0 auto;
	}
}
@media (max-width: 600px) {
	.service-item{
		width: 50% !important;
		display: inline-block;
		margin:20px;
	}
	.home-about-inner{
		background:transparent;
	}
	.home-why-slider-inner .why-slide h2:before{
		display: none !important;
	}
	.become-agent-content{
		padding: 50px 0;
	}
	.home-why-slider-inner .why-slide-inner{
		padding:0;
	}
	.ls-slide img{
		width: 150% !important;
	}
	.home .home-why-slider-inner{
		min-height: 300px;
	}
	.breadcrumbs{
		display: none;
	}			
}
@media (max-width: 480px) {
	.ui-tabs-panel > div{
		padding-left:0px;
	}
	.slider-content h2{
		font-size: 30px;
		line-height: 30px;
	}
	.slider-content p{
		font-size:14px;
	}
	.slider-content ul li{
		font-size:14px;
	}
	.slider-content ul li:before{
		font-size:6px;
	}
	.ls-slide img{
		left:-15% !important;
	}			
}
@media (max-width: 400px) {
	.service-item{
		width: 75% !important;
		display: inline-block;
		margin:20px;
	}
	.home-endorsements-inner h2{
		font-size: 30px;
	}
}


#toBottom {
	display:block;
	text-decoration:none;
	position:fixed;
	bottom:30px;
	right:30px;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:100%;
	background-color: #111;
	background-image: url(assets/img/backtotop.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	border-radius: 5px;
	z-index: 700;
	transition: all 0.4s;
	-moz-transition: all 0.4s; /* Firefox 4 */
	-webkit-transition: all 0.4s; /* Safari and Chrome */
	-o-transition: all 0.4s; /* Opera */
	z-index: 100000;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);	
}
#toBottom:hover {
	background-color: #000;
	background-image: url(assets/img/backtotop.png);
	background-position: 0px -50px;
}
#toBottom:active, #toBottom:focus {
	outline:none;
}

#wpadminbar{
	z-index: 99999999 !important;
}