/**
General
**/

body{
	background:#fff;
	font-family: 'Karla', sans-serif!important;
}
h1{
	font-family: 'Playfair Display', serif;
}
a.sml-btn{
	text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 10px;
    float: left;
	color: rgb(216, 35, 32);
    line-height: 32px;
    position: relative;
}
a.sml-btn::after{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
	background-color: rgb(216, 35, 32);
    width: 20%;
}
p{
	font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #797979;
    -webkit-font-smoothing: antialiased;
}


/**
Header
**/

.top-header{
	height: 110px;
	width: 100%;
    z-index: 2;
    position: absolute;
    background:transparent;
    padding: 0px;
}
.top-header .container{
	position: relative;
	height: 113px;
}
.top-header a.phone{
	float: right;
    color: #da2422;
    font-weight: 300;
    font-size: 14px!important;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 58px;
    z-index: 3;
}
.top-header.home-top a.phone{
	color: #fff;
}
.top-header a.phone i{
	position: absolute;
    left: -30px;
    font-size: 18px;
    top: 2px;
	color: #d92421;
}
a.brand-logo{
	float: none;
    position: relative;
    margin: 0 auto;
    top: -8px;
    text-align: center;
    color: #fff;
    font-family: 'PlayFair Display';
    text-transform: uppercase;
    letter-spacing: 16px;
    font-size: 34px;
    display: block;
}
.nav-wrapper{
	border-bottom: 1px solid rgba(255,255,255,.5);
}
nav{
	background-color: transparent!important;
    box-shadow: none!important;
    z-index: 2;
    position: relative;
    top: 20px;
	}
	nav ul li{
		float: none!important;
    	display: inline-block;
	}
	nav ul a{
		padding: 0 35px!important;
		text-transform: uppercase;
	    font-weight: 300;
	    font-size: 14px!important;
	    letter-spacing: 4px;
	    -webkit-font-smoothing: antialiased;
	}

a.button-collapse{
	display: none;
}

/**
Hero
**/

div.row.hero div.container{
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    padding: 0px 50px;
    max-width: 100%;	
}
.hero{
	position: relative;
    width: 100%;
    height: 740px;
    background-size: cover;
    background-position:center 40%;
    top: 0;
    padding-top: 34vh;
    text-align: center;
    background-color: rgba(74, 74, 74, 0.3);
    background-blend-mode: multiply;
}
.hero h1{
	font-size: 58px!important;
    letter-spacing: -1px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
	margin: 0 auto;
    line-height: 96px;
	font-weight: 300;
    -webkit-font-smoothing: antialiased;
	}


a.btn-big{
	padding: 12px 52px;
    margin-top: 17px;
    display: inline-block;
    background: transparent;
	border:1px solid #ddd;
    border-bottom: 2px solid #ddd;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
}
a.btn-big.blk{
	color: #b9a695;
}
a.btn-big.blk.sml{
	padding: 8px 20px!important;
	line-height: 24px;
	color: #d92421!important;
}

/**
VIDEO CONTAINER
**/

.video-container {
	width: 100%;
	position: relative;
	padding-bottom: 49.25%;
	padding-top: 30px; 
	margin: 10px 0px;
	height: 0; 
	overflow: hidden;
}

.video-container.article-embed{
	padding-top: 0px !important;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
Homepage Alert
**/
#alertBox{
	font-size: 18px;
	font-weight: bold;
	margin: 20px;
	padding: 20px;
	text-align: center;
	color: #000;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.1);
}
#alertBox a, #alertBox a:hover, #alertBox a:visited, #alertBox a:focus{
	color: #000;
	width: 100%;
    display: inline-block;
}
#alertBox a:hover{
	text-decoration: underline;
}
/**
Discover
**/

