/* ----- START LAYOUT COMMON TO ALL PAGES ----- */

/* START ANTI-MARGIN-COLLAPSING */
div#something {
	margin-top: -1px;
	padding-top: 1px;
}
/* END ANTI-MARGIN-COLLAPSING */

/* HomePage Rooms Popup - Begin */
#page_home .sidebarRoomsPopup{
  position: relative;
  display: block;
  height: 360px;
  width: 640px;
  margin:5px auto;
  z-index: 450;
  border:10px solid #fff;
  display: none;
}

#page_home .popupOverlayHome{
  position: absolute;
  background-color: rgba(23, 65, 85, 0.9);
  height: 120%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: 450;
  display: none;
}
#page_home .popupContainer{
	position: fixed;
	width:650px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -325px;
}
#page_home .popupTitle, #page_home .popupSubTitle, #page_home .popupTopText, #page_home .popupBottomText, #page_home .popupBookingBtn{
	position: relative;
	display: block;
	width:640px;
	height: auto;
	margin:5px auto;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#page_home .popupTitle{
    font-size: 30px;
}
#page_home .popupSubTitle{
    font-size: 20px;
}
#page_home .popupTopText, #page_home .popupBottomText{
    font-size: 10px;
}

#page_home .popupBookingBtn{
	position: relative;
	margin: 2px auto;
	background: rgba(0, 0, 0, 0) url("../images/bkg_btn_bookingMask.png") no-repeat scroll 0 0;
	border: 0 none;
	clear: both;
	color: #fff;
	cursor: pointer;
	width: 165px !important;
	font-family: "Glegoo",serif;
	font-size: 1.0em;
	text-align: center;
	text-transform: uppercase;
}
#page_home .popupBtnLnk{
	text-decoration: none;
}
#page_home .popupClose{
  position: absolute;
  background: rgba(0, 0, 0, 0) url("../images/close_button.png") no-repeat scroll 0 0;
  width: 40px;
  height: 40px;
  right: -22px;
  top: -26px;
  color: #fff;
  z-index: 451;
}
#page_home #popupClose:hover{
  cursor: pointer;
}

/* HomePage Rooms Popup - End */

/* START FLOAT ENCLOSING ("EASY CLEARING") */
div#something:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END FLOAT ENCLOSING ("EASY CLEARING") */


/* START OFFSCREEN */
div#languages h2,
div#credits h2 {
	display: inline;
	position: absolute;
	overflow: hidden;
	margin: 0;
	border: 0;
	padding: 0;
	width: 0;
	height: 0;
}
/* END OFFSCREEN */

div.dottedLine{
	background:  url(../images/bkg_dotted_line.png) repeat-x;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	z-index: 101;
}

#wrapper{
	min-width: 768px;
	height: 100%;
	position: relative;
}

#page_home #wrapper{
	background: #fff;
}

#header,
/*#content,/**/
#footer{
	height: 100%;
	max-width: 1556px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media only screen and (max-width: 1556px) {
	#header,
	/*#content,/**/
	#footer{
		max-width: 1236px;
	}
}

@media only screen and (max-width: 1236px) {
	#header,
	/*content,/**/
	#footer{
		max-width: 1020px;
	}
}

@media only screen and (max-width: 1020px) {
	#header,
	/*#content,/**/
	#footer{
		max-width: 768px;
	}
}

/*****************************************************************************/
#wrapper_header {
	background: url(../images/bkg_header.png) repeat-x;
	height: 100px;
}

#branding {
	width: 335px;
	height: 51px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 19px;
	top: 17px;
}

#reviews{
	position: absolute;
	right: 12px;
	top: 12px;
}

#flag-icons{
	width: 100px;
	height: 25px;
	position: absolute;
	right: 22px;
	top: 43px;
}
#flag-icons a{
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

#main_menu{
	position: absolute;
	left: 0;
	right: 0;
	top: 77px;
}




@media only screen and (max-width: 1540px) {
	#reviews{
		right: 22px;
	}
}

@media only screen and (max-width: 1236px) {
	#branding {
		right: 26px;
	}
	#reviews{
		right: 4px;
	}
	#flag-icons{
		right: 4px;
	}
}

@media only screen and (max-width: 1020px) {
	#branding {
		right: 19px;
	}

	#reviews{
		right: 13px;
	}
	#flag-icons{
		right: 11px;
	}
}

/*****************************************************************************/
#content{
	position: relative;
}
#page_home #content{
	height:100%;
}

