/*---------->>> www.AutoConnectVA.com <<<-----------*/
/*#region Fonts */
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=bebas');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@font-face {
    font-family: 'bebas';
    src: url('bebas-webfont.ttf');
    src: local("bebas-webfont"), url("../font/bebas-webfont.woff") format("woff"), url("../font/bebas-webfont.ttf") format("truetype"), url("../font/bebas-webfont.svg#webfontpB9xBi8Q") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*#endregion */

/*#region General | Header | Body */
body {
	overflow-x: hidden;
	color: #000;
	font-family: 'Lato', sans-serif;
	background-color: #f3f3f3;
}

header {
	position: relative;
	background: none;
	z-index: 2;
}

.layout header {
	background-image: url(/Content/images/autosdirectvaV2/slider-bottom.png);
	background-position: bottom center;
	z-index: 1000;
}

.message-shadow {
	display: none;
}
.logo{
    margin-top: -30px;
}

.topBar {
	
	        background-color: #000;   
            border-top: 30px solid #1c1c1c;     
        
    
}

	.topBar address {
		font-family: 'bebas', sans-serif;
		color: #fff;
		font-size: 1.2em;
		margin-bottom: 0;
        text-align:right;
        
	}

        .topBar address a {
            color: #07f;
            font-size: 2.5em;
        }

	.topBar i {
		color: #656565;
    font-size: 1.5em;
	}
.glyphicon-search::before {
       color: #7B7B7B;
       font-size: 1.0em !important;
}

.home-search:hover{
    background-color:transparent !important;
}




.three-option-bg {
    background-color: #000;
    height: 183px;
}
.red-bg-margin {
    margin-top: -45px;
}
.welcome-red-bg {
    background-color: #007fef;
}
.parnter-bg {
    background-color: #2b55cc;
    padding: 30px;
    
}
    .parnter-bg h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 45px;
        color: #f8d519;
        font-family: 'Indie Flower', cursive;
        ont-weight: 800;
    }



.footer-bg {
    background-image: url(/Content/images/altechcarsV1/footer-bg.jpg);
    background-repeat: no-repeat;
    /*height: 456px;*/
    padding-top: 122px;
    background-color: #1c1c1c;
}
.review-text-center {
    text-align:center;
}
.review-heading-blue {
    color: #2652cb;
}


/*#endregion */










/*#region ---------------searchtop Section-------------*/

.searchbox {
    width: 100% !important;
    height: 48px;
    background-color: #1c1c1c;
    border: none !important;
    color: #07f !important;
}
.home-search {
    background:none !important;
    
}


/*#endregion*/





h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
}

.no-gap {
	margin: 0;
	padding: 0;
}

.optionThree-heading {
    color:red;
    text-transform:uppercase;
    font-size: 18px;

font-weight: bold;

}

.center-heading{
    text-align: center;
width: 61%;
margin: 0 auto;
color: #fff;


}
.center-heading-staff{
    text-align: center;
width: 28%;
margin: 0 auto;

}

.fav-car-color{
    background-color:#fff;
    border:1px dotted #bcbcbc;
    padding:25px;
}
.heading-doubleline {
    background-image: url(/Content/images/srt/welcomeLine.png);
    background-repeat: no-repeat;
    background-position: 0px 33px;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 25px;
}
.gray-text-home{
    color: #aeadb3;
    padding-left: 31px;
    font-style: italic;

}
.arrow1 a, .arrow2 a, .arrow3 a {
    background-color: transparent !important;
    text-align: center;
    line-height: 25px;
    color: #BA6C6C;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #6b6b6b;
}
    .arrow1 a:hover, .arrow2 a:hover, .arrow3 a:hover, .arrow1 a:focus, .arrow2 a:focus, .arrow3 a:focus {
        text-decoration: none;
        outline: none;
        background-color: #007fef !important;
    }
a.ca1{
     background-image: url(/Content/images/basicAutoSales/car1.png);
	background-repeat:no-repeat;
	
}
a.ca1:hover{
    background-image: url(/Content/images/basicAutoSales/double-line.png);
	background-repeat:no-repeat;
	
}
@media all and (min-width:768px){
.vertical-align {
	display: flex;
	align-items: center;
}	
}

@media all and (max-width : 991px) {
	.topBar address {
		font-size: 0.9em;
	}

	.row {
		margin: 0;
	}
}
/*#endregion */ 




/*#three option section */ 

.homeBox {
	position: relative;
	float: left;
	display: block;
    width: 100%;
}

.homeBox .one_fourth {
	text-align: center;
	overflow: hidden;
	height: 183px;
	width: 33%;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
    background-color: #0d0d0d;
}

.one_half, .one_third, .two_thirds, .one_fourth, .three_fourths, .one_fifth, .two_fifth, .three_fifths, .four_fifths {
	position: relative;
	margin: 0;
	float: left;
}
.homeBox .one_fourth div, .homeBox .last div {
	padding: 10px;
}

