* {
	font-family: 'Open Sans', sans-serif;
}

html, body {
	width:100%;
	height:100%;
	min-width:768px;
}

body {
	background: #EEE;
  	opacity: 0;
  	transition: opacity .5s linear;
}

p {
	margin: 0 0 20px 0;
}

nav ul li, nav ul li a {
	font-family: 'Open Sans', sans-serif;
}


p.small, span.small {
	font-size:12px !important;
}

.ie8 {
	display:none;
}

.hrBlank{
	margin: 10px 0 20px;
}

.hrGrey {
	border-top: 1px solid green;
	margin: 9px 0 20px;
}

#divContent .noPage .col p a {
    color:#000;
    text-decoration: none;
}

/***************************/
/* NAVIGATION              */
/***************************/

.nav-top {
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:65px;	
	background: #FFF;
	z-index:100;
	min-width:768px;
}

.nav-top .top-item {
	display: inline-block;
}

.nav-top .top-item a, .nav-top .top-item p {
	font-size: 11px;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
}

.nav-top .imgLogo {
	width:173px;
}

.nav-top .imgLogo img {
	margin: 10px auto 0;
	display: block;
	width:172px;	
}

.nav-top .btnLocation a, .nav-top .btnNewsletter a, .nav-top .btnReservations a {
	padding-top: 40px;
	display:inline-block;
	vertical-align: top;
}

.nav-top .btnReservations a {
	text-align: left;
	padding:0px;
	cursor:pointer;
	background:#2a2a2a;
	height:45px;
	padding:0 20px;
	line-height: 45px;
}

.nav-top .btnReservations .menu-row a {
	background:none;
	float:right;
	padding:0;
}

.nav-top .btnReservations .call-message {
	color:#fff;
	clear:both;
	display:block;
}

.nav-top .btnReservations a.active {
	background:#000;
}

.nav-top .btnLocation a:hover, .nav-top .btnNewsletter a:hover {
	color:#000;
}

.nav-top .btnReservations a:hover {
	color:#AAA;
}

.nav-top .btnLocation {
	float:right;
	width:95px;
}

.nav-top .btnLocation a {
	background: url(../img/pin.png) no-repeat 0px 27px;
	padding-left: 20px;
}

.nav-top .btnNewsletter {
	float:right;
	width:150px;
}

.nav-top .btnTimeTemp {
	float:right;
	width:180px;
	/*background:#EEE;*/
	font-size: 11px;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
}

.nav-top .btnTimeTemp p {
	margin:10px 0 12px 0;
}

.nav-top .btnTimeTemp .tokyoTime{
	width:50px;
}

.nav-top .btnTimeTemp .tokyoTemp{
	width:90px;
}

.nav-top .btnTimeTemp .tokyoTime, .nav-top .btnTimeTemp .tokyoTemp {
	font-family: 'Muli', sans-serif;
	font-size:13px;
	display:inline-block;
	padding:0 7px;
}

.nav-top .btnTimeTemp .tokyoTime {
	border-right:1px solid #CCC;
}

.nav-top .btnTimeTemp .tokyoTime span, .nav-top .btnTimeTemp .tokyoTemp span {
	font-size:11px;
}

.nav-top .btnTimeTemp .tokyoTemp {
	padding-left:6px;
}

.nav-top .btnTimeTemp .tokyoTemp b{
	font-weight:normal;
	font-size:14px;
}

.nav-top .btnReservations{
	float:right;
	background:#000;
	margin-right: 10px;
	position: relative;
	font-size:0;
	top:20px;
}

.nav-top .btnReservations a {
	color:#FFF;
	border:none;
}

#top-menu ul li.mob-only {
	display:none;
}

.nav-bottom {
	display:block;
	position:fixed;
	top:65px;
	left:0px;
	width:100%;
	height:45px;	
	background: rgba(255,255,255, 0.9);
	z-index:90;
	min-width:768px;
}

.divNavPopUpContent {
	background:#FFF;
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 10;
	width: auto;
	height: auto;
	display:none;
	padding: 4px 10px 10px;
	min-width:190px;
}

.divNavPopUpContent div {
	display:none;
}

.divNavPopUpContent ul {
	list-style-type: none;
}

.divNavPopUpContent ul li {
	line-height:20px;
}

.divNavPopUpContent .mnuLabel {
	display: table-cell;
	top:0;
	font-size:10px;
	text-transform: uppercase;
	font-weight:600;
	margin: 0px;
	border-right: 1px solid #CCC;
	padding: 0 24px 0 10px;
	color: #000;
	min-height: 100px;
	cursor:auto;
}

.divNavPopUpContent .mnuLabel:first-child {
	margin: 0 0 10px;
}	

.divNavPopUpContent .mnuLabel:last-child{
	border-right: 0;
}

.divNavPopUpContent .mnuHidden {
	text-indent: -9000px;
}

.divNavPopUpContent .mnuHidden ul {
	text-indent: 0px;
	margin-top:-18px;
}

.divNavPopUpContent .mnuLabel ul li a {
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	color: #666;
	text-transform: none;
}

.divNavPopUpContent .mnuLabel ul li a:hover {
	color:#000;
}

/***************************/
/* SHARING                 */
/***************************/

.nav-sharing {
	position: fixed;
	right:0px;
	top:200px;
	z-index: 20;
}

.sharing {
	width:40px;
	height: 40px;
	background: #FFF;
	overflow:hidden;
	transition: 1s all;
}

.sharing.on {
	height: 205px;
	transition: 1s all;
}

.sharingButton {
	width: 40px;
	height: 40px;
	display: block;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.btnSharing {
	background: url(../img/PHT-share.png) no-repeat 50% 50%;
	height: 40px;
}

.btnSharing:hover {
	background: url(../img/PHT-share-on.png) no-repeat 50% 50%;
}

.btnSharing.on {
	background: url(../img/PHT-close.png) no-repeat 50% 50%;
}

.btnFacebook {
	background: url(../img/PHT-fbook.png) no-repeat 50% 50%;
}

.btnTwitter {
	background: url(../img/PHT-twitter.png) no-repeat 50% 50%;
}

.btnGoogle {
	background: url(../img/PHT-google.png) no-repeat 50% 50%;
}

.btnPinterest {
	background: url(../img/PHT-pinterest.png) no-repeat 50% 50%;
	display: none;
}

.btnEmail {
	background: url(../img/PHT-email.png) no-repeat 50% 50%;
	margin-bottom: 5px;
}

.btnFacebook:hover {
	background: url(../img/PHT-fbook-on.png) no-repeat 50% 50%;
}

.btnTwitter:hover {
	background: url(../img/PHT-twitter-on.png) no-repeat 50% 50%;
}

.btnGoogle:hover {
	background: url(../img/PHT-google-on.png) no-repeat 50% 50%;
}

.btnPinterest:hover {
	background: url(../img/PHT-pinterest-on.png) no-repeat 50% 50%;
}

.btnEmail:hover {
	background: url(../img/PHT-email-on.png) no-repeat 50% 50%;
}

/***************************/
/* CONTENT                 */
/***************************/

#divContent .col .boxLink {
	display: inline-block;
	width: auto;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	height: 14px;
	padding: 6px 30px 8px 8px;
	background: url(../img/arrow_sml_rht_2.png) no-repeat 100% 50% #FFF;
	border: 1px solid #999;
	color: #666;
	margin: 0 20px 10px 0;
	line-height: 16px;
}

#divContent .col a.boxLink:hover {
	color:#000;
	background: url(../img/arrow_sml_blk_rht_2.png) no-repeat 100% 50% #FFF;
}

#divContent .col .newsFeed.boxLink {
	margin: 20px 0px 10px 0;
	float:right;
}



.divNavPopUpContent a.firstItem,
.divNavPopUpContent a.lastItem {
	display: inline-block;
	width:100%;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	height: 14px;	
	line-height: 16px;
	padding:0px 10px 10px;
	border:none;
	border-bottom: 1px solid #999;
	color: #666;	
	margin: 0 20px 10px -10px;	
	background: url(../img/arrow_sml_rht_2.png) no-repeat 100% 0px #FFF;
}

.divNavPopUpContent a.firstItem:hover,
.divNavPopUpContent a.lastItem:hover {
	color:#000;
	background: url(../img/arrow_sml_blk_rht_2.png) no-repeat 100% 0px #FFF;
}

.divNavPopUpContent a.lastItem {
	border-top:1px solid #999;
	border-bottom:none;
	margin: 10px 20px 0px -10px;	
	padding:10px 10px 3px;
	background: url(../img/arrow_sml_rht_2.png) no-repeat 100% 100% #FFF;
}

.divNavPopUpContent a.lastItem:hover {
	background: url(../img/arrow_sml_blk_rht_2.png) no-repeat 100% 100% #FFF;
}

#divContent .col .boxBack {
	display: inline-block;
	width: auto;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	height: 14px;
	border: 1px solid #999;
	color: #666;
	margin: 0 20px 10px 0;
	line-height: 16px;	
	padding: 6px 8px 8px 30px;
	background: url(../img/arrow_sml_lft_2.png) no-repeat 0% 50% #FFF;
}

#divContent .col .boxBack:hover {
	color:#000;
	background: url(../img/arrow_sml_blk_lft_2.png) no-repeat 0% 50% #FFF;
}

#divContent .col .smallText a {
    color: #666;
    text-decoration: none;
}