#sidebar{
	position: fixed;
	right: 1px;
	left: auto !important;
	top: 102px;
	z-index: 949;
}

#content div.section{
	min-height: 900px;
	overflow: hidden;
}

#content div.contentSection{
	width: 800px;
	min-height: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 155px;
	position: relative;
}

#page_weddings #content div.section06 div.contentSection,
#page_photos #content div.contentSection{
	width: 812px;
}

#content div.section01 div.contentSection{
	margin-top: 80px;
}
#page_about #content div.contentSection,
#page_visiting #content div.contentSection,
#page_accommodations #content div.contentSection,
#page_dining #content div.contentSection,
#page_weddings #content div.contentSection,
#page_meetings #content div.contentSection,
#page_spa #content div.contentSection,
#page_attractions #content div.contentSection,
#page_press-room #content div.contentSection{
	margin-top: 125px;
}

#content div.contentSection{
	margin-bottom: 50px;
}

#content div.sectionImageSmall,
#content div.sectionImageSlider{
	width: 780px;
}

#content div.sectionImageSlider{
	position: relative;
	z-index: 10;
}

#content div.sectionImageSmall .imageSmallSection,
#content div.sectionImageSmall .imageSmallSection img,
#content div.sectionImageSlider .slider,
#content div.sectionImageSlider .slider img{
	width: 100% !important;
	height: auto !important;
}

.imageFirstSeccion { position:absolute; }

/*POPUP MAIN VISUAL*/
div.popup-slideshow .imageMainVisual,
div.popup-slideshow .imageMainVisual img{
	width: 100% !important;
	height: auto !important;
}

div.popup-carousel{
	position: absolute;
	left: 33px;
	top: 44px;
	z-index: 1000;
	height: 180px;
}

#page_accommodations .section04 div.popup-carousel{
	left: 10px;
	top: 102px;
}

#page_accommodations .section05 div.popup-carousel{
	left: 10px;
	top: 66px;
}

div.popup-carousel div.cycle-slideshow{
	width: 100%;
	height: 180px !important;
}

div.popup-carousel div.thumbMainVisual{
	position: relative;
	width: 52px;
	height: 52px;
	overflow: hidden;
	padding-bottom: 12px;
}

div.popup-carousel .imageThumbMainVisual{
	margin: 0 -50px;
}

div.popup-carousel a.control{
	display: block;
	background: url(../images/bkg_arrow_carousel_vertical.png) no-repeat;
	width: 35px;
	height: 21px;
	position: absolute;
}

div.popup-carousel a.prev{
	background-position: 0 top;
	left: 9px;
	top: -33px;
}

div.popup-carousel a.next{
	background-position: 0 bottom;
	left: 9px;
	bottom: -33px;
}

div.popup-carousel img.frameThumbMainVisual{
	position: absolute;
	top: 0;
	left: 0;
}

#content div.section .horizontalImagePopup,
#content div.section .horizontalImagePopup img{
	width: 100% !important;
	height: auto !important;
}
/*END POPUP MAIN VISUAL*/

div.textContent{
	padding-top: 61px;
}

div.wrapper_headers{
	margin-bottom: 27px;
	padding-left: 2px;
	padding-right: 2px;
}

div.contentBox1 div.textContent{
	/*padding-left: 44px;
	padding-right: 44px;/**/
	padding-left: 19px;
	padding-right: 22px;
	position:relative;
}

#content div.contentBox0 div.sectionText{ padding: 0 84px; }
#content div.contentBox1 div.sectionText{ padding: 0 36px; }

#content div.controls{
	background: url(../images/bkg_arrow_slide.png) no-repeat;
	width: 21px;
	height: 35px;
	position: absolute;
	top: 1px;
	z-index: 100;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#content div.cycle-prev{
	background-position: left 0;
	left: 1px;
}

#content div.cycle-next{
	background-position: right 0;
	right: 1px;
}

#content div.sectionImageSlider div.controls{
	top: 122px;
	z-index: 100;
	cursor: pointer;
}

#content div.sectionImageSlider div.cycle-prev{
	left: 29px;
}

#content div.sectionImageSlider div.cycle-next{
	right: 29px;
}

#content div.options{
	padding: 0 8px 0 12px;
}

#content div.options p{
	display: inline-block;
	text-transform: uppercase;
	text-decoration: underline;
	margin-left: 19px;
	margin-right: 19px;
	margin-bottom: 14px;
}

.firefox #content div.options p{
	margin-left: 18px;
	margin-right: 18px;
}

#content div.options p.option{
	cursor: pointer;
	font-size: 1.2em;
}

