.bt-open-nav,
nav.nav-mobile {
	display: none;
}

.margin-top {
	margin-top: 180px;
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	font-weight: 500;
}

header ul {
	display: inline-block;
}

header ul li {
	display: inline-block;
}

header ul li a {
	color: #323d41;
}

header .top-bar {
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	letter-spacing: .2px;
	background: #333;
	color: #fff;
}

header .top-bar i {
	color: #fff;
}

.lang-desktop ul li {
    margin-left: 13px;
}

header .top-bar ul li a {
	color: #fff;
}

header .top-bar ul li a:hover,
header .top-bar ul li a.menuactive {
	text-decoration: underline;
}

header .top-bar .info-contact {
	padding-right: 15px;
	border-right: 1px solid #ddd;
}

.lang-desktop {
    display: inline-block;
}

header .middle-bar {
	background-color: #fff;
}

header .middle-bar .col-md-8 {
	display: flex;
	align-items: center;
}

header .middle-bar .col-md-2 {
	display: flex;
	align-items: center;
	justify-content: end;
}

header .bottom-bar {
	background: #474d52;
	transition: .4s;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}

header.sticky .bottom-bar {
	background: #474d52;
	transition: .4s;
}

header .logo {
	display: block;
    line-height: 0;
    max-width: 500px;
    margin: 10px auto;
    transition: all .3s ease-out;
}

header .logo img {
    width: 100%;
}

header nav.nav-desktop ul li {
	padding-left: 15px;
	position: relative;
}

header nav.nav-desktop ul li a {
	display: block;
	line-height: 65px;
	color: #fff;
    padding: 0 10px;
    letter-spacing: 1px;
    transition: all .3s ease-out;
    text-decoration: none !important;
    font-size: 18px;
    text-transform: uppercase;
}

header nav.nav-desktop ul li a.menuactive {
	color: #474d52;
    border-bottom: 3px solid #474d52;
}

header nav.nav-desktop ul li.hassub > a {
	background: url(img/arrow-nav.png) no-repeat;
	background-position: center right;
	padding-right: 22px;
}

header nav.nav-desktop ul > li > ul {
    position: absolute;
    left: 0;
    background: #67b32f;
    display: none;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}

header nav.nav-desktop ul > li:hover ul {
	display: inline-block;
}

header nav.nav-desktop ul > li > ul > li {
    padding-left: 0;
}

header nav.nav-desktop ul > li > ul > li > a {
    min-width: 150px;
}

header.sticky ul li a,
header.sticky ul li a i {
	color: #fff;
}

header.sticky .top-bar ul li a.menuactive {
	color: #fff;
	text-decoration: underline;
}

header.sticky nav.nav-desktop ul li a {
	line-height: 60px;
}

header.sticky nav.nav-desktop ul li a.menuactive {
	color: #fff;
    border-bottom: 3px solid #fff;
}

nav.nav-mobile {
    z-index: 999999;
    right: -350px;
}

nav.nav-mobile.open-nav {
    right: 0;
    transition: .3s;
}

/* Banner */

.banner-content {
    position: relative;
}

#full-width-slider {
	z-index: 0;
}

.banner-content .content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.banner-content .content .container {
	margin-top: 270px;
}

.heroSlider .rsOverflow, .royalSlider.heroSlider {
    height: 665px !important;
}


/* Booking */

.booking-content {
	position: relative;
	max-width: 600px;
	margin: auto;
}

.booking-content .inner {
    background-color: rgba(255,255,255,.85);
    padding: 0;
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
}

.booking-content .inner h2 {
	color: #474d52;
}

.booking-content .inner h5 {
    font-weight: 600;
}

.booking-content .inner span {
	font-size: 12px;
}

.booking-content .inner input {
	background: #fff url(img/calendar.png) no-repeat;
	background-position: center right 10px;
	padding-right: 38px;
}

.booking-content .inner .btn {
	width: 100%;
}

.datepicker.col-md-6,
.timepicker.col-md-6 {
    margin-top: 10px;
}


.bootstrap-datetimepicker-widget table td.day {
    height: 28px !important;
    line-height: 28px !important;
    width: 20px !important;
}