#divContent .col .boxBlack, a.boxBlack, #divContent .col .smallText a.boxBlack {
	display: inline-block;
	width: auto;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	height: 14px;
	padding: 6px 30px 8px 8px;
	background: url(../img/arrow_sml_wht_rht_2.png) no-repeat 100% 50% #000;
	border: 1px solid #999;
	color: #FFF;
	margin: 0 20px 10px 0;
}

#divContent .col a.boxBlack:hover, a.boxBlack:hover {
	color:#666;
	background: url(../img/arrow_sml_rht_2.png) no-repeat 100% 50% #000;
}


a.boxBlackTop {
	display: inline-block;
	width: auto;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	height: 14px;
	padding: 6px 30px 8px 8px;
	/*background: url(../img/arrow_sml_wht_rht_2.png) no-repeat 100% 50% #000;*/
	border: 1px solid #999;
	color: #FFF;
	margin: 0 20px 10px 0;
	cursor:pointer;
}

a.boxBlackTop:after {
    position: absolute;
    top: 5px;
    right: 7px;
    content: url(../img/arrow_sml_wht_rht.png);
    transition: 0.5s all;
}

a.boxBlackTop.active:after {
    transform: rotate(90deg);
}


a.boxBlackTop:hover {
	color:#666;
	/*background: url(../img/arrow_sml_rht_2.png) no-repeat 100% 50% #000;*/
}


#divContent .col .boxPointy, a.boxPointy {
	display: inline-block;
	width: auto;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	height: 14px;
	padding: 6px 8px 8px;
	margin: 10px 20px 10px 0;
	position: relative;
	border: 1px solid #999;
	color: #666;
	background: #FFF;
}

#divContent .col a.boxPointy:hover, a.boxPointy:hover {
	color: #000;
}

#divContent .col a.boxPointyOn, a.boxPointyOn {
	color: #FFF;
	background: #000;
}

#divContent .col a.boxPointyOn:hover, a.boxPointyOn:hover {
	color:#666;
}


.boxPointyOn:before {
    content:"";
	border-style: solid;
    position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -10px;
	border-width: 0px 10px 10px 10px;
	border-color: transparent transparent #000000 transparent;
}



#divContent{
	width:100%;
	height:100%;
	box-sizing: border-box;
    padding-top:65px;	
    min-width:768px;
}

#top-buttons, #bottom-buttons, #top-menu {
	width: 950px;
	margin: 0 auto;
	padding-left:10px;
}

#bottom-buttons {
	position: relative;
}

#top-menu > ul { 
	list-style-type:none;
	margin:0;
	padding:0;
}

#top-menu > ul > li { 
	display:inline-block;
	height:45px; 
	padding: 0;
	margin:0 6px 0 0;
	position:relative;
}

#top-menu > ul > li:hover > a {
	color:#000;
}

#top-menu > ul > li:hover .divNavPopUpContent{
	display:block;
}

#top-menu > ul > li:last-child{
	margin-right:0px;
}

#top-menu > ul > li > a { 
	color:#666; 
	font-size:11px; 
	line-height:25px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 11px 11px 0 0;
	display: block;
	cursor:default;
}

#top-menu > ul > li > a b, #divContent .col h2 b, #divContent .divRotator .rotatorText h1 b { 
	font-weight:inherit;
	text-transform:lowercase;
}

#top-menu > ul > li.current_page_item > a, #top-menu > ul > li.current_page_parent > a { 
	color:#000; 
}


/***************************/
/* ROTATOR                 */
/***************************/

#divContent .divRotator {
	width:100%;
	height:100%;
	display:inherit;
	position:relative;
}

#divContent .divRotator.rotator-short {
	height: calc(100% - 180px);
	font-size: 0;
}

#divContent .col .divRotator {
	width:940px;
	height:460px;
	margin: 0 auto;
}

#divContent .divRotator .rotatorText {
	margin: 0 0 0 -470px;
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 10;
	width: 940px;
	position: absolute;
	bottom: 120px;
	left: 50%;	
}

#divContent .divRotator .rotatorText h1, #divContent .divRotator .rotatorText h2, #divContent .divRotator .rotatorText h3 {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
	color: #FFF;
}

#divContent .divRotator .rotatorText h1 b {
	font-weight: 300;
	font-family: 'Muli', sans-serif;	
}

#divContent .divRotator .rotatorText h1 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 32px;
	font-family: 'Muli', sans-serif;
	margin: 0 0 20px;	
/*	text-transform: uppercase;
	font-weight: 300;
	font-size: 30px;
	font-family: 'Muli', sans-serif;
	margin: 0 0 40px;
	background: rgba(0, 0, 0, 0.7);
	width: auto;
	position: absolute;
	left: 0px;
	bottom: 50px;
	padding: 5px 30px;	*/
}

#divContent .divRotator .rotatorText h2{
	font-weight: 500;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	margin:0;
/*	display:none;*/
}

#divContent .divRotator .rotatorText h3{
	font-weight: 500;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding-bottom:0px;
}


#divContent .divRotator .rotatorBullets, #rotator-bullets {
	position:absolute;
	bottom:100px;
	left:50%;
	margin-left:-85px;
	width:170px;
	height:17px;
	z-index: 10;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
}

#divContent .divRotator .rotatorBullets li, #divContent .rotator .bullets li {
	background: url(../img/dot_off.png) no-repeat top left;
	display:inline-block;
	width:13px;
	height:17px;
	margin-right: 4px;
	text-indent: -9000px;
	overflow: hidden;
}

#divContent .rotator .bullets li:first-child:last-child {
	display: none;
}

#divContent .divRotator .rotatorBullets li:hover, #divContent .rotator .bullets li.selected {
	background: url(../img/dot_on.png) no-repeat top left;
}

#divContent .divRotator .rotFoot {
	bottom:30px;
}

#divContent .divRotator .rotatorDown {
	position:absolute;
	bottom:35px;
	left:50%;
	margin-left:-32px;
	width:64px;
	height:31px;
	z-index: 10;
	background: url(../img/arrow_big_dwn.png) no-repeat top left;
	cursor:pointer;
}

.rotator-image {
	background:#666;
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:5;
	background-size: cover;
	background-position: 50% 50%;
	display: none;
}


/*#divContent .divRotator #bgRotator1 {
	background:#666;
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:5;	
}

#divContent .divRotator #bgRotator2 {
	background:#666;
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:4;	
}*/


/***************************/
/* STANDARD CONTENT        */
/***************************/

#divContent .w1 { width:220px; }
#divContent .w2 { width:460px; }
#divContent .w3 { width:700px; }
#divContent .w4 { width:940px; }


#divContent .divRow {
	max-width:960px;
	min-height:20px;
	margin:0 auto;
	padding:20px 0 0;
	/*overflow-x:hidden;*/
	font-size:0px;
}

#divContent .divRow .col{
	margin: 0 20px 0 0;
	display:inline-table;
	font-size:14px;
	vertical-align: top;
}

.PAGE-rooms-suites #divContent .divRow .col, .PAGE-meetings-events #divContent .divRow .col {
	margin: 0 15px 0 0;
}

.PAGE-special-offers #divContent .divRow .col {
	margin: 0 10px 20px 10px;
}

.PAGE-press-releases #divContent .divRow .col {
	margin: 0 10px;	
}

.PAGE-press-releases #divContent .newsItemList {
	padding-top:0px;
}

.PAGE-press-releases #divContent .divRow .newsHeader {
	padding-bottom:20px;
}

.PAGE-video-gallery .nav-sharing {
	display: none;
}

.PAGE-request-proposal #divContent .w2 .standardText {
    width: 100%;
    max-width: none;
}

.PAGE-request-proposal #divContent .standardRow .half-content > div {
    position: relative;
    top: 0;
    transform: none;
}


/* RP Video */

.video.thumbContainer {
	background:#000;
	height: 120px;
	width:100%;
	position:relative;
}

.video.thumbContainer h2 {
	font-size: 11px;
    text-transform: uppercase;
    z-index: 15;
    display: block;
    color: #FFF;
    text-align: center;
    padding-top:8px;
 }

 .video.thumbContainer #caption {
 	padding-top:0;
 }

.video.thumbContainer .thumb-reel {
	width:940px;
	height:60px;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	top:30px;
	text-align:center;
	overflow:hidden;
}

.video.thumbContainer .thumb-reel .thumb-reel-wrap {
    width: 910px;
    position: relative;
    left: 30px;
    overflow: hidden;
    text-align: center;
    /*text-align: left; to change to enable 8+ video scroll */
}

.video.thumbContainer .thumb-reel .thumb-reel-wrap.center {
	text-align: center;
}

.video.thumbContainer .thumb-reel .thumb-reel-wrap .inline-thumbs {
    display: inline-block;
    list-style: none;
    position: relative;
    left: 0px;
    top: 0px;
    padding: 0 0px;
    width:auto;
    /*width:2000px; to change to enable 8+ video scroll */
}

.video.thumbContainer .thumb-reel .left-nav {
	position: absolute;
    z-index: 15;
    top: 0px;
    height: 60px;
    width: 30px;
    left: 0;
    background: url(../img/supersized/thumb-back.png) no-repeat center center #000;
    display:none;
}

.video.thumbContainer .thumb-reel .right-nav {
	position: absolute;
    z-index: 15;
    top: 0px;
    height: 60px;
    width: 30px;
    right: 0;
    background: url(../img/supersized/thumb-forward.png) no-repeat center center #000;
    display:none;
}

.video.thumbContainer .thumb-reel .left-nav.active,
.video.thumbContainer .thumb-reel .right-nav.active {
	display:block;
}

.video.thumbContainer .thumb-reel .video-thumb {
	display:inline-block;
	vertical-align: top;
	width:100px;
	margin: 0 3px;
}

