@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Starwood';
	src:url('assets/fonts/Starwood_k2bqqm.eot');
	src:url('assets/fonts/Starwood.eot') format('embedded-opentype'),
		url('assets/fonts/Starwood_k2bqqm.ttf') format('truetype'),
		url('assets/fonts/Starwood_k2bqqm.woff') format('woff'),
		url('assets/fonts/Starwood_k2bqqm-Starwood.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

h1 {
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
}

h2 {
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
}

.wrapper {
	width: 895px;
	margin: 0 auto;
	text-align: left;
}

.header {
	height: auto;
    display: inline-block;
	margin: 0px 0px 22px 0px;
	color: #666;
}

	.header .logo {
		float: left;
		margin: 0 10px 0 0;
	}

	.header .title_area {
		float: left;
		/*height: 75px;*/
		height:auto;
		width: 681px;
		border-bottom: 1px solid #9b9b9b;
		padding-top: 76px;
		/*padding-bottom: 24px;*/
		padding-bottom:0px;
		position: relative;
	}
    *html .header .title_area {
        padding-bottom:5px;
    }

		.header .title_area .headerTop {
			display: block;
			height: 36px;
			margin-top: -60px;
			margin-bottom: 25px;
		}
		.header .title_area .langbar {
			float: right;
		}

		.header .title_area .property_name {
			color: #6C5D4A;
			font-family: Arial,Helvetica,sans-serif,Simsun;
			font-size: 24px;
		}



	.header .nav {
		float: right;
		width: 681px;
	}

	.header a {
		color: #753c52;
	}

        .sIFR-alternate {
	display: none;
}

.header_image_bar {
	width: 877px;
	margin: 0 auto 7px auto;
}

	.header_image_bar .header_image {
		width: 823px;
		position:relative;
	}

	.bar1 {
		float: left;
		background-color: #2f97be;
	}

	.bar2 {
		float: left;
		background-color: #123c6d;
	}

.reserve_bar {
	margin: 0px 63px 16px 0px;
	text-align: right;
}

.content_box {
	width: 875px;
	border: 1px solid #dbdbdb;
	margin: 0 auto 22px auto;
	padding: 20px 0px;
	color: #333;
	font-size: 12px;
}

	.content_box .column {
		float: left;
		margin-left: 20px;
	}

	.content_box .column.triple {
		width: 265px;
	}

	.content_box .column.single {
		width: 845px;
	}

	.content_box .column.single.small {
		width: 640px;
	}

	.content_box h1 {
		font-size: 14px;
		color: #6a3549;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.content_box h2 {
		font-size: 14px;
		color: #6a3549;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.content_box a {
		font-weight: bold;
		color: #753c52;
	}
        
        .content_box a img{
		border: 0;
	}

.footer {
	color: #a2a2a2;
	text-align: left;
	direction:ltr;
}

.footer a, .footer .darktext {
	color: #a2a2a2;
	text-decoration: none;
}
.footer .other_hotels{
    margin-bottom: 5px; 
    padding-left: 9px;
}
.bn_button {
	background-color: #753d52;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	height: 19px;
	line-height: 19px;
	float: right;
	font-size: 10px;
}

.bn_button a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.hotel_links {
	border: 1px solid #DBDBDB;
	background-color: #EEE;
	color: #666;
	margin-bottom: 10px;
	width: 875px;
	text-align: center;
	margin: 0px auto 16px auto;
}

.hotel_links a {
	color: #666;
}

#map_canvas {
	font-size: 12px;
	margin-bottom:8px;
	font-family: Arial, Helvetica, sans-serif;
}

input.ghosted {
	color: #999;
	font-style: italic;
}

#main_search_box {
	font-size: 11px;
	margin-top: -3px;
	width: 120px;
	background-image: url('assets/no-index/searchbox_magnifying_glass.gif');
	background-repeat: no-repeat;
	background-position: 3px 1px;
	background-color: #fff;
	padding: 3px 3px 2px 22px;
	border: 1px solid #ccc;
}

/* START MENU STYLE */

.menu div {
	z-index: 1000;
}

.menu {
	position: relative;
	width: 681px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	z-index: 1001;
	text-align: left;
}

.menu .item {
	cursor: pointer;
	position: relative;
	float: left;
	padding: 0px 10px;
	height: 24px;
	line-height: 24px;
	color: #666;
	text-decoration: none;
}

.menu a {
	color: #666;
	text-decoration: none;
}

.menu .item.hover {
	font-weight: bold;
}

.menu .item.hover a {
	color: #333;
}

.submenu {
	position: absolute;
	background-color: #fff;
	top: 24px;
	left: 0px;
	z-index: 1500;
	text-align: left;
	padding-bottom:5px;
	/*white-space: nowrap;*/
}

