@charset "utf-8";


.crs_carousel_wrapper {
	padding: 100px 50px;
}

.crs_carousel, .crs_carousel div, .crs_carousel span {
	-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance: none;-moz-appearance:none;
}

.crs_carousel {
	position: relative;
	margin: 20px 0 0 0;
	height: 271px;
	padding: 20px 0 10px 0;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 12px;
	font-family: 'Arial';
	color: #333333;
	background-color: #FFF;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 0 5px #aaa;
}

.crs_carousel_title {
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 12px;
	text-align:center;
}

.crs_carousel_inner {
	position: relative;
	padding-left: 186px;
	padding-right:59px;
}
.crs_all_cars_but {
	position: absolute;
	left: 20px;
	top: 83px;
	width: 147px;
	height:48px;
	line-height: 48px;
	background-color: #24abe2;
	border-radius: 5px;
	text-align: center;
	font-size: 25px;
	color: #FFF;
}
.crs_all_cars_but:hover {
	background-color: #1976bf;
}

.crs_carousel_cars {
}
.crs_carousel_item {
	position: relative;
	width: 11.1%;
	height: 207px;
	float: left;
	text-align: center;
}
.crs_carousel_item:before {
	content:'';
	position: absolute;
	left: 0;
	top: 21px;
	display: block;
	width: 1px;
	height: 168px;
	overflow: hidden;
	background-color: #cccccc;
	z-index: 1;
}
.crs_carousel_item:hover:after {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid #1976bf;
	-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance: none;-moz-appearance:none;
	z-index: 2;
}
.crs_car_img {
	margin: 6px auto 10px auto;
	max-width: 188px;
	height: 109px;
	background-image: url(https://media.datahc.com/Affiliates/29622/Brands/Image/crs_hotelhunter_cars_2.jpg);
	background-repeat: no-repeat;
}
.crs_carousel_item:nth-child(1) .crs_car_img { background-position: 0 0; }
.crs_carousel_item:nth-child(2) .crs_car_img { background-position: -188px 0; }
.crs_carousel_item:nth-child(3) .crs_car_img { background-position: -376px 0; }
.crs_carousel_item:nth-child(4) .crs_car_img { background-position: -564px 0; }
.crs_carousel_item:nth-child(5) .crs_car_img { background-position: -752px 0; }
.crs_carousel_item:nth-child(6) .crs_car_img { background-position: -940px 0; }
.crs_carousel_item:nth-child(7) .crs_car_img { background-position: -1128px 0; }
.crs_carousel_item:nth-child(8) .crs_car_img { background-position: -1316px 0; }
.crs_carousel_item:nth-child(9) .crs_car_img { background-position: -1504px 0; }
.crs_car_class {
	font-size: 14px;
	font-weight: bold;
	color: #1976bf;
	margin-bottom: 4px;
}
.crs_carousel_item:hover .crs_car_class { text-decoration: underline; }
.crs_bold {
	font-weight: bold;
}
.crs_car_icons {
	margin: 9px auto 0 auto;
	max-width: 188px;
}
.crs_car_icon {
	display: inline-block;
	width: 40px;
	height: 19px;
	line-height: 22px;
	margin: 0 5px;
	padding-left: 22px;
	font-size: 12px;
	color: #999999;
	background-image: url(https://media.datahc.com/Affiliates/29622/Brands/Image/crs_hotelhunter_icons_2.png);
	background-repeat: no-repeat;
}
.crs_car_icon:nth-child(1) { background-position: -100px 0; }
.crs_car_icon:nth-child(2) { background-position: -147px 0; }
.crs_car_icon:nth-child(3) { background-position: -197px 0; }

.crs_carousel_arrow {
	position: absolute;
	bottom: 28px;
	right: 0;
	width: 60px;
	height: 168px;
	border-left: 1px solid #cccccc;
	background: rgba(255, 255, 255, 0.8);
}
.crs_carousel_arrow:after {
	content: '';
	position: absolute;
	left: 7px;
	top: 50%;
	margin-top: -22px;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	background: #FFF url(https://media.datahc.com/Affiliates/29622/Brands/Image/crs_hotelhunter_icons_2.png) no-repeat 17px center;
}
.crs_carousel_arrow:hover:after {
	background-color: #f4f4f4;
	background-position: -33px center;
}

.crs_carousel_redirect_to {
	display: none;
}

.hc_e_poweredBy {
	display:none;
}