html {
	height: 100%;
}
body {
	position: relative;
	font-size: 15px;
	color: #000;
	background: #FFF none repeat scroll 0% 0%;
	height: 100%;
}
.fancybox-lock body {
	overflow: visible !important;
}
#page {
	font-family: "ralewaylight",Verdana,Helvetica,Arial,sans-serif;
	font-weight: normal;
	overflow: hidden;
	min-height: 100%;
	height: auto !important;
	margin: 0px auto -76px;
}
header {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#page > section {
	padding-bottom: 76px;
}
a.logo img {
	margin: 5px auto -10px;
	height: 110px;
}
.logo-text {
	text-align: center;
}
.logo-text h1 {
	font-size: 30px;
	margin: 0.9em 0px 0px;
	font-weight: normal !important;
	white-space: nowrap;
}
.logo-text h2 {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 18px;
	margin: 0.5em 0px 0px;
	font-weight: normal !important;
}
.header-contact h1 {
	font-size: 25px;
	margin: 0.4em 0px 0px;
	font-weight: normal !important;
	text-align: right;
}
.social {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: outside none none;
	float: right;
}
.social li {
	display: inline-block;
	padding: 0px;
	margin: 0px 2px 0px 0px;
}
.social li a {
	display: block;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 50% center;
	font-size: 12px;
	border: 0px none;
	text-decoration: none;
	width: 32px;
	height: 32px;
}
.social li a.sp_social_facebook {
    background-image: url("../images/facebook.png");
}
.social li a.sp_social_twitter {
    background-image: url("../images/twitter.png");
}
.social li a.sp_social_youtube {
    background-image: url("../images/youtube.png");
}
.social li a.sp_social_flickr {
    background-image: url("../images/flickr.png");
}
.social li a span {
    display: none;
}
#menu {
	padding: 15px 0;
}
ul.menu {
	margin: 0px auto;
	list-style: outside none none;
}
ul.menu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 0px;
	margin-right: 5px;
	border: 1px solid transparent;
}
ul.menu li .item {
	font-size: 15px;
	padding: 0px 15px;
	display: table-cell;
	vertical-align: middle;
	line-height: 24px;
	height: 40px;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	outline: 0px none;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: all 0.2s ease-out 0s;
}
ul.menu li.active .item, ul.menu li:hover .item {
	color: #FFF;
	border: 1px solid #FFF;
}
@media (min-width: 992px) {
.group-reservation {
	position: absolute;
	width: 190px;
	margin-top: -70px;
	margin-left: -70px;
}
}
@media (max-width: 991px) {
.group-reservation {
	position: relative;
	margin: 0 0 -50px 0;
	clear: both;
}
}
.promo {
	background: #FAAA12; 
	color: #000; 
	border-radius: 10px; 
	padding: 15px; 
	border: 2px solid #fff;
	text-align: center;
	margin-bottom: 15px;
}
#top > .container {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
}
.block {
	padding: 15px;
}
#utility {
	background-color: #181818;
	padding: 15px 0;
	text-align: center;
}
#maintop p {
	position: relative;
}
span.maintop-btn {
	position: absolute;
	top: 5px; right: 15px;
	font-family: new times roman;
	font-style: italic;
	font-size: 20px;
	color: #FFFC00;
	text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.gal {
	margin-bottom: -4px;
}
.gal a {
	display: inline-block;
	margin: 0 2px 4px;
	position: relative;
}

.gal a:hover:after {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	height: 100%; width: 100%;
	background: rgba(0, 0, 0, 0.5) url("../images/magnifier.png") no-repeat scroll 50% 50%;
}
.gal a img {
	width: 150px;
	height: 112px;
}
#feature {
	background-color: #FAFFE9;
}
#content {
	margin: 15px 0;
}
.room {
	position: relative;
}
.room img {
	margin-bottom: 15px;
}
.room .rates {
	position: absolute;
	top: 5px; right: 5px;
}
.rates {
	display: block;
	border: 2px solid #fff;
	/*background-color: #F79646;
	color: #fff;*/
	min-width: 95px;
	padding: 5px 10px;
	text-align: center;
	font-size: 13px;
	white-space: nowrap;
	cursor: pointer;
	font-weight: bold;
}
.rates:hover {
	text-decoration: none;
}
.rates.btn-warning {
	width: 95px;
}
.room-gallery {
	position: relative;
	overflow: hidden;
	height: 400px;
}
.room-gallery img {
	position: absolute;
	transition: all 1s ease-out 0s;
	opacity: 0;
}
.room-gallery img.active {
	opacity: 1;
	
}
.right-menu {
	margin: 15px 0;
}
.right-menu h2 {
	text-align: center;
	background: #0A92E0 none repeat scroll 0% 0%;
	border-radius: 10px 10px 0px 0px;
	padding: 5px;
	margin: 0px;
	color: #FFF;
	font-weight: bold !important;
}
.right-menu ul {
	margin: 0;
	padding: 0;
	border-top: 1px dashed #CCC;
	background: #F7F7F7 none repeat scroll 0% 0%;
	list-style-type: none;
}
.right-menu ul li {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.right-menu ul li a {
	display: block;
	padding: 0px 12px 0 30px;
	line-height: 34px;
	font-size: 18px;
	margin: 0px;
	border-bottom: 1px dashed #CCC;
	color: #666;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFF;
	transition: all 0.25s ease-out 0s;
}
.right-menu ul li.active a {
	background-color: #DEDEDE;
	color: #0007AA;
}
.right-menu ul li a:hover {
	background-color: #DEDEDE;
}

#footer-menu .container {
	background-color: #FAAA12;
	color: #000;
	border-radius: 15px 15px 0px 0px;
}
#footer-menu .container p {
	margin: 10px 0;
	text-align: center;
}
#footer-menu a {
	color: #000;
	transition: all 0.2s ease-out 0s;
}
#footer-menu a:hover {
	text-decoration: none;
	color: #005586;
}
.slider {
	padding: 15px 0;
}
.slider .container {
	overflow: hidden;
	padding: 0;
	position: relative;
}
/*.slider .container:hover a.prev, .slider .container:hover a.next, .room-gallery:hover a.next, .room-gallery:hover a.prev {
	opacity: 1;
}*/
.slider .container a.prev, .slider .container a.next, .room-gallery a.next, .room-gallery a.prev {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	opacity: 1;
	width: 36px;
	height: 34px;
	background-image: url('../images/fancybox_sprite.png');
	z-index: 2;
}
.slider .container a.prev, .room-gallery a.prev {
	background-position: 0 -36px;
	left: 10px;
}
.slider .container a.next, .room-gallery a.next {
	background-position: 0 -72px;
	right: 10px;
}
.slider .container .row {
	position: relative;
	display: table;
	left: 0;
	transition: left 0.2s ease-out 0s;
	margin: 0;
}
.slider .container .row > div {
	display: table-cell;
	padding: 0 5px;
}
.slider .container .row a {
	display: block;
}
.slider .container .row a img {
	
}
a.photo img {
	margin-bottom: 15px;
}
footer {
	font-family: "ralewaylight",Verdana,Helvetica,Arial,sans-serif;
	font-weight: normal;
	color: #FFF;
	background-color: #0C0C0C;
	min-height: 76px;
}
footer .container > .row {
	padding: 20px;
}
footer p {
	margin: 0 0 15px;
}
footer a {
	color: #FFF;
	transition: all 0.2s ease-out 0s;
}
footer a:hover {
	color: #58DBA0;
	text-decoration: none;
}
.alignment {
    margin-top: 25px;
}
/*fonts*/
@font-face {
  font-family: 'ralewaylight';
  src: url('../fonts/raleway-light-webfont.eot');
  src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-light-webfont.woff') format('woff'), url('../fonts/raleway-light-webfont.ttf') format('truetype'), url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayregular';
  src: url('../fonts/raleway-regular-webfont.eot');
  src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-regular-webfont.woff') format('woff'), url('../fonts/raleway-regular-webfont.ttf') format('truetype'), url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.btn {
	font-weight: bold;
}
.accessibe-trigger-default {
	top: 49%!important;
	bottom: auto!important;
	left: auto!important;
	right: 20px!important;
}

@media (max-width: 767px){
	#menu ul li:nth-of-type(3),
	#menu ul li:nth-of-type(4),
	#menu ul li:nth-of-type(5),
	#menu ul li:nth-of-type(6),
	#booking{display: none;}
}