.video.thumbContainer .thumb-reel img {
	width:100px;
	height:auto;
	max-height:58px;
	display:inline-block;
	border:1px solid #000;
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	transition: all 0.6s;
}

.video.thumbContainer .thumb-reel img:hover, 
.video.thumbContainer .thumb-reel img.active {
	border:1px solid #fff;
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
}

.video.thumbContainer .caption-container {
	position:absolute;
	bottom:8px;
	left:0;
	right:0;
	margin:0px auto;
}

#divContent img {
	width:100%;
}

.PAGE-interactive-map #divContent img {
	width:auto;
}

#divContent .divRow .w3 img {
	width:970px;
	height:470px;
}

#divContent .divRow .filter {
	height:40px;
	min-height:40px;
	padding-bottom:20px;
}

#divContent .divRow .filter div {
	background:#CCC;
	height: 23px;
	padding: 10px;
}

#divContent .divRow .filter div label {
    color: #666;
    font-size: 12px;
    margin-left:3px;
}

#divContent .divRow .filter div #cboFilter {
    border: 1px solid #999;
    padding: 3px 0 3px 7px;
    margin-top: -2px;
    margin-left: 8px;
    color: #666;
    font-size: 12px;
}

#divContent .divRow .filter div #txtSearch {
    border: 1px solid #999;
    padding: 4px 0 4px 7px;
    margin-top: -2px;
    margin-left: 6px;
    color: #666;
    font-size: 12px;
}

#divContent .divRow .filter div #cmdSubmit {
    border: 1px solid #999;
    padding: 4px 7px;
    margin-top: -2px;
    margin-left: 8px;
    color: #666;
    font-size: 12px;
}

/* Reserve a Table */
.col.reserve-table {
	background:#000;
}

.reserve-table-container {
	padding:20px;
	min-height: calc(470px - 40px);
}

#mnuReservations .reserve-table-container {
	min-height:0;
	display:none;
}

#mnuReservations .restaurant-book-container {
	display:none;
}

#mnuReservations .restaurant-book-container .uppercase {
	color:#fff;
	padding:20px 20px 0;
	font-size:13px;
}

.reserve-table-container p {
	color:#fff;
	font-size:13px;
}

.reserve-table-container .uppercase {
	color:#fff;
	text-transform: uppercase;
}

.reserve-table-container .white {
	color:#fff;
	font-size:13px;
}

.reserve-table-container .menu-row {
	margin-bottom:10px;
	line-height:37px;
}

.reserve-table-container .menu-row.border {
	border: 1px solid #525252;
}

.reserve-table-container .menu-row.calendar {
	position:relative;
    background: url(../img/calendar-ico.png) no-repeat 95% 50%;
}

.reserve-table-container label {
	font-size:11px;
	text-transform: uppercase;
	color:#fff;
}

.reserve-table-container label#dateLabel {
	padding:10px 0 10px 12px;
}

.reserve-table-container input.startDate {
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    background: none !important;
    height:37px;
    text-indent:60px;
}

.reserve-table-container input {
	width:50%;
}

.reserve-table-container input,
.reserve-table-container select {
	font-size:11px;
	line-height: 30px;
	background: #000;
    color: #fff;
    text-transform: uppercase;
    padding-left:4px;
    -moz-appearance:none;
}

.reserve-table-container select#res-restaurant {
	width:100% !important;
	padding-left:10px;
}

.reserve-table-container select.smallSelect {
	border: 1px solid #525252;
	width:60px;
	height:30px;
	margin:0 5px;
}

.reserve-table-container select#res-people {
	margin-right:0;
}

.reserve-table-container .left-col,
.reserve-table-container .right-col {
	display:inline-block;
	vertical-align: top;
}

.reserve-table-container input[type="submit"] {
	width:100%;
	border: 1px solid #525252;
	margin-bottom:10px;
}

#divContent .divRow .col .quarterTop{
	font-size:0px;
	min-height:160px;
	background:#CCC;
}

#divContent .w1 .quarterTop img {
	width: 100%;
	height: 160px;
}

#divContent .divRow .col .quarterBottom {
	position:relative;
}

#divContent .divRow .col .noImageFix {
	height:320px;
}

#divContent .divRow .col .quarterBottom .boxLink {
	position:absolute;
	bottom:5px;
}

#divContent .divRow .col .quarterBottom .boxBlack {
	right:20px;
}

#divContent .divRow .col .quarterBottom .boxRight {
	right:0px;
}

#divContent .divRow .col .quarterBottom .boxLeft {
	right:auto;
	left: 12px;
	bottom: 0px;
}

#divContent .divRow .half-content {
	padding: 20px 40px 0;
	width:380px;
}

#divContent .standardRow .half-content {
	padding: 20px 40px 0;
	width:380px;
	position: relative;
	overflow: hidden;
}

#divContent .divRow .half-image {
	background-size: cover;
	background-position: 50% 50%;
}

#divContent .divRow .half-image img {
	opacity: 0;
	width: 100%;
}

#divContent .standardRow .half-content > div {
    width: 100%;
}

#divContent .divRow .inline-video {
	display:inline-block;
	height:340px;
}

#divContent .divRow .inline-video .inline-vid {
	height:340px;
}

#divContent .divRow .full-content {
	padding:20px 40px 0;
	width:860px;
}

#divContent .divRow .full-content.notop-padding {
	padding:0px 40px 0;
}

#divContent .col h2 b {
	font-weight: 300;
	font-family: 'Muli', sans-serif;
}

#divContent .col h2 {
	color:#666;
	font-weight: 300;
	font-size: 25px;
	text-transform: uppercase;
	padding-bottom: 20px;
	line-height: 30px;
	font-family: 'Muli', sans-serif;
}

#divContent .col h2.smallTitle {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 2px;
	margin-left: 2px;
}

#divContent .col h2.locase span{
	text-transform: none;
	width:150px;
	display:inline-block;
	border-right: 1px solid #CCC;
	margin:0 20px 5px 0;
}

#divContent .col h2.smallTitleUnder {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
	margin-left: 0px;	
}

#divContent .w2 .standardText {
	max-width:380px;
}

#divContent .col .standardText h3 {
	margin:0px 0px 5px;
	color:#666;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;	
}

#divContent .col .standardText ul {
	padding-bottom:20px;
	margin-left: 20px;
}

#divContent .col .standardText p, #divContent .col .standardText ul li, #divContent .col .standardText td, #divContent .col .standardText th {
	color:#666;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
}

#divContent .col .standardText ul li {
	margin-bottom: 4px;
}	

#divContent .col .standardText table {
	padding-bottom:20px;
	display: inline-block;
}

#divContent .col .standardText td, #divContent .col .standardText th {
	padding: 0 20px 0 5px;
	height: 40px;
	line-height: 24px;
}

#divContent .col .standardText table tr {
	background:#FFF;
}

#divContent .col .standardText table tr:nth-of-type(even){
	background: #E0E0E0;
}

#divContent .col .standardText a {
	color:#000;
	text-decoration: none;
	font-weight:bold;
}

#divContent .col .standardText a:hover {
	color:#666;
}

#divContent .col .smallText {
	padding: 20px 15px 0;
	color:#666;
	height: 154px;
	overflow: hidden;
	background:#FFF;
}

#divContent .col .smallText h3 {
	font-weight: 400;
	text-transform: uppercase;	
	font-size: 16px;
	line-height: 20px;
	padding-bottom:20px;
	font-family: 'Muli', sans-serif;
}

#divContent .col .smallText p {
	font-size: 12px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
}

#divContent .col .smallText p strong {
	width: 50px;
	display: inline-block;
	border-right: 1px solid #CCC;
	margin-right: 8px;
	font-weight:normal;
}



#divContent .col .SmallDate, #divContent .col .SmallCategory {
	font-size: 12px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#666;
}

#divContent .col .SmallDate {
	font-weight:bold;
}

#divContent .divRow .news p{
	margin: -5px 0 5px 0;
}

#divContent .divRow .news h3{
	font-size: 15px;
	line-height: 20px;
	text-transform:none;
}

#divContent .divRow .brochure-news .quarterTop {
	background:transparent;
	min-height: 247px;
}

#divContent .divRow .brochure-news .quarterTop img {
	width: 181px;
	height: 247px;	
}

.PAGE-press-coverage #divContent .divRow .brochure-news .quarterBottom {
	padding-bottom:30px;
}

#divContent .divRow.last .brochure-news .menuLink {
	margin-bottom: 40px;
}

#divContent .last .news .quarterBottom {
	margin-bottom: 40px;
}

/***************************/
/* OVERLAID CONTENT        */
/***************************/

#divContent .divRowOver, #divContent .divRowUnder {
	max-width:960px;
	margin:0 auto;
	padding:20px 0 0;
	overflow-x:hidden;
	font-size:0px;
	z-index:10;
}

#divContent .divRowUnder {
	z-index:5;
	margin-top:-220px;
	height:470px;
}

#divContent .divRowOver .col, #divContent .divRowUnder .col {
	margin: 0 20px 0 0;
	height:340px;
	display:inline-table;
}

#divContent .divRowOver .xl {
	height:520px;
	background:#FFF;
	position: relative;	
	float: left;
}

#divContent .divRowOver .indent {
	margin-left:30px;
}

#divContent .divRowOver .indent-fix {
	padding:20px 40px 0;
	width:360px;
	margin-right:10px;
	max-height: 270px;
	height: 270px;
	overflow:hidden;
}