#content div.options a{
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
}

#content div.options img.open_popup{
	padding-left: 4px;
	padding-top: 3px;
	vertical-align: top;
}

#content div.options img.arrow_link{
	padding-left: 6px;
}

#content div.contentBox1,
#content div.popup{
	border: 10px solid #eeeeed;
	background: #fff;
	width: 780px;
}

#page_specials #content div.contentBox1, #content div.popup {
	border: 10px solid #eeeeed;
	background: #fff;
	width: 800px;
}

#content div.contentBox1{
	min-height: 620px;
}

#content div.contentBox0{
	border: 1px solid transparent;
}

#page_weddings #content div.section06 div.contentBox0,
#page_photos #content div.contentBox0{
	border: none;
}

#content div.sectionText{
	padding: 0 26px;
}

#content div.popup{
	position: absolute;
	height: 620px;
	top: 0;
	display: none;
	z-index: 10;
}

#page_specials #content div.popup {
	position: absolute;
	height: 560px;
	top: 0;
	z-index: 10;
}


#content div.popup div.wrapper_image_popup{
	float: left;
	width: 278px;
	height: 620px;
}

#page_specials #content div.popup div.wrapper_image_popup {
	float: left;
	width: 231px;
	height: 492px;
	overflow:hidden;
}

#content div.popup .imagePopup,
#content div.popup .imagePopup img{
	width: 100% !important;
	height: auto !important;
}


#content div.popup img.close_popup{
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 1000;
	cursor: pointer;
}

#content div.popup div.wrapper_content_popup{
	overflow: hidden;
	margin-top: 97px;
	padding-left: 24px;
	padding-right: 37px;
	text-align: left;
}

#page_specials #content div.popup div.wrapper_content_popup {
	overflow: hidden;
	margin-top: 40px;
	padding-left: 31px;
	padding-right: 37px;
	text-align: left;
}

#content div.popup div.titles{
	margin-bottom: 28px;
}

#content div.popup h3.title{
	margin-bottom: 16px;
	letter-spacing: -1px;
}

#content div.popup h4.subtitle{
	font-size: 14px;
	text-transform: uppercase;
}

#content div.popup p.controls{
	position: absolute;
	bottom:15px;
	right:48px;
	font-size: 0.9em;
	text-transform: uppercase;
}

#page_specials #content div.popup p.controls {
	position: absolute;
	top:500px;
	right:650px;
	font-size: 0.9em;
	text-transform: uppercase;
}

#content div.popup span.prev,
#content div.popup span.mprev{
	background: url(../images/arrow_left_back.png) no-repeat left 3px;
	padding-left: 9px;
	padding-right: 5px;
	cursor: pointer;
	color: #585858;
}

#content div.popup span.separator{
	font-size: 6px;
	vertical-align: top;
	color: #585858;
}

#content div.popup span.next,
#content div.popup span.mnext{
	background: url(../images/arrow_right_link.png) no-repeat right 3px;
	padding-left: 5px;
	padding-right: 10px;
	cursor: pointer;
	color: #585858;
}

#content div.section #scrollUp {
	padding: 16px 0 16px;
}

#content div.section #scrollUp p{
	background: url(../images/bkg_botton_scrollUp.png) no-repeat;
	width: 192px;
	height: 58px;
	padding: 7px;
	font-family: 'Raleway', sans-serif;
	font-size: 2.4em;
	text-align: center;
	text-transform: capitalize;
	color: #3f3f3f;
	margin: 0 auto;
}

#content div.section #scrollUp a{
	display: block;
	height: 100%;
	font-family: inherit;
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
	line-height: 55px;
}

div.scrollDown{
	background: url(../images/bkg_scrollDown.png) no-repeat;
	position: absolute;
	width: 150px;
	height: 155px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 370px;
	z-index:999;
}

div.scrollDown img{
	position: absolute;
	left: 45px;
	top: 98px;
}

@media only screen and (max-width: 1236px) {
	#content div.contentSection{
		right: 80px;
	}
}

