@font-face {
  font-family: 'FilsonProBook-Book';
  src: url('font-shato/FilsonProBook.otf')  format('opentype'),
	    url('font-shato/FilsonProBook.woff') format('woff'),
			url('font-shato/FilsonProBook.woff2') format('woff2')
			;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FilsonProMedium-Medium';
  src: url('font-shato/FilsonProMedium.otf')  format('opentype'),
	    url('font-shato/FilsonProMedium.woff') format('woff'), 
	    url('font-shato/FilsonProMedium.woff2')  format('wof2');
  font-weight: normal;
  font-style: normal;
}

body{
    font-family: 'FilsonProBook-Book';
    overflow-x: hidden;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    color: #b5a991;
    font-size: 1em;
    line-height: 1.4;
}

*{
    outline: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a{
    color: #222;
    outline: none;
}

.mobile{
    display: none;
}

.desktop{
    display: block;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.animate-enter{
    position: relative;
    opacity: 0;
    bottom: -150px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.animate-enter.show{
    opacity: 1;
    bottom: 0px;
}


#wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
}

#wrapper .bg-images{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;

}

#wrapper .bg-images .image-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: #000;
	opacity: 0.8;
  	mix-blend-mode: multiply;
}

#wrapper .bg-images .img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#wrapper .bg-images .hb-slide{
	opacity: 0;
}

#wrapper .top-pattern,
#wrapper .bottom-pattern{
	height: calc(40% - 130px);
	height: -webkit-calc(40% - 130px);
	width: 264px;
	z-index: 2;
	background-image: url('../images/bg-pattern.jpg');
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

#wrapper .bottom-pattern{
	width: 100%;
	margin-top: 40px;
}

.logo{
	height: 100%;
	overflow: auto;
	top: 0px;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 2;
}

.logo .inner{
	width: 264px;
	margin: 0 auto;
}

.logo img{
	width: 100%;
	display: block;
	margin-top: 35px;
}

.logo p,
.logo .add-border{
	margin: 0;
	font-size: 11px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.47;
  	letter-spacing: 1.5px;
	text-align: center;
}

.logo .add-border{
	border: 1px solid #b5a991;
	padding: 20px 0;
	margin-bottom: 20px;
}


 .bp-text{
	font-size: 11px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.47;
  	letter-spacing: 0.2px;
  	text-align: center;
  	color: #b5a991;
  	margin-top: 38px;
  	position: relative;
  	/*
  	position: relative;
  	left: 308px;
  	*/
}

.pattern-con{
	position: relative;
	width: 100%;
	height: 40px;
	margin-top: 20px;
	overflow: hidden;
}

.bp-text a, .bp-text p{
	color: #b5a991;
	margin: 0;
}

.bp-text h1,
#wrapper .ct-text h2{
	font-family: 'FilsonProMedium-Medium';
	margin: 0 0 15px;
	font-size: 11px;
  	font-weight: 500;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.47;
  	letter-spacing: 1.5px;
  	text-align: center;
  	color: #b5a991;
}

#wrapper .ct-text h2{
	margin-bottom: 10px;
}



#wrapper .bp-text img{
	margin-top: 0;
	width: 29px;
	display: inline-block;
}

h1,h2,h3,h4,h5{
	margin: 0 0 15px;
}

.inner{
	width: 100%;
	height: 100%;
	position: relative;
}

.max-width{
	width: 80%;
	width: calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	max-width: 1200px;
	margin-left: 120px;
	margin-right: 120px;
}

.ct-text{
	/*
	position: absolute;
	top: 0px;
	left: 308px;;
	width: 100%;
	height: 100%;*/
	padding-top: 40px;
	text-align: center;
}

ul.menu{
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

ul.menu li{
	font-size: 11px;
	line-height: 1.8;
	letter-spacing: 0.2px;
	text-align: center;
	color: #b5a991;
}

ul.menu li a{
	color: #b5a991;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

ul.menu li a:hover{
	opacity: 0.8;
}

ul.menu li.disabled{
	opacity: 0.2;
}

.btn{
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: 1.5px;
	text-align: center;
	color: #b5a991;
	border: 1px solid #b5a991;
	width: 170px;
	padding: 8px 0px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.btn:hover{
	background-color: rgba(181,169,145, 0.2);
}

#header{

}

#content{

}

#footer{
	
}