#divContent .divRowOver .indent-fix div {
	max-height:300px;
	height:270px;
}


#divContent .divRowUnder .col {
	margin: 0 10px;
	height:470px;
}

.divOverlaidCaption, .divImageCaption {
	float: right;
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;	
}

.divOverlaidCaption {
	margin-top: 435px;
}

.divImageCaption {
	margin-top: 280px;	
}


/***************************/
/* BIGFOOT                 */
/***************************/

#divContent .divBigFoot {
	width:100%;
	min-height:380px;
	background: url(../img/bigfoot.jpg) no-repeat center center scroll #666;
	background-size:cover;
	margin:20px 0 -20px;
	padding:20px 0 0;
}

#divContent .divBigFoot.footerPadding {
	padding-bottom: 80px;
}

#divContent .divBigFoot h2 {
	color:#FFF;
	font-weight: 300;
	font-size: 25px;
	text-transform: uppercase;
	padding: 40px 0;
	line-height: 30px;	
}

#divContent .divBigFoot .footerContent .clearCol {
	float:left;
	width:220px;
	margin:0 20px 0 0;
}

#divContent .divBigFoot .footerContent .clearCol:first-child {
	width:170px;
	margin-right:70px;
}

#divContent .divBigFoot .footerContent .clearCol:last-child {
	margin-right:0;
}

#divContent .divBigFoot .footerContent h3 {
	color:#FFF;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}

#divContent .divBigFoot .footerContent p {
	color:#FFF;
	font-size:12px;
	line-height:20px;
}

.divBigFoot .footerContent a {
	color:#FFF;
	text-decoration:none;
}

.divBigFoot .footerContent a:hover {
	color:#AAA;
}


/***************************/
/* LITTLEFOOT              */
/***************************/
.PAGE-home .breadcrumb-wrap {
	display:none;
}

#breadcrumbs {
    list-style:none;
    overflow:hidden;
    border-top:1px solid #ccc;
    padding:20px 0 0;
}
  
#breadcrumbs li {
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
    text-transform: uppercase;
}

#breadcrumbs li strong {
	font-weight: 400;
}

#breadcrumbs li a {
	color:#666;
    font-size: 13px;
    text-decoration: none;
}

#breadcrumbs .breadcrumb-end #span {
	color:#000;
	font-size:13px;
}
  
#breadcrumbs .separator {
	width:25px;
	height:20px;
    background: url(../img/arrow_sml_rht_2.png) no-repeat 100% 50%;
}

#divContent .divLittleFoot {
	width:100%;
	background:#FFF;
	margin:20px 0 0;
	padding:0;
}

#divContent .divLittleFoot img {
	width:auto;
}

.divLittleFoot .imgLogo {
	width: 100px;
	border-right: 1px solid #CCC;
	margin:30px 20px;
	display: inline-block;
	vertical-align:top;
}

.divLittleFoot .imgLogo img {
	width: 88px;
	height:92px;
}

.divLittleFoot .divLinks {
	width: 610px;
	margin:20px 0 10px;
	display: inline-block;	
	vertical-align:top;
}

.divLittleFoot .divLinks p {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:10px;
	display:inline-block;
	vertical-align: top;
	padding-top:4px;
}

.divLittleFoot .social-icons {
	display:inline-block;
	vertical-align: top;
	padding-left:20px;
}

.divLittleFoot .divLinks .lnkFacebook {
	display: inline-block;
	width: 26px;
	height: 27px;	
	background:url(../img/fbook_off.png) no-repeat center center;
	overflow:hidden;
	text-indent: -9000px;
	margin-right:0;
}

.divLittleFoot .divLinks .lnkFacebook:hover{
	background:url(../img/fbook_on.png) no-repeat center center;
}

.divLittleFoot .divLinks .lnkInstagram {
	display: inline-block;
	width: 26px;
	height: 27px;
	background:url(../img/PHT_instagram_off.png) no-repeat center center;
	overflow:hidden;
	text-indent: -9000px;
	margin-right:0;
}

.divLittleFoot .divLinks .lnkInstagram:hover{
	background:url(../img/PHT_instagram_on.png) no-repeat center center;
}

.divLittleFoot .divLinks a, .divLittleFoot .divLinks span {
	color: #666;
	font-size: 11px;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 15px;
}

.divLittleFoot .divLinks a:hover{
	color:#000;
}

.divLittleFoot .imgLHW {
	width: 122px;
	margin-top: 20px;	
	display: inline-block;	
	float:right;
	vertical-align:top;
}

.imgLHW img {
	width:107px;
}

.divLittleFoot .linkJP {
	position: absolute;
	top: 25px;
	right: 130px;
}

.divLittleFoot .linkJP a {
	display: inline-block;
	width: auto;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	height: 14px;
	padding: 6px 30px 8px 8px;
	background: url(../img/arrow_sml_rht_2.png) no-repeat 100% 50% #FFF;
	border: 1px solid #999;
	color: #666;
	margin: 0 20px 10px 0;
	line-height: 16px;
}

.divLittleFoot .linkJP a:hover {
	color:#000;
	background: url(../img/arrow_sml_blk_rht_2.png) no-repeat 100% 50% #FFF;
}

.divLittleFoot .innerLinks {
	position:relative;
}

.divLittleFoot .innerLinks ul {
	padding:0 0 5px;
	margin:0;
}

.divLittleFoot .innerLinks ul li {
	list-style-type: none;
	display:inline-block;
	vertical-align: top;
}

.copyright {
	position: absolute;
	bottom: 30px;
	right: 13px;
	color: #666;
	font-size: 11px;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;
}


/***************************/
/* ROOM STYLES             */
/***************************/

#divContent .divRow .taller {
	font-size:0px;
	height:460px;
}

/*#divContent .divRow .taller .rotatorText{
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
	font-size: 45px;
	font-family: 'Muli', sans-serif;
	margin: 200px 0 0 0;
}*/


/***************************/
/* RESTAURANT STYLES       */
/***************************/

#divContent .divRow .infoPanel {
	height:315px;
}

#divContent .divRow .infoPanel h3 {
	padding-bottom: 6px;
}

#divContent .divRow .menu-table {
	padding-bottom:20px;
}

#divContent .divRow .menuLink, #divContent .divRow .altLink {
	border-bottom: 1px solid #AAA;
	padding: 15px 5px 15px 5px;
}

.PAGE-crown #divContent .divRow .menuLink,
.PAGE-grand-kitchen #divContent .divRow .menuLink,
.PAGE-wadakura #divContent .divRow .menuLink,
.PAGE-tatsumi #divContent .divRow .menuLink,
.PAGE-go #divContent .divRow .menuLink,
.PAGE-amber-palace #divContent .divRow .menuLink,
.PAGE-royal-bar #divContent .divRow .menuLink,
.PAGE-palace-lounge #divContent .divRow .menuLink,
.PAGE-lounge-bar-prive #divContent .divRow .menuLink {
	border-bottom: 1px solid #AAA;
	padding:5px;
}

#divContent .divRow .altLink p {
	font-size: 11px;
	margin:0;
	color: #666;
}

#divContent .divRow .menuLink a, #divContent .divRow .altLink a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;	
	background: url(../img/download_on.png) no-repeat 100% 50%;
	width: 90%;
	padding-right:10%;
	display:inline-block;
	margin:5px 0;
}

/*#divContent .divRow .menuLink:last-child{
	border-bottom:none;
}*/

#divContent .divRow .menuLink:hover a, #divContent .divRow .altLink:hover a { 
	color: #999;
	background: url(../img/download_off.png) no-repeat 100% 50%;
}


/***************************/
/* NEWSROOM STYLES         */
/***************************/

#divContent .newsFix {
	padding-top:60px;
}

#divContent .divRow .newsHeader {
	height:40px;
	min-height:40px;
}

#divContent .divRow .newsHeader h2 {
	float: left;
	padding-bottom:0px;
}

#divContent .divRow .newsHeader .rightAlign{
	width:570px;
	float:right;
	margin-right: -20px;	
}

#divContent .divRow .newsHeader .rightAlign .boxLink {
	float:right;
}

#divContent .col .rightAlign.back {
	padding-top:20px;
	text-align: right;
}

.sub-category-menu {
	float:right;
}

.sub-category-menu ul {
	padding:0;
	margin:0;
}

.sub-category-menu ul li {
	display:inline-block;
	vertical-align: top;
	margin-left:15px;
}

.sub-category-menu ul li a {
	color: #666;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none;
}

.sub-category-menu ul li a:hover {
	color:#000;
}


/***************************/
/* COMPARISON TABLE        */
/***************************/

.feature-table {
	width:100%;
}

.feature-table div{
	background: #FFF;
	height: 40px;
	font-size: 11px;
	line-height: inherit;
	padding: 10px 10px 0 10px;
	width:100%;
}

.feature-table div:nth-of-type(even){
	background: #E0E0E0;
}

.feature-table div span {
	display: table-cell;
	vertical-align: top;
	margin:0;
	line-height:30px;
}

.feature-table div span.featTitle{
	width:100px;
	padding-right:15px;
	font-weight: bold;
}

.feature-table-fix div span.featTitle {
	width:150px;
}

/***************************/
/* ROOM COMPARISON TOOL    */
/***************************/

#divContent .divRow .compareContainer {
	height:660px;
	background:#fff;
	position: relative;
}

#divContent .divRow .compareContainer h3 {
	padding: 20px 15px;
	color: #666;
	font-weight: 400;
	text-transform: uppercase;	
	font-size: 16px;
	line-height: 20px;
	font-family: 'Muli', sans-serif;	
}