.homeBox .one_fourth:hover{
	background:#df041a !important;
}

.homeBox .one_fourth .boxImage {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.homeBox .one_fourth:hover .boxImage {
	position: relative;
	-webkit-animation: moveFromTop 350ms ease;
	-moz-animation: moveFromTop 350ms ease;
	-ms-animation: moveFromTop 350ms ease;
}

.homeBox .one_fourth h2 {
	color: #fff;
	margin: 0 0 10px 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    text-transform: uppercase;
font-size: 19px;
}

.homeBox .one_fourth:hover h2 {
	position: relative;
	color:#EAEAEA;
	-webkit-animation: moveFromTop 200ms ease;
	-moz-animation: moveFromTop 200ms ease;
	-ms-animation: moveFromTop 200ms ease;
}


.homeBox .one_fourth .boxDescription {
	color: #4B4A4A;
	margin: 0 0 10px 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.homeBox .one_fourth:hover .boxDescription {
	position: relative;
	color:#EAEAEA;
	-webkit-animation: moveFromBottom 500ms ease-in-out;
	-moz-animation: moveFromBottom 500ms ease-in-out;
	-ms-animation: moveFromBottom 500ms ease-in-out;
}


@-webkit-keyframes moveFromTop {
    from {
        top: -600px;
    }
    to {
      	top: auto;
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-600%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-600%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        bottom: -400px;
    }
    to {
       	top: auto;
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(400%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(400%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

.gray-bg-middle {
    background-color:#161616 !important;
}











/*#region Navigation */

/*
Credits:
Code snippet by @maridlcrmn (Follow me on Twitter)
Images by Nike.com (http://www.nike.com/us/en_us/)
Logo by Sneaker-mission.com (http://www.sneaker-mission.com/)
*/


.navbar-brand {
    width: 70px;
    height: 50px;
    background: url('http://www.sneaker-mission.com/uploads/3/1/2/7/31279819/5617441.png') no-repeat center center;
    background-size: 50px;
}

.nav-tabs {
    display: inline-block;
    border-bottom: none;
    padding-top: 15px;
    font-weight: bold;
}

    .nav-tabs > li > a,
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus,
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border: none;
        border-radius: 0;
    }

.nav-list {
    border-bottom: 1px solid #242424;
}

#navigation .nav-list > li, #navigation .list-inline > li:first-child {
    padding: 20px 15px 15px;
    border-left: 1px solid #242424;
}

.nav-list > li:last-child {
    border-right: 1px solid #242424;
}

.nav-list > li > a:hover {
    text-decoration: none;
}

.nav-list > li > a > span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 15px 15px;
    text-align: center;
    width: 100%;
}

/*Customize*/



.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #007fef;
    background-color: transparent;
    text-shadow: 1px 1px #000 !important;
}
.navbar-form {
    padding:0 !important;
    margin-top: 0px !important;
    margin-right: 0 !important;;
    margin-bottom: 0px !important;;
    margin-left: 0 !important;;
    border-top: 0 !important;;
    border-bottom: 0 !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    background-color: #000;
}

#navigation {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007fef+1,007fef+49,007fef+49,288eed+49,1e69de+100 */
    background: rgb(0,127,239); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,127,239,1) 1%, rgba(0,127,239,1) 49%, rgba(0,127,239,1) 49%, rgba(40,142,237,1) 49%, rgba(30,105,222,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,127,239,1) 1%,rgba(0,127,239,1) 49%,rgba(0,127,239,1) 49%,rgba(40,142,237,1) 49%,rgba(30,105,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,127,239,1) 1%,rgba(0,127,239,1) 49%,rgba(0,127,239,1) 49%,rgba(40,142,237,1) 49%,rgba(30,105,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fef', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
    box-shadow: 3px 1px #d0e2f3;
}

@media all and (max-width:991px) {
    #navigation {
        position: relative;
        height: auto;
        
        
    }
}

.navbar {
    border: none;
    min-height: auto;
    background-color: transparent;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

@media all and (max-width:767px) {
    .navbar {
        background-image: none;
        background-color: #0077ff;
        border-top: 1px solid #2F2B2B;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #df041a;
        border-color: #df041a;
    }

    .navbar-nav {
        float: none !important;
    }
}

.nav > li {
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
}

    .nav > li.active, .nav > li:hover {
        background-color: #000;
    }

.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px #000;
    padding: 14px !important;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(30deg);
}

.navbar-default .navbar-nav > li:first-child > a {
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #fff;
    text-shadow: 1px 1px #000;
}

.navbar-default i {
    color: #1d5f84;
    font-size: 1.5em;
    margin-top: -4px;
}

.dropdown > a .caret {
    display: inline-block !important;
}


@media all and (max-width:767px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        /* border-bottom: 2px solid #0987d1; */
        background-image: none;
    }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent !important;
    color: #a3acb4 !important;
}

