


@font-face {
  font-family: TeleNeoMarkerWeb-Bold;
  src: url('/assets/fonts/TeleNeoMarkerWeb-Bold.woff');
  font-weight: 700;
}


@font-face {
  font-family: TeleNeoWeb-Regular;
  src: url('/assets/fonts/TeleNeoWeb-Regular.woff');
  font-weight: 400;
}

@font-face {
  font-family: TeleNeoWeb-Medium;
  src: url('/assets/fonts/TeleNeoWeb-Medium.woff');
  font-weight: 500;
}


@font-face {
  font-family: TeleNeoWeb-Bold;
  src: url('/assets/fonts/TeleNeoWeb-Bold.woff');
  font-weight: 600;
}


@font-face {
  font-family: TeleNeoWeb-ExtraBold;
  src: url('/assets/fonts/TeleNeoWeb-ExtraBold.woff');
  font-weight: 700;
}



body,html{
    font-size: 1rem;
    padding: 0;
    margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: TeleNeoWeb-Medium;
	
/* 	background: url('/assets/img/BG.png'); */
	min-height: 120vh;
	background-size: cover;
	overflow-x: hidden;
	
}


html.game,html.game body{
	min-height: 100vh;
	background: #000;
}


.hide-desktop{display: none;}
.hide-mobile{display: inherit;}
.hide-tablet{display: inherit;}

.hide{display: none;}
.show{display: inherit;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}


.wrapper{
	width: 80%;
	margin: 0 auto;
}

.center-block{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}





#mobile-header-action{
	background: green;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#mobile-header-menu{
	background: blue;
}

#mobile-header-action .logo,
#mobile-header-action .burger
{
	width: 50%;
	vertical-align: middle;
	display: inline-block
}

#mobile-header-action .burger .menu-button i{
	cursor: pointer;
}


input{
	-webkit-appearance: none;	
}

select {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CgkJCQk8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCA0MCAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CgkJCQkgICAgPGRlZnM+PC9kZWZzPgoJCQkJICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgoJCQkJICAgICAgICA8cGF0aCBkPSJNMjAsMTUgTDAsMTUgTDEwLDAgTDIwLDE1IFoiIGlkPSJUcmlhbmdsZS0xIiBmaWxsPSIjNjY2NjY2IiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wMDAwMDAsIDcuNTAwMDAwKSByb3RhdGUoLTE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtNy41MDAwMDApICI+PC9wYXRoPgoJCQkJICAgIDwvZz4KCQkJCTwvc3ZnPg==) !important;

	background-repeat: no-repeat !important;
	background-position: center right !important;
	background-size: 20px !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}


