@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-shrink {
  0%, 25%, 100% {
    /* minimum scale and opacity */
    transform: scale(0.5);
    opacity: 0.25;
  }
  26% {
    transform: scale(1);
    opacity: 1;
  }
}






.center-holder {
    width: 36%;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: fit-content;
}
.active {
	display: block;
}
.hidden {
	display: none;
}

.initial-overlay,
.after-register {
	text-align: center;
}

.initial-overlay h3 {	
	font-weight: 700;
	font-size: 30px;
	line-height: 43px;
	margin: 0;
}

.initial-overlay p,
.after-register p {
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 20px;
}
.after-register p {
	margin-bottom: 180px;
	line-height: 32px;
	font-size: 20px;
}
.initial-overlay .globes-holder {
	    margin-bottom: 70px;
    margin-top: 40px;
}
.initial-overlay .globe-entry {
	display: inline-block;
	position: relative;
    padding: 0 0.5vw;
}
.initial-overlay .globe-entry:after {
	content: 'Votes';
	font-family: Merienda;
	font-size:15px;
	line-height: 22px;
	color:#fff;
	position: absolute;
	bottom:-1.2vw;
	left:0;
	right:0;
	width: fit-content;
	margin: 0 auto;

}

.initial-overlay .globe-entry img {
	width: auto;
    height: 80px;
}
.initial-overlay .globe-entry small {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
}
.initial-overlay .globe-entry:nth-child(1) img {
	transform: translate(0,7%);
}
.initial-overlay .globe-entry:nth-child(2) img {
	transform: translate(0, 9%);
}
.initial-overlay .globe-entry:nth-child(3) img {
	transform: translate(0, 2%);
}
.initial-overlay .globe-entry:nth-child(4) img {
	transform: translate(0, 5%);
}
.initial-overlay .globe-entry:nth-child(5) img {
	transform: translate(0, 4%);
}
.initial-overlay .globe-entry:nth-child(6) img {
	transform: translate(0, 5%);
}
.initial-overlay .button-holder {

}
.initial-overlay .button,
.after-register .button {
	width: 170px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #e6cc99;
	border-radius: 20px;
	border: none;
	outline: none;
	color: #316154;
	font-size:14px;
	cursor: pointer;
	transition: all 0.4s ease-out;
	margin: 0 10px;
}
.after-register .button {
	font-weight: 700;
	font-family: Merienda;
}
.initial-overlay .button:hover,
.after-register .button:hover {
	background-color: #ffefd1;
	color: #000;
}

/* form login */
.form-login h3,
.form-register h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 43px;
    width: fit-content;
    margin: 40px auto 25px;
    color: #ffefd1;
    text-align: center;
}
.form-login .cancel,
.form-register .cancel{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-color: #064d53;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 50%;
    cursor: pointer;
}
.form-login .row,
.form-register .row {
    text-align: center;
}
.form-login .form-control,
.form-register .form-control {
    border: 1px solid #ffefd1;
    background: transparent;
    color: #97afb1;
    border-radius: 0;
    outline: none;
    padding: 12px 25px;
    width: 248px;
    margin: 4px 0;
    font-size: 16px;
}
.form-login .form-control::placeholder,
.form-register .form-control::placeholder {
	color: #97afb1;
	font-size: 16px;
}
.form-login .button,
.form-register .button,
#post-msg-modal .button,
#gloaba-modal .button,
#submit-wish {
	width: 170px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #e6cc99;
	border-radius: 20px;
	border: none;
	outline: none;
	color: #316154;
	font-size:14px;
	cursor: pointer;
	transition: all 0.4s ease-out;
	margin: 130px 10px 0;
}
.form-register .button {
	margin: 30px 10px 0;
}
.form-login .button:hover,
.form-register .button:hover,
#post-msg-modal .button:hover,
#gloaba-modal .button:hover {
	background-color: #ffefd1;
	color: #000;
}