.navbar-collapse {
    max-height: 100%;
    overflow-y: visible !important;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu, header .navbar-nav.pull-right > li > .dropdown-menu, header .navbar-nav > li > .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.93);
}

header .navbar-nav > li > .dropdown-menu {
}

.dropdown-menu a {
    color: #A3ACB4;
}

.dropdown-menu i {
    color: #DE0E02;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        padding: 14px 8px;
    }

    .nav > li {
        padding: 0 0px;
    }
}

@media (max-width: 800px) {
    .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px #000;
    padding: 14px 6px !important;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(30deg);
}

}
@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }

    .nav > li {
        padding: 0 0px;
    }

    .navbar .navbar-nav {
        display: inline-block;
        /* border: #1c587c 1px solid; */
        top: 60px;
        
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
  

    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
    }

    .nav > li {
        padding: 0px 0px;
    }
}

.layout #navigation {
    position: relative;
    height: auto;
}

.layout .navbar .navbar-nav {
    padding-left: 0;
    top: 0;
}
@media all and (max-width:767px) {
    .nav > li {
        padding: 0 0px;
        text-align:center;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        /* border-bottom: 2px solid #0987d1; */
        background-image: none;
    }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent !important;
    color: #a3acb4 !important;
}

.navbar-collapse {
    max-height: 100%;
    overflow-y: visible !important;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu, header .navbar-nav.pull-right > li > .dropdown-menu, header .navbar-nav > li > .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.93);
}

header .navbar-nav > li > .dropdown-menu {
}

.dropdown-menu a {
    color: #A3ACB4;
}

.dropdown-menu i {
    color: #DE0E02;
}
/*#endregion */

/*#region Carousal Slider */
.carousel-slider {
  /* padding: 10px 15px; */
  margin: 0 auto;
}
.skyblue {
	background-color: #22c8ff;
}
.deepskyblue {
	background-color: #00bfff;
}
.darkerskyblue {
	background-color: #00a6dd;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	min-height: 350px; 
	height: 100%;
	width:100%; 
}
.carousel-caption{
    text-align:left;
    top: 16%;
    left: 15%;
    max-height: 250px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img{
    margin:0 auto;
    max-width: none;
} 
.item:nth-child(1) .carousel-caption h3{
	color:#fff;
	background-color:#bb1b19;
	text-shadow:none;
}
.carousel-caption h3 {
	background-color: #ca0a06;
	padding: .5em;
	max-width: 425px;
	margin: 0;
}

.carousel-caption p{
	background-color:#000;
	max-width: 350px;
	margin: 0;
	font-size:16px;
	padding:20px 10px;
}
@media all and (max-width:1199px){
	.carousel-caption h3, .carousel-caption p{
		max-width: 690px;
	}
}
@media all and (max-width:991px){
	.carousel-caption{
		top: 0px;
	}
	.carousel-caption p{
		display:none !important;
	}
}
@media all and (max-width:767px){
	.carousel-caption{
	 top: 00px;
	 left: 10%;
	}
	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
		top:100px;
	}
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	/* border-radius: 50%; */
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3 {
	animation-delay: 1s; 
}
.carousel-caption p {
	animation-delay: 2s;
	display:block;
} 
.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}

@media all and (max-width:480px){
	.carousel-caption h3{
		font-size:18px;;
	}
	.carousel-caption p{
		font-size:14px;
	}
}
@media all and (max-width:479px){
	.carousel-caption p{
		display:none;
	}
	.carousel{
		margin-bottom:-40px;
	}
}

/*#endregion */

/*#region Search Block 
*/
#search_block {
    position:relative;
    margin-top: -179px;
    z-index: 1000;
    background-color: rgba(24,24,24,0.9);
    padding: 0 0 40px 10px;
}
 
 
#search_block fieldset{
	/* border:1px solid red; */
	z-index:1;
	position:relative;
	/* padding-left:150px; */
	margin-top: -10px;
	margin-bottom: 40px;
}
#search_block .form-control{
        font-family: calibri;
        width: 100%;
        height: 47px;
        border: 1px solid #3a3a3a;
        color: #aeadb3;
        font-size: 14px;
        border-radius: 0;
}
#search_block .form-control:hover{
	border-color: #59595b;
}
#search_block select,#search_block  input[type="text"],#search_block .form-control{
	background-color:#040303;
}
#search_block .form-control.price-low, #search_block .form-control.price-high {
  width: 37%; float:left;
  }
#search_block .dash {width: 25%; float:left;text-align:center;padding-top:5px;} 
#search_block .btn-search{
    /* margin-top:20px; */
}
#search_block .btn-search, .small-search .btn-search{
  	padding: 13px 30px;
  	color: #fff;
  	background-color: #c2211c !important;
  	margin-top: 8px;
  	margin-right: 25px;
  	border-radius: 0;
}
#search_block .btn-search:hover, .small-search .btn-search:hover{
	background-color: #29476d !important;
}
#search_block a.heading{
    cursor:none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.84);
    color: #c2211c;
    font-weight: bold;
    font-size: 1.5em;
    border: none;
    position:relative;
    top: -42px;
}
@media all and (max-width:991px){
	#search_block{
		margin-top: -339px;
	}
	#search_block .btn-search, #search_block .button-group.pull-right{
		margin: 10px auto 0!important;
		text-align:center !important;
		float: none !important;
	}
} 
 
