#bcmsCookieInfoOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    z-index: 1999999995;
    display: none;
}

#bcmsCookieInfoTextWrapper, #bcmsCookieInfoWrapper {
    position: fixed;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.95);
    z-index: 1999999999;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.43);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.43);
}

#bcmsCookieInfoWrapper.top {
    bottom: auto;
    top: 0;
}

#bcmsCookieInfoTextWrapper {
    font-size: 12px;
    z-index: 1999999998;
    height: 100%;
    bottom: auto;
    top: 0;
    overflow: auto;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #727171;
}

#bcmsCookieInfo {
    position: relative;
}

#bcmsCookieInfo, #bcmsCookieInfoWrapper #bcmsCookieInfo button, #bcmsCookieInfoTextWrapper, #bcmsCookieInfoWrapper, #bcmsCookieInfoTextWrapper h2, #bcmsCookieInfoTextWrapper h3 {
    font: 12px/15px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif !important;
    color: #646462;
}

#bcmsCookieInfoTextWrapper h2, #bcmsCookieInfoTextWrapper h3 {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: bold !important;
    color: #282727 !important;
    margin: 0;
    padding: 0 0 10px 0;
}

#bcmsCookieInfoText ul {
    margin: 0 0 0 30px;
}

#bcmsCookieInfoText ul li {
    list-style: square;
}

#bcmsCookieInfoText p {
    margin: 0 0 10px 0;
}

#bcmsCookieInfoTextWrapper h2 {
    font-size: 20px !important;
}

#bcmsCookieInfoTextWrapper h3 {
    font-size: 14px;
    padding-top: 15px;
}

#bcmsCookieInfoWrapper #bcmsCookieInfo a {
    color: #146fa7 !important;
    background: none !important;
    text-decoration: none !important;
}

#bcmsCookieInfoWrapper #bcmsCookieInfo a:hover {
    text-decoration: underline !important;
}

#bcmsCookieInfoWrapper {
    border-top: 1px solid #d9d9d9;
    font-size: 12px;
}

#bcmsCookieInfoWrapper.dark #bcmsCookieInfo a {
    color: #4fcaf9 !important;
}

#bcmsCookieInfoWrapper.dark {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #b6b6b6;
    background-color: rgb(28, 28, 28);
    background-color: rgba(28, 28, 28, 0.95);
}

#bcmsCookieInfoTextWrapper {
    display: none;
}

#bcmsCookieInfo form {
    background: url(alert.png) no-repeat left center;
    background-size: 92px 80px;
    padding-left: 115px;
    min-height: 80px;
}

.hasClose #bcmsCookieInfo form {
    padding-right: 80px;
}

#bcmsCookieInfo, #bcmsCookieInfoText {
    width: 960px;
    text-align: left;
    margin: 0 auto;
    padding: 20px 0;
}

#bcmsCookieInfoText {
    width: auto;
}

#bcmsCookieInfo p {
    margin: 0 0 8px 0 !important;
}

#bcmsCookieInfoWrapper #bcmsCookieInfo button, #bcmsCookieInfoTextWrapper button, #bcmsCookieInfoSettingsWrapper button {
    font-size: 12px;
    background: url(ok.png) no-repeat 15px center #f4f4f4;
    background: url(ok.png) no-repeat 15px center, -moz-linear-gradient(90deg, #f1f1f1 0%, #f4f4f4 100%), #f4f4f4;
    background: url(ok.png) no-repeat 15px center, -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), to(#f4f4f4)), #f4f4f4;
    background: url(ok.png) no-repeat 15px center, linear-gradient(to top, #f1f1f1 0%, #f4f4f4 100%), #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding: 8px 30px 8px 39px;
    margin: 0 10px 0 0;
    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.11);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.11);
    cursor: pointer;
    width: auto;
}

#bcmsCookieInfoWrapper #bcmsCookieInfo button.no, #bcmsCookieInfoWrapper #bcmsCookieInfo button.closeButton {
    background: transparent url(close.png) no-repeat 15px center;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e8e8e8;
    color: #b5b5b5;
}

