
body {
    color: #565656;
}

h1, h2, h3, h4, h5 {
	color:#434343;
}

a {
    color: #00adee;
	}
	
	a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none;
}

.mobileonly, .smallmobileonly {
display:none;
}


#header-home {
	/*background:url('../images/banners/watch-tv.jpg') no-repeat center bottom;*/
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
   
	
}

#header-home .bxslider img {
	vertical-align: baseline;
	max-width: 100%;
	width: initial;

}

#header-home-top-logo img {
	cursor:pointer;
}

#header-home-top {
	padding-top:30px;
	padding-bottom:20px;
}

#header-home-top-logo {
	float:left;
}

#head-home-top-nav img {
	display:none;
}
#head-home-top-nav {
	float:right;
	background:url('../images/garage-white.png') no-repeat bottom left;
	width:70px;
	height:41px;
	cursor:pointer;
}

#header-home-content {
	background:url('../images/banners/hand.png') no-repeat bottom right;
	padding-top:0px;
	background-size: contain;
	position: absolute;
	bottom: -5px;
	width: 100%;
	right: 0;
	
}
#header-home-content .col-md-12{
	padding-bottom: 190px;
}
#header-home .container{
	position: relative;
}
#header-home-content h1 {
	font-size:65px;
	font-weight:600;
	color:#fff;
	line-height:100px;
	margin-bottom:40px;
	text-shadow:0px 0px 6px rgba(0,0,0,.3);
}

.or-button {
	color:#fff;
	font-size:20px;
	padding:10px;
	padding-left:40px;
	padding-right:40px;
	border-radius:6px;
	background:#03aeef;
	-webkit-transition: all 0.35s ease-in-out;    
	-moz-transition: all 0.35s ease-in-out;    
	transition: all 0.35s ease-in-out;
}

#garagefooter {
	margin: 0;
	background: #212121;
	padding: 0;
	width: 100%;
	float: left;
	position: fixed;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

#garagefooter .or-button {
	font-size: 16px;
	margin: 0 2px;

}
#garagefooter.no_fixed{
position: initial;
}
.or-button.button-disabled {
	background:#d7d7d7;
}

.or-button:hover {
	color:#fff;
	text-decoration:none;
	box-shadow:0px 0px 5px rgba(0,0,0,.4);
}

.or-button:active {
	background:#086AC2;
}



#head-home-top-number {
	border-radius: 50%;
    color: #fff;
    float: right;
    font-size: 18px;
    font-weight: normal;
    margin-left: -11px;
    margin-top: -10px;
    padding: 3px 12px;
    text-align: center;
	background:#008ecd;
	z-index:9999;
}

.homecontent h2 {
	text-align:center;
	margin-bottom:70px;
	margin-top:40px;
}

.home-number {
	border-radius:50%;
	border:3px solid #434343;
	padding:15px;
	padding-left:25px;
	padding-right:25px;
	font-weight:bold;
	font-size:30px;
	
}

.homecontent h3 {
	margin-top:30px;
	font-weight:bold;
	font-size:20px;
}

#head-home-top-nav:hover {
	opacity:.7;
	-webkit-transition: all 0.35s ease-in-out;    
	-moz-transition: all 0.35s ease-in-out;    
	transition: all 0.35s ease-in-out;
}

#brands {
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ba7e3+0,1888d2+50,086ac3+100 */
background: #2ba7e3; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #2ba7e3 0%, #1888d2 50%, #086ac3 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #2ba7e3 0%,#1888d2 50%,#086ac3 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #2ba7e3 0%,#1888d2 50%,#086ac3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba7e3', endColorstr='#086ac3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#fff;
padding-top:30px;
margin-top:40px;
padding-bottom:30px;
}
#brands h2 {
	color:#fff;
}

#brands hr {
	color:#fff;
	max-width:400px;
}

#brands p {
	margin-bottom:30px;
}

.brandimage {
	display:inline-block;
	text-align:center;
}

.brandimage img {
	max-width:100%;
}

#calltoactionmsg {
display:inline-block;
margin-right:30px;
font-weight:bold;
}

#footer-wrapper-copy {
	display:inline-block;
	margin-right:5px;
}

#brands img {
	opacity:.7;
	cursor:pointer;
	-webkit-transition: all 0.35s ease-in-out;    
	-moz-transition: all 0.35s ease-in-out;    
	transition: all 0.35s ease-in-out;  
	margin-left:10px;
	margin-right:10px;
	max-width:60px;
	margin-bottom:13px;
}

#brands img:hover {
	opacity:1;
	-ms-transform: scale(1.5);    
-moz-transform: scale(1.5);  
-webkit-transform: scale(1.5);  
-o-transform: scale(1.5);  
transform: scale(1.5);  
	
}

.brandimage span {
	color:#badbf1 !important;
	
}

#calltoaction {
	text-align:center;
	font-size:25px;
	padding-top:30px;
	padding-bottom:30px;
}

#footer {
	background:#212121;
	padding-top:30px;
	padding-bottom:30px;
	font-size:11px;
	color:#fff;
}

#footer-wrapper {
	padding-left:30px;
	padding-right:30px;
   
}

#header-inner {
	background:#212121;
	padding-top:30px;
	padding-bottom:30px;
}

.listing-brand-name h2 {
	font-size:30px;
	padding-left:20px;
	float:left;
}

.listing-brand-name-brand img {
	margin-right:20px;
	float:left;
}

.listing-brand-name-garage h2, .listing-brand-name-brand h2 {
	padding-left:0px;
	font-size:30px;
}

.listing-brand-name img {
	float:left;
}

.listing-brand-button {
	text-align:right;
	padding-top:20px;
}

#content-inner {
	padding-top:30px;
	padding-bottom:30px;
	min-height:650px;
}