@media all and (max-width:480px){
  .small-search .btn-search{
    padding: 8px 10px 8px 10px;
    }
}
#search_block .control-label{
    margin-bottom: 0;
    font-size: 12px;
    color: #aeadb3;
}
@media all and (max-width:800px){
    #search_block .control-label {
    margin-bottom: 0px;
    font-size: 12px;
}

#search_block .btn-search {
    margin-top: 19px;
}

}
@media all and (max-width:767px){
    #search_block .control-label {
    margin-bottom: 0px;
    font-size: 11px;
}
#search_block .form-control.price-low, #search_block .form-control.price-high {
  width: 100%; float:none;
  }
  #search_block{
		margin-top: -336px;
	}

#search_block .btn-search {
    margin-top: 17px;
}
}
/*#endregion*/

/*#region Four Banners */
.fourBanners{
   
    text-align:center;
    padding-bottom: 50px;
}
.fourbanner-margintop {
     margin-top: -140px;

}


/*#endregion */

/*#region Welcome Section */
.welcomeSection {
	padding: 20px 0px;
}

	.welcomeSection h2 {
		color: #c5c5c5;
		font-weight: normal;
	}
@media all and (max-width:767px){
	.welcomeSection{
		/* background-color: #8b7230; */
		background-image: none;
	}
}


/*#endregion */ 

/*#region Featured Cars */
.recent-vehicles-wrap {
    
    padding-top: 5px;
    padding-bottom: 30px;
    position: relative;
}

    .recent-vehicles-wrap .bx-wrapper {
        /* background-color: #fff; */
        padding: 25px 0;
    }

.layout .recent-vehicles-wrap {
    background-color: #121011;
    color: #fff;
}

.recent-vehicles-wrap #slideControls3 {
    bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
    z-index: 1;
}

.recent-vehicles-wrap .arrow3 a {
    
    border: 1px solid #ccc;
}
.arrow3 a:hover{
    background-color:#fdc305;
}

.recent-vehicles-wrap h6 {
    color: #05688d;
}

    .recent-vehicles-wrap h6:nth-child(2) {
        color: #666666;
    }

.recent-vehicles-wrap h5:nth-child(1) {
    color: #333333;
    font-size: 1.4em;
    padding-bottom: 10px;
}

.layout .recent-vehicles-wrap h5:nth-child(1) {
    color: #E8E9EE;
    font-size: 1.4em;
    padding-bottom: 10px;
}

.recent-vehicles p {
    color: #fff !important;
}

.recent-vehicles-wrap h5 {
    color: #f95446;
}

.recent-vehicles-wrap .car-block {
    border: 1px solid #e6e6e6;
}

.recent-vehicles-wrap .car-block-bottom {
    background-color: #fff;
}

.recent-vehicles-wrap .car-block:hover .car-block-bottom {
    background-color: #0399F0;
}



/*#endregion */

/*#region Testimonials */

.gray-text-staff {
    color: #aeadb3;
font-style: italic;
}
.testimonials{
       color:#626262;
}
.testimonials h1{
	color:#000;
}
.testimonials img{
    width: 118px;
    height: 118px;
    }
.testimonials .col-sm-4:hover img{
	border-color: #555555;
}
.testimonials h3{
    color: #929292;
}
.testimonials .col-sm-4:hover h3{
    color:#ca0a06;
}
.testimonials hr{
    border-color:#E6E6E6;
}
.testimonials .btn{
	    color: #555;
	    background-color: #f3f3f3;
        border-color: #C3C3C3;
	    font-size: 1.2em;
}
.testimonials .btn:hover{
	background-color: #FB5050;
    color: #FFF;
}
.financial .btn{
    color: #555;
	    background-color: #f3f3f3;
        border-color: #C3C3C3;
	    font-size: 1.2em;

}
.financial .btn:hover {
    background-color: #FB5050;
    color: #FFF;
}

.banner-margin-bottom {
    margin:30px 0px;

}
/*#endregion */

