
/*Cookie Consent Begin*/
#cookieConsent {
    background-color: #0bbaef;
    color: #fff;   
    min-height: 100px;
    font-size: 12px;
    line-height: 26px;
    padding: 12px 0 12px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: 100;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK img {
    max-width: 100px;
    margin-top: 30px;
}

.cookieConsent-logo {
	    max-width: 170px;
		margin-top: -59px;
}

@media only screen and (max-width: 992px) {
	#cookieConsent {
	    min-height: 100px;
	    font-size: 10px;
	    line-height: 18px;
    }
    
    .cookieConsent-logo { 
	 	display: none;   
	 }
	 
	 #cookieConsent a.cookieConsentOK img {
		 margin-top: 20px;
		 max-width: 60px;
	 }
}
/*Cookie Consent End*/
