html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: lighter;
  overflow-x: hidden;
  font-family: "Athiti";
  color: #dac599;
}

.head{
	position: relative;
	width: 100%;
	height: 120px;
	z-index: 10000000000;
}

.container {
	display: none;
}

.header {
	position: fixed;
	z-index: 99;
	overflow: hidden;
	background-color: #0a0501;
	width: 100%;
	height: 120px;
}

.header .container1 {
	overflow: hidden;
	background-color: #0a0501;
	height: 50%;
	width: 80%;
	position: absolute;
	right: 0%;
	bottom: 0%;
	color: #dac599;
	//border: 2px solid white;
}

.header .logo {
	background: url(logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-color: #0a0501;
	width: 350px;
	position: absolute;
	left: 0%;
	height: 100%;
	color: #dac599;
	//border: 2px solid white;
}

.header .topnav {
	overflow: hidden;
	background-color: #0a0501;
	width: 80%;
	position: absolute;
	height: 50%;
	right: 0%;
	top: 0%;
	//border: 2px solid white;
}

.header .topnav1 {
	overflow: hidden;
	background-color: #0a0501;
	width: 60%;
	position: absolute;
	height: 50%;
	right: 20%;
	bottom: 0%;
	//border: 2px solid white;
}

.header .menu {
	width: 100px;
	float: right;
  	text-align: center;
  	padding: 14px 0px;
  	text-decoration: none;
  	font-size: 16px;
  	//border: 2px solid yellow;
}


.header a {
  	color: #dac599;
  	text-align: center;
  	text-decoration: none;
}

.header a:hover {
  	color: #dac599;

}

/*.header .topnav a.active {
  background-color: white;
  color: #1b0d0a;
}*/

.container {	
	
	position: fixed;
	z-index: 99;
	width: 100%;
	background-color: #0a0501;
	height: 60px;	
}

.container .dropdown {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 100%;
}

.container .dropdown button {
	float: right;
	height: 40px;
	width: 40px;
	color: #c3af88;
	background-color: #0a0501;
	border: none;
	outline: none;
	font-size: 22px;
}

.container .dropdown .dropdown-menu {
	text-align: center;
}

.container .dropdown .dropdown-menu a {
	color: #0a0501;
	font-size: 14px;
}

.container .logo_m {
	background: url(logo_m.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-color: #0a0501;
	width: 250px;
	position: absolute;
	left: 0%;
	height: 60px;
	color: #dac599;
	//border: 2px solid white;
}


@media only screen and (max-width: 786px) {

	.header {
		display: none;
	}

	.header_iframe {
		display: none;
	}

	.container {
		display: block;
	}
}

@media only screen and (min-width: 786px) and (max-width: 900px) {
	.header .logo {
		width: 280px;
	}

	.header .topnav {
		width: 65%
		font-size: 14px;
	}

	.header .container1 {
		width: 65%;
		font-size: 14px;
	}
}