/*#region Map and Address 
*/
.AddressSection {
    background-image: none;
}
.AddressSection, .AddressSection a {
	font-family: 'Lato', sans-serif;
	/* background-color: #1c1c1c; */
	color: #fdfeff;
	line-height: 25px;
	font-size: 1.1em;
}
.AddressSection .container{
	/* background-color:#fff; */
}

	.AddressSection h3 {
		font-size: 20px;
		margin-top: 0;
		font-family: 'Lato', sans-serif;
	}

	 
	.AddressSection address{
		margin: auto;
    
	}

	.AddressSection i {
		color: #0077ff;
		text-shadow: #1c1c1c 0px 1px 0px;
		font-size: 1.5em;
		width: 60px;
		text-align: center;
		
	}
	.AddressSection span i{
		font-size: 1.3em;
		color:#0077ff;
	}

	.AddressSection a[href^=tel], .fax {
		font-weight: bolder;
		font-size: 1.9em !important;
        color: #0077ff;
		 
	}

	.AddressSection .btn {
		margin-top:20px;
		padding: 10px 20px;
		width: 180px;
		font-family: arial;
		background-color: #be131c !important;
		-webkit-box-shadow: inset 0 0 1px rgba(214,42,54,.75);
		-moz-box-shadow: inset 0 0 1px rgba(214,42,54,.75);
		box-shadow: inset 0 0 1px rgba(214,42,54,.75);
		border: solid 1px #960610;
		border-radius: 0;
		font-size: 16px;
	}

.map {
	padding: 0; 
}

#map_wrapper {
	height: 303px;
}

#map {
	width: 100%;
	height: 100%;
}

.info_content p {
	color: #000;
}

.AddressSection .btn:hover {
	background-color: rgb(121, 14, 14) !important;
}

.footer-image {
	float: right;
	/* margin-top: -40px; */
}
@media all and (max-width:1080px) {
    ul.businessHours .col-xs-12 {
        padding: 0;
    }

    .AddressSection a[href^=tel], .fax {
        font-size: 1.7em !important;
    }
}
@media all and (max-width:1100px) and (min-width:992px) {
	ul.businessHours .col-xs-12 {
		padding: 0;
	}

	.AddressSection a[href^=tel], .fax {
		font-size: 1em !important;
	}
}

@media all and (min-width:768px) {
	div.businessHours {
		float: right;
	}
}

 ul.businessHours {
    /* top: -9px; */
    font-size: 1em;
    max-width: 284px;
    float:left;
    margin:0 auto;
    position: relative;
    color: #fdfeff;
    line-height: 43px;
        font-size: 0.9em;
}
 

ul.businessHours>.col-xs-12{
	padding:0;
	margin:0;
}	

ul.businessHours .table-bordered>tbody>tr>td, ul.businessHours table{
    border:none;
    padding: 4px 0px;
}

    ul.businessHours li:nth-child(even) {
        margin-top: -20px;
        text-align: right;
    }

@media all and (max-width:480px) {
	.row {
		margin-right: 0;
		margin-left: 0;
	}

	.AddressSection i {
		font-size: 1em;
	}
}

.AddressSection a i {
	font-size: 1em;
	width: 15px;
	color: #EF3C42;
}

.addr-details i {
	font-size: 18px;
	text-align: left;
}

 
footer {
	border-top: 1px solid #262626;
	padding: 0;
	background-color: #0e0e0e;
}
/*#endregion*/ 

/*#region Footer Copyright Cologo 
*/
.coLogo img {
	margin-top: -3px;
	display: inline-block;
	margin-left: 9px;
}

	.coLogo img:hover {
		opacity: 1;
	}

footer {
}

	footer .copyrights {
		border-left: none;
		border-right: none;
		padding: 10px;
		color: rgba(95, 94, 99, 0.38);
	}

	footer, footer a, footer a:hover {
		vertical-align: text-bottom;
		color: rgba(95, 94, 99, 0.38);
		/* font-size: 0.9em; */
	}

@media all and (max-width:400px) {
	footer {
		/* font-size: 0.67em; */
	}
}
/*#endregion*/

/*#region innerPage */

.content {
    background: transparent;
    z-index: 1;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .content {
        margin-top: 20px;
    }
}

.btn-danger {
    border-color: #857e64;
}

.welcome-wrap h4, .information_head h3, .side-content .list h3, #viewDetail-4 .car-info table tbody tr:nth-child(1), .side-content .list ul li:last-child a, .figure, .side-content .financing_calculator h3, .left_inventory h3, .show_button.figure, .text-danger, .about-us h3, .blog-container h3, .blog-post h3, .side-content h3, .services h3, .firstcharacter, .find_map h2 {
    color: #07f;
}


a, .side-content .list ul li span, a:hover, .sidebar div.inventory .inventory .title, .option, div.inventory .price b, table td.spec, .spec , .car-info , .porche .car-detail{
    color: #000;
    text-decoration: none;
}

.layout .content > .container {
    background-color: #fff;
}

textarea, select, div.custom-select, input[type="text"], input[type="email"], input[type="date"], input[type="number"], input[type="search"], .ribbon, .form-control, #viewDetail-4 input, #viewDetail-4 Textarea {
    border: 1px solid #E4E4E4;
    color: #000;

}
.browse-by-small a, .detail-mobile .car-info , .detail-mobile p ,.detail-mobile li {
color:#000;
}
.select-wrapper span.sort-by{
	color: #777879;
}