#bcmsCookieInfoWrapper #bcmsCookieInfo button.closeButton {
    background-position: center;
    padding: 0;
    width: 36px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 15px;
    border-color: #eee;
}

#bcmsCookieInfoWrapper.dark #bcmsCookieInfo button.closeButton {
    border-color: #5b5b5b;
    background-color: #fff;
    width: 34px;
}

#bcmsCookieInfoWrapper.dark #bcmsCookieInfo button {
    border: 1px solid #fff;
}

#bcmsCookieInfoWrapper.dark #bcmsCookieInfo button.no {
    border-color: #424141;
    text-shadow: none;
    color: #828280;
}

#bcmsCookieInfoTextWrapper button {
    background-image: url(close.png);
    padding: 6px 30px;
    background-position: center;
}

#bcmsCookieInfoSettingsWrapper #bcmsCookieInfoSettings button {
    background: url(ok.png) no-repeat 15px center #f4f4f4;
    background: url(ok.png) no-repeat 15px center, -moz-linear-gradient(90deg, #f1f1f1 0%, #f4f4f4 100%), #f4f4f4;
    background: url(ok.png) no-repeat 15px center, -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), to(#f4f4f4)), #f4f4f4;
    background: url(ok.png) no-repeat 15px center, linear-gradient(to top, #f1f1f1 0%, #f4f4f4 100%), #f4f4f4;
    line-height: 22px;
    padding-left: 35px;
}

#bcmsCookieInfoSettingsWrapper #bcmsCookieInfoSettings button.no {
    background-image: url(close.png);
}

#bcmsCookieInfoSettingsWrapper #bcmsCookieInfoSettings button.active {
    -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.42);
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.42);
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
    border-color: #cccbcb;

    background: url(ok.png) no-repeat 15px center #3ebc05;
    background: url(ok.png) no-repeat 15px center, -moz-linear-gradient(90deg, #45a706 0%, #16b606 100%), #3ebc05;
    background: url(ok.png) no-repeat 15px center, -webkit-gradient(linear, left bottom, left top, from(#45a706), to(#16b606)), #3ebc05;
    background: url(ok.png) no-repeat 15px center, linear-gradient(to top, #45a706 0%, #16b606 100%), #3ebc05;
}

#bcmsCookieInfoSettingsWrapper #bcmsCookieInfoSettings button.no.active {
    background-image: url(close.png);
}

#bcmsCookieInfoSettingsWrapper {
    background-color: #ededed;
    border-bottom: 1px solid #e6e6e6;
}

#bcmsCookieInfoSettings {
    padding: 20px 30px;
    text-align: left;
}

.bcmsNoCookies .bcmsGmapCalcRoute {
    display: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max-moz-device-pixel-ratio: 2) {
    #bcmsCookieInfo form {
        background-image: url(alert@2x.png);
    }

    #bcmsCookieInfoWrapper #bcmsCookieInfo button, #bcmsCookieInfoSettingsWrapper #bcmsCookieInfoSettings button.ok {
        background-image: url(ok@2x.png);
        background-size: 16px 12px;
    }

    #bcmsCookieInfoTextWrapper button, #bcmsCookieInfoWrapper #bcmsCookieInfo button.no, #bcmsCookieInfoSettingsWrapper #bcmsCookieInfoSettings button.no, #bcmsCookieInfoSettingsWrapper #bcmsCookieInfoSettings button.no.active {
        background-image: url(close@2x.png);
        background-size: 12px 12px;
    }
}

@media (max-width: 960px) {
    #bcmsCookieInfo, #bcmsCookieInfoText {
        width: auto;
    }

    #bcmsCookieInfo {
        padding: 20px;
    }
}

@media (max-width: 600px) {
    #bcmsCookieInfoTextWrapper {
        width: 100% !important;
        left: 0 !important;
    }

    #bcmsCookieInfo form {
        background: none;
        padding-left: 0;
    }

    #bcmsCookieInfo {
        font-size: 11px !important;
        line-height: 14px !important;
    }
}