body {
	background: LightGray url("images/x2_logo.jpg");
	padding: 0;
	margin: 0;
	font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
}
body.not-responsive #wrapper {
 	min-width: 800px !important;
 }
h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", palatino, serif;
	font-weight: normal;
	color: #C57A0D;
}
h1 a, h2 a, h3 a {
	color: #C57A0D;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color: #bf8b10;
	text-decoration: underline;
}
h1 {
	font-size: 30px;
	letter-spacing: 1px;
}
h2 {
	font-size: 24px;
	letter-spacing: 1px;
	margin: 10px 0;
}
h3 {
	font-size: 18px;
}
p, li {
	font-size: 15px;
	line-height: 1.3;
}
li { margin: 5px 0; }
a {
	color: #e85d0e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img { max-width: 100%; border: 0;}


.videoplayer_wrapper { /* Responsive Youtube Embed */
	position: relative;/* http://avexdesigns.com/responsive-youtube-embed/*/
	padding-bottom: 42.25%;
	padding-top: 20%;
	height: 0;
	overflow: hidden;
}
.videoplayer_wrapper iframe,
.videoplayer_wrapper embed,
.videoplayer_wrapper object
 { position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 }

.direct-promo {
  font-weight: bold;
  margin-bottom: 10px;
}
.direct-promo .code span {
  color: #900;
}
.direct-promo .validity {
  color: #888;
  font-size: 12px;
}


/*-----------------------------------------------------*/
/*-----------------------Templat-----------------------*/
#wrapper {
	background: LightGray url("images/header-bg2.png") no-repeat top right;
	max-width: 1200px;
	min-width: 320px;
	width: 90%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#header {
	position: relative;
}
.logo img {
	width: 100%;
	max-width: 323px;
	max-height: 85px;
}
.icon_nav {
	position: absolute;
	top: 60px;
	right: 5%;
	display: none;
}
.icon_nav a{
	padding: 10px
}
.nav {
	position: relative;
	margin: auto;
	width: 90%;
	display: block;
	background: #838282;
	border: 1px solid #bfa992;
 	-moz-box-shadow:    inset 0 0 0 2px #fff;
  	-webkit-box-shadow: inset 0 0 0 2px #fff;
  	box-shadow:        	inset 0 0 0 2px #fff;
  	z-index: 100;
}
.nav i.nav-corner {
	display: block;
	width: 30px;
	height: 30px;
 	margin: 0;
 	padding: 0;
 	position: absolute;
}

ul#navigation {
	margin: 0 auto;
	padding: 11px 0;
 	text-align: center;
 	display: block;
 	width: 100%;
 	font-family: "Palatino Linotype", "Book Antiqua", palatino, serif;
}
ul#navigation li {
	margin: 0;
	padding: 0 ;
	list-style: none;
	display: inline;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid white;
}
ul#navigation li.lastnav {
	border-right: none;
}
ul#navigation li.lastnav a:visited,
ul#navigation li.lastnav a:link {
	color: #FF9700;
}
ul#navigation li a:visited,
ul#navigation li a:link {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 10px 2%;
}
ul#navigation li a:hover {
	color: #fff;
}
.selected {
	color: #C57A0D;
}
ul#navigation li.selected a:visited,
ul#navigation li.selected a:link {
	color: #FFFFFF;
}
.logo {
	display: block;
	padding: 15px 0 0 5%;
}
#main {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}
#outside_footer {
	max-width: 1200px;
	width: 90%;
	margin: 25px auto 40px auto;
	text-align: center;
}
#outside_footer p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}
#outside_footer a:link,
#outside_footer a:visited {
	color: #fff;
	text-decoration: none;
}
/*-------------footer------------*/

#footer_links {
	width: 90%;
	margin: 0 auto;
	padding: 10px 5%;
	background: #fff url("images/footer.png") no-repeat center bottom;
   	font-size: 12px;
}
#footer_links ul {
	margin: 0;
	padding: 0;
}
#footer_links li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer_links p {
	font-size: 12px;
}

#footer_links .ft_friends li a,
#footer_links .ft_contact li a,
#footer_links .ft_gallery li a,
#footer_links .ft_awards li a {
	font-size: 13px;
}
.four_col {
 	float: left;
	width: 22.6%;
	margin-right: 3.2%;
	padding: 0;
}
#footer_links .ft_friends .qr_code {
	/*text-align: center;*/
}
#footer_links .ft_friends .qr_code img {
	width: 100%;
	/*min-width: 100px;*/
}
/*-----------ft_contact-----------*/

