html {height: 100%;max-width: 100vw;overflow-x: hidden;}
body {--C0: #a7725b;--C1: #5B3525;min-height: 100%;overflow-x: hidden;max-width: 100vw;}
body, html {
	margin:0;
	padding:0;
	background-color: black;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
body{font-family: 'Raleway', sans-serif;font-variant-numeric: lining-nums;font-feature-settings: 'tnum';-webkit-font-feature-settings: 'tnum';-moz-font-feature-settings: 'tnum';}
#front{width: calc(120vw);height: 100vh;height: calc(var(--vh, 1vh) * 100);display: block;position: relative;left:-10vw;
	transition: height 2s;
}
#main{background-image: url("/assets/main.jpg");width: 100%;height: 100%;background-size: cover;background-position: center;z-index: 0;opacity: 0;overflow: hidden;}
#frontTxt{width: 80vw;left:20vw;height: 30vh;position: absolute;bottom:50px;color: white;text-align: center;z-index: 2; text-shadow: 0 0 1vw white, 0 0 .2vw rgba(0,0,0,.2); display: flex;flex-direction: column;justify-content: center;opacity: 0}

#r_10_13{font-weight: 900; font-size: calc(10px + 3.7vmin); line-height: 1.15em; margin: 0 0 1vw 0;}
#r_10_14{font-weight: 300; font-size: calc(10px + 1.6vmin); line-height: 1.25em; margin: 0 0 1vw 0;}


#r_ref{font-weight: 600;text-transform: uppercase;font-variant-numeric: lining-nums;letter-spacing: .1em; font-size: calc(8px + .2vmin); line-height: 1.15em; margin: 1vh 0 0 0;opacity: .7;}
#bottomGradient{width: 100%;height: 45.2vh;position: absolute;bottom: 0; mix-blend-mode: multiply;z-index: 1;  background-image: linear-gradient(180deg, white, #5B3525);}
#topGradient{width: 100%;height: 37.5vh;position: absolute;top: 0; mix-blend-mode: multiply;z-index: 1;background-image: linear-gradient(0deg, white, #5B3525)}
#logo{position: absolute;z-index: 10;display: flex;top: 0;width: 100%;height: 37.5vh;position: absolute;top: 0;justify-content: center;  align-items: center;opacity:0}
#logo{position: absolute;z-index: 10;display: flex;top: 0;width: 100%;height: 37.5vh;position: absolute;top: 0;justify-content: center;  align-items: center;opacity:0}
#logo svg {width:60vmin;}
#language{height: auto;width: 100%;z-index: 1000;position: fixed;display: flex;flex-direction: column;overflow: hidden;top:-50vh;cursor: pointer;opacity: 0;}
#languageMenu{height: 50vh;width: 100%;background-color: white;z-index: 1000;display: flex;flex-direction:column; ; justify-content: center;align-content: center}
.chooseLanguage {width: 100vw;display: flex;cursor: pointer;}
.chooseLanguage:hover{background-color: rgba(240,240,240,1)}
.chooseLanguage.active {color:rgba(200,0,0,1);}
#chooseLanguage{font-weight: 300;}
.language1 {width:50%;text-align:right;padding:0 5px 0 5;font-weight: 300;text-transform: uppercase;}
.language2 {width:50%;text-align:left;padding:0 0 0 5px;font-weight: 700;text-transform: uppercase;}
#currentLangue{position: relative;height: 20px; width: 100%;display: flex;justify-content: center;align-items: center;font-size: 14px;z-index: 999;}
#currentLangue div#flipp{width: auto;background-color: white;position: absolute;top:0;padding:0 40px ;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	height: 100%;display: flex; justify-content: center;  align-items: center}
#thisContry{font-weight: 900;margin-right: 7px;}
#thisLangue{font-weight: 900;color: gray}
#flagg{;height: 12px;width: 20px;border-radius: 20%;margin-right: 4px;background-size: cover;background-position: center}
a, a:visited, a:hover, a:active {color: black; text-decoration: none;}

#scene1 {height: 100%;width: 100%;z-index: 900;position: absolute;top:0;}

#ClickToContinueText{
	z-index: 10;font-weight: 700; color: white;position: absolute;bottom: 0;display: block;font-size: 12px;height: 20px;width: 100%;text-align: center;text-transform: uppercase;opacity: .5;letter-spacing: .3em;
}
.duration{
	font-size: 8px;font-weight: 300; text-align: right;position: absolute;right: 10px;font-variant-numeric: normal;font-weight: 500;
	color:darkgray;
}
.duration span{	color:darkgray;}
.dlLine:hover span {color: darkred;}

#Content{
	background-color: #F1C894;
	height: auto;
	width: 100%;
	display: flex;
	justify-content:flex-start;
	flex-direction: column;
	align-items: center;
	z-index: 1100;
	position: relative;
	overflow: auto
	
}

#ContentInnerWrapper{
	padding: 5vmin 0;
	width: calc(100% - 20px - 20px);
    max-width: 980px;
}


#theContent {
	width: auto;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
  	grid-gap: 20px 20px;
}


#ContryAndLanguage {
	padding: 10px 0 50px 0;
	display: block;
	width: auto;
}

#ContryAndLanguage span{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	padding-top: 30px;
}

#ContentTop h1{
	display: block;
	padding: 0;margin:0;
	width: auto;
}

.element{
	background-color: white;
	height: auto;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	transition: all .2s;

}