.input.ckb{display:block;position:relative;padding-left:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.input.ckb input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.input.ckb .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#eee}
.input.ckb:hover input~.checkmark{background-color:#ccc}
.input.ckb input:checked~.checkmark{background-color:#b6d857}
.checkmark:after{content:"";position:absolute;display:none}
.input.ckb input:checked~.checkmark:after{display:block}
.input.ckb .checkmark:after{left:7px;top:2px;width:3px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}


/* customcheckbox example
<label class="input ckb">
	Checkbox
	<input type="checkbox" name="" id="ckb1"> 
	<span class="checkmark"></span>
</label>
*/


/*
wordpress checkbox
add this to jquery script
$(".form-group .wpcf7-list-item label").append('<span class="checkmark"></span>');

*/
.wpcf7-list-item label{position:relative; font-size: 1.5rem; font-weight: 400;text-align:left;display:block;position:relative;padding-left:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.wpcf7-list-item label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.wpcf7-list-item label .checkmark{position:absolute;top:8px;left:0;height:20px;width:20px;background-color:#eee}
.wpcf7-list-item label:hover input~.checkmark{background-color:rgba(59, 247, 209, 1)}
.wpcf7-list-item label input:checked~.checkmark{background-color:rgba(59, 247, 209, 1)}
.wpcf7-list-item label .checkmark:after{content:"";position:absolute;display:none}
.wpcf7-list-item label input:checked~.checkmark:after{display:block}
.wpcf7-list-item label .checkmark:after{left:7px;top:2px;width:3px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.wpcf7-list-item label .wpcf7-list-item-label{
	font-size: 1.5rem; font-weight: 400;
}

img{
	width: 100%;
}

.main{
	padding-top: 50px;
	padding-bottom: 50px;
	
}
.header{
	position: relative;
}

.header .banner img{
	width: 450px;
	margin: 0 auto;
	display: block;
}


.header .logo{
	width: 100px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.container{
	margin: 0 auto;
}



.login-box-bg{
	position: absolute;
	z-index: 998;
	width: 100%;
	height: 120vh;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	display: none;
	
}

.login-box{
	width: 500px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	
	box-sizing: border-box;
	
	z-index: 999;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 40px;
}

.main-page{
	padding-top: 60px;
}


.login-box .title{
	font-family: TeleNeoWeb-ExtraBold;
	font-weight: 700;
	font-size: 60px;
	color: #E20074;
}

.login-box .sub-title{
	font-family: TeleNeoWeb-Bold;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 10px;
}


.login-box .input-row{
	margin-top: 40px;
	text-align: left;
}

.login-box .input-row .title-label{
	font-family: TeleNeoWeb-Bold;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}


.alert-message{
	font-family: TeleNeoWeb-Bold;
	text-transform: uppercase;
	font-size: 20px;
}


.login-box .input-row input,
.login-box .input-row textarea{
	width: 100%;
	margin: 0;
	padding: 0;
	height: 50px;
	border: 1px solid #424242;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 0;
}


.login-box .input-row textarea{
	height: 150px;
}


.login-box .input-button{
	margin-top: 40px;
	text-align: center;
	
}

#iframe_joc{
	width: 100%; 
	
	height: 100vh; /* Fallback for browsers that do not support Custom Properties */
	height: calc(var(--vh, 1vh) * 100);
  
  
	margin-top: 50px;
	border: 0;
}

.login-box .input-button input{
	margin: 0;
	padding: 0;
	height: 50px;
	background: #E20074;
	color: #fff;
	font-family: TeleNeoWeb-ExtraBold;
	width: 300px;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	border-radius: 0;
	
}

.login-box .input-button input:active{
	padding-top: 10px;
}


.products-body{
	margin-top: 50px;
}

.products-body {
    margin-left: -5px;
    margin-right: -5px;
}

#game_navigation{
	position: absolute;
	left: 0;
	top: 0;
	background: #E20074;
	width: 100%;
	height: 50px;
	color: #fff;
}

#game_navigation .container{
	position: relative;
	top: 50%;
	
	transform: translateY(-50%);
}

#game_navigation a{
	color: #fff;
	text-decoration: underline;
}


#game_navigation .welcome{
	font-size: 16px;
}


#game_navigation .welcome .sal{
	width: 33%;
	display: inline-block;
}


#game_navigation .welcome .score{
	width: 33%;
	display: inline-block;
	text-align: center;
}


#game_navigation .welcome .nav{
	width: 33%;
	display: inline-block;
	text-align: right;
}


#tabel_top{
	border-collapse: collapse;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

#tabel_top thead{
	background: #E20074;
	color: #fff;
	font-weight: bold;
}

#tabel_top td{
	padding: 10px;
}


#tabel_top tbody tr:nth-child(even){
	background: #eee;
}
#game_navigation .welcome span{
	font-size: 20px;
	line-height: 22px;
}

.top_page{
	padding-top: 100px;
}
.listare-block {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
}

.block-body {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


.listare-block:last-child{
	width: 50%;
}


.q-title{
	text-align: center;
	font-family: TeleNeoWeb-ExtraBold;
	font-size: 20px;
	width: 100%;
	margin: 0 auto;
	
	
	line-height: 30px;
	margin-bottom: 8px;
	
	
}

.q-title a{
	color: inherit;
}


.q-title .r1{
	background: #E20074;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
	font-size: 25px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.q-title .r2{
	background: #fff;
	color: #000000;
	padding: 5px;
	font-size: 20px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}



.video-container {
    background: url("/assets/video.png") center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-position: 50%;
}


.video-container video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    
    min-height: 100%;
    min-height: 120vh;
    
    
/*
    
    
*/
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}



.video-overlay{
	position: relative;
	z-index: 2;
}

.login-box.answer{
	padding: 70px;
	padding-left: 50px;
	padding-right: 50px;
}
.answer .title{
	font-size: 24px;
}


#snow {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	opacity: 1;
	z-index: 1;
	pointer-events: none
}


.intro{
	background: #E20974;
	
	min-height: 120vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
	min-height: calc(var(--vh, 1vh) * 120);
	position: relative;
	overflow: hidden;
	
}


.logo-intro{
	width: 130px;
	margin-left: 10px;
}

.banner-intro{
	width: 500px;
	margin-top: 0;
	
}

.container-intro{
	width: 90%;
	margin: 0 auto;
	position: relative;
	min-height: 120vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
	min-height: calc(var(--vh, 1vh) * 120);
	display: none;
}


