.minpic{
		background-size: auto 22%;
}
#eldecor_logo{
	width: 15%;
	    max-width: 150px;
	    min-width: 70px;
	    display: block;
	    padding: 10px;
}
#welcomeMessage{
	padding:5px;
	font-weight: bolder;
	    padding-bottom: 17px;
}
#elDecorWelcome{
    -webkit-transition-duration: 600ms;
       transition-duration: 600ms;
	width: 100%;
	height: 100vh;
	background-color: white;
    position: absolute;
    z-index: 99999;
	display: none;
}
#welcomeFrame{
	padding-top: calc(50vh - 80px - 11%);
	    text-align: center;

}
.hideOnTop{
	    transform: translateY(-100%);
}
.hideDiv{
	display:none;
}
.tg{
	background-color: #fcead84d;
	    border-radius: 14px;
}
.welcomeFlag{
    width: 50px;
	height: 50px;
	padding: 10px;
}
.welcomeFlag:hover{

box-shadow: inset 0 1px 10px 0px #c18c13;

}
#welcomeLogo{
	width: 100%;
}
#circleLeft{
    left: 74%;
    top: -10%;
}
#circleRight{
    left: -34%;
    top: -10%;
}
.unhideElement{
	display: block !important;
}
.bigCircle{
	border-radius: 50%;
	    width: 60%;
	    height: 120vh;

	    background: rgb(233, 112, 0);

	    position: absolute;
	    z-index: 99999999;
}
.eldecorPrasino{
	background-color: #B4C514;
}

.eldecorPortokali{
	background-color: rgba(233, 112, 0, 0.83);
}