.discover {
	margin-top: 40px;
}
h3.box-heading{
	font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #14191d;
    margin-bottom: 35px;
    -webkit-font-smoothing: antialiased;
    padding-left: 15px;
}
h2.heading-big, .essentials p{
	margin-left: 15px;
	min-height: 10px!important;
}
h2.heading-big{
	font-weight: 600;
	font-family: 'PlayFair Display';
    font-size: 32px!important;
    width: 100%!important;
    text-align: center;
}
.sm-box{
	padding-left: 15px!important;
	padding-right: 15px!important;
	}
	.sm-box > div{
		min-height: 340px!important;
		padding: 0px;
		display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    z-index: 1;
	    text-align: center;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    position: relative;
	    overflow: hidden;
	    background-color: rgba(74, 74, 74, 0.2);
    	background-blend-mode: multiply;
    	transition: .6s ease;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.sm-box > div:hover{
		background-color: rgba(74, 74, 74, 0.6);
	}
.sm-box h2, .hlf-box.gift h2{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 22px;
	position: relative;
	transition: .8s ease;
	width: 50%;
    margin-left: 25%;
	}

	.sm-box h2::after, .hlf-box.gift h2::after{
		content: '';
	    width: 10%;
	    height: 2px;
	    background: #fff;
	    position: absolute;
	    left: 45%;
	    right: auto;
	    top: 50px;
	}


.hlf-box{
	padding-left: 15px!important;
	padding-right: 15px!important;
	}	
	.hlf-box > div{
		padding: 0px;
		background:#ddd;
		min-height: 460px;
	}
	.hlf-box.gift > div{
		background-position: right;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    z-index: 1;
	    text-align: center;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
.hlf-box-txt{
	padding-top: 60px!important;
    position: relative;
    min-height: 460px!important;
    padding-left: 60px!important;
	}
	.hlf-box-txt h3{
		margin-bottom: 0;
	}
	.hlf-box-txt h2{
		text-transform: uppercase;
		font-size: 38px;
		letter-spacing: 4px;
		margin-bottom: 40px;
		padding-left: 15px;
		}
		.hlf-box-txt h2 span{
			display: block;
		    font-family: 'PlayFair Display';
		    font-size: 62px;
		    text-transform: none;
		    margin-bottom: 14px;
			color: #212121;
		    line-height: 60px;
		}
	.hlf-box-txt p{
	    font-size: 15px;
	    line-height: 24px;
	    font-weight: 300;
	    width: 70%;
	    color: #797979;
	    -webkit-font-smoothing: antialiased;
	    padding-left: 15px;
	}









/**
Gift
**/

.gift-box{
	margin-top: 40px;
	padding: 60px 0 60px 0;
	background:#f7efe9;
	margin-bottom: 0!important;
}


/** Inputs **/

.row.details-persn, .paying-details .row{
	margin: 0!important;
}
.details-persn, .paying-details{
	padding:0 30px 30px 0!important;
}
.confirm-section{
	padding: 0!important;
}
.input-field{
	margin: 0!important;
}
.extra-select{
	margin-bottom: 10px !important;
}
input[type=text]:focus:not([readonly]){
	border-bottom: 1px solid #dedad8!important;
	box-shadow: 2px 0 12px #ddd!important;
}
[type="checkbox"]+label{
	padding-left: 44px!important;
}

[type="checkbox"]:checked+label:before {
    top: -2px!important;
    left: -5px;
    width: 10px!important;
    height: 18px!important;
    border-top: 1px solid transparent!important;
    border-left: 1px solid transparent!important;
    border-right: 1px solid #a7a19c!important;
    border-bottom: 1px solid #a7a19c!important;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px!important;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #dedad8!important;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
}
.book-it form input[type=text], .select-wrapper input.select-dropdown{
	background: #fff;
    border: none;
    padding: 10px;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #dedad8;
    margin-bottom: 10px!important;
    line-height: 22px;
    color: #797979!important;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #d92421;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #d92421;
}
textarea.materialize-textarea{
	background: #fff!important;
    border: none!important;
    padding: 10px!important;
    height: auto!important;
    /*min-height: 100px!important;*/
    width: 100%!important;
    border-bottom: 1px solid #dedad8!important;
    margin-bottom: 10px!important;
    line-height: 22px;
    color: #797979!important;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #797979!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #797979!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #797979!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #797979!important;
}


.select-wrapper span.caret{
	z-index: 2;
	color: #d1d1d1!important;
}
.picker__date-display{
	background-color: #b4a08f!important;
}
.picker__weekday-display{
	background-color:#b9a798!important;
}
.picker__close, .picker__today{
	color: #b9a798!important;
}


/**
Essentials
**/

.essentials{
	padding: 30px 0 30px 0;
	margin-top: 0;
	}

	.essentials h2{
		font-family: 'PlayFair Display';
    	font-size: 22px;
    	min-height: 80px;
		}

	.essentials .img-box{
		width: 100%;
	    height: 120px;
	    background: transparent;
		overflow: hidden;
	}
	.essentials .img-box img{
		width: 100%;	    
	}
	.essentials p{
		width: 94%;
	    color: #808080;
	    font-size: 15px;
	    line-height: 24px;
	    font-weight: 300;
	    color: #797979;
	    -webkit-font-smoothing: antialiased;
	    padding-left: 0;
	    margin-left: 0;
	}


.promotion-box{
	margin-top: 40px;
}
.promotion-box h2{
	min-height: 60px;
    width: 90%;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 22px;
    color: #14191d;
    font-family: 'Karla', sans-serif!important;
    display: block;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}
p.h-txt{
	font-family: 'PlayFair Display';
    -webkit-font-smoothing: antialiased;
    width: 80%;
    text-align: center;
    margin-left: 10%;
    color: #212121;
    margin-top: 43px;
    font-size: 18px;
    line-height: 32px;
    min-height: 20px!important;
}
.cta-lead{
	float: left;
	margin-left: 0!important;
	margin-right: 0!important;
	margin-top: 40px;
    margin-bottom: 0px !important;
	width: 100%;
}

.cta-lead ul.collapsible{
	box-shadow: none!important;
	border:none!important;
}
.cta-lead ul.collapsible li{
	border: none;
    display: block;
    text-align: center;
}
.cta-lead ul.collapsible li .collapsible-header{
	display: inline-block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 3rem;
    padding: 0px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    color: #d82434;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
	width: 300px;
    max-width: 80%;
}
.cta-lead ul.collapsible li .collapsible-body{
	border:none!important;
}
.cta-lead form input[type=submit]{
    padding: 12px 22px;
    background: #eee;
    text-transform: uppercase;
    color: #d82434;
    letter-spacing: 4px;
    font-weight: 700;
    border: 1px solid #ddd;
}
.cta-lead ul.collapsible li .collapsible-body form div{
	position: relative;
}
.collapsible-body .input-field{
	margin-top: 30px!important;
	padding: 0px !important;
}
.collapsible-body  input[type=email],.collapsible-body input[type=text]{
	border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    width: calc(100% - 22px);
}
.collapsible-body  input[type=email]:focus,.collapsible-body input[type=text]:focus{
	border-bottom: 1px solid #d82434 !important;
    box-shadow: 0 1px 0 0 #d82434 !important;
	border-top: none;
    border-left: none;
    border-right: none;
}
.collapsible-body  input[type=email]:focus + label,.collapsible-body  input[type=text]:focus + label{
	color: #d82434;	
}
.collapsible-body  .input-field.col label{
	text-align: center;
	width: calc(100% - 20px);
}
div.collapsible-body p{
	width: 100%;
}

/**
Empire Lounge Box
**/

.empire{
	min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0!important;
    background-color: rgba(74, 74, 74, 0.8);
    background-blend-mode: multiply;
    padding: 40px;
}
.lounge{
    padding: 40px!important;
    width: 80%;
    margin-left: 10%;
    text-align: center;
	}
	.lounge h2{
		font-family: 'PlayFair Display';
	    font-size: 53px;
	    color: #fff;
	    margin-top: 0;
	    line-height: 80px;
		}
		.lounge h2 span{
			font-family: 'Karla', sans-serif!important;
			display: block;
			text-transform: uppercase;
		    font-size: 14px;
		    line-height: 24px;
		    margin-bottom: 0px;
		    font-weight: 300;
		    color: #c2b1a1;
		    -webkit-font-smoothing: antialiased;
		}
	.lounge p{
		-webkit-font-smoothing: antialiased;
	    width: 100%;
	    text-align: justify;
	    color: #ffffff;
	    text-align: center;
	    font-size: 15px;
	}




.drag-target, #sidenav-overlay{
	z-index: 0!important;
}

.side-nav li>a{
	text-transform: uppercase;
}








/**
Instagram Feed
**/

.insta{
	padding: 30px 0;
	margin-bottom: 0!important;
}

.insta h3.box-heading{
	margin-bottom: 0!important;
}
.insta h3.box-heading span{
	font-family: 'PlayFair Display';
    font-size: 32px;
    width: 80%;
    text-transform: none;
    line-height: 42px;
    display: block;
}
.insta h3.box-heading strong{
	color: #9c8774;
}


.inst-imgs ul li{
	display: inline-flex;
	width: 50%;
	margin-right: 0;
	vertical-align: middle;
}
@media only screen and (min-width: 480px){
	.inst-imgs ul li{
		width: 33.3%;
		display: inline-flex;
		max-height: 200px;
    	overflow: hidden;
	}
}
@media only screen and (min-width: 768px){
	.inst-imgs ul li{
		width: 16.6%;
		margin-right: 0;
		display: inline-flex;
		max-height: 200px;
    	overflow: hidden;
	}
}


.inst-imgs ul li img{
	width: 100%;
	height: 100%;
	max-height: 200px;
    overflow: hidden;
}

@media only screen and (max-width: 768px){

.inst-imgs ul li, .inst-imgs ul li img{max-height: 230px;}
.inst-imgs ul li{width:16.6%;}

}

@media only screen and (max-width: 640px){

.inst-imgs ul li{width:33.3%;}

}





/**
Footer
**/

.foo{
	min-height: 220px!important;
	background:#0e0d0e;
	background: linear-gradient(to bottom, #1e1610 0%,#29231e 0%,#000000 99%,#000000 99%,#000000 100%);
	padding:60px 0 20px 0;
	margin-bottom: 0!important;
}
.foo h1{
	text-align: center;
	font-size: 38px!important;
    letter-spacing: -1px;
    margin-bottom: 10px;
    margin-top: 0;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #ffffff), color-stop(0.15, #fdfdfd), color-stop(0.3, #f9e9db), color-stop(0.45, #947d68), color-stop(0.6, #fdf0e5),color-stop(0.75, #ffffff), color-stop(0.9, #ffffff), color-stop(1, #fff) );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
	line-height: 70px;
}
.f-sm{
	text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 13px;
    letter-spacing: 2px;
}

.f-sm p{
	text-align: center;
    color: #fff!important;
    text-transform: uppercase;
    margin: 0;
    font-size: 13px;
    letter-spacing: 2px;
    opacity: .8;
}
.f-sm p i{
	position: relative;
	top: 5px;
	opacity: .4;
	color: #b3a08e;
}
.f-sm h3{
	text-align: center;
    font-size: 13px;
    font-weight: 300;
    color: #b8a494;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 40px;
    opacity: 1!important;
}
.f-sm.first{
	border-right: 1px solid #353434;
	padding: 0 30px!important;
}
.f-sm.first a{
		color: #b9a494!important;
	}
.f-sm.lst{
	border-left: 1px solid #353434;
	padding: 0 30px!important;
}
.f-sm.first, .f-sm.lst{
	min-height: 100px!important;
}
.f-sm.lst p,.f-sm.first p{
	text-align: left;
	padding-left: 0%!important;
}

.full-bt{
	border-top: 1px solid #353535;
	margin-top: 30px;
	}
	.full-bt p{
		text-align: center;
	    font-size: 13px;
	    font-weight: 300;
	    color: #b8a494;
	    text-transform: uppercase;
	    letter-spacing: 2px;
	    opacity: .6;
	    margin-bottom: 0!important;
	    line-height: 44px;
	}
	.full-bt p.footer{
		line-height: 20px !important;
		padding: 20px !important;
	}
	.full-bt p.footer a{
		color: #b8a494;
	}
	.full-bt p.footer a img{
		opacity: .3;
    	filter: contrast(199);
	}
p.map-links a, p.map-links a:hover, p.map-links a:focus, p.map-links a:active, p.map-links a:visited{
	color: #fff;
}





/*********************
PRODUCT PAGE
**********************/

.slick-next, .slick-prev{
	top: auto!important;
	bottom: -20px!important;
}


/** Product Sub-Nav **/





.top-header.inn-page{
	background: #fff;
    height: 197px;
    position: relative;
    padding: 0!important;
}
.top-header.inn-page.home-top{
	background: transparent;
    height: 183px;
    position: absolute;
    padding: 0!important;
}
.top-header.inn-page .cont, .top-header.inn-page.home-top .container{
 	height: 120px;
}
.top-header.inn-page.home-top nav{
	top: 0;
}
.top-header.inn-page nav ul a{
	color: #21201f;
}

.top-header a.brand-logo{
	color: #b09d8a;
	height: 120px;
}
.top-header.inn-page.home-top a.brand-logo {
	color-fill:#B86e25;
	fill:#fff;
	filter: brightness(100);
}

.top-header a.brand-logo .logo-svg{
	width: 180px;
    margin-top: 35px;
}

.top-header.inn-page nav .nav-wrapper{
	border-bottom: 1px solid #ddd;
}

.top-header.inn-page.home-top nav .nav-wrapper{
	border-bottom: 1px solid #91aeb1;
}
.top-header.inn-page.home-top nav ul a{
	color: #fff;
	font-weight: 600;
}
.top-header div.content a{
	color: #21201f !important;
}




.destinations{
	margin-bottom: 0!important;
	margin-top: 60px;
}	
.destinations .container{
	padding-left: 15px!important;
	padding-right: 15px!important;
	position: relative;
}
.destinations h3.box-heading{
	padding-left: 0;
    padding-bottom: 0px;
    margin-bottom: 25px;
}
.dest-l{
	background: #fdf6ef;
    padding: 40px!important;
    position: relative;
	min-height:420px!important;
	}
	.dest-l::after{
		content: '';
	    width: 60px;
	    height: 60px;
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    background: url(../img/arr.png);
	    background-repeat: no-repeat;
	    z-index: 1;
	    background-size: 32px;
	}
	.dest-l h1{
		font-size: 2.4rem;
		margin: 0!important;
		margin-bottom: 24px!important;
	    word-spacing: normal;
		}
	.dest-l h1 span{
	    word-spacing: normal;
		display: block;
	    font-size: 16px;
	    line-height: 15px;
	}
	.dest-l p{
		font-size: 15px;
	    line-height: 24px;
	    font-weight: 300;
	    width: 70%;
	    color: #797979;
	    -webkit-font-smoothing: antialiased;
	    padding-left: 15px;
	}
	.dest-l p a, .dest-l a{
	color:#b91124!important;
	}
	.dest-l ul{
	padding-left: 15px!important;
    margin-top: 15px;
    color: #797979;
    color: #888!important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #14191d;
    -webkit-font-smoothing: antialiased;
}
	.dest-l p.caps{
		margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding-top: 20px;
	}
.dest-r{
	position: absolute;
    right: 15px!important;
    top: 60px;
    min-height: 100px!important;
    background: transparent;
    padding: 0px!important;
    height: 500px;
    overflow: hidden;
}
.dest-r img{
	width: 100%;
}
.dest-r p{
	padding: 30px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #797979;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0;
    background: #f7eee6;
    margin-top: 0!important;
}
@media only screen and (min-width: 480px){
	.dest-l h1{
		font-size: 3.2rem;
	}
}
@media only screen and (min-width: 768px){
	div.packages .dest-l h1{
		font-size: 3.6rem;
	}
	.dest-l h1{
		font-size: 4.2rem;
	}
}
@media only screen and (min-width: 992px){
	.dest-l h1.corporate{
	    word-spacing: 30000px;
	}	
	div.packages .dest-l p{
		width: 90%;
	}
	div.packages .dest-l{
	    padding: 40px 120px 40px 40px!important;
	    min-height: 620px !important;
	}
}
ul.product-info{
	float: left;
	list-style: none;
    padding-top: 0px;
    padding: 0!important;
    margin: 0;
    margin-bottom: 20px;
    border-bottom: none!important;
}
ul.product-info li{
	float: left;
    width: 33.33%;
    border-right: 1px solid #fff;
    text-align: center;
}
ul.product-info li:last-child{
	border:none;
}
ul.product-info li span{
	display: block;
	text-transform: none;
	color: #797979;
}
ul.product-info li img{
	width: 100%;
	height: 100%;
}
.dest-r ul.product-info{
	margin-bottom: 0!important;
}
p strong{
	font-weight: 600;
}
.dest-tabs{
	float: left;
    width: 100%;
    margin-top: 40px;
    margin-left: 0!important;
    margin-right: 0!important;
	}
	.tabs-in{
		padding: 0!important;
	}
	.dest-tabs ul{
		border-bottom: 1px solid #ddd;
	}
	.tabs .indicator{
		background-color: #c2b1a1!important;
	    bottom: -2px!important;
	    z-index: 1;
	    height: 3px!important;
	}
	.tab-cont{
		padding: 30px!important;
	}
	.t-in-l{
		padding-right: 0px!important;
		padding-top: 30px!important;
		padding-left: 0!important;
	}
	.t-in-l.sunset{
	    text-align: center;
	}
	.t-in-l.sunset ul{
	    margin: 0px auto 10px auto;
	    display: inline-block;
	    float: none;
	}
	.t-in-l.sunset p{
		width: 100%;
	}

	.tab-cont p{
		    font-size: 15px;
		    line-height: 24px;
		    font-weight: 300;
		    color: #797979;
		    -webkit-font-smoothing: antialiased;
		    width: 90%;
		    float: left;
	}
	.tab-cont h2{
		font-family: 'Playfair Display', serif;
		font-size: 24px;
		text-align: center;
	}
	.tabs .tab a{
		color: #888!important;
		font-size: 16px;
	    text-transform: uppercase;
	    letter-spacing: 4px;
	    color: #14191d;
	    margin-bottom: 35px;
	    -webkit-font-smoothing: antialiased;
	}
	.tabs .tab a:hover, .tabs .tab a.active{
		color: rgb(155, 134, 116)!important;
		font-weight: 700;
	}

.t-in-r{
	float: right!important;
	position: relative;
    padding: 0px!important;
    background: #f7efe9;
    margin-top: 30px
	}
	.tab-cont h3{
		text-transform: uppercase;
	    font-size: 16px;
	    letter-spacing: 4px;
	    padding-top: 0!important;
	    -webkit-font-smoothing: antialiased;
	    margin-top: 10px;
	    font-weight: 700;
	}
	.tab-cont h3 span{
		display: block;
	    font-weight: 300;
	    font-size: 14px;
	}
	.t-in-r h4{
		font-size: 15px;
	    text-transform: uppercase;
	    margin-top: 30px;
	    margin-bottom: 10px!important;
	    float: left;
	    width: 100%;
	}
	.t-in-r p{
		width: 100%;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.t-in-r p a{
		color: rgb(216, 35, 32);
		position: relative;
	}
	.t-in-r p a::after{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background-color: rgb(216, 35, 32);
    width: 50px;
}
a.btn-big.blc{
	color: #fff !important;
    font-weight: 700;
	background: #9a8574;
    border: 1px solid #fff;
    width: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .6s ease;
	}
a.btn-big.blc:hover{
	background: #948477;
}

ul.social-share{
	height: 22px;
    border: none;
    position: relative;
    margin-bottom: 10px;
    margin-top: 40px;
    float: left;
    width: 100%;
	}
ul.social-share.home{
    margin-top: 10px;
}	
ul.social-share.footer{
    margin-top: 20px;
}	
ul.social-share li{
	position: relative;
	display: inline-block;
	opacity: .4;
	transition: .4s ease;
	max-width: 30px;
}
ul.social-share.events{
	margin: 35px 0px 0px 20px;
    display: inline-block;
    width: auto;
}
ul.social-share.events li{
	opacity: .9;
}
ul.social-share.social-left li{
	margin-right: 20px;
}
ul.social-share.social-centre li{
	margin: 0px 10px;
}
ul.social-share li a img{
	width: 20px;
}
ul.social-share.home li a.tpa img{
	width: 30px;
	margin-top: -4px;
    margin-left: -8px;
    margin-right: -4px;
}
ul.social-share.footer li a.tpa img{
	width: 30px;
    margin-bottom: -6px;
    margin-left: -8px;
    margin-right: -4px;
}
ul.social-share li:hover{
	opacity: .5;
}

.tabs-in.del ul.tabs{
	border-bottom: none;
}
.tabs-in.del ul.tabs li.tab{
	background: #fff8f3;
}
.tabs-in.del ul.tabs li.tab a.active{
	background: #f8efe9;
}
.tabs-in.del .tabs .indicator{
	background-color: #f8efe9!important;
}
.t-in-r .tab-cont{
	padding-bottom: 60px!important;
}
/**************************************/
/* PACKAGE BOOKING
/**************************************/
#package-booking-panel{
	display: block;
}
#package-voucher-panel{
	display: none;
}

.book-it{
	min-height: 220px!important;
    background: rgb(249, 239, 233)!important;
    margin-bottom: 0!important;
}
.book-it p{
	font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #201f1e;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    float: left;
    width: 100%;
}

.confirm-section{
    padding: 10px 30px 30px!important;
    background: #f8efe9;
}
.book-it h4{
	float: left;
	display: block;
	width: 100%;
	text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 4px;
    padding-top: 0!important;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-left: 15px;
}
.confirm-section h5{
	float: left;
	display: block;
	width: 100%;
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    padding-top: 0!important;
    -webkit-font-smoothing: antialiased;
    margin-top: 20px;
    margin-left: 0px;
    font-weight: 700;
}
.confirm-section.customise{
	background: #fffcfa;
}

p.total{
    margin-top: 2px;
    width: auto;
}
.customise p{
	margin-bottom: 10px;
    margin-top: 4px;
    float: left;
    width: 40%;
} 
.customise p span, .paying-details p span, .details-persn p span{
	text-indent: -9999px;
    background: #fff;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: 10px;
}
.details-persn p span{
	margin-bottom: 10px;
}

.paying-details{
    float: right!important;
}

.chosen-section{
	float: left;
	width: 100%;
	padding: 20px 30px!important;
	background: #fff9f5;
}
.chosen-section p.c-box{
	float: left;
	width: auto;
	margin-left: -10px;
	margin-top: 15px;
	margin-right: 30px;
}
p.c-box [type="checkbox"]+label, [type="checkbox"]+label{
	color:#525151!important;
}
.dropdown-content li, .dropdown-content li>a, .dropdown-content li>span{
	color: #404040!important;
}
#validate-container{
	padding: 10px 10px 0px 10px;	
}
em.error{
    display: block;
	line-height: 16px;
	font-style: normal;
    color: red;
}


