/* Cookie Consent Begin */
/* https://html-online.com/articles/cookie-consent-warning-strap-website/ */
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    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: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
.openCookieConsent {
    display: inline;
    cursor: pointer;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 30px 0 20px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/* Cookie Consent End*/


/* Newsletter begin*/
/* https://www.thepolyglotdeveloper.com/2018/02/create-email-subscription-popup-jquery/ */
#nlpp-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    filter: alpha(opacity=80);
	opacity: 0.8;
    display: none;
    z-index: 50;
}

#nlpp {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*
    background-color: #911e26;
    color: #FFFFFF;
    */
    background-color: #FFFFFF;
    width: 600px;
    max-width: 80%;
    padding: 30px;
    display: none;
    /* border: 10px solid #FFFFFF; */
    border: 10px solid transparent;
    /* border-image: 10 repeating-linear-gradient(-45deg, red 0, red 1em, transparent 0, transparent 2em, #58a 0, #58a 3em, transparent 0, transparent 4em); */
    border-image: 10 repeating-linear-gradient(135deg, #4251db, #4251db 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px);
    z-index: 51;
}

#nlpp-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
#nlpp-x {
    width: 30px;
}

.nlpp-open {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

#nlpp h1 {
    margin: 0;
}

#nlpp form {
    margin-bottom: 0px;
}

#nlpp input {
	width: initial;
}
#nlpp input[type=text], #nlpp input[type=password], #nlpp input[type=email] {
    width: 200px;
    margin: 5px;
    max-width: 90%;
}

#nlpp .xbutton {
    padding: 10px;
    border: 1px solid #333;
}

/* Newsletter end*/
/*
background: repeating-linear-gradient( 135deg, #4251db, #4251db 10px, #fff 10px, #fff 20px, #f84d3b 20px, #f84d3b 30px, #fff 30px, #fff 40px ) !important;
*/
#fb_nolike {
    height: 20px;
}
span#fbOK_msg {
    white-space: nowrap;
    background: rgba(20,20,20,0.9);
    margin-left: 5px;
}
div.cookieSpan {
    float: right;
}
div.fbOK {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 0px;
    margin: 0px;
    background-image: url(../img/fbOK_bg.png) ;
    width: 130px;
    height: 26px;
    cursor: pointer;
}

div.fbOK img#cookieFB {
    position: absolute;
    right: 5px;
    top: 0px;
}