#divContent .divRow .compareContainer p {
	color: #666;
	margin: 20px 15px;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
}

#divContent .divRow .compareContainer .goCompare {
	position: absolute;
	bottom:34px;
	left: 20px;
	width: 143px;
}

#divContent .divRow .compareContainer #compare-tool {
	position:relative;
	z-index:10;
}

#divContent .divRow .compareContainer .compareNone {
	width: 180px;
	padding-top: 30px;
	height: 100px;
	background: #EEE;
	color: #DDD;
	display: inline-block;
	position: absolute;
	z-index: 5;
	left: 20px;
	font-size: 60px;
	text-align: center;
	font-family: 'Muli', sans-serif;
}

#divContent .divRow .compareContainer .compareOne {
	top: 136px;
}

#divContent .divRow .compareContainer .compareTwo {
	top: 286px;
}

#divContent .divRow .compareContainer .compareThree {
	top: 436px;	
}


#divContent .divRow .compareContainer .hidden {
    display:none !important;
}

#divContent .divRow .compareContainer .selectedRoom {
    display:block;
    width:180px; 
    height:130px; 
    margin:20px auto 0;     
    position:relative;       
}

#divContent .divRow .compareContainer .selectedRoom h3 {
	background: rgba(0, 0, 0, 0.6);
	display: block;
	height: 14px;
	font-size: 11px;
	font-weight: 400;
	padding-top: 6px;
	line-height: 15px;
	width: 125px;
	padding-right: 40px;
	color: #FFF;
/*	background: rgba(255, 255, 255, 0.6);
	display: block;
	height: 60px;
	font-size: 11px;
	font-weight: 600;
	padding-top: 50px;
	line-height: 15px;	*/
}

#divContent .divRow .compareContainer .selectedRoom b{
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	position:absolute;
	top:6px;
	right:5px;
	width:16px;
	height:16px;
	background: url(../img/cross_sml_wht.png) no-repeat top left;
	cursor:pointer;
}

#divContent .divRow .colfix3 {
	display: inline-table;
	width: 720px;
	margin-left: 0px;
	margin-right: -10px;
}


#divContent .divRow .colfix3 .col:first-child {
	margin-left:0px;
}


.room-compare {
	padding-bottom:20px;
	position:relative;
}

.room-compare .compare {
	position:absolute;
	right:0px;
	top:10px;
	color:#FFF;
	background: url(../img/dot_off.png) no-repeat 78px 50% rgba(0,0,0,0.7);
	font-size:10px;
	padding:7px 40px 7px 15px;
	display:inline-block;
	text-transform: uppercase;
	cursor:pointer;
}

.room-compare a {
	text-decoration: none;
	color: inherit;
}

.room-compare .compare:hover{
	color:#999;
}

.room-compare .compare-on {
	background: url(../img/dot_on.png) no-repeat 78px 50% rgba(0,0,0,0.7);
}

.room-fadeout {
	opacity:0.8;
}

.roomID {
	display:none;
}

#divContent .divRow .nothingDoing {
	padding-top:100px; 
	height:100px; 
	width: 920px; 
	text-align: center;
}

#divContent .HideTheNextOne+.divRow {
	display:none;
}

#divContent #RoomComparisonResults {
	padding-top:70px;
}

#divContent #RoomComparisonResults .half-content, #divContent #RoomComparisonResults .third-content {
    background:#FFF;
}

#divContent #RoomComparisonResults .boxLink {
	margin-bottom: 40px;
}

#divContent #RoomComparisonResults .rcContent {
	position:relative;
}

#divContent #RoomComparisonResults .rcContent .standardText p {
	display:none;
}

#divContent #RoomComparisonResults .rcContent .standardText p:first-child {
	display:block;
}

#divContent #RoomComparisonResults .rcImage {
	position: relative;
}

#divContent #RoomComparisonResults .rcImage h2 {
	position: absolute;
	margin: 0 auto;
	color: #FFF;
	top: 30%;
	text-align: center;
	width: 100%;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}


/* Two Column Compare */
#divContent #RoomComparisonResults .half-content {
	padding:20px 20px 0;
	width:420px;
	min-height:300px;
}

#divContent #RoomComparisonResults .half-content .rcTable {
	margin: 40px 0;
}

#divContent #RoomComparisonResults .half-content .rcImage {
	margin:-20px -20px 20px -20px;
	font-size:0px;
}

#divContent #RoomComparisonResults .half-content .rcContent .standardText{
	height: 90px;
	overflow: hidden;
	margin-bottom: 30px;
}


/* Three Column Compare */
#divContent #RoomComparisonResults .third-content {
	padding:20px 20px 0;
	width:260px;
	min-height:300px;
}

#divContent #RoomComparisonResults .third-content .rcContent h2{
	height: 60px;
}

#divContent #RoomComparisonResults .third-content .rcTable {
	margin-bottom: 20px;
}

#divContent #RoomComparisonResults .third-content .rcImage {
	margin:-20px -20px 20px -20px;
	font-size:0px;
}

#divContent #RoomComparisonResults .third-content .rcImage img {
	width:300px;
}

#divContent #RoomComparisonResults .third-content .rcContent .standardText{
	height: 150px;
	overflow: hidden;
	margin-bottom: 30px;
}

#divContent #RoomComparisonResults .third-content .feature-table {
	width:240px;
}


#divContent #RoomComparisonResults .feature-table {
	width:95%;
}

#divContent #RoomComparisonResults .feature-table div {
	background:#EEE;
}

#divContent .third-content .feature-table div span {
		line-height:16px;
	}
	
#divContent #RoomComparisonResults .feature-table div:nth-of-type(even) {
	background: #E0E0E0;
}

/***************************/
/* CAPACITY TABLE          */
/***************************/

.CapacityTable {
	display: table;
	max-width: 940px;
	padding-top:40px;
}

.CapacityTable .CapacityRow {
	max-width: 940px;
	height:35px;
	background: #E0E0E0;
}

.CapacityTable .CapacityRow:first-child {
	background: #D3D3D3;
	height:45px;
}

.CapacityTable .CapacityRow:nth-of-type(even) {
	background: #FFF;
}

.CapacityTable .CapacityRow div {
	width:100px;
	display:table-cell;
	font-size: 12px;
	text-align: center;
	vertical-align:middle;
	height:35px;
}

.CapacityTable .CapacityRow:first-child div {
	font-weight: bold;
	height:45px;
}

.CapacityTable .CapacityRow:first-child div:nth-of-type(even){
	background: #E0E0E0;
}

.CapacityTable .CapacityRow:first-child div:first-child {
	background:#EEE;
}

.CapacityTable .CapacityRow div:first-child {
	background: #D3D3D3;
	width:140px;
}

.CapacityTable .CapacityRow:nth-of-type(even) div:first-child {
	background:#E0E0E0;
}

.CapacityTable .CapacityRow .title {
	font-weight:bold;
}

/***************************/
/* FLOORPLAN ROTATOR       */
/***************************/

.rotFloorPlan, .rotController {
	position:relative;
}

.rotController {
	overflow:hidden;
	height: 50px;
	margin-top: 10px;
}

.rotFloorPlan .rotImage {
	position: absolute;
	display:none;
}

.rotFloorPlan .rotImage h2 {
	display:none;
}

#divContent .col .rotController .rotRight .rotButton {
	position:absolute;
	right:0px;
	top:10px;
	display:inline-block;
}

.rotFloorPlan .rotImage:first-child {
	display:block;
}

.rotFootNote p {
	color: #666;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    display:none;
}

/* Footnote to be shown on specific pages */
.PAGE-deluxe-room .rotFootNote p,
.PAGE-deluxe-room-balcony .rotFootNote p,
.PAGE-grand-deluxe-room .rotFootNote p,
.PAGE-club-deluxe-room .rotFootNote p,
.PAGE-club-deluxe-room-balcony .rotFootNote p,
.PAGE-club-grand-deluxe-room .rotFootNote p {
	display:block;
}


#divContent .rotFloorPlan .rotImage img {
	width:auto;
	max-width:100%;
	margin: 0 auto;
	display: block;	
}

.rotFloorPlan .showThis {
	position:relative;
}



.mapPopup {
	background: #FFF;
	padding: 10px;
	border: 1px solid #000;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6);
	min-width:180px;
	max-width:360px;
}

.mapPopup h2 {
	color: #666;
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
	padding-right:20px;
	padding-bottom: 10px;
	line-height: 30px;
	font-family: 'Muli', sans-serif;	
}

.mapPopup p{
	width:95%;
}

.mapPopup a{
	float: right;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6);
	margin-top: -4px;
	margin-right: 20px;
}

.markerOptions {
	position: absolute;
	display: block;
	z-index: 99;
	left: 0px;
	bottom: 200px;
	background: #FFF;
	-webkit-box-shadow: -1px 1px 21px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: -1px 1px 21px 0px rgba(0,0,0,0.6);
	box-shadow: -1px 1px 21px 0px rgba(0,0,0,0.6)
}
	
.markerOptions input {
	display: none;
	/*
	z-index: 999;
	position: absolute;
	right: 6px;
	top: auto;
	height: 20px;
	width: 20px;
	margin-top: 6px;
	*/
}

.markerOptions input + label {
	background-image: url(../img/PHT-White-Pin.png);
	background-repeat: no-repeat;
	background-position: 154px 10px;
	padding: 10px 15px 10px 10px;
	width: 150px;
	display: block;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
}

.markerOptions input#chkattractions.on  + label {
	background-image: url(../img/PHT-Blue-Pin.png);
}