.submenu a .item {
	color: #666 !important;
	font-weight: normal;
	/*white-space: nowrap;*/
}

.submenu a:hover, .submenu a .item.hover {
	color: #333 !important;
	font-weight: bold !important;
	/*white-space: nowrap;*/
}

.submenu .item {
	float: none;
	display: block;
	padding: 6px 14px;
	height: 13px;
	line-height: normal;
	z-index: 1500;
	/*border-bottom: 1px solid #333;*/
	border:1px solid #cdcdcd;
	border-top:none;
	width: 152px;
}

.submenu .item.hover {
	background-color: #ECECEC;
}

/* END MENU STYLE */

/* SOCIAL MEDIA CALLOUT STYLE */

.social_media_callout {
	background-color: #fff;
	padding: 10px 40px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
}
.social_media_callout table {
	float: left;
}

.smCalloutText {
	color: #3c2015;
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
	line-height: 16px;
	width:223px;
}

.smCalloutText a, .smCalloutText a:visited {
	color: #3c2015;
	text-decoration: none;
}

.smCalloutText a:hover {
	text-decoration: hover;
}

.smCalloutIcons {
	max-width: 380px;
}

.smIcon {
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	position: relative;
}

.smTooltip {
	position: absolute;
	top: -36px;
	left: 0px;
	z-index: 10000;
}

.smTooltipCloud {
	background-color: #3c2015;
	padding: 8px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.smTooltipArrow {
	margin-left: 10px;
}

.smAddThis {
	margin-top: 7px;
}

/* END SOCIAL MEDIA CALLOUT STYLE */

/* ASSOCIATES BAR STYLE */
.associates_bar {
	background-color: #fff;
	height: 30px;
	padding: 10px 40px;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	line-height: 30px;
}

.associates_bar strong {
	color: #3C2015;
}

.associates_bar a {
	font-weight: normal;
}

.asc_container {
	position: relative;
}

.asc_details {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	background-color: #fff;
	width: 763px;
}

.asc_controls {
	position: relative;
	z-index: 100;
	background-color: #FFF;
	float: right;
	font-size: 10px;
}

.asc_controls a {
	text-decoration: none;
}

.home_new#partnersBar,
.home_new .asc_details,
.home_new .asc_controls {
	background: none;
}
.home_new.associates_bar {
	border: none;
}
.home_new#partnersBar {
	padding:0 0 25px 0;
}
.home_new .asc_details {
	width: 510px;
}
.home_new .asc_headline {
	width: 350px;
	line-height: 15px;
}
.home_new .asc_cta {
	margin-left: 5px;
}
/* END ASSOCIATES BAR STYLE */

/* START PARTNERS BAR */
#partnersBar {
    padding:10px 40px 10px 12px;
}
#partnersBar .asc_logo {
    position:relative;
    top:-7px;
    left:-2px;

}
#partnersBar .asc_headline {
    padding:0 5px;
}
/* END PARTNERS BAR */

/* START GALLERY STYLE */

.photo_gallery {
	text-align: left;
}

.photo_gallery_menu {
	border: 1px solid #c2c2c2;
	width: 218px;
	padding: 10px 14px;
	float: left;
}

.photo_gallery_controls {
	padding: 0px 4px;
}

.photo_gallery_controls select {
	border: 1px solid #c2c2c2;
	color: #753D52;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.photo_gallery_selector {
	border: 1px solid #c2c2c2;
	background-color: #fff;
	margin-bottom: 5px;
}

.photo_gallery_selector td {
	color: #753D52;
	border: 1px solid #c2c2c2;
	padding: 1px 3px;
}

.photo_gallery_thumbs {
	padding-top: 2px;
	padding-bottom: 10px;
	height: 390px;
	text-align: center;
}