#footer_links .mini-logo {
	margin: 20px 0 0 0;
}

#footer_links .mini-logo img {
	width: 50%;
}

#footer_links .ft_awards img {
	width: 100%;
	margin: 0 0 2px 0;
}
.ft_gallery p {
	clear: left;
	margin-right: 15px;
	text-align: right;
}
.video_two_col {
    display: block;
    width: 100%;
    max-width: 450px;
}
.video_two_col a {
	float: left;
	display: block;
	width: 48%;
	margin-right: 1%;
}

.four_col.ft_gallery {
	margin-right: 0;
}

.four_col.ft_gallery ul {
	margin-left: 10px;
}
.four_col.ft_gallery li {
	float: left;
	width: 25%;
	min-width: 60px;
	max-width: 100px;
	display: block;
	padding: 0;
}
.four_col.ft_gallery li a {
	display: block;
	padding: 5px;
}
.four_col.ft_gallery li a img {
	display: block;
	width: 100%;
}
/*-----------------------------------------------------*/
/*--------------------------leader-----------------------*/

.leader {
	margin: auto;
	width: 100%;
	padding: 0;
	border: 1px solid #bfa992;
  	position: relative;
}
.leader .inner {
	border: 2px solid #fff;
	padding: 0;
}
.leader img {
	display: block;
}
.leader i.nav-corner {
	display: block;
	width: 30px;
	height: 30px;
 	margin: 0;
 	padding: 0;
 	position: absolute;
 	z-index: 10;
}

.mini_leader {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.left_col {
	padding: 0;
	float: left;
}
.right_col {
	float: right;
}
.mini_leader .column {
	width: 49.2%;

	border: 1px solid #bfa992;
  	position: relative;
  	padding: 0;
}
.mini_leader .column img {
	display: block;
}
.column .inner {
	border: 2px solid #fff;
	padding: 0;
  	margin: 0;
}
.column i.nav-corner {
	display: block;
	width: 30px;
	height: 30px;
 	margin: 0;
 	padding: 0;
 	position: absolute;
 	z-index: 10;
}

/*---------------------end Templat--------------------*/
/*-----------------------------------------------------*/
#press img {
	width: 100%;
	max-width: 165px;
}
ul#press {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 12px 0 0 0;
	text-align: center;
}
ul#press li {
	float: left;
	list-style: none;
	display: inline;
	width: 170px;
	height: 250px;
	padding: 0;
	margin: 10px;
	text-align: center;
}

ul#press img {
	border: none;
	display: block;
	width: 165px;
	margin: auto;
}
ul#press p {
	font-size:12px;
	padding: 3px 0 0 5px;
	line-height: 1.1;
	margin: 0;
	width: 155px;
}
div#genesis-download {
	height: 80px;
	width: 200px;
	background: url('/images/genesis-download.jpg') no-repeat;
}
div#elephants-download {
	height: 80px;
	width: 200px;
	background: url('/images/elephants-download.jpg') no-repeat;
}
.pdf-download-button {
	position: relative;
	margin-bottom: 12px;
}
.pdf-download-button ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute; bottom: 12px; right: 20px;
}
.pdf-download-button li {
	margin: 0;
	padding: 0;
	display: inline;
}
.pdf-download-button li.first {
	border-right: 1px solid #333;
}
.pdf-download-button li a:link {
	padding: 0 10px;
	color: #444;
}
/*---------------content---------------*/
#main h1 {
	border-bottom: 1px solid #C57A0D;
	padding-bottom: 10px;
}
.content {
	width: 68%;
	float: left;
}
.sidebar {
	width: 30%;
	margin: 0 0 0 70%;
}
.sidebar img.tripadvisor {
	margin: 10px auto;
	width: 80%;
	padding: 0 10% ;
	max-width: 300px;
	text-align: center;
}
ul.sidebar_menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.sidebar_menu li {
	padding: 0;
	margin: 0;
}
ul.sidebar_menu li a {
	margin: 0;
	padding: 8px 0;
	display: block;
	color: #555;
	font-size: 16px;
	text-align: right;
	line-height: 1.3;
	border-bottom: 1px solid #C5B39F;
}
ul.sidebar_menu li a:hover {
    text-decoration: none;
    color: #AC6907;
}
.sidebar .promotions_btn {
	margin: 20px auto 15px auto ;
	padding: 0;
	max-width: 400px;
	font-size: 24px;
	letter-spacing: 1px;
	font-family: "Palatino Linotype", "Book Antiqua", palatino, serif;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
.sidebar .promotions_btn a:link,
.sidebar .promotions_btn a:visited {
	background: #FCF6ED;
	color: #CC540F;
	display: block;
	padding: 7px;
	border: 1px solid #A5947B;
	-moz-box-shadow: 1px 0 3px 0 #D1C4A2;
	-webkit-box-shadow: 1px 0 3px 0 #D1C4A2;
	box-shadow: 1px 0 3px 0 #D1C4A2;
	-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
			border-radius: 6px;
			text-decoration: none;
}
.sidebar .promotions_btn a:hover {
	border: 1px solid #CC540F;
	text-shadow: 1px 0 0 #ccc;
}

.sidebar h2.spamenu {
	text-align: center;
}
#main .content .item .description h2 {
	margin-top: 0;
}
.img_frame {
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  border: 1px solid #bfad92;
 
  padding: 1px;
}

