@charset "utf-8";


/* FONT */


p {
	font-family: "korolev";
	color: #4f4f4f;
	font-size: 18px;
	font-weight: 300;
	}


h1 {
	font-family: "korolev";
	color: #595959;
	font-size: 55px;
	font-weight: 700;
	text-transform:uppercase;
	line-height:58px;
	}
	
h2 {
	font-family: "korolev";
	color: #595959;
	font-size: 35px;
	font-weight: 700;
	text-transform:uppercase;
	}
	
h3 {
	font-family: "korolev";
	color: #FDE000;
	font-size: 21px;
	font-weight: 300;
	text-transform:uppercase;
	letter-spacing: 2px;
	}
	
	
h4 {
	font-family: "korolev";
	color: #4F4F4F;
	font-size: 40px;
	font-weight: 100;
	line-height:39px;
	}
	
	


#home_cocktails {
	font-family: "korolev";
	color: #686868;
	font-size: 140px;
	font-weight: 700;
	text-transform:uppercase;
	line-height:58px;
	margin-top: 50px;
}

#home_slogan {
	font-family: "korolev";
	color: #FDE000;
	font-size: 43px;
	font-weight: 300;
	text-transform:uppercase;
	letter-spacing: 2px;
	margin-top: -50px;
}









.btn_type1 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
	font-family: "korolev";
  color: #FDE000;
  font-size: 25px;
  font-weight: 700;
  background: transparent;
  padding: 10px 20px 10px 20px;
  border: 1px solid #FDE000;
  text-decoration: none;
}

.btn_type1:hover {
  text-decoration: none;
  color: #FDE000;
}


.boutton_menu {
	background-color:transparent;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	display:inline-block;
	cursor:pointer;
	color:transparent;
	text-decoration:none;
}
.boutton_menu:hover {
	background-color:transparent;
}
.boutton_menu:active {
	position:relative;
	top:1px;
}









 .inputs  { 
	height:29px;
	width:98%;
	padding:10px 10px;  
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid #ffffff;
	margin-bottom: 20px;
	background-color: transparent;
	border-radius: 0px; 
		-webkit-transition: all 0.3s ease-out; 
		-moz-transition: all 0.3s ease-out; 
		-ms-transition: all 0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		-webkit-appearance: none;
	transition: all 0.3s ease-out; 
	
	font-size: 30px;
		color: #ffffff;
		font-weight: 200;
		line-height: 30px;
		font-family: "korolev";
		text-align:left;
} 

 .inputs:focus {
	border-color: #fde000;
	outline: none;
} 





@media screen and (max-width: 481px) {
#home_cocktails {
	font-size: 70px;
	margin-bottom: 60px;
}

#home_slogan {
	font-family: "korolev";
	font-size: 25px;
}
h1 {
	font-size: 35px;
	line-height: 35px;
	}
	
h2 {
	font-size: 25px;
	}
	
#premium_mobile {
	width: 191px;
	height: 59px;
}

}




/* Video background */


video#bgvid {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}



@media screen and (max-device-width: 481px) {

#home_header {
	background-image: url(../img/index_bg_mobile.jpg);
	background-position: 50% 50%;
	background-size: cover;
	

}

#bgvid {
	  display: none;
}