.photo_gallery_thumb {
	float: left;
	margin: 0 8px;
	padding: 4px;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

.photo_gallery_thumb .photo_gallery_thumb_img {
	display: block;
	background-position: center center;
	width: 85px;
	height: 51px;
	padding: 6px 0px 0px 0px;
	text-align: center;
}

.photo_gallery_thumb.selected {
	background-color: #753d52;    
}

.photo_gallery_pages {
	width: 208px;
	padding-top: 10px;
	margin-left: 4px;
	border-top: 1px solid #c2c2c2;
}

.photo_gallery_page {
	width: 16px;
	height: 16px;
	padding: 1px;
	border: 1px solid #c2c2c2;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	color: #753d52;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.photo_gallery_page span {
	display: block;
}

.photo_gallery_page.selected span {
	background-color: #753d52;
	color: #fff;
}

.photo_gallery_viewer {
	border: 1px solid #c2c2c2;
	padding: 10px;
	float: left;
	width: 550px;
	margin-left: 10px;
        position:relative;
}

.photo_gallery_navigation {
	font-size: 11px;
    height:18px;
    padding-bottom:10px;
}

.photo_gallery_navigation a, .photo_gallery_navigation a:hover {
	display: block;
	float: right;
	padding: 2px 10px;
	color: #fff;
	background-color: #753d52;
	margin-left: 5px;
	font-weight: normal;
	text-decoration: none;
}

.photo_gallery_image {
	width: 550px;
	height: 369px;
	position: relative;
}

.photo_gallery_info {
	font-size: 10px;
	margin-top: 22px;
}

.photo_gallery_info_text {
	width: 350px;
	margin-bottom: 10px;
}

.photo_gallery_info_footer {
	border-top: 1px solid #c2c2c2;
	padding-top: 10px;
	font-size: 10px;
}

.photo_gallery_info_footer a {
	font-weight: normal;
}

#photo_cta_button, #photo_cta_button:hover {
	display: block;
	background-color: #753d52;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 15px;
}

.photo_tag {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.8;
	width: 230px;
	text-align: left;
}

.photo_tag_copy {
	padding: 12px;
	background-color: #fff;
}

.photo_tag_arrow {
	padding: 0px 15px;
}

.photo_tag.right .photo_tag_arrow {
	text-align: right;
}
/* END GALLERY STYLE */

/* VIDEO TEMPLATE STYLE */

.vt_text_column {
	width: 410px;
}

.vt_frm_column {
	background-color: #eeeeee;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
	width: 320px;
        font-weight: lighter;
        color: #666666;
        margin-right:20px;
}

.vt_frm_column_text_field {
	width: 245px;
}

.vt_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 850px;
	border: 1px solid #dbdbdb;
        padding: 20px
}

.vt_youtube_frame {
	padding: 10px;
        border-style: solid;
        border-width: 1px;
        border-color: #DBDBDB;
	background-color: white;
	width: 360px;
	height: 240px;
}

.vt_title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
}

.vt_submit_button_container {
    float: left;
    text-align: center;
    margin-top: 5px;
}

.vt_submit_button {
    border:none;
    padding-left:20px;
    padding-right:20px;
    *padding-left:0px;
    *padding-right:0px;
    height: 33px;
    background-color: #67142e;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    line-height: 33px;
    -moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
}

.gc_reserve_bar {
    font-size: 18px;
}

.gc_frm_area {

}

.gc_frm_area input {

}
.gc_required_field {
    color: red;
}
.gc_terms {
    font-weight:bold;
    margin-top: 8px;
    float: right;
    font-size: 11px;
    padding-right: 20px;
}
.gc_terms a {
    color:#666;
}
.gc_privacy_policy {
    font-size:11px;
    font-weight:normal;
}
.gc_privacy_policy a {
    color:#666;
}
.left{
  float:left;
}

.right{
  float:right;
}

.clr{
  clear:both;
}

.menu .no-column{
  width: 190px;
}

.menu .no-column a .item{
  margin-left:5px;
}

.menu .has-column{
  width: 376px;
  _width:386px;
}

.submenu .sub-nav-column{
  width:180px;
  margin-left:5px;
}

#right-sub-nav-column{
  margin-right:5px;
}

.double-column-submenu-top, .double-column-submenu-bottom,
.single-column-submenu-top, .single-column-submenu-bottom{
  display:none;
}

.attraction-checkbox{
  width:16px;
  height:16px;
  padding-top:9px;
}

.attraction-column{
  margin-left:25px;
  margin-top:0px;
}

#direction-panel{
  /*padding-right:20px;*/
}

#direction-panel-box{
  width:244px;
}

.attraction-icon, .attraction-text{
  margin-left:5px;
}

.attraction-text{
  padding-top:12px;
}

.direction-widget-box{
  border:1px solid #a4a4a4;
}

#direction-input-box{
  padding-left:15px;
  padding-top:10px;
}

#direction-from{
  background:url('assets/no-index/circle_a.gif') no-repeat left center;
}

#direction-to{
  background:url('assets/no-index/circle_b.gif') no-repeat left center;
}

.direction-box{
  padding-left:30px;
  margin-bottom:5px;
}

.direction-text-box{
  width:171px;
}

#streetview-overlay{
  opacity:0;
  border:none;
  position:absolute;
  width:15px;
  height:15px;
  z-index:700;
  right:0px;
  top:0px;
}

#streetview-close{
  background-color:#fff;
  position:absolute;
  z-index:1000;
  top:0px;
  right:0px;
  width:15px;
  height:15px;
}