@media only screen and (max-width: 1020px) {
	#sidebar{
		right: 2px;
	}

	#content div.contentSection{
		max-width: 580px;
	}
	.ipad #content div.popup {
	height: 665px;
}

	.android #content div.popup {
	height: 665px;
}


	#page_weddings #content div.section06 div.contentSection,
	#page_photos #content div.contentSection{
		max-width: 592px;
	}

	#content div.contentBox1,
	#content div.popup{
		width: 560px;
	}

	#page_specials #content div.popup{
		width: 620px;
		height: 480px;
		overflow: auto;
	}

	/* Safari */
	#page_specials #content div.popup{
		(;height: 450px;);
	}

	#content div.sectionImageSmall,
	#content div.sectionImageSlider{
		width: 560px;
	}

	#content div.sectionImageSlider div.controls{
		top: 91px;
	}

	#content div.sectionImageSlider div.cycle-prev{
		left: 32px;
	}

	div.textContent{
		padding-top: 41px;
	}

	div.section01 div.textContent{padding-top: 62px;}

	div.contentBox1 div.textContent{
		padding-left: 8px;
		padding-right: 8px;
	}

	div.wrapper_headers{
		padding: 0 14px;
	}

	div.section01 div.wrapper_headers{
		margin-bottom: 13px;
	}

	#content div.sectionText{
		padding: 0 12px;
	}

	#content div.contentBox0 div.sectionText{
		padding: 0 18px;
	}

	#content div.popup div.wrapper_image_popup{
		width: 231px;
	}

	/*POPUP MAIN VISUAL*/
	div.popup-carousel{
		left: 10px;
		top: 39px;
		height: 116px;
	}
	
	#page_accommodations .section04 div.popup-carousel{
		left: 10px;
		top: 130px;
	}
	
	#page_accommodations .section05 div.popup-carousel{
		left: 10px;
		top: 92px;
	}

	div.popup-carousel div.cycle-slideshow{
		height: 116px !important;
	}
	/*END POPUP MAIN VISUAL*/

	#content div.popup div.wrapper_content_popup{
		margin-top: 32px;
		padding-left: 19px;
		padding-right: 14px;/*16px/**/
	}

	#page_specials #content div.popup div.wrapper_content_popup{
		margin-top: 22px;
		padding-left: 18px;
		padding-right: 6px;/*16px/**/
	}

	#content div.popup div.titles{
		margin-bottom: 12px;

	}

	#content div.popup h3.title{
		margin-bottom: 28px;
	}

	#content div.popup h4.subtitle{
		font-size: 12px;
	}

	#content div.popup p.controls{
		right: 408px;
	}

	#page_specials #content div.popup p.controls{
		right: 460px;
	}

	#scrollUp {
		padding-top: 23px;
		padding-left: 0;
		padding-right: 4px;
	}
	#content div.section.section08 {
		min-height: 900px !important;
	}
	#content div.section.section08 div.contentSection { margin-bottom: 30px; }
	.instagramItem {
		width: 176px !important;
		height: 170px !important;
		margin: 1px 0px !important;
	}
}
/*****************************************************************************/
#wrapper_footer {
	background: url(../images/bkg_footer.png) repeat-x 0 -99px #000;
	height: 95px;
	min-width: 768px;
	position: relative;
}

#page_home #wrapper_footer {
	background-position: 0 0;
	height: 194px;
	position: absolute;
	left: 0;
	bottom: -85px;
	width: 100%;
	z-index: 101;
}

#wrapper_footer div.dottedLine{
	top: 0;
}

#page_home #wrapper_footer div.dottedLine{
	display: none;
}

#scroller{
	padding-top: 20px;
	padding-right: 6px;
}

#footer_menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 9px;
}

#page_home #footer_menu {
	top: 108px;
}

#partners{
	position: absolute;
	left: 15px;
	top: 48px;
}

#page_home #partners{
	top: 152px;
}

#info_hotel{
	position: absolute;
	left: 0;
	right: 99px;
	top: 41px;
	margin-left: auto;
	margin-right: auto;
	/*display: table;/**/
	width: 284px;
}

#page_home #info_hotel{
	top: 140px;
}

#info_hotel p{
	font-family: 'Muli', sans-serif;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
	color: #b5b5b5;
	line-height: 16px;
}

#info_hotel a{ color: #b5b5b5; text-decoration:none; }

#logo_bhh{
	position: absolute;
	left: 297px;
	right: 0;
	top: 41px;
	margin-left: auto;
	margin-right: auto;
	/*display: table;/**/
	width: 83px;
}

#page_home #logo_bhh{
	top: 140px;
}

#socialMedia{
	position: absolute;
	right: 14px;
	top: 45px;
}

#page_home #socialMedia{
	top: 144px;
}

#designedBy{
	position: absolute;
	right: 15px;
	top: 73px;
}

#page_home #designedBy{
	top: 180px;
}

#designedBy p{
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #656565;
}

#designedBy a{
	text-transform: none;
	text-decoration: underline;
	color: #656565;
	line-height: 13px;
}

