/* IMPORT FONTS */
@font-face {font-family: "Gill Sans MT Std";
	src: url("https://db.onlinewebfonts.com/t/fc91856a2bfcf466b48eff218b99b056.eot"); /* IE9*/
	src: url("https://db.onlinewebfonts.com/t/fc91856a2bfcf466b48eff218b99b056.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("https://db.onlinewebfonts.com/t/fc91856a2bfcf466b48eff218b99b056.woff2") format("woff2"), /* chrome firefox */
	url("https://db.onlinewebfonts.com/t/fc91856a2bfcf466b48eff218b99b056.woff") format("woff"), /* chrome firefox */
	url("https://db.onlinewebfonts.com/t/fc91856a2bfcf466b48eff218b99b056.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
	url("https://db.onlinewebfonts.com/t/fc91856a2bfcf466b48eff218b99b056.svg#Gill Sans MT Std") format("svg"); /* iOS 4.1- */
}

html,body,button,a,h1,h2,h3,h4,h5,span,p{font-family: "Nunito" !important;}
html {
	height: 100%;
}
body {
	height: 100%;
	min-height: 100%;
}
a,a:active,a:hover {
	text-decoration:none !important;
}

.noSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

/* HEADER */
#header {
	background: none !important;
	height:38px;
	position: fixed !important;
	color:#ebe8e2;
}

	/* LANGUAGE SWITCH */
	.dropdown {
		float: left;
		overflow: hidden;
	}
	.dropdown .dropbtn {
		outline: none;
		padding: 14px 16px;
		background-color: inherit;
		font-family: inherit;
		margin: 0;
	}
	.dropdown-content > span {
		float: none;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}
	.topnav span:hover, .dropdown:hover .dropbtn {
		background-color: #555;
		color: white;
	}
	.dropdown-content span:hover {
	  background-color: #ddd;
	  color: black;
	}
	.dropdown:hover .dropdown-content {
	  display: block;
	}
	.dropdown-content {
		display: none;
		z-index: 1;
		background: #222222;
		color:#ebe8e2;
		position: absolute;
		right: 8px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	}
	.lang_dropdown_icon{
		width:20px;
		height:auto;
	}
	.language_iso_code{
		text-transform:uppercase;
	}
	.dropbtn{
		border:1px solid #b69e4f !important;
		border-radius: 6px;
		background: inherit;
		color:inherit;
	}
	
/* CONTENT */
#content {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#ffffff !important;
	max-width:100%;
	min-height:100%;
	padding-top:54px !important;
	display: flex;
	flex-flow: column;
	height: 100%;
	position: relative;
}

#main_logo{
	width:100%;
	max-width:300px;
}
#page_description {
	font-family: "Gill Sans", "Gill Sans MT Std", Calibri, sans-serif !important; 
	font-size: 14px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 20px;
	color:#ffffff !important;
}

.button_containter {
	flex-grow: 1;
	position: absolute;
	top: 40%;
	left:0;
	width:100%;
}
.homepage_button {
	height:26px;
	line-height:26px;
	padding:0px !important;
	font-size:14px;
	color:#ffffff !important;
	width:100%;
	max-width:250px;
	margin-left:auto;
	margin-right:auto;
	background-color:rgba(0,0,0,0.3) !important;
	border-radius: 90px;
	outline:none;
	border: 1px solid #b69e4f;
	font-weight: 400;
	text-transform:uppercase;
}
	.homepage_button:active,.homepage_button:focus{
		outline:none;
	}
	.homepage_button:active{
		box-shadow: 0 0 3pt 2pt #ffffff !important;
	}
	
.homepage_button2{
	height:26px;
	line-height:26px;
	padding:0px !important;
	font-size:14px;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	max-width: 170px;
	border-radius: 90px !important;
	background-color:rgba(0,0,0,0.3) !important;
	color:#ffffff !important;
	border: 1px solid #b69e4f !important;
	z-index:999;
    line-height: 1.5;
	display: inline-block;
	text-transform:uppercase;
}
#bottom_menu{
	width:100%;
	position:fixed;
	bottom:50px;
	color:#f4f2ed;
}
#bottom_menu > div {
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}
#bottom_menu a{
	color: inherit;
}
#bottom_menu span{
	color: inherit;
}
.hashtag span{
	font-family: "Gill Sans", "Gill Sans MT Std", Calibri, sans-serif !important; 
}
.bottom_menu_separator{
	color: #9b886b !important;
}

/* FOOTER */
#footer {
	background: none !important;
	color:#ffffff !important;
	position: fixed !important;
	bottom:0;
	width:100%;
	height:38px;
}

/* POPUP */
.mfp-iframe{
	box-shadow: 0 0 3pt 2pt #b69e4f !important;
	background: rgba(0,0,0,0.6) !important;
}
.mfp-content {
	width: 85% !important;
	height: 85%;
}
.mfp-fade-menu .mfp-content {
	width: 98% !important;
	height: 100%;
}
		
/* SMALL DISPLAY FIX */
@media only screen and (max-height: 680px) {
	.homepage_button {
		font-size:12px;
		height:26px;
		line-height:26px;
		padding:0px !important;
	}
	.homepage_button2 {
		font-size:12px;
		height:26px;
		line-height:26px;
		padding:0px !important;
	}
	.button_containter {
		top: 35% !important;
	}
}
	
/* HIDING SCROLLBARS ON PC */
#hotel-services,#room-service,#hotel-information{
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
#hotel-services::-webkit-scrollbar,#room-service::-webkit-scrollbar,#hotel-information::-webkit-scrollbar {
	display: none;
}	