.cookiealert.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    margin: 0!important;
    padding: 1rem 2.3rem;
    z-index: 9999;
    opacity: 1;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translate(-50%,100%);
    -ms-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background-color: #EE6813;
    color: #878490;
    font-size: 1rem;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 30px 54px 10px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 30px 54px 10px rgba(0, 0, 0, 1);
    box-shadow: 0px 30px 54px 10px rgba(0, 0, 0, 1);
}
.cookiealert p {
	margin:0;
    color: white;
    font-size: 14px;
    font-weight: 300;
}
.cookiealert .button-cookiealert{
	display: inline-block;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	font-weight: bold;
}
.cookiealert .cookiealert-privacy-policy, .cookiealert .acceptcookies {
    z-index: 10;
    opacity: 1;
    border: none;
    border-radius: 10%;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ef6713;
	font-size: 13px;
}
.cookiealert .cookiealert-privacy-policy, .cookiealert .close-btn{
	z-index:10;
	background-size:12px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:12px;
	border:none;
	border-radius:3px;
	color:#fff;
	z-index:5;
	background-color:#ef6713;;
	width: auto;
}
.cookiealert .acceptcookies .sr-only {
	width: auto;
}

.cookiealert .wrap-buttons a {
    margin: 20px 5px 5px 5px;
    text-transform: uppercase;
    border: 1px solid white;
    border-radius: 0;
    font-size: 16px;
    padding: 7px 14px;
}

@media (min-width: 768px) {
	.cookiealert p{
		width: 80%;
	}
	.cookiealert .acceptcookies {

	}
}
@media (min-width: 1200px) {
	.cookiealert p{
		width: 100%;
	}
}

@media (max-width: 768px) {
    .cookiealert .wrap-buttons {
        position: relative;
    }
}