/** Slider Destination **/

.destinations-all{
	background: #ffffff;
    border-top: 1px solid #dedad8;
    border-bottom: 1px solid #dedad8;
    min-height: 220px;
    margin-bottom: 0!important;
    padding-bottom: 40px!important;
}
.destinations-all .container{
	padding: 40px;
}
.destinations-all h4{
	color: rgb(155, 134, 116)!important;
    font-size: 14px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
}
.dest-thumb{
	position: relative;
	min-height: 180px!important;
	padding: 30px!important;
	transition:.3s ease;
}
.dest-thumb a{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	}
	
.dest-img{
	width: 70%;
    height: auto;
    overflow: hidden;
	margin:0 auto;
}
.dest-img img{
	width: 100%;
}
.dest-thumb:hover{
	opacity:.8;
}
.dest-thumb h5{
	display: block;
    font-weight: 300;
    font-size: 16px;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
	color: #000;
}
.selector{
	float: left;
    width: 100%;
    text-align: center;
}
.destinations-all .slick-prev, .destinations-all .slick-next{
	bottom: -15% !important;
}
.destinations-all .slick-prev{
	left: calc(50% - 40px) !important;
} 
.destinations-all .slick-next{
	left: 50% !important;
}
.destinations-all .slick-slider{
	margin-bottom: 0px;
}
/** Select Passangers **/

#passengerDetails li{
	display: none;
}

.select-dropdown.dropdown-content li:nth-child(3).active > ul.hdn-li{
	display: none!important;
	visibility: hidden;
	opacity: 0;
}
ul.hdn-li .input-field{
	float: left;
    width: 100%;
    padding: 0!important;
}


/** Tree Steps **/
ul.tree-steps{
	float: left;
    width: 100%;
    margin-bottom: 30px;
}
ul.tree-steps li{
	float: left;
	width: 33%;
	display: inline-block;
	position: relative;
	}
	ul.tree-steps li p{
		width: 32px;
		height: 32px;
		background:#fff;
		border-radius: 50%;
		text-align: center;
		line-height: 32px;
		font-weight: 700;
	}
	ul.tree-steps li.active p{
		background: #c5b7a9;
    	color: #fff;
	}
