*,
*:after,
*::before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

@font-face {
		font-weight: normal;
		font-style: normal;
		font-family: 'ecoicons';
		src: url("../fonts/ecoicons/ecoicons.eot");
		src: url("../fonts/ecoicons/ecoicons.eot?#iefix") format("embedded-opentype"), url("../fonts/ecoicons/ecoicons.woff") format("woff"), url("../fonts/ecoicons/ecoicons.ttf") format("truetype"), url("../fonts/ecoicons/ecoicons.svg#ecoicons") format("svg");
}

/* Icomoon.com */

.gn-menu-wrapper{
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}
.gn-menu-main,
.gn-menu-main ul {
		margin: 0;
		padding: 0;
		background: white;
		color: #5f6f81;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		font-family: 'Roboto', sans-serif !important;
		line-height: 60px;
}

.gn-menu-main {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 47px;
		font-size: 13px;
		z-index: 5;
}

.gn-menu-main a {
		display: inline-block;
		height: auto;
		color: #5f6f81;
		text-decoration: none;
		cursor: pointer;
}

.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
		background: #5f6f81;
		color: white;
}

.gn-menu-main > li {
		display: block;
		float: right;
		height: 100%;
		text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
		position: relative;
		width: 60px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

.gn-menu-main > li:last-child {
		border-right: none;
}

.gn-menu-main > li > a {
		padding: 0 30px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
}

.gn-menu-main:after {
		display: table;
		clear: both;
		content: "";
}

.gn-menu-wrapper {
		position: fixed;
		/* top: 74px; */
		top: 115px;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 60px;
		border-top: 1px solid #c6d0da;
		background: white;
		-webkit-transform: translateX(-60px);
		-moz-transform: translateX(-60px);
		transform: translateX(-60px);
		-webkit-transition: -webkit-transform 0.3s, width 0.3s;
		-moz-transition: -moz-transform 0.3s, width 0.3s;
		transition: transform 0.3s, width 0.3s;
}

.gn-scroller {
		position: absolute;
		overflow-y: scroll;
		width: 370px;
		height: 100%;
}

.gn-menu {
		border-bottom: 1px solid #c6d0da;
		text-align: left;
		font-size: 18px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
		box-shadow: inset 0 1px #c6d0da
}

.gn-submenu li {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
}

.gn-submenu li a {
		color: #c1c9d1
}

input.gn-search {
		position: relative;
		z-index: 10;
		padding-left: 15px;
		outline: none;
		border: none;
		background: transparent;
		color: #5f6f81;
		font-weight: 300;
		font-family: 'Roboto', sans-serif !important;
		cursor: auto;
	    font-size:14px;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
		color: #5f6f81
}

.gn-search:-moz-placeholder {
		color: #5f6f81
}

.gn-search::-moz-placeholder {
		color: #5f6f81
}

.gn-search:-ms-input-placeholder {
		color: #5f6f81
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
		color: transparent
}

input.gn-search:focus {
		cursor: text
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
		color: white
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
		color: white
}

.gn-menu-main a.gn-icon-search {
		position: absolute;
		top: 0;
		right: 65px;
		height: 60px;
}

.gn-icon::before {
		display: inline-block;
		width: 60px;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		font-family: 'ecoicons';
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
}

.gn-icon-help::before {
		content: "\e000"
}

.gn-icon-earth::before {
		content: "\e004"
}

.gn-icon-cog::before {
		content: "\e006"
}

.gn-icon-search::before {
		content: "\e005"
}

.gn-icon-download::before {
		content: "\e007"
}

.gn-icon-photoshop::before {
		content: "\e001"
}

.gn-icon-illustrator::before {
		content: "\e002"
}

.gn-icon-archive::before {
		content: "\e00d"
}

.gn-icon-article::before {
		content: "\e003"
}

.gn-icon-pictures::before {
		content: "\e008"
}

.gn-icon-videos::before {
		content: "\e009"
}

/* if an icon anchor has a span, hide the span */

.gn-icon span {
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
}

.gn-icon-menu::before {
		margin-left: -15px;
		vertical-align: -2px;
		margin-top: 25px;
		width: 30px;
		height: 3px;
		background: #5f6f81;
		box-shadow: 0 3px white, 0 -6px #5f6f81, 0 -9px white, 0 -12px #5f6f81;
		content: '';
}
#gn-menu li.dropdown{
	width:100%;
	padding-left:15px;
	
}
#gn-menu li.dropdown .dropdown-menu li{
	border:0px; line-height: 24px;
	box-shadow: inset 0 0px #c6d0da !important;
	
}
#gn-menu li a{
	font-size:14px;
	letter-spacing: .5px;
	font-family: 'Roboto', sans-serif !important;
	color: #666 !important;
	font-weight: 500 !important;
}
#gn-menu{box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);}
.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
		background: white;
		box-shadow: 0 3px #5f6f81, 0 -6px white, 0 -9px #5f6f81, 0 -12px white;
}