div.sifr h1{
  font-size:24px;
}

#attraction-caption {
  margin-left:25px;
}

#streetview{
  height:234px;
}

ul.address-list{
  margin-top:-1px;
  background-color:#fff;
  list-style:none;
  padding-left:0;
  width:280px;
}
ul.address-list li{
  padding-left:0;
  margin-left:0;
}
ul.address-list li a{
  display:block;
  padding-left:5px;
  text-decoration:none;
  width:100%;
  font-size:12px;
  color:#000;
/*  height:20px;*/
}

ul.address-list li a:hover{
  background-color:#ccccff;
  font-weight: bold;
}

#btn-switch-box{
  padding: 17px 0 0 3px;
}

img.travel-mode{
  cursor:pointer;
}

#travel-type-box {
  margin-left:145px;
}

.map-button{
  float:right;
/*  margin-top:6px;*/
  margin-right:21px;
}

.map-button button{
  background-color:#753D52;
  background-image:url("assets/bw_btn_arrow.gif");
  background-position:right center;
  background-repeat:no-repeat;
  border:0 none;
  color:#FFFFFF;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  padding:4px 18px 4px 8px;
}


.sitemap_search_box{
  background-color:#ececec;
  float: right;
  padding: 20px;
  width:204px;
  margin-right:10px;
}

.sitemap {
  padding-bottom: 50px;
  width:491px;
}

a.sitemap_link,
a.sitemap_link:hover
{
  display: block;
  font-weight: normal;
  margin-bottom: 2px;
  text-decoration:none;
}

.sitemap_section_header{
  background-color:#ececec;
  display:block;
  padding: 5px 10px;
}

.sitemap_arrow{
  margin-right: 4px;
}

.content .sitemap h2{
  font-size:12px;
}

.content .sitemap h2, .content .sitemap h3{
  display:inline;
  font-weight:bold;
  margin:0;
}

.sitemap ul {
  font-size:11px;
  list-style:none outside none;
  margin: 0 0 30px;
  padding: 0;
}

.sitemap li a{
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 10px;
}

a.sitemap_link,
a.sitemap_link:hover{
  display: block;
  font-weight:normal;
  margin-bottom: 2px;
  text-decoration: none;
}

.content .sitemap h3{
  font-size:11px;
}

.sitemap_search_box_copy{
  font-size:10px;
  margin-bottom: 15px;
  margin-top: 5px;
}

#sitemap_search_box{
  background-color:#ffffff;
  background-image:url("assets/no-index/searchbox_magnifying_glass.gif");
  background-position: 3px 1px;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  font-size:11px;
  padding: 3px 3px 2px 22px;
  width:176px;
}

.sitemap_search_button{
  background-color:#753D52;
  color:#ffffff;
  cursor:pointer;
  float:right;
  font-weight: bold;
  margin-top:20px;
  padding: 5px 35px;
}

.direction_ltr{
  direction:ltr;
}

div.direction_ltr{
  display:inline;
}

.inline{
  display:inline;
}

.sitemap_hlink {
    color: #888888;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}

.sitemap_hlink a {
    color: #888888;
    text-decoration:none;
}

#sbh {
	margin-top: -10px !important;
	margin-right: auto !important;
}

.tollfree{
    display: inline-block;
}

.tollfree-list{
  position:absolute;
  z-index:2000;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
}

div.tollfree-list{
  display:none;
}

.list-table{
  border-left:1px solid #9B9B9B;
  border-bottom:1px solid #9B9B9B;
}

.list-table td{
  padding:2px 8px;
  font-size: 11px;
  white-space: nowrap;
}
.list-table tbody, .list-table tfoot {
  background-color:#FFFFFF;
}
img.flag{
  margin-right:5px;
  padding-top:2px;
}

/* tollfree number box style*/
td.default-location-number{
  background-color:#FFFFFF;
  border:1px solid #9B9B9B;
  border-bottom:none;
  border-left:none;
}

td.empty-cell{
  border-bottom:1px solid #9B9B9B;
  padding-left:120px
}

td.number-cell{
	padding-left:60px;
}

td.contact-list {
	padding-top:10px;
	padding-bottom:10px;
	border-right:1px solid #9B9B9B
}

td.complete-list{
    border-right: 1px solid #9B9B9B;
    padding:8px;
}

td.complete-list a{
  color:#6A3549;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  padding-left: 6px;
}

td.tfrow0, td.tfrow1 {
    border-bottom: 1px solid #CCCCCC;
}

