::selection{ background-color: #BB7832; color: white; }
::moz-selection{ background-color: #BB7832; color: white; }
::webkit-selection{ background-color: #BB7832; color: white; }
/*-------------------------------------------------*/
/* =  Content style
/*-------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
}
footer {
	font-size:0.9em;
	color:#666;
	margin:1rem;
	text-shadow: 0.1em 0.1em 0.05em #999;
}
.clear {
	display:block;
	clear:both;
}
#language-switch {
	color:#ffffff;
	text-transform:uppercase;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	z-index: 10;
}
#background-container {
	position:relative;
	height: 20em;
	width:100%;
}
#background-container .background {
	background: center;
	height: 20em;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

#main-frame {
	border: 3px solid white;
	border-radius: 15px;
	display: block;
	max-width:50em;
	margin:0 auto;
}
#main-frame .col-left {
	background:#777;
	border-radius: 1rem;
	overflow:hidden;
	padding-bottom:1rem;
}
#main-frame .col-left a {
	text-shadow:1px 1px 1px #fff;
}
#main-frame #offers {
	width:70%;
	margin:0 auto;
}
#main-frame #close-offers {
	display: block;
	top: 21em;
	width: 70%;
	position: absolute;
	text-align: right;
	z-index: 12;
}
#main-frame #close-offers a {
	padding:0.5rem;
	display:inline-block;
}
#main-frame .offers-inner {
	padding:2rem 0 0.5rem 0;
	text-align: center;
	position:absolute;
	z-index: 11;
	top:21em;
	display:block;
	color:#FFFFFF;
	width:70%;
	height:6em;
	background:url('../images/transparent-white-70.png') repeat;
	border-radius: 15px;
}
#main-frame header {
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#header-logo {
	display: inline-block;
	width: 195px;
	text-align: right;
}
#header-logo h1 { margin:0;}
#main-frame #offers .title h2 {
	color:#bb7832;
	background-color:#ffffff;
	font-size:1.5em;
	display:inline-block;
	margin:0.5em 0 0.5em 0;
}
#main-frame #offers .text {
}
#main-frame #offers .text p{
	color:#666666;
	display:inline;
}
#main-frame #offers .offer {
	width: 90%;
	padding:0% 5%;
	display:none;
	position:absolute;
	margin-bottom:1.5em;
}
#main-frame #offers .offer .date{
	font-size:12px;
}
#main-frame #offers .offer h3 {
	display:inline;
	color:#bb7832;
	font-size:1.2em;
	background-color:#ffffff;
	margin:0.5em 0 0.5em 0;
}
#main-frame #offers .offer .view-more{
	margin-top:5px;
}
#main-frame #offers .offer .view-more a{
	font-family: 'PFBeauSansPro-Xthin', sans-serif;
	display:inline;
	color:#bb7832;
	background-color:#ffffff;
}
#main-frame #offers .offer .view-more a:active{
	color:#ffffff;
	background-color:#bb7832;
}
#main-frame #menu {
	text-align:center;
	display:none;
}
#menu_collapser {
	background:#BD7419;
}
#menu_collapser a {
	text-shadow: 1px 1px 1px #333!important;
	color:#ffffff;
	text-align: center;
	padding:0.1rem;
	font-family: 'PFBeauSansPro-Xthin', sans-serif;
	background:url('../images/arrow-down.png') 95% 50% no-repeat;
	font-size: 1.5em;
	display:block;
}
#menu_collapser.active {
background: #ffffff;
}
#menu_collapser.active a {
	background:url('../images/arrow-up-golden.png')  95% 50% no-repeat;
color:#BD7419;
}
#menu a {
	text-shadow: 1px 1px 1px #333!important;
	font-family: 'PFBeauSansPro-Xthin', sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	padding:0.05rem;
	display:block;
	color:#ffffff;
}
#menu a:active{
	color:#dfa45b;
}
#menu ul li ul {
	/*display:none;*/
}
#menu li.active a{
	text-decoration:underline;
}
#menu .submenu {
	display:none;
	font-family: 'PFBeauSansPro-Xthin', sans-serif;
	font-size:1.3em;
}
#menu ul li.active .submenu {
	margin-bottom:0.3em;
	display:block;
}
#menu ul li.active .submenu a {
	text-decoration:none;
}
#menu .submenu a{
	font-size: 1em;
	text-transform: none;
	height:auto;
	color:#ffffff;
}
#menu .submenu a:active{
	color:#dfa45b;
}
#menu .submenu li.active a{
	text-decoration: none;
	display:inline-block;
	background:#ffffff;
	color:#BB7832;
}
#main-frame .content-main {
	padding: 0.5rem 1rem;
	color:#ffffff;
	text-shadow: 1px 1px 1px #333;
}
.content-main p {
	margin:1em 0;
}
.content-main h2 {
	font-size:22px;
}
.content-main ul {
	list-style-image: url('../images/bullet-golden.png');
	list-style-position: inside;
}
.content-main ul li {
	margin-bottom:5px;
}
#page-inner {
}
#page-inner.white {
	background:white;
}
#page-inner {
}
#page-inner.white .content-main {
	text-shadow: none;
	width:auto;
	color:#666;
}
#page-inner.white h2 {
	margin:0.3rem 0;
	font-size:1.7em;
	color:#BB7832;
}



