/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 */

.checkbox label .toggle,
.checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px;
}

.toggle {
    position: relative;
    overflow: hidden;
}

.toggle input[type="checkbox"] {
    display: none;
}

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.toggle.off .toggle-group {
    left: -100%;
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 0px;
    border-width: 0 1px;
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px;
}

.toggle-on.btn {
    padding-right: 24px;
}

.toggle-off.btn {
    padding-left: 24px;
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px;
}

.toggle-on.btn-lg {
    padding-right: 31px;
}

.toggle-off.btn-lg {
    padding-left: 31px;
}

.toggle-handle.btn-lg {
    width: 40px;
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px;
}

.toggle-on.btn-sm {
    padding-right: 20px;
}

.toggle-off.btn-sm {
    padding-left: 20px;
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px;
}

.toggle-on.btn-xs {
    padding-right: 12px;
}

.toggle-off.btn-xs {
    padding-left: 12px;
}

.modal .panel-collapse .btn {
    padding: 6px 0;
}

.modal .btn-primary {
    background-color: #4DA635;
    border-color: #4DA635;
}

.modal .btn-primary:hover {
    background-color: #54b739!important;
    border-color: #4DA635;
}

.modal-header,
.modal-body {
    padding: 10px 10px 0;
}

.modal .btn-default {
    background: #ccc!important;
    border-color: #333!important;
    color: #000!important;
}

.modal .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.modal .panel-info .panel-heading {
    background-color: #0096DC!important;
}

.modal .panel-info .panel-collapse .panel-heading {
    background: #5d89ac !important;
    padding: 5px 15px;
    margin-top: 2px;
    font-size: 14px;
}

.modal .panel-collapse .btn.btn-xs {
    padding: 2px 7px 3px 3px;
    font-size: 12px;
}

.modal .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.modal .btn-padding {
    padding: 0 5px;
    font-size: 14px;
    margin-top: 6px;
}

.modal .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

.modal .panel-info .panel-collapse .panel-heading .accordion-toggle:after {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    content: "\f106";
    font-size: 14px;
    line-height: 1em;
    right: 0;
    top: 0;
    width: 40px;
    height: 34px;
    line-height: 32px;
    text-align: center;
}

.modal .panel-info a {
    color: #fff;
}

.modal .panel-body {
    padding: 0;
}

.cookieButton {
    float: right;
    display: block;
    width: 215px;
    margin: 22px 0px;
    font-family: "Univers LT W01_65 Bold";
    font-size: 15px;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #4DA635;
}

@media only screen and (max-width: 1023px) {
    div.cookieText {
        float: right;
        max-height: 200px;
        overflow: scroll;
        padding: 0;
        margin-top: 22px;
        margin-bottom: 22px;
    }
    .cookieButton {
        float: left;
        width: 100%;
        margin: 10px 0;
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 666px;
        margin: 30px auto;
    }
    .modal .description {
        font-size: 14px;
        padding-left: 45px;
    }
}


/*cookie banner*/

div.cookieNote {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
}

div.cookieNoteInnerWrapper {
    width: 1185px;
    margin: 0px auto;
}

div.cookieText {
    min-height: 100px;
    float: left;
    width: 879px;
    padding: 22px 0px;
    font-family: "Univers LT W01_65 Bold";
    font-weight: normal;
    color: #cccfd2;
    font-size: 12px;
}

div.cookieText a {
    font-family: "Univers LT W01_65 Bold";
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
}

a.cookieButton {
    float: right;
    display: block;
    width: 215px;
    margin: 22px 0px;
    font-family: "Univers LT W01_65 Bold";
    font-size: 15px;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #4DA635;
}

a.cookieButton:hover {
    background-color: #91999A;
    cursor: pointer;
}

@media only screen and (max-width: 1279px) {
    div.cookieNoteInnerWrapper {
        width: 902px;
    }
    div.cookieText {
        width: 628px;
    }
}

@media only screen and (max-width: 1023px) {
    div.cookieNoteInnerWrapper {
        width: 690px;
    }
    div.cookieText {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    div.cookieNoteInnerWrapper {
        width: 90%;
    }
    div.cookieText {
        width: 100%;
        float: none;
    }
    a.cookieButton {
        float: none;
        margin: 0px auto 22px auto;
    }
}

.btn,
button {
    outline: 0;
    border: 0;
    box-shadow: none;
    text-shadow: none !important;
    font-weight: normal;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    -webkit-font-smoothing: antialiased;
}

.btn:focus,
button:focus {
    outline: none;
}

.btn:after,
button:after {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.btn i,
button i {
    font-size: 14px;
}

.btn-lg {
    padding: 11px 24px;
}

.btn-lg i {
    font-size: 16px;
}

.btn-custom:hover {
    opacity: 0.9;
}


.modal.show .modal-dialog{
    transform: translate3d(0, 0, 0);
}

/*cookie banner*/