
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

body {
	font-size:14px;
	color:#666666;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}

.success, .error {
    border: 4px solid #125688;
    margin-top: 50px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 10px center;
  }

  .success {
    color: #125688;
  }

  .error{
    color: #D8000C;
  }

.loadData{
	clear:both;float:left;width:100%;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#125688;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#fd6502;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
	font-family: 'Montserrat', sans-serif;
}

input,button,select,textarea{
	font-family: 'Open Sans', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;
	font-family: 'Open Sans', sans-serif;
}

.pagination {
  display: inline-block;
	float: right;
	margin: 0;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
	text-transform: uppercase;
}

.pagination strong {
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
	background-color: #125688;
  color: white;
  border: 1px solid #125688;
}

.pagination a:hover {background-color: #ddd;}

.text{
	font-family: 'Open Sans', sans-serif;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 10px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;
}

.theme-btn,
.tp-caption .theme-btn{
	display:inline-block;
	text-align:center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:5px 10px;
	line-height:24px;
	color:#ffffff;
	text-align:center;
	font-size:14px;
	font-weight:700;
	background:#125688;
	letter-spacing:1px;
	text-transform:uppercase;
	border:2px solid #125688;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover{
	color:#ffffff;
	background:#ff5400;
	border-color:#ff5400;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:5px 10px;
	line-height:20px;
	top:-10px;
	margin-right: 15px;
	color:#125688;
	text-align:center;
	font-size:14px;
	font-weight:700;
	background:none;
	letter-spacing:1px;
	background-color:#ffffff;
	text-transform:uppercase;
	border:1px solid #f2f2f2;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-two .fa{
	margin-left:8px;
}

.btn-style-two:hover{
	color:#ffffff;
	border-color:#125688;
	background-color:#125688;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	padding:8px 20px;
	line-height:24px;
	color:#282328;
	text-align:center;
	font-size:14px;
	font-weight:600;
	background:#f2f2f2;
	letter-spacing:0px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-four:hover{
	color:#ffffff;
	background:#125688;
}





#home{position: relative; overflow: hidden; background: #fff;height: 450px !important;}
#slides_wrapper{position: relative;}

/***

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:10px;
}

.sec-title h2{
	position:relative;
	color:#125688;
	font-size:15px;
	font-weight:700;
	padding-bottom:12px;
	padding-top: 12px;
	text-transform:uppercase;
	border-bottom:1px solid #f2f2f2;
}

.sec-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:55px;
	height:2px;
	background-color:#125688;
}

.sec-title.light h2{
	color:#ffffff;
	border-color:#2f3335;
}

/***

====================================================================
	List Style Six
====================================================================

***/

.list-style-six{
	position:relative;
}

.list-style-six li{
	position:relative;
	color:#848484;
	font-size:14px;
	font-weight:400;
	padding-left:45px;
	margin-bottom:10px;
	line-height:2em;
	padding-bottom:10px;
	border-bottom:1px solid #2f3335;
}

.list-style-six li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#f45202;
	font-size:26px;
	line-height:1em;
}

.list-style-six li .bold{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	margin-right:5px;
	font-family: 'Montserrat', sans-serif;
}

/*Social Icon four*/

.social-icon-four{
	position:relative;
	margin-top:10px;
}

.social-icon-four li{
	position:relative;
	margin-right:8px;
	margin-bottom: 10px;
	display:inline-block;
}

.social-icon-four li a{
	position:relative;
	width:40px;
	height:40px;
	line-height:36px;
	color:#848484;
	font-size:14px;
	text-align:center;
	display:inline-block;
	border-radius:50%;
	border:2px solid #2f3335;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-four a:hover{
	color:#ffffff;
	border-color:#125688;
	background-color:#125688;
}

img{
	display:inline-block;
	max-width:100%;
}

.preloader{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url("../images/icons/preloader.svg");
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:50px;
	height:50px;
	color:#cccccc;
	font-size:18px;
	text-transform:uppercase;
	line-height:48px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#125688;
	display:none;
	font-weight:700;
	border:1px solid #125688;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#ff5400;
	border-color:#ff5400;
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #cccccc;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:2px 10px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	border-bottom:4px solid #125688;
}

.dropdown-content{
	display: none;
}

.main-header .header-top{
	position:relative;
	padding:0px;
	background-color:#125688;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
}

.main-header .header-top .top-left .top-links,
.main-header .header-top .top-left .social-links{
	position:relative;
	display:inline-block;
}

.main-header .header-top .top-right .social-links{
	position:relative;
	display:inline-block;
}

.main-header .header-top .top-left li.location{
	position:relative;
	padding-right:16px;
}

.main-header .header-top .top-left li.location a{
	position:relative;
	background:none;
	border:0px;
	color:#fff;
	font-size:14px;
	padding:0 10px;
	font-family: 'Open Sans', sans-serif;
}

.main-header .header-top .top-left li.location a .icon{
	position:relative;
	top:1px;
	color:#125688;
	font-size:16px;
	margin-right:10px;
}

.main-header .header-top .top-right .social-links a{
	display:inline-block;
	margin-left:5px;
	line-height:30px;
	color:#fff;
	font-size:16px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-top .top-left .social-links a:hover{
	color:#125688;
}

.main-header .dropdown-option{
	display:inline-block;
}

.main-header .header-upper{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-bottom:4px solid #125688;
	z-index:5;
}

.main-header .header-upper .upper-inner{
	padding:0px 20px 0px 20px;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
  padding-top:10px;
}

.main-header .logo-outer{
	position:relative;
	float:left;
	z-index:25;
	padding:2px 0px;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .upper-right{
	position:relative;
	float:right;
	margin-top: 10px;
}

.main-header .header-upper .nav-outer{
	position:relative;
	padding-right:10px;
}

.main-header .header-lower{
	position:relative;
}

.main-header .header-lower .lower-inner{
	position:relative;
	background-color:#f9f9f9;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
}

.main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:28px;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li{
	padding:0px;
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:5px 0px;
	font-size:15px;
	color:#232527;
	line-height:30px;
	font-weight:bold;
	opacity:1;
	text-transform:uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
}

.main-menu .navigation > li > a:hover{
  color:#125688;
}

.sticky-header .main-menu .navigation > li > a{
	padding:13px 15px !important;
	color:#333333;
}

.header-upper .main-menu .navigation > li:hover > a,
.header-upper .main-menu .navigation > li.current > a,
.header-upper .main-menu .navigation > li.current-menu-item > a{
	color:#125688;
	opacity:1;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	color:#ffffff !important;
	background:#125688;
}


/***

====================================================================
	Car Search Form
====================================================================

***/

.car-search-form{
	position:relative;
	z-index:10;
}

.car-search-form .inner-section{
	position:relative;
	margin-top:-110px;
}

.car-search-form .car-search-tab .prod-tabs{
	position:relative;
}

.car-search-form .car-search-tab .prod-tabs .tab-btns{
	position:relative;
	z-index:1;
	border-bottom:1px solid #eeeeee;
}

.car-search-form .car-search-tab .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	float:left;
	margin-right:0px;
	font-size:14px;
	color:#ffffff;
	border-top:3px solid #125688;
	text-transform:uppercase;
	font-weight:700;
	line-height:24px;
	cursor:pointer;
	background-color:#125688;
	padding:9px 27px 9px;
	transition:all 500ms ease;
}

.car-search-form .car-search-tab .prod-tabs .tab-btns .tab-btn:hover::after,
.car-search-form .car-search-tab .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-2px;
	width:100%;
	height:2px;
	background-color:#ffffff;
}

.car-search-form .car-search-tab .prod-tabs .tab-btns .tab-btn:hover,
.car-search-form .car-search-tab .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#125688;
	background:#ffffff;
}

.car-search-form .car-search-tab .prod-tabs .tabs-content{
	position:relative;
	padding:20px 10px;
	padding-bottom: 0;
	border:1px solid #f0f0f0;
	background-color:#ffffff;
	border-top:0px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(240,240,240,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(240,240,240,1);
	box-shadow: 0px 0px 12px 0px rgba(240,240,240,1);
}

.car-search-form .car-search-tab .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.car-search-form .car-search-tab .prod-tabs .tabs-content .tab.active-tab{
	display:block;
}

/*Car Search Form*/

.car-search-form .row{
	margin:0px -10px;
}

.car-search-form .column{
	padding:0px 10px;
}

.car-search-form .form-group{
  margin-bottom: 0px;
	padding:0px 10px;
}

.car-search-form input[type="text"],
.car-search-form input[type="email"],
.car-search-form input[type="password"],
.car-search-form select,
.car-search-form textarea{
	display:block;
	width:100%;
	height:45px;
	font-size:16px;
	color:#848484;
	line-height:30px;
	padding:10px 20px;
	font-weight:300;
	background-color:#fff;
	border: 2px solid #f4f4f4;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.car-search-form input:focus,
.car-search-form select:focus,
.car-search-form textarea:focus{
	border-color:#125688;
}

.car-search-form textarea{
	height:150px;
	resize:none;
	padding:12px 25px;
}

.car-search-form .search-btn{
	position: relative;
	width:70%;
	height:45px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  background: #125688;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #125688;
	border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
}

.car-search-form .search-btn:hover{
	background: #ff5400;
	border: solid thin #ff5400;
}
/***

====================================================================
	Popular Cars Section
====================================================================

***/

.popular-cars-section{
	position:relative;
	padding:20px 0px 20px;
}

.car-block{
	position:relative;
	margin-bottom:20px;
}

.car-block .inner-box{
	position:relative;
	border:1px solid #f2f2f2;
}

.car-block .inner-box:hover .image .price{
	color:#ffffff;
	background-color:#125688;
}

.car-block .inner-box:hover .image .price:before{
	border-bottom-color:#125688;
}

.car-block .inner-box .image{
	position:relative;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
}

.car-block .inner-box .image .price{
	position:absolute;
	right:0px;
	bottom:0px;
	color:#232527;
	font-size:18px;
	font-weight:400;
	padding:5px 16px 5px 10px;
	background-color:#f7f7f7;
	font-family: 'Montserrat', sans-serif;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.car-block .inner-box .image .price:before{
	position:absolute;
	content:'';
	left:-25px;
	top:0px;
	border-bottom: 35px solid #f7f7f7;
	border-left: 25px solid transparent;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.car-block .inner-box h3{
	position:relative;
	font-size:14px;
	font-weight:700;
	padding:16px 20px;
	text-transform:uppercase;
}

.car-block .inner-box h3 a{
	color:#232628;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.car-block .inner-box h3 a:hover{
	color:#fd6502;
}

.car-block .inner-box .lower-box{
	position:relative;
	padding:12px 12px;
	background-color:#f7f7f7;
}

.details{
	padding-right: 10px;
	float: left;
	width: auto;
	margin-left: 5px;
	margin-bottom: 10px;
}

.related-title{
	padding-bottom:5px;
	float:left;
	text-transform:uppercase;
	font-size:14px;
}

.details .fa{
	padding-right: 5px;
}

.car-block .inner-box .lower-box .car-info{
	position:relative;
}

.car-block .inner-box .lower-box .car-info li{
	position:relative;
	color:#848484;
	font-size:14px;
	padding-left:20px;
	padding-right:12px;
	margin-right:5px;
	display:inline-block;
	border-right:1px solid #eaeaea;
}

.car-block .inner-box .lower-box .car-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
}

.car-block .inner-box .lower-box .car-info li:last-child{
	margin-right:0px;
	padding-right:0px;
	border:0px;
}

/*Offer Section*/

.offer-section{
	position:relative;
	overflow:hidden;
	padding:5px 0px 10px;
	background-color:#232628;
}

.offer-section .owl-carousel .owl-stage-outer{
	overflow:visible;
}

.offer-section .owl-carousel .owl-stage-outer .owl-item{
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.offer-section .owl-carousel .owl-stage-outer .owl-item.active{
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.offer-block{
	position:relative;
}

.offer-block .inner-box{
	position:relative;
	border:1px solid #3b4042;
}

.offer-block .inner-box .image{
	position:relative;
	text-align:center;
	background-color:#ffffff;
}

.offer-block .inner-box .image .price{
	position:absolute;
	left:10px;
	top:10px;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	padding:6px 19px;
	background-color:#e7480f;
	font-family: 'Montserrat', sans-serif;
}

.offer-block .inner-box .image .price .percent{
	position:relative;
	font-size:12px;
	line-height:1em;
	font-weight:400;
	text-transform:uppercase;
	display:inline-block;
}

.offer-block .inner-box h3{
	position:relative;
	color:#232527;
	font-size:16px;
	font-weight:700;
	line-height:1.7em;
	padding:15px 18px;
	background-color:#f7f7f7;
	text-transform:uppercase;
	border-top:1px solid #f2f2f2;
}

.offer-block .inner-box h3 a{
	color:#232527;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.offer-block .inner-box h3 a:hover{
	color:#e7480f;
}

.offer-block .inner-box .lower-box{
	position:relative;
	padding:5px 15px 10px;
	background-color:#2f3335;
}

.offer-block .inner-box .lower-box .lower-price{
	position:relative;
	font-size:20px;
	font-weight:400;
	color:#ffffff;
	padding-top:12px;
	padding-bottom:12px;
	margin-bottom:15px;
	border-bottom:1px solid #3b4042;
}

.offer-block .inner-box .lower-box ul{
	position:relative;
}

.offer-block .inner-box .lower-box ul li{
	position:relative;
	color:#848484;
	font-size:14px;
	padding-left:20px;
	display:inline-block;
	padding-right:10px;
	line-height:1em;
	border-right:1px solid #3b4042;
}

.offer-block .inner-box .lower-box ul li:last-child{
	padding-right:0px;
	margin-right:0px;
	border:0px;
}

.offer-block .inner-box .lower-box ul li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#125688;
	font-size:16px;
}


.offer-section .owl-nav{
	display:none;
}

.offer-section .owl-dots{
    position: relative;
	text-align:center;
	margin-top:10px;
}

.offer-section .owl-dots .owl-dot{
	position:relative;
	display:inline-block;
	margin:0px 4px;
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.offer-section .owl-dots .owl-dot span{
	position:relative;
	display:block;
	width:10px;
	height:10px;
	margin:0px;
	border-radius:50%;
	background:#232628;
	border:1px solid #4a4d4e;
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.offer-section .owl-dots .owl-dot.active span,
.offer-section .owl-dots .owl-dot:hover span{
	background:#125688;
	border-color:#125688;
}

/***

====================================================================
	Main Footer Section
====================================================================

 ***/
.main-footer {
   position: relative;
   background-color: #232628;
   background-repeat: no-repeat;
	 color:#fff;
   background-position: center center;
 }

 .main-footer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(33, 33, 33, 0.6);
}

.main-footer .widgets-section{
	position:relative;
	padding:20px 0px 10px;
}

.main-footer .footer-widget{
	position:relative;
}

.main-footer .footer-widget .widget-content{
	padding-top: 20px;
}

.main-footer .footer-widget h2{
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-footer .footer-widget .text{
	position:relative;
}

.main-footer .footer-widget .text p{
	position:relative;
	color:#fff;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:14px;
}

.main-footer .links-widget .text{
	position:relative;
	color:#848484;
	font-size:14px;
	margin-top:-5px;
	line-height:1.8em;
}

.main-footer .footer-bottom{
	position:relative;
	padding:10px 0px;
	background-color:#26292b;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#848484;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.main-footer .footer-bottom .footer-nav{
	position:relative;
	text-align:right;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.main-footer .footer-bottom .footer-nav li{
	position:relative;
	margin-left:20px;
	display:inline-block;
}

.main-footer .footer-bottom .footer-nav li a{
	position:relative;
	color:#848484;
	font-size:14px;
}

.main-footer .footer-bottom .footer-nav li a:hover{
	color:#125688;
}

/***

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	padding:50px 0px 80px 0px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.50);
}

.page-title h3{
	position:relative;
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	color:#ffffff;
	line-height:1.5em;
	text-transform:uppercase;
}

.page-title p{
	position:relative;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	color:#ffffff;
	line-height:1.5em;
}



/***

====================================================================
	Popular Cras Section Two
====================================================================

***/

.popular-cars-section-two{
	position:relative;
}

.popular-used-car .prod-tabs{
	position:relative;
}

.popular-used-car .prod-tabs .tabs-content{
	position:relative;
}

.city-block{
	position:relative;
	margin-bottom:30px;
}

.city-block .inner-box{
	position:relative;
	text-align:center;
	padding:10px 0px 10px;
	border:1px solid #f2f2f2;
}

.city-block .inner-box .icon-box{
	position:relative;
	width:85%;
	height: 180px;
	color:#aeaeae;
	font-size:46px;
	line-height:74px;
	text-align:center;
	display:inline-block;
}

.city-block .inner-box h3{
	position:relative;
	color:#232527;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}

.city-block .inner-box h3 a{
	color:#232527;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.city-block .inner-box h3 a:hover{
	color:#ff5400;
}

/***

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:20px 0px 20px;
}

.services-section-two .image-column{
	position:relative;
	margin-bottom:30px;
}

.services-section-two .image-column .image{
	position:relative;
}

.services-section-two .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-section-two .content-column{
	position:relative;
}

.services-section-two .content-column .inner-column{
	position:relative;
}

.services-section-two .content-column .inner-column .sec-title{
	position:relative;
	margin-bottom:25px;
}

.services-section-two .content-column .inner-column .text{
	position:relative;
	color:#848484;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:20px;
}

.services-blocks-section{
	position:relative;
	padding-bottom:20px;
}

.services-blocks-section{
	position:relative;
	margin-top:30px;
	padding-bottom:1px;
	border-bottom:1px solid #f2f2f2;
}

.services-block-four{
	position:relative;
	margin-bottom:30px;
}

.services-block-four .inner-box{
	position:relative;
	padding-left:120px;
	min-height:100px;
}

.services-block-four .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:97px;
	height:97px;
	border-radius:50%;
	overflow:hidden;
	padding:8px;
	border:1px solid #f2f2f2;
}

.services-block-four .inner-box .image img{
	border-radius:50%;
}

.services-block-four .inner-box h3{
	position:relative;
	color:#232527;
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
	text-transform:capitalize;
}

.services-block-four .inner-box h3 a{
	color:#232527;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-four .inner-box h3 a:hover{
	color:#125688;
}

.services-block-four .inner-box .text{
	position:relative;
	color:#848484;
	font-size:14px;
	line-height:1.8em;
}

/***

====================================================================
	Contact Form Section
====================================================================

 ***/

.contact-form-section{
	position:relative;
	padding:65px 0px;
}

.contact-form-section .sec-title .text{
	color:#848484;
	font-size:16px;
	line-height:1.8em;
	margin-top:25px;
	margin-bottom:-15px;
}

/***

====================================================================
	Contact Detailed Section
====================================================================

 ***/

.headquater-box{
	position:relative;
}

.headquater-box .inner-box{
	position:relative;
	padding:5px 20px 5px;
	border:1px solid #2f3335;
	background-color:#26292b;
	opacity: 0.8;
}

.headquater-box .inner-box h2{
	position:relative;
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	padding-bottom:16px;
	margin-bottom:26px;
}

.headquater-box .inner-box h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:55px;
	height:2px;
	background-color:#125688;
}

/***

====================================================================
	Inventory Section
====================================================================

***/

.inventory-section{
	position:relative;
	padding:20px 0px 0px;
}

.inventory-section .column,
.inventory-section .form-column{
	margin-bottom:20px;
}

.inventory-section .form-column .select-cars-tabs .prod-tabs{
	margin-bottom:0px;
}

.inventory-section .layout-box{
	position:relative;
	padding-bottom:5px;
	margin-bottom:30px;
	border-bottom:1px solid #f2f2f2;
}

.inventory-section .layout-box .view-options{
	position:relative;
	float: right;
}

.inventory-section .layout-box .view-options li{
	position:relative;
	margin-left:6px;
	display:inline-block;
}

.inventory-section .layout-box .view-options li a{
	position:relative;
	width:30px;
	height:30px;
	color:#232527;
	font-size:14px;
	line-height:30px;
	text-align:center;
	display:inline-block;
	background-color:#f7f7f7;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.inventory-section .layout-box .view-options li a:hover,
.inventory-section .layout-box .view-options li.active a{
	color:#ffffff;
	background-color:#125688;
}

/***

====================================================================
	Login / Register Section
====================================================================

***/

.styled-form{
	position:relative;
}

.styled-form .form-group{
	position:relative;
	margin-bottom:10px;
	font-size:14px;
	color:#848484;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:30px;
	padding:8px 20px;
	height:50px;
	border:2px solid #f4f4f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.styled-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url("../images/icons/icon-select.png") right center no-repeat;
	cursor:pointer;
}

.styled-form select option{
	text-indent:20px;
}

.styled-form textarea{
	resize:none;
	height:110px;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus{
	border-color:#125688;
}

.styled-form .form-group .theme-btn{
	min-width:150px;
	text-align:center;
	padding:10px 30px;
}

/***

====================================================================
	Inventory Section Two
====================================================================

***/

.car-block-two{
	position:relative;
	padding-bottom:0px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:20px;
}

.car-block-two .inner-box{
	position:relative;
}

.car-block-two .inner-box .image-column{
	position:relative;
	margin-bottom:20px;
}

.car-block-two .inner-box .image{
	position:relative;
	text-align:center;
	padding: 10px;
	border:1px solid #f0f0f0;
}

.car-block-two .inner-box .content-column{
	position:relative;
	margin-bottom:10px;
}

.car-block-two .inner-box .content-column h3{
	position:relative;
	font-size:22px;
	font-weight:600;
	text-transform:capitalize;
	margin-top:-5px;
}

.car-block-two .inner-box .content-column h3 a{
	color:#232527;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.car-block-two .inner-box .content-column h3 a:hover{
	color:#fd6502;
}

.car-block-two .inner-box .content-column .price{
	position:relative;
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	padding:10px 15px;
	line-height:24px;
	margin-top:25px;
	background-color:#125688;
	font-family: 'Montserrat', sans-serif;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.car-block-two .inner-box .content-column .info-box{
	position:relative;
	padding:30px 0px;
}

.car-block-two .inner-box .info-box .car-info{
	position:relative;
	font-family: 'Montserrat', sans-serif;
}

.car-block-two .inner-box .info-box .car-info li{
	position:relative;
	color:#232527;
	font-size:14px;
	line-height:20px;
	min-height:40px;
	padding-left:20px;
	font-weight:600;
	padding-right:23px;
	margin-right:12px;
	display:inline-block;
	border-right:1px solid #eaeaea;
}

.car-block-two .inner-box .info-box .car-info li .icon{
	position:absolute;
	line-height:24px;
	color:#848484;
	font-size:16px;
	left:0px;
	top:50%;
	margin-top:-12px;
}

.car-block-two .inner-box .info-box .car-info li .info-title{
	position:relative;
	display:block;
	font-weight:400;
	color:#848484;
}

.car-block-two .inner-box .info-box .car-info li:last-child{
	margin-right:0px;
	padding-right:0px;
	border:0px;
}

.car-block-two .inner-box .content-column .lower-box{
	position:relative;
	padding-top:3px;
}

.car-block-two .inner-box .content-column .lower-box .btns-box{
	position:relative;
	float:left;
}

.car-block-two .inner-box .content-column .lower-box .btns-box li{
	position:relative;
	float:left;
	margin-right:12px;
	margin-bottom:10px;
}

.car-block-two .inner-box .content-column .lower-box .logos-box{
	position:relative;
	float:right;
}

.car-block-two .inner-box .content-column .lower-box .logos-box li{
	position:relative;
	float:left;
	margin-left:20px;
	margin-bottom:10px;
}

.car-block-two .inner-box .content-column .compare-check{
	position:absolute;
	right:15px;
	top:0px;
	z-index:1;
}

.car-block-two .inner-box .content-column .compare-check label{
	position:relative;
	font-size:14px;
	font-weight:400;
	color:#232527;
	padding-right:10px;
	cursor:pointer;
}

.car-block-two .inner-box .content-column .compare-check input{
	position:relative;
	top:2px;
}

/***

====================================================================
	Inventory Single
====================================================================

***/

.inventory-details{
	position:relative;
}

.inventory-details .product-carousel-outer .big-image-outer{
	position:relative;
}

.inventory-details .product-carousel-outer{
	position:relative;
	margin-bottom:30px;
}

.inventory-details .product-carousel-outer img{
	display:block;
	width:100%;
	height:auto;
	cursor:pointer;
}

.inventory-details .product-carousel-outer .owl-nav,
.inventory-details .product-carousel-outer .owl-dots{
	display:none;
}

.inventory-details .product-carousel-outer .prod-image-carousel{
	position:relative;
	margin-bottom:15px;
}

.inventory-details .product-carousel-outer .prod-thumbs-carousel .owl-nav{
	display:block;
}

.inventory-details .product-carousel-outer .prod-thumbs-carousel .owl-next,
.inventory-details .product-carousel-outer .prod-thumbs-carousel .owl-prev{
	position:absolute;
	top:0px;
	width:34px;
	height:100%;
	z-index:2;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	background:rgba(0,0,0,0.80);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.inventory-details .product-carousel-outer .prod-thumbs-carousel .owl-next:hover,
.inventory-details .product-carousel-outer .prod-thumbs-carousel .owl-prev:hover{
	background:rgba(0,0,0,0.95);
}

.inventory-details .product-carousel-outer .prod-thumbs-carousel .owl-prev{
	left:0px;
}

.inventory-details .product-carousel-outer .prod-thumbs-carousel .owl-next{
	right:0px;
}

.inventory-details .product-carousel-outer .prod-thumbs-carousel .owl-next .fa,
.inventory-details .product-carousel-outer .prod-thumbs-carousel .owl-prev .fa{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-20px;
	width:100%;
	height:40px;
	line-height:40px;
}

.inventory-details .vehicle-details{
	position:relative;
  padding: 20px 10px;
}

.inventory-details .vehicle-details .text-description{
	position:relative;
	margin-bottom:0px;
}

.inventory-details .vehicle-details h2{
	font-size:20px;
	text-transform:capitalize;
	line-height: 40px;
	margin-bottom:10px;
	font-weight:600;
	text-transform: uppercase;
	color:#232527;
	border-bottom: 1px solid #f0f0f0;
}

.price {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 10px;
    line-height: 20px;
    background-color: #125688;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.inventory-details .details-panel-box{
	position:relative;
	border:1px solid #f0f0f0;
}

.inventory-details .details-panel-box .panel-header{
	position:relative;
}

.inventory-details .details-panel-box .panel-header .panel-btn{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:30px;
	color:#848484;
	background:#f7f7f7;
	cursor:pointer;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.inventory-details .details-panel-box:hover .panel-header .panel-btn{
	color:#125688;
}

.inventory-details .details-panel-box .panel-header h4{
	font-size:16px;
	font-weight:400;
	line-height:30px;
	text-transform:capitalize;
	font-family:'Open Sans',sans-serif;
}

.inventory-details .details-panel-box .panel-header h4 strong{
	font-weight:600;
	color:#232527;
}

.inventory-details .details-panel-box .panel-header .arrow{
	position:absolute;
	right:15px;
	top:10px;
	line-height:30px;
	font-size:20px;
}

.inventory-details .details-panel-box .panel-content{
	position:relative;
	display:block;
	background:#ffffff;
}

.inventory-details .details-panel-box .panel-content .listing-outer{
	position:relative;
}

.inventory-details .details-panel-box .panel-content .list-column{
	position:relative;
	float:left;
	width:50%;
}

.list-style-seven{
	position:relative;
	font-size:14px;
	font-family:'Montserrat',sans-serif;
}

.list-style-seven li{
	position:relative;
	line-height:30px;
	padding:10px 20px;
	border-bottom:1px solid #f0f0f0;
}

.list-style-seven li:last-child{
	border:none;
}

.list-style-seven li .ttl,
.list-style-seven li .dtl{
	position:relative;
	float:left;
	display:block;
	width:50%;
}

.list-style-seven li .dtl{
	color:#232527;
	font-weight:600;
}

.inventory-details .extra-features .listing-outer{
	position:relative;
	padding:15px 20px;
	margin:0px -20px;
}

.inventory-details .extra-features .listing-outer .list-column{
	width:33.333%;
	padding:0px 20px;
}

.list-style-nine{
	position:relative;
	font-size:14px;
	font-family:'Montserrat',sans-serif;
}

.list-style-nine li{
	position:relative;
	color:#232527;
	font-weight:500;
	line-height:30px;
	padding:3px 0px;
	padding-left:25px;
}

.list-style-nine li:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  position: absolute;
  left: 0px;
	top:3px;
	font-size:16px;
	color:#125688;
  line-height: 30px;
}









@media only screen and (max-width: 1340px){
	.page-wrapper{
		overflow:hidden;
	}

	.inner-header .outer-container{
		padding:0px 15px;
	}

}

@media only screen and (max-width: 1140px){
	.main-header .header-lower .lower-inner .search-box{
		display:none;
	}

	.main-header .header-upper .upper-inner{
		padding-right:20px;
	}

	.main-menu .navigation > li{
		margin-right:18px;
	}

	.car-search-form .inner-section{
		margin-top:-46px;
	}

	.main-slider .slider-content h2{
		font-size:32px;
	}

}

@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}

@media only screen and (max-width: 1023px){

	.sticky-header{
		display:none !important;
	}

	.main-header .header-upper .upper-right{
	margin-top: 0;
	}

	.main-header .header-lower .lower-inner .info-block{
		text-align:center;
		padding-top:15px;
		width:100%;
	}

	.main-header .header-lower .lower-inner .info-block li{
		margin:0px 12px 10px;
		border:none;
		padding:10px 0px;
	}

	.main-header .header-lower .lower-inner .info-block li .icon{
		position:relative;
		display:block;
		left:0px;
		top:0px;
		width:40px;
		margin:0 auto 15px;
	}

	.main-slider .slider-content h2{
		font-size:28px;
	}

	.main-slider .slider-content .text{
		font-size:14px;
	}

	.list-style-seven li:last-child{
		border-bottom:1px solid #f0f0f0;
	}

	.car-block-two .inner-box .content-column .lower-box .btns-box,
	.car-block-two .inner-box .content-column .lower-box .logos-box{
		width:100%;
	}

	.car-block-two .inner-box .content-column .lower-box .logos-box{
		padding-top:10px;
	}

	.car-block-two .inner-box .content-column .lower-box .logos-box li{
		margin-left:0px;
		margin-right:20px;
	}

}

@media only screen and (max-width: 820px){


.dropbtn {
  background-color: #125688;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #125688;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100%;
}

.dropdown-content a {
  color: white !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-align: left;
  border-bottom: solid thin white;
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
}

.dropdown-content a .thelast{
	border-bottom: none;
}

.dropdown-content a:hover {background-color: #125688;}

.dropdown:hover .dropdown-content {
	display: block;
	margin-left: -140px;
	width: 200px;
}

.dropdown:hover .dropbtn {background-color: #125688;}

	.main-header .header-top .top-left{
		display:none;
	}

	.main-header .header-top{
		text-align:center;
	}

	.main-header .header-top .top-right{
		width:100%;
	}

	.main-header .header-top .top-right ul > li{
		float:none;
		display:inline-block;
		margin:0px 10px;
		text-align:left;
	}

	.main-header .header-upper{
		margin-top:1px;
	}

	.main-header .header-upper .upper-inner{
		border-top:1px solid #f2f2f2;
	}

	.main-header .header-lower{
		margin-bottom:20px;
	}

	.main-header .logo-outer{
		text-align:center;
	}

	.main-header .header-upper .nav-outer{
		padding-right:0px;
	}

	.main-header .nav-outer .more-options{
		right:auto;
		left:0px;
		top:5px;
		margin:0px;
		z-index:20;
	}

	.main-header .nav-outer .more-options .cart-box{
		padding-left:0px;
		padding-right:20px;
		border:none;
		border-right:1px solid #f0f0f0;
	}

	.main-header .main-menu{
		padding-top:0px;
		width:100%;
		margin:0px;
	}

	.main-menu .collapse {
	   max-height:300px;
		overflow:auto;
		float:none;
		width:100%;
		padding:10px 0px 0px;
		border:none;
		margin:0px;
		-ms-border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		border-radius:3px;
   }

	.main-menu .collapse.in,
	.main-menu .collapsing{
		padding:1px 0px 0px;
		border:none;
		margin:0px 0px 15px;
		-ms-border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		border-radius:3px;
	}

	.main-menu .navbar-header{
		position:relative;
		float:none;
		display:block;
		text-align:right;
		width:100%;
		padding:0px 0px 8px;
		right:0px;
		z-index:12;
	}

	.main-menu .navbar-header .navbar-toggle{
		display:inline-block;
		z-index:7;
		border:1px solid #ffffff;
		float:none;
		margin:0px 0px 0px 0px;
		border-radius:0px;
		background:#125688;
	}

	.main-menu .navbar-header .navbar-toggle .icon-bar{
		background:#ffffff;
	}

	.main-menu .navbar-collapse > .navigation{
		float:none !important;
		margin:0px !important;
		width:100% !important;
		background:#125688;
		border:1px solid #ffffff;
		border-top:none;
		display: none;
	}

	.main-menu .navbar-collapse > .navigation > li{
		margin:0px !important;
		float:none !important;
		width:100%;
		padding:0px;
	}

	.main-menu .navigation > li > a,
	.main-menu .navigation > li > ul:before{
		border:none;
	}

	.main-menu .navbar-collapse > .navigation > li > a{
		padding:10px 10px !important;
		border:none !important;
	}

	.main-menu .navigation li.dropdown > a:after,
	.main-menu .navigation > li.dropdown > a:before,
	.main-menu .navigation > li > ul > li > a::before,
	.main-menu .navigation > li > ul > li > ul > li > a::before{
		color:#ffffff !important;
		right:15px;
		font-size:16px;
		display:none !important;
	}

	.main-menu .navbar-collapse > .navigation > li > ul,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
		position:relative;
		border:none;
		float:none;
		visibility:visible;
		opacity:1;
		display:none;
		margin:0px;
		padding:0px;
		left:auto !important;
		right:auto !important;
		top:auto !important;
		width:100%;
		background:#125688;
		-webkit-border-radius:0px;
		-ms-border-radius:0px;
		-o-border-radius:0px;
		-moz-border-radius:0px;
		border-radius:0px;
		transition:none !important;
		-webkit-transition:none !important;
		-ms-transition:none !important;
		-o-transition:none !important;
		-moz-transition:none !important;
		-webkit-transform:scale(1) !important;
		-ms-transform:scale(1) !important;
		-o-transform:scale(1) !important;
		-moz-transform:scale(1) !important;
		transform:scale(1) !important;
		-webkit-box-shadow:none;
		-ms-box-shadow:none;
		-o-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}

	.main-menu .navbar-collapse > .navigation > li > ul,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul{

	}

	.main-menu .navbar-collapse > .navigation > li,
	.main-menu .navbar-collapse > .navigation > li > ul > li,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{
		border:none;
		border-top:1px solid rgba(255,255,255,1) !important;
		opacity:1 !important;
		top:0px !important;
		left:0px !important;
		visibility:visible !important;
	}

	.main-menu .navbar-collapse > .navigation > li:first-child{
		border:none;
	}

	.main-menu .navbar-collapse > .navigation > li > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{
		padding:12px 10px !important;
		line-height:22px;
		color:#ffffff !important;
		background:#125688;
		text-align:left;
		font-size:14px;
		font-weight:600 !important;
		text-transform:uppercase;
		min-height:0px;
		-webkit-text-shadow:none;
		-ms-text-shadow:none;
		text-shadow:none;
	}

	.main-menu .navbar-collapse > .navigation > li > a:hover,
	.main-menu .navbar-collapse > .navigation > li > a:active,
	.main-menu .navbar-collapse > .navigation > li > a:focus{
		background:#125688;
	}

	.main-menu .navbar-collapse > .navigation > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
	.main-menu .navbar-collapse > .navigation > li.current > a,
	.main-menu .navbar-collapse > .navigation > li.current-menu-item > a,
	.header-style-two.inner-header .main-menu .navigation > li > a{
		background:#125688;
		color:#ffffff !important;
	}

	.main-menu .navigation li.dropdown .dropdown-btn{
		display:block;
	}

	.main-menu .navbar-collapse > .navigation li.dropdown:after,
	.main-menu .navigation > li > ul:before,
	.services-section .services-column .inner-content:after,
	.services-section .services-column .inner-content:before{
		display:none !important;
	}

	.main-slider .slider-content h2,
	.sec-title h2,
	.page-title h1{
		font-size:24px;
	}

	.popular-used-car .prod-tabs .tab-btns{
		display:block;
		border:none;
	}

	.popular-used-car .prod-tabs .tab-btns .tab-btn{
		display:block;
		width:100%;
		border:1px solid #f0f0f0;
		margin:0px 0px 25px;
		text-align:center;
	}

	.popular-used-car .prod-tabs .tab-btns .tab-btn .text{
		width:100%;
	}

	.popular-used-car .prod-tabs .tab-btns .tab-btn .icon{
		left:0;
		width:100%;
	}

	.sec-title .btn-outer{
		display:none;
	}

	.main-footer .footer-bottom{
		text-align:center;
	}

	.main-footer .footer-bottom .footer-nav{
		padding-top:20px;
		text-align:center;
	}

	.main-footer .footer-bottom .footer-nav li{
		margin:0px 10px 10px;
	}

	.inventory-details .extra-features .listing-outer .list-column{
		width:100%;
	}

	.inventory-details .details-panel-box .panel-content .list-column{
		width:100%;
	}

	.car-block-two .inner-box .info-box .car-info li{
		margin-bottom:10px;
		padding-left:30px;
		border:none;
	}

	.car-block-two .inner-box .content-column .compare-check{
		position:relative;
		left:0px;
		top:0px;
		right:0px;
		margin-top:10px;
	}

}

@media only screen and (max-width: 599px){
	.main-slider .slider-content h2,
	.sec-title h2,
	.services-block .inner-box .upper-box .upper-content h2,
	.inventory-details .vehicle-details h2{
		font-size:20px;
	}

	.main-slider .slider-content h2 br,
	.main-slider .slider-content h2:before{
		display:none;
	}

	.main-slider .slider-content .theme-btn{
		font-size:14px;
		padding:10px 25px;
	}

	.services-block-four .inner-box{
		padding-left:0px;
		text-align:center;
	}

	.services-block-four .inner-box .image{
		position:relative;
		margin:0px auto 30px;
	}

	.inventory-details .details-panel-box .panel-header{
		text-align:center;
	}

	.inventory-details .details-panel-box .panel-header .arrow{
		display:none;
	}

	.inventory-section .layout-box .pull-left,
	.inventory-section .layout-box .pull-right{
		width:50%;
	}

	.inventory-section .layout-box .view-options{
		padding-top:10px;
	}

	.inventory-section .layout-box .view-options li{
		margin:0px 10px 20px 0px;
	}
}
