/* COLS */
.row{
    margin-left:-10px;
    margin-right:-10px
}

.row:after{
    clear: both;
}

.row:before,
.row:after{
    display: table;
    content: "";
    line-height: 0;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
.col1-xs, .col2-xs, .col3-xxs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12x-s{
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right:10px;
    box-sizing:border-box;
}
.col12{
    width: 100%
}
.col11{
    width: 91.66666667%
}
.col10{
    width: 83.33333333%
}
.col9{
    width: 75%
}
.col8{
    width: 66.66666667%
}
.col7{
    width: 58.33333333%
}
.col6{
    width: 50%
}
.col5{
    width: 41.66666667%
}
.col4{
    width: 33.33333333%
}
.col3{
    width: 25%
}
.col2{
    width: 16.66666667%
}
.col1{
    width: 8.33333333%
}
body.locked{
    overflow:hidden
}
/* COOKIE POPUP */
.cookie-popup{
    display:none;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    position: fixed;
    height: 100%;
    z-index: 999999;
}
.cookie-popup.active{
    display:block;
}
.cookie-popup-overlay{
    background: rgba(0,0,0,0.7);
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0
}
.cookie-popup-inner{
    box-shadow:0px 0px 70px rgba(0,0,0,0.7);
    position: absolute;
    top: 10%;
    left: 50%;
    right: -150px;
    display:block;
    width: 600px;
    margin-left: -300px;
    z-index: 1000;
    background-color: white;
    box-sizing: border-box;
    border-radius: 4px;
    -moz-box-sizing: border-box;
}

.cookie-head{
    position: relative;
    padding:25px 25px 0 25px
}

.cookie-exit{
    position:absolute;
    height: 15px;
    top: 25px;
    right: 25px;
    line-height: normal!important;
}

.cookie-exit i{
    font-size: 25px;
    color: black;
}




.cookie-content{
    font-size:16px;
    line-height:24px;
    padding: 0 25px 25px 25px;
}

.cookie-icon{
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px;
    top: 20px;
    right: 20px;
    line-height: 0px;
    display: inline;
    position: absolute;
}

.cookie-popup .cookie-read-more{
    color: #999;
    line-height: 50px;
    margin-left: 20px;
}

.cookie-popup h3{
    margin-top: 0px;

}

.cookie-btn{
    background: #4CAF50!important;
    height: 50px;
    width: auto;
    line-height: 50px!important;
    border: none;
    color: #fff;
    text-align: center;
    cursor: pointer!important;
    text-transform: uppercase!important;
    font-size: 14pt!important;
    margin: 0;
    padding: 0 30px!important;
    border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
}

.cookie-save{
    display: inline-block;
    margin-top: 100px;
    line-height: 40px;
}

.cookie-title{
    padding-bottom: 20px;
    font-weight: bold;
    padding-right: 30px;
    font-size: 24px;
}

.cookie-checkbox-div{
    position: absolute;
    width: 25px;
    float:left;
}

input[type='checkbox'].cookie-checkbox{
    position: absolute;
    visibility: hidden;
    border: none;
    background-size: 100% 100%;
}
input.cookie-checkbox{
    position: relative;
    width: 25px;
}

input.cookie-checkbox + label:before{
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    font-family: FontAwesome;
    display: inline-block;
    font-size: 26px;
    top: 0;
}

input[type=checkbox].cookie-checkbox + label:before {
    content: "\f0c8";
    color: #b7b7b7;
}

/* unchecked icon */
input[type=checkbox].cookie-checkbox + label:before {
    letter-spacing: 10px;
}

/* space between checkbox and label */
input[type=checkbox]:checked.cookie-checkbox + label:before {
    content: "\f14a";
    color: #4CAF50;
}
/* checked icon */
input[type=checkbox]:checked.cookie-checkbox + label:before {
    letter-spacing: 5px;
}

.type.strict input[type=checkbox]:checked.cookie-checkbox + label:before{
    color: #b7b7b7;
}
input[type='checkbox']:checked.cookie-checkbox:before, input#functional-cookie-checkbox:before{
    content: none;
}

.cookie-message-success{
    display:none;
    padding: 15px;
    border: 1px solid #4CAF50;
    color: #4CAF50;
    margin: 0 0 15px 0;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
}

