/*carouseller.js 0.32b https://github.com/shrue348/responsive.carouseller Open source under the MIT License. Copyright © 2015-2017 Aleksander Alekseev All rights reserved.*/
.carouseller:before, .carouseller:after {  content: " ";  display: table;}
.carouseller:after { clear: both;}
.carouseller { position: relative;}

.carouseller [class*="car__"]{
	display: inline-block; 
	position: relative;
    margin-left: 0.2564102564102564% !important;
    *margin-left: 0.25109110747408616% !important;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.carouseller [class*="car__"]:first-child  { margin-left: 0 !important;}
.carouseller [class*="car__"]:nth-child(n+7) { display: none;}

.carouseller .car__3 { width: 3.1%;}

.carouseller .carouseller__list { position: relative; width: 997.4358974358974%;}
.carouseller .carouseller__wrap { overflow: hidden; position: relative;}

.carouseller .carouseller__left, 
.carouseller .carouseller__right {
	position: absolute; 
	margin: 0; 	
    background: none repeat scroll 0 0 transparent;
    font-size: 80px;    
    text-align: center;
	color: #000;
	text-decoration: none;
}
.carouseller .carouseller__left { left: 0;}
.carouseller .carouseller__right { right: 0;top:45%;}
.carouseller .carouseller__left:hover, .carouseller .carouseller__:hover { opacity: 0.8;}


/*------Responsive-----------*/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 	
	.carouseller .car__3 { width: 3.1623931623931625%;}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	
	.carouseller .car__3 { width: 4.8717948717948715%;}
}
/* Landscape phones and down */
@media (max-width: 600px) {	
	.carouseller .car__3{ width: 10%;}
}








.room_detail_type{
    margin-top: 40px;
}

.room_detail_type_part{
    border: 1px solid #cbcbcb;
    margin-bottom: 50px;    
}
.room_detail_type_part_side{
    padding: 50px 40px;    
}
.room_detail_guests{
    padding: 10px 0;        
}
.room_detail_guest{
    margin-left: 10px;
}
.room_detail_type_part_text{
    margin-top: 10px;
}
.room_detail_type_part_side a{
    color: aliceblue;
    text-decoration: none;
}
.room_detail_type_part_book_now{
    background: #242424;
    margin-top: 30px;
    text-align: center;
    padding: 20px;
    letter-spacing: 2px;
}