.pagination > li > a:hover, .pagination > li > a:focus, .controls .left-arrow:hover, .controls .right-arrow:hover, .pagination li.disabled a {
    background-color: #07f;
    color: #FDFDFD !important;
}
.controls .left-arrow, .controls .right-arrow{
	
background-color: #dedede;
}
.vehicle-location{
    color:#000;
}

div.inventory, div.inventory:hover, .search-form, .extraComments, #inventory-7 .side-content .list {
    color: #757575;
}

    a, .inventory .title, .option, .address ul li span, table td.spec, .spec, .figure, .side-content .list ul li span, .car-info, .select-wrapper span.sort-by, .option, div.inventory .price b . {
        color: #757575;
        font-weight: bold;
    }

#viewDetail-4 .car-detail-heading, .porche .porche-header, .optional-features h3, #inventory-7 .shortLinks .action_button, .optional-features h3.text-primary:hover, #inventory-7 div.inventory .inventory .title {
    background-color: #fff;
    text-shadow: none;
    color: #000;
    /* border: 1px solid #242424; */
}

#viewDetail-4 .car-info table tbody tr:nth-child(1), .text-primary.similarCar-price-4 {
    color: #07f;
}

#viewDetail-Right-4 .viewDetail_similarCar_area-4, .porche .car-detail, .listing-slider, #viewDetail-4 .side-content, #viewDetail-4 #viewDetail-cars-4, #viewDetail-4 #viewDetail-text-4.text-uppercase, #viewDetail-4 .optional-features, .extraComments {
    border: 2px solid rgba(16, 16, 16, 0.05);
    box-shadow: none;
}

    .address ul li i, .icon_address p i, .left-information, .icon_address p, .address ul li i, .address ul li strong, .address ul li span, #viewDetail-Right-4 .viewDetail_similarCar_area-4 .similarCar-link-4, #viewDetail-4 #viewDetail-text-4 , .search-form{
        color: #000;
    }

@media (max-width: 500px) {
    .listing_sort, .car_listings {
        max-width: 100%;
    }
}
/*#endregion */

/*#region STICKY KEY */
.onlineCreditApp {
	background-image: url("/Content/images/apaxautosinc/apply_popup.png");
	background-repeat: no-repeat;
	width: 170px;
	height: 170px;
	position: absolute;
	right: 3px;
	background-size:contain;
	/* border-radius: 50%; */
}
@media all and (max-width:767px) {
	.onlineCreditApp { 
	width: 90px; 
}
}
#basket {
	z-index: 10000 !important;
}

.back_to_top {
	width: 40px;
	height: 40px;
	background-color: rgb(0, 0, 0);
	color: #FFF;
	cursor: pointer;
	text-align: center;
	position: fixed;
	right: 50px;
	bottom: 50px;
	padding-top: 6px;
	display: none;
	z-index: 999;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

    .back_to_top:hover {
        background-color: #007FEF;
    }
/*#endregion*/




/*#startregion*/


div.gallery {
	margin-top: 0px;
}

div.gallery ul {
	list-style-type: none;
	
}

/* animation */


div.gallery ul li {
	position: relative;
	float: left;
	width: 114px;
	height: 46px;
	padding: 5px;
	z-index: 0;
    margin-right: 65px;
margin-top: 20px;
}

/* Make sure z-index is higher on hover */
/* Ensure that hover image overlapped the others */
div.gallery ul li:hover {
	z-index: 5;
}

/* Image is position nicely under li */
div.gallery ul li img {
	position: absolute;
	left: 0;
	top: 0;	
	padding: 5px;
	width: 114px;
	height: 46px;
	
}



p.attribution {
	font-family: 'Consolas';
	color: #000;
	clear: both;
	text-align: center;
	line-height: 25px;
	padding-top: 30px;
}

p.attribution a {
	color: #4c8d7c;
}

/* Responsive hack */
@media only screen and (min-width: 499px) and (max-width: 1212px) {
	.wrapper {
		width: 500px;
	}
}

@media only screen and (max-width: 498px) {
	.wrapper {
		width: 300px;
	}

	div.gallery ul {
		list-style-type: none;
		margin: 0;
	}
}

/*#endregion*/

form.search {
    border: 1px solid #D2D2D2;
    margin: 10px;
    padding: 0px 10px;
    border-radius: 20px;
}
form.search .input-group-btn .btn {
    padding: 0 20px;
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
    border-radius: 10px;
    background: transparent;
}
form.search .input-group-btn .btn i {
    font-size: 1.5em;
    color: #a4a2a2;
}




/*#startregion*/

@media only screen and (max-width: 1170px) {

    .topBar address {
    font-family: 'bebas', sans-serif;
    color: #fff;
    font-size: 1.0em;
    margin-bottom: 0;
    
}
    nav#nav-main a {
    font-family: Oswald,sans-serif;
    font-size: 18px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    height: 0px;
    padding: 9px 24px 34px;
    text-shadow: 1px 1px #000;
}

     }
    .featureCarDiv li {
    width: 32.4%;
    margin: 0px !important;
    padding: 0px !important;
    display: inline-block;
}
    .featureCarDiv {
    width: 100%;
    list-style: none;
    margin: auto;
    padding: 0px;
    margin-top: 50px;
}

.featurehovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
.optionThree-heading {
    color: red;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.heading-doubleline {
    background-image: url(/Content/images/apaxautosinc/welcome-star-line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #f3f3f3;
}
.heading-feature-star {
    background-image: url(/Content/images/apaxautosinc/feature-star-line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #334671;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.heading-partner-star {
    background-image: url(/Content/images/apaxautosinc/feature-star-line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 25px;
}
div.gallery ul li {
    position: relative;
    float: left;
    width: 114px;
    height: 46px;
    padding: 5px;
    z-index: 0;
    margin-right: 48px;
    margin-top: 20px;
}
.fourbanner-margintop {
    margin-top: -120px;
}
}
@media only screen and (max-width: 1024px) {
    .topBar address {
    font-size: 0.9em;
}


    .featurehovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
form.search {
    border: 1px solid #D2D2D2;
    margin: 10px;
    padding: 0;
    border-radius: 20px;
    width: 140%;
}
ul.businessHours {
    top: -9px;
    max-width: 284px;
    float: left;
    margin: 0 auto;
    position: relative;
    color: #fdfeff;
    line-height: 43px;
    font-size: 0.7em;
}

div.gallery ul li {
    position: relative;
    float: left;
    width: 114px;
    height: 46px;
    padding: 5px;
    z-index: 0;
    margin-right: 31px;
    margin-top: 20px;
}
.heading-doubleline {
    background-image: url(/Content/images/basicAutoSales/double-line.png);
    background-repeat: no-repeat;
    background-position: left 4px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 25px;
}
}

@media only screen and (max-width: 992px) {
    .AddressSection i {
    color: #029AFB;
    text-shadow: #1c1c1c 0px 1px 0px;
    font-size: 1.5em;
    width: auto;
    text-align: center;
}
    .padding-adress {
        padding:0px !important;
    }
    .businessHours {
        padding: 0px !important;
    }
}


@media only screen and (max-width: 800px) {


    .container-fluid {
    margin-top: 0px !important;
}

    .inven-banner-text {
        width: 230px;
    }
   
    nav#nav-main a {
    font-family: Oswald,sans-serif;
    font-size: 18px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    height: 0px;
    padding: 9px 18px 34px;
    text-shadow: 1px 1px #000;
}
}
@media only screen and (max-width: 768px) {
    .AddressSection a[href^="tel"], .fax {
    font-weight: bolder;
    font-size: 1.7em !important;
}
.center-heading-staff {
    text-align: center;
    width: 29%;
    margin: 0 auto;
}
.fourbanner-margintop {
    margin-top: -88px;
}
}
@media only screen and (max-width: 767px) {
    .banner-margin{
    margin-top:20px;

}
.topBar address {
     text-align: center;
}
.container-fluid {
    margin-top: 0 !important;
}
.AddressSection .container {
    background-color: #050404 !important;
}

    .AddressSection address {
        margin: auto;
        margin-bottom: auto;
        max-width: 100%;
        text-align: center;
        margin-top: 25px;
        font-size: 1.0em;
    }
    ul.businessHours {
        top: -9px;
        font-size: 1em;
        max-width: 284px;
        float: none;
        margin: 0 auto;
        position: relative;
        color: #fdfeff;
        line-height: 43px;
        
    }
}

#viewDetail-4 .default-btn {
    background-color: #0077ff;
}
.default-btn, .btn-inventory, button, input[type="reset"], input[type="button"], input[type="submit"] {
    background-color: #07f;
}
    .default-btn:hover, .btn-inventory:hover, button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
        background-color: #3789f0 !important;
        
    }
.btn-inventory {
    background-color: #07f !important;
}
.map {
    padding: 0;
}

#map_wrapper {
    height: 283px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
.AddressSection a:hover {
  font-family: 'Lato', sans-serif;
  color: #bf211c;
  line-height: 25px;
}


