/*
Custom Stylesheet
*/

@import url("library/css/style.css");

/* GENERAL */

/* TYPOGRAPHY */
p {
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}
a, a:visited, a:hover {
	color: #7C400D;
}
.entry-content p {
    margin: 0px 0px 18px;
	line-height: 24px;
}

/* FX */
.capty-image img {
    opacity: 1;
    transition: opacity .20s ease-in-out;
    -moz-transition: opacity .20s ease-in-out;
    -webkit-transition: opacity .20s ease-in-out;
}
.capty-image img:hover {
    opacity: 0.8;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* MAP */
.google-maps {
	position: relative;
	padding-bottom: 50%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
#inner-content .google-maps iframe {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* HEADER */
.logo-link {
	display: block;
}
.shadow {
	max-width: 1202px;
	height: auto;
	margin: 50px auto;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
}
#header-image {
    margin-top: 0px;
}

/* MENU */
#menu-main-menu li a {
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
#menu-main-menu li a:hover,
#menu-main-menu li.current_page_item a,
#menu-main-menu li.current_page_item a:hover {
    background-color: #b99f71;
	text-decoration: none;
	color: #F0F0F0;
}

/* WIDGETS */

/* PAGE TITLE */

/* SLIDESHOW */
#main-heading {
	background: #FFF;
	color: #111;
	display: block;
	width: 250px;
	padding: 10px 20px;
	opacity: 0.8 !important;
	font-size: 24px;
	font-weight: 700;
}

/* OFFERS & ROOMS */
.offer,
.room,
.hotels {
	width: 100%;
	height: auto;
	padding: 0 2% 0 0;
	margin: 18px 0;
	background: #f8f8f8;
	box-shadow: 0px 0px 1px #CCC;
	clear: both;
}
.offer-image,
.room-image,
.hotels-image {
	width: 37%;
	float: left;
}
.offer-details,
.room-details,
.hotels-details {
	width: 59%;
	float: right;
	padding-top: 14px;
	padding-bottom: 28px;
}
.offer-title,
.room-title,
.hotels-title {
	font-weight: 700;
	color: #7c400d;
}
.offer-date {
	font-weight: 700;
	color: #b99f71;
}
a.offer-button,
a.room-button {
	display: block;
	width: 150px;
	height: 34px;
	line-height: 34px;
	background-color: #7C400D;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	clear: both;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
a.offer-button:hover, 
a.room-button:hover {
	background-color: #b99f71;
	color: #FFF;
}
.offer-image img,
.room-image img {
	min-width: 100%;
	width: 100%;
	margin-bottom: 0;
}
.details-body {
	width: 56%;
	float: left;
}
.room-facilities {
	width: 40%;
	float: right;
}
ul#facilities-list {
	margin-bottom: 28px;
}
#facilities-list li {
	background:url(library/images/brown-star.png) no-repeat left -2px;
	padding-left: 30px;
}
.room-price {
	font-weight: 700;
}

/* FOOTER */
.left-footer,
.right-footer {
    padding-top: 0px;
}
.left-footer {
    padding-left: 82px;
}
.right-footer {
    padding-right: 82px;
}
.right-footer a, .right-footer a:visited, .right-footer a:hover {
	color: #B99F71;
}
.left-footer p,
.right-footer p {
    height: 28px;
    line-height: 28px;
}
.right-footer .widget {
    margin-top: 30px;
}
.credit {
	color: #555;
}
.facebook-icon {
	height: 28px;
	width: 28px;
	float: right;
	display: block;
	background:url(library/images/facebook-icon.png) no-repeat;
}

/* BOOKING WIDGET */
.bookingform-container {
    position: relative;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    float: none;
}
form#bookingform {
	font-size: 12px;
	width: 250px;
    margin: 5px;
	padding: 10px;
	position: absolute;
    top: -360px;
	left: 36px;
    z-index: 99999;
	background:url(whitebg.png) repeat;
}
form#bookingform h3 {
	line-height: 36px;
	margin: 0px; 
	letter-spacing: 0px;
	visibility: visible;
    color: #111;
    display: block;
    font-size: 24px;
    font-weight: 700;
}
form#bookingform input,
form#bookingform select {
	padding: 2px 5px;
	border-radius: 3px;
	border: 1px solid #CCC;
	width: 96%;
    height: 32px;
    line-height: 32px;
}
form#bookingform input[type=submit] {
	background: #e0cf72; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0cf72 0%, #e5c501 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e0cf72 0%,#e5c501 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e0cf72 0%,#e5c501 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0cf72', endColorstr='#e5c501',GradientType=0 ); /* IE6-9 */
	height: 30px;
	line-height: 30px;
	border: none;
	cursor: pointer;
	padding: 0 14px;
	color: #FFF;
	font-weight: 700;
}
form#bookingform input[type=submit]:hover {
	background: #e5c501; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5c501 0%, #e0cf72 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e5c501 0%,#e0cf72 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e5c501 0%,#e0cf72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c501', endColorstr='#e0cf72',GradientType=0 ); /* IE6-9 */
}
.leftfield,
.rightfield {
	float: left;
	width: 50%;
}

/* RESPONSIVE STYLING */
@media all and (max-width: 1220px) {
	#main-heading {
		width: 230px;
	}
	form#bookingform {
		top: -310px;
		left: 114px;
	}
}
@media all and (max-width: 1030px) {
	#main-heading,
	form#bookingform {
		display: none;
	}
}
@media all and (max-width: 767px) {
	.logo {
		position: absolute;
		top: -11px;
		margin-left: -17%;
		z-index: 50;
		width: 30%;
		max-width: 200px;
	}
	.logo-link {
		text-align: center;
	}
	.offer,
	.room,
	.hotels {
		padding: 0 0;
	}
	.offer-image,
	.room-image,
	.hotels-image {
		width: 100%;
		float: none;
	}
	.offer-details,
	.room-details,
	.hotels-details {
		width: 100%;
		float: none;
		padding-top: 14px;
		padding-bottom: 28px;
		padding: 0 2%;
	}
}
@media all and (max-width: 480px) {
}

.sub-menu li a {
    margin: 0px !important;
border-width: 0px 0px 0px !important;
}
.sub-menu{
border-width: 0px 0px 0px !important;
}