/* EU cookie compliance */
#sliding-popup {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0!important;
    width: 100%;
    height: 100% !important;
    background-color: rgba(0, 0, 0, .7) !important;
}
/*#sliding-popup > div {*/
#sliding-popup > div {
    width: 45%;
    background-color: #fff;
}
#sliding-popup > div .popup-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    max-width: none;
    padding: 25px;
}
#sliding-popup > div .popup-content #popup-text {
    display: block;
    vertical-align: unset;
    float: none;
    width: auto;
    height: auto;
    max-width: none;
    margin: 0;
    line-height: 1;
}
#sliding-popup > div .popup-content #popup-text h2,
#sliding-popup > div .popup-content #popup-text button {
    color: #000 !important;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.2em;
    margin-bottom: 0;
}
#sliding-popup > div .popup-content #popup-text p {
    font-size: 15px;
    color: #000 !important;
    font-weight: normal;
    line-height: 1.3;
}
#sliding-popup > div .popup-content #popup-text p strong{
    color:#6385C3;
    font-size:10px;
}
#sliding-popup > div .popup-content #popup-buttons {
    display: block;
    vertical-align: unset;
    float: none;
    width: 100%;
    height: auto;
    max-width: none;
    text-align: right;
    margin: 10px 0 0 0;
    padding: 0 !important;
}
#sliding-popup > div .popup-content #popup-buttons button {
    border-radius:0;
    background:#ccc;
    font-size: 12px;
    font-weight: normal;
    color: black !important;
    border:0;
    text-shadow:none;
    box-shadow:none;
    display: inline-block;
    margin: 0;
    padding: 5px 8px;
}
#sliding-popup > div .popup-content #popup-buttons button +
button {
    margin-left: 2px;
}
#sliding-popup > div .popup-content #popup-buttons button.agree-button {
    color: white !important;
    background-color: #368bd6;
}
#sliding-popup > div .popup-content #popup-buttons button:hover{
    color: white !important;
    background:black;
}
#sliding-popup > div .popup-content #popup-buttons .decline-button {
    display: none;
}
.eu-cookie-compliance-category{
    margin-bottom: 20px !important;
}
.eu-cookie-compliance-category-description{
    font-size: 18px !important;
    line-height: 30px !important;
}
#sliding-popup .eu-cookie-compliance-banner-info .popup-content label {
    font-size: 18px!important;
}
@media screen and (max-width: 767px) {
    #sliding-popup > div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 90%;
    }
    #sliding-popup > div .popup-content {
        display: block !important;
    }
    #sliding-popup > div .popup-content #popup-text {
        margin-bottom: 20px;
    }
    #sliding-popup > div .popup-content #popup-buttons,
    #sliding-popup > div .popup-content #popup-text {
        display: block;
        width: 100%;
        max-width: none;
        text-align: center;
    }
    #sliding-popup > div .popup-content #popup-buttons button {
        display: inline-block;
    }

    #sliding-popup .eu-cookie-compliance-banner-info {
        box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.55) !important;;
        padding: 20px !important;
        max-width: 900px !important;
        width: 85% !important;
        margin: auto !important;
    }
    #sliding-popup .eu-cookie-compliance-banner-info .popup-content {
        max-width: 100% !important;
        text-align: left !important;
        width: 100% !important;
        display: block !important;
        max-height: 100vh !important;
        overflow-y: auto  !important;
        padding: 20px  !important;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    #sliding-popup > div {
        width: 70%;
    }
    #sliding-popup .eu-cookie-compliance-banner-info {

        width: 90% !important;

    }
    
    
}

/**
 * Custom
 **/
#sliding-popup {
	 display: flex !important;
	 background-color: rgba(0, 0, 0, 0.29) !important;
}
 #sliding-popup .eu-cookie-compliance-banner-info {
	 box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.55);
	 padding: 70px;
	 max-width: 900px;
	 width: 100%;
	 margin: auto;
}
 #sliding-popup .eu-cookie-compliance-banner-info .popup-content {
	 max-width: 80%;
	 text-align: left;
	 width: 100%;
	 display: block;
	 max-height: 100vh;
	 overflow-y: auto;
	 padding: 0;
}
 #sliding-popup .eu-cookie-compliance-banner-info .popup-content label {
	 font-size: 16px;
	 font-weight: bold;
	 max-width: calc(100% - 30px);
	 vertical-align: top;
	 display: inline-block;
	 line-height: 1.2em;
	 margin-top: 0px;
	 margin-bottom: 4px;
}
 #sliding-popup .eu-cookie-compliance-banner-info .popup-content a {
	 color: #000;
	 font-weight: bold;
	 text-decoration: underline;
}
 #sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-message h4 {
	 width: 100%;
	 font-size: 22px;
	 font-weight: bold;
	 text-align: center;
	 line-height: 1.2em;
	 letter-spacing: 0;
	 margin-bottom: 15px;
	 color: #000;
}
 #sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-message p {
	 color: #000;
	 font-size: 15px;
	 letter-spacing: 0;
	 line-height: 1.6em;
}
 #sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-categories-buttons, #sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-buttons {
	 margin-top: 40px !important;
	 text-align: center !important;
	 line-height: 60px;
}
 #sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-categories-buttons .button, #sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-buttons .button {
	 padding: 19px !important;
	 min-width: 200px;
	 border-radius: 40px !important;
	 text-transform: uppercase;
	 text-align: center;
	 margin: 0 5px !important;
	 font-size: 14px !important;
	 line-height: 1em;
}
 #sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-categories-buttons .button.button--small, #sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-buttons .button.button--small, #sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-categories-buttons .button.button--primary, #sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-buttons .button.button--primary {
	 background-color: #3b3b3b !important;
}
 #sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-categories-buttons .button:hover, #sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-buttons .button:hover {
	 color: #fff !important;
	 background-color: #000 !important;
	 border-color: #000 !important;
}
 #sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-categories-buttons {
    width: 100%;
    float: unset;
}

#sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-buttons .eu-cookie-compliance-save-configure-button.button--small,
#sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-categories-buttons .eu-cookie-compliance-save-preferences-button.button--small {
    color: gray !important;
    background-color: #fff !important;
    background: #fff !important;
    border: 1px solid #4d4d4d !important;
    text-decoration: none;
}

#sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-buttons .eu-cookie-compliance-save-configure-button.button--small:hover,
#sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-categories-buttons .eu-cookie-compliance-save-preferences-button.button--small:hover {
    color: #fff !important;
    background-color: #3b3b3b !important;
}
#sliding-popup .eu-cookie-compliance-banner-info .popup-content .eu-cookie-compliance-categories-buttons{
    margin-top: 20px !important;
}