/* Header */
@media (min-width: 992px) {
	#header .header-nav-main {
		margin: 6px 0 0;
	}
	#header .header-nav-main nav > ul > li > a.active {
		color: #CCC !important;
		background: transparent !important;
	}
	#header .header-nav-main nav > ul > li:hover > a.active, #header .header-nav-main nav > ul > li.open > a.active {
		color: #FFF !important;
		background: #CCC !important;
	}
}
/* Custom Icon */
.thumb-info .thumb-info-custom-icon {
	width: auto;
	margin: -30px auto 0;
	transform: none !important;
}

/* Custom Divider */
.custom-divider {
	height: 56px;
	background: transparent url(../../img/custom-divider-1.png) no-repeat center center;
}

/* Custom Thumb Info */
.thumb-info-custom {
	position: relative;
	overflow: visible;
	z-index: 2;
}
.thumb-info-custom:before {
	border: 1px solid #ddd;
	bottom: -5px;
	content: "";
	height: 5px;
	left: 2px;
	position: absolute;
	right: 2px;
	width: auto;
	z-index: 0;
}
.thumb-info-custom:after {
	border: 1px solid #ddd;
	bottom: -9px;
	content: "";
	height: 5px;
	left: 5px;
	position: absolute;
	right: 5px;
	width: auto;
	z-index: 0;
}
.thumb-info-custom .btn {
	margin: 0 0 -45px;
	position: relative;
	z-index: 10;
}

/* Thumb Info Custom Icon */
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom {
	top: 0;
	margin-top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	display: block;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom a {
	display: block;
	width: 100%;
	height: 100%;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom .thumb-info-icon-custom:before {
	border-top: 1px solid #ddd;
	content: "";
	height: 1px;
	left: 20%;
	position: absolute;
	right: 2px;
	top: 50%;
	width: 60%;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom .thumb-info-icon-custom:after {
	border-left: 1px solid #ddd;
	content: "";
	height: 60%;
	left: 50%;
	position: absolute;
	right: 2px;
	top: 20%;
	width: 1px;
}

/* Thumb Info Caption Text Custom */
.thumb-info-caption-text-custom {
	background: #F4f4f4;
	margin: 0 !important;
	padding: 14px !important;
}

.thumb-info .thumb-info-caption {
	padding: 0;
}

/* Thumb Info Custom Blog */
@media (max-width: 991px) {
	.thumb-info-blog-custom img {
		max-width: 120px;
		margin-bottom: 10px !important;
	}
}
/* Menu */
.menu-title {
	color: #a2a2a2;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 30px 0 10px;
	text-transform: uppercase;
}

.menu-item {
	margin-bottom: 40px;
}
.menu-item h4 {
	color: #444;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.menu-item .menu-item-price {
	font-size: 16px;
	color: #999;
	float: right;
	margin: 3px 15px 0 0;
}
.menu-item p {
	font-size: 14px;
	color: #999;
}

/* Special Menu */
.special-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.special-menu li {
	margin: 0 0 32px 0;
	padding: 0;
	clear: both;
}
.special-menu img {
	float: left;
	margin: 0 25px 0 0;
	max-width: 68px;
}
.special-menu h3 {
	font-size: 24px;
	padding: 7px 0 4px 95px;
	margin: 0;
	text-transform: none;
	font-family: Georgia, serif;
	font-style: italic;
}
.special-menu h3 em {
	font-size: 16px;
}
.special-menu p {
	font-size: 1.3em;
	font-family: Georgia, serif;
	font-style: italic;
	margin: 0 0 0 95px;
	position: relative;
	display: block;
}
.special-menu p span {
	background: #FFF;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 10px 0 0;
}
.special-menu p:before {
	border-bottom: 2px dotted #ddd;
	content: "";
	height: 1px;
	left: 0%;
	position: absolute;
	bottom: 5px;
	width: 100%;
	z-index: 1;
}
.special-menu .special-menu-price {
	background: #fff;
	display: inline-block;
	float: right;
	font-size: 22px;
	margin-top: -26px;
	padding: 0 0 0 10px;
	position: relative;
	z-index: 3;
}

@media (max-width: 991px) {
	.special-menu p {
		padding-bottom: 35px;
	}
	.special-menu .special-menu-price {
		margin-top: -20px;
	}
}
.google-map.small {
	max-width: 300px;
	height: 200px;
}

.room-suite-info::after {
	clear: both;
	content: "";
	display: table;
}
.room-suite-info ul {
	margin: 10px 0 30px;
	padding: 0;
	list-style: none;
}
.room-suite-info ul li {
	border-bottom: 1px solid #e9e9e9;
}
.room-suite-info ul li label {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	opacity: 0.7;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: 50%;
}
.room-suite-info ul li span, .room-suite-info ul li strong {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 0 -10px 0 -5px;
	padding: 0;
	width: 50%;
	text-align: right;
}
.room-suite-info ul li strong {
	font-size: 14px;
	font-weight: 700;
	padding: 15px 0;
}
.room-suite-info ul li .room-suite-info-detail {
	float: left;
	font-size: 11px;
	margin: 7px 0 0;
	text-transform: uppercase;
}
.room-suite-info ul li .room-suite-info-book {
	float: right;
	font-size: 12px;
	margin: 7px 0 0;
	text-transform: uppercase;
	font-weight: 700;
}
.room-suite-info ul li .room-suite-info-book-now {
	float: right;
	margin: 7px 0 50px;
}
.room-suite-info ul li:last-child {
	border-bottom: 0;
}

/* Sort Destination IE10/11 */
html.ie10 .sort-destination:not(.full-width),
html.ie11 .sort-destination:not(.full-width) {
	left: -15px;
}
html.ie10 .sort-destination:not(.full-width) .isotope-item,
html.ie11 .sort-destination:not(.full-width) .isotope-item {
	margin-left: 15px;
	margin-right: 15px;
}

#footer {
	margin-top: 0;
}
#footer .footer-copyright p {
	color: rgba(255, 255, 255, 0.25);
	font-size: 15px;
	padding: 45px 0 10px 0;
	text-transform: uppercase;
}
#footer .footer-copyright p a {
	color: rgba(255, 255, 255, 0.25);
}
#footer .footer-copyright p .separator {
	display: inline-block;
	padding: 0 10px;
	font-size: 10px;
	position: relative;
	top: -2px;
}