figure.snip1384 {
  font-family: 'Raleway', Arial, sans-serif;
  float: left;
  overflow: hidden;  
  text-align: center;
  
  
}
figure.snip1384 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1384 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
figure.snip1384:after,
figure.snip1384 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1384:after {
  content: '';
  background-color:transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
figure.snip1384 figcaption {
  z-index: 1;
  padding: 40px 0px;
}
figure.snip1384 h3,
figure.snip1384 .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}
figure.snip1384 h3 {
  line-height: 1.0em;
font-size: 0.7em;
text-transform: uppercase;
opacity: 0;
color: #8b8b8b;
}
figure.snip1384 p {
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
figure.snip1384 i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 34px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
figure.snip1384 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.snip1384:hover img,
figure.snip1384.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.snip1384:hover:after,
figure.snip1384.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
figure.snip1384:hover h3,
figure.snip1384.hover h3
 {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}
.listcar-color {
    color:#f23f3f;
    font-weight:bold;
}
.viewAll-btn {
    border: none;
color: #909090;
text-align: center;
text-decoration: underline;
display: inline-block;
font-size: 14px;
margin: -11px 0px;
cursor: pointer;
float: right;
font-style: italic;
}


.button_sliding_bg {
    color: #000;
    background: #efefef;
    padding: 15px 20px;
    margin: 25px;
    font-family: 'OpenSansBold', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
     display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #C14800;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
    border:1px solid #ccc;
}
.button_sliding_bg:hover {
    box-shadow: inset 0 -100px 0 0 #F51313;
    color:#fff;
}


@media all and (max-width:1024px) {
}


div.inventory {
    
   
    background-image: none !important;
    background:none;
}



.container-fluid{
    margin-top: 45px;

}

/*small-screen-css*/
.pink {
    background-color: #007fef;
    color:#ffffff;
}

    .pink:hover {
        background-color: #2594f6;
        color: #fff !important;
    }

.apply-btn {
    background-color: #e99846;
}

    .apply-btn:hover {
        background-color: #de8e3d;
    }



.address-header-color {
    color: #fff !important;
    font-size: 1.2em !important;
}

.address-footer-color {
    color: #fff;
}

.address-contact-color {
    color: #000;
}

/* Request E-Price Starts */

.request-eprice {
    left: 708px !important;
    clear: left;
    padding: 6px 9px;
    cursor: pointer;
    top: 90px;
    background-color: #87a52a !important;
    color: #fff !important;
    text-shadow: none !important;
}

@media all and (max-width:1170px) {

    .request-eprice {
        left: 558px !important;
    }
}

@media all and (max-width:800px) {

    .request-eprice {
        left: 622px !important;
    }
}

@media all and (max-width:767px) {

    .request-eprice {
        left: 332px !important;
        top: 175px !important;
    }
}

@media all and (max-width:414px) {
    .request-eprice {
        left: 175px !important;
        top: 310px !important;
    }
}

/* Request E-Price Ends */



/**********pending-sale-css-starts*********/

.pending-div {
    position: relative;
}

.skewed-pending {
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 22%;
    font-size: 77px;
    text-align: center;
    -moz-font-feature-settings: "ss09";
    -webkit-font-feature-settings: "ss09";
    font-feature-settings: "ss09";
    transform: skew(0deg, -12deg);
    background-color: black;
    text-transform: uppercase;
    padding: 50px;
    opacity: .8;
    color: #fff;
    font-family: 'Montserrat', sans-serif !important;
    position: absolute;
    width: 100%;
    z-index: 2;
}


.pndng-sle-txt {
    position: relative;
}

    .pndng-sle-txt h5 {
        position: absolute;
        right: 0;
        margin-top: 6%;
        background-color: #333;
        padding: 4px 26px;
        font-size: 14px;
    }

@media all and (max-width : 1170px) {
    .skewed-pending {
        font-size: 62px;
        padding: 40px;
    }
}

@media all and (max-width : 992px) {
    .pndng-sle-txt h5 {
        margin-top: 8%;
    }
}

@media all and (max-width : 834px) {
    .pndng-sle-txt h5 {
        margin-top: 9%;
    }

    .skewed-pending {
        font-size: 40px;
        padding: 20px;
    }
}

@media all and (max-width : 767px) {
    .pndng-sle-txt h5 {
        margin-top: 11%;
    }
}

@media all and (max-width : 640px) {
    .pndng-sle-txt h5 {
        padding: 4px 16px;
    }
}

@media all and (max-width : 480px) {
    .pndng-sle-txt h5 {
        margin-top: 16%;
        padding: 4px 6px;
    }
}

@media all and (max-width : 414px) {
    .pndng-sle-txt h5 {
        margin-top: 17%;
        font-size: 12px;
    }

    .skewed-pending {
        font-size: 30px;
        padding: 15px;
    }
}

@media all and (max-width : 360px) {
    .pndng-sle-txt h5 {
        margin-top: 23%;
    }

    .skewed-pending {
        font-size: 20px;
        padding: 15px;
    }
}

@media all and (max-width : 320px) {
    .skewed-pending {
        font-size: 20px;
        padding: 12px;
    }
}
/**********pending-sale-css-ends*********/

/**********pending-sale-iven-css-starts*********/
.skewed-pending-iven {
    margin: 0 auto;
    margin-top: 19%;
    font-size: 22px;
    text-align: center;
    -moz-font-feature-settings: "ss09";
    -webkit-font-feature-settings: "ss09";
    font-feature-settings: "ss09";
    transform: skew(0deg, -12deg);
    background-color: black;
    text-transform: uppercase;
    padding: 10px;
    opacity: .8;
    position: absolute;
    z-index: 2;
    width: 100%;
    color: #fff;
}
