/**** Cookies ****/
/*
 COLORS:
 main -  #ff5400
 hover - #00a6ed
*/
.cookie-notice {
    display: none;
    background-color: white;
    z-index: 99999999;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.cookie-notice .container {
    position: relative;
    padding: 0 10px;
    max-width: 1005px;
    margin: 0 auto;
}

.cookie-notice p,
#footer .cookie-notice a,
.cookie-notice a {
    margin: 0;
    font-size: 14px;
    color: #555;
}
#footer .cookie-notice a:link,
.cookie-notice a:link {
    display: inline;
    color: #ff5400;
}

.cookie-notice p,
#footer .cookie-notice p {
    margin-right: 20px;
    text-align: left;
}

.cookie-notice .close {
    position: absolute;
    top: -3px;
    right: 10px;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #ff5400;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.cookie-notie .close:focus, .cookie-notice .close:hover {
    color: #ff5400;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.cookie-notice button {
    margin-right: -20px;
    font-size: 14px;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
    padding: 4px 15px;
    border: none;
    background: #ff5400;
    color: white;
    font-weight: 700;
    box-shadow: none;
}

.cookie-notice button:hover {
    box-shadow: none;
    background-color: #00a6ed;
}

@media screen and (max-width: 767px) {
    .cookie-notice p,
    .cookie-notice p a {
        font-size: 12px;
    }
}
