body,html{
    font-size: 1rem;
    padding: 0;
    margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	background: #000;
	color: #fff;
	overflow-x: hidden;
	 font-family: 'Roboto', sans-serif;
	    
}

.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;
}


.container-fluid{
	margin: 0;
	padding: 0;
}


.wrap{
	width: 90%;
	margin: 0 auto;
}


#header{
	height: 100vh; /* Fallback for browsers that do not support Custom Properties */
	height: calc(var(--vh, 1vh) * 100);
	background-image: url("assets/img/bg_head.jpg");
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	
	position: relative;
}


.top-content{
	margin-top: 50px;
}


.music-control{
	text-align: right;
	font-size: 30px;
}


#header .wrap{
	
}

#header .middle-content{
	position: absolute;
	top: 60%;
	transform: translateY(-60%);
}

#header .titlu{
	font-family: 'Roboto', sans-serif; font-weight: 900;
	font-size: 60px;
	line-height: 70px;
	font-style: normal;
}


#header .descriere{
	font-family: 'Roboto', sans-serif; 
	font-style: italic;
	font-size: 33px;
	line-height: 34px;
	color: #E1C498;
	margin-top: 50px;
}


#header .buton{
	margin-top: 30px;
}

a.btn{
	width: 350px;
	height: 71px;
	font-size: 16px;
	font-weight: bold;
	line-height: 71px;
	color: #000;
	text-decoration: none;
	background: #E1C498;
	text-align: center;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.25px;
}

#mute{
	cursor: pointer;
}


#header .livrare{
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 350px;
	margin-top: 30px;
	letter-spacing: 1.25px;
}



#descopera-magia{
	background: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #000;
}


#descopera-magia .titlu{
	font-family: 'Roboto', sans-serif; font-weight: 900;
	font-weight: 700;
	font-size: 48px;
	text-align: center;
}


#descopera-magia .video{
	margin: 0 auto;
	margin-top: 50px;
	display: none;
}





#descopera-magia .descriere{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	
	margin: 0 auto;
	margin-top: 50px;
}


#descopera-magia .buton a.btn{
	margin: 0 auto;
	margin-top: 50px;
}


.hidden-overfollow {
    overflow: hidden;
}


.bg-image{
	background-position: center center;
	background-size: cover;
}



#caracteristici .bg-image{
	height: 500px;
	transition: 1.6s ease;
}


#caracteristici .bg-image:hover {
    transform: scale(1.1);
}



#caracteristici .content{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}


#caracteristici .content .descriere{
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
	margin-top: 50px;
}


#caracteristici .content .descriere span{
	color: #E1C498;
}



#caracteristici .row .col-lg-6,
#reduceri .row .col-lg-6{
	padding: 0;
}


#reduceri .div-oferta,
#reduceri .div-pret{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: 500px;
	
}


#reduceri .div-oferta{
	background: #E1C498;
}



#reduceri .div-pret{
	background: #fff;
	color: #000;
	
}





#reduceri .div-oferta .content,
#reduceri .div-pret .content{
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	
}


#reduceri .div-oferta .titlu{
	font-family: 'Roboto', sans-serif; font-weight: 900;
	font-size: 72px;
	line-height: 60px;
	color: #fff;	
}

#reduceri .div-oferta .procent{
	font-family: 'Roboto', sans-serif; font-weight: 900;
	font-size: 96px;
	line-height: 96px;
	color: #000;	
}


#reduceri .div-oferta .text-reducere{
	font-size: 34px;
	line-height: 34px;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
}






#reduceri .div-pret .titlu{
	font-size: 24px;
	line-height: 48px;
	color: #000;
	font-weight: bold;	
}

#reduceri .div-pret .pret-vechi{
	color: #E1C498;
	font-size: 34px;
	font-weight: bold;
	margin-top: 30px;
}

#reduceri .div-pret .pret-vechi span{
	text-decoration: line-through;
}



#reduceri .div-pret .pret-nou{
	font-family: 'Roboto', sans-serif; font-weight: 900;
	font-size: 72px;
	line-height: 72px;
	color: #000;	
}



#reduceri .div-pret .pret-nou sup{
	font-size: 30px;
	top: -30px;
}


.mobile-content{
	display: none;
}

#bucura-te{
	background: #000;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	text-align: center;
}


#bucura-te .titlu{
	font-family: 'Roboto', sans-serif; font-weight: 900;
	font-weight: 700;
	font-size: 48px;
	text-align: center;
}


#bucura-te .video{
	margin: 0 auto;
	margin-top: 50px;
	display: none;
}





#bucura-te .descriere{
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	
	margin: 0 auto;
	margin-top: 50px;
}



#bucura-te .buton a.btn{
	margin: 0 auto;
	margin-top: 50px;
}




#bucura-te .livrare{
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 350px;
	
	margin: 0 auto;
	margin-top: 30px;
	letter-spacing: 1.25px;
}








#simpla-atingere{
	background: #E1C498;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #000;
}


#simpla-atingere .titlu{
	font-family: 'Roboto', sans-serif; font-weight: 900;
	font-weight: 700;
	font-size: 48px;
	text-align: center;
}


#simpla-atingere .video{
	margin: 0 auto;
	margin-top: 50px;
	display: none;
}





#simpla-atingere .descriere{
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	
	margin: 0 auto;
	margin-top: 50px;
}


#simpla-atingere .buton a.btn{
	margin: 0 auto;
	margin-top: 50px;
	background: #000;
	color: #fff;
}


.play_video{
	cursor: pointer;
	margin-top: 50px;
}


.play_video img{
	width: 100%;
}




#recomandare{
	background: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #000;
}


#recomandare .titlu{
	font-family: 'Roboto', sans-serif; font-weight: 900;
	font-size: 48px;
	text-align: center;
}


#recomandare .lista-recomandari{
	width: 60%;
	margin: 0 auto;
	margin-top: 50px;
}



#recomandare .produs .descriere{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	margin-top: 20px;
}


#recomandare .produs .titlu{
	font-size: 36px;
	line-height: 36px;
	margin-top: 20px;
}



#recomandare .produs  .buton a.btn{
	margin: 0 auto;
	margin-top: 50px;
	line-height: 49px;
	width: 202px;
	height: 49px;
	font-size: 14px;
}



#footer{
	background: #000;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1.25px;
}

#footer a{
	text-decoration: none;
	color: inherit;
}


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



.arrow {
  text-align: center;

  
  position: absolute;
  
  right: 50px;
  bottom: 50px;
}



.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}



.footer-call {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 2px solid #EFEFEF;
}

.footer-block-call {
    float: left;
    width: 33.33%;
}

.footer-block-call a {
    color: #202020;
    max-width: 300px;
    margin: auto;
    display: block;
}

.footer-block-call .footer-call-icon {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
}


.footer-block-call .footer-call-text {
    display: inline-block;
    width: calc(100% - 95px);
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}

.footer-block-call .footer-call-text p,
.footer-block-call .footer-call-text h2{
	line-height: 10px;
}

.footer-block-call .footer-call-text p{
	line-height: 20px;
}

.footer-block-call .footer-call-icon img {
    width: 100%;
}


#mute{
    position: fixed;
    padding: 5px;
    right: 50px;
    top: 50px;
    color: #E1C498;
    z-index: 1002;
}


@media only screen and (max-width: 480px) {
	
	#mute{
	    top: 30px;
	    right: 15px;
	}
	
}


.logo{
	width: 173px;
}

.logo img{
	width: 100%;
}