.cookieConsentContainer {

	z-index: 100;

	width: 350px;

	min-height: 20px;

	box-sizing: border-box;

	padding: 30px 30px 30px 30px;

	background: #0053FA;

	overflow: hidden;

	position: fixed;

    bottom: 30px;

	right: 30px;

	display: none;

}

.cookieConsentContainer .cookieTitle a {


	color: #FFFFFF;

	font-size: 20px;

	line-height: 20px;

	display: block;

}

.cookieConsentContainer .cookieDesc p {

	margin: 0;

	padding: 0;


	color: #FFFFFF;

	font-size: 15px;

	line-height: 20px;

	display: block;

	margin-top: 10px;

} .cookieConsentContainer .cookieDesc a {


	color: #FFFFFF;


}

.cookieConsentContainer .cookieButton a {

    display: inline-block;
    color: #666;
    font-size: 15px;
    font-weight: bold;
    margin-top: 14px;
    background: #E2E1E0;
    box-sizing: border-box;
    padding: 8px 24px 10px;
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
font-weight: 500;}

.cookieConsentContainer .cookieButton a:hover { 

	cursor: pointer;
opacity: 1;

}



@media (max-width: 980px) {

	.cookieConsentContainer {

		bottom: 0px !important;

		left: 0px !important;

		width: 100%  !important;

	}

}