
.cookie-notice {
    background-color: #0093d0;
    bottom: 0;
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, .45);
            box-shadow: 0 -1px 5px rgba(0, 0, 0, .45);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-family: roboto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    left: 0;
    padding: 15px;
    position: fixed;
    right: 0;
}

@media screen and (max-width:969px) {
    .cookie-notice {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap
    }
}

.cookie-notice .notice-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-right: 165px
}

@media screen and (max-width:1200px) {
    .cookie-notice .notice-text {
        font-size: 14px;
        margin-right: 70px
    }
}

@media screen and (max-width:969px) {
    .cookie-notice .notice-text {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        text-align: center
    }
}

.cookie-notice .notice-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    max-width: 50%
}

@media screen and (max-width:969px) {
    .cookie-notice .notice-buttons {
        width: 100%;
        max-width: 100%;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
                justify-content: space-around
    }
}

.cookie-notice .cookies-accept {
    background-image: -webkit-linear-gradient(315deg, #ddd, #fff);
    background-image: -moz-linear-gradient(315deg, #ddd, #fff);
    background-image: -o-linear-gradient(315deg, #ddd, #fff);
    background-image: linear-gradient(135deg, #ddd, #fff);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .45);
            box-shadow: 0 0 6px rgba(0, 0, 0, .45);
    color: #4f4f4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    padding: 0 42px;
    text-decoration: none;
    height: 44px;
    -webkit-transition: all 175ms;
    -o-transition: all 175ms;
    -moz-transition: all 175ms;
    transition: all 175ms;
    position: relative;
    z-index: 100
}

.cookie-notice .cookies-accept:before {
    border-radius: inherit;
    background-image: -webkit-linear-gradient(315deg, #004b6a, #005d84);
    background-image: -moz-linear-gradient(315deg, #004b6a, #005d84);
    background-image: -o-linear-gradient(315deg, #004b6a, #005d84);
    background-image: linear-gradient(135deg, #004b6a, #005d84);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    -webkit-transition: all 175ms;
    -o-transition: all 175ms;
    -moz-transition: all 175ms;
    transition: all 175ms
}

.cookie-notice .cookies-accept:hover {
    text-decoration: none;
    background-image: #005274;
    color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .45);
            box-shadow: 0 0 2px rgba(0, 0, 0, .45);
    -webkit-transition: all 175ms;
    -o-transition: all 175ms;
    -moz-transition: all 175ms;
    transition: all 175ms
}

.cookie-notice .cookies-accept:hover:before {
    opacity: 1;
    -webkit-transition: all 175ms;
    -o-transition: all 175ms;
    -moz-transition: all 175ms;
    transition: all 175ms
}

@media screen and (max-width:1200px) {
    .cookie-notice .cookies-accept {
        font-size: 16px;
        padding: 0 32px;
        height: 36px
    }
}

@media screen and (max-width:480px) {
    .cookie-notice .cookies-accept {
        font-size: 14px;
        padding: 0 20px;
        height: 40px
    }
}

.cookie-notice .learn-more-privacy {
    background: 0 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 700;
    padding: 0 50px;
    height: 42px;
    text-decoration: underline;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.cookie-notice .learn-more-privacy:hover {
    text-decoration: none;
    color: #ddd;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

@media screen and (max-width:1200px) {
    .cookie-notice .learn-more-privacy {
        font-size: 16px;
        padding: 0 32px;
        height: 36px
    }
}

@media screen and (max-width:480px) {
    .cookie-notice .learn-more-privacy {
        font-size: 14px;
        padding: 0 20px;
        height: 40px
    }
}

.cookie-notice-close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    background-color: #0093d0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, .45);
            box-shadow: 0 -2px 3px rgba(0, 0, 0, .45);
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 0 10px 0 10px;
    position: absolute;
    right: 14px;
    text-transform: uppercase;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    -moz-transition: .2s all;
    transition: .2s all;
    top: -26px
}

.cookie-notice-close .close-x {
    font-size: 25px;
    margin-left: 10px
}

.cookie-notice-close:hover {
    color: #003951;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    -moz-transition: .2s all;
    transition: .2s all
}

@media print {
  .cookie-notice {
    display: none;
    visibility: hidden;
  }
}