.select {
	width: 298px;
    height: 40px;
    cursor: pointer;
    background-color: transparent;
    list-style-type: none;
    border: 1px solid;
    margin: 4px auto;
    padding: 0;
}
.select li {
	list-style-type: none;
	position:relative;
}

.select_expand {
		width: 0;
		height: 40px;
		position: absolute;
		top: 0;
		right: 0;
	}

.select_expand::after {
			content: '\003E';
			position: absolute;
			top: calc(50% - 3px);
			right: 10px;
			-webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(1);
			        transform: translate(-50%, -50%) rotate(90deg) scaleY(1);
			color: #FFEFD1;
			font-size: 14px;
			pointer-events: none;
			z-index: 2;
			-webkit-transition: all 250ms cubic-bezier(.4,.25,.3,1);
			transition: all 250ms cubic-bezier(.4,.25,.3,1);
			opacity: .6;
		}

.select_expand:hover::after {opacity: 1}

.select_expand:checked::after {-webkit-transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1);transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1); }

.select_expandLabel {
		display: block;
		width: 100%;
		height: 40px;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
	}

.select_close {display: none}

.select_closeLabel {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
	}

.select_items {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #023d42;
		font-family: Arial;
	}
.select_items ul {
	padding: 0;	
    width: 100%;
    margin-left: -1px;
}

.select_input {display: none}

.select_label {
		-webkit-transition: all 250ms cubic-bezier(.4,.25,.3,1);
		transition: all 250ms cubic-bezier(.4,.25,.3,1);
		display: block;
		height: 0;
		line-height: 40px;
		overflow: hidden;
		cursor: pointer;
		color: #97afb1;
	    text-align: left;
    	padding-left: 25px;
	}

.select_label-placeholder {
			height: 40px;
			vertical-align: middle;
			position: absolute;
			top: 0;
			left: 0;
			background-color: transparent;
			    padding-left: 25px;
    font-family: Arial;
		}

.select_expand:checked + .select_closeLabel {
			display: block;
		}

.select_expand:checked + .select_closeLabel + .select_options .select_label {
					height: 37px;
				}

.select_expand:checked + .select_closeLabel + .select_options .select_label:hover { color:#fff;}

.select_expand:checked + .select_closeLabel + .select_options + .select_expandLabel {display: none}

.select_input:checked + .select_label {
		height: 40px;
		text-align: left;
    	padding-left: 25px;
	}
.select_options .select_option {
	    border-left: 1px solid;
    border-right: 1px solid;
    width: calc(100% + 0px);
    margin-left: 0px;
}



/* tree globe default */
.gloaba {
	transition: all 0.4s ease-out;
}
.gloaba .country {
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%,0);
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.gloaba .country.country-NONE {

}
.gloaba .country.country-FR {
	background: url('../images/flags/france.svg') no-repeat center;
}
.gloaba .country.country-DE {
	background: url('../images/flags/germany.svg') no-repeat center;
}
.gloaba .country.country-GB {
	background: url('../images/flags/uk.svg') no-repeat center;
}
.gloaba .country.country-RO {
	background: url('../images/flags/romania.svg') no-repeat center;
}
.gloaba .country.country-EG {
	background: url('../images/flags/egypt.svg') no-repeat center;
}
.gloaba .country.country-JO {
	background: url('../images/flags/jordan.svg') no-repeat center;
}
.gloaba .country.country-MEA {
	background: url('../images/flags/mea.svg') no-repeat center;
}
.gloaba .country.country-NICHE {
	background: url('../images/flags/niche.svg') no-repeat center;
}




.message-closed {
	
}
/*.message-closed:hover {
	transform: scale(1.1);
	box-shadow:0px 0px 30px rgba(255,255,255,0.7);
}*/
.message-closed > div, 
.message-closed > button {
	display: none;
}
.message-closed h3 {
	font-family: Merienda;
	font-size:38px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	position: absolute;
	bottom:55px;
	left:0;
	right:0;
	margin: 0 auto;
	width: fit-content;
	pointer-events:none;
	text-align:Center;
}

.message-opened {
	display: block!important;
    position: fixed!important;
    width: 40vw!important;
    height: fit-content!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    background: lightgreen!important;
    border-radius: 0!important;
    padding: 10%!important;
    z-index: 99999999999;
}
.message-opened h3 {
	display: none;
}



/* fixe tree parts */
#toptree, #bottomtree {
	width: 100%;
	height: 2249px;
	position: relative;
	z-index: 100000;
	background: url('../images/varf.png') center top no-repeat;
	background-size: auto;
}
#bottomtree {
	margin-top:-120px;
	z-index: 100;
	height: 4894px;
	background: url('../images/baza.png') center top no-repeat;
}