.markerOptions input#chkdining.on  + label {
	background-image: url(../img/PHT-Red-Pin.png);
}

.markerOptions input#chkneighborhoods.on  + label {
	background-image: url(../img/PHT-Green-Pin.png);
}

.markerOptions input#chkotemachi_metro_exits.on  + label {
	background-image: url(../img/PHT-Blue-Pin.png);
}

.markerOptions input#chkshopping.on  + label {
	background-image: url(../img/PHT-Purple-Pin.png);
}

.markerOptions input.on + label {
	background-repeat: no-repeat;
	background-position: 154px 10px;
}


/***************************/
/* FAQ REPEATER            */
/***************************/

#divContent .divRow.faq + .breadcrumb-wrap {
	padding-top:70px;
}

.faq-container {
	padding-top:20px;
}

.faq-container .faq-list {
	margin:10px 0px 0;
	border-bottom: 1px solid #ccc;
}

.faq-container p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    line-height: 22px;
    color:#666;
}

.faq-container .question {
	color:#666;
	font-weight: bold;
	border-top: 1px solid #ccc;
	padding:15px 0;
	width:100%;
	background:url(../img/arrow_sml_down.png) no-repeat 100% 50%;
} 

.faq-container .question.ui-accordion-header-active {
	background:url(../img/arrow_sml_up.png) no-repeat 100% 50%;
}

.faq-container .ui-widget-content a {
	color: #000;
    text-decoration: none;
    font-weight: bold;
}     



/*NAVIGATION FIXES*/

#divNavPopup_special-offers {
	width:auto;
}

#divNavPopup_special-offers .mnuLabel {
	min-width: 140px;	
}

#divNavPopup_newsroom           { width:440px; }
#divNavPopup_rooms-suites       { width:500px; }
#divNavPopup_restaurants-bars   { width:395px; }
#divNavPopup_evian-spa-tokyo    { width:160px; }
#divNavPopup_meetings-events    { width:450px; }
#divNavPopup_destination        { width:160px; }
#divNavPopup_gallery            { width:180px; }
#divNavPopup_hotel-overview     { width:160px; }



/*CONTACT FORM*/

.wpcf7 p, .post-password-form p {
	margin-bottom:5px;
	position:relative;
}

.wpcf7 label, .post-password-form label {
	display:inline-block;
	width:120px;
	position:absolute;
	top:6px;
}

.wpcf7 .clsMessageLabel {
	width:300px;
}

.wpcf7 .flexibledates {
	margin-top:7px;
	display:inline-block;
}

.wpcf7 .wpcf7-radio .first {
	margin-right:10px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 select, .wpcf7 input[type="date"], .post-password-form input[type="password"] {
	display: inline-block;
	width: 200px;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	height: 16px;
	padding: 6px 30px 8px 8px;
	border: 1px solid #999;
	color: #666;
	margin: 0 20px 10px 0;
	line-height: 16px;
}

.wpcf7 input[type="date"], .wpcf7 select {
	padding-right:0px;
}

.wpcf7 input[type="date"] {
	width: 230px;
}

.wpcf7 select {
	width: 240px;
	height: 32px;
}

.wpcf7 textarea {
	width: 320px;
	height: 120px;
	resize:none;
	padding: 6px 30px 8px 8px;
	border: 1px solid #999;
	color: #666;
	margin-bottom:40px;	
}

.wpcf7 input[type="submit"], .post-password-form input[type="submit"] {
	display: inline-block;
	width: auto;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	height: 14px;
	padding: 6px 30px 8px 8px;
	background: url(../img/arrow_sml_wht_rht_2.png) no-repeat 100% 50% #000;
	border: 1px solid #999;
	color: #FFF;
	margin: 25px 20px 10px 0;
	height:32px;
	float:right;
}

.wpcf7 input[disabled] {
	background: url(../img/arrow_sml_wht_rht_2.png) no-repeat 100% 50% #666;
}

.wpcf7 .signup {
	margin-top: 20px;
	display: block;	
}

span.wpcf7-form-control-wrap {
	left:120px;
}

span.your-email {
	left:0px;
}

.your-email+.wpcf7-submit {
	margin-top:0px !important;
}

span.wpcf7-not-valid-tip {
	margin-top: -8px;
	padding-bottom: 15px;
}

/*Fixes for specific contact fields*/

.wpcf7 #cboTitle, .wpcf7 #cboStartTime, .wpcf7 #cboFinishTime {
	width:85px;
}

.wpcf7 .message {
	left:0px;
	top:25px;
}

.wpcf7 .txbMessage {
	width:300px;
}

.wpcf7 .subscribe {
	left:0px;
}

.wpcf7 .privacy {
	left: 6px;
	top: 10px;
}

.wpcf7 .chkPrivacyLabel {
	width: auto;
	top: 8px;
	left: 22px;
}

div.wpcf7-response-output {
	color:#666;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	border:none;
	margin-left: -29px !important;
	margin-top: 0px !important;
	width: 250px;
	padding-left: 30px !important;
}

div.wpcf7-validation-errors {
	border:none !important;
	color:#F00;
}

div.wpcf7-mail-sent-ok {
	border:none !important;
	color:#090;	
}

.bookacar {
	width:420px;
	display: inline-block;
	vertical-align: top;
}

.bookacar+.wpcf7-response-output {
	margin-top:-20px !important;
	padding-bottom:20px;
	display: inline-block;
	text-align: right;
	width: 800px;	
}

.wpcf7-validates-as-required {
	background: url(../img/required.png) no-repeat 0% 0% #FFF;
}


/**
***  Reservations CSS
***
*/
#reservations-menu {
    position: absolute;
    top: 40px;
    width: 350px;
    /*height: 280px;*/
    background: black;
    z-index: 100;
    right: 0;
}

#reservations-menu > .restaurant-book-container {
	display:none;
}

#reservations-menu .reserve-table-container .uppercase {
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
}

#reservations-menu .reserve-table-container .white {
	color: #fff;
}

#reservations-menu .reserve-table-container .grey {
	margin-bottom:0;
}

#reservations-menu .reserve-table-container p {
	color: #fff;
    font-size: 13px;
    text-transform: none;
}

#reservations-menu  #reserve-table-form .dropdown-menu {
	padding:20px 0;
}
    
.boxBlackTop {
    transition;
    -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#reservations-menu .booking-code {
    cursor: pointer;
	height: 18px;
	display: inline-block;
	line-height: 20px;
	width:117px;
	padding: 0 5px;
	text-align: right;
	margin-right:13px;
}

#reservations-menu .booking-code:hover{
	color: #999;
	/*background: url(../img/arrow_sml_down.png) no-repeat 95% 50% #000;*/
}

#res-view-modify{
	cursor: pointer;
	height: 28px;
	padding: 4px 6px;
	/* border: 1px solid #525252; */
	display: inline-block;
	line-height: 20px;
	position: absolute;
	bottom: 25px;
	left: 20px;
	text-transform: uppercase;
	text-decoration: underline;
}

#res-view-modify:hover{
	color: #999 !important;
}

#reservations-menu .booking-code-content {
	display:inline-block;
    margin-top: 5px;
}

#reservations-menu .booking-code-content .inline input[type="text"] {
	width:105px;
	height:15px;
	line-height: 15px;
}

#reservations-menu .dropdown-menu {
    padding: 20px 20px 12px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

#reservations-menu .dropdown-menu input, #reservations-menu .dropdown-menu select, #reservations-menu .dropdown-menu label {
    background: #000;
    color: #fff;
}

#reservations-menu .dropdown-menu label {
    padding: 0 10px;
}

#reservations-menu .menu-row {
    margin-bottom: 8px;
    line-height: 27px;
}
#reservations-menu .menu-row.border, #reservations-menu .dropdown-menu select, #res-submit, #res-modify {
    border: 1px solid #525252;
    height: 26px;
    padding: 3px 0 0 7px;
}

#res-submit, #res-modify {
    text-transform: uppercase;
    height: 28px;
    padding: 5px;
}

#res-submit:hover, #res-modify:hover {
	color: #999;
}

#res-iata {
	margin-bottom:30px;
}

#reservations-menu .menu-row.border label {
    min-width:  50px;
}

#reservations-menu .menu-row.border {
    padding: 5px;
}

#reservations-menu .menu-row.calendar {
    background: url(../img/calendar-ico.png) no-repeat 95%;
}

#reservations-menu .dropdown-menu #res-arrival-date {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0;
    background: none !important;
    height:37px;
    text-indent:80px;
}

input#res-arrival-date:focus, input#res-depart-date:focus {
    outline: none
}

.inline input[type="text"] {
	padding: 5px;
	border: 1px solid #525252;
	height: 26px;
	margin-bottom: 8px;
	line-height: 26px;
	width:247px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.bottom {
    top: 147px;
}

.right {
    right: 21px;
}

#reservation-menu-mask {
    display: none;
    /*opacity: 0;*/
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 100;
}

#ui-datepicker-div.reservations {
    font-family: 'Open Sans',sans-serif;
    font-size:12px;
}

#menu-bg {
 display:none;
 opacity: 0;
 position:fixed;
 width:100%;
 height:100%;
 background: rgba(0,0,0,0.6);
 z-index:79;
}

/* 404 PAGE */

.noPage .col {
	padding-top:25px;
}

.noPage p {
	color: #666;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	padding-top:20px;
}

.PAGE-sitemap #divContent .col .standardText ul {
	margin-left:0;
}

.PAGE-sitemap #divContent .col .standardText ul ul.children {
	margin-left:20px;
}

