@font-face {
    font-family: 'cinzel';
    src: url('../fonts/cinzel.decorative-regular-webfont.woff2') format('woff2'),
         url('../fonts/cinzel.decorative-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lemonmilk';
    src: url('../fonts/lemonmilk-webfont.woff2') format('woff2'),
         url('../fonts/lemonmilk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'wine';
    src: url('../fonts/vtks_wine_label-webfont.woff2') format('woff2'),
         url('../fonts/vtks_wine_label-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'coolvetica';
    src: url('../fonts/coolvetica-webfont.woff2') format('woff2'),
         url('../fonts/coolvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cinzelbold';
    src: url('../fonts/cinzel-bold-webfont.woff2') format('woff2'),
         url('../fonts/cinzel-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mebinac';
    src: url('../fonts/mebinac_regular-webfont.woff2') format('woff2'),
         url('../fonts/mebinac_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	background: url('../img/cellarbg.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.maincontainer{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.banner h1, .banner h2{
	font-family: cinzel, times, serif;
	color: white;
	text-align: center;
	text-shadow: 0 0 6px white;
}

.banner h1{
	font-size: 72px;
	line-height: 50px;
}

.banner h2{
	font-size: 31px;
}

.banner hr{
	width: 800px;
	margin-top: 40px;
}

.language{
	display: none;
	color: white;
	cursor: pointer;
	width: 600px;
	margin: 30px auto;
	transition: box-shadow 0.3s;
}

.language:hover{
	box-shadow: 0 0 6px 3px white;
	transition: box-shadow 0.3s;
}

.languageinset:hover{
	box-shadow: 0 0 6px 3px white inset;
	transition: box-shadow 0.3s;
}

.languageflag{
	float: left;
}

.languageflag img{
	width: 150px;
	margin: 0 30px;
}

.languagename{
	font-family: lemonmilk, arial, serif;
	font-size: 75px;
	line-height: 150px;
}

#bottle{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 240px;
	min-height: 100%;
	background: url('../img/bottletop.png');
	background-repeat: no-repeat;
	background-position: 0 10px;
	z-index: 3;
}

.level1{
	border-right: 1px solid rgba(172, 172, 172, 0.2);
	width: 239px;
	margin: 400px 0 0 0;
	padding: 0;
}

.level1bar{
	background-color: #2f0007;
	background: linear-gradient( to left, #000000, #2f0007);
	position: relative;
	width: 239px;
	height: 36px;
	line-height: 36px;
}

.level1bar a, .level1option a, .level1alone a{
	color: white;
	text-decoration: none;
}

.level1bar a:hover, .level1option a:hover, .level1alone a:hover{
	text-decoration: underline;
}

.level1title{
	background-color: #2f0007;
	background: linear-gradient( to left, #000000, #2f0007);
	font-family: cinzelbold, arial, serif;
	font-size: 18px;
	padding-left: 10px;
	width: 229px;
	transition: 0.3s;
}

.level1title:hover, .level1alone:hover{
	background: linear-gradient( to left, #2f0007, #2f0007);
	padding-left: 20px;
	width: 219px;
	transition: 0.3s;
}

.level1btn:hover{
	background: linear-gradient( to left, #2f0007, #2f0007);
}

.level1btn{
	background-color: #2f0007;
	background: linear-gradient( to left, #2f0007, #000000);
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 21px;
	padding: 0 12px;
	transition: 0.3s;
}

.level2{
	background-color: rgb(20, 20, 20);
	background: linear-gradient( to left, rgb(20, 20, 20), rgb(50, 50, 50));
	font-family: cinzelbold, arial, serif;
	font-size: 16px;
	letter-spacing: 2px;
	padding-left: 20px;
	height: 26px;
	line-height: 26px;
}

.level2:hover{
	background-color: rgb(20, 20, 20);
	background: linear-gradient( to left, rgb(50, 50, 50), rgb(50, 50, 50));
}

.level1alone{
	background-color: #2f0007;
	background: linear-gradient( to left, #000000, #2f0007);
	font-family: cinzelbold, arial, serif;
	font-size: 20px;
	padding: 0 0 0 10px;
	width: 229px;
	height: 36px;
	line-height: 36px;
	transition: 0.3s;
}

.level1alone a{
	display: block;
	height: 100%;
	width: 100%;
}

header{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background-color: rgb(20, 20, 20);
	z-index: 2;
}

#logoarea{
	position: absolute;
	top: 0;
	left: 0;
	font-family: cinzel, times, serif;
	color: white;
	padding-left: 260px;
	height: 110px;
	width: 180px;
	background-color: rgb(20, 20, 20);
	border-bottom-right-radius: 20px;
}

#logoarea:hover{
	cursor: pointer;
	text-shadow: 0 0 6px white;
}

#logoarea h1{
	margin: 10px 0 0 0;
	font-size: 55px;
	letter-spacing: 10px;
}

#logoarea h2{
	margin: 3px 0 0 3px;
	font-size: 12px;
}

.headerbar{
	width: 600px;
	margin: 0 auto;
}

.headerbtn{
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-family: cinzel;
	font-size: 22px;
	float: left;
	color: white;
}

.section1container{
	position: relative;
	width: 100%;
	background-color: rgb(233, 233, 233);
	z-index: -2;
	padding: 100px 0 140px 0;
}

.section1, .section2, .section3, .section4, .section5{
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.grapebg{
	position: absolute;
	height: 150%;
	top: -25%;
	left: -15%;
	opacity: 0.15;
	z-index: -1;
}

.fr, .en, .es{
	display: none;
}

#homebody{
	display: none;
	text-align: justify;
}

.section1 span h1, .section2 span h1, .section3 span h1, .section4 span h1, .section5 span h1 {
	font-family: cinzelbold, times, sans-serif;
	color: rgb(142, 0, 0);
	font-size: 34px;
}

.section1 span p, .section2 span p, .section3 span p, .section4 span p, .section5 span p {
	font-family: mebinac, arial, serif;
	font-size: 25px;
}

.section2 span p, .section4 span p {
	color: rgb(230, 230, 230);
}

.homethumbs{
	width: 100%;
	margin: -140px auto 0 auto;
}

.homethumbs img{
	display: block;
	float: left;
	width: 310px;
	margin: 0 25px;
	border: 10px solid rgb(233, 233, 233);
}

.section2container{
	width: 100%;
	padding: 20px 0;
}

.section3container, .section5container{
	position: relative;
	width: 100%;
	background-color: rgb(233, 233, 233);
	z-index: -2;
	padding: 30px 0;
}

.grapebg2{
	position: absolute;
	height: 75%;
	bottom: -15%;
	right: 0;
	opacity: 0.15;
	z-index: -1;
}

.section4container{
	background-color: rgb(20, 20, 20);
	width: 100%;
	padding: 20px 0;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.clear{
	clear: both;
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient( to top, #5d000e, #1b0000);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media screen and (max-width: 1500px){
	.banner h1{
		font-size: 55px;
		line-height: 40px;
	}

	.banner h2{
		font-size: 24px;
	}

	.banner hr{
		width: 700px;
		margin-top: 30px;
	}

	.language{
		width: 450px;
		margin: 22px auto;
	}

	.languageflag img{
		width: 110px;
		margin: 0 22px;
	}

	.languagename{
		font-size: 55px;
		line-height: 110px;
	}

	#bottle{
		width: 200px;
		background-size: 100%;
	}

	.level1{
		width: 199px;
		margin: 334px 0 0 0;
	}

	.level1bar{
		width: 199px;
		height: 30px;
		line-height: 30px;
	}

	.level1title{
		font-size: 14px;
		width: 189px;
	}

	.level1title:hover, .level1alone:hover{
		width: 179px;
	}

	.level1btn{
		width: 16px;
		padding: 0 12px;
	}

	.level1btn img{
		width: 16px;
	}

	.level2{
		font-size: 12px;
		letter-spacing: 2px;
		padding-left: 20px;
		height: 26px;
		line-height: 26px;
	}

	.level1alone{
		font-size: 14px;
		width: 189px;
		height: 30px;
		line-height: 30px;
	}

	nav img{
		width: 200px;
	}

	header{
		height: 40px;
	}

	#logoarea{
		padding-left: 220px;
		height: 70px;
		width: 120px;
		border-bottom-right-radius: 15px;
	}

	#logoarea h1{
		margin: 7px 0 0 0;
		font-size: 35px;
		letter-spacing: 8px;
	}

	#logoarea h2{
		margin: 3px 0 0 3px;
		font-size: 8px;
	}

	.headerbar{
		width: 480px;
		margin: 0 auto;
	}

	.headerbtn{
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.section1container{
		padding: 100px 0 110px 0;
	}

	.section1, .section2, .section3, .section4, .section5{
		width: 600px;
	}

	.section1 span h1, .section2 span h1, .section3 span h1, .section4 span h1, .section5 span h1 {
		font-size: 26px;
	}

	.section1 span p, .section2 span p, .section3 span p, .section4 span p, .section5 span p {
		font-size: 18px;
	}

	.homethumbs{
		margin: -110px auto 0 auto;
	}

	.homethumbs img{
		width: 210px;
	}
}

@media screen and (max-width: 1200px){
	.banner h1{
		font-size: 55px;
		line-height: 40px;
	}

	.banner h2{
		font-size: 24px;
	}

	.banner hr{
		width: 700px;
		margin-top: 30px;
	}

	.language{
		width: 450px;
		margin: 22px auto;
	}

	.languageflag img{
		width: 110px;
		margin: 0 22px;
	}

	.languagename{
		font-size: 55px;
		line-height: 110px;
	}

	#bottle{
		width: 150px;
	}

	.level1{
		width: 149px;
		margin: 252px 0 0 0;
	}

	.level1bar{
		width: 149px;
		height: 30px;
		line-height: 30px;
	}

	.level1title{
		font-size: 11px;
		width: 139px;
	}

	.level1title:hover, .level1alone:hover{
		width: 129px;
	}

	.level1btn{
		width: 12px;
		padding: 0 8px;
	}

	.level1btn img{
		width: 12px;
	}

	.level2{
		font-size: 10px;
		letter-spacing: 2px;
		padding-left: 20px;
		height: 26px;
		line-height: 26px;
	}

	.level1alone{
		font-size: 11px;
		width: 139px;
	}

	nav img{
		width: 150px;
	}

	header{
		height: 35px;
	}

	#logoarea{
		padding-left: 160px;
		height: 60px;
		width: 105px;
	}

	#logoarea h1{
		margin: 5px 0 0 0;
		font-size: 26px;
		letter-spacing: 13px;
	}

	#logoarea h2{
		margin: 3px 0 0 3px;
		font-size: 7px;
	}

	.headerbar{
		width: 280px;
		margin: 0 auto;
	}

	.headerbtn{
		width: 70px;
		height: 35px;
		line-height: 35px;
		font-size: 11px;
	}

	.section1container{
		padding: 65px 0 70px 0;
	}

	.section1, .section2, .section3, .section4, .section5{
		width: 500px;
		margin: 0 auto;
	}

	.section1 span h1, .section2 span h1, .section3 span h1, .section4 span h1, .section5 span h1 {
		font-size: 21px;
	}

	.section1 span p, .section2 span p, .section3 span p, .section4 span p, .section5 span p {
		font-size: 14px;
	}

	.homethumbs{
		margin: -80px auto 0 auto;
	}

	.homethumbs img{
		width: 160px;
	}

	.section3container, .section5container{
		padding: 20px 0;
	}
}

@media screen and (max-width: 900px){
	.banner h1{
		font-size: 32px;
		line-height: 22px;
	}

	.banner h2{
		font-size: 14px;
	}

	.banner hr{
		width: 420px;
		margin-top: 20px;
	}

	.language{
		width: 300px;
		margin: 15px auto;
	}

	.languageflag img{
		width: 75px;
		margin: 0 15px;
	}

	.languagename{
		font-size: 30px;
		line-height: 75px;
	}
}

@media screen and (max-width: 500px){
	.banner h1{
		font-size: 22px;
		line-height: 22px;
	}

	.banner h2{
		font-size: 9px;
		margin-bottom: 10px;
	}

	.banner hr{
		width: 270px;
		margin-top: 0;
	}

	.language{
		width: 200px;
		margin: 15px auto;
		border: 2px solid white
	}

	.languageflag img{
		width: 50px;
		margin: 0 15px;
	}

	.languagename{
		font-size: 20px;
		line-height: 50px;
	}
}