.gloaba.background1 {
	background-image: url('../images/glob-01.svg');
}
.gloaba.background2 {
	background-image: url('../images/glob-02.svg');
}
.gloaba.background3 {
	background-image: url('../images/glob-03.svg');
}
.gloaba.background4 {
	background-image: url('../images/glob-04.svg');
}
.gloaba.background5 {
	background-image: url('../images/glob-05.svg');
}
.gloaba.background6 {
	background-image: url('../images/glob-06.svg');
}



/* post a message */
#post-msg-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999999999999;
    background: rgba(0,0,0,0.8);
    /*background: rgba(255,239,209,0.8);*/
}
#post-msg-modal > .inner {
    position: fixed;
    width: 900px;
    height: 625px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/mesaj.png) no-repeat center;
    padding: 170px 190px 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#post-msg-modal > .inner > h2 {
	font-size:21px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
#post-msg-modal textarea {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #FFEFD1;
    background: transparent;
    border-radius: 15px;
    height: 160px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    color: #fff;
    font-size:16px;
}
#post-msg-modal textarea::placeholder {
	color: #97afb1;
	font-size: 16px;
}
#post-msg-modal .row {
	text-align: center;
}
#post-msg-modal .row > small {
	font-size: 10px;
    text-align: right;
    display: block;
    width: 93%;
    letter-spacing: 1px;
    margin-top: -25px;
    margin-bottom: 25px;
}
#post-msg-modal .button {
	margin: 0;
    background-color: #ed705d;
    color: #fff;
    font-size: 16px;
    font-family: 'Merienda';
    line-height: 16px;
}
.swal2-container {
	z-index: 99999999999999!important;
}

.fold.foldbg1 {
	background: url('../images/fundal-mobil1.png') no-repeat top center;
}
.fold.foldbg2 {
	background: url('../images/fundal-mobil2.png') no-repeat top center;
}
.fold.foldbg3 {
	background: url('../images/fundal-mobil3.png') no-repeat top center;
}
.fold.foldbg4fs {
	background: url('../images/fundal-mobil1-cu-geam-stanga.png') no-repeat top center;
}
.fold.foldbg4fd {
	background: url('../images/fundal-mobil1-cu-geam-dreapta.png') no-repeat top center;
}


/* message opened styling */
#gloaba-modal {
	padding: 164px 200px 100px!important;
    justify-content: unset!important;
}
.message-likes {
	background: url(../images/message-heart.png) no-repeat top center;
    background-size: 100% auto;
    padding: 14px 24px 24px 24px;
    font-size: 18px;
    margin-bottom: 30px;
}
.message-author {
	font-size: 21px;
    line-height: 30px;
    text-transform: capitalize;
}
.message-author small {
	font-size: 12px;
    text-transform: capitalize;
}
.message-wrote {
	font-size: 18px;
    line-height: 21px;
}
.message-text {
	font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 60px;
}
#gloaba-modal .button {
    margin: 0;
    background-color: #d5a64f;
    color: #fff;
    background: #d5a64f url(../images/like.png) no-repeat;
    background-position: 25px 9px;
    background-size: 20px;
    width: auto;
    display: inline-block;
    height: fit-content;
    line-height: 14px;
    padding: 15px 25px 15px 55px;
}