/* Rating */
.rating-container{
    color:#753D52;
    font-size:10px;
    font-weight:bold;
    margin-top:13px;
    margin-bottom: 5px;
}
.rating-container a {text-decoration:none;}
.rating-copy-box{
    display:inline-block;
    padding-bottom:3px;
}
.rating-space1 {
    display:inline-block;
    padding-right: 7px;
}
.rating-space2 {
    display:inline-block;
    padding-right: 12px;
}
.rating-img-box{
    display:inline-block;
    padding-top: 2px;
}
.rating-rate-box{
    display:inline-block;
    padding-bottom:3px;
    color: #666;
}

.rating-divider{
    border-right:1px solid #dbdbdb;
    height:13px;
    margin:3px 5px 0;    
}
/* */

/* Local Area */
#address_choices {
    z-index:1;
}
*html #address_choices {
    left:0px !important;
}
#direction-to {
    position:relative;
}
.address-list {
    margin-left:0px;
}

/* gallery */
#view_full_screen{background-color: #763e53; display:none; opacity: 0.7; filter:alpha(opacity=70); width:102px;height:47px; padding:10px;position:absolute;z-index:1000;cursor:pointer;}
#view_full_screen.roll_over{background: none;}
#view_full_screen_border{background:url("assets/no-index/view_full_screen.gif") no-repeat; width: 102px; height:47px;}
#view_full_screen .view_full_copy{text-align:center;color:#ffffff;font-weight:bold;font-family:"helvetica";padding-top:7px;}
#view_full_overlap{background-color:#763e53;opacity:0.7;filter:alpha(opacity=70);width:550px;height:369px;display:none;position:absolute;z-index:700;cursor:pointer;}
#full_screen_bg{position:absolute;z-index:9999;top:0;left:0;display:none;}
#full_screen_image{position:absolute;z-index:11000;top:0;left:0;display:none;}
#view-copy{position:absolute;top:0;z-index:10;width:205px;height:40px;line-height:40px;padding-left:15px;font-weight:bold;font-family:"Arial";text-align:left;font-size:16px;cursor:pointer;}
#view-copy-bg{width:220px;top:0;height:40px;position:absolute;bottom:0px;z-index:1;cursor:pointer;}
.view-info{color:#85878a;}
#view-copy.roll_over{color:#541800}
#nav-next, #nav-previous{width:40px;height:220px;position:absolute;cursor:pointer;}
#nav-next{right:0px;}
#nav-previous{left:0px;}
#view-copy-section{position:absolute;height:40px;overflow:hidden;bottom:0px;left:0px;}
#view-desc-copy{position:absolute;top:40px;;z-index:10;background-color:#ffffff;display:block;text-align:left;padding:0 20px 20px;color:#666666;font-size:16px;font-family:"Arial";width:auto;left:0px;}
#view-desc-copy h2{font-size:24px;font-weight:normal;margin-top:20px;color:#3a2016;margin-bottom:20px;}
#cta-button{margin-top:10px;padding:10px 10px 10px 0px;font-size:12px;font-weight:bold;}
#cta-button a{color:#fff;text-decoration:none;}
#cta-button .cta-btn-text{color:#fff;}
#btn-hd-close{position:absolute;cursor:pointer;right:0;top:0;z-index:100;width:40px;height:40px}
#cta-button .btn-left, #cta-button .btn-right{width:3px;height:30px;}
#cta-button .btn-right{width:8px;}
#cta-button .btn-left{background:url("assets/no-index/cta_btn_left.jpg") no-repeat;}
#cta-button .btn-right{background:url("assets/no-index/cta_btn_right.jpg") no-repeat;}
#cta-button .cta-btn-text{background:url("assets/no-index/cta_btn_arrow.gif") no-repeat center right #753c52;height:30px;line-height:29px;padding-right:15px;padding-left:10px;}


#view-copy-bg {
    background:url('assets/no-index/view_info_bg.png') no-repeat 0 0;
}
#view-copy-bg.hover {
    background-position: 0 -40px;
}
#view-copy-bg.minus {
    background-position: 0 -80px;
}
#view-copy-bg.minus.hover {
    background-position: 0 -120px;
}

#btn-hd-close {
    background:url('assets/no-index/full_screen_close.png') no-repeat 0 0;
}
#btn-hd-close.hover {
    background-position: 0 -40px;
}

#nav-previous {
    background:url('assets/no-index/hd_nav_prev.png') no-repeat 0 0;
}
#nav-previous.hover {
    background-position: -40px 0;
}
#nav-next {
    background:url('assets/no-index/hd_nav_next.png') no-repeat 0 0;
}
#nav-next.hover {
    background-position: -40px 0;
}
#pin-it-gallery {
    position:absolute;
    top:10px;
    z-index:1000;
}
#pin-it-fullscreen {
    position:absolute;
    top:13px;
    left:13px;
}

