/*
Theme Name: Guaranteed Auto 2018

Author: Clicksprout Media, Inc.
Author URI: clicksproutmedia.com
*/



*{
   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
}

img{
	width:100%;
	height:auto;
}

body{
font-size: 16px;
line-height: 26px;
font-weight: 400;
letter-spacing: .5px;
    color: #5d5d5d;
	font-family: 'Nunito', sans-serif;
}



h1, h2, h3, h4, h5{
font-family: 'Montserrat', sans-serif;
    color: #2f4656;
font-weight: 700;
}

.line-after, .line-after-left{
position: relative;
margin-bottom: 38px;
}



.line-after::after{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 8px;
    margin: -30px auto;
    content: '';
    opacity: 1;
    background: #e87722;	
}
.line-after-left::after{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 8px;
    margin: -30px 0px;
    content: '';
    opacity: 1;
    background:#e87722;
}

.apply-bar h2{
color:#fff;	
}

a{
color:#000;	
}

a:hover, a:focus{
color:#000;		
}

.page-titles{
margin-top:30px;
margin-bottom:40px;
padding-bottom:15px;
}
.btn-info{
color: #000000;
border-color: rgb(102, 102, 102);
border-radius: 0px;
background-color: transparent;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
text-transform: uppercase;
padding: 15px 40px;
text-align: center;
}

.btn-info-inv{
background-color: transparent;
border-color: #fff;
color: #fff; 
text-shadow: none;
font-weight: 600;
letter-spacing: 1px;	
}


.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info{
border-color: #fff;
background-color: #fff;
color:#000;
}


.btn-info-inv:hover{
background-color:#f0c333; 
border-color:#f0c333; 
color: #fff; 
}

.btn.btn-default {
  border-radius: 0;
}



.btn-default{
color: #fff;
    border-color: #113148;
    border-width: 3px;
    border-radius: 0px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
    padding: 10px 30px 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
 background-color: #113148;
	}

.btn-default.btn-orange{
	background-color:#e87722;
	border-color:#e87722;
}


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default{
background-color: #113148;
border-color:#113148;
color:#fff;
}




.btn.btn-sm{
padding: 10px 30px;
font-size: 12px;	
}

.no-top{
margin-top:0px;

}

.pad-50{
padding-top:50px;
padding-bottom:50px;	
}

.pad-75{
padding-top:75px;
padding-bottom:75px;	
}

.pad-25{
padding-top:25px;
padding-bottom:25px;	
}


.orange{
color: #e87722;
}

.yellow{
    color: #e87722;
}

.fw-400{
font-weight:400;	
}

.fw-700{
font-weight:700;	
}

 img.lg-sep{
width:30%;
margin:10px auto;
display:table;	
}

.white{
background-color:#fff;
width:100%;
float:left;	
}


.upper{
text-transform:uppercase;	
}

.y-box p a{
color:#fff;
font-weight: 400;	
}

.green{
color:rgba(51, 93, 124, 1);	
}

.blue{
color: #065EB2;	
}

h3.engle{
line-height: .2;
margin-top: 40px;
}


/*************HEADER*****************/


.logo h1{
float: left;
display: inline-block;
margin-top: 12px;
margin-left: 8px;
font-size: 32px;
letter-spacing: 1px;
color: #000;
}
.logo h1 span{
display: block;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 24px;
color: #888;
font-family: 'Poppins', sans-serif;
font-weight: 300;	
}

.col-sm-2.middle-nav.hidden-xs{
	padding-left: 0px;
padding-right: 0px;
}


.logo img{
    width: 100%;
    float: left;
    display: inline-block;
 
}

.top-number h1{
color:#000;
margin-top:5px;
font-size:40px;
}
.top-number h3{
margin-bottom:0px;
margin-top:25px;
text-transform:uppercase;
}

/**************************************/



/**********NAVIGATION***************/
.navbar-brand{
	display:none;
}
.navbar-default .navbar-brand{
color:#fff;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
border-color:transparent;	
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
background-color:transparent;	
}
.navbar-default .navbar-toggle .icon-bar{
background-color:#000;	
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
color: #fff;
background-color: transparent;	
}
.navbar-collapse{
padding-right: 0px;
padding-left: 0px;	
border-top: none;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0);
box-shadow: inset 0 1px 0 rgba(255,255,255,0);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
border-color:transparent;	
}
.navbar-default{
background-color: transparent;	
border-color: transparent;	
}
.navbar{
border:none;
border-radius:0px;
min-height: 0px;
margin-bottom: 0px;
}
ul.nav{
margin: 15px 0px 0px;
float: right;
}
nav>li>a{
color: #333;
font-weight: 400;
}

