/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
	height: 130px;
}

.header-transparent {
background-color: rgba(240, 242, 247, 0.91 );
}

.header-transparent + .mtop-100,
.header-transparent + .page-title,
.header-transparent + .slider {
	position: relative;
	margin-top: -100px;
}

.header-transparent.header-transparent-topbar + .mtop-100,
.header-transparent.header-transparent-topbar + .page-title,
.header-transparent.header-transparent-topbar + .slider {
	position: relative;
	margin-top: -155px;
}

/* Top Bar */
.top-bar {
	height: 50px;
	background-color: #222222;
	overflow: hidden;
}

.top-bar .top--contact li {
	margin-right: 21px;
}

.top-bar .top--contact li:last-child {
	margin-right: 0;
}

.top-bar .top--contact {
	line-height: 50px;
	color: #cecece;
	font-size: 12px;
	font-weight: 400;
}

.top-bar .top--contact i {
	margin-right: 6px;
	color: #bb9356;
}

.top-bar .top--social {
	color: #cecece;
	font-size: 12px;
	font-weight: 400;
	line-height: 50px;
}

.top-bar .top--social a {
	color: #cecece;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin-left: 19px;
}

.top-bar.topbar-light {
	background-color: #ffffff;
}

.top-bar.topbar-light .top--contact,
.top-bar.topbar-light .top--social {
	color: #a5a5a5;
}

.top-bar.topbar-light .top--social a {
	color: #333;
}

.top-bar .top--social a:hover,
.top-bar.topbar-light .top--social a:hover {
	color: #bb9356;
}

.top-bar.topbar-transparent {
	background-color: transparent;
}

.header-transparent-topbar .top-bar {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top: 20px;
}

.top-bar .container-bordered {
	height: 50px;
}

/* Transparent Header */
.static-affix {
	top: 0;
	width: 100%;
	z-index: 10;
}

/* Custom, iPhone Retina */
/* Small Devices, Tablets */
/* Large Devices, Wide Screens */
/*------------------------------------*\
    #MODULE
\*------------------------------------*/
.module {
	display: inline-block;
	position: relative;
}

.module span.title {
	display: none;
}

.module .module-icon {
	margin-right: 25px;
	cursor: pointer;
	line-height: 100px;
}

.module:last-of-type .module-icon {
	margin-right: 0;
}

.module .module-icon i {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
}

.module .menu-icon-double i {
	margin-left: 30px;
}

.menu-icon-button {
	width: 58px;
	height: 29px;
	background-color: #333333;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 29px;
	text-transform: uppercase;
	/* Text style for "Menu" */
	letter-spacing: 0.26px;
	text-align: center;
	margin-top: 25px;
	border-radius: 4px;
}

.menu-icon-button:hover {
	background-color: #bb9356;
}

.module .module-active .module-icon i {
	color: #bb9356;
}

.module-content {
	width: 0;
	height: 0;
	opacity: 0;
	display: none;
	transition: all 0.35s;
}

.module-fullscreen {
	left: 0;
	top: 0;
	z-index: 99;
	display: block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-color: rgba(34, 34, 34, 0.9);
	position: fixed;
}