/* corporate booking page Header */
.cbp_header_wrapper {
	margin: 0px auto;
    margin-top:-40px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.cbp_header_wrapper a {
	color: #6A3549;
}
.cbp_header_box {
    border: 1px solid #DBDBDB;
	background-color: #FFF;
	padding: 5px;
    margin:5px 0;
    height:18px;
	color: #6A3549;
    *width: 669px;
    *margin-top:-40px;
}
* html .cbp_header_box {
    position:relative;
}
.cbp_header {
    margin:0 auto;
    height:100%;
    display:table;
    position:relative;
    top:50%;
    margin-top:-10px;
    text-align:center;
}

.cbp_header_txt {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

/* Booking Lightbox */
.coreBookingMethodPopup {
    width:300px;
    background-color:#fff;
    margin:5px;
    padding:30px;
}
.coreBookingMethodPopup .title {
    font-weight:bold;
    font-size:15px;
    color:#6b3648;
    text-align:justify;
}
.coreBookingMethodPopup .content {
    font-size:12px;
    font-weight:normal;
    color:#333333;
    padding-top:15px;
    padding-bottom:20px;
    width:auto;
    text-align:justify;
}
.coreBookingMethodPopup .btn-copy {
    float: left;
    padding: 0px 5px;
    background-color: #763B52;
    color: white;
    line-height: 25px;
    text-transform:uppercase;
    white-space:nowrap;
    font-size:12px;
}
.coreBookingMethodPopup .bw_button + .bw_button .btn-copy {
    width:80px;
    padding-left:35px;
}
.coreBookingMethodPopup .bw_button {
    background:none;
    padding:0px;
    line-height:normal;
    margin-top:0px;
}
.coreBookingMethodPopup .bw_button a {
    cursor:pointer;

}

.coreBookingMethodPopup .bookingLanguageSelect {
    float:left;
    margin-top:12px;
}
.coreBookingMethodPopup .or {
    float:left;
    height:33px;
    line-height:33px;
    margin:0 10px;
    margin-top: 4px;
    font-size:14px;
    font-weight:bold;
    color:#6b3648;
}
.coreBookingMethodPopup .bw_button .btn-left {
    float: left;
    background: transparent url('assets/no-index/bn_left25.png') no-repeat;
    width: 6px;
    height: 25px;
}
.coreBookingMethodPopup .bw_button .btn-right {
    float: left;
    background: transparent url('assets/no-index/bn_right25.png') no-repeat;
    width: 6px;
    height: 25px;
}
.coreBookingMethodPopup .bw_button a {
    margin-top: 8px;
    display: block;
    font-weight: bold;
    color: #763B52;
    text-align: left;
    padding: 0px;
}

.coreBookingMethodPopup .bookingLanguageSelect + .bw_button {
    margin-left:10px;
    margin-top:1px;
}

/********************START RATINGS AND REVIEWS WIDGET STYLE ************************/
/****************** brand specific ********************************/                    
/****************luxury*******************/
#home-social-plugins + .column.single #luxury-ratings-widget{
    margin-top:25px;
}
#photo-gallery-wrapper ~ #luxury-ratings-widget{
    margin-left:21px;
    width:828px;
}
#luxury-ratings-widget {
    background: none repeat scroll 0 0 #ffffff;
    border:1px solid #dbdbdb;
    margin: 0 auto 10px;
    width: 840px;
}
    #luxury-ratings-widget div, #luxury-ratings-widget a, #luxury-ratings-widget span {
        border-color:#dbdbdb;
    }
        #luxury-ratings-widget a{
            text-decoration:none;
            color:#753c52;
            font-weight:bold;
        } 
        #luxury-ratings-widget a#rw-write{
            border-color:#dbdbdb;
        }
        #luxury-ratings-widget div.h4div.rw-title {
          color: #603524;
          font-size: 14px;
        }
    #luxury-ratings-widget .rw-main .ratings-percent .rw-recommend-span{
        color:#753c52;
        font-weight:bold;
    }
    #luxury-ratings-widget .rw-type-1, #luxury-ratings-widget .rw-type-3 {
        margin: 0 auto;
        padding: 20px 0 25px;
        width: 770px;
    }
    
    #luxury-ratings-widget .rw-main .ratings-numstars .rwsr-inner-bar, #luxury-ratings-widget .rw-main .ratings-type .rwcr-bars .rwcr-inner-bar
    {
        background: none repeat scroll 0 0 #6f3a4d;
    }
    
    #luxury-ratings-widget .rw-main .ratings-numstars .rwsr-bar, #luxury-ratings-widget .rw-main .ratings-type .rwcr-bars .rwcr-outer-bar  
    {
        background: none repeat scroll 0 0 #e1e1e1;            
    }
    
    #luxury-ratings-widget .rw-type-1 .rw-main div.ratings-avg {
        margin-left: 20px;
    }

    #luxury-ratings-widget .rw-type-1 .rw-main div.ratings-type{
        width:353px;
    }
    
    #luxury-ratings-widget .rw-type-2 {
        margin: 0 auto;
        padding:25px 40px ;
        width: 750px;
    }
        #luxury-ratings-widget .rw-type-2 .rw-main{
            margin-left:0;
        }
            #luxury-ratings-widget .rw-type-2 .rw-main .ratings-avg .rw-rating-stars{
                margin-left: -5px;
                padding-left: 5px;
                padding-right: 5px;
                padding-bottom: 34px;
            }
            #luxury-ratings-widget .rw-type-2 .rw-main .ratings-percent {
                padding-right: 23px;
            }
            #luxury-ratings-widget .rw-type-2 .rw-main div.ratings-review{
                width:550px;
            }
    
    #luxury-ratings-widget .rw-type-3 .rw-header {
        margin-left:0;
    }
        #luxury-ratings-widget .rw-type-3 .rw-main .ratings-avg {
            margin-left: 0px;
        }

        #luxury-ratings-widget .rw-type-3 .rw-main .ratings-type {
            width: 318px; 
        }
        #luxury-ratings-widget .rw-type-3 .rw-main .ratings-percent .rw-recommend-span{
             margin-top: -5px;
        }
