/* Background */


.cars-menu {
	position: fixed;
	top: 220px;
	left: 0;
	z-index: 9990;
}

.cars-menu,
.cars-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: 0 0 15px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 15px 3px rgba(0,0,0,.5);
	box-shadow: 0 0 15px 3px rgba(0,0,0,.5);
}

.cars-menu li { position: relative; }

.cars-menu li a {
	position: relative;
	display: block;
	padding: 0 20px 0 10px;
	margin: 0;
	height: 34px;
	line-height: 34px;
	width: 180px;
	z-index: 9999;

	font-size: 15px;
	color: #444444;
	text-shadow: 0 0 2px rgba(255,255,255,.2);
	text-decoration: none;
	white-space: nowrap;

	border: 1px solid #f7f7f7;
	background: #ffffff;

	-webkit-transition: all .25s ease; 
	-moz-transition: all .25s ease; 
	-o-transition: all .25s ease; 
	transition: all .25s ease;
}

.cars-menu > li > a {
	width: 200px;
	text-align: center;
	line-height: 70px;
	height: 70px;
}

.cars-menu li:hover > a,
.cars-menu li > a:hover { color: #dc002e; }

.cars-menu li.has-submenu > a:before {
	position: absolute;
	display: block;
	content: '\00BB';
	/*content: '«';*/
	top: 0;
	right: 0;
	width: 20px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
}

.cars-menu > li.has-submenu > a:before {
	height: 70px;
	line-height: 70px;
}

.cars-menu > li > a,
.cars-menu .cars-icons > li > a { padding-left: 0; }

.cars-menu .cars-images > li > a {
	height: auto;
	padding: 0;
}

.cars-menu .cars-images > li > a:before { display: none; }

.cars-menu .cars-images {
	position: absolute;
	display: block;
	width: 800px;
	box-shadow: none;
}

.cars-menu .cars-images > li {
	position: relative;
	float: left;
}

.cars-menu .cars-images > li > a span {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.5);
	font-weight: normal;
	text-align: center;
	line-height: 20px;
	font-size: 12px;

	-webkit-transition: all .25s ease; 
	-moz-transition: all .25s ease; 
	-o-transition: all .25s ease; 
	transition: all .25s ease;
}

.cars-menu .cars-images > li > a:hover span { background: #ffffff; }

.cars-menu .icon {
	display: block;
	background: #f7f7f7;
	width: 40px;
	height: 100%;
	padding: 3px;
	float: left;
	margin: 0 10px 0 0;
}

.cars-menu > li > a .icon {
	padding: 21px 3px;
}

.cars-menu img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.cars-menu li > ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: all .25s ease; 
	-moz-transition: all .25s ease; 
	-o-transition: all .25s ease; 
	transition: all .25s ease;
}

/*.cars-menu li > ul li ul {
	bottom: auto;
	top: 0;
	right: 100%;
}*/

.cars-menu li:hover > ul {
	display: block;
	visibility: visible;
	overflow: visible;
	opacity: 1;

	-webkit-transition: all .25s ease; 
	-moz-transition: all .25s ease; 
	-o-transition: all .25s ease; 
	transition: all .25s ease;
}

.cars-menu .cars-brands > li:nth-child(n+40) { display: none; }

#cars-next-brand,
#cars-prev-brand {
	position: absolute;
	display: block;
	width: 202px;
	height: 20px;
	background: #ffffff url(../img/top-bottom-arrow.png) no-repeat center 0;
	left: 222px;
	top: -20px;
	z-index: 9999;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	cursor: pointer;

	-webkit-box-shadow: 0 -3px 15px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 -3px 15px 0 rgba(0,0,0,.5);
	box-shadow: 0 -3px 15px 0 rgba(0,0,0,.5);

	visibility: hidden;
	opacity: 0;
}

#cars-prev-brand {
	top: 360px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background-position: center -20px;

	-webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 3px 15px 0 rgba(0,0,0,.5);
	box-shadow: 0 3px 15px 0 rgba(0,0,0,.5);
}

.cars-menu:hover #cars-next-brand,
.cars-menu:hover #cars-prev-brand {
	visibility: visible;
	opacity: 1;
}