.cookie-message-success i{
    margin-right:15px
}
.cookie-foot{
    line-height: 50px;
    min-height: 65px;
    padding-top: 15px;
}
/* TYPES */
.type{
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
    border-top: 1px solid #ddd;
    padding: 15px;
}
.cookie-types .type.strict{
    border:0
}
.type.active{
    cursor:pointer;
}
.type.strict{
    cursor:not-allowed
}
.type-description{
    padding-left: 34px;
}

.type .type-description-text{
    color: #999;
    line-height: 22px;
    display: none;
}

.cookie-content-detail .type .type-description-text{
    display:block;
}

.type-description .type-description-title{
    font-weight: bold;
    padding-bottom: 3px;
    display: block;
    font-size: 16px;
}
.type-description .type-description-title span{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: right;
    height: 30px;
    width: 30px;
    cursor:pointer;
}
.type-description .type-description-title span:hover{
    color:#999;
}
.type-description .type-description-title span:after{
    font-family: FontAwesome;
    content:'\f067';
    float:right;
    font-size:12px;
}
.type.open .type-description .type-description-title span:after{
    content:'\f068';
}
/* COOKIE PAGE */
.cookie-type-title{
    padding-bottom:20px;
    font-weight: bold;
    font-size: 28px;
}
.cookie-intro{
    padding-bottom:40px
}
.cookie-page .cookie-type{
    padding-bottom: 30px;
}
.cookie-type-description{
    padding-bottom:30px
}
/* COOKIE TABLE */
.cookie-table-container{
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
}
.cookie-table{
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
}
.cookie-table-container .cookie-table:last-child{
    margin:0;
    border:0
}


.cookie-table .cookie-table-title{
    font-weight:bold;
    font-size: 20px;
    padding-bottom: 10px;
}

.cookie-table-description{
    padding-bottom:15px;
    color: #666;
}

.cookie-row-title{
    font-weight:bold;
}
.cookie-row-description{
    padding-bottom:15px;
    color: #999;
}

@media only screen
and (min-width : 670px)
and (max-width : 1000px) {

    /* GENERAL */
    .visible-s{
        display:block!important;
    }

    .hidden-s{
        display:none;
    }

    .mobile-menu-container{
        left:-36%;
        width: 35%!important;
    }

    .off-screen {
        left: 0;
    }

    .off-screen+* {
        -webkit-transform: translate3d(35%,0,0);
        transform: translate3d(35%,0,0);
    }

    /* COLUMNS */
    .col12-s {
        width: 100%
    }
    .col11-s {
        width: 91.66666667%
    }
    .col10-s {
        width: 83.33333333%
    }
    .col9-s {
        width: 75%
    }
    .col8-s {
        width: 66.66666667%
    }
    .col7-s {
        width: 58.33333333%
    }
    .col6-s {
        width: 50%
    }
    .col5-s {
        width: 41.66666667%
    }
    .col4-s {
        width: 33.33333333%
    }
    .col3-s {
        width: 25%
    }
    .col2-s {
        width: 16.66666667%
    }
    .col1-s {
        width: 8.33333333%
    }

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

}

@media (max-width: 670px) {


    .hidden-xs{
        display:none;
    }

    .visible-xs{
        display:block;
    }

    /* COLUMNS */
    /* COLUMNS */
    .col12-xs {
        width: 100%
    }
    .col11-xs {
        width: 91.66666667%
    }
    .col10-xs {
        width: 83.33333333%
    }
    .col9-xs {
        width: 75%
    }
    .col8-xs {
        width: 66.66666667%
    }
    .col7-xs {
        width: 58.33333333%
    }
    .col6-xs {
        width: 50%
    }
    .col5-xs {
        width: 41.66666667%
    }
    .col4-xs {
        width: 33.33333333%
    }
    .col3-xs {
        width: 25%
    }
    .col2-xs {
        width: 16.66666667%
    }
    .col1-xs {
        width: 8.33333333%
    }


    .hidden-xs{
        display:none
    }
    .cookie-popup-inner {
        position:fixed;
        left: 15px;
        top: 15px;
        right: 15px;
        bottom:15px;
        width: auto;
        margin-left: 0;

    }

    .cookie-exit{
        height: 15px;
        top: 15px;
        right: 15px;
    }


    .cookie-content{
        overflow-y: scroll; /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
        padding:0 15px 15px 15px!important;
        height: calc(100% - 87px);
        box-sizing: border-box;
    }

    .cookie-head{
        padding:15px 15px 0 15px
    }

    .cookie-btn{
        width:100%
    }

    .cookie-popup .cookie-read-more{
        display:block;
        text-align:center;
        margin:0
    }


}