.footer{
	font-size: 11px;
  	font-weight: normal;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.47;
  	letter-spacing: 0.2px;
  	text-align: left;
  	color: #b5a991;
  	position: absolute;
  	left: 50px;
  	bottom: 30px;
  	z-index: 2;
}

.footer.footer-mobile{
	position: static;
	text-align: center;
	margin-top: 20px;
	display: none;
}



#overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 9995;
	display: none;
}

#overlay .overlay-inner{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;;
}

#overlay .overlay-inner .overlay-box{
	background-color: #101010;
	width: calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	max-width: 854px;
	color: #fff;
	position: relative;
	font-size: 15px;
	line-height: 1.65;
	letter-spacing: 0.43px;
	text-align: left;
	color: #b2b2b2;
	font-weight: normal;
	opacity:0;
	bottom: -150px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

#overlay.show-box .overlay-inner .overlay-box{
	opacity:1;
	bottom: 0px;
}	

#overlay .overlay-inner .overlay-box a{
	color: #bea56e;
}

#overlay .overlay-inner .overlay-box .ob-line{
  	padding: 51px 57px 63px 46px;
  	border-radius: 1px;
  	box-shadow: 1.3px 2.7px 7px 0 rgba(0, 0, 0, 0.35);
  	border: solid 1px rgba(186, 169, 131, 0.35);
  	margin: 15px;
}

#overlay .overlay-inner .overlay-box .ob-text{
	position: relative;
}

#overlay .overlay-inner .overlay-box .ob-text p{
	margin: 0;
}

#overlay .overlay-inner .overlay-box .ob-box-close{
	width: 48px;
	height: 48px;
	position: absolute;
	top: -24px;
	right: -24px;
	border-radius: 48px;
	cursor: pointer;
	background-image: url('../images/cross-btn-pop.png?v=3');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

#overlay .overlay-inner .overlay-box .ob-box-close:hover{
	opacity: 0.8;
}

#overlay .overlay-inner .overlay-box .ob-social{
	position: absolute;
	right: 0;
	bottom: 5px;
}

#overlay .overlay-inner .overlay-box .ob-social ul{
	margin: 0;
	padding: 0;
	list-style: none;;
	display: flex;
}

#overlay .overlay-inner .overlay-box .ob-social ul li{
	margin-left: 15px;
}

#overlay .overlay-inner .overlay-box .ob-social ul li img{
	width: 48px;
}

#iframe-container {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: rgba(0,0,0,.8);
	display: none;
}

#iframe-container div.iframe-inner1 {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#iframe-container div.iframe-inner {
	width: 600px;
	height: 80%;
	position: relative;

}

#iframe-container div.iframe-inner > button {
	position: absolute;
	right: 0px;
	top: -40px;
	z-index: 2;
}

#iframe-container .tablecheck-widget {
 width: 100%; border: none; margin: 0; padding: 0; overflow: hidden;  height: 100%; position: relative; z-index: 1;
}


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

}


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

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

	#iframe-container div.iframe-inner {
		width: 90%;
	}

	#overlay .overlay-inner .overlay-box .ob-box-close{
		top: -10px;
		right: -10px;
		width: 40px;
		height: 40px;
		border-radius: 40px;
	}	

	#overlay .overlay-inner .overlay-box .ob-social ul li img{
		width: 40px;
	}

	#overlay .overlay-inner .overlay-box .ob-line{
		padding: 0;
		height: calc(100vh - 80px);
		overflow:hidden;
	}


	#overlay .overlay-inner .overlay-box{
		background-color: #101010;
		width: calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		font-size: 15px;
		line-height: 1.4;
		letter-spacing: 0.43px;
		font-weight: normal;
		
		max-height: calc(100% - 30px); 
	}

	#overlay .overlay-inner .overlay-box .ob-text{
		max-height: calc(100vh - 100px);
		overflow-y: auto;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 0px;
		padding-top: 30px;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}

	#overlay .overlay-inner .overlay-box .ob-text p{
		padding-bottom: 40px;
	}

	#overlay .overlay-inner .overlay-box .ob-text p a{
		color: #b2b2b2;
		text-decoration: none; 
	}

	#overlay .overlay-inner .overlay-box .ob-text p a.a-link{
		color: #bea56e;
	}
	

	#overlay .overlay-inner .overlay-box .ob-social{
		bottom: -10px;
		right: 30px;
	}

	.footer{
		display: none;
	}

	.footer.footer-mobile{
		display: block;
	}
}

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

}