.graphics{
	width: 100%;
	background-color: lightgray;
	height: 0;
	padding-top: 56.25%;
	background-size: cover;
	display: block;
	position: relative;
	z-index: 0;

}
.playMe {
	transition: all .4s;
	display:flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	background-color: rgba(80,80,80,0.3);
	position: absolute;
	z-index: 10;
	top:0;

}

.playMe svg {
	height: 20px;
	transition: all .4s;
	fill:white;

}
.element:hover {box-shadow: 0px 0px 50px rgba(187,138,72,0.60);z-index: 20;}
.element:hover .meta {opacity: .7;}
.element:hover .tagg {opacity: .0;margin-top:-15px;}

.playMe:hover { background-color: rgba(0,0,0,.0);
}



.playMe:hover svg {	height: 30px; fill:red;}


.playMe svg .playButton {
	fill: white;
}

.bottom {
	position: relative;
	margin-bottom: 20px;
}
.downloadText{
	height:20px;
	margin-left: 20px;
	width: calc(100% - 20px);
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: -2px;
	color: gray;
}
.downloadbutton {
	transition: background .2s;
	height:25px;
	width: 30px !important;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	background: rgb(60,116,48);
	background: -webkit-linear-gradient(bottom, rgba(60,116,48,1) 0%, rgba(87,175,51,1) 100%);
	background: -o-linear-gradient(bottom, rgba(60,116,48,1) 0%, rgba(87,175,51,1) 100%);
	background: linear-gradient(to top, rgba(60,116,48,1) 0%, rgba(87,175,51,1) 100%);
	cursor: pointer;
}
.language {
	font-size: 12px;
	font-weight: 700;
	padding-left: 20px;
	width: calc(100%) ;
	margin-right: 2px;
	height: 25px;
	border-radius: 3px;
	display:flex;
	align-items: center;
	justify-content: left;
	color: rgba(90,90,90,1.00);
	background: rgba(225,225,225,1.00);
	background: -webkit-linear-gradient(bottom, rgba(214,214,214,1.00) 0%, rgba(239,239,239,1.00) 100%);
	background: -o-linear-gradient(bottom, rgba(214,214,214,1.00) 0%, rgba(239,239,239,1.00) 100%);
	background: linear-gradient(to top, rgba(214,214,214,1.00) 0%, rgba(239,239,239,1.00) 100%);
	position: relative;
	cursor: pointer;
}
.downloadbutton:hover {
	background: rgba(48,94,39,1.00);
	background: -webkit-linear-gradient(bottom, rgba(48,94,39,1.00) 0%, rgba(131,209,99,1.00) 100%);
	background: -o-linear-gradient(bottom, rgba(48,94,39,1.00) 0%, rgba(131,209,99,1.00) 100%);
	background: linear-gradient(to top, rgba(48,94,39,1.00) 0%, rgba(131,209,99,1.00) 100%);
}

.language:hover{
	background: rgba(200,200,200,1.00);
	background: -webkit-linear-gradient(bottom, rgba(200,200,200,1.00) 0%, rgba(230,230,230,1.00) 100%);
	background: -o-linear-gradient(bottom, rgba(200,200,200,1.00) 0%, rgba(230,230,230,1.00) 100%);
	background: linear-gradient(to top, rgba(200,200,200,1.00) 0%, rgba(230,230,230,1.00) 100%);
	color:black;
}

.downloadbutton svg {height:50%;width: 50%;fill:white;}
.dlLine{
	width: clac(100% - 20px);
	padding: 1px 20px;
	display:flex;
	align-items: center;
	justify-content: left;
}
.tagg{
	transition: all .2s;
	width: auto;
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 3px rgba(255,255,255,.4), -1px -1px 3px rgba(255,255,255,.4);
	background-color: rgba(30,30,30,0.8);
	display: inline-block;
	position: absolute;
	left:5%;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 12px 2px 12px;
	margin-top: 0px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	z-index: 100;
}
.meta {padding: 15px 20px 15px 20px;transition: all .2s;}
.meta h1 {padding: 0;margin:0 0 2px -.02em; font-size: 16px;line-height: 1.2em;}
.meta p {padding: 0;margin:0; font-size: 12px;line-height: 1.2em;font-weight: 500;}

#chooseLanguage {text-transform: uppercase}

#videoWrapper{
	height: 0;
	position: fixed;
	width: 0;
	bottom: 0;
	right: 0;
}

svg.languagePlay {height: 50%; fill:white; padding: 0 10px 0 0;}
.language:hover svg.languagePlay{fill:red}
.language svg.languagePlay{	transition: all .4s;}

@media only screen and (max-width: 960px) {
	#theContent {
		width: auto;
		height: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px 20px;
	}
	.language {
	height:40px;
	}		
	.downloadbutton {
	height:40px;
	width: 40px !important;
	}	
}

@media only screen and (max-width: 550px) {
	#theContent {
		width: auto;
		height: auto;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px 20px;
	}
	
	
	#r_10_13{font-weight: 900; font-size: calc(10px + 3vmin); line-height: 1.15em; margin: 0 0 1vw 0;}
	#r_10_14{font-weight: 300; font-size: calc(10px + 0.9vmin); line-height: 1.25em; margin: 0 0 1vw 0;}
	
	
}
@media only screen and (max-width: 310px) {
	.duration {
		display: none;
	}


}