.img_frame > img {
  box-sizing: border-box;
  display: block;
  border: 4px solid #bfad92;
  width: 100%;
}
.item {
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: row;
	margin-bottom: 10px;
}

.item>.img {
  width: 30%;
	min-width: 130px;
  -ms-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}

.item>.description {
  padding-left: 12px;
  width: 70%;
  -ms-flex: 7;
  -webkit-flex: 7;
  flex: 7;
}
/*---------------booking---------------*/
.guaranteed {
	color: #d00;
	position: absolute;
	top: 35px;
	right: 0;
	font-size: 24px;
	font-family: "Palatino Linotype","Book Antiqua",palatino,serif;
}

/*---------------end booking---------------*/
.minibar_wifi {
	text-align: right;
}

#satisfaction-content {
	clear: both;
	width: 90%;
	margin: 30px 0;
	background: LightGray;
	padding: 30px 5% 20px 5%;
	border-top: 1px solid LightGray;
	border-bottom: 1px solid LightGray;
	-moz-box-shadow:    inset 0 0 80px LightGray;
    -webkit-box-shadow: inset 0 0 80px LightGray;
    box-shadow:         inset 0 0 80px LightGray;
}
.two_col {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.two_col.none-margin {
	margin-right: 0;
}
.two_col ul {
	margin: 0;
	padding-left: 20px;
}
#satisfaction-content h2 {
	margin-top: 0;
}
.img_satisfaction {
	float:left;
	margin-right:20px;
}

.block_wrapper {
	clear: both;
	margin: 0 auto 20px auto;
}
.block_wrapper h2 { margin: 15px 0 0 0; }
.block_wrapper p { margin: 7px 0 18px 0; }
.block_wrapper img {
	width: 100%;
	max-width: 500px;
	margin: auto;
	text-align: center;
}
.three_col {
 	float: left;
	width: 30%;
	margin-right: 3.5%;
}
.three_col img {
 	width: 100%;
}
.three_col.none-margin {
 	margin-right: 0;
}

.img_box {
 	display: block;
 	width: 100%;
}
.customer_review {
	border-top: 1px solid #D0c7b9;
	padding: 20px 12%;
	text-align: center;
}
.customer_review h3 a {
	font-size: 18px;
	color: #bf8b10;
	text-decoration: none;
	text-align: center;
}
.customer_review h3 a:hover {
	color: #e85d0e;
}
.tripadvisor_link {
	text-align: center;
	border-top: 1px solid #D0c7b9;
	padding: 20px;
}
.tripadvisor_link img {
	max-width: 180px;
	max-height: 62px;
	position: relative;
	top: 12px;
}
.tripadvisor_link p {
	line-height: 0.2em;
	font-size: 15px;
}
.gallery {
	width: 100%;
    background: #FFFFFF;
    text-align: center;
    padding: inherit;
}
.subnav {
	margin: 0 auto 30px auto;
	padding: 0 2% 10px 2%;
	width: 96%;
}
.subnav ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.subnav li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
.subnav li a:link,
.subnav li a:visited {
	display: block;
	width: 100%;
}

#map-canvas {
	height: 500px;
}

#main .promotions h1 {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#main .content.promotions h2 {
	border-bottom: 1px solid #444;
	margin-top: 40px;
	font-size: 20px;
}