/************* END RATINGS AND REVIEWS WIDGET STYLE ***********/

/*Guest Gallery Page*/
#guestGallery {
	margin-left: 25px;
	width: 800px;
}
#guestGallery .instagramTitle{
	margin-top: 8px;
	color: #743c51;
	font-size: 16px;
	font-weight: bold;
}
#guestGallery .imageFilter {
	position: relative;
}
#guestGallery .imageFilter .filterTitle {
	font-size: 14px;
	margin: 0;
	margin-top: 10px;
	color: #666666;
}
#guestGallery .imageFilter .filterImage {
	position: absolute;
	right: 14px;
	top: -17px;
}
#guestGallery .imageFilter .filterOptions {
	padding-left: 0;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}
#guestGallery .imageFilter .filterOptions .filter {
	background: #cccccc;
	height: 17px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	list-style: none;
	margin-right: 4px;
	margin-bottom: 6px;
	font-size: 14px;
	padding: 5px 25px;
}
#guestGallery .imageFilter .filterOptions .filter a{
	color: #814e61;
	text-decoration: none;
	text-transform: capitalize;
}
#guestGallery .imageFilter .filterOptions .filter.selected {
	background: #999999;
}
#guestGallery .imageFilter .filterOptions .filter.selected a{
	color: #ffffff;
}
#guestGallery #guestPhoto .thumbs {
	overflow: hidden;
}
#guestGallery #guestPhoto .thumbs .imgBlock {
	width: 113px;
	height: 114px;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 6px;
	background: #ffffff;
	border: 1px solid #c3c3c3;
}
#guestGallery #guestPhoto .thumbs .imgBlock.featured {
	width: 246px;
	height: 245px;
}
#guestGallery #guestPhoto .thumbs .imgBlock.featured img {
	width: 244px;
	height: 244px;
}
#guestGallery #guestPhoto .thumbs .imgBlock img {
	width: 112px;
	height: 113px;
}
#guestGallery #guestPhoto .termsCondLink {
	margin-top: 10px;
	margin-bottom: 15px;
}
#guestGallery #guestPhoto .termsCondLink #termsCondLink {
	color: #743c51;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}
/*Fancy box*/
.fancyBoxPopUp {
	text-align: left;
}
.fancyBoxPopUp h3,
.fancyBoxPopUp h4,
.fancyBoxPopUp h5 {
	line-height: 15px;
	margin: 0;
	font-family: Arial;
	color: #666666;
}
.fancyBoxPopUp h3 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #6b5d4a;
}
.fancyBoxPopUp h4 {
	font-size: 14px;
	font-weight: bold;
}
.fancyBoxPopUp .number {
	margin-bottom: 7px;
}
.fancyBoxPopUp .user {
	font-weight: normal;
}
.fancyBoxPopUp .date {
	font-weight: normal;
}
.fancyBoxPopUp h5 {
	font-size: 12px;
	margin-bottom: 9px;
}
.fancyBoxPopUp .imageWrap .floatLeft {
	float: left;
}
.fancyBoxPopUp .imageWrap {
	width: 766px;
}
.fancyBoxPopUp .imageWrap .image {
	width: 610px;
}
.fancyBoxPopUp .imageWrap .image img {
	width: 100%;
}
.fancyBoxPopUp .imageWrap .info {
	max-width: 126px;
	word-wrap: break-word;
	margin-left: 20px;
}
.fancyBoxPopUp .imageWrap .info img {
	margin-bottom: 13px;
}
.fancybox-inner {
	height: 648px !important;
}
.fancyBoxPopUp .submit {
	border: none;
	width: 100px;
	line-height: 20px;
	background: #743C52;
	color: #ffffff;
        border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	cursor: pointer;
        font-weight: bold;
        font-size: 12px;
    text-decoration:none;
}
/*End of pop up fancy box*/