@media only screen and (max-width: 1556px) {
	#scroller{
		padding-right: 2px;
	}

	#partners{
		left: 17px;
	}

	#info_hotel {
		right: 102px;
	}

	#logo_bhh{
		left: 294px;
	}

	#socialMedia{
		right: 19px;
	}

	#designedBy{
		right: 20px;
	}
}

@media only screen and (max-width: 1236px) {
	#wrapper_footer {
		height: 153px;
	}

	#page_home #wrapper_footer {
		height: 190px;
	}

	#page_home #footer_menu{
		top: 104px;
	}

	#partners{
		left: 2px;
		top: 73px;
	}

	#page_home #partners{
		top: 164px;
	}

	#info_hotel{
		width: 180px;
		right: 113px;
		top: 45px;
	}

	#page_home #info_hotel{
		top: 142px;
		width:180px;
	}

	#logo_bhh{
		left: 178px;
		top: 64px;
	}

	#page_home #logo_bhh{
		top: 145px;
	}

	#socialMedia{
		right: 13px;
		top: 77px;
	}

	#page_home #socialMedia{
		top: 150px;
	}

	#designedBy{
		right: 15px;
		top: 124px;
	}

	#page_home #designedBy{
		top: 185px;
	}

	#speedrfp_container{
		max-width: 740px;
	}
}

@media only screen and (max-width: 1020px) {
	#page_home #wrapper_footer {
		background-position: 0 -1px;
		height:226px;
	}

	#footer_menu{
		top: 9px;
	}

	#page_home #footer_menu{
		top: 108px;
	}

	#partners{
		left: 23px;
		top: 47px;
	}

	#page_home #partners{
		top: 147px;
	}

	#info_hotel{
		right: 104px;
		top: 46px;
	}

	#page_home #info_hotel{
		top: 142px;
		width:180px;
		right:30px;
	}

	#logo_bhh{
		left: 188px;
		top: 71px;
	}

	#page_home #logo_bhh{
		top: 153px;
		left:263px;
	}

	#socialMedia{
		right: 25px;
		top: 48px;
	}

	#page_home #socialMedia{
		top: 144px;
	}

	#designedBy{
		right: 29px;
		top: 132px;
	}

	#page_home #designedBy{
		top: 220px;
	}
}

.textLeft{
	text-align: left;
}

.textCenter{
	text-align: center;
}

.textRight{
	text-align: right;
}

/*DEVICE*/
.desktop{
	display: block;
}

.tablet{
	display: none;
}

@media only screen and (max-width: 1236px) {
	.desktop{
		display: none;
	}
	.tablet{
		display: block;
	}
}

@media only screen and (max-width: 1020px) {
	.desktop{
		display: none;
	}
	.tablet{
		display: block;
	}
}
/*END DEVICE*/

#speedrfp_overlay{
	width: 100% !important;
}

div.Col3{
	display: table;
	margin: 26px auto 0;
}

div.Col3 > div{
	float: left;
}


/*HACK SAFARI AND CHROME*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	html { -webkit-font-smoothing: antialiased; }
}
/*END HACK SAFARI AND CHROME*/

#addBodyContent{
	display: none;
}

.loggedIn #addBodyContent{
	display: block;
}

/*REMOVE ACTIVE LINK*/
a:active { outline: none!important; }
a:focus { outline: none!important; }
/*END REMOVE ACTIVE LINK*/

/* Jimmy Choo Style */

#contentJimmy {
	background-color: #ffffff;
    background-image: url(../images/bg.original.jpg) ;
	background-repeat: no-repeat;
    background-position: center center;
	margin:auto;
	height: 100%;
	background-size: cover;
}
#contentJimmyWrapper {
	background:  url(../images/jc-foreground.original.jpg) no-repeat scroll center top #fff;
	margin: 33px auto 0;
	height:641px;
	width:866px;

	position:relative;
}
.jimmyTitle {
	font-family: 'Josefin Sans', sans-serif;
   	font-size: 20px;
    font-weight: 400;
    margin: 0 20px;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
	line-height:30px;
	top: 106px;
	left:250px;
}
.jimmySubtitle {
	font-family: 'Josefin Sans', sans-serif;
	text-transform:uppercase;
	font-size:14px;
	position:absolute;
	color:#696969;
	padding: 0;
	margin:0 20px;
	font-weight:400;
	top: 173px;
	left: 341px;
}
.jimmyContent {
 	color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-weight: 400;
    left: 198px;
    margin: 0 20px;
    padding: 0;
    position: absolute;
    top: 209px;
}

