body {
	font: 15px/1.7em 'Oxygen', sans-serif;
	color: #444;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1120px;
	}
}
h1 {
	font: 400 27px 'Trajan Pro', 'Cinzel', serif;
	color: #000;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase;
}
h2 {
	font: 400 20px 'Trajan Pro', 'Cinzel', serif;
	color: #000;
	margin-bottom: 5px;
}
h3 {
	font: 400 18px 'Trajan Pro', 'Cinzel', serif;
	color: #000;
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 {
	font: 400 16px 'Trajan Pro', 'Cinzel', serif;
	color: #111;
	margin-top: 0;
	margin-bottom: 5px;
}
h1.dark-line {
	overflow: hidden;
	text-align: center;
}
h1.dark-line:before, h1.dark-line:after {
	background: rgba(0,0,0,0.5);
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 10%;
}
h1.dark-line:before {
	right: 0.7em;
	margin-left: -50%;
}
h1.dark-line:after {
	left: 0.7em;
	margin-right: -50%;
}
a {
	color: #333;
}
a:focus {
	outline: 0;
}
.top-bar {
	background: rgba(3,17,46,0.4);
	padding: 3px 0;
}

header {
	position: absolute;
	z-index: 1000 !important;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#041a3f+56,000000+100&0.65+0,0+100 */
	background: -moz-linear-gradient(top, rgba(4,26,63,0.95) 10%, rgba(4,26,63,0.6) 60%, rgba(4,26,63,0.3) 80%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(4,26,63,0.98) 10%,rgba(4,26,63,0.6) 60%, rgba(4,26,63,0.3) 80%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(4,26,63,0.98) 10%,rgba(4,26,63,0.6) 60%, rgba(4,26,63,0.3) 80%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6041a3f', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	background: none;
}
.header {
	background: rgba(3,17,46,0.55);
}
.flag-icon {
	width: 22px;
	margin-right: 3px;
	border-radius: 1px;
	position: relative;
	top: -2px;
}
.logo {
	position: relative;
	top: 15px;
	width: 180px;
}
.navbar {
	margin: 0;
}
ul.nav {
	margin: 0;
	padding: 0;
}
ul.nav > li > a {
	padding: 30px 15px !important;
	color: #fff;
	text-transform: uppercase;
	font: 400 13px 'Trajan Pro', 'Cinzel', serif;
	letter-spacing: 0.7px;
	margin-right: 3px;
}
ul.nav > li:hover > a, ul.nav > li > a:focus, ul.nav > li.active > a, ul.nav > li.active:hover > a {
	color: #fff;
	background: rgba(3,17,46,0.2);
}
.dropdown-menu {
	background: rgba(255,255,255,0.95);
	padding: 0 12px;
	border: 0;
	border-radius: 0;
	min-width: 200px;
}
.dropdown-menu li a {
	padding: 8px 0;
	font: 700 14px 'Roboto Condensed', sans-serif;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
.dropdown-menu li:last-child a {
	border-bottom: 0;
}
.dropdown-menu li:hover a {
	background: none;
	color: #A37302;
}
.dropdown-menu li a:focus {
	outline: 0;
}
.nav-tabs li a {
	color: #222 !important;
}
.nav-tabs li.active a {
	color: #222 !important;
}
.nav-tabs li.active a:hover {
	border-bottom: 1px solid #ddd !important;
}
.nav-tabs li:hover a {
	border-bottom: 1px solid #EDEDED !important;
}
.btn-custom {
	font: 700 15px 'Oxygen', sans-serif;
	text-transform: uppercase;
	padding: 11px 16px;
	background: rgba(0,0,0,0.6);
	background: #d64b3b;
	color: #fff;
	border-radius: 0;
	border: 0;
}
.btn-custom:hover {
	color: #fff;
}
.btn-red {
	background: #D8382F;
}
.btn-custom:focus {
	outline: 0;
	color: #fff;
}
.btn-link {
	color: #A27301;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
.btn-link:hover {
	color: #A27301;
}
.btn-link:focus {
	color: #A27301;
	text-decoration: none;
}
.move-up {
	position: relative;
	top: -8px;
}
.btn-outline {
	font: 400 11px 'Georgia', sans-serif;
	text-transform: uppercase;
	padding: 4px 20px;
	margin-top: 10px !important;
	border-radius: 0;
	color: #222;
	border: 1px solid #999;
	background: url(../images/best-rate-checkmark-white.png) no-repeat;
	background-size: 26px;
}
.banner {
	background: #000 url(../images/page-banner.jpg) no-repeat center center;
	height: 250px;
	position: relative;
	top: 70px;
	margin-bottom: 70px;
}
.content {
	padding: 50px 0;
}
.section {
	padding: 30px 0;
	background: #eee;
}
.grey-bg {
	background: #eee url(../images/bg-pattern.png);
}
.box {
	padding: 35px;
	background: #eee url(../images/bg-pattern.png);
}
.marbot-10 {
	margin-bottom: 10px;
}
.marbot-20 {
	margin-bottom: 20px;
}
.marbot-30 {
	margin-bottom: 30px;
}
.marbot-50 {
	margin-bottom: 50px;
}
.marbot-60 {
	margin-bottom: 60px;
}
ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list li {
	padding: 6px 0;
	border-bottom: 1px solid #ddd;
}
ul.list li:last-child {
	border-bottom: 0;
}
ul.list img {
	/*background: #fff;
	padding: 7px;
	border-radius: 100px;
	border: 1px solid #ddd;*/
	width: 32px;
	margin-right: 12px;
	opacity: 0.7;
}
.bullet-list li {
	background: url(../images/check.png) no-repeat left !important;
	padding-left: 25px !important;
	background-size: 13px !important;
}
.img-wrapper {
	position: relative;
}
.img-wrapper h2 {
	background: #000;
	color: #fff;
	font-size: 19px;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	text-shadow: 0 0 10px #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.testimonials {
	background: #e5e5e5 url(../images/bg-blur.jpg);
	background-size: cover;
}
.testimonials h1 {
	color: #fff;
}
.testimonials .fa {
	color: #666;
	font-size: 20px;
	margin: 0 10px;
}
.testimonials .description {
	font: italic 400 17px/1.6em 'Lato', sans-serif;
	background: rgba(255,255,255,1);
	padding: 30px;
	min-height: 160px;
	border-radius: 5px;
}
.testimonials .person-info {
	color: #fff;
	font-weight: 700;
	background: url(../images/arrow-down.png) no-repeat center -2px;
	background-size: 25px;
	padding-top: 18px;
}
.img-full {
	width: 100%;
	background: rgba(0,0,0,0.1);
	border: 1px solid #fff;
	padding: 9px;
}
.form-wrapper {
	background: #eee url(../images/bg-pattern.png);
	padding: 40px 35px;
}
form label span {
	color: red;
}
form .date-picker {
	background: #fff url(../images/calendar-icon.png) no-repeat 96%;
	background-size: 16px;
}
footer {
	background: #061638;
	color: #ddd;
}
.footer-top {
	padding: 50px 0 40px 0;
}
.footer-top h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font: 400 19px 'Trajan Pro', 'Cinzel', serif;
	color: #fff;
}
address {
	line-height: 1.8em;
}
.footer-top a {
	color: #ddd;
}
.footer-top a:hover {
	color: #fff;
	text-decoration: none;
}
.social-icon {
	width: 28px;
	text-align: center;
	height: 28px;
	line-height: 28px !important;
	border: 1px solid #fff;
	border-radius: 30px;
	border-radius: 3px;
	margin-right: 3px;
	color: #fff !important;
}
.fa-tripadvisor {
	background: #5E9F46;
	border: 1px solid #5E9F46;
}
.fa-facebook {
	background: #324A86;
	border: 1px solid #324A86;
}
.fa-tripadvisor:hover {
	background: #5E9F46;
	border: 1px solid #5E9F46;
}
.fa-facebook:hover {
	background: #324A86;
	border: 1px solid #324A86;
}
ul.footer-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.footer-nav li {
	/*border-bottom: 1px solid #222;*/
	padding: 1px 0;
}
ul.footer-nav li:last-child {
	/*border-bottom: 0;*/
}
.footer-bottom {
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255,0.12);
}
.footer-bottom a {
	color: #bbb;
}
.footer-bottom a:hover {
	color: #fff;
	text-decoration: none;
}
.nivo-controlNav {
	position: relative;
	top: -60px;
	margin-bottom: -60px;
	z-index: 1000;
}
@media screen and (max-width: 1199px) {
	ul.nav li a {
		padding: 13px 6px !important;
	}
	.booking-form form select {
		width: 100%;
		margin-bottom: 15px;
	}
	form .btn-custom {
		width: 100%;
	}
	.logo img {
		width: 125px;
	}
}
@media screen and (max-width: 991px) {
	ul.nav li a {
		font-size: 11px !important;
		padding: 15px 4px !important;
	}
	.logo img {
		width: 90px;
	}
}
@media screen and (min-width: 768px) {
	ul.nav li.dropdown:hover ul.dropdown-menu {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	header {
		position: relative;
	}
	.header {
		height: auto !important;
	}
	.logo {
		top: 0;
		position: relative;
	}
	.navbar-header {
		background: #111;
	}
	.navbar-toggle span {
		border-bottom: 2px solid #fff;
	}
	.navbar-collapse {
		max-height: none;
	}
	ul.nav {
		margin-top: 0;
		width: 100%;
	}
	ul.nav > li > a {
		color: #000;
		padding: 15px 0 !important;
		border-bottom: 1px solid #ccc;
		font-size: 13px !important;
	}
	ul.nav > li.active > a, ul.nav > li:hover a, ul.nav > li.active:hover > a, ul.nav > li > a:focus {
		color: #000;
		background: none !important;
	}
	ul.nav > li:last-child > a {
		border-bottom: 0;
	}
	.dropdown-menu {
		padding: 0;
		margin: 0;
	}
	.dropdown-menu li a {
		font: 700 15px 'Lato', sans-serif !important;
		color: #000;
		border-bottom: 1px solid #ccc;
		background: none;
		padding: 9px 26px !important;
	}
	.dropdown-menu li:hover a {
		background: none;
	}
	.text-left-xs {
		text-align: left !important;
	}
	.booking-form {
		position: absolute;
		width: 90%;
		margin-top: 20px;
	}
	.nivo-directionNav {
		display: none;
	}
	.gap-xs {
		margin-bottom: 20px;
	}
	ul.list li:last-child {
		border-bottom: 1px solid #d3d3d3;
	}
	h1 {
		font-size: 18px;
	}
	.main-banner {
		position: relative;
		top: 0;
	}
	.nivo-controlNav {
		position: relative;
		top: 0;
	}
	.logo {
		box-shadow: none;
	}
	.logo img {
		width: 120px;
	}
}

/************Image Hover Effect****************/

.view {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: default;
}
.view .mask, .view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
}
.fifth-effect img {
	opacity: 1;
	transition: all 0.3s ease-in;
}
.fifth-effect .mask {
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	border: 18px solid rgba(0,0,0,0.15);
	box-sizing: border-box;
	transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}
.fifth-effect:hover .mask {
	border: 0px double rgba(0,0,0,0.8);
	opacity: 0;
	visibility: hidden;
}
.fifth-effect:hover img {
	opacity: 1;
}
/*******************************/

/*-----------iArouse Hover Effect----------*/
.ih-item {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border: 8px solid #fff;
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
.ih-item, .ih-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ih-item a {
	color: #333;
}
.ih-item a:hover {
	text-decoration: none;
}
.ih-item img {
	width: 100%;
	height: 100%;
}
.ih-item.square {
	position: relative;
	margin: 0 -5px;
}
.ih-item.square .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.square.effect {
	overflow: hidden;
}
.ih-item.square.effect .img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ih-item.square.effect .info {
	background: #333333;
	background: rgba(0, 0, 0, 0.65);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	padding-top: 15%;
}
.ih-item.square.effect .info h3 {
	color: #fff;
	text-align: center;
	font: 400 17px 'Trajan Pro', 'Cinzel', sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 17% 0 3% 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.ih-item.square.effect .info p {
	font: 15px/1.7em 'Oxygen', sans-serif;
	position: relative;
	color: #fff;
	padding: 0 35px;
	text-align: center;
	-webkit-transition: all 0.35s 0.1s linear;
	-moz-transition: all 0.35s 0.1s linear;
	transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect a:hover .img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.ih-item.square.effect a:hover .info {
	visibility: visible;
	opacity: 1;
}
/*.ih-item.square.effect .info h3 {
 -webkit-transform: translateY(-100%);
 -moz-transform: translateY(-100%);
 -ms-transform: translateY(-100%);
 -o-transform: translateY(-100%);
 transform: translateY(-100%);
 }
 .ih-item.square.effect .info p {
 -webkit-transform: translateY(100%);
 -moz-transform: translateY(100%);
 -ms-transform: translateY(100%);
 -o-transform: translateY(100%);
 transform: translateY(100%);
 }*/
.ih-item.square.effect a:hover .info h3, .ih-item.square.effect a:hover .info p {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.img h3 {
	position: absolute;
	bottom: -10px;
	color: #fff;
	background: rgba(0,0,0,0.55);
	background: url(../images/caption-bg.png);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	width: 100%;
	padding: 20px 0;
}
.ih-item.square.effect a:hover .img h3 {
	opacity: 0;
}

.slider-wrapper img {
	height: 550px;
}

.theme-default .nivo-controlNav a {
    visibility: hidden !important;
}
