@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome/fontawesome.eot');
	src:url('../fonts/fontawesome/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome/fontawesome.ttf') format('truetype'),
		url('../fonts/fontawesome/fontawesome.svg#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Main container */
.cbp-vm-switcher {
	/*padding: 20px;
	border: 3px solid #47a3da;*/
}

/* options/select wrapper with switch anchors */
.cbp-vm-options {
	  margin-top: -5%;
    
    text-align: left;
	/*border-bottom: 3px solid #47a3da;padding-bottom: 17px;*/
}

.cbp-vm-options a {
	display: inline-block;

	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	color: #2a323f;
	margin: 2px;
}

.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
	color: #8b9096;
}

.cbp-vm-options a:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	display: inline-block; margin-top:10px;
}

/* General style of switch items' list */

.cbp-vm-switcher ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cbp-vm-details .facilities{ padding:0;}
.cbp-vm-details .facilities li{  border: medium none;
    float: left;
    height: auto;
    list-style: outside none none;
    margin-right: 6px;
    min-height: 0;
    padding: 0;
    width: auto !important;}
.cbp-vm-details .rooms{ background:#f5f5f5; bottom:0;/* padding:5px 10px 2px;*/   /* padding: 29px 10px 2px;*/    padding: 3px 10px 2px;margin-top: 55px;}
.cbp-vm-details .rooms h6{ font-size:16px; color:#ab1c1c;  font-family: 'robotoregular'; margin-top:0; margin-bottom:5px;padding-top: 8px;}
.cbp-vm-details .rooms p{ font-size:13px; color:#7b7b7b;  font-family: 'robotoregular';float:right;}
.cbp-vm-price p{ font-size:14px; color:#292929;font-family: 'robotoregular'; float:right;}
.cbp-vm-price p span{ color:#ed0345;}
.cbp-vm-price .total_review{ float:right;}
.cbp-vm-price .total_review a{ font-size:13px; background:#f5f5f5; padding:4px 10px; border:solid 1px #dfdede; color:#3b3a3a;}
.cbp-vm-price .days{ font-size:15px ; color:#555454; float:right;}
.cbp-vm-price .view_more{ margin-top:10%;}
/*.cbp-vm-price*/ .view_more a{ font-size:14px; color:#fff; background:#886516; text-transform:uppercase; text-align:center; padding:5px 25px; border-radius:5px;}







/* Clear eventual floats */
.cbp-vm-switcher ul:before, 
.cbp-vm-switcher ul:after { 
	content: " "; 
	display: table; 
}

.cbp-vm-switcher ul:after { 
	clear: both; 
}

.cbp-vm-switcher ul li {
	border: 1px solid #dcdcdc;
    display: block;
    margin-bottom: 2%;
    position: relative;
}

.cbp-vm-image {
	display: block;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

.cbp-vm-image img {
	display: inline-block;
	max-width: 100%;
	border: none;
	
}
.cbp-vm-details{
	margin-top:10px;
	margin-bottom:10px;}
.cbp-vm-title {
	margin: 0;
	padding: 0;
}

.cbp-vm-price {
	color: #c0c0c0;
}

.cbp-vm-add {
	color: #fff;
	background: #47a3da;
	padding: 10px 20px;
	border-radius: 2px;
	margin: 20px 0 0;
	display: inline-block;
	transition: background 0.2s;
}

.cbp-vm-add:hover {
	color: #fff;
	background: #02639d;
}

.cbp-vm-add:before {
	margin-right: 5px;
}

/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.cbp-vm-grid:before {
	content: "\f00a";
}

.cbp-vm-list:before {
	content: "\f00b";
}

.cbp-vm-add:before {
	content: "\f055";
}

/* Individual view mode styles */

/* Large grid view */
.cbp-vm-view-grid ul {
	text-align: center;
}

.cbp-vm-view-grid ul li {
	width: 32%;
	text-align: center;
	padding: 0;
	margin: 0 4px 20px;
	display: inline-block;
	min-height: 420px;
	vertical-align: top;
}

.cbp-vm-view-grid .cbp-vm-title {
	font-size: 2em;
}

.cbp-vm-view-grid .cbp-vm-details {
	max-width: 300px;
	min-height: 70px;
	margin: 0 auto;
	padding:0 10px;
} 

.cbp-vm-view-grid .cbp-vm-price {
	margin: 10px 0;
	font-size: 1.5em;
}


/* List view */
.cbp-vm-view-list li {
	/*padding: 20px 0;*/
	white-space: nowrap;
}

.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {
	width: 100%;
}

.cbp-vm-view-list .cbp-vm-title {
	font-size: 1.3em;
	padding: 0 10px;
	white-space: normal;
	width: 23%;
}

.cbp-vm-view-list .cbp-vm-price {
	 background: #f5f5f5 none repeat scroll 0 0;
    font-size: 1.3em;
    padding: 42px 10px;
    width: 19%;
}

.cbp-vm-view-list .cbp-vm-details {
	width: 56%;
	padding: 0 5px;
	overflow: hidden;
	white-space: normal;
}
.cbp-vm-view-grid .cbp-vm-details p{ font-size:1.3rem;  min-height:50px;}
.cbp-vm-view-list .cbp-vm-add {
	margin: 0;
}

.cbp-vm-details h3{ font-size:20px; font-family: 'robotomedium'; margin-top:0px; margin-bottom:2px;}
.cbp-vm-details span{ float:right;}
.cbp-vm-details span a{ float:left; margin-right:10px; color:#333333; font-size:15px;}
.cbp-vm-details span a i{color:#333333; font-size:16px; margin-right:5px;}

.offer{
	background: rgba(0, 0, 0, 0) url("../images/offer.png") no-repeat scroll 0 0;
    color: #fff;
    float: right;
    font-family: "robotoregular";
    font-size: 13px;
    height: 75px;
    line-height: 20px;
    margin-top: -12%;
    padding-top: 15px;
    text-align: center;
    width: 75px;
	}


.cbp-vm-view-grid .cbp-vm-image img{ width:100%; margin-bottom:5px;}
.cbp-vm-view-grid .cbp-vm-details .offer{ display: inline-table;
    margin-top: 0;
    text-align: center; float:none;}
.cbp-vm-view-grid .cbp-vm-price p{ margin-top:-7px;}
.cbp-vm-view-grid .cbp-vm-details .facilities{ clear:both; margin-bottom:-4%; float:none; text-align:center}
.cbp-vm-view-grid .cbp-vm-details .facilities li{ float:none; display:inline-block;}

.cbp-vm-view-grid .cbp-vm-details .cbp-vm-details span{ float:none;}
.cbp-vm-view-grid .cbp-vm-price .view_more{ width:100%}
.cbp-vm-view-grid .stars-default{ float:none; text-align:center; margin:0 auto;}
.cbp-vm-view-grid .cbp-vm-price .days{ float:none; text-align:center; margin:4% auto 4%; clear:both; width:100%; float:left;}
.cbp-vm-view-grid .cbp-vm-price .total_review{ clear:both; float:none; text-align:center; margin:0 auto;}
.cbp-vm-view-grid .cbp-vm-price p{ float:none;}
.cbp-vm-view-grid .cbp-vm-details span{ float:none; text-align:center; margin:0 auto;}
.cbp-vm-view-grid .nights01 { background: #333;
    color: #fff;
    float: right;
    padding: 5px;
    position: absolute;
    z-index: 999;
    bottom: 90%;
 } 

@media only screen 
and (max-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait ) {
	.cbp-vm-options{ margin-top:-12%;}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape ) {
	.cbp-vm-options{ margin-top:-8%;}
	}



@media screen and (max-width: 66.7em) {
	.cbp-vm-view-list .cbp-vm-details  {
		width: 30%;
	}
} 

@media screen and (max-width: 57em) {
	.cbp-vm-view-grid ul li {
		width: 49%;
	}
}

@media screen and (max-width: 47.375em) {
	.cbp-vm-view-list .cbp-vm-image {
		width: 20%;
	}

	.cbp-vm-view-list .cbp-vm-title {
		width: auto;
	}

	.cbp-vm-view-list .cbp-vm-details  {
		display: block;
		width: 100%;
		margin: 10px 0;
	}

	.cbp-vm-view-list .cbp-vm-add  {
		margin: 10px;
	}
}

@media screen and (max-width: 40.125em) {
	.cbp-vm-view-grid ul li {
		width: 100%;
	}
}

@media(max-width:980px)  {
	.cbp-vm-view-list .cbp-vm-image{ width:18%;} 
	.cbp-vm-view-list .cbp-vm-details{ width:52%;}
	.cbp-vm-price .view_more a{ font-size:14px; padding:5px 15px;}
	.cbp-vm-view-list .cbp-vm-price{ width:29%; padding:43px 10px;}
	.cbp-vm-details h3{ font-size:16px;}
	.cbp-vm-price p{ font-size:15px;}
	.cbp-vm-price .days{ font-size:14px;}
	.cbp-vm-price p {
    color: #292929;
    float: left;
    font-family: "robotoregular";
    text-align: center;
    width: 100%;
}
.cbp-vm-price .days{ text-align:center; float:left;}
.cbp-vm-details .facilities li{ margin-right:5px; margin-bottom:10px;}
	
	}
	
@media only screen 
and (max-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait ) {
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape ) {
.cbp-vm-view-list .cbp-vm-details {
    width: 48%;
}
.cbp-vm-view-list .cbp-vm-price{ width:22%;}
.slider.slider-horizontal .slider-track{width:78%;}	
}
		
	

@media(max-width:767px)  {
	.cbp-vm-view-list .cbp-vm-price{ width:100%;}
	.cbp-vm-price .total_review a{ width:100%;}
	.cbp-vm-price .total_review{ width:100%; float:none;}
	.cbp-vm-price p{ float:none; text-align:center; width:100%}
	.cbp-vm-price .days {
    color: #555454;
    float: right;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
.cbp-vm-price .view_more a{ width:100%; float:left;}
.cbp-vm-price .view_more{ width:100%; float:none; padding:10px; margin-bottom:2%;}
.cbp-vm-image img{ width:100%;}
.cbp-vm-view-list .cbp-vm-image{width:100%;}
.cbp-vm-options{ margin-top:5%;}
.cbp-vm-view-list .cbp-vm-details{ width:100%;}
.cbp-vm-switcher ul li{ padding-bottom:10px;}
.cbp-vm-view-list .stars-default{ float:none; text-align:center; margin:0 auto;}
.cbp-vm-details .facilities{ float:none; margin-bottom: 0px !important;}
.cbp-vm-details .facilities li{ float:none; display:inline-block;} 
	}













@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light_0-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium_0-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/roboto-italic_0-webfont.woff2') format('woff2'),
         url('../fonts/roboto-italic_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* sony */
.listing1{
border: 1px solid #dcdcdc!important;
    display: block!important;
   
	margin:15px 0px 0px 0px!important;
}