
#div1-cookies {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px -5px 15px gray;
    padding: 7px;
    text-align: center;
    z-index: 998;
}

#div2-cookies-form {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(200, 200, 200, 0.7);
    box-shadow: 0px -5px 15px gray;
    padding: 7px;
    /* text-align: center; */
    z-index: 998;
}

#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(86, 86, 86, 0.80);
    box-shadow: 0px -5px 15px gray;
    padding: 7px;
    text-align: center;
    z-index: 999;
}

#div2-cookies-bg {
    background-color: white;
    opacity: 0.3;
}

.cc-cookies {
    font-size: 14px;
    font-weight: 400;
    background: rgba(86,86,86,0.80);
}
.cc-cookies {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: .5em 5%;
    background: #565656;
    background: rgba(86,86,86,0.95);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
    z-index: 99999;
    text-align: center;
    color: #fff;
}

.cc-cookies p {
    color: #fff;
    font-family: "myriad-pro",Myriad Pro,sans-serif,Arial;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;    
}

.cc-cookies a:hover {
    text-decoration: none;
}
.cc-cookies a, .cc-cookies a:hover {
    color: #fff;
    text-decoration: underline;
}

.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-6 {
    float: left;
}

.col-sm-6 {
    width: 47%;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

a, button {
    color: #295a9d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn {
    white-space: normal;
}

.btn-primary {
    background-color: #e5ebf2;
    border-color: #85a3c5;
    border-radius: 0;
    color: #023f86;
    font-size: 17px;
    padding: 11px 20px;
    line-height: 18px;
}

.btn {
    min-height: 30px;
    line-height: 16px;
    font-size: 12px;
    padding: 6px 15px;
    border-radius: 0;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-sm {
    min-height: 24px;
    font-size: 11px;
    padding: 3px 15px;
    line-height: 15px;
}

.btn-primary {
    background-color: #295a9d;
    border-color: #295a9d;
    color: white;
}


.btn-primary.btn-sm {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 16px;
}

button, input, optgroup, select, textarea {
    margin: 0;
        margin-bottom: 0px;
    font: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        font-family: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

@media (min-width:768px) {
    .col-sm-6 {
        float: left;
    }
}