.gn-icon-menu.gn-selected::before {
		background: #5993cd;
		box-shadow: 0 3px white, 0 -6px #5993cd, 0 -9px white, 0 -12px #5993cd;
}

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
		width: 340px;
    z-index: 9999 !important;
    height: 78vh;
    overflow: scroll;
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
		height: 60px
}

.happyCustomer{text-align: center; color:#19180b; margin-bottom: 25px; font-family:rbM; padding-top:10px;}


@media (max-width: 1400px) {
    footer.container-fluid .mobPadL0 p {
        font-size: 14px !important;
    }    
}

@media (max-width: 1200px) {
	footer.container-fluid h2{font-size:15px !important;}   
}

@media(max-width: 991px){
	.bannersearch, .carousel-indicators{display:none;}
	.openmenu{opacity: 0;z-index: 2;position: relative;height: 100% !important;}
	.menuicon{position: absolute;top: 23px; color:#B6A278; left:0px; font-size: 21px !important;z-index: 0;padding: 0 17px !important;}
	#bs-carousel .carousel-inner{width:auto;}
	#bs-carousel{height:auto;}
	.carousel.fade-carousel.slide img{height:auto; margin-top:75px;}
	.mobileview{width:76% !important; padding:0px;}
	.mobiletime{position:fixed; top: 0px; z-index: 5; width:100%;}
	.mobiletime .col-sm-6.text-left{position: relative; top: -3px;}
	.adver{width:24% !important;}
	.v-stock {width: 20% !important;}
	footer.container-fluid .mobPadL0 p {
        font-size: 12px !important;
    }
}
@media(max-width: 767px){
	.mobileview{width:100% !important; padding:0px 15px;}
	.featuredUserCars:first-of-type .heading1{margin-top:5px;}
	.sectionwhychoose .col-sm-3{padding:0px; }
	.sectionwhychoose{padding-bottom:1px;}
	.mobPad0{padding:0px !important;}
	.mobPadlR15{padding:0 15px !important;}
	.btn-orange.viewall{margin-top:0px !important; font-size:14px !important; margin-bottom:15px;}
	#bottomMaker, #bottomType{position:relative; z-index: 2;}
	.mobMarT15{margin-top:15px !important;}
	.scrollToTop {width: 29px;height: 29px;padding: 10px;text-align: center;font-weight: bold;color: transparent;text-decoration: none;position: fixed;top: auto;bottom: 7px;right: 10px;display: none;background: #B6A278 url(../images/arrow_up.png) 2px 1px;text-indent: 999999px;border-radius: 5px;z-index: 5;background-size: 26px;}
	.inputemailnewletter .col-sm-8 .col-sm-3{width: 40%;font-size: 14px;float: right;}
	.inputemailnewletter .col-sm-8{margin-top:10px !important;}
	.inputemailnewletter .col-sm-8 .col-sm-3 button{margin-top:10px;border-radius: 20px !important;font-size: 15px !important; margin-bottom:10px;}
	.inputemailnewletter .col-sm-8 .custominput{border-radius: 8px;}
	.mobPadL0{padding-left:0px !important;}
	.mobMarT0{margin-top:0px !important;}
	footer.container-fluid h2{font-size:15px !important; text-align: left !important;}
	footer.container-fluid .mobPadL0 p {
        text-align: left !important;
    }
}
@media(max-width:640px){
	.mylivechat_inline{display:none;}
	.mobileview{width:100% !important; padding:0px 15px;}
	.featuredUserCars h2{font-size:18px !important;margin-top:90px}
	.sectionwhychoose img{float: left;margin-top: 8px;margin-right: 15px;margin-bottom: 10px;width: 62px;}
	.sectionwhychoose h3{text-align: left; font-size:15px !important;margin-bottom: 0;}
	.sectionwhychoose p{text-align:left; font-size:13px !important; padding-left:77px;line-height: 21px !important;}
	.happyCustomer{font-size:18px; padding-top:23px;}
	.bx-wrapper .bx-viewport .caption p{margin-left:0px;}
	.bx-wrapper .bx-viewport li{height:auto !important;}
	.bx-wrapper .bx-prev{left:-27px !important;}
	.bx-wrapper .bx-next{right:11px !important;}
	.col-sm-12.by{padding-left:0px !important; padding-right:0px !important; border-right:0px !important;}
	.getlatestnewsheading{line-height:27px !important;}
	.inputemailnewletter .getlatestnewsheading{margin-top:5px;}
	footer.container-fluid{padding-left:20px;}
	
}
@media screen and (max-width: 422px) { 
	.gn-menu-wrapper.gn-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			width: 75%;
	}

	.gn-menu-wrapper.gn-open-all .gn-scroller {
			width: 130%
	}
}