.promotions h2 {
	color: #222;
}
#awards_wrapper {
	width: 100%;
	background: #fff;

}
ul.awards_list {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
ul.awards_list li {
	list-style: none;
	display: inline-block;
}
.classic_rate {
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}
.classic_rate td,
.classic_rate th {
	border: 1px solid #444;
	padding: 6px 22px;
	font-size: 14px
}
a.popup {
	position: absolute;
	z-index: 1000;
	right: 160px;
}

a.popup:hover {
	text-decoration: none;
	color:#E85D0E;
}
.popup p {
	font-size: 14px;
	font-weight: bold;
	right: 10%;
}
a.popup_two {
	position: absolute;
	z-index: 1000;
	right: 10px;
	top: 20px;
}
a.popup_two img {
	width: 100%;
	display: block;
}
.booking-btn {
	padding-top: 60px;
	text-align: center;
	margin: auto;
}
.booking-btn img {margin-bottom: 0; }
.sidebar .subnav {
	margin-bottom: 0;
}
.sidebar .ta {
  margin-top: 10px;
}
.room_booking {
	padding-top: 20px;
}
/*------------end content------------*/
/*------------------------------------*/

br.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
}


/*-------media-------*/

@media screen and (max-width: 1900px) and (min-width: 1381px) {
	a.popup {
			right: 15%;
		}
}
@media screen and (max-width: 1380px) and (min-width: 320px) {
	p, li {
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 900px) {
	#footer_links .mini-logo img {
		width: 80%;
	}
	.four_col.ft_gallery li {
		min-width: 55px;
	}
	.four_col.ft_gallery li a{
		padding: 3px;
	}
	ul#navigation li a:visited,
	ul#navigation li a:link {
		font-size: 16px;
		padding: 10px 1%;
	}
	a.popup {
		right: 10%;
	}
}

@media (max-width: 899px) and (min-width: 769px) {
	a.popup {
		right: 10%;
	}
	.four_col {
 		float: left;
		width: 45%;
		margin-right: 10%;
	}
	.four_col.ft_awards {
		margin-right: 0;
	}
	.four_col.ft_gallery li{
		padding: 6px;
	}
	ul#navigation li a:link {
		font-size: 14px;
		padding: 10px 0.8%;
	}
	ul.sidebar_menu li a {
		font-size: 14px;
	}
	#footer_links .ft_friends .qr_code {
	text-align: left;
	}

}

@media (max-width: 768px) {
	#wrapper {
		width: 100%;
		background: LightGray url("images/header-bg.png") no-repeat right -40px;
	}
	.icon_nav {
		display: inline;
	}
	.nav {
		display: none;
		width: 50%;
		margin-right:5%;
		position: absolute;
		z-index: 15;
		right:0;
		top: 90px;
	}
	.nav.visible {
		display: block;
	}
	ul#navigation li {
		display: block;
		border-bottom: 1px solid #3A3939;
		border-right: none;
	}
	ul#navigation li.lastnav {
		border-bottom: none;
	}
	ul#navigation li a:link,
	ul#navigation li a:visited{
		display: block;
		padding: 15px 0;
		font-size: 20px;
	}
	.block_wrapper {
		max-width: 500px;
	}

	.content {
		width: 100%;
		float: none;
	}
	.sidebar{
		width: 100%;
		margin: auto;
		text-align: center;
	}

	.two_col {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.three_col {
 		float: none;
		width: 100%;
		margin-right: 0;
 	}
 	.img_box {
 		width: 100%;
 		max-width: 600px;
 		text-align: center;
 		margin: auto;
 	}
 	.four_col {
 		float: left;
		width: 45%;
		margin-right: 10%;
	}
	.four_col.ft_awards {
		margin-right: 0;
	}
	.subnav li a:link,
	.subnav li a:visited {
		padding: 15px 0 2px 0;
		margin-right: 20px;
		color: #666;
		font-size: 14px;
		border-bottom: 1px solid #aaa;
		width: 150px;
		text-align: left;
		float: left;
	}
	.subnav.rooms_sb li a:link,
	.subnav.rooms_sb li a:visited {
		width: 130px;
	}
	#map-canvas {
		height: 400px;
	}
	.subnav {
		position: absolute;
		top: 10px;
		right: 0;
	}
	h1.top_area {
		margin-top: 160px;
	}
	.reservations {
		text-align: center;
	}
	.leader_top { margin-top: 100px;}

	.tripadvisor_link .two_col.none-margin {
		margin-top: 60px;
	}
	#footer_links .ft_friends .qr_code {
		text-align: left;
	}
	a.popup_two,
	a.popup { display: none;}
	.item {
		flex-wrap: wrap;
		display: block;
  }

  .item>.img {
		width: 80%;
		margin: auto;
	}
	.promotions {
		width: 80%;
		margin: auto;
	}
  .item>.description {
		padding-left: 0;
		padding-top: 20px;
		margin: auto;
		margin-bottom: 50px;
		width: 80%;
  }
  .direct-promo {
    font-size: 22px;
  }
  .direct-promo .validity {
    font-size: 22px;
  }
}