#cars-next-brand:hover,
#cars-prev-brand:hover { background-color: #f7f7f7; }

.cars-menu ::selection { background: rgba(0,0,0,0); }
.cars-menu ::-moz-selection { background: rgba(0,0,0,0); }



/* Cars Slider */
#cars-carousel {
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	width: 1190px;
}

#cars-carousel .slides > li { float: left; }

#cars-carousel .slides > li a {
	display: block;
	position: relative;
	padding: 0 10px;
	margin: 10px;
	width: 196px;
	height: 130px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border: 1px solid #e5e5e5;
	font-weight: bold;
	line-height: 20px;

	background-color: #e1e1e1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
	background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
	background-image:    -moz-linear-gradient(top, #ffffff, #e1e1e1);
	background-image:      -o-linear-gradient(top, #ffffff, #e1e1e1);
	background-image:         linear-gradient(to bottom, #ffffff, #e1e1e1);

	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0, .2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0, .2);

	-webkit-border-radius: 1px;
	border-radius: 1px;
	background-clip: padding-box;
}

#cars-carousel .slides > li a h5 {
	margin: 0 0 2px 0;
	font-size: 11px;
	color: #493c39;
	text-align: center;
	background: url(../img/car-carousel-line.png) no-repeat center bottom;
	white-space: nowrap;
}

#cars-carousel .slides > li .img-ribbon {
	position: relative;
}

#cars-carousel .slides > li .img-ribbon span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	background: url(../img/car-carousel-ribbon-top.png) repeat-y 0 0;
	width: 53px;
	color: #ffffff;
	text-shadow: 0 0 3px rgba(0,0,0,.25);
	font-size: 9px;
	line-height: 12px;
	word-spacing: normal;
	height: auto;
	margin: 0;
	padding: 5px 10px 0 10px;
}

#cars-carousel .slides > li .img-ribbon span:after {
	position: absolute;
	display: block;
	content: '';
	bottom: -25px;
	left: 0;
	height: 25px;
	width: 73px;
	background: url(../img/car-carousel-ribbon.png) repeat-y 0 0;
}

#cars-carousel .slides > li .img-ribbon img {
	max-width: 100%;
	max-height: 98px;
	width: auto;
	height: auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#cars-carousel .slides > li .ribbon {
	position: absolute;
	left: -1px; bottom: 7px;
	display: block;
	background: url(../img/ribbon-middle.png) repeat-x 0 0;
	padding: 0;
	width: 187px;

	font-size: 11px;
	color: #ffffff;
	line-height: 20px;
}

#cars-carousel .slides > li .ribbon span {
	position: relative;
	margin-right: 10px;
}

#cars-carousel .slides > li .ribbon span:after {
	position: absolute;
	display: block;
	content: '';
	height: 20px;
	width: 100%;
	top: -3px;
	left: 0;
	background: url(../img/cross.png) no-repeat center center;
}

#cars-carousel .slides > li .ribbon:before,
#cars-carousel .slides > li .ribbon:after {
	position: absolute;
	display: block;
	content: '';
}

#cars-carousel .slides > li .ribbon:before {
	bottom: -7px; left: -7px;
	width: 7px;
	height: 27px;
	background: url(../img/ribbon-left.png) repeat-x 0 0;
}

#cars-carousel .slides > li .ribbon:after {
	top: 0; left: 100%;
	width: 20px;
	height: 20px;
	background: url(../img/ribbon-right.png) no-repeat 0 0;
}

#cars-carousel .flex-direction-nav a {
	margin: 0;
	background: url(../img/car-carousel-arrows.png) no-repeat 0 0;
	width: 22px;
	height: 192px;
	display: block;
	position: absolute;
	top: 0;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
}

#cars-carousel .flex-direction-nav .flex-next {right: -22px; background-position: -22px 0;}
#cars-carousel .flex-direction-nav .flex-prev {left: -22px;}
#cars-carousel .flex-direction-nav .flex-next:hover {background-position: -66px 0;}
#cars-carousel .flex-direction-nav .flex-prev:hover {background-position: -44px 0;}
#cars-carousel .flex-direction-nav .flex-disabled {cursor: default;}