.PAGE-sitemap #divContent .col .standardText ul li {
	list-style-type: none;
}

.PAGE-home .full-content {
	background: white;
	padding-bottom: 0px !important;
	padding-top: 20px !important;
}

.PAGE-home .full-content .smallTitle {
	padding-bottom: 15px !important;
}




@media only screen 
and (max-width : 1000px) {

	#reservations-menu .dropdown-menu select,
	.reserve-table-container select {
		-webkit-appearance: none;
		border-radius: 0;
		padding: 0px 10px;
    	height: 40px;
	}

	.reserve-table-container .menu-row.calendar {
		background:none;
	}

	.reserve-table-container input.startDate {
		text-indent: 50px;
	}

	.PAGE-home #divContent .col .smallText {
		height:200px;
	}

	.PAGE-home .divOverlaidCaption {
		margin-top: 385px;
	}

	.PAGE-restaurants-bars #divContent .divRow .col .quarterBottom .boxLink {
		position: relative;
	}

	.PAGE-restaurants-bars #divContent .col .smallText {
		height: 210px;
	}

	.PAGE-spa-treatments #divContent .col .smallText {
		height:185px;
	}

	.PAGE-newsroom #divContent .divRow .col .quarterBottom .boxLink {
		position: relative;
	}

	.PAGE-newsroom #divContent .col .smallText {
		height:190px;
	}

	.PAGE-awards-accolades #divContent .col .smallText {
		height:200px;
	}

	#divContent .divRow .brochure-news .quarterTop img {
		width:170px;
	}

	.PAGE-newsletter span.wpcf7-form-control-wrap {
		left:90px;
	}

	body {
	    overflow-x: hidden;  
	}

	p {
		margin: 0 0 10px 0;
	}

	#divContent .col h2 {
		padding-top: 10px;
	}

	#top-buttons, #bottom-buttons, #top-menu {
		width: 100%;
		margin: 0 auto;
		padding-left:10px;
	}

	#top-menu > ul > li > a { 
		color: #666;
		font-size: 11px;
		line-height: 25px;
		text-transform: uppercase;
		text-decoration: none;
		padding: 11px 8px 0 0;
		display: block;
	}

	#divContent .divRowOver, #divContent .divRowUnder {
		max-width:765px;
		margin:0 auto;
		padding:20px 0 0;
		overflow-x:hidden;
		font-size:0px;
		z-index:10;
	}

	#divContent .w1 { width:170px; } 
	#divContent .w2 { width:360px; } 
	#divContent .w3 { width:550px; } 
	#divContent .w4 { width:740px; } 

	#divContent .w1 img { width:170px; height:255px; }
	#divContent .w2 img { width:340px; }

	#divContent .divRow .w3 img {
		width: 550px;
		height: 255px;
	}

	#divContent .w1 .quarterTop img {
		width:100%;
		height:124px;
	}

	#divContent .divRow .half-content {
	    padding: 10px 0 0 0;
	    width: 340px;
	}

	#divContent .divRow .full-content {
		padding:20px 20px 0;
		width:700px;
	}

	#divContent .divRowOver .w1 img {
		width: 100%;
		height: 186px;
	}

	#divContent .divRowOver .indent-fix {
		padding:10px 10px 0;
		width:290px;
		margin-right:10px;
		max-height: 270px;
		height: 270px;
		overflow:hidden;
	}

	#divContent .divRowUnder {
		z-index:5;
		margin-top:-220px;
		height:420px;
	}

	#divContent .divRowUnder .col {
		margin: 0px;
		height:420px;
	}

	#divContent .col .smallText {
		height:170px;
	}

	#divContent .divRow .infoPanel {
		height: 315px;
	}

	.divOverlaidCaption {
		margin-top: 370px;
	}

	#divContent .divRow .col .quarterTop{
		font-size:0px;
		min-height:124px;
		background:#CCC;
	}

	#divContent .col .smallText.shorter {
		height:180px;
	}

	#divContent .col .boxLink {
	  display: inline-block;
	  width: auto;
	  font-size: 9px;
	  font-weight: 500;
	  font-family: 'Open Sans', sans-serif;
	  text-decoration: none;
	  text-transform: uppercase;
	  height: 14px;
	  padding: 6px 20px 8px 8px;
	  border: 1px solid #999;
	  color: #666;
	  margin: 0 20px 10px 0;
	  line-height: 16px;
	}

	#divContent .col .boxBlack {
		color:#fff;
	}

	.divImageCaption {
	  margin-top: 260px;
	  margin-bottom: 0px;
	}
	  
	#divContent .divRowOver .xl {
		height: 460px;
	}
	  
	#divContent .divRowUnder {
		margin-top: -175px;
	}

	#divContent .divRow .col.reserve-table .reserve-table-container .uppercase {
		margin-bottom:20px;
	}

	#divContent .divRow .col.reserve-table .reserve-table-container p.grey,
	#divContent .divRow .col.reserve-table .reserve-table-container p.white {
		display:none;
	}

	#divContent .divRow .col.reserve-table .reserve-table-container select.smallSelect {
		margin:0;
	}

	#divContent .divRow .col.reserve-table .reserve-table-container .left-col {
		margin-bottom:10px;
	}

	#divContent .divRow .col.reserve-table .reserve-table-container {
		min-height: calc(329px - 40px);
	}

	.divLittleFoot .divLinks p {
		font-size: 10px;
	}

	.divLittleFoot .divLinks a, .divLittleFoot .divLinks span {
		font-size: 10px;
		margin-right: 10px;
	}

	.divLittleFoot .divLinks {
		width: 380px;
	}

	.divLittleFoot .lnkInstagram {
		right:-65px;
	}

	.divLittleFoot .lnkFacebook {
		right:-35px;
	}

	#divContent .divRotator .rotatorText {
	  margin:0;
	  text-align: center;
	  width: 100%;
	  left: 0;
	}

	#bottom-buttons {
		width:calc(100% - 20px);
		padding:0 10px;
	}

	#divContent .divRow {
		max-width: 768px;
	}

	.ajax-loader {
		width:16px;
	  	height:16px;
	}

	#divContent .divRow .compareContainer p {
		font-size: 9px;
	}

	#divContent .divRow .compareContainer .compareNone {
		width: 127px;
		padding-top: 15px;
		height: 84px;
	}

	#divContent .divRow .compareContainer .compareOne {
		top: 128px;
	}

	#divContent .divRow .compareContainer .compareTwo {
		top: 258px;
	}

	#divContent .divRow .compareContainer .compareThree {
		top: 388px;
	}

	#divContent .divRow .colfix3 {
		width: 580px;
	}

	#divContent .divRow .col .quarterBottom .boxBlack {
		right: 0px !important;
		position:relative;
	}

	#divContent .divRow .room-compare .quarterBottom .boxLink {
		position:relative;
		left:0px !important;
		bottom:auto;
	}

	#divContent .divRow .menuLink a, #divContent .divRow .altLink a {
		padding-right:40px;
		width:calc(100% - 40px);
	}

	#divContent .divRow .room-compare .smallText {
		height:200px;
	}

	#divContent .divRow .compareContainer .selectedRoom {
		width: 127px;
		height: 100px;
		margin: 30px auto 0;
	}

	#divContent .divRow .compareContainer h3 {
		padding: 15px 15px;
	}

	#divContent .divRow .compareContainer .selectedRoom h3 {
		width: 80px;
		height:auto;
        padding: 10px 32px 10px 15px;
	}

	#divContent .divRow .compareContainer #compare-tool {
		margin-top:-8px;
	}

	#divContent .divRow .compareContainer .goCompare {
		width: 97px;
	}

	#divContent #RoomComparisonResults .third-content .rcImage img {
		width: 230px;
	  	margin-left: 10px;
	}

	#divContent #RoomComparisonResults .third-content {
	    padding: 10px 10px 0;
	    width: 210px;
	    min-height: 300px;
	}

	#divContent #RoomComparisonResults .third-content .feature-table {
	  width: 210px;
	  margin: 0 -10px;
	}

	#divContent #RoomComparisonResults .third-content .feature-table div {
	    height: 50px;
	    line-height: inherit;
	    padding: 10px 10px 0 10px;
	    display: block;
	}

	.third-content .feature-table div span {
		line-height:16px;
	}
	
	.third-content .feature-table div span.featTitle {
		width: 70px;
	}

	.third-content .feature-table-fix div span.featTitle {
		width:100px;
	}

	#divContent #RoomComparisonResults .third-content .rcContent h2.smallTitle {
		height: 20px;
	}	

	#divContent .col .divRotator {
	    width: 740px;
	    height: 400px;
	    margin: 0 auto;
	}

	#divContent .divRow .taller {
		height: 400px;
	}

	#divContent #RoomComparisonResults .half-content {
		width: 320px;
	}

	#divContent #RoomComparisonResults .half-content img {
		width: 360px
	}

	.feature-table div {
		height: 50px;
		width:calc(100% - 20px);
	}

	#divContent #RoomComparisonResults .rcContent {
		min-height:175px;
	}

	#divContent .col .smallText p {
	  font-size: 9px;
	  line-height: 18px;
	  font-family: 'Open Sans', sans-serif;
	}

	.CapacityTable {
		max-width: 740px;
	}

	.CapacityTable .CapacityRow div:first-child {
		width: 120px;
	}

	.CapacityTable .CapacityRow div {
	    width: 70px;
	    font-size: 9px;
	}

	#divNavPopup_meetings-events {
		left: -90px;
	}

	#divNavPopup_gallery {
		left: -92px;
	}

	#divNavPopup_newsroom {
		right: 5px;
	}

	#divNavPopup_hotel-overview {
		left: -43px;
	}

	.thumbContainer {
		width: 700px;
		margin-left: -350px;
	}
	  
	#thumb-tray {
	    width: 630px;
	}

	#divContent .divBigFoot .footerContent .clearCol:first-child {
	    width: 140px;
	    margin-right: 45px;
	}
	#divContent .divBigFoot .footerContent .clearCol {
		width: 160px;
	}

	.bookacar {
		width:390px;
	}

	#divContent .divRow .newsHeader h2 {
		float:none;
	}

	.sub-category-menu {
		float:none;
		display:block;
		padding-top:20px;
	}

	.sub-category-menu ul li:first-child {
		margin-left:0;
	}

	#divContent .col .standardText table {
		width:340px !important;
	}

}

