/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/





/*Cookie Consent Begin*/
#cookieConsent {
position:fixed;
bottom:0px;
    background-color: rgba(13, 21, 42,0.9);
     height: 0px;
		 width:0px;
    font-size: 14px;
		font-weight: bold;
    color: #fff;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
     
    
    left: 46%;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #FFCF83;
    text-decoration: none;
}


#cookieConsent :hover{
    color: #ffffff;
    text-decoration: none;
}


#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 30px;
    width: 20px;
    margin: 0 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #78CC5A;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 10px;
    cursor: pointer;
    float: right;
    margin: 0 10px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #94FF6F;
}

#cookieConsent a.noCookies {

    background-color: #bf110d;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 10px;
    cursor: pointer;
    float: right;
    margin: 0 10px 0 10px;
}

#cookieConsent a.noCookies:hover {
    background-color: #ff060F;
}

/*Cookie Consent End*/