ul.tree-steps li::after{
	content: '';
    width: 80%;
    height: 1px;
    background: #dcd4cd;
    position: absolute;
    left: 42px;
    top: 14px;
}


.details-persn p.input, .paying-details p.input{
	background: #fff;
    padding: 8px 20px;
    border-bottom: 1px solid #e6e1dc;
    margin-bottom: 10px;
}
.details-persn p.input.ful-col, .paying-details p.input.ful-col{
	width: 100%;
}
.details-persn p.input.half-col, .paying-details p.input.half-col{
	width: 50%;
}

input.book-next, a.book-next{
	padding: 12px 22px;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    background: #b4a08f;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4px;
    font-weight: 700;
    border: none;
}


/**
Top Nav Scroll
**/

.top-nav{

}
.top-nav.nav-white-bg{
	position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff!important;
    border-bottom: 1px solid #ddd;
    left: 0;
       -webkit-transition: background-color .8s ease-out;
	  -moz-transition: background-color .8s ease-out;
	  -o-transition: background-color .8s ease-out;
	  transition: background-color .8s ease-out;
}
.top-nav.nav-white-bg ul a{
	color: #21201f!important;
}
.top-nav.nav-white-bg .nav-wrapper{
	border-bottom: none!important;
}



/*** Offer Slider **/

.slick-slide {
  text-align: center;
  color: #419be0;
}
.slick-next{
	right: 0px!important;
    top: auto!important;
	bottom:-80px;
}
.slick-prev, .slick-next{
	right:40px!important;
	left: auto!important;
	top: auto!important;
	bottom:-20px!important;
}
.slick-next{right: 0px!important;}
.slick-prev{right: 40px!important;}
.slick-next{
	background-image: url(../img/nxt.png)!important;
    z-index: 2;
    background-size: 24px!important;
    background-position: center!important;
    background-color: #fff!important;
    width: 40px!important;
    height: 40px!important;
    background-repeat: no-repeat!important;
	border-radius:0!important;
}
.slick-prev{
	background-image: url(../img/prv.png)!important;
    z-index: 2;
    background-size: 24px!important;
    background-position: center!important;
    background-color: #fff!important;
    width: 40px!important;
    height: 40px!important;
    background-repeat: no-repeat!important;
	border-radius:0!important;
}
ul.slick-dots li{
	opacity: 0;
}
.slick-next:before, .slick-prev:before{
	content: none!important;
}


/************************
About Page 
*************************/

.destinations.about{
	margin-top: 30px!important;
}
.dest-r.about-first{
	top: 45px;
	}
	.dest-r.about-first > div{
		/*height: 320px;*/
		overflow: hidden;
	}
	.dest-r.about-first > div img{
		/*width: auto;
		height: 100%;*/
		width: 100%;
	}
	.dest-l.about-sec::after{
		content: none;
	}
.about-in .container{
	padding: 0 15px!important;
}
.about-in h3{
	margin-top:60px;
	color: #888!important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #14191d;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
}
.about-in h2{
	font-family: 'Playfair Display', serif;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 70%;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #545151), color-stop(0.15, #3c3939), color-stop(0.3, #d6c3b0), color-stop(0.45, #947d68), color-stop(0.6, #d4bda9),color-stop(0.75, #3c3a38), color-stop(0.9, #272424), color-stop(1, #171615) );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 66px;
}
.have-list{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	min-height: 40px!important;
	}
	.have-list ul{
		float: left;
		list-style: none;
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0;
		padding: 20px;
		padding: 15px 0;
	}
	.have-list ul li{
		display: block;
		flex: 1 auto; 
		list-style-type: none;
	    border-right: 1px solid #ddd;
	    text-align: center;
	    text-transform: uppercase;
	    font-size: 13px;
	    letter-spacing: 1px;
	    color: #b7a08c;
	}

		.have-list ul li:last-child{
			border-right: none;
		}
		.have-list.history ul li:last-child{
			min-width:33.33%!important;
		}
		.have-list ul li a{
			display: block;
			border:1px solid #ddd;
			padding: 10px;
			width: 80%;
			margin-left: 10%;
			margin-top: 10px;
			color: #b39f8e;
		}
		.have-list ul li span{
			display: block;
			font-size: 32px;
			font-family: 'Playfair Display', serif;
			color: #645d57;
			text-transform: none;
			display: block;
		}
		.have-list ul li .sml-img{
			    width: 94%;
			    height: 255px;
			    overflow: hidden;
				}
				.have-list ul li .sml-img img{
					width: 100%;
				}
				.have-list.history ul li{border-right: 1px solid #fff;}
				.have-list.history ul li .sml-img{width:100%!important;height:auto!important;}
				
		.have-list.big ul li{
			width: 33%;
			text-align: left;
			padding-left: 40px;
			min-height: 160px;
		}
		.have-list.big ul li:first-child{
			padding-left: 0;
		}
		.have-list.big h4{
			text-align: left;
		    text-transform: uppercase;
		    font-size: 13px;
		    letter-spacing: 1px;
		    color: #2f2d2c;
		}
		.have-list.big p.q-img{
			width: 62px;
			    height: 62px;
			    border-radius: 50%;
			    overflow: hidden;
			    margin-top: 20px;
			    margin-bottom: 20px;
		}
		.have-list.big p.q-img img{
			width: 100%;
		}
		.have-list.big p.quote{
			color: #302d2d;
			width:90%;
			line-height:20px;
		}

.a-ful-col{
	padding-top: 40px!important;
	padding-bottom: 40px!important;
	text-align: center;
	}
.a-ful-col.bt{
	border-top: 1px solid #ddd;
}
	.a-ful-col p{
		font-size: 15px;
	    line-height: 24px;
	    font-weight: 300;
	    width: 70%;
	    margin: 0 auto;
	    margin-top: 20px;
	    color: #797979;
	    -webkit-font-smoothing: antialiased;
	}

ul.img-row{
	float: left;
	padding: 0;
	list-style: none;
	margin-top: 40px;
	margin-bottom: 30px;
	}
	ul.img-row li{
		float: left;
		width: 16.66%;
		display: inline;
		border-right: 1px solid #fff;
	}
	ul.img-row li img{
		width: 100%;
	}

.aircraft{
	margin-top: 30px;
	}
.aircraft h3{
	font-weight: 600;
	color: #21201f!important;
}
	.aircraft.l-s, .aircraft.r-s{
		padding:10px 0px 10px 0!important;
		position: relative;
	}
	.aircraft.r-s{
		padding-top: 98px!important;
		padding-left: 40px!important;
	}
.aircraft .air-img{
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	left: 0px;
	margin-bottom: 30px;
}
.aircraft .air-img img{
	width: 100%;
}
.aircraft p{
	color: #818180;
	margin-bottom: 20px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}



/** MENU **/


 * {   
margin: 0;
padding: 0;
}
    #nav_menu {
        position: absolute;
        display: block;
        height: auto;
        width: 100%;
        background: transparent;
        text-align: center;
    }
    #nav_menu li {
        list-style-type: none;
        text-decoration: none;
        vertical-align: middle;
        height: auto;
        display: inline-block;
        position: relative;
    }
    .nav_menu_link {
        color: black;
        font-size: 14px;
        height: 0;
        position: relative;
        display: inline-block;
        height: auto;
        padding: 14px 30px;
    }
    .nav_menu_link:hover {
        background: transparent;
        color: #b09c8a;
        transition: all .2s;
    }
    #nav_menu li:hover a{
    	opacity:.6;
    }

    #content1:hover {
        display: block !important;
        width: 100%;
        height: auto !important;
        position: absolute;
    }
    #content2:hover {
        display: block !important;
        width: 100%;
        height: auto !important;
        position: absolute;
    }
    #content1, #content2 {
        width: 100%;
        height: auto;
        background: #fff;
        display: none;
        position: absolute;
        top: 64px;
        text-align: left;
        padding: 34px 0;
    }
    #content1 ul{
    }
    #content1 ul li{
    	float: left!important;
    	line-height: 26px;
    }
    #content1 h5, #content1 h4{
    text-transform: uppercase;
    font-weight: 300;
	font-size: 14px;
    letter-spacing: 4px;
    -webkit-font-smoothing: antialiased;
    color: #21201f;
    }
    #content1 h4{
    	color: #b09c8a;
    	margin: 0;
    	padding: 0;
    	font-weight: 600;
    }
    #content1 p{
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    width: 70%;
    margin-top: 20px;
    color: #797979;
    -webkit-font-smoothing: antialiased;
    }
#content1 p a{
	display: block;
	padding: 0!important;
	margin-top: 10px;
	}
#content1 p a:hover{
	color: #b09c8a;
	background: transparent;
}
.content {
    
    border-bottom: 1px solid #ddd;
}

.li-in a{
	padding: 0px!important;
	transition: .6s ease; 
}
.li-in a:hover{
	opacity: 1;
	background: transparent;
	overflow:hidden;
}
.li-in.first, .li-in.last{
	padding-left: 6%!important;
}