@media only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6/2), only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen  and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {

	.nav-top .btnLocation a {
		background: url(../img/svg/pin.svg) no-repeat 0px 27px;
		background-size: 19px 29px;
	}

	.divLittleFoot .lnkFacebook {
		background:url(../img/svg/fbook_off.svg) no-repeat center center;
		background-size: 26px 27px;	
	}

	.divLittleFoot .lnkFacebook:hover{
		background:url(../img/svg/fbook_on.svg) no-repeat center center;
		background-size: 26px 27px;	
	}

}

@media only screen and (max-width : 1339px) and (min-width: 1001px) {


	#divContent .divRowUnder .col {
		margin:0;
	}

	#divContent .col .smallText h3 {
		padding-bottom:14px;
	}

	#divContent .divRow .infoPanel h3 {
		padding-bottom:6px;
	}

	#divContent .col .smallText.infoPanel p {
		margin-bottom:17px;
	}

	#divContent .divRowOver .w1 img {
		width: 220px;
		height: 270px;
	}

	#divContent .divRow .w3 img {
		width: 700px;
		height: 335px;
	}

	#divContent .divRowOver .xl {
		height:475px;
	}

	#divContent .divRow .col.reserve-table .reserve-table-container select.smallSelect {
		width:50px;
		margin: 0 1px;
	}

	#divContent .divRow .col.reserve-table .reserve-table-container .white {
		font-size:11px;
	}

	#divContent .divRow .col.reserve-table .reserve-table-container p.grey {
		display:none;
	}

	#divContent .divRow .col.reserve-table .reserve-table-container {
		min-height: calc(334px - 40px);
	}

	#divContent .divRow .newsHeader h2 {
		float:none;
	}

	.sub-category-menu {
		float:none;
		display:block;
		padding-top:20px;
	}

	.sub-category-menu ul li:first-child {
		margin-left:0;
	}

	#divContent .col .standardText table {
		width:380px !important;
	}

	#divContent .col .standardText td, #divContent .col .standardText th {
		padding: 0 15px 0 5px;
	}

	#divNavPopup_gallery {
		left:-93px;
	}

}

@media only screen and (min-width : 1340px) {

	#top-menu {
		text-align: center;
	}

	#top-menu > ul {
	    display: inline-block;
	    text-align: left;
	}

	#top-menu > ul > li > a {
		font-size: 12px;
		padding: 11px 11px 0 11px;
	}

	#divContent .divRow {
		max-width: 1320px;
	}

	#divContent .w1 { width:310px; }
	#divContent .w2 { width:640px; }
	#divContent .w3 { width:970px; }
	#divContent .w4 { width:1300px; }

	#divContent .w1 img { 
		width:310px; 
		height: 470px;
	}

	#divContent .w1 .quarterTop img { 
		height: 240px;
	}

	#divContent .w2 img { 
		width: 640px;
		max-height: 470px;		
	}

	#divContent .divRotator.rotator-short {
		height: calc(100% - 260px);
	}

	#divContent .col .standardText p, #divContent .col .standardText ul li, #divContent .col .standardText td, #divContent .col .standardText th {
	    font-size: 14px;
	    line-height: 22px;
	}

	#divContent .col .boxLink {
		font-size: 12px;
		padding: 8px 30px 8px 8px;
	}

	#divContent .col .boxBack {
		font-size: 12px;
		padding: 8px 8px 8px 30px;
	}

	.divLittleFoot .divLinks a, .divLittleFoot .divLinks span {
		font-size: 12px;
	}

	.divLittleFoot .divLinks p {
		font-size: 14px;
		line-height: 22px;
	}	

	#divContent .divRowUnder .col {
	    height: 640px;
	    position: relative;
	    margin: 0 10px 0 0;
	}

	#divContent .divRowUnder {
	    margin-top: -280px;
	    height: 640px;
	}

	#divContent .divRowOver .xl {
		z-index: 5;
	}

	#divContent .divRowOver .w1 img {
		height: 360px;
	}

	#divContent .col .smallText {
		height: 210px;
	}

	#divContent .col .smallText.tallText {
		height: 450px;
	}

	#divContent .col .smallText.shorter {
		height: auto;
		min-height: 180px;
	}

	#divContent .divRowOver .col .smallText {
		height: 180px;
	}

	#divContent .col .smallText p {
		font-size: 14px;
		line-height: 20px;
	}

	.divOverlaidCaption {
	    margin-top: 0;
	    float: none;
	    position: absolute;
	    bottom: 0px;
	    right: 0px;
	}

	#divContent .divRow .inline-video {
	    height: 470px;
	}

	.divImageCaption {
	    margin-top: 435px;
	}



	#top-buttons, #bottom-buttons, #top-menu {
		width: 1310px;
	}

	#divContent .col .divRotator {
		width: 1300px;
		height: 640px;
	}

	#divContent .divRotator .rotatorText {
		margin: 0 0 0 -650px;
		width: 1300px;
	}

	.video.thumbContainer .thumb-reel {
		width: 1300px;
	}

	.video.thumbContainer .thumb-reel .thumb-reel-wrap {
	    width: 1270px;
	}

	#divContent .divRow .w3 img {
		width: 970px;
	}

	#divContent .divRow .half-content {
		width: 560px;
	}

	#divContent .divRow .full-content {
		width: 1220px;
	}

	#divContent .w2 .standardText {
		max-width: 560px;
	}

	#divContent .w2 .standardText + a {
		margin-top: 30px;
	}

	#divContent .divRowOver, #divContent .divRowUnder {
		max-width: 1320px;
	}

	.divLittleFoot .divLinks {
		width: 610px;
	}

	#divContent .divRow .newsHeader h2 {
		width: 550px;
	}

	#divContent .divRow .newsHeader .rightAlign{
		width: auto;
	}

	#divContent .divRow .colfix3 {
		width: 990px;
	}

	#divContent .divRow .nothingDoing {
		width: 1280px; 
	}

	#divContent #RoomComparisonResults .half-content {
		width: 600px;
	}

	#divContent #RoomComparisonResults .third-content {
		width: 350px;
	}

	#divContent #RoomComparisonResults .third-content .rcImage img {
		width: 390px;
	}

	#divContent #RoomComparisonResults .third-content .feature-table {
		width: 330px;
	}

	.CapacityTable {
		max-width: none;
		width: 100%;
	}

	.CapacityTable .CapacityRow {
		max-width: none;
	}

	.CapacityTable .CapacityRow div:first-child {
		width: 230px;
	}

	.CapacityTable .CapacityRow div {
		width: 11%;
	}

	#divContent .divRowOver .indent-fix {
		width: 540px;
	}

	#divContent .divRow .brochure-news .quarterTop img {
		width: 310px;
		height: 470px;
	}

	#divContent .divBigFoot .footerContent .clearCol, #divContent .divBigFoot .footerContent .clearCol:first-child {
		width: calc(25% - 70px);
	}

	#divContent .col.room-compare .smallText {
		height: 160px;
	}

	#divContent .divRow .col.room-compare .quarterBottom .boxLink  {
	    max-width: 80px;
	}

	#divContent .divRow .col .quarterBottom .boxBlack {
    	padding: 8px 30px 8px 8px;
    	font-size: 12px;
		left: 86px;
		right: auto;
	}

	.PAGE-spa-treatments #divContent .divRow .col .quarterBottom .boxBlack {
		left:12px;
	}

	#divContent .divRow .compareContainer {
		height: 876px;
	}

	#divContent .divRow .compareContainer .compareNone {
		width:270px;
		height: 179px;
		font-size: 120px;
	}

	#divContent .divRow .compareContainer .compareOne {
    	top: 118px;
	}

	#divContent .divRow .compareContainer .compareTwo {
    	top: 347px;
	}

	#divContent .divRow .compareContainer .compareThree {
    	top: 576px;
	}

	#divContent .divRow .compareContainer .selectedRoom {
		width: 270px;
		height: 209px;
	}

	#divContent .divRow .compareContainer .selectedRoom h3 {
		width: calc(100% - 55px);
		font-size: 12px;
	}

	#divContent .divRow .compareContainer .goCompare {
		bottom: 10px;
		width: 230px;
	}

	.markerOptions input + label {
		font-size: 12px;
	}

	.mapPopup p, .mapPopup a {
	    font-size: 12px;
	}

	.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 select, .wpcf7 input[type="date"], .post-password-form input[type="password"] {
		font-size: 12px;
	}

	.PAGE-request-proposal #divContent .divRow .half-content {
		width: 1300px;
	}

	.bookLeft {
		width: 500px;
	}

	.bookRight {
		width: 380px;
	}

	#divContent .divBigFoot .col {
    	margin: 0 0 0 20px;
	}
}