/*pop up*/
.cookiealert{
    position: fixed;
	top: 30%;
    left: 35%;
	right: 35%;
    width: 30%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #1a1a1a;
    background: #eee;
    border: 2px solid #111;
	border-radius: 5px;
}
.only-alert{
	top: 30%;
    left: 35%;
	right: 35%;
    width: 30%;
}

.text-decoration-none{
	text-decoration: none !important;
	color: #fff;
}
.text-decoration-none:hover{
	text-decoration: none !important;
	color: #fff;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: none;
}

.cookiealert, .acceptcookies, .only-alert {
    vertical-align: baseline;
    border: none;
	text-align: right;
}
.off{
	font-size: 4em;
}
.big-promotion, big-promotion:focus{
	border-color: #ff1a1a !important;
	box-shadow: 1px 1px 2px #0d0d0d !important;
	background-color:  #ff1a1a !important;
}
.close-x, .close-x:focus{
	border-color: transparent !important;
	box-shadow: none !important;
	background-color:  transparent !important;
	font-size: 20px;
	padding: 0 !important;
}
.lern-more{
	margin: 5% 0 5% 0;
	background-color:  #33cc00;
	border-color: #33cc00;
	text-decoration:none !important;
	transition: 1s;
	-webkit-transition: 1s;
	/*font-weight: 600;*/
}
.lern-more:focus{
	box-shadow: none !important;
	background-color:  #33cc00 !important;
	border-color: #33cc00 !important;
	text-decoration:none !important;
}
.lern-more:hover{
	background-color:  #fff;
	border-color: #111;
	color: red;
	box-shadow: none;
	transition: 1s;
	-webkit-transition: 1s;
}
.background-img{
	background: url("../img/background-popup.png") center center no-repeat;
	background-size: cover;
}
.group-classes{
	margin-top: 10px;
	color: #fff;
	font-weight: 500;
}
.extra{
	margin-top: 20px;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	/*font-weight: bold;*/
}
.number-white{
	margin-top: 20px;
}
.div-big-promotion{
	float: left;
	width: 50%;
}
.div-close-button{
	float: right;
	width: 50%;
}

@media (max-width: 1200px){
	.cookiealert, .only-alert{
	top: 20%;
    left: 15%;
	right: 15%;
    width: 70%;
	}
	.number-white{
	margin-top: 40px;
	}
}
@media (max-width: 1199px){
	.cookiealert, .only-alert{
	top: 30%;
        left: 20%;
	right: 20%;
        width: 60%;
	}
	.number-white{
		margin-top: 40px;
	}
}
@media (max-width: 800px){
	.cookiealert, .only-alert{
	top: 21%;
    left: 5%;
	right: 5%;
    width: 90%;
	}
	.number-white{
		margin-top: 40px;
	}
}
@media (max-width: 300px){
	.cookiealert, .only-alert{
	top: 22%;
    left: 2%;
	right: 2%;
    width: 96%;
	}

    .extra{
        font-size: 20px;
        margin-top: 10px;
    }
    .lern-more{
        font-size: 10px !important;
    }
}

/*pop up*/

/*alert group and combine classes*/
.m-bottom-20{
	margin-bottom: 20px !important;
}
/*alert group and combine classes*/