.listing-item-typename {
	font-weight:bold;
}

.listing-item-typename-2 {
	font-weight:bold;
	margin-top:0px;
	margin-bottom:30px;
}

.listing-item {
	background:#f0f0f0;
	padding:20px;
	padding-bottom:5px;
	border-radius:5px;
	cursor:pointer;
	-webkit-transition: all 0.35s ease-in-out;    
	-moz-transition: all 0.35s ease-in-out;    
	transition: all 0.35s ease-in-out;
}




#carlistgarage .listing-item.item-selected {
	background:#f0f0f0  !important;

}

.listing-item.item-selected + h4 {
	color:#086ac2 !important;
}

#carlistgarage .listing-item.item-selected + h4 {
	color:#434343 !important;
}

.listing-item img {
	width:100%;
}

.listing-item strong {
	font-weight:normal;
	color:#666666;
	font-size:10px;
	background:url(../images/add-car-black.png) no-repeat right center;
	padding-right:20px;
	float:right;
	padding-bottom:1px;
}

.listing-item.item-selected strong {
	/*background:url(../images/remove-car-white.png) no-repeat right center;*/
    background:url(../images/minus-car-white.png) no-repeat right center;
	color:#fff;
}
.listing-item.item-deselected strong {
	/*background:url(../images/remove-car-white.png) no-repeat right center;*/
    background:url(../images/add-car-black.png) no-repeat right center;
/* 	color:#fff; */
}
#carlistgarage .listing-item.item-selected strong {
	/*background:url(../images/remove-car-black.png) no-repeat right center !important;*/
    background:url(../images/add-car-white.png) no-repeat right center ;
	color:#fff;
}
#carlistgarage .listing-item.garage-item-selected strong {
	/*background:url(../images/remove-car-black.png) no-repeat right center !important;*/
    background:url(../images/minus-car-black.png) no-repeat right center ;

}
#carlistgarage .listing-item.garage-item-selected:hover strong {
	/*background:url(../images/remove-car-black.png) no-repeat right center !important;*/
    background:url(../images/remove-car-white.png) no-repeat right center ;
    color:#fff;

}
#carlistgarage .listing-item.garage-item-selected:hover {
	/*background:url(../images/remove-car-black.png) no-repeat right center !important;*/
    color:#fff;
}
#carlistgarage .listing-item .garage-item-selected:hover .listing-item-name:hover .listing-item:hover, #carlist .col-sm-4:hover .listing-item,.col-sm-4:hover strong {
	/*box-shadow:0px 0px 5px rgba(0,0,0,.4);
	background: #26abe2;*/
    color:#fff;
   background:url(../images/minus-car-white.png) no-repeat right center !important;
}
.listing-item-name {
	font-weight:bold;
	font-size:16px;
	height:50px;
    text-transform: uppercase;
}

.listing-item:hover, #carlist .col-sm-2:hover .listing-item{
	box-shadow:0px 0px 5px rgba(0,0,0,.4);
	background: #26abe2;
	color:#fff;

}
#carlist .col-sm-2:hover .listing-item strong{
	color:#fff;
	background: url(../images/add-car-white.png) no-repeat right center;
}
#carlist .col-sm-2 .listing-item.item-selected strong:hover,#carlist .col-sm-2 .listing-item.item-selected strong{
	color:#fff;
	background: url(../images/remove-car-white.png) no-repeat right center;
}
#carlist .col-sm-2:hover .listing-item.item-selected{
	background: #086ac2;
}
#carlist .col-sm-2:hover .listing-item.item-selected + h4{
	color: #086ac2 !important;
}
.listing-item:hover + h4, .listing-item-name:hover {
	color:#26abe2 !important;
	/*text-shadow:0px 0px 5px rgba(0,0,0,.3);*/
	cursor:pointer;
}
.col-sm-2:hover .listing-item strong{
	color: #ffffff !important;
}
input[type="text"],textarea {
	border:1px solid #e0e0e0;
	width:100%;
	padding:12px;
	margin-bottom:15px;
}

textarea {
	height:200px;
}

label {
	font-size:18px;
}

.inputerrortext {
	float:right;
	margin-top:-26px;
	color:#9d0000;
}

.inputerror {
	border:2px solid #9d0000 !important;
}

.page-thankyou {
	max-width:600px;
	text-align:center;
	margin:auto !important;
	float:none;
}

.innerpage #brands {
	margin-top:0px;
}

.innerpage #brands .brandimage span{
	display:none;
}

.clear {
clear:both;
}

.innerpage #brands .brandimage {
	padding-bottom:30px;
	padding-top:20px;
}


.bxslider2 {
	display:none;
}
/*** start sticky ***/
div#view_garage_mobile {
	position: fixed;
	display: none;
	bottom: 0;
	background: #212121;
	z-index: 99;
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 0 20px 0;
}
div#view_garage_mobile p {
	color: white;
	padding-bottom: 10px;
	font-size: 16px;
}
div#view_garage_mobile a.or-button {
	font-size: 16px;
	font-weight: normal;
	padding: 10px 30px;
}
div#view_garage_mobile a.or-button img {
	width: 25px;
	margin-right: 10px;
}
.hide_sticky{
	display: none !important;
}
/*** end sticky ***/
body{
    font-family:"ORAvenirNormal","Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif!important;
}
.listing-brand-name h2{display: none;}
.onhover{
    color:#fff !important;
	/*text-shadow:0px 0px 5px rgba(0,0,0,.3);*/
	cursor:pointer;
    box-shadow:0px 0px 5px rgba(0,0,0,.4);
	background:#26abe2;
}
.onhover strong{
     background:url(../images/remove-car-white.png) no-repeat right center !important/*#26abe2*/;
}
.listing-item.item-selected {
	background: #086ac2;

}