#hotel_hub .page_content {
    width: auto;
}

#hotel_hub .title {
	color: #46392b;
	font-size: 18px;
	font-weight: bold;
  margin-top: 20px;
	margin-bottom: 10px;
}

#hotel_hub .description {
	font-size: 12px;
	margin: 0 0 15px;
}

#hotel_hub .title_and_links {
    position: relative;
}

#hotel_hub .title_and_links div.non_member,
#hotel_hub .title_and_links div.member_only,
#hotel_hub .title_and_links div.button {
    position: absolute;
    top: -10px;
    right: 0;
}

#hotel_hub .title_and_links div.non_member a,
#hotel_hub .title_and_links div.member_only a,
#hotel_hub .title_and_links div.button a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-weight: bold;
    padding: 9px 0px 9px 24px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#hotel_hub .title_and_links div.member_only a {
    background: #fda01f; /* Old browsers */
    background: -moz-linear-gradient(top,  #fda01f 1%, #f38f01 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fda01f), color-stop(100%,#f38f01)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fda01f 1%,#f38f01 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fda01f 1%,#f38f01 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fda01f 1%,#f38f01 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fda01f 1%,#f38f01 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda01f', endColorstr='#f38f01',GradientType=0 ); /* IE6-9 */
    border: 1px solid #f38d00;
    color: #fff;
}

#hotel_hub .title_and_links div.member_only a span {
    background: url(/_tr/vt/1/img/hotel/hotel_button_arrow.png) no-repeat right -86px;
    margin-right: 10px;
    padding-right: 20px;
}

#hotel_hub .title_and_links div.non_member a,
#hotel_hub .title_and_links div.button a {
    background: #f4f3f3; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f4f3f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f3f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f4f3f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f4f3f3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f4f3f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f3f3',GradientType=0 ); /* IE6-9 */
    border: 1px solid #e1e1e1;
    color: #1369d9;
}

#hotel_hub .title_and_links div.non_member a span,
#hotel_hub .title_and_links div.button a span {
    background: url(/_tr/vt/1/img/hotel/hotel_button_arrow.png) no-repeat right 4px;
    margin-right: 10px;
    padding-right: 20px;
}

.featured_wrapper {
	background: #f1f1f1;
        box-sizing: border-box;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 15px 15px;
        width: 960px;
}

.featured_wrapper .hero {
    border: 1px solid #ccc;
    margin: 0 5px 10px;
}

.featured_wrapper .hero img {
    height: auto;
    max-width: 100%;
}

.featured_wrapper .hotel_block {
	background: #fff;
	float: left;
	margin: 0 5px;
	width: 300px;
}

.featured_wrapper .hotel_block .block_content {
	border: 1px solid #ccc;
}

.featured_wrapper .hotel_block .block_content_img {
	background: #fff;
	height: 158px;
        text-align: center;
	width: 100%;
}

.featured_wrapper .hotel_block .block_content_img a {
        display: block;
}

.featured_wrapper .hotel_block .block_content_txt {
	background: #fbfbfb;
	border-top: 1px solid #eee;
        color: #62584e;
	padding: 15px;
}

.featured_wrapper .hotel_block a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    padding: 9px 10px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: #fda01f; /* Old browsers */
    background: -moz-linear-gradient(top,  #fda01f 1%, #f38f01 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fda01f), color-stop(100%,#f38f01)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fda01f 1%,#f38f01 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fda01f 1%,#f38f01 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fda01f 1%,#f38f01 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fda01f 1%,#f38f01 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda01f', endColorstr='#f38f01',GradientType=0 ); /* IE6-9 */
    border: 1px solid #f38d00;
    color: #fff;
}

.hotel_block .block_content_txt .hotel_name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
        margin-top: 10px;
}

.hotel_block .block_content_txt p {
	margin-bottom: 8px;
}

.hotel_block .block_content_txt .discount_tag {
	background: #ff0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	margin: 0 0 0 3px;
	padding: 0px 6px;
}

.hotel_block .block_content_txt .hotel_link a {
	background: url(/_tr/vt/2/img/new/icon_sprites.png) no-repeat -30px -1115px;
	padding-left: 15px;
	text-decoration: underline;
}


.hotel_list .row {
	margin-bottom: 10px;
	overflow: hidden;
}

.hotel_list .hotel_block {
	float: left;
	width: 480px;
}

.hotel_list .hotel_block .block_content {
	border: 1px solid #ddd;
	overflow: hidden;
}

.hotel_list .hotel_block.last .block_content {
	border-left: none;
}

.hotel_list .hotel_block .block_content_img {
	background: #fff;
	float: left;
	height: 190px;
        text-align: center;
	width: 200px;
}

.hotel_list .hotel_block .block_content_img img {
        padding: 16px 0;
}

.hotel_list .hotel_block .block_content_txt {
	background: #fbfbfb;
	border-left: 1px solid #eee;
        color: #62584e;
	float: left;
/*         height: 160px; */
	padding: 15px;
	width: 247px;
}
.prtext {
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (min-width: 1200px) {
    .featured_wrapper {
        width: 1200px;
    }
    
    .featured_wrapper .hotel_block {
        width: 380px;
    }
}