#breadcrumbs {
	font-family: 'PFBeauSansPro-Xthin', sans-serif;
	padding:1rem 0 0 0;
	font-size:1.1em;
	font-weight:bold;
}
#breadcrumbs li {
	padding:0 1rem 0 0;
	background:url('../images/gt-white.png') right center no-repeat;
	display:inline-block;
}
#page-inner.white #breadcrumbs li {
	background:url('../images/gt-golden.png') right center no-repeat;
}
#breadcrumbs li:last-child {
	background:none!important;
}
#breadcrumbs li.active a {
	background-color:#BB7832;
	color:#ffffff;
}



#inner-nav {
	font-family: 'PFBeauSansPro-Xthin', sans-serif;
	padding:0.5em 0 0.5em 0;
}
#inner-nav li {
	padding:0 1rem 0 0;
	background:url('../images/bullet-white.png') right center no-repeat;
	display:inline-block;
}
#page-inner.white #inner-nav li {
	background:url('../images/bullet-beige.png') right center no-repeat;
}
#inner-nav li:last-child {
	background:none!important;
}
#inner-nav li a {
	padding:0.3rem 0.05rem;
	display:inline-block;
	font-weight:bold;
	font-size:1em;
}
#inner-nav li.active a {
	text-shadow:none;
	background-color:#BB7832;
	color:#ffffff;
}
.image-grid {
	padding:0.9rem 7px 0.9rem 0.9rem;
}
#page-inner ul#rooms_list {
	list-style: none;
	list-style-image: none;
}
#page-inner ul#rooms_list li {
	background: #C9985B;
	text-align:right;