.li-in.preview-list{
	padding: 0 3%!important;
}
.li-in.preview-list ul{
	margin:0;
}
.li-in.preview-list ul li{
	width: 30%;
    margin-right: 3%;
}
.li-in.preview-list ul li:first-child{
	margin-left: 0;
}
.li-in.preview-list h5{
	font-family: PlayFair Display;
    text-transform: none!important;
    font-size: 20px!important;
    letter-spacing: 0!important;
    margin-top: 10px;
}
.li-in img{
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

.li-in.preview-list ul li a:hover,.li-in.preview-list ul li a:hover{opacity:1;}
.li-in h5{
	margin: 0;
	padding: 0;
}
.li-in ul{
	float: left;
	margin-top: 20px;
	padding-left: 0!important;
}
.li-in ul li{
	float: left;
	width: 100%;
	padding: 0;
	line-height: 24px;
	text-transform: none;
}
.li-in ul li a{
	font-size: 13px;
	letter-spacing: 1px;
}

.over{
	background: #000;
	position: absolute;
	top: 100px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
}

/**
HAMBURGER MENU RESPONSIVE 
**/

.side-nav{
	padding: 0!important;
	background-color: #f2efed!important;
	overflow-y: scroll;
}
.top-mob-nav{
	float: left;
    width: 100%;
    background: #fff;
    min-height: 30vh;
    padding: 30px;
}

.side-nav h3{
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
}
.side-nav li>div.collapsible-header{
	padding-left: 0!important;
	color: #af9d8a!important;
	position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
	background: #fff!important;
	background-color: #fff!important;
	}
	.side-nav li>div.collapsible-header:hover{
		background: #fff!important;
		background-color: #fff!important;
		opacity: .7;
	}
	.side-nav li>div.collapsible-header::after{
		content: '+';
		position: absolute;
		right: 0;
		top: 0px;
		width: 14px;
		height: 14px;
	}
	.side-nav li.direct-option{
		padding-left: 0!important;
		color: #af9d8a!important;
		position: relative;
	    text-transform: uppercase;
	    letter-spacing: 3px;
		background: #fff!important;
		background-color: #fff!important;
	}
	.side-nav li.direct-option:hover{
		background: #fff!important;
		background-color: #fff!important;
		opacity: .7;
	}
	.side-nav li.direct-option a{
		color: #af9d8a!important;
		padding-left: 0px !important;		
	}
	.side-nav li.active>div.collapsible-header::after{
		content: '\2014';
		position: absolute;
		right: 0;
		top: 0px;
		width: 14px;
		height: 14px;
	}
	.side-nav div.collapsible-body ul li>a{
		height: 26px;
		line-height: 30px;
		padding-left: 10px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.side-nav li>a, .side-nav div.collapsible-body ul, .side-nav div.collapsible-body ul li{background: #fff!important;background-color: #fff!important;}
	.side-nav li.active, .side-nav .collapsible-body, .side-nav.fixed .collapsible-body{
		background: #fff!important;background-color: #fff!important;
	}
	.side-nav .collapsible, .side-nav .collapsible:focus{background: #fff!important;background-color: #fff!important;}

.nav-mob-btn{
	float: left;
	position: relative;
	bottom: 0;
    min-height: 50vh!important;
    width: 100%;
    padding:30px;
	}
	.nav-mob-btn h4{
	font-size: 14px;
    font-weight: 500;
    color: #af9d8a!important;
    text-transform: uppercase;
    margin-bottom: 30px;
	}
	.nav-mob-btn a{
		display: block;
		width: 100%;
		text-transform: uppercase;
		font-size: 14px;
		color: #0d0b0a!important;
		padding: 5px 0!important;
	}


.top-mob-nav a.nav-home{
	padding: 0px;
	color: #000;
}
.nav-mob-btn a.nav-phone{
	color: #d92421 !important;
	font-size: 18px;
	font-weight: 700;
}
.nav-add{
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
	}
	.nav-add::before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 24px;
		height: 2px;
		background: #bfb0a2;
	}
	.nav-add p{
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 14px;
		color: #0d0b0a!important;
		}
		.nav-add p i{
			color: #b4a290;
    		font-size: 18px;
    		position: absolute;
    		left: 0;
    		top: 7px;
		}
		.nav-add p.map-links{
			position: relative;
			padding-left: 30px;
		}

/** NEWS PAGE - Blog Template **/
/*
.news{
	padding: 30px 0;
}
.media-in{
	padding: 0!important;
	margin-bottom: 30px;
}
h5.cat-head{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 14px!important;
    letter-spacing: 4px;
    -webkit-font-smoothing: antialiased;
    display: block;
    width: 100%;
    float: left;
}
.news article{
	margin-top: 30px;
	margin-bottom: 15px;
	padding:0;
	background: #fdf6ef;
	float: left;
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	transition: .6s ease;
}
.news article:hover{
	background: #fffdfb;
    box-shadow: 2px 0 12px #ddd;
}
.post-img{
	width: 90%;
    height: 220px;
    overflow: hidden;
    position: relative;
    top: -10px;
}
.post-img img{
	height: 100%;
}
.post-cont{
	padding: 0 30px 30px;
}
.post-cont h2, .post-cont h3{
	font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 28px;
    margin:0;
    margin-bottom: 10px;
}
.post-cont h3{
	margin-top: 20px;
}
.post-cont h3 span{
	display: block;
	font-family: 'Karla', sans-serif!important;
	font-size: 15px;
	font-weight: 600;
}
a.back{
	padding: 10px 20px;
	background:#fff;
	border:1px solid #ddd;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 20px;
}

a.post-a{
	text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    color: #212121;
    line-height: 32px;
    position: relative;
    transition: .6s ease;
	}
	a.post-a::after{
		position: absolute;
	    content: '';
	    left: 0;
	    bottom: 0;
	    height: 1px;
	    background-color: rgba(74,74,74,.6);
	    margin: 0 auto;
	    width: 10%;
	}
	a.post-a:hover{
		color: #b09c8a
	}
.news.single article{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	text-align: center;
}
.post-img.big img{
	height: auto;
    width: 100%;
}
.post-cont.big h2{
	margin-bottom: 40px;
	font-size: 44px;
}
.post-cont.big p{
	width: 80%;
	margin-bottom: 20px;
}
p.enq{
	position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
p.enq i{
	position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    color: #a6907c;
}
*/

.news{
	padding: 30px 0;
}
.media-in{
	padding: 0!important;
	margin-bottom: 30px;
}
.media-in.video{
	padding-left: .5%!important;
}
.media-in.gallery{
	padding-left: 1.5%!important;
} 
h5.cat-head{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 14px!important;
    letter-spacing: 4px;
    -webkit-font-smoothing: antialiased;
    display: block;
    width: 100%;
    float: left;
	margin-left:1.5%!important;
}
.news article{
	margin-top: 30px;
	margin-bottom: 15px;
	padding:0;
	background: #f7efe9;
	float: left;
	width: 30%!important;
	margin-left: 1.5%!important;
	margin-right: 1.5%!important;
	transition: .6s ease;
}
.news article:hover{
	background: #fffdfb;
    box-shadow: 2px 0 12px #ddd;
}
.post-img{
	width: 90%;
    height: 220px;
    overflow: hidden;
    position: relative;
    top: -10px;
}
.post-img img{
	height: 100%;
}
.post-cont{
	padding: 0 30px 30px;
}
.post-cont h2, .post-cont h3{
	font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 28px;
    margin:0;
    margin-bottom: 10px;
}
.post-cont h3{
	margin-top: 20px;
}
.post-cont h3 span{
	display: block;
	font-family: 'Karla', sans-serif!important;
	font-size: 15px;
	font-weight: 600;
}
a.post-a{
	color: #000;
}

.media-in.gallery ul{
	float: left;
	width: 100%;
	margin-top:30px;
	}
	.media-in.gallery ul li{
		float: left;
		width: 16%;
		margin-right: .5%;
		position: relative;
	}
	.media-in.gallery ul li img{
		width: 100%;
	}
	.media-in.gallery ul li a i{
		position: absolute;
	    z-index: 2;
	    top: 0%;
	    left: 45%;
	    color: #fff;
	    transition: .6s ease;
	    opacity: 0;
	    background: rgba(0,0,0,.4);
	    width: 32px;
	    height: 32px;
	    border-radius: 50%;
	    text-align: center;
	    line-height: 32px;
	    font-size: 16px;
	}
	.media-in.gallery ul li:hover a i{
		position: absolute;
	    z-index: 2;
	    top: 45%;
	    left: 45%;
	    color: #fff;
	    transition: .6s ease;
	    opacity: 1;
	}



/** Gift Voucher **/

.gift-b{
	padding: 20px 0 60px;
    background: #241e1b;
    background: linear-gradient(to bottom, #6b6156 0%,#695a4b 0%,#1f1d1b 99%,#1b1918 99%,#1f1d1b 100%);
    position: relative;
}

.gift-b h5.cat-head{
	text-align: center;
	color: #b09c8a;
}
.gift-b h5.cat-head span{
	display:block;
	width: 84px;
    height: 84px;
    background: url(http://staging.argentumwebware.com/assets/img/gift.png.pagespeed.ce.Y1rGa5-x5f.png);
    background-size: 84px;
	margin:0 auto;
}
.gift-top{
	text-align: center;
    margin: 0 auto;
    display: block;
}
.gift-top h2.big-h{
	width: 80%;
    margin: 0 auto;
    line-height: 48px;
    font-size: 36px;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #ffffff), color-stop(0.15, #fdfdfd), color-stop(0.3, #f9e9db), color-stop(0.45, #947d68), color-stop(0.6, #fdf0e5),color-stop(0.75, #ffffff), color-stop(0.9, #ffffff), color-stop(1, #fff) );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: 'Playfair Display', serif;
}
.gift-top p{
	color: #fff;
	width: 60%;
	margin: 0 auto;
	margin-top: 30px;
}

.all-gifts{
	margin-top: 30px;
}
.gift-list{
	padding: 30px 0 60px 0!important;
	position: relative;
}
.gift-list::after{
	content: '';
    position: absolute;
    width: 10%;
    height: 2px;
    background: #e8e4e0;
    bottom: 0;
    left: 45%;

}
.all-gifts h5{
	text-align: center;
	margin-bottom: 30px;
}
.gift-box-small{
	margin-bottom: 30px;
}
.gift-box-small > div{
	padding: 0px;
}
.gift-box-small h2{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 14px!important;
    letter-spacing: 4px;
    margin-bottom: 10px;
    margin-top: 15px;
	min-height:34px;
    -webkit-font-smoothing: antialiased;
}
.gift-box-small p{
	width: 90%;
	line-height: 20px;
	min-height:72px;
}
.gift-img-box{
	height: auto;
	width: 100%;
	background: transparent;
	overflow: hidden;
}
.gift-img-box img{
	width: 100%;
}
a.btn-big.gift-btn{
	color: #ba1124;
    font-weight: 600;
    padding: 12px 22px;
    font-size: 13px;
}

/** Thank You **/

div.thank-you{
	min-height: 500px !important;
}
div.thank-you p{
	text-align: center;
    font-size: 23px;
    line-height: 30px;
    width: 90%;
    margin: auto;
}
@media only screen and (min-width: 768px){
	div.thank-you p{
		width: 50%;
	}
}

/** Charter Flights **/

img.charter-i{
	width: 100%!important;
	height: auto!important;
}
.dest-l.charter-box{
	background: #e7f2f7!important;
}
.book-it.flights h3{
	color: #1e1f20!important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #14191d;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    text-align: center;
    padding-top: 40px;
}
.book-it.flights .confirm-section{
	float: none;
	margin: 0 auto;
	text-align: center;
}
.book-it.flights .confirm-section h4{
	text-align: center;
    font-size: 13px;
    font-weight: 300;
}
.book-it.flights .confirm-section a.book-next{
	margin: 0 auto;
	float: none;
	display: inline-block;
	margin-top: 20px;
}
div.error{
    margin-bottom: 10px;
    margin-top: -5px;
    color: red;	
}


/** Events & Functions **/

.have-list.clients ul li{
	width: 33%;
}
.have-list.clients ul li:nth-child(3n+0) {
	border-right: none;
}
.have-list.clients ul li img{
	width: 120px;
	padding: 20px;
}

@media only screen and (min-width: 768px){
	.have-list.clients ul li{
		width: 16%;
	}
	.have-list.clients ul li:nth-child(3) {
		border-right: 1px solid #ddd;
	}

}
@media only screen and (min-width: 900px){
	.have-list.clients ul li img{
		padding: 10px;
	}
}






/**
RESPONSIVE
**/





@media only screen and (min-width: 1580px){

.dest-l.charter-box{
min-height:600px!important;
}

}



@media only screen and (max-width: 1580px){

body{
	overflow-x: hidden;
}
.container{
	width: 100%!important;
}
.dest-l.charter-box{min-height:540px!important;}
.f-sm.first{padding: 0 10px 0 30px!important;}

}

@media only screen and (max-width: 1280px){

.li-in.last{padding-left:3%;}
	.li-in.last p{display:none;}
	.li-in.last p{margin-top:0;}
	.li-in.last a{padding: 8px 10px!important;font-size: 12px!important;}

.hero{background-position: left 40%;}
.hero h1{line-height:66px;}
.top-header a.phone{right:30px;color: #da2422!important;}

nav ul a{
	padding: 0 15px!important;
}
	
}

@media only screen and (max-width: 1000px){

nav ul a{
	padding: 0 10px!important;
}

.gift-box-small{min-height:420px!important;}
.gift-box-small p{width:100%;}
a.btn-big.gift-btn{padding: 12px 10px;font-size: 12px;}

.sm-box > div{margin-bottom:25px;}

.hlf-box-txt{padding-left: 0px!important; padding-top: 30px!important;}

}


@media only screen and (max-width: 992px){


main, .destinations{overflow-x: hidden;}

a.button-collapse{
	display: block;
    position: absolute;
    top: 42px;
    left: 30px;
    color: #000;
}

.top-nav {
	display: none;
}
a.brand-logo{
    position: absolute;
    right: 0;
    top: 8px;
}

.top-header, .top-header.inn-page, .top-header.inn-page.home-top{
	top: 0;
    background: transparent;
    height: 105px;
    border-bottom: 1px solid #ddd;
}

body.alertMessage .top-header, body.alertMessage .top-header.inn-page, body.alertMessage .top-header.inn-page.home-top{
	top: 100px;
}

.top-header.inn-page.home-top a.button-collapse{
	color: #fff;
}
.top-header a.brand-logo .logo-svg{
    width: 125px;
    margin-top: 18px;
    margin-right: 17px;
}
.top-header a.phone{
	display: none;
}

.dest-l, .dest-r{
	width: 100%!important;
	height:auto!important;
	min-height:auto!important;
	position: relative;
}
.dest-l p{
	width: 96%;
}
.dest-r{
 	top: 0!important;
	right: 0!important;
	height: auto!important;
	padding-bottom: 0px!important;
 }
.dest-l.charter-box{min-height:auto!important;}

.have-list.clients ul li img{width: 81px;}


.aircraft.l-s, .aircraft.r-s{width:100%!important;margin: 0;padding:0!important;}
.aircraft .air-img{width:60%;margin-bottom: 20px;}

.destinations{margin-top: 20px;}
.a-ful-col{margin-bottom:60px!important;}
.a-ful-col h3{text-align: center!important;float: left;width: 100%;}

.dest-r.about-first>div{height:auto;width:100%;}
.dest-r.about-first>div img{width: 100%;height: auto;}

.slick-next, .slick-prev{top:auto!important;bottom:-20px;}

}
 
@media only screen and (max-width: 840px){


	.dest-l{
		width: 100%!important;
		height: auto!important;
		min-height: auto!important;
	}
	.dest-l p{
		width: 90%;
	}
	.dest-r{
		position: relative;
	    right: 0!important;
	    top: 0;
	    width: 100%!important;
	}
	
.f-sm.first, .f-sm.lst, .f-sm{
		border-right: none!important;
		border-left: none!important;
		padding: 0px!important;
		width:100%!important;
	}
	.f-sm.first{
		margin-top: 20px;
	}
	.f-sm h3{
		margin-top: 0!important;
	}
	.f-sm p, .f-sm.first p, .f-sm.lst p{
		text-align: center;
		padding-left: 0;
	}
	.f-sm.lst{
		margin-top: 20px;
	}
	
.gift-box-small{width:50%!important;}

.about-in h2{width:100%;font-size: 34px;line-height: 44px;}

.have-list ul{display:block;}
.have-list ul li{display:inline-block;flex: none;width: 49%;margin-bottom: 10px;padding-bottom: 10px;}
.have-list ul li:nth-child(2), .have-list ul li:nth-child(4){border-right:none;}
.have-list ul li:nth-child(3), .have-list ul li:nth-child(4){margin-bottom:0;}
.have-list.clients ul li{border:none;}

.news{padding:30px!important;}
.news.single .post-img{height:auto;}
.news.single .post-cont.big h2{font-size: 28px;line-height: 34px;}

.about-in h3{text-align:center;}
.aircraft h3{text-align:left;}

}

 
@media only screen and (max-width: 760px){

.t-in-l, .t-in-r{width: 100%!important;}
	
.have-list.big ul li{float: left;width: 100%;padding-left: 0px;border:none;}
.aircraft .air-img{height:auto;margin-bottom:20px;}
.aircraft .air-img {width:100%!important;}

.faq-l ul.collapsible{width: 100%!important;margin-left: 0%!important;}
.faq-l ul.collapsible li{margin-bottom:15px;}
.faq-l ul.collapsible li .collapsible-header{line-height: 1.8rem;}
.faq h1{font-size:32px;}

.news.single article{width:100% !important;margin-left:0% !important;}
.news.single .post-cont{padding: 30px 0;}

.have-list.clients ul li{min-width:32%;padding: 10px 0 0;}

.lounge h2{color:#fff!important;background-image:none!important; -webkit-background-clip: none!important;}

a.btn-big.blc{width:auto;}
a.btn-big{padding: 12px 22px;}


div.single-item .slick-next, div.single-item .slick-prev{top: auto!important;}
	
}



@media only screen and (max-width: 680px){

	.container{
		width: 100%!important;
	}
	nav{
		top: -20px;
	}
	nav .button-collapse{
		float: none!important;
		position: absolute!important;
		right: 0!important;
	}
	a.brand-logo{
		float: left;
		font-size: 10px;
		margin-left: 10px;
	}
	.top-header a.phone{
		display: none;
	}
	.hero{
	    width:100%!important;
		height: 540px;
		padding: 0!important;
		padding-top:20vh!important;
		overflow: hidden;
	}
	div.row.hero div.container{
		top: 20vh;
		padding:0!important;
		width:100%!important;
		position:relative;
	}
	.have-list ul{padding: 10px 0 0 0!important;}
	.sm-box > div{
		min-height: 240px!important;
		margin-bottom: 20px;
	}
	.discover{
		margin-bottom: 0!important;
	}
	.hlf-box.gift > div{
		min-height: 300px;
	}
	.hlf-box-txt{
		min-height: auto!important;
		padding-top: 20px!important;
		padding-left: 0!important;
	}
	.hlf-box-txt p{
		width: 90%;
	}

	.essentials .container > div{
		margin-bottom: 30px;
	}
	.empire{
		padding: 0;
		padding-bottom: 40px;
	}
	.lounge{
		padding: 40px 0px!important;
		width: 90%;
		margin-left: 5%;
	}
	.lounge h2{
		line-height: 56px;
	}
	.empire-quote p.quote{
		width: 15%;
		left: 43%;
	}
	.empire-quote p.qoute-txt{
		width: 60%;
		left: 0;
	}
	.gift-box-small{width:100%!important;}
	.gift-box{
		padding: 30px 0 20px 0;
		margin-top: 10px;
	}
	.gift-box .hlf-box-txt p.quote{
		position: relative;
		left: -17px;
		margin-top: 80px;
	}
	.gift-box p.qoute-txt{
		position: relative;
		margin-left: 20px;
		margin-top: 10px;
	}

	.hero h1, .hlf-box-txt h2 span {
		font-size: 48px!important;
		line-height: 60px;
	}
	.lounge h2{
		display: block!important;
		font-size: 48px!important;
		letter-spacing: -1px;
		margin-bottom: 10px;
		margin-top: 0;
		background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #ffffff), color-stop(0.15, #fdfdfd), color-stop(0.3, #f9e9db), color-stop(0.45, #947d68), color-stop(0.6, #fdf0e5),color-stop(0.75, #ffffff), color-stop(0.9, #ffffff), color-stop(1, #fff) );
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}

	.gift-box-small{min-height:auto!important;}
	
	.top-header{
		height: 100px;
		background: #fff;
	}
	.top-header nav .button-collapse{
		color: #000!important;
	}
	.dest-r{
		position: relative!important;
		right: 0!important;
		top: 0!important;
		height: 280px;
	}
	.dest-l p{
		width: 100%;
		padding-left: 0;
	}

	div.single-item .slick-next, div.single-item .slick-prev{
		top: auto!important;
		bottom:-20px!important;
	}
	.tab-cont p{
		width: 100%;
	}
	.t-in-r{
		padding: 0px!important;
	}

	.tabs .tab a{
		font-size: 12px!important;
		letter-spacing: 1px!important;
	}

.have-list.clients ul{display:block;}
.have-list.clients ul li{display: inline-block;border:none;width:auto!important;}
.have-list.clients ul li img{width: 100px;}

.have-list ul li span{font-size:16px;}

.have-list.history ul li{border:none;float:left; margin-bottom:0!important; padding-bottom:0!important;}
.have-list.history ul li .sml-img{width: 92%;height: 95px;}

.a-ful-col p{width:90%;}

	.menu-sub, .top-nav.nav-white-bg .menu-sub{
		margin-right: 0px!important;
		margin-left: 0px!important;
		margin-top: -1px;
		padding-left: 0px;
		padding-right: 0px;
		position: relative;
		top: 57px;
		height: 42px!important;
		line-height: 12px;
	}
	.top-nav.nav-white-bg ul.dest-top {
		width: 100%;
		margin-left: 0;
		line-height: 42px!important;
	}
	.menu-sub ul li{
		font-size: 12px;
		letter-spacing: 1px;
	}
	.menu-sub ul.dest-top{
		line-height: 12px;
	}

	ul.social-share li{
		margin-right: 14px;
	}

	.essentials h2{
		margin-left: 0!important;
		font-size: 22px!important;
	}
	p.h-txt{
		width: 90%;
	    margin-left: 5%;
	    font-size: 15px;
	    line-height: 24px;
	}
	.promotion-box h2{
		min-height: 20px;
		font-size: 14px!important;
	}
	.promotion-box p{
		display: none;
	}
	.promotion-box{
		margin-bottom: 0!important;
		padding-bottom: 0!important;
	}
	
	.foo{padding:60px 0 10px 0;}
	.full-bt p{padding-top: 10px;font-size: 11px;line-height: 20px;}
	
.gift-img-box{background: transparent;text-align: center;}
.gift-img-box img {width: auto;height: 100%;}
.gift-box-small h2{text-align: center;}
.gift-box-small p{width: 80%;text-align: center;margin: 0 auto;}
a.btn-big.gift-btn{display: block;text-align: center;}
.gift-b::before{left:38%;}
.gift-top h2.big-h{width: 90%;line-height: 42px;font-size: 28px;}


ul.img-row li:nth-child(n+4){display:none;}
ul.img-row li{width:33%;}

.essentials .img-box{height:auto;}
.promotion-box h2{line-height:18px;text-align: center;width: 100%;}

}


@media only screen and (max-width: 600px){

.hlf-box-txt h3, .hlf-box-txt h2, .hlf-box-txt p{text-align:center;width:100%;}
a.sml-btn{display: block;width: 100%;text-align: center;}
a.sml-btn::after{content:none;display:none;}

}

/** FAQ **/
.destinations.faq {
    padding-bottom: 40px;
}
.faq h1{
	text-align: center;
	}
	.faq h1 span{
		display: block;
	}
.faq-l h2{
	color: #b09c8a!important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 40px;
    margin-top: 40px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-weight: 600;
    position: relative;
	}
	.faq-l h2::after{
		content: '';
	    position: absolute;
	    width: 4%;
	    height: 3px;
	    background: #af9b8a;
	    top: 30px;
	    left: 48%;
	}
.faq-l ul.collapsible{
	width: 80%;
	margin-left: 10%;
	border: none;
    box-shadow: none;
	}
	.faq-l ul.collapsible li{
	}
	.faq-l ul.collapsible li .collapsible-header{
		border:none;
		border: none;
	    text-align: center;
	    font-size: 18px;
	}
	.faq-l ul.collapsible li .collapsible-body{
		text-align: center;
		margin-bottom: 0px;
		border-bottom: none;
	}
	.faq-l ul.collapsible li .collapsible-body p, .faq-l ul.collapsible li .collapsible-body ul{
		font-size: 16px;
	    font-weight: 300;
	    -webkit-font-smoothing: antialiased;
	   	color: #6f6f6f;
	    margin-bottom: 10px;
	}
	.faq-l ul.collapsible li.active .collapsible-header, .faq-l ul.collapsible li:hover .collapsible-header{
		color: #af9b8a;
	}




/** Terms & Conditions **/

.terms h1{
	text-align: center;
    font-size: 3.2rem;
    margin-bottom: 60px;
	}
	.terms h1 span{
		display: block;
	}
.terms-in, .terms-sml{
	width: 70%;
	margin-left: 15%;
	text-align: center;
}
.terms-in p{
	margin-bottom: 40px;
	color: #3c3c3c;
	}
	.terms-in p span{
		display: block;
		position: relative;
		margin-bottom: 20px;
		color: #af9d95;
		font-weight: 600;
	}
	.terms-in p span::after{
		content: '';
	    position: absolute;
	    width: 4%;
	    height: 3px;
	    background: #af9d95;
	    left: 48%;
	    top: 30px;
	}
	.terms-in p strong{
		display: block;
		margin-bottom: 20px;
	}
.terms-in p.note{
	padding: 30px;
	font-weight: 600;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}
.terms-sml{
	margin-top: 60px;
	border-top: 1px solid #ddd;
	padding: 40px 0;
}
.terms-sml p{
	font-size: 14px;

}



/** Single Post **/

.news.single h5.cat-head{
	text-align: center;
    width: 100%;
}
.news.single article{
	background: transparent;
    width: 70%;
    margin-left: 15%;
    margin-right: 0;
    margin-bottom: 30px;
}
.news.single article div.imp p:first-child{
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.news.single article:hover{
	box-shadow: none;
}
.news.single .post-img{
	width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    top: 0;
    text-align: center;
}
.news.single .post-cont{
	padding: 30px;
}
.news.single .post-cont.big h2{
	margin-bottom: 40px;
    font-size: 38px;
    text-align: center;
    line-height: 45px;
}
.post-cont.big p{
	width: 80%;
    margin-bottom: 20px;
    margin-left: 10%;
    color: #3c3c3c;
}

.share-post{
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 40px;
}
.share-post h4{
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.share-post ul.social-share{
	margin-top: 20px;
}

/** MENU **/

.menu h1{
	font-family: 'Playfair Display', serif;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 70%;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #545151), color-stop(0.15, #3c3939), color-stop(0.3, #d6c3b0), color-stop(0.45, #947d68), color-stop(0.6, #d4bda9),color-stop(0.75, #3c3a38), color-stop(0.9, #272424), color-stop(1, #171615) );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 74px;
    font-size: 3.2rem;
}
.menu h2{
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	color: #af9d8a;
	margin-bottom: 30px;
	}
	.menu h2 span{
		display: block;
		font-size: 14px;
		font-family: 'Karla', sans-serif!important;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
.menu h4{
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 600;
}
.menu h4 span{
	display: block;
	opacity: .6;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 5px;
	font-weight: 400;
}

/*
.menu .dest-r > div{
	background: #f6eddf;
    min-height: 120px;
    padding: 40px;
}
.menu .dest-r > div img{
	width: 50%;
    display: block;
    margin: 0 auto;
}*/

.menu-in{
	padding-left: 0!important;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
    float: left;
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 0!important;
}
.menu-in h1{
	width: auto;
	margin: 0;
	padding: 0;
}
.drinks{
	padding-left: 0!important;
}

.menu-in p{
	color: #484848;
    position: relative;
    width: 88%;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 4px 0;
    padding-right: 40px;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    transition: .6s ease;
    font-weight: 600;
}
.menu-in .drinks.full-line p{width:94%;}

.menu-in p:hover{
	background: #fdf6f0;
	padding: 4px 0 4px 20px;
}
.menu-in p span{
	font-weight: 300;
    position: absolute;
    right: 0;
    transition: .6s ease;
    text-transform: none;
}
.menu-in p:hover span{
	right: 10px;
}
.menu-in p strong{
	font-weight: 300;
}
p.note-disc{
	color: #ba1123;
}
p.note:hover, p.note-disc:hover{
	background: transparent;
	/*padding: 4px 0 4px 20px;*/
}

/*******************************
EMPIRE LOUNGE
******************************/

.hero.empire-lounge{
	}
	.hero.empire-lounge h1 span{
		font-family: 'Karla', sans-serif!important;
		line-height: 20px;
		font-size: 16px;
		color: #fff;
		display: block;
	    text-transform: uppercase;
	    letter-spacing: 4px;
	    -webkit-font-smoothing: antialiased;
	}
.empire-events .row > div{
}
.empire-events h2{
	font-family: 'Karla', sans-serif!important;
	line-height: 20px;
	font-size: 16px;
	color: #14191d;
	letter-spacing: 4px;
	text-transform: uppercase;
	 -webkit-font-smoothing: antialiased;
}

ul.tabs.schd{
	float: left;
    display: block;
    height: auto;
	}
	ul.tabs.schd li{
		float: left;
	    display: inline;
	    margin-right: 1px;
	    height: 80px;
	}
	ul.tabs.schd li a{
		opacity: 1!important;
		background: rgb(155, 134, 116)!important;
		color: #fff!important;
		line-height: 18px;
		height: 80px;
		padding: 20px 25px;
	}
	ul.tabs.schd li a span{
		display: block;
		font-family: 'PlayFair Display';
    	font-size: 22px;
    	font-weight: 300;
	}
	ul.tabs.schd li a.active{
		background: #000!important;
		color: #fff!important;
	}
.c-l-s{
	background: #000;
	padding: 20px 40px 30px!important;
	}
	.c-l-s h3{
		color: #fff;
		font-family: 'Karla', sans-serif!important;
		font-size: 14px;
		letter-spacing: 4px;
		text-transform: uppercase;
		}
		.c-l-s h3 span{
			display: block;
			font-family: 'PlayFair Display';
	    	font-size: 32px;
	    	text-transform: none;
	    	margin-top: 10px;
	    	letter-spacing: 0;
	    	-webkit-font-smoothing: antialiased;
		}
		.c-l-s p{
			color: #fff;
			opacity: .8;
			margin-top: 10px;
			float: left;
			width: 100%;
			height: 42px;
		}
		.c-l-s p.call{
			border: 1px solid #fff;
		    color: #fff;
		    text-transform: uppercase;
		    font-size: 14px;
		    font-weight: 600;
		    letter-spacing: 2px;
		    float: left;
		    display: inline;
		    width: auto;
		    padding: 6px 12px;
		    margin-top: 25px;
			}
			.c-l-s p.call span{
				color: rgb(155, 134, 116)!important;
				letter-spacing: 2px;
			}
	.c-r-s{
		background: #ddd;
		min-height: 226px!important;
		padding: 0!important;
		}
		.c-r-s ul.imgs{
			padding: 0!important;
		}
		.c-r-s ul.imgs li{
			float: left;
			width: 33.3%;
			height: 248px;
			background: #ccc;
		    background-position: center;
		    background-repeat: no-repeat;
		    background-size: cover;
			}

ul.tabs.schd .indicator{display: none;}

p.phone a{
	color: #797979;
}
.big-box-rich p a{
		color: rgb(216, 35, 32);
		position: relative;
	}
	.big-box-rich p a::after{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background-color: rgb(216, 35, 32);
    width: 50px;
}
.lounge-big-box{
margin-top:60px;
}
.lounge-big-box, .museum-big-box{
	min-height: 500px;
	}
	.lounge-big-box .container, .museum-big-box .container{
		position: relative;
	}
	.lounge-big-box .box-l{
		position: relative;
	    left: 0!important;
	    top: 40px;
	    min-height: 420px!important;
	    background: #fff;
	    box-shadow: 2px 0 10px #ddd;
	    z-index:1;
	    padding: 0 30px!important;
		}
		.lounge-big-box .box-l h2, .museum-big-box .box-r h2{
			font-family: 'PlayFair Display';
		    font-size: 42px;
		    color: #9a8574;
		    -webkit-font-smoothing: antialiased;
		}
		.lounge-big-box .box-l p, .museum-big-box .box-r p{
			line-height: 20px;
			margin-bottom: 20px;
		}

		.lounge-big-box .box-l p.phone, .museum-big-box .box-r p.phone{
			margin-bottom: 20px;
		    position: relative;
		    padding-left: 30px;
		}
		.lounge-big-box .box-l p.phone i, .museum-big-box .box-r p.phone i{
			font-size: 18px;
		    position: absolute;
		    left: 0;
		    color: #fd1818;
		}
	.lounge-big-box .box-r{
		position: absolute;
	    right: 0!important;
	    top: 0;
	    padding: 0!important;
	    height: 500px!important;
	    overflow: hidden;
		}
		.lounge-big-box .box-r img{
			width: 100%;
		}

	.museum-big-box .box-l{
			position: relative;
		    left: 0!important;
		    top: 0px;
		    padding: 0!important;
		    height: 500px!important;
		    overflow:hidden;
		}
		.museum-big-box .box-l .slick-prev{left: 0px!important;}
		.museum-big-box .box-l .slick-next{left: 40px!important;}
		.museum-big-box .box-l img{
			width: 100%;
		}
	.museum-big-box .box-r{
		position: absolute;
		z-index: 1;
	    right: 0!important;
	    top: 40px!important;
	    padding: 0 30px!important;
	    background: #fff;
	    box-shadow: 2px 0 10px #ddd;
	    min-height: 420px!important;
		}


.opt{
	margin-bottom: 40px!important;
}
.opt-box{
	min-height: 210px!important;
	padding: 20px 30px 30px!important;
	border-right: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	}
	.opt-box:last-child{
		border-right:none;
	}
	.opt-box h4{
		font-family: 'Karla', sans-serif!important;
	    line-height: 20px;
	    font-size: 14px;
	    font-weight: 600;
	    color: #998574;
	    letter-spacing: 4px;
	    text-transform: uppercase;
	    -webkit-font-smoothing: antialiased;
	    margin-bottom: 15px;
	}
	.opt-box h3{
		margin: 0;
		font-family: 'PlayFair Display';
		-webkit-font-smoothing: antialiased;
		font-size: 42px;
		color: #9a8574;
	}
	.opt-box p{
		text-transform: uppercase;
		font-size: 12px;
		color: #31302f;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 18px;
		}
		.opt-box p a{
			display: block;
			color: #fd1919;
		}
	.opt-box ul.opt-imgs{
		padding: 0;
		}
		.opt-box ul.opt-imgs li{
			float: left;
			width: 33.3%;
		}
		.opt-box ul.opt-imgs li img{
			width: 100%;
			min-height: 140px;
		}

.insta-big-box{
	padding: 0px 0 40px 0!important;
	text-align: center;
}

.insta-big-box h2{
	font-family: 'Karla', sans-serif!important;
    line-height: 50px;
    font-size: 16px;
    color: #14191d;
    letter-spacing: 4px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
	}
	.insta-big-box h2 span{
		font-family: 'PlayFair Display';
	    -webkit-font-smoothing: antialiased;
	    font-size: 42px;
	    color: #9a8574;
	    text-transform: none;
	    letter-spacing: 0;
	    display: block;
	    margin-top: 0px;
	}

.inst{
	margin-top: 50px;
	padding: 30px!important;
	}
	.inst h3{
		text-transform: uppercase;
		font-size: 18px;
		letter-spacing: 4px;
		font-weight: 600;
	}
	.inst p{
		width: 70%;
    	margin: 0 auto;
	}
.insta-big-box .divider{
	float: left;
    width: 100%;
    height: 3px;
    background: #ddd;
    margin-top: 40px;
}


.empire-share h4{
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 4px;
}
.share-this{
	text-align: center;
	padding: 0 30px;
}
.share-this ul.social-share{
	margin-top: 20px;
}
.call-us{
	text-transform: uppercase;
	text-align: center;
	}
	.call-us i{
		font-size: 18px;
    color: #c92529;
	}
	.call-us a{
		color: #c92529;
		font-weight: 600;
	}
	.call-us span{
		display: block;
		font-weight: 300;
		margin-top: 4px;
	}
.send-email{
	text-align: center;
	}
	.send-email span{
		display: block;
	}


/** Empire Responsive **/

@media only screen and (max-width: 1280px){

.lounge-big-box, .museum-big-box, .opt, .insta-big-box{
	padding:0 20px!important;
}
.lounge-big-box .box-l, .museum-big-box .box-r{
	width:33%!important;
}

}

@media only screen and (max-width: 980px){

.lounge-big-box, .museum-big-box{
	min-height:auto;
}
.lounge-big-box .box-l, .museum-big-box .box-l{
	width: 100%!important;
    min-height: auto!important;
    padding-bottom: 20px!important;
}
.lounge-big-box .box-r, .museum-big-box .box-r{
	position: relative;
    width: 100%!important;
	height:auto!important;
	top:0!important;
}
.museum-big-box .box-r{
	min-height: auto!important;
    padding-bottom: 20px!important;
}
.museum-big-box .box-l{
	height:auto!important;
}

.news article{
	width:47%!important;
}

}


@media only screen and (max-width: 680px){

.lounge-big-box, .museum-big-box, .opt-box{
	text-align:center;
}
.lounge-big-box, .museum-big-box{
	margin-bottom:0!important;
}	
.lounge-big-box{
	margin-top:0;
}
.lounge-big-box .box-l{
	top:0!important;
}
.opt-box{
	padding: 20px 0!important;
	border-right: none;
	min-height: auto!important;
}
.opt-box h4{
	margin-top:0!important;
}
.inst{
	margin-top: 20px;
    padding: 20px!important;
}
.inst img{
	width:60px;
}
.lounge-big-box .box-l p.phone, .museum-big-box .box-r p.phone{
	padding-left:0;
}
.lounge-big-box .box-l p.phone i, .museum-big-box .box-r p.phone i{
	position: relative;
    top: 3px;
}

.empire-share{
	padding:0 20px;
}
.share-this{
	padding-bottom: 20px!important;
    border-bottom: 2px solid #ddd;
}
.call-us{
	padding:30px 0!important;
	border-bottom: 2px solid #ddd;
}
.send-email{
	padding:30px 0!important;
}

.news article{
	width:100%!important;
	margin-left:0!important;
	margin-right:0!important;
}


}




