.listings{
	margin-top: 50px;
	border-bottom: solid 5px #fff;
}
.listings.ids{}
.listings .map-col{
	position: relative;
	z-index: 200;
}
.listings.ids .items-container{
	margin-top: 45px;
	padding-top: 35px;
}
.listings .items-container{
	padding-top: 55px;
	background: #d8f1f3 none repeat scroll 0 0;
	padding-bottom: 1px;
}
.listings .searchToolsContainer{
	margin-bottom: 25px;
}
.listings .pager-outer{
	overflow: hidden;
	background-color: #fff;
}
.listings .pager-outer-footer{
	overflow: hidden;
	background-color: #d8f1f3;
}
.listings .opentable{}
.listings .opentable li{
	list-style-type: none;
}
.listings .opentable a{
}
.listings .opentable .text{
	position: relative;
    top: 2px;
}
.listings .opentable img{
	margin-left: 14px;
    position: relative;
    top: 1px;
}

/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){ 
	.listings .searchToolsContainer {
		margin-bottom: 0;
	}
	.listings .pager-outer-footer {
	    padding-bottom: 30px;
	}
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
    .listings .alphaSort{
    	margin-bottom: 12px;
    }
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
	.listings .pager-outer .columns {
		float: right;
		width: auto;
		padding-right: 0 !important;
	}
	.listings .pager-outer {
	    background-color: #fff;
	    position: relative;
	    top: -41px;
	    margin-bottom: -20px;
	}
	.listings .pager-outer-footer .pager{
		position: relative;
		right: -15px;
	}
	.listings .sortBox{
    	margin-left: 30px;
    }
    .listings .block-actions .no-bullet{
    	max-width: 50%;
    	float: left;
    }
    .listings .opentable{
    	float: left;
    	max-width: 50%;
    	position: relative;
    	top: -3px;
    }
    .listings .opentable img{
    	top: 0;
    }
}

.listings .social-links{
	display: block;
	width: 100%;
	clear: both;
	margin-top: 15px;
}
.listings .social-links a{
	display: inline-block;
}
.listings .social-links a:not(:last-child){
	margin-right: 13px;
}
.listings .social-links a i{
   	color: #003d51;
    font-size: 34px;
}

/* t - 258169 */
.video_play_button{display:block; width:60px; height:42px; background:url(/includes/public/assets/images/yt_icon.png); position: absolute; z-index: 100; left:50%; top:50%; margin:-21px 0 0 -30px;}
.details-carousel .item .item-image a{position:relative;}
.details-carousel .item .item-image{text-align: center;}

/* t:360605 */
.booknow {
	display: inline-block !important;
	padding: 5px 15px !important;
	background-color: #2EACE1;
	border-radius: 4px;
	color: #fff !important;
	font-size: 1rem !important;
	text-transform: uppercase;
}

.rates {
	color: #CAB27E;
	cursor: default;
	font-weight: 600;
}
	.rates .sign {
		position: relative;
		top: -5px;
		font-size: 0.9rem;
	}
	.rates .dollars {
		font-size: 1.15rem;
	}
	.rates .cents {
		position: relative;
		top: -5px;
		left: -2px;
		font-size: 0.9rem;
	}