margin-bottom: 0;
}
#page-inner ul#rooms_list li h3 {
	margin:0;
	padding-top:1rem;
}
#page-inner ul#rooms_list li h3, #page-inner ul#rooms_list li a.more {
	display:block;
	padding-left:1rem;
	padding-right:1rem;
	padding-bottom:1rem;
}
#page-inner ul#rooms_list li .image {
	margin-right:1rem;
	width:50%;
	text-align:left;
	float:left;
	overflow:hidden;
}
#page-inner ul#rooms_list li .image img {
	width:100%;
	vertical-align: bottom;
}
#page-inner ul#rooms_list li.right {
	background: #777;
	color:#ffffff;
	text-align:left;
}
#page-inner ul#rooms_list li a{
	text-shadow:1px 1px 1px #333;
	color:#ffffff;
}
#page-inner ul#rooms_list li.right .image {
	margin-right:0;
	margin-left:1rem;
	text-align:right;
	float:right;
}
#room-gallery.image-grid {
	padding:0;
}
.image-grid .image {
	float: left;
	width:32%;
	margin: 0 1% 1% 0;
	position: relative;
}
.image-grid a img{
	vertical-align: bottom;
	width:100%;
}
.image-grid a {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display:block;
}
.social {
	position:absolute;
	right:1em;
}
.social li {
	display:inline-block;
margin-left: 5px;
}
/*.social li:hover a {
	background-position:bottom;
}*/
.holidaycheck a {
	background: url("../images/social-holidaycheck.png") no-repeat center;
	width:81px;
	height:16px;
	overflow:hidden;
	text-indent: -9999px;
	display: inline-block;
}
.social a {
	width:40px;
	height:50px;
	overflow:hidden;
	text-indent: -9999px;
	display: inline-block;

}
.facebook a {
	background: url("../images/facebook.png") no-repeat bottom;
}
.twitter a {
	background: url("../images/twitter.png") no-repeat bottom;
}
.instagram a {
	background: url("../images/instagram.png") no-repeat bottom;
}
.foursquare a {
	background: url("../images/foursquare.png") no-repeat bottom;
}
.pintertest a {
	background: url("../images/pintertest.png") no-repeat bottom;
}
.linkedin a {
	background: url("../images/linkedin.png") no-repeat bottom;
}
/*.facebook a:hover, .twitter a:hover {
	background-position:bottom;
}*/
.tripadvisor {
	display:inline-block;
}
.tripadvisor a {
	background: url("../images/tripadvisor.png") no-repeat bottom;
	width: 150px;
	height: 46px;
	overflow: hidden;
	text-indent: -9999px;
	display: inline-block;
}
.tripadvisor a:hover {
}
.booking {
	display:inline-block;
	padding-left: 0.5rem;
}
.booking a {
	background: url("../images/booking.png") no-repeat bottom;
	width:150px;
	height:46px;
	overflow:hidden;
	text-indent: -9999px;
	display: inline-block;
}
.booking a:hover {
}
.book-now {
}
.book-now a {
	font-weight:bold;
background: url("../images/book-now-small.png") no-repeat right;
color:#e41e16;
line-height: 3em;
font-size:1.1em;
padding:0.8rem 3.2rem 0.8rem 1rem;
display: inline-block;
}
#bg-nav img.prev {
	z-index:10;
	position: absolute;
	top: 19em;
	left: 3%;
}
#bg-nav img.next {
	z-index:10;
	position: absolute;
	top: 19em;
	right: 3%;
}
#bg-nav img {
	cursor:pointer;
	border:0;
}
#bg-nav img:active {
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity:1;
}
#main-frame {
	opacity:1;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-o-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
#page-inner .content-left {
	width:300px;
	position: absolute;
	height: 350px;
}
#page-inner .content-right {
	margin-left:300px;
}
#location-gallery.image-grid .hidden {
	display:none;
}
#location-embed {
	margin-top:1rem;
	width: 280px;
	height: 200px;
}
#location-embed iframe {
max-width:280px;
}
#location-embed small a {
color: #BB7832!important;
}
#contact-form .field input, #contact-form textarea {
	font-family:'Century Gothic', 'Avant Garde Gothic', 'Avant Garde', 'URW Gothic L', helvetica, sans-serif;
	margin-top:1rem;
border-radius: 5px;
padding: 0.5rem 1%;
border: solid 1px #E5E5E5;
outline: 0;
width: 98%;
margin-right:1rem;
background: -webkit-gradient(linear, left top, left 19, from(#FFF), color-stop(4%, #F5F3F2), to(#FFF));
background: -moz-linear-gradient(top, #FFF, #E7C39E 1px, #FFF 1em);
box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
-moz-box-shadow: rgba(0,0,0, 0.1) 0 0 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;

}
#contact-form .field input.disabled, #contact-form textarea.disabled {
	color:#666;
}
#contact-form .field input:focus, #contact-form textarea:focus {
border-color: #C9C9C9;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 8px;
}
#contact-form #submit_contact {
	cursor:pointer;
	font-family:'Century Gothic', 'Avant Garde Gothic', 'Avant Garde', 'URW Gothic L', helvetica, sans-serif;
	color:#ffffff;
	margin-top:1rem;
border-radius: 5px;
padding: 9px;
border: solid 1px #E5E5E5;
outline: 0;
background:#BB7832;
background: -webkit-gradient(linear, left top, left 21, from(#BB7832), color-stop(14%, #D3B18D), to(#BB7832));
background: -moz-linear-gradient(top, #BB7832, #D3B18D 5px, #BB7832 1em);
box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
-moz-box-shadow: rgba(0,0,0, 0.1) 0 0 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;

}
#contact-form #submit_contact:active {
border-color: #C9C9C9;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 8px;
}
#contact-form #submit_contact.disabled {
	cursor:default;
background:#D3B18D;
background: -webkit-gradient(linear, left top, left 21, from(#BB7832), color-stop(14%, #D3B18D), to(#D3B18D));
background: -moz-linear-gradient(top, #BB7832, #D3B18D 5px, #D3B18D 1em);
}

#contact_form_message.error {
	height:17px;
	color:red;
	padding:5px 0;
}