.nav>li{
	display: inline-block;
}

 .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
color: rgba(51, 93, 124, 1);
}

.logo{
display: block;
float: left;

}

.main-nav{
width: 100%;
background-color: #fff;
}



.dropdown-menu{
padding: 0px 0;
margin: 0px 0 0 0px;
border: none;
border-radius: 0px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
border-top:3px solid rgba(51, 93, 124, 1);	
width: auto;
}

.dropdown-menu>li>a{
padding: 10px 20px;
border-bottom: 1px solid #eee;	
font-size: 12px
}

.dropdown-menu>li:last-child>a{
border-bottom: 0px solid #eee;	
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
color: #333;
background-color: #fafafa;	
}



.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{background-color: #065EB2;}


.nav>li>a{
color: #333;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
padding: 30px 20px;
}

.nav>li>a:hover{
	color: #333;
	background-color:transparent;
}

.nav>li:first-of-type>a {
  border-left: 0;
}
.nav>li:last-of-type>a {
  border-right: 0;
      background-color: #e87722;
    padding: 10px 30px;
    border-radius: 2px;
    font-weight: 700;
	color:#fff;
}

ul.nav.navbar-nav{
margin: 15px 0px 15px;
display: table;
float: right;
}
.main-nav{
    padding-bottom: 10px;
    padding-top: 0px;
    position: absolute;
    z-index: 999;
    background-color: transparent;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+23,ffffff+24,ffffff+100&1+22,0+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 22%, rgba(255,255,255,0.99) 23%, rgba(255,255,255,0.98) 24%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 22%,rgba(255,255,255,0.99) 23%,rgba(255,255,255,0.98) 24%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 22%,rgba(255,255,255,0.99) 23%,rgba(255,255,255,0.98) 24%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.navbar-collapse.lower-navbar {

}


.middle-nav {

}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{background-color:transparent;}

.caret{margin-left: 0px;
margin-top: -2px;}




/**********************end navgation***********************/





/***********************SLIDER*****************************/
.featured{
    background-image: url(img/stock-photo-blurred-dealership-store-with-the-cars-and-soft-lightning-345362450.jpg;);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    min-height: 450px;
}

.home-feat-top{
background-image: url('img/auto-friend-auto-insurance2-1.jpg');
background-repeat: no-repeat;
background-size: cover;
    min-height: 650px;
    padding-top: 180px;
background-position: center 50px;
position: relative;
overflow: hidden;
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}

.home-feat-top .container{
	-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}

.home-feat-top::before{
    width: 100%;
    height: 700px;
    /* background-color: rgba(255,255,255,0); */
    position: absolute;
    left: 0;
    top: 50px;
    content: '';
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60&1+0,0+60 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.home-feat-top p{
    font-size: 12px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;

}


.top-zip{
    width: 80%;
    margin: 70px 0px 10px;
    background-color: rgba(255,255,255,.9);
    padding: 41px;
    text-align: center;
}
.top-zip h2{
	    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 25px;
}


.above-foot h3{
color:#fff;
margin:0;
}


/**********************end slider***********************/







/***********************FOOTER*****************************/
.foot-copy{
padding: 15px 0px 10px;
font-size: 12px;

}

.foot-copy .row{
	border-top: 1px solid #eee;
	padding-top:20px;
	padding-bottom:10px;
}

.footer img {
width: 70%;
margin-bottom: 10px;
}
.footer  .cust-foot-1 img {
width: 80%;
}


.foot-logo img{
width:50%;	
}

input.search-field {
  width: 100%;
  padding: 10px;
  color: #666;
  border: none;
  margin-bottom: 10px;
}

/********** CONTACT BAR **********/
.contact-bar {
  background-color: #e3e3e3;
  color: #333;
}

.contact-bar a {
  color: #333;
}

.contact-bar i {
  color: rgba(51, 93, 124, 1);
  padding-right: 5px;
}

.contact-bar .col-md-4 {
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 25px;
}

.contact-bar .col-md-4:nth-of-type(2) {
  border-left: 2px solid #8f8f8f;
  border-right: 2px solid #8f8f8f;
}

/***********************end footer*****************************/


/***********************HOME PAGE*****************************/
.slogan-yellow{
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    background-image: url(img/StockSnap_.jpg);
    background-repeat: no-repeat;
    background-size: cover;
background-position: top;
    min-height: 450px;
    padding: 400px 0px 50px;
    overflow: hidden;
    position: relative;
}
.slogan-yellow form{
    margin-top: 24px;
    float: right;

}

.slogan-yellow::before{
width:100%;
height:700px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
position:absolute;
left:0;
bottom:-100px;
content:'';
}
.slogan-yellow .container{
	background-color:rgba(255,255,255,.8);
}

.slogan-yellow h2{

    font-weight: 700;
    font-size: 38px;
}

.slogan-yellow .btn-default{
	    margin-bottom: 13px;
    padding: 12px 30px;
}

.slogan-yellow.above-foot{
    background: #113148;
}
.slogan-yellow h4{
margin-top: 0px;
margin-bottom: 0px;
color: #333;
font-size: 20px;
	}
	.slogan-yellow span{
    font-size: 55px;
	}


.bar-home{
background-color: #3b97d3;
color: #fff;
text-transform: uppercase;
float: left;
width: 100%;
padding: 10px 0px;
display: block;
}

.bar-home a, .bar-home a:hover{
text-decoration:none;
	color:#fff;
}

.bar-home h2{
font-weight:400;
font-size:22px;
}

.bar-home img{
width:20%;
display:table;
margin:0 auto;
float:none;
}

.bar-home .row div{
border-right:3px solid rgba(0,0,0,.2);
padding-top:20px;
padding-bottom:15px;
}
.bar-home .row div img, .bar-home .row div .fa{
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.bar-home .row div:hover img, .bar-home .row div:hover .fa{
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}


.bar-home .row div+div+div{
border-right:0px solid rgba(0,0,0,.4);
}


.bar-home .row div+div img, .bar-home .row div+div+div img{
max-height:44px;
width:auto;
}


/*.home-con-box{
background-color:rgba(255,255,255,.6);
padding:8px;
margin-top:-40px;	
-webkit-box-shadow: 0 1px 2px 1px #888;
box-shadow: 0 1px 2px 1px #888;
width:100%;
}

.home-con h4{
	color:#fff;	
margin-top: 0px;
font-size: 24px;
}

.home-con .form-control{
border: 1px solid #565656;
border-radius: 0px;
height: 30px;
padding: 5px;
margin: 0 auto 5px;}*/

.box-1, .box-2, .box-3{
	margin-bottom: -130px;
margin-top:90px;
background-image:url(img/bot-bg.png);
background-position:center 245px;
background-repeat:no-repeat;
display: block;
padding-bottom: 40px;

}

.bot-three img{
	background-color:#fff;
	border:1px solid #bbb;
	padding:6px;

}

.bot-three p{
position:absolute;
bottom:60px;
left:22px;
color:#fff;
background-color: rgba(0,0,0,.6);
padding:10px 10px 10px 10px; 
width:75%;
}


.above-nav{
color: #fff;
font-size: 14px;
padding-top: 5px;
padding-bottom: 5px;
width: 100%;
float: left;
position: relative;
z-index: 99;
    background-color: #113148;
letter-spacing: .5px;
}
.above-nav a i{
	color:#fff;
}
.above-nav p, .above-nav ul{
margin-bottom: 0px;
font-family: 'Poppins', sans-serif;
color:#fff;

}

.above-nav img{
	width:20px;
}


.market-home{
background-color: #f0f3f3;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    display: block;
    float: left;
    min-height: 340px;
}

.market-home .marketLeft, .market-home .marketRight{
position:relative;
}
.market-home .marketRight::before{
    position: absolute;
    width: 90%;
    background-image: url('img/apple-computer-desk.jpg');
    background-size: cover;
    left: 0;
    top: -105px;
    content: '';
    height: 400px;
}

 .market-home .marketLeft::before{
    position: absolute;
    width: 90%;
    background-image: url('img/brand-computer-desk.jpg');
    background-size: cover;
    left: 0;
    top: -105px;
    content: '';
    height: 400px;
}

.market-home .marketRight::before{
    left: auto;
right:0;
	}
	.market-home .btn-default{
		font-size:12px;
		margin-top:15px;
	}



/********** ABOUT **********/
.about {
background-color:#f0f3f3;
padding-top:50px;
padding-bottom:75px;
}

.about h2, .blog-feed h2, .market-top h2{
font-size: 38px;
}
.market-top h2.yellow{
	margin-bottom:50px;
}

.about h3{
font-size: 26px;
font-weight:400;
}

.about img{
width:auto;}


.about p.lead{

}



.about .btn{
margin-top: 10px;	
}

.about.home-check .row.check-list .col-sm-6{
	padding-left:100px;
	font-size:18px;
	font-weight:500;
}


.about.home-check .row.check-list .col-sm-6:first-of-type{
	padding-left:200px;
}


/***********************end home*****************************/





.page-bg{
padding-top: 160px;
padding-bottom: 0px;
border-bottom: 6px solid #f0c333;
position: relative;
background-color: #f8f8f8;
background-image: url(img/above-foot-bg.jpg);
background-position: center;
background-size: 100%;
background-repeat: repeat;
}

.page-bg::after{
position: absolute;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f0d7";
color: #f0c333;
bottom: -25px;
left: 14%;
font-size: 70px;
line-height: 28px;
}

.page-bg h1{
color: #3b97d3; 
font-weight: 500;
display: table;
padding-bottom: 10px;
letter-spacing: 1px;
margin-top: 15px;

}

.page-bg a.btn.btn-lg.btn-info{
margin-top: 10px;
background-color: #3b97d3;
/* border-color: #3b97d3; */
border-radius: 3px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
text-transform: uppercase;
padding: 12px 20px 8px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aadeff+0,3a97d1+54,3b97d3+100 */
background: rgb(170, 222, 255);
/* Old browsers */
background: -moz-linear-gradient(top, rgba(170, 222, 255, 1) 0%, rgba(58, 151, 209, 1) 54%, rgba(59, 151, 211, 1) 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(170, 222, 255, 1) 0%, rgba(58, 151, 209, 1) 54%, rgba(59, 151, 211, 1) 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(170, 222, 255, 1) 0%, rgba(58, 151, 209, 1) 54%, rgba(59, 151, 211, 1) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#aadeff', endColorstr='#3b97d3', GradientType=0 );
/* IE6-9 */
border-color: #3b97d3;
text-shadow: 0px -1px 0px #333;
font-weight: 600;
letter-spacing: .5px;
}




img.ajax-loader{
width:auto;	
}



label{
font-weight: 600;
font-size: 16px;
color: #333;
margin-bottom: 0px;
}

.form-control{
display: block;
width: 100%;
height: 30px;
padding: 4px 12px 0px;
font-size: 12px;
line-height: 1.6;
border-radius: 0px;
}

.wpcf7-submit.btn.btn-lg.btn-info.btn-primary{
font-size:14px;	
}

div.wpcf7-validation-errors{
border: 2px solid #bbb;
font-size: 10px;	
}

span.wpcf7-not-valid-tip{
font-size: 10px;		
}




textarea.form-control{
max-height: 150px;	
}






/********** HAMBURGER **********/
#hamburger {
  width: 37px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
    background: #333;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



#hamburger span:nth-child(2) {
  top: 6px;
}

#hamburger span:nth-child(3),#hamburger span:nth-child(4) {
  top: 18px;
}

#hamburger span:nth-child(5) {
  top: 30px;
}

#hamburger.open span:nth-child(2) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.open span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.open span:nth-child(5) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/********** INTERIOR **********/
.interior-header h1 {
padding-top: 60px;
margin: 0px;
color: #113148;
}

.interior{  
background-color: #eee;
padding-top: 125px;
padding-bottom: 100px;
margin-bottom: 50px;
    background-image: url(img/StockSnap_.jpg);
    background-repeat: no-repeat;
    background-size: cover;
background-position: center -350px;
position: relative;
overflow:hidden;
}

.interior::before{  
background-color: rgba(255, 255, 255, .8);
position: absolute;
width: 100%;
height: 400px;
content: '';
top: 0;
}



/********** CONTACT **********/




input.form-control {
border: 1px solid #245a8e;
margin: 0 auto 15px;
}

textarea.form-control {
border: 1px solid #245a8e;
margin: 0 auto 15px;
}

.form-control-feedback {
  top: 10px!important;
}

#contact-form input:focus, #contact-form input:active, #contact-form textarea:focus, #contact-form textarea:active, .footer input:focus, .footer input:active {
   outline: none !important;
   box-shadow: none!important; 
   border-color: #245a8e;
}


.carousel.fade {
opacity: 1;
}
.carousel.fade .item{
-moz-transition: opacity ease-in-out .7s;
-o-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
left: 0 !important;
opacity: 0;
top:0;
position:absolute;
width: 100%;
display:block !important;
z-index:0;
}
.carousel.fade .item:first-child{
top:auto;
position:relative;
}
.carousel.fade .item.active{
opacity: 1;
-moz-transition: opacity ease-in-out .7s;
-o-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
z-index:1;
}

.carousel-caption{
opacity: 1 !important;
}

.carousel-caption{
left: 15%;
width: 60%;
right: 15%;
bottom: 10%;
top: 25%;
background-color: rgba(0, 0, 0, 0);
padding: 0px;
text-shadow: 0px 2px 8px rgba(0, 0, 0, 1);
text-align: left;
}


.carousel-control{
  z-index:99999;
}


.footer li{
margin: 0px 0px 0px !important;
font-size: 14px;
padding: 0px 0px;
font-weight: 600;
}

.footer{
font-size: 14px;
}

.footer a{
color:#fff;
}

.footer a.yellow{
color: #fbc400;
}

.footer h4{
color: #fafafa;
border-bottom: 1px solid #fff;
display: table;
padding-bottom: 5px;
margin-bottom: 10px;
font-size: 14px;
margin-top: 0px;
}

.footer .col-sm-5 img{
width: 35%;
margin-bottom: 15px;	
}

.interior h1{
font-size: 36px;
z-index: 999;
position: relative;
}


.fa-check.green{
padding-right: 6px;
padding-bottom: 10px;
}

.red{
color: rgba(51, 93, 124, 1);	
}

.navbar-nav .caret{
display: inline-block;
border-top: 6px solid;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
}



/***FAQs***/
.panel-default>.panel-heading{
background-color: #eeee;
border-color: #ddd;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
padding: 12px 15px 10px;
}

.panel-title>a{
color: #333;
position: relative;
}

.panel-title>a::before{
content: "\f0da";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: rgba(51, 93, 124, 1);
font-size: 18px;
top: 4px;
position: absolute;
left: -15px;
text-align: center;
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-moz-transform-origin: center center;
-webkit-transform-origin: center center;
-o-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.panel-title>a.collapsed::before{
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}

.panel-group .panel{
border-radius: 0px;
margin-bottom: 10px;
}
.panel-body{
font-size: 14px;	
}

.panel-title{
padding-left: 20px;
text-transform: capitalize;
font-weight: 500;
line-height: 1.4;
}



.category-testimonial article p{
font-size: 12px;
}

.category-testimonial article .img-wrap{
height:200px;
overflow:hidden;
}

.category-testimonial article p::before, .category-testimonial article p::after{
content:'"';
}

.category-testimonial article{
min-height: 425px;
padding-right: 50px;
}


.category-blog article p{
	font-size:14px;
}
.category-blog article a.btn-sm{
margin-top: 15px;
display: table;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	color: #fff;
}


.wpcf7 .btn-info{
border-color: rgba(51, 93, 124, 1);	
background-color: rgba(51, 93, 124, 1);	
color:#fff;
margin-top:15px;
}

.footer, .foot-copy{
background-color: #113148;
}


.footer{
padding-top: 50px;
color:#fff;
}


.page-template-default #content img{
width:auto; 
max-width:100%;	
}

.page-template-blog .btn.btn-sm{
display: table;
width: auto;
float: none;
margin-top: 10px;
}


.wpcf7-checkbox.form-control{
height: auto;
margin-bottom: 20px;
border: 2px solid #245a8e;
padding: 8px 5px 8px;	
}

.wpcf7-checkbox.form-control span.wpcf7-list-item{
color: #000;	
}
aside.sidebar{
background-color: #f0f3f3;
padding: 20px 15px;
width: 100%;
display: block;
float: left;
}
aside.sidebar li{
margin: 0px 0;	
}
aside.sidebar .textwidget.custom-html-widget p{
font-size: 12px;
line-height: 1.6;
margin-bottom: 20px;	
}
aside.sidebar form p br{
display:none;	
}

aside.sidebar form select{
margin-bottom: 5px;	
}

aside.sidebar h3{
font-size: 20px;
margin-top: 5px;
}

aside.sidebar .rev-list i{
color:#fff;
}


.alignleft{
float: left;
margin-right: 10px;
margin-bottom: 10px;	
margin-top:10px;
}
.aligncenter{
float: none;
margin: 10px auto;
display: table;
}
.alignright{
float: right;
margin-left:10px;
margin-bottom: 10px;	
margin-top:10px;
}


.blog-feed .line-after-left{
margin-bottom: 40px;	
}

.blog-feed h3{font-size: 20px;}

.blog-feed .btn-default{
padding: 8px 20px;
text-align: center;
font-size: 10px;
}
.blog-feed {

}
.blog-feed a{
   
}
.blog-feed p{font-size: 15px;
line-height: 1.6;}

.blog-feed .blog-img-wrap{
max-height: 175px;
overflow: hidden;
}

blockquote{
border-left: double #ddd;
margin: 20px;
padding-left: 20px;
font-family: Georgia, Times New Roman, Times, serif;
font-style: italic;
font-size: 18px;
color: #666;
line-height: 1.4em;	
}

.page-template-default .slogan-yellow{
margin-top: 50px;	
}

.cust-foot-1 p{line-height: 1.4;
margin-top: 10px;}

.fa.fa-yelp{
background-color: #d32323;
padding: 4px;
margin-right: 5px;
border-radius: 3px;	
}
.fa.fa-comment{
background-color: #7fbb00;
padding: 4px;
margin-right: 5px;
border-radius: 3px;	
}
.fa.fa-google-plus{
background-color: #db4a39;
padding: 4px;
margin-right: 5px;
border-radius: 3px;	
}
.fa.fa-facebook{
background-color: #3b5998;
padding: 4px;
margin-right: 5px;
border-radius: 3px;	
}
.fa.fa-twitter{
background-color: #1dcaff;
padding: 4px;
margin-right: 5px;
border-radius: 3px;	
}
.fa.fa-linkedin{
background-color: #0077B5;
padding: 4px;
margin-right: 5px;
border-radius: 3px;	
}
.footer ul.rev-list .fa, .above-nav .text-right .fa,ul.rev-list .fa{width:24px; text-align:center;}
.footer ul.rev-list li{padding: 0px 0px 5px;
font-size: 12px;}
.footer ul.list-inline{margin-left: 0px;}

.footer h5{
	color: #fafafa;

}


p.wp-caption-text{
	background-color: #fafafa;
padding: 15px;
font-size: 12px;
line-height: 1.4;
text-align: center;
}
.wp-caption{
background-color: #f4f4f4;	
}

form.wpcf7-form .btn-default{
color: #fff;
border-color: #065EB2;
background-color: #065EB2;	
}

.page-template-default article h3{
position: relative;
margin-bottom: 30px;
margin-top:30px;
}


.page-template-default article h3::after{
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 37px;
height: 3px;
margin: -20px 0px;
content: '';
opacity: 1;
background: #1f9dc2;
}

.g-recaptcha.wpcf7-recaptcha{
transform: scale(0.77);
-webkit-transform: scale(0.77);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;	
}

.slogan-yellow.home-alert{
background-color:red;
width:100%;
overflow:hidden;
float:left;
display:block;
position:relative;
}
.slogan-yellow.home-alert::before{
    position: absolute;
    content: " ";
    display: block;
    left: 48%;
    bottom: -254px;
    width: 100%;
    height: 582px;
    background-color: #fafafa;
}
.slogan-yellow.home-alert .btn-default{
border-color:#fff;
background-color:#fff;
color:red;
}

.slogan-yellow.home-alert h4{
    color: red;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}

.slogan-yellow.home-alert h2{
color: #fff;
font-size: 45px;
padding-left: 0px;
margin-top: 0px;
}
.slogan-yellow.home-alert{
overflow:hidden;
position:relative;
}

.slogan-yellow.home-alert p{
margin-bottom:0px;	
    color: #5d5d5d;
}

#content{
padding-bottom: 50px;
display: block;
float: left;
    width: 100%;
}

.home input.form-control{
padding: 15px;
height: auto;
}
.top-zip input{
width: 50%;	
}