#contentJimmyWrapper p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}

#jimmyThreeColm {
    left: 0;
    margin: 0 11px;
    position: absolute;
    top: 243px;
    width: 844px;
}

.colmOne {
    float: left;
    height: auto;
    margin: 0;
    padding: 0 0 0 141px;
    width: 164px;
}
	.colmOne p { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px !important; color:#696969; line-height: 18px; }

.colmTwo {
   	float: left;
    height: auto;
    margin: 0;
    padding: 0 0 0 26px;
    width: 177px;
}

	.colmTwo p { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px !important; color:#696969; line-height: 18px; }

.colmThree {
    float: left;
    height: auto;
    margin: 0;
    padding: 0 156px 0 18px;
    width: 161px;
}

	.colmThree p { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px !important; color:#696969; line-height: 18px; }

#footerJimmy {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    height: 108px;
    margin: auto;
    position: relative;
    width: 866px;
}

#contentJimmyWrapper #mod_dynamicPages {
  	margin: 0 123px;
    position: absolute;
    top: 243px;
	width: 621px;
}

#footerJimmy p {
	font-family: 'Josefin Sans', sans-serif;
  	font-size: 12px;
    font-style: italic;
    font-weight: 600;
    line-height: 19px;
    margin: 0;
    padding: 17px 19px 0 22px;
    width: 825px;
}

#jimmyForm {
    left: 215px;
    position: absolute;
    top: 380px;
    width: 400px;
}

#jimmyForm .flexibleFormContainer { padding:0; }

#jimmyForm .flexFormFieldHTML { width:auto; }

#jimmyForm .flexFormInputBlock {
	float:left;
	width:180px;
	margin-bottom:10px;
	margin-right: 20px;
}

#jimmyForm .flexFormBlockLabel {
	color:#696969;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	line-height:12px;
	padding-bottom: 4px;
}

#jimmyForm .flexInputSimple {
 	background-color: #F6EEEE;
    border-radius: 2px;
    box-shadow: 0 2px 3px #D5CECE inset;
	border-style: none;
	width:171px;
	height: 20px;
	margin: 0 0 0 9px;
}

#jimmyForm .flexFormSubmitBlock {
    text-align: right;
	margin: 0 125px;
}

#jimmyForm #ff_submit1 {
	background: linear-gradient(#FFFFFF, #898888) no-repeat scroll 0 0 transparent;
    border-color: #333333;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 -1px 2px #555555 inset;
    color: #FFFFFF;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 42px;
	padding:0 0 2px;
	cursor:pointer;
    line-height: 19px;
    text-align: center;
    text-shadow: 1px 1px #050505;
    width: 150px;
	text-transform:uppercase;
    z-index: 6;
}

#jimmyForm #ff_submit1:hover {
	background: linear-gradient(#F2C2C2, #826767) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 -1px 2px #4E3E3E inset;
    color: #FFFFFF;
}

.loggedIn .jimmySubtitle {
	margin:0;
	position:relative;
	text-align:center;
	left:0;
}
.loggedIn .jimmyContent {
	margin:0;
	position:relative;
	text-align:center;
	left:0;
}

.loggedIn #jimmyThreeColm {
	left: 0;
    position: relative;
    top: 230px;
    width: 844px;
}

.loggedIn #jimmyForm {
	position:relative;
	top: 270px;
}

#page_jimmyChoo .moduleBody p {
position: relative;
top: 400px;
text-align: center;
width: 100%;
}
/* END Jimmy Choo Style */


#main_content h1 {

}
#main_content h1 span.part1Title {

}
#main_content h1 span.part2Title {

}
#scroller h3.title{padding-bottom:4px;}
* { border: none }

#page_home #main_content h1{
	font-size: 38px;
	font-weight:500;
	line-height: 40px;
}

#page_home #main_content h2{
	font-size:17px;
	font-weight:500;
	line-height:20px
}

#page_home #main_content p{
	font-size:16px;
	font-weight:500;
	line-height: 20px;
}


#callout_main  {
	display: block;
	width: 203px;
	float:right;
}

.callout_container {
	width:100%;
}

body#page_weddings #callout_main {
	display:none;
}

#sidebar #callout_main .editableLinkIcon {
	margin: 0;
	padding-left:15px;
	bottom: 20px;
	position:relative;
}

#sidebar .callout_container a img{
	width: 100%;
	height: auto;
}

body#page_weddings #callout_main {
	display:none;
}

