@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.ttf') format('truetype'),
        url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
    content: "\e602";
}

#ettcl-cookie-alert, #ettcl-cookie-alert > .container {
    margin: 0 auto;
    clear: both;
}
#ettcl-cookie-alert {
    display: none;
    background-color: #eaeaea;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-size: 10px;
    margin-bottom: 0.25em;
    color: #525252;
}
#ettcl-cookie-alert > .container {
    padding: 1%;
}
#ettcl-cookie-alert > .container > .infoalert {
    padding-right: 50px;
}
#ettcl-cookie-alert .close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    font-size: 20px;
    font-family: Arial, sans-serif;
    color: #525252;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
}
#ettcl-cookie-alert .close > .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}