.footer{
	position: fixed;
	bottom: 20px;
	
}





.video-container-intro {
    
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-position: 50%;
}


.video-container-intro video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    
    min-height: 120vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
	min-height: calc(var(--vh, 1vh) * 120);
    
    
/*
    
    
*/
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.tree{
	position: absolute;
	bottom: -500px;
	z-index: 0;
	width: 570px;
	left: 50%;
	transition: all 1.5s ease;
	z-index: 4;
	transform: translateX(-50%);
}

.tree-up{
	bottom: -80px;
}

.logo-dtse-title img,
.logo-dtse img{
	height: 100%;
	width: auto;
}
.logo-dtse-title,
.logo-dtse{
	position: absolute;
	top: 50px;
	height: 40px;
	z-index: 2;
}

.logo-dtse{
	left: 100px;
}

.logo-dtse-title{
	right: 100px
}

.globe{
	position: absolute;
	top: -400px;
	z-index: 11;
	height: 100px;
	right: 50px;
	transform: scale(0.5);
	animation: mymove 1.2s forwards;
	
	
}

.globe img{
	height: 400px;
	width: auto;
}


.main .globe{
	right: 0;
	animation: mymove2 1.2s forwards;
	top: -350px;
}


.main .globe img{
	height: 350px;
}


@keyframes mymove2 {
  0%   {
	  top: -350px;
	 transform: scale(0.5);
}
  100% {
	  top: -50px;
	  transform: scale(1);
	}
}


@keyframes mymove {
  0%   {
	  top: -400px;
	 transform: scale(0.5);
}
  100% {
	  top: 0px;
	  transform: scale(1);
	}
}

video{
	object-fit: cover;
	  width: 100%;
	  transition-delay: 1s;
	  opacity: 1;
	  background: transparent;
	  cursor: unset;
	  height: 120vh;
	  position: absolute;
	  left: 0;
	  top: 0;
	  z-index: 0;
}

.action-container{
	position: absolute;
	bottom: 65%;
	z-index: 12;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}

.text-intro{
	font-family: TeleNeoWeb-Bold;
	font-size: 22px;
/* 	padding-left: 15px; */
	color: #fff;
}


.text-footer{
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	z-index: 12;
	position: absolute;
	font-family: TeleNeoWeb-ExtraBold;
	bottom: 10px;
	padding: 10px;
	line-height: 25px;
	z-index: 1;
	bottom: 0;
	background: #fff;
	color: #222;
	z-index: 5;
}


.text-footer p{
	background: #E20074;
	color: #fff;
}

.text-footer a{
	color: inherit;
}

.button-intro{
/* 	padding-left: 15px; */
	margin-top: 30px;
}
.button-intro button{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #E21474;
	font-family: TeleNeoWeb-ExtraBold;
	border: 0;
	cursor: pointer;
	font-size: 25px;
	border-radius: 0;
	padding: 20px;
	width: 250px;
	border-radius: 30px;
	
	font-size: 18px;
	padding: 10px;
	width: 130px;
}

.deal-dreapta{
	position: absolute;
	  width: 60%;
	  right: 0;
	  bottom: 0;
}


.deal-stanga{
	position: absolute;
	  width: 30%;
	  left: 0;
	  bottom: 0;
	  z-index: 2;
}

.diti{
	right: 0;
	bottom: 0;
	width: 35%;
	position: absolute;
}

.case{
	bottom: -40px;
	position: absolute;
	left: 0;
	width: 100%;
	right: 0;
	z-index: 3;
}

.sun{
	width: 800px;
	left: 50%;
	position: absolute;
	bottom: -200px;
	transform: translateX(-50%);
	transition: all 1.5s ease;
	z-index: 2;
}


.sun-up{
	bottom: -100px;
}

.intro-title{
	font-family: TeleNeoMarkerWeb-Bold;
	  font-size: 110px;
	  z-index: 2;
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%);
	  bottom: 80%;
	  color: #fff;
	  display: none;
}

.mos-craciun{
	width: 700px;
	position: absolute;
	left: -700px;
	top:100px;
	z-index: 2;
	transition: all 4.5s ease;
}

.mos-craciun.play{
	left: 130%;
	top: 0;
}

.sun img
.case img,
.diti img,
.deal-stanga img,
.deal-dreapta img{
	width: 100%;	
}

.text-footer span{
	color: #E20074;
}

.wave-mobile{
	display: none;
}



.close-login{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 31px;
	cursor: pointer;
}