#content a.controls {
	display:block;
	background: url(../images/bkg_arrow_carousel_gallery.png) no-repeat;
	width: 28px;
	height: 41px;
	position: absolute;
	top:364px;
	z-index:1000;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


#content a.large-cycle-prev {
background-position: 0 0;
left: 16px;
}

#content a.large-cycle-next {
background-position: -26px 0;
right: 16px;
}

.flexFormBlockLabel {

color: #696969;
font-size: 11px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 400;
line-height: 12px;
}

.flexInputSimple {
background-color: #F6EEEE;
border-radius: 2px;
box-shadow: 0 2px 3px #D5CECE inset;
border-style: none;
width: 171px;
height: 20px;
margin: 0 0 0 9px;
}

.flexFormInputBlock {
float: left;
width: 180px;
margin-bottom: 10px;
margin-right: 20px;

}

.flexibleFormContainer {
padding-top: 362px;
padding-left: 232px;
width:50%

}

.flexFormSubmitBlock {
padding-right: 166px;
}

#ff_submit1 {
background: linear-gradient(#FFFFFF, #898888) no-repeat scroll 0 0 transparent;
border-color: #333333;
border-radius: 5px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 0 #FFFFFF inset, 0 -1px 2px #555555 inset;
color: #FFFFFF;
font-family: 'Josefin Sans', sans-serif;
font-size: 16px;
font-weight: 400;
height: 42px;
padding: 0 0 2px;
cursor: pointer;
line-height: 19px;
text-align: center;
text-shadow: 1px 1px #050505;
width: 150px;
text-transform: uppercase;
z-index: 6;
}

@media only screen and (min-device-width : 200px) and (max-device-width : 1024px) and (orientation : portrait) {

   #page_about #content div.popup h3.title { }
   #page_about #content div.popup h4.subtitle {margin-bottom:5px;}

  #content div.popup div.titles{ 	margin-bottom: 7px; margin-top:-2px; font-size: 0.5em;}
  #page_specials #content div.popup div.wrapper_content_popup  {margin-top:10px;}
  #page_specials #content div.popup {height: 670px; width: 600px; }
  #page_specials #content div.popup p.controls {position: absolute;top: 601px;right: 449px;font-size: 0.9em;text-transform: uppercase;}
  #content div.wrapper_contnet_popup p.controls {top:529px;}
  #content a.controls { top: 262px; }

}

@media only screen and (min-device-width : 768px)  and (orientation : portrait) {
 #contentJimmyWrapper  { 	width:768px; }
 .jimmyTitle {top:87px;left:196px;}
 .jimmySubtitle{  top:153px;left:286px;}
 .jimmyContent{width:768px; top:200px;left:150px;}
 .jimmyThreeColm{width:i768px; top:238px; left:-37px;}
 .jimmyForm{width:768px; top:369px; left:182px; }
 #footerJimmy{width:100%;}
 #footerJimmy p {width:100%; padding: 17px 10px 0 10px;}
 #contentJimmy {width:100%;}

 #jimmyThreeColm {
	margin:0;
 }
 .flexibleFormContainer {
	width:70%;
	padding-left: 190px;
}
.flexFormSubmitBlock {
	padding-right: 265px;
}

}

@media only screen and (orientation : portrait) {
 .imageFirstSeccion{
	position:absolute;
    overflow: hidden;
    width: 561px;
 }
}
@media only screen and (max-width: 1024px) {
 .firefox    .slideNav {
   /** padding-top:35px; **/
   margin-top:12px;
  }

}

@media only screen and (max-width: 1440px) {
 .firefox    .slideNav {
   /** padding-top:35px; **/
   margin-top:12px;
  }

}

@media only screen and (max-width: 800px) and (min-width: 800px) { /* Hack for Samsung Galaxy Tablet */
	#page_careers #wrapper_footer{
		bottom: 0;
		position: fixed;
		width: 100%;
	}
	#page_map #wrapper_footer{
		bottom: 0;
		position: fixed;
		width: 100%;
	}
	#page_cards #wrapper_footer{
		bottom: 0;
		position: fixed;
		width: 100%;
	}
	#page_sitemap #wrapper_footer{
		bottom: 0;
		position: fixed;
		width: 100%;
	}

}

@media only screen and (max-width: 1236px) {
#page_home #main_content {
	top: 100px!important;
	right: 260px!important;
}

#page_home #main_content h1{
	font-size: 30px;
	font-weight:500;
	line-height: 32px;
}

#page_home #main_content h2{
	font-size:15px;
	font-weight:500;
	line-height:17px
}