@media (max-width: 560px) {
	.leader_top {
		margin-top: 150px;
	}
	.nav {
		width: 90%;
		margin: auto;
		position:relative;
		top: 0;
	}
	.four_col {
		width: 100%;
		margin-right: 0;
	}
	#footer_links .mini-logo img {
		width: 30%;
	}
	.four_col.ft_gallery ul {
		margin: auto;
	}
	.four_col.ft_gallery li a {
		display: block;
		padding: 8px;
	}
	#footer_links .mini-logo {
		text-align: center;
	}
	#footer_links p {
		font-size: 13px;
	}
	#footer_links h3 {
		border-bottom: 1px dotted #aaa;
		padding: 20px 0 2px 0;
		font-size: 22px;
	}
	#footer_links {
		text-align: center;
	}
	.img_satisfaction {
		float: none;
		margin: 0 auto 10px auto;
		text-align: center;
	}
	.logo img {
		width: 80%;
		max-width: 320px;
	}
	#main h1.top_area {
		margin-bottom: 45px;
	}
	ul#navigation li a:link,
	ul#navigation li a:visited {
		display: block;
		padding: 10px 0;
		font-size: 18px;
	}
	.classic_rate td,
	.classic_rate th {
		border: 1px solid #444;
		padding: 10px 12px;
		font-size: 13px
	}
	#footer_links .ft_friends .qr_code {
		text-align: center;
	}
	#footer_links .ft_friends .qr_code img {
		max-width: 100%;
	}
	a.popup_two,
	a.popup { display: none;}

	.item>.img {
		width: 90%;
		margin: auto;
	}
	.promotions {
		width: 90%;
	}
	.item>.description {
		padding-left: 0;
		padding-top: 10px;
		margin: auto;
		width: 90%;
  }
	.item .img {
		margin-top: 25px;
		margin-bottom: 15px;
	}

}
.number{
    width: 100%;
    
}

.video_two_col {
    display: block;
    width: 100%;
    max-width: 450px;
}




/* Most of the heart's CSS came from the Shapes of CSS  */
/* http://css-tricks.com/examples/ShapesOfCSS/          */
/* http://css-tricks.com/controlling-css-animations-transitions-javascript */

.popupbook {
  position: relative;
  width: 180px;
  height: 180px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transition: all 1s;
  opacity: 0;
}
.popupbook.animated {
 -webkit-animation: 1500ms pulsate alternate ease-in-out;
  -moz-animation: 1500ms pulsate alternate ease-in-out;
  -ms-animation: 1500ms pulsate alternate ease-in-out;
  -o-animation: 1500ms pulsate alternate ease-in-out;
  animation: 1500ms pulsate alternate ease-in-out;
  animation-delay: 1.5s;
  animation-iteration-count: 2;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-iteration-count: 2;
  opacity: 1;
}
.popupbook:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation:'';
  -moz-animation:none;
  -ms-animation:'';
  -o-animation:'';
  animation:'';
}

@keyframes pulsate {
  0% { transform: scale(0.9); }
  50% { transform: scale(1); }
  100% { transform: scale(0.9); }
}
@-webkit-keyframes pulsate {
  0% { -webkit-transform: scale(0.9); }
  50% { -webkit-transform: scale(1); }
  100% { -webkit-transform: scale(0.9); }
}
@-moz-keyframes pulsate {
  0% { -moz-transform: scale(0.9); }
  50% { -moz-transform: scale(1); }
  100% { -moz-transform: scale(0.9); }
}
@-ms-keyframes pulsate {
  0% { -ms-transform: scale(0.9); }
  50% { -ms-transform: scale(1); }
  100% { -ms-transform: scale(0.9); }
}
@-o-keyframes pulsate {
  0% { -o-transform: scale(0.9); }
  50% { -o-transform: scale(1); }
  100% { -o-transform: scale(0.9); }
}