/*  start  animations  */
.ring-closed {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	margin:auto;
	width:100vw;
	height:100vh;
}
/*.helper {
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	z-index:0;
	opacity:0.2;
	width:100%;
	height:100%;
	text-align: center;
}
.helper img {
	max-height:96%;
	width: auto;
}*/

#mslogo {
	position: absolute;
	top:50%; left:50%;
	transform: translate(-50%,-50%);
	width: fit-content;
	height: fit-content;
	cursor: pointer;
	z-index: 120;
}
#mslogo img {
	width: 14vw;

}
#gifts {
	height: fit-content;
	width: fit-content;
    position: absolute;
    bottom: 6vh;
    left: 50%;
    transform: translate(-50%,0);
}
#gifts img {
	height: 5vw;
}
#logotow {
	position: absolute;
	top:50%;left:50%;
	transform: translate(-50%, -50%) scale(1);
	width: fit-content;
	height: fit-content;
}
#logotow img {
	height:12vw;
}
#submit-wish {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 12vw!important;
}
.animation{
	position: absolute;
	width:fit-content;
	height:fit-content;

}
.animation.animate1 {
	
	right: 27.7%;
    bottom: 42.2%;
    z-index: 100;
}
.animation.animate2 {

    left: 27.6%;
    bottom: 26.3%;
    z-index: 100;
}
.animation.animate3 {

    bottom: 32%;
    right: 35.7%;
    z-index: 100;
}
.animation.animate4 {
	
}
.animation.animate5 {

	bottom: 5%;
    right: 38.7%;
    z-index: 100;
}
.animation.animate6 {
	
}
.animation.animate7 {
	
}
.animation.animate8 {
    
    bottom: 8%;
    left: 32.3%;
    z-index: 100;
}
.animation.animate9 {
    
    bottom: 15%;
    right: 30.8%;
    z-index: 100;
}
.animation.animate10 {
    
    right: 30%;
    top: 22.5%;
    z-index: 100;
}
.animation.animate11 {
    
    top: 10%;
    left: 31.1%;
    z-index: 100;
}
.animation.animate12 {
    
    top: 34.2%;
    left: 25.3%;
    z-index: 100;
}
.animation.animate13 {
	
}
.animation.animate14 {
	
    right: 42.7%;
    top: 24.2%;
    z-index: 100;
}
.animation.animate15 {
    
    left: 33.3%;
    bottom: 20.3%;
    z-index: 100;
}
.animation.animate16 {
    
    left: 36%;
    top: 28%;
    z-index: 100;
}
.animation.animate17 {
	
    right: 38.3%;
    top: 21.3%;
    z-index: 100;
}
.animation.animate18 {
    
    bottom: 16%;
    left: 30%;
    z-index: 100;
}
.animation.animate19 {
	    
    left: 29.6%;
    top: 36.5%;
    z-index: 100;
}
.animation.animate20 {
	
    left: 45.5%;
    bottom: 11%;
    z-index: 100;
}
.animation.animate21 {
	    
    left: 47.2%;
    bottom: 4.6%;
}
.animation.animate22 {
	
    left: 28.5%;
    bottom: 21%;
    z-index: 100;
}
.animation.animate23 {
	    
    left: 28.4%;
    bottom: 20.2%;
    z-index: 100;
}
.animation.animate24 {
	
    right: 25.8%;
    bottom: 5%;
    z-index: 99;
}
.animation.animate25 {
	
    right: 27.5%;
    bottom: 28%;
    z-index: 98;
}
.animation.animate26 {
	
    bottom: 8.2%;
    right: 39.6%;
    z-index: 97;
}
.animation.animate27 {
    
    right: 26.4%;
    top: 32.5%;
    z-index: 96;
}
.animation.animate28 {
	
	right: 36%;
    bottom: 16%;
    z-index: 94;
}
.animation.animate29 {
	
    left: 33.3%;
    bottom: 4%;
    z-index: 96;
}
.animation.animate30 {
	    
    right: 33.5%;
    top: 20.3%;
    z-index: 100;
}
.animation.animate31 {
	    
    top: 14%;
    right: 34.4%;
    z-index: 99;
}
.animation.animate32 {
	
    left: 38.3%;
    top: 10%;
    z-index: 100;
}
.animation.animate33 {
	
    left: 33.7%;
    top: 7.8%;
    z-index: 96;
}
.animation.animate34 {
    
    right: 32%;
    bottom: 6.3%;
    z-index: 98;
}
.animation.animate35 {
	
    right: 41%;
    top: 16%;
    z-index: 98;
}
.animation.animate36 {
	
    right: 31.7%;
    top: 19%;
    z-index: 98;
}
.animation.animate37 {
	
    right: 33.4%;
    bottom: 27%;
    z-index: 94;
}
.animation.animate38 {
	
    left: 34.5%;
    bottom: 24%;
    z-index: 92;
}
.animation.animate39 {
	
    left: 27%;
    bottom: 35%;
    z-index: 98;
}
.animation.animate40 {
	    
    bottom: 15%;
    left: 36.2%;
    z-index: 90;
}
.animation.animate41 {
	    
    left: 41.4%;
    top: 2.3%;
    z-index: 94;
}
.animation.animate42 {
	
    right: 38%;
    top: 7%;
    z-index: 96;
}
.animation.animate43 {
	    
    left: 31.8%;
    top: 17.7%;
    z-index: 96;
}
.animation.animate44 {
	    
    right: 31.5%;
    top: 35.7%;
    z-index: 92;
}
.animation.animate45 {
	
    left: 25.7%;
    top: 18.5%;
    z-index: 90;
}
.animation.animate46 {
	    
    left: 24%;
    bottom: 25.2%;
    z-index: 92;
}
.animation.animate47 {
	    
    left: 39.3%;
    top: 0%;
    z-index: 85;
}
.animation.animate48 {
	    
    left: 24%;
    bottom: 33%;
    z-index: 85;
}
.animation.animate49 {
	    
    right: 24%;
    bottom: 26%;
    z-index: 85;
}
.animation.animate50 {
	    
    left: 31%;
    bottom: 6%;
    z-index: 85;
}
.animation.animate51 {
	
    right: 48%;
    top: 8%;
    z-index: 98;
}
.animation.animate52 {
	
    right: 43.7%;
    top: 3%;
    z-index: 85;
}
.animation.animate53 {
	    
    left: 32.3%;
    top: 24.6%;
    z-index: 85;
}
.animation.animate54 {
	    
    right: 47.6%;
    top: 19.5%;
    z-index: 85;
}
.animation.animate55 {
	
    bottom: 3%;
    right: 39.6%;
    z-index: 85;
}


/*  hilfe section  */
#que {
	cursor: pointer;
}
#hilfe {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.7);
    
}
#hilfe .inner {

	width:100%;
	height:690px;
	position: absolute;
	top:0;
	left:50%;
	transform: translate(-50%, 0);
	background: transparent url(../images/help1.png) no-repeat;
    background-size: 84vw auto;
    background-position: 75% 120px;
}
#hilfe .inner > p {
	position: absolute;
}
#hilfe .inner > p:nth-child(1) {
    top: 18vw;
    left: 6vw;
}
#hilfe .inner > p:nth-child(2) {
    top: 28vw;
    left: 11vw;
}
#hilfe .inner > p:nth-child(3) {
    top: 13vw;
    right: 18vw;
}
#hilfe .inner > p:nth-child(4) {
    top: 26vw;
    right: 7vw;
}
.active-que {
	position: relative;
	z-index:999999;
}