/*Popup Terms and Condition*/
.termsInnerBox {
	height: 800px !important;
}
.fancybox-inner.instagramTerms {
	height: auto !important;
}
.instagramTermsCondLayer {
	text-align: left;
    font-size: 12px;
    font-family: Arial;
	width: 744px;
	color: #666666;
}
.instagramTermsCondLayer h3 {
	margin-top: 5px;
	margin-bottom: 10px;
    font-family: Arial;
    font-size: 18px;
    color: #666666;
}
.instagramTermsCondLayer h5 {
	margin-bottom: 12px;
	margin-top: 0px;
    font-family: Arial;
    font-size: 12px;
}
.instagramTermsCondLayer h5.contentGuide {
	margin-bottom: -1px;
}
.instagramTermsCondLayer a {
	color: #743C51;
	text-decoration: none;
    font-weight: bold;
}
.instagramTermsCondLayer p {
	margin: 0;
	margin-bottom: 13px;
}
.instagramTermsCondLayer ul.guidelines,
.instagramTermsCondLayer ul.removePhotos {
	padding-left: 32px;
	margin-top: -2px;
	font-size: 12px;
	margin-bottom: 18px;
}
.instagramTermsCondLayer ul.removePhotos {
	margin-top: 10px;
	margin-bottom: 15px;
}
.instagramTermsCondLayer .instagramUser {
	margin-bottom: 3px;
}
.instagramTermsCondLayer .userNameField {
	margin-bottom: 11px;
}
.instagramTermsCondLayer .userNameField .userName {
	width: 200px;
}
.instagramTermsCondLayer .certifyBlock {
	margin-bottom: 7px;
}
.instagramTermsCondLayer .actionButton .submit {
	border: none;
	width: 80px;
	line-height: 20px;
	background: #743C52;
	color: #ffffff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
#sendSuccess {
	display: none;
	text-align: left;
	color: #666666;
}
#sendSuccess h1 {
	font-size: 16px;
}
.errorMsg {
	display: none;
	border: 1px solid #B50000;
	color: #B50000;
}
a.fancybox-nav.fancybox-next span.arrowNext {
    background-image: url("assets/nextArrow_hover.png");
}
a.fancybox-nav.fancybox-prev span.arrowPrev {
    background-image: url("assets/previousArrow_hover.png");
}
#guestPhoto a img, .fancyBoxPopUp a img{
    border: none;
}

/*End of Popup Terms and Condition*/


/*Booking Alert Light Box*/
.alertBox {
	font-family: Arial, Helvetica, sans-serif;
}
.closeAlertBox {
	cursor: pointer;
	position: absolute;
	right: -12px;
	top: -12px;
	width: 26px;
	height: 26px;
	background: url('assets/no-index/alertBoxClose.png');
}

.alertBoxContent {
	color: #333333;
	line-height: 18px;
	font-size: 14px;
}
.alertBoxCta {
	font-weight: bold;
}
.alertBoxTitle {
	font-size: 18px;
	color: #3a2117;
	line-height: 24px;
}
.alertBoxContent,
.alertBoxCta {
	margin-top: 18px;
}
.alertBoxCta {
	font-size: 13px;
	color: #ffffff;
	display: inline-block;
	background: #753c52 url('assets/no-index/alertCtaArrow.png') right center no-repeat;
	padding: 10px 38px 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.ar.alertBoxCta {
	padding: 10px 10px 10px 38px;
	background: #753c52 url('assets/images/home-new/bw_arrow_rtl.png') left center no-repeat;
}
.zh .alertBoxTitle,
.cn .alertBoxTitle {
	font-size: 20px;
	line-height: 30px;
}
.zh .alertBoxCta,
.cn .alertBoxCta {
	font-size: 20px;
	line-height: 21px;
	font-weight: normal;
}
.jp .alertBoxTitle {
	font-size: 20px;
	line-height: 28px;
}
.jp .alertBoxContent {
	font-size: 14px;
	line-height: 18px;
}
.jp .alertBoxCta {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
}
/*End of Alert Light Box*/