#page_home #main_content p{
	font-size:14px;
	font-weight:500;
	line-height: 18px;
}
}

@media only screen and (max-width: 1020px) {
#page_home #main_content {
	top: 100px!important;
	right: 260px!important;
}

#page_home #main_content h1{
	font-size: 30px;
	font-weight:500;
	line-height: 32px;
}

#page_home #main_content h2{
	font-size:15px;
	font-weight:500;
	line-height:17px
}

#page_home #main_content p{
	font-size:14px;
	font-weight:500;
	line-height: 18px;
}
}

@media \0screen {
  #main_menu li {
	margin-right: 5px!important;
 }

 .bx-wrapper .bx-viewport {
	width:1196px!important;
	margin-left: 30px!important;

 }

 .bx-wrapper  li{
   width: 290px!important;
 }

 .bx-wrapper IMG {
	width: 100px!important;
}


.bx-wrapper .bx-controls-direction .bx-prev{
	left: 0px!important;
}

.bx-wrapper .bx-controls-direction .bx-next{
	right: 0px!important;
}

 }

 /*ADDED FOR COUNTDOWN TIMER*/

div#timer{
	position: relative;
	width:321px;
	height:124px;
	padding:18px 0 0 18px;
	background: rgba(199,209,219,.95);
	float: right;
	margin: 5px 2px 0 0;

}

#timer .container{
	position: relative;
	float: left;_display:inline;
	width: 330px;
	margin-left: 0;
	margin-top: 0;
}
#timer p.book-my-stay{
	background: url(../images/check-rates-bg.png) no-repeat 0 0;
	position: absolute;
	right: 16px;
	top: 22px;
	width: 89px;
	height: 41px;
	margin: 0;
	z-index: 3;
	cursor: pointer
}
#timer p.book-my-stay:hover{
	background: url(../images/check-rates-on-bg.png) no-repeat 0 0;
}
#timer p.book-my-stay a{
	display: block;
	padding-top: 7px;
}


.optional-features{
	float:right;
	display:inline;
	position:relative;
	width:auto;
	height:150px;
	margin-top: 5px;
}
*+html div.optional-features{
	float:none;
	height:auto;
	margin-top:160px;
}


.dash_title title

{
	margin: 0 10px 0 0;
}


.container div#countdown_dashboard

{
	width: 320px;
}


.container div#countdown_dashboard> div

{
	float: left;
	width: 30px;
	font-weight: bold;
	margin: 17px 0 0 13px;


}

.container div#countdown_dashboard, div.digit

{
	float: left;
	font-size: 1.2em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;


}

.container div#countdown_dashboard> .separator

{
	float: left;
	margin: 30px 0 0 15px;
	width: 10px;
}

div.digit

{
	margin: 8px 0 0 0;
	width: 1px;
	padding: 0 8px 0 5px;


}

.container div#countdown_dashboard> div>.dash hours_dash

{
	margin: 0 10px 0 0;
	width: 30px;
}




div.dash.hours_dash.time.boxContainer>span.dash_title.title

{
	margin: 0 -2px 0;

}

div.dash.minutes_dash.boxContainer>span.dash_title.title

{
	margin: 0 -8px 0;

}


div.dash.seconds_dash.boxContainer>span.dash_title.title

{
	margin: 0 -10px 0;
	width: 30px;
}



.family img {
	width: 59px;
	height: 60px;
	position: relative;
	left: 21px;
	bottom: 12px;

}

.iPreferPR
{
	position: relative;
}

.forbesfivestar
{
	position: relative;
	right: 25px;
}

.aaa
{
	position: relative;
	right: 40px;
}

#wrapper_footer .preferred img{
	width: 110px;
	position: relative;
	bottom: 10px;
}

.windowOpen{cursor:pointer;}

#content div.section.section08 { min-height: 960px; }
#content div.section.section08 div.contentSection { margin-top: 60px; }
.instagram-gallery { padding-bottom: 20px; }
.instagramItem{
	width: 240px;
    height: 228px;
    display: inline-block;
    margin: 3px 2px;
}
.instagramItem img{
	width: 100%;
    height: 100%;
}
#page_testpage .instagramItem{
	width: 332px;
    height: 300px;
    display: inline-block;
	 margin: 0px;
}
#page_testpage .instagramItem img{
	width: 100%;
    height: 100%;
}
#page_testpage #content div.contentBox1 div.sectionText{
	padding: 0 36px 40px;
}
#TA_tchotel555{float:right;}