.module-fullscreen .container {
	display: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.module-active .module-fullscreen {
	opacity: 1;
	visibility: visible;
	height: 100%;
	width: 100%;
}

.module-active .module-fullscreen .container {
	display: block;
}

.module-cancel {
	top: 50px;
	position: absolute;
	right: 50px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
}

.module-cancel:hover {
	opacity: 1;
	color: #bb9356;
}

.module .module-box {
	position: absolute;
	display: block;
	background-color: #1b1a1a;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	right: -50px;
	width: 370px;
	border-radius: 2px;
	padding: 32px;
	z-index: 99;
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	transform: translateY(10%);
	height: 0;
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
}

.module-active .module-box {
	opacity: 1;
	visibility: visible;
	display: block;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	height: inherit;
}

.module .module-hamburger {
	height: 100%;
	width: 370px;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
	display: block;
	overflow-x: hidden;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	-webkit-transform: translateX(370px);
	-moz-transform: translateX(370px);
	transform: translateX(370px);
}

.module-active .module-hamburger {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
.module-active .module-hamburger::-webkit-scrollbar {
 display: none;
}

.module-active .module-hamburger .module-cancel {
	top: 30px;
	position: absolute;
	right: 30px;
	left: auto;
	font-size: 12px;
	color: #ffffff;
	opacity: 1;
	z-index: 3;
}

/* Module Search */
.module--search-box .form-search {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.module--search-box .form-control {
	color: #f9f9f9;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 70px;
	height: 70px;
	border: none;
	background-color: transparent;
	width: 95%;
	float: left;
	padding: 0;
	margin-bottom: 0;
	text-transform: capitalize;
}

.module--search-box .btn {
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 35px;
	line-height: 57px;
	color: #bb9356;
	font-size: 28px;
	font-weight: 400;
	text-align: right;
	margin-left: 0;
	padding: 0;
}
.module--search-box .form-control::-webkit-input-placeholder {
 color: #f9f9f9;
}
.module--search-box .form-control:-moz-placeholder {
 color: #f9f9f9;
}
.module--search-box .form-control::-moz-placeholder {
 color: #9e9e9e;
}
.module--search-box .form-control:-ms-input-placeholder {
 color: #f9f9f9;
}

.module .module-label {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	background-color: #bb9356;
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 34px;
	left: 8px;
}

/* Module Cart */
.cart-box .cart-overview li {
	border-bottom: 1px solid rgba(127, 127, 127, 0.15);
	margin-bottom: 20px;
	position: relative;
}

.cart-box .cart-overview li:last-child {
	margin-bottom: 0;
}

.cart-box .cart-overview li .cart-cancel {
	font-size: 0;
}

.cart-box .cart-overview li .cart-cancel:after {
	font-family: fontawesome;
	content: "\f00d";
	font-size: 12px;
	position: absolute;
	text-align: center;
	background-color: #bb9356;
	right: 0;
	top: 0;
	width: 19px;
	height: 19px;
	line-height: 19px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #222222;
}

.cart-box .cart-overview li .cart-cancel:hover:after {
	background-color: #ffffff;
	color: #bb9356;
}

.cart-box .cart-overview img {
	width: 49px;
	height: 49px;
	margin-right: 15px;
	position: absolute;
}

.cart-box .cart-overview .product-meta {
	padding-left: 60px;
}

.cart-box .cart-overview h5 {
	color: #ffffff;
	font-size: 19px;
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 28px;
	font-weight: 400;
}

.cart-box .cart-overview p {
	font-family: 'Poppins', sans-serif;
	color: #bb9356;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 0;
}

.cart-total {
	border-bottom: 2px solid rgba(127, 127, 127, 0.15);
	margin-bottom: 20px;
	min-height: 40px;
}

.cart-total .total-desc {
	float: left;
	text-align: left;
}

.cart-total .total-des,
.cart-total .total-price {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.cart-total .total-price {
	float: right;
	text-align: right;
	color: #bb9356;
}

.cart-box .cart--control .btn {
	height: 42px;
	line-height: 40px;
}

.cart-box .cart--control .btn--primary:hover {
	background-color: #ffffff;
	color: #bb9356;
	border-color: #ffffff;
}

/* Module Menu */
.module-menu .logo-container {
	text-align: left;
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 180px;
}

.module-menu {
	text-align: center;
}

.module-menu .menu-list li {
	margin-bottom: 30px;
}

.module-menu .menu-list li:last-child {
	margin-bottom: 0;
}

.module-menu .menu-list a {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin-right: 50px;
}

.module-menu .menu-list li:last-child a {
	margin-right: 0;
}

.module-menu .menu-list a:hover {
	color: #bb9356;
}

.module-menu .menu-copyrights {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
	text-align: center;
}

.module-menu .menu-copyrights {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	margin-right: 23px;
	bottom: 30px;
}

/* Module Widgets */
.module-widgets {
	text-align: left;
	padding: 80px 50px;
}

.module-active .module-hamburger .module-widgets .module-cancel {
	line-height: 29px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	border-radius: 4px;
}

.module-active .module-hamburger .module-widgets .module-cancel:hover {
	color: #bb9356;
}

.module-widgets .widget .widget--title h5 {
	color: #ffffff;
}

.module-widgets .widget .widget--title:after {
	background-color: #ffffff;
}

.module-widgets .widget-recent-posts .entry {
	border-bottom-color: #535353;
}

.module-widgets .widget-recent-posts .entry .entry-title a {
	color: #fefefe;
}

.module-widgets .widget-tags a {
	border-color: rgba(236, 236, 236, 0.1);
	color: #9b9b9b;
}

/* Module Reservation */
.module-reservation {
	position: relative;
	margin-right: 20px;
}

.module-reservation:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: 12px;
	width: 2px;
	height: 13px;
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
}

.module-reservation .btn-popup {
	height: 25px;
	border: 2px solid #ffffff;
	background-color: transparent;
	margin-top: 37px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.26px;
	padding: 0 8px;
	color: #ffffff;
	display: block;
	margin-right: 25px;
	cursor: pointer;
	position: relative;
}

.module-reservation .btn-popup:hover,
.module-reservation .btn-popup-theme,
.affix .module-reservation .btn-popup {
	background-color: #bb9356;
	color: #ffffff;
	border-color: #bb9356;
}

.module-reservation .btn-popup-theme:hover {
	background-color: #222222;
	border-color: #222222;
}

.header-transparent .navbar:not(.affix) .module-reservation .btn-popup-theme:hover {
	background-color: #ffffff;
	color: #bb9356;
	border-color: #ffffff;
}

/* Module Social */
.module-social a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 100px;
	margin-left: 18px;
}

.module-social a:hover {
	color: #bb9356;
}

/* Transparent Header */
.transparent-header .module .module-icon > i {
	color: #ffffff;
}

.transparent-header .search-box {
	top: 100px !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

.module .module-box {
	position: relative;
	right: 0;
	width: 100%;
	border: none;
}

.module .module-box .btn--bordered.btn--secondary {
	background-color: #ffffff;
	color: #222222;
}

.module .module-label {
	top: -3px;
}

.module {
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.module .module-icon {
	padding-top: 8px;
	padding-left: 10px;
}

.module.active i {
	color: #ffffff;
}

.module span.title {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.module .cart-box,
 .search-box {
	display: none;
	padding-right: 10px;
	padding-left: 10px;
}

.module .module-content {
	margin-bottom: 10px;
}

.cart-box .cart-overview h5 {
	color: #ffffff;
}

.module--search-box .form-search {
	margin: 25px;
}

.module--search-box .form-control {
	font-size: 16px;
	width: 90%;
	line-height: 30px;
}

.module--search-box .btn {
	font-size: 14px;
	line-height: 30px;
}

.module-cart.active .cart-box {
	opacity: 1;
	visibility: visible;
	display: block;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	background-color: #272930;
}

.module-cancel {
	top: 30px;
	right: 30px;
	text-align: right;
}

.module .module-icon {
	line-height: 36px !important;
}

.module-search .search-icon i {
	border-left: none;
	padding-left: 0;
	padding-right: 5px;
}

.module.module-active .cart-box,
 .module.module-active .search-box {
	display: block !important;
}

.module-search.module-active .search-box .search-form {
	margin-bottom: 10px;
}

.module-search.module-active .search-box .search-form input {
	background-color: #ffffff;
	margin-bottom: 0;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
}

.module-cart.module-active .cart-box {
	background-color: #222222;
	padding: 30px 20px;
	margin-bottom: 10px;
}

.cart-box .cart--control .btn {
	margin-top: 10px;
}

.module-cart.module-active .cart-box .cart-control {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.module-cart.module-active .cart-box .cart-control .pull-right {
	float: none !important;
}

.module .module-label {
	position: relative;
}

.module-menu.pull-left {
	float: none !important;
}

.module-menu .logo-container {
	margin-top: 40px;
	margin-bottom: 50px;
}

.module-menu .menu-social {
	bottom: 20px;
}

.module-menu .menu-list li {
	display: block;
	margin-bottom: 20px;
}

.module-menu .menu-list a {
	margin-right: 0;
}

.navbar.navbar--dark .module .module-icon {
	color: #ffffff !important;
}

.module-reservation .btn-popup {
	height: 40px;
	line-height: 40px;
	margin: 15px auto;
	width: 80%;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.module {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 5px 15px;
}

.module .module-icon {
	padding-top: 0;
}

.module .module-box {
	position: relative;
	right: 0;
	width: 100%;
	border: none;
}

.module .module-box .btn--bordered.btn--secondary {
	background-color: #ffffff;
	color: #222222;
}

.module .module-label {
	top: -3px;
	position: relative;
}

.module span.title {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.module .cart-box,
 .search-box {
	display: none;
	padding-right: 10px;
	padding-left: 10px;
}

.module .module-content {
	margin-bottom: 10px;
}

.cart-box .cart-overview h5 {
	color: #ffffff;
}

.module-cart.active .cart-box {
	opacity: 1;
	visibility: visible;
	display: block;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.module .module-icon {
	line-height: 36px !important;
}

.module-search .search-icon i {
	border-left: none;
	padding-left: 0;
	padding-right: 5px;
}

.module.module-active .cart-box,
 .module.module-active .search-box {
	display: block !important;
}

.module-search.module-active .search-box .search-form {
	margin-bottom: 10px;
}

.module-search.module-active .search-box .search-form input {
	background-color: #ffffff;
	margin-bottom: 0;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
}

.module-cart.module-active .cart-box {
	background-color: #222222;
	border: none;
	padding: 30px 20px;
	margin-bottom: 10px;
}

.module-cart.module-active .cart-box .cart-control {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.module-cart.module-active .cart-box .cart-control .pull-right {
	float: none !important;
}

.header-fixed .navbar.affix .module .module-icon i,
 .header-fixed .navbar.affix .navbar-nav > li > a,
 .module .module-icon i {
	color: #ffffff !important;
}

.menu-popup .logo {
	float: none !important;
}

.module-menu .logo-container {
	margin-top: 100px;
	margin-bottom: 130px;
}

.navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before,
 .navbar.navbar--dark .navbar-nav > li.active > .menu-item:before {
	background-color: #ffffff !important;
}

.module-reservation .btn-popup {
	height: 40px;
	line-height: 40px;
	margin: 15px 0;
	width: 170px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

.module-search .search-icon i {
	padding-left: 0;
	padding-right: 0;
}
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.header .navbar {
	border-radius: 0;
	min-height: 100px;
	border: none;
	margin: 0 0px
px
;
}

.header .navbar.navbar-fixed-top {
	top: 20px;
}

.header .navbar.navbar-fixed-top.affix {
	top: 0;
}

.header-bordered .navbar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.header-bordered .navbar.navbar--dark {
	border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.header .navbar .logo {
	height: 100px;
	line-height: 100px;
}

.navbar-nav:not(.nav-pos-right) {
/*margin-right: 200px;*/
}

.nav-bordered-right {
	margin-right: 30px;
}

.nav-bordered-right + .module:first-of-type:before {
	position: relative;
	margin-left: 12px;
}

.nav-bordered-right + .module:first-of-type:before {
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: -46px;
	content: "";
	width: 2px;
	height: 26px;
	background-color: #c9c9c9;
}

.affix .nav-bordered-right + .module:first-of-type:before {
	background-color: #c9c9c9;
}

.navbar-nav > li {
	margin-right: 26px;
}

.navbar-nav > li > a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 100px;
	color: black;
	padding: 0;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: transparent;
	border: none;
}

.navbar-nav > li.active > ul {
	margin-top: 0;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a {
	background-color: transparent;
	color: #bb9356;
}

/* Menu Level #1 */
.navbar-nav > li > .menu-item:before {
	position: absolute;
	bottom: 35px;
	left: 50%;
	left: 0;
	width: 0;
	height: 2px;
	background: transparent;
	content: '';
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.navbar-nav > li > .menu-item:hover::before,
.navbar-nav > li.active > .menu-item:before {
	background-color: #bb9356;
	width: 100%;
}

li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,
ul.dropdown-menu > li.has-dropdown > a:before {
	font-family: fontawesome;
	content: "\f105";
	font-size: 13px;
	position: absolute;
	right: 25px;
}

/* Menu Levels */
.dropdown-menu {
	background-color: transparent;
	position: relative;
	width: 100%;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/**
Header Customaztion
**/
.transparent-header .navbar {
	background-color: transparent;
	height: 101px;
}

.transparent-header .navbar-nav > li.has-dropdown > a {
	color: #ffffff;
}

.transparent-header .navbar-nav li.has-dropdown > a:hover,
.transparent-header .navbar-nav li.has-dropdown.active > a {
	color: #bb9356;
}

/* Header Light */
.header-light {
	background-color: #ffffff;
}

.header-light .navbar .logo-dark {
	display: inline-block;
}

.header-light .navbar .logo-light {
	display: none;
}

.header-light .navbar .module .module-icon i,
.header-light .navbar .navbar-nav > li > a {
	color: #222222;
}

.header-light .navbar .navbar-nav > li > .menu-item:hover::before,
.header-light .navbar .navbar-nav > li.active > .menu-item:before {
	background-color: #222222;
}

/* Header Fixed */
.header-fixed .affix {
background-color: rgba(240, 242, 247, 0.91 );
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

.header-fixed:not(.header-light) .navbar .logo-dark {
	display: none;
}

.header-fixed .navbar.affix .logo-dark {
	display: inline-block;
}

.header-fixed .navbar.affix .logo-light {
	display: none;
}

.header-fixed .navbar.affix .module .module-icon i,
.header-fixed .navbar.affix .navbar-nav > li > a {
	color: #222222;
}

.header-fixed .navbar.affix .navbar-nav > li > .menu-item:hover::before,
.header-fixed .navbar.affix .navbar-nav > li.active > .menu-item:before {
	background-color: #222222;
}

/* Header Centered */
.header-centered {
	height: 255px;
}

.header-centered .navbar-collapse {
	padding-right: 260px;
	padding-left: 260px;
}

.header-centered .navbar {
	top: 155px;
}

.header-centered .navbar.affix {
	top: 0;
}

.header-centered .logo-centered {
	padding-top: 50px;
	padding-bottom: 25px;
}

/* Header With Top Bar */
.header-topbar {
	height: 155px;
}

.header-topbar .navbar.navbar-fixed-top {
	top: 75px;
}

.header-topbar .navbar.navbar-fixed-top.affix {
	top: 0;
}

/* Header #2 */
.header-2 .navbar-nav > li > .menu-item:before {
	bottom: 35px;
}

/* Header #4 */
.header-4 .navbar {
	background-color: #ffffff;
	top: 50px;
}

/* Header #6 */
.header-6 .navbar-collapse.pull-left {
	padding-left: 100px;
}

.header-6 .navbar-collapse.pull-right {
	padding-right: 100px;
}

/* Header #8 */
.header-8 {
	height: 150px;
}

.header-8 .navbar {
	padding-top: 32px;
}

.header-8 + .slider {
	position: relative;
	margin-top: -150px;
}

.header-8 .logo {
	margin-top: -19px;
}

/* Header #10 */
.header-centered.header-10 {
	height: 165px;
}

.header-centered.header-10 .navbar-collapse {
	padding-right: 0;
	padding-left: 175px;
}

.header-centered.header-10 .navbar {
	top: 115px;
}

.header-centered.header-10 .navbar.affix {
	top: 0;
}

.header-centered.header-10 + .slider,
.header-centered.header-10 + .mtop-100,
.header-centered.header-10 + .page-title,
.header-centered.header-10 + .slider {
	margin-top: -170px;
}

.header-10.header-centered .logo-centered {
	padding-top: 80px;
	padding-bottom: 40px;
	z-index: 1040;
	position: fixed;
	right: 0;
	left: 0;
}

/* Header #13 */
.header-3 .navbar-header > .logo {
	position: absolute;
	left: 50%;
	margin-left: -59px;
}

/* Header #16 */
.header-16 .navbar {
	top: 30px;
}

.header-16 .navbar.affix {
	top: 0;
}

/* Header Half */
.header-half .navbar-nav > li > .menu-item:before {
	bottom: 36px;
}

/* Container Bordered */
.container-bordered {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	height: 100px;
}

/* Navbar Dark */
.header-transparent.header-light .navbar.affix {
	background-color: transparent;
}

.navbar.navbar--dark .logo-dark {
	display: inline-block !important;
}

.navbar.navbar--dark .logo-light {
	display: none;
}

.navbar.navbar--dark .module .module-icon,
.navbar.navbar--dark .module .module-icon i,
.navbar.navbar--dark .navbar-nav > li > a {
	color: #222222;
}

.navbar.navbar--dark .navbar-nav > li > .menu-item:hover::before,
.navbar.navbar--dark .navbar-nav > li.active > .menu-item:before {
	background-color: #222222;
}

/* Header Split */
.header-split .logo-dark {
	display: none;
}

.header-split .logo-light {
	display: inline-block;
}

.header-split .module .module-icon i,
.header-split .navbar-nav > li > a {
	color: #222222;
}

.header-split .navbar-nav > li > .menu-item:hover::before,
.header-split .navbar-nav > li.active > .menu-item:before {
	background-color: #222222;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.header .navbar {
	margin: 0 6px;
}

.header-centered .logo-centered {
	display: none !important;
}

.header-centered.header-10 {
	height: 120px;
}

.header-centered.header-10 .navbar {
	top: 0;
}

.header-centered .navbar-collapse {
	padding: 0;
	background-color: #222222;
}

.header-centered.header-10 .navbar-collapse {
	padding-left: 0 !important;
}

.header-3 .navbar-header > .logo {
	position: relative;
	left: 0;
	margin-left: 0;
}

.header-3 #navbar-collapse-2 {
	display: none;
}

.header-16 .navbar {
	top: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.header-3 .navbar-header > .logo {
	position: relative;
	left: 0;
	margin-left: 0;
}

.header-centered .logo-centered {
	display: none !important;
}

.header-centered.header-10 {
	height: 100px;
}

.header-centered.header-10 .navbar {
	top: 0;
}

.header-centered .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.header-centered.header-10 .module {
	display: inline-block;
}

.header-16 .navbar {
	top: 0;
	background-color: #ffffff;
}
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 479px) {

.mega-dropdown-menu ul {
	list-style: none;
	margin-left: -10px;
}

.mega-dropdown-menu ul li a {
	line-height: 28px;
	padding: 0;
}

.mega-dropdown-menu ul li a i {
	margin-right: 8px;
}
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.header .container {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-toggle {
	border-color: #ffffff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 35px;
}

.affix .navbar-toggle,
 .header-light .navbar-toggle {
	border-color: #222222;
}

.navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.affix .navbar-toggle .icon-bar,
 .header-light .navbar-toggle .icon-bar {
	background-color: #222222;
}

.container > .navbar-header {
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.container .navbar-collapse,
 .container-bordered .navbar-collapse,
 .container-fluid .navbar-collapse {
	width: 100%;
	background-color: #222222;
	margin-right: 0;
	margin-left: 0;
}

.navbar-nav > li {
	height: auto !important;
	margin-right: 0;
}

.navbar-nav > li.pull-left {
	float: none !important;
}

.navbar-nav li a {
	line-height: 36px;
	color: #ffffff;
	padding-right: 0;
	padding-left: 10px;
	padding-top: 0;
}

.navbar-nav > li > .menu-item:before {
	display: none;
}

ul ul {
	list-style: none;
}

ul.dropdown-menu li a,
 ul.mega-menu,
 ul.mega-menu li ul li a {
	background-color: transparent;
	position: relative;
	padding: 0;
}

.navbar-nav > li.has-dropdown > a:after,
 li.dropdown-submenu > a:after {
	font-family: fontawesome;
	content: "\f105";
	font-size: 13px;
	position: absolute;
	right: 10px;
}

.navbar-nav > li.has-dropdown.open > a,
 .navbar-nav > li.has-dropdown.open > a:focus,
 .navbar-nav > li.has-dropdown.open > a:hover {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

li.dropdown-submenu.open > ul > li > a {
	padding-left: 50px !important;
}

.navbar-nav > li.has-dropdown.open > a:after,
 .navbar-nav > li.has-dropdown.open > a:focus:after,
 .navbar-nav > li.has-dropdown.open > a:hover:after,
 li.dropdown-submenu.open > a:after,
 li.dropdown-submenu.open > a:focus:after,
 li.dropdown-submenu.open > a:hover:after {
	font-family: fontawesome;
	content: "\f107";
	font-size: 13px;
	position: absolute;
	right: 10px;
}

li.dropdown-submenu > a:after,
 li.dropdown-submenu.open > a:focus:after,
 li.dropdown-submenu.open > a:hover:after {
	right: 10px;
}

.dropdown-menu > li > a:focus,
 .dropdown-menu > li > a:hover,
 .mega-menu li a:focus,
 .mega-menu li a:hover,
 .nav > li > a:focus,
 .nav > li > a:hover {
	background-color: transparent;
}

.dropdown-menu > li > a,
 .mega-menu > li > a {
	color: #ffffff;
}

.mega-menu ul {
	list-style: none;
	padding-left: 25px;
}

.mega-menu ul li {
	padding-top: 5px;
}

.dropdown-menu > li > a:focus,
 .dropdown-menu > li > a:hover,
 .mega-menu li a:focus,
 .mega-menu li a:hover {
	color: #ffffff;
}

ul.mega-menu {
	list-style: none;
	display: none;
}

.dropdown-submenu.open > .mega-menu,
 .has-dropdown.open > .mega-menu {
	display: block;
}

.dropdown-submenu.open > .mega-menu ul {
	padding-left: 50px;
}

.header-fixed .navbar.affix .module .module-icon i,
 .header-fixed .navbar.affix .navbar-nav > li > a {
	color: #ffffff;
}

.mega-dropdown-menu .container a[href='#'] {
	color: #bb9356;
	cursor: default;
	margin-left: 10px;
	padding: 0;
	font-weight: 700;
	text-transform: capitalize;
}

li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,
 ul.dropdown-menu > li.has-dropdown > a:before {
	display: none;
}

.navbar.navbar--dark .module .module-icon i,
 .navbar.navbar--dark .navbar-nav > li > a {
	color: #ffffff;
}

.navbar-nav:not(.nav-pos-right) {
	margin-right: 0;
}

.mega-dropdown-menu li ul li a i {
	margin-right: 8px;
}

.header-light .navbar .module .module-icon i,
 .header-light .navbar .navbar-nav > li > a {
	color: #ffffff;
}

.container-fluid > .navbar-collapse,
 .container-fluid > .navbar-header,
 .container > .navbar-collapse,
 .container > .navbar-header {
	margin-right: 0;
	margin-left: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.header .container {
	padding-right: 0;
	padding-left: 0;
}

.navbar-header {
	float: none !important;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.header .navbar .logo {
	float: left;
}

.navbar-toggle {
	border-color: #ffffff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 35px;
	display: block;
}

.affix .navbar-toggle,
 .header-light .navbar-toggle {
	border-color: #222222;
}

.navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.affix .navbar-toggle .icon-bar,
 .header-light .navbar-toggle .icon-bar {
	background-color: #222222;
}

.navbar-fixed-top .navbar-collapse {
	overflow: scroll !important;
}

.navbar-collapse.collapse {
	display: none!important;
}

.collapse.in {
	display: block !important;
}

.navbar-nav {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.navbar-nav > li {
	float: none;
}

.container > .navbar-collapse {
	width: 100%;
	background-color: #222222;
	margin-right: 0;
}

.navbar-nav > li {
	height: auto !important;
	margin-right: 0;
}

.navbar-nav > li.pull-left {
	float: none !important;
}

.navbar-nav > li > a {
	line-height: 36px !important;
	color: #ffffff !important;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}

.dropdown-menu > li > a,
 .mega-menu a {
	padding-top: 0;
}

.navbar-nav > li:after {
	display: none;
}

.navbar-nav > li.active {
	border-bottom: none;
}

.navbar-nav > li.has-dropdown > a:after,
 .navbar-nav > li.has-dropdown > a:after,
 li.dropdown-submenu > a:after {
	font-family: fontawesome;
	content: "\f105";
	font-size: 13px;
	position: absolute;
	right: 0;
}

.navbar-nav > li.has-dropdown.open > a,
 .navbar-nav > li.has-dropdown.open > a:focus,
 .navbar-nav > li.has-dropdown.open > a:hover {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mega-menu > li > a,
 li a:hover,
 li.dropdown-submenu.open > a,
 li.open > a:focus {
	color: #ffffff;
}

li.dropdown-submenu.open > ul > li > a {
	padding-left: 50px !important;
}

.navbar-nav > li.has-dropdown.open > a:after,
 .navbar-nav > li.has-dropdown.open > a:focus:after,
 .navbar-nav > li.has-dropdown.open > a:hover:after,
 li.dropdown-submenu.open > a:after,
 li.dropdown-submenu.open > a:focus:after,
 li.dropdown-submenu.open > a:hover:after {
	font-family: fontawesome;
	content: "\f107";
	font-size: 13px;
	position: absolute;
	right: 0;
}

li.dropdown-submenu > a:after,
 li.dropdown-submenu.open > a:focus:after,
 li.dropdown-submenu.open > a:hover:after {
	right: 10px;
}

.dropdown-menu > li > a:focus,
 .dropdown-menu > li > a:hover,
 .nav > li > a:focus,
 .nav > li > a:hover {
	background-color: transparent;
}

.dropdown-menu > li > a,
 .mega-dropdown-menu .container a,
 .mega-menu a {
	color: #ffffff;
}

.dropdown-menu > li > a:focus,
 .dropdown-menu > li > a:hover {
	color: #ffffff;
}

.mega-menu ul {
	list-style: none;
	padding-left: 0;
}

.mega-menu ul li {
	padding-top: 5px;
}

.mega-menu ul ul {
	padding-left: 0;
}

.dropdown-menu > li > a:focus,
 .dropdown-menu > li > a:hover,
 .mega-menu li a:focus,
 .mega-menu li a:hover {
	color: #ffffff;
}

ul.mega-menu {
	list-style: none;
	display: none;
}

.mega-dropdown-menu .container ul {
	list-style: none;
	padding-left: 5px;
}

.mega-dropdown-menu .container ul li {
	line-height: 25px;
}

.mega-dropdown-menu .container ul i {
	margin-right: 5px;
}

.dropdown-submenu.open > .mega-menu,
 .has-dropdown.open > .mega-menu {
	display: block;
	padding-left: 25px;
}

.dropdown-submenu.open > .mega-menu ul {
	padding-left: 25px;
}

.navbar-nav > li > .menu-item:before,
 li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,
 ul.dropdown-menu > li.has-dropdown > a:before {
	display: none;
}

.mega-dropdown-menu .container a[href='#'] {
	color: #bb9356;
	cursor: default;
	margin-left: 10px;
	padding: 0;
	font-weight: 700;
	text-transform: capitalize;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {

.navbar.navbar--dark .module .module-icon i,
 .navbar.navbar--dark .navbar-nav > li > a {
	color: #ffffff;
}

.container .navbar-collapse,
 .container-bordered .navbar-collapse,
 .container-fluid .navbar-collapse {
	width: 100%;
	background-color: #222222;
	margin-right: 0;
	margin-left: 0;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

.navbar-nav > li {
	margin-right: 13px;
}

.module-reservation {
	margin-right: 10px;
}
}

@media only screen and (min-width: 992px) {

/* Menu with Dropdown */
.navbar-nav > li.has-dropdown > ul.dropdown-menu,
 .navbar-nav > li.has-dropdown > ul.mega-menu,
 li.dropdown-submenu > ul.mega-menu {
	background-color: #fffffff2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	position: absolute;
	left: 0;
	right: auto;
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
}

.navbar-nav > li.has-dropdown > ul.dropdown-menu {
	width: 190px;
	min-width: 190px;
	padding: 13px 0;
}

.navbar-nav > li.has-dropdown > ul.mega-menu,
 li.dropdown-submenu > ul.mega-menu {
	width: 385px!important;
}

li.dropdown-submenu:hover > ul.mega-menu,
 li.has-dropdown:hover > ul.dropdown-menu,
 li.has-dropdown:hover > ul.mega-menu {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	z-index: 100;
	display: block;
}

ul.dropdown-menu > li,
 ul.mega-menu > li {
	padding-right: 0;
	height: 40px;
	line-height: 40px;
	position: relative;
	vertical-align: top;
}

ul.mega-menu > li {
	border-right: 1px solid #1e1e1e;
}

ul.mega-menu > li:last-child {
	border-right: none;
}

ul.mega-menu > li {
	width: 190px !important;
	height: auto;
	overflow: hidden;
	display: inline-block;
}

ul.mega-menu > li > ul {
	width: 190px;
	list-style: none;
	padding-left: 0;
	position: relative !important;
	left: auto !important;
}

ul.mega-menu li ul li {
	height: 40px;
	line-height: 40px;
	padding: 0;
}

ul.dropdown-menu li a,
 ul.mega-menu li ul li a {
	line-height: 40px;
	color: black;
	padding: 0;
	border-bottom: 1px solid #1e1e1e;
	display: block;
	font-size: 14px;
	font-weight: 400;
	-o-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-transform: capitalize;
	margin: 0 25px;
}

ul.mega-menu li ul li span {
	color: #bb9356;
	padding: 0;
	display: block;
	font-size: 13px;
	line-height: 39px;
	text-transform: uppercase;
	font-weight: 700;
}

ul.dropdown-menu li:last-child > a {
	border-bottom: none;
}

ul.dropdown-menu li > a:active,
 ul.dropdown-menu li > a:focus,
 ul.dropdown-menu li > a:hover,
 ul.mega-menu li a:active,
 ul.mega-menu li a:focus,
 ul.mega-menu li a:hover {
	background-color: transparent;
	color: #bb9356;
	padding: 0 0 0 20px;
}

ul.dropdown-menu.left {
	left: -185px !important;
	margin-left: 0 !important;
}

ul.mega-menu.left {
	left: -410px !important;
}

/* Menu Level #2 */
li.dropdown-submenu > ul.mega-menu,
 li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
	background-color: #fffffff2;
	padding: 25px 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	display: block;
	position: absolute;
	left: 100%;
	right: auto;
	top: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: -1px 0 0;
	z-index: 1001;
}

li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	z-index: 1001;
	margin-top: -1px;
	margin-left: 0;
	padding: 13px 0;
	-moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
	-webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
	box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
}

li.dropdown-submenu.pull-left > ul.dropdown-menu {
	left: auto;
	right: 0;
	margin-right: 0;
}

/* Menu Level #3 */
li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu {
	background-color: #1b1a1a;
	float: none;
	position: absolute;
	border-radius: 0;
	left: 100%;
	right: auto;
	top: 0;
	margin: -1px 0 0;
	z-index: 1;
	padding: 13px 0;
}

li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu.left {
	left: -185px !important;
}

/* Mega Menu Content */
.mega-dropdown {
	position: static !important;
}

.mega-dropdown-menu {
	padding: 20px 0 !important;
	width: 100% !important;
	border: none !important;
	margin-top: -23px;
}

.mega-dropdown-menu .container div[class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}

.mega-dropdown-menu li ul {
	padding: 0;
	margin: 0;
}

.mega-dropdown-menu li ul li {
	list-style: none;
}

.mega-dropdown-menu li ul li a {
	padding: 0;
	border-bottom: none;
}

.mega-dropdown-menu li ul li a:hover {
	padding: 0 0 0 12px;
}

.mega-dropdown-menu li ul li a i {
	margin-right: 8px;
}

.mega-dropdown-menu .container div[class*='col-'] > a {
	border-bottom: none;
	padding-left: 0;
	font-size: 16px;
}

.mega-dropdown-menu .container a[href='#'] {
	color: #bb9356;
	cursor: default;
	font-weight: 600;
}
}

/*------------------------------------*\
    #Hamburger
\*------------------------------------*/
/* Hamburger Panel */
.hamburger-panel {
	background-color: #222222;
}

.hamburger-panel .list-links {
	margin-bottom: 0;
	padding: 45px 30px;
}

.hamburger-panel .list-links a {
	font-size: 14px;
	font-weight: 700;
	line-height: 44px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
	position: relative;
	display: block;
}

.hamburger-panel .list-links a:hover {
	color: #bb9356;
}

.hamburger-panel .social-share {
	padding: 0 30px;
	margin-bottom: 49px;
}

.hamburger-panel .social-share a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 1px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	background-color: transparent;
	margin-right: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hamburger-panel .social-share a:hover {
	color: #ffffff !important;
}

.hamburger-panel .social-share a.share-facebook:hover {
	background-color: #3B5998;
}

.hamburger-panel .social-share a.share-twitter:hover {
	background-color: #00ACEE;
}

.hamburger-panel .social-share a.share-pinterest:hover {
	background-color: #C8232C;
}

.hamburger-panel .social-share a.share-google-plus:hover {
	background-color: #DD4B39;
}

.hamburger-panel .social-share a.share-dribbble:hover {
	background-color: #EA4C89;
}

.hamburger-panel .copywright {
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #a5a5a5;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.hamburger-panel .list-links {
	padding: 25px;
}

.hamburger-panel {
	padding: 30px;
}

.hamburger-panel .list-links a {
	line-height: 35px;
}

.hamburger-panel .copywright span {
	display: block;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.hamburger-panel .logo {
	float: none !important;
	height: 50px !important;
	line-height: 50px !important;
}

.hamburger-panel .list-links {
	padding: 25px;
}
}

.myownnav {
	margin-left: 28px;
	border-top:1px solid #bb9356;
}
.myownnav p{
  font-size: 15px;
  line-height: 25px;
}