@charset "UTF-8";
.dropdown-menu, ol, ul {
    list-style: none
}

.modal, .modal-open {
    overflow: hidden;
    position: fixed
}

.checkbox label, .radio label, .slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, a, a:active, a:hover {
    text-decoration: none
}

:after, :before, body {
    text-rendering: optimizeLegibility
}

.dropdown-toggle:focus, .modal, .modal-content, .open > a, .slick-dots li, .slick-list:focus, :focus {
    outline: 0
}

.noUi-target, .noUi-target *, .slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.hidden-md-up, .hidden-sm-up, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

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

.col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px
}

@media only screen and (min-width: 768px) {
    .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.col, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

*, :after, :before {
    box-sizing: border-box
}

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

.col-xs-15 {
    width: 20%;
    float: left
}

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

    .col-sm-25 {
        width: 40%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }

    .col-md-25 {
        width: 40%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }

    .col-lg-25 {
        width: 40%;
        float: left
    }
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle {
    cursor: pointer
}

.dropdown-menu {
    top: 100%;
    z-index: 100;
    display: none;
    float: left;
    min-width: 120px;
    margin: 2px 0 0;
    text-align: left;
    background-clip: padding-box
}

.dropdown-backdrop, .modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    text-decoration: none;
    outline: 0
}

.open > .dropdown-menu {
    display: block
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    z-index: 10
}

.modal {
    display: none;
    left: 0;
    z-index: 1000;
    -webkit-overflow-scrolling: touch
}

.modal.fade .modal-dialog {
    transform: translateY(25%);
    transition: transform .15s ease-out
}

.modal.in .modal-dialog {
    transform: translateY(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 10px
}

@media only screen and (max-width: 767px) {
    .fullscreen .modal-content {
        border-radius: 0;
        min-height: 100vh
    }

    .fullscreen .modal-dialog {
        margin: 0
    }
}

.modal-backdrop {
    position: fixed;
    left: 0;
    z-index: 100;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .6
}

.modal-header .close {
    margin-top: -2px
}

.modal-footer {
    text-align: right;
    content: '';
    display: table;
    clear: both
}

.slick-dots, .text-center {
    text-align: center
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 767px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-sm {
        width: 96%
    }
}

.collapse {
    display: none;
    box-sizing: initial
}

.noUi-pips, .noUi-pips *, .slick-slider {
    box-sizing: border-box
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility
}

.slick-slider {
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.survey-slider-wrapper .survey-controls .next, [dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    cursor: pointer
}

.slick-arrow[aria-disabled=true] {
    display: none !important
}

.slick-arrow.slick-next, .slick-arrow.slick-prev {
    width: 16px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -40px
}

.slick-arrow.slick-next {
    background: url(../img/arrow-right.svg);
    right: -30px
}

.slick-arrow.slick-prev {
    background: url(../img/arrow-left.svg);
    left: -30px
}

.slick-dots {
    margin-top: 30px;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    position: relative;
    margin: 0 6px;
    overflow: hidden;
    height: 11px;
    width: 11px;
    border: none;
    background: #D8D8D8;
    text-indent: -999px;
    border-radius: 100%
}

.slick-dots li button {
    display: none
}

.slick-dots li.slick-active {
    background: #257F9D
}

body, html {
    height: 100%
}

html {
    -webkit-text-size-adjust: 100%
}

.wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px
}

@media only screen and (min-width: 767px) {
    .wrapper {
        padding: 0 20px
    }
}

section {
    padding: 25px 0
}

section.collapse-top {
    padding-top: 0
}

section.collapse-bottom {
    padding-bottom: 0
}

section.underlaid {
    background: #EEE
}

div[class^=col-] img {
    max-width: 100%;
    height: auto
}

body {
    font-family: Roboto, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.3;
    color: #3B3B3B
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

a {
    color: inherit
}

.std, p {
    color: #9B9B9B;
    line-height: 1.5;
    margin-bottom: .9375em
}

.f-size-s {
    font-size: 14px;
    line-height: 1.3
}

.f-size-xs {
    font-size: 12px;
    line-height: 1.3
}

:after, :before {
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    ms-font-feature-settings: 'liga'
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px
}

.h1, h1 {
    font-size: 26px
}

.h2, h2 {
    font-size: 22px
}

.h3, h3 {
    font-size: 18px;
    color: #257F9D
}

.h4, h4 {
    font-size: 16px
}

@media only screen and (min-width: 768px) {
    section {
        padding: 60px 0
    }

    .vertical-align {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .equal-height {
        display: -ms-flexbox;
        display: flex
    }

    .h1, h1 {
        font-size: 32px
    }

    .h2, h2 {
        font-size: 24px
    }

    .h3, h3 {
        font-size: 20px
    }
}

@media only screen and (max-width: 340px) {
    .h1, h1 {
        font-size: 22px
    }

    .h2, h2 {
        font-size: 18px
    }

    .h3, h3 {
        font-size: 16px
    }
}

.button, [type=submit], button {
    display: inline-block;
    -webkit-appearance: none;
    background-color: #FB7C12;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    padding: 13px 20px 14px;
    text-shadow: none !important;
    max-height: 46px;
    white-space: nowrap;
    cursor: pointer;
    transition: background .1s ease-out, color .15s ease-out
}

.button:hover, [type=submit]:hover, button:hover {
    background: #ea6d04
}

.button i, [type=submit] i, button i {
    vertical-align: middle
}

.button:not(.icon):after, [type=submit]:not(.icon):after, button:not(.icon):after {
    content: 'keyboard_arrow_right';
    font-family: 'Material Icons';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -2px
}

.button.back:not(.icon):after, [type=submit].back:not(.icon):after, button.back:not(.icon):after {
    display: none
}

.button.back:not(.icon):before, [type=submit].back:not(.icon):before, button.back:not(.icon):before {
    content: 'keyboard_arrow_left';
    font-family: 'Material Icons';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px
}

input[type=text], select, textarea {
    display: inline-block;
    width: 100%;
    font-family: Roboto, Arial, sans-serif
}

.button.icon i, [type=submit].icon i, button.icon i {
    margin-top: -3px;
    margin-right: 3px;
    font-size: 20px
}

.button.icon.f-size-s i, [type=submit].icon.f-size-s i, button.icon.f-size-s i {
    font-size: 18px
}

.button.secondary, [type=submit].secondary, button.secondary {
    background: 0 0;
    border: 1px solid #FB7C12;
    color: #FB7C12
}

.button.f-size-s, [type=submit].f-size-s, button.f-size-s {
    font-size: 14px;
    padding: 8px 12px 9px
}

.button.inline, [type=submit].inline, button.inline {
    padding: 0;
    background: 0 0;
    color: #FB7C12
}

.button.inline:after, [type=submit].inline:after, button.inline:after {
    margin-left: 4px
}

.button.inline:hover, [type=submit].inline:hover, button.inline:hover {
    color: #e06804
}

.button.full-width, [type=submit].full-width, button.full-width {
    width: 100%;
    text-align: center
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    background: 0 0;
    vertical-align: middle
}

button, input {
    vertical-align: middle
}

label {
    display: block;
    font-size: 14px;
    color: #6A6A6A;
    margin-bottom: 4px
}

input[type=text], textarea {
    padding: 0 10px;
    white-space: normal;
    background: #fff;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    box-shadow: none;
    height: 46px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.dropdown-menu ul li a, .noUi-tooltip, .noUi-value {
    white-space: nowrap
}

textarea {
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px
}

.requirements {
    margin-bottom: 12px !important
}

@media only screen and (max-width: 767px) {
    .requirements {
        margin-bottom: 15px !important
    }
}

.surveystep input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.radio label, .surveystep input[type=checkbox] + label {
    padding-left: 32px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer
}

input[type=checkbox]:checked + label {
    background-position: 0 -24px
}

.survey .checkbox label {
    background-size: 24px 48px;
    background-image: url(/assets/images/survey/form/checkbox-sprite.png)
}

.survey .checkbox label, .survey .radio label {
    user-select: none;
    font-size: 14px;
    font-weight: 400;
    color: #3B3B3B
}

.dropdown-toggle, .noUi-target, .noUi-target * {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

.radio {
    position: relative
}

.radio .checkmark {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #979797
}

.radio input {
    display: none
}

.radio input:checked + .checkmark:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 2px;
    top: 2px;
    background: #FB7C12;
    border-radius: 100%
}

.block, .dropdown-menu, .noUi-connects, .noUi-target {
    border-radius: 3px
}

form .col-sm-6, form .col-xs-12 {
    margin-bottom: 10px
}

.newsletter-form {
    margin-top: 10px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    form button {
        width: 100%
    }

    .newsletter-form .button-wrapper button {
        width: 100%;
        margin-top: 10px
    }
}

@media only screen and (min-width: 768px) {
    form .col-sm-6, form .col-xs-12, form .row {
        margin-bottom: 6px
    }

    form .row .col-sm-6:first-child .input-wrapper {
        margin-right: -5px
    }

    form .row .col-sm-6:last-child .input-wrapper {
        margin-left: -5px
    }

    .newsletter-form {
        display: table
    }

    .newsletter-form .input {
        display: table-cell;
        vertical-align: top;
        width: 100%;
        padding-right: 10px
    }

    .newsletter-form .button-wrapper {
        display: table-cell;
        white-space: nowrap;
        vertical-align: top
    }
}

.block-title {
    font-weight: 700;
    color: #257F9D;
    margin-bottom: 25px
}

.list-links {
    font-size: 14px
}

.list-links li {
    margin-bottom: 10px;
    color: #9B9B9B
}

.list-links li.block-title {
    margin-bottom: 10px;
    color: #257F9D
}

.section-header {
    display: table;
    width: 100%;
    margin-bottom: 20px
}

.section-header .block-title, .section-header .section-header__more {
    display: table-cell;
    vertical-align: middle
}

.section-header .block-title {
    width: 100%
}

.section-header .view-more {
    white-space: nowrap;
    padding-left: 25px
}

@media only screen and (min-width: 768px) {
    .section-header .is--centered {
        text-align: center;
        display: block;
        position: relative
    }

    .section-header .is--centered .block-title {
        display: block
    }

    .section-header .is--centered .section-header__more {
        position: absolute;
        right: 0;
        top: 2px
    }

    .share {
        text-align: right
    }
}

.block {
    display: block;
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
    position: relative
}

.block .block {
    padding: 0
}

.block .collapse-trigger {
    margin-bottom: 0;
    position: relative;
    padding: 30px
}

.block .collapse-trigger:after {
    content: 'keyboard_arrow_up';
    font-family: 'Material Icons';
    display: inline-block;
    position: absolute;
    right: 20px;
    margin-top: -3px;
    font-size: 26px
}

.block .collapsed .collapse-trigger:after, .dropdown-toggle:after {
    content: 'keyboard_arrow_down'
}

.block.map {
    padding: 0
}

@media only screen and (max-width: 767px) {
    .trim-sm {
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 991px) {
    .trim-md {
        margin-bottom: 25px
    }
}

.add-to-wishlist {
    color: #FB7C12
}

.share {
    padding-top: 25px
}

.share a {
    display: inline-block
}

.description {
    margin-top: 35px
}

.noUi-tooltip, .noUi-value, .survey-slider-wrapper .survey-slider .h1, .survey-slider-wrapper .survey-slider .h2, .survey-slider-wrapper .survey-slider .h3, header {
    text-align: center
}

.dropdown-menu {
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2);
    padding: 10px 20px;
    position: absolute;
    left: -20px
}

.dropdown-menu ul li {
    display: block
}

.dropdown-menu ul li a {
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 8px 0
}

.dropdown-toggle {
    user-select: none
}

.dropdown-toggle:after {
    font-family: 'Material Icons';
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px
}

aside .block {
    margin-bottom: 25px
}

aside .block .block-title {
    margin-bottom: 10px;
    font-size: 14px;
    color: #3B3B3B
}

aside .block .block-content {
    color: #6A6A6A;
    font-size: 14px
}

aside .block .list-links li {
    color: #3B3B3B
}

aside .block .list-links span.amount {
    font-size: 12px;
    color: #6A6A6A
}

aside .block .list-links span.amount:before {
    content: "("
}

aside .block .list-links span.amount:after {
    content: ")"
}

/*! nouislider - 11.0.0 - 2018-01-12 20:37:52 */
.noUi-target, .noUi-target * {
    -ms-touch-action: none;
    touch-action: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: 0 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 4px;
    margin: 20px 0 30px
}

.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    left: -10px;
    top: -10px;
    cursor: pointer;
    background-image: url(../img/form/range-arrow-right.svg);
    background-position: center;
    background-size: 6px;
    background-repeat: no-repeat
}

.noUi-horizontal .noUi-handle:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4)
}

.noUi-target {
    background: #E1E1E1
}

.noUi-connect {
    background: #D66100
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    position: relative;
    border-radius: 100%;
    background: #FB7C12;
    cursor: default
}

.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value {
    position: absolute
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips {
    color: #999
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #CCC
}

.noUi-marker-large, .noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translate(0, -50%, 0);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

header {
    padding: 8px 0
}

@media only screen and (max-width: 767px) {
    header .logo {
        max-width: 170px;
        height: auto
    }
}

@media only screen and (min-width: 768px) {
    header {
        padding: 20px 0
    }
}

.dark-overlay {
    transition: background .3s
}

.section-survey {
    background-size: cover;
    background-position: center
}

.survey-slider-wrapper {
    background: #fff;
    border-radius: 3px;
    max-width: 580px;
    margin: auto;
    position: relative;
    z-index: 100;
    overflow: hidden
}

.survey-slider-wrapper .hidden {
    display: none !important
}

.survey-slider-wrapper .survey-controls {
    text-align: center;
    background: #fff;
    height: 100px;
    bottom: 0;
    position: absolute;
    width: 100%;
    padding: 20px
}

.survey-slider-wrapper .survey-controls .prev {
    float: left;
    margin-top: 10px
}

.survey-slider-wrapper .survey-controls .next, .survey-slider-wrapper .survey-controls .prev {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.survey-slider-wrapper .survey-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.survey-slider-wrapper .survey-close i {
    color: #9B9B9B
}

.survey-slider-wrapper .submit-survey {
    width: 100%;
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    .survey-slider-wrapper .submit-survey {
        width: auto;
        min-width: 260px
    }
}

.survey-slider-wrapper .survey-progressbar {
    position: absolute;
    z-index: 2000;
    bottom: 0;
    top: 95px;
    width: 100%;
    height: 2px;
    background: #EEE
}

.survey-slider-wrapper .survey-progressbar .progress {
    width: 0;
    height: 2px;
    background: #FB7C12;
    transition: width .3s
}

.survey-slider-wrapper .survey-slider {
    transition: transform .3s ease-in-out;
    display: table;
    min-height: 535px
}

.survey-slider-wrapper .survey-slider .headline-wrapper {
    padding: 35px 0 15px;
    position: relative;
    margin-bottom: 30px
}

.survey-slider-wrapper .survey-slider .headline-wrapper p {
    padding: 0 20px
}

.survey-slider-wrapper .survey-slider:after {
    content: '';
    display: table;
    clear: both
}

.survey-slider-wrapper .survey-slider > li {
    display: table-cell;
    vertical-align: top
}

.survey-slider-wrapper .survey-slider .list-wrapper {
    padding: 0 20px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: left
}

.survey-slider-wrapper .survey-slider #survey-start {
    width: 100%;
    text-align: center
}

.survey-slider-wrapper .survey-slider #survey-start .h3 {
    margin-bottom: 5px
}

.survey-slider-wrapper .survey-slider #survey-start .headline-wrapper {
    margin-bottom: 0
}

.survey-slider-wrapper .survey-slider #survey-start .list-wrapper {
    text-align: center
}

.survey-slider-wrapper .survey-slider #survey-start #equipment-main:after, .survey-slider-wrapper .survey-slider #survey-start #equipment-more:after {
    content: '';
    display: table;
    clear: both
}

.survey-slider-wrapper .survey-slider #survey-start #equipment-main li, .survey-slider-wrapper .survey-slider #survey-start #equipment-more li {
    border-radius: 3px;
    border: 1px solid #E1E1E1;
    width: 48%;
    margin: 1%;
    float: left;
    text-align: center;
    font-size: 13px;
    padding: 5px 5px 25px;
    position: relative
}

.survey-slider-wrapper .survey-slider #survey-start #equipment-main li img, .survey-slider-wrapper .survey-slider #survey-start #equipment-more li img {
    max-width: 80%
}

.survey-slider-wrapper .survey-slider #survey-start #equipment-main li .name, .survey-slider-wrapper .survey-slider #survey-start #equipment-more li .name {
    position: absolute;
    width: 100%;
    bottom: 10px;
    height: 30px;
    left: 0;
    padding: 0 5px
}

.survey-slider-wrapper .survey-slider #survey-start #equipment-more {
    height: 0;
    overflow: hidden
}

.survey-slider-wrapper .survey-slider #survey-start .load-more {
    margin-top: 15px
}

.survey-slider-wrapper .survey-slider #survey-contactdetails .form-wrapper {
    padding-top: 0;
    text-align: left
}

.survey-slider-wrapper .survey-slider #survey-contactdetails .success-message {
    color: #32ba32;
    margin-bottom: 15px
}

.survey-slider-wrapper .survey-slider #survey-contactdetails .success-message i {
    vertical-align: middle;
    margin-top: -3px
}

.survey-slider-wrapper .survey-slider #survey-success .reset-form, .survey-slider-wrapper .survey-slider .surveystep li .input-wrapper {
    margin-top: 15px
}

.survey-slider-wrapper .survey-slider #survey-contactdetails .success-message span {
    display: inline-block;
    vertical-align: middle
}

.survey-slider-wrapper .survey-slider #survey-contactdetails .headline-wrapper {
    margin-bottom: 0;
    padding-bottom: 0
}

.survey-slider-wrapper .survey-slider #survey-contactdetails .h2, .survey-slider-wrapper .survey-slider #survey-success .h1 {
    margin-bottom: 5px
}

.survey-slider-wrapper .survey-slider #survey-contactdetails .list-wrapper {
    /*height: auto;*/
    max-height: none
}

.survey-slider-wrapper .survey-slider #survey-success {
    vertical-align: middle
}

.survey-slider-wrapper .survey-slider #survey-success i.success {
    font-size: 40px;
    color: #32ba32
}

.survey-slider-wrapper .survey-slider #survey-success .thankyou {
    margin-bottom: 40px;
    padding: 0 20px
}

.survey-slider-wrapper .survey-slider .surveystep li {
    padding: 11px 15px;
    display: block;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
    margin-bottom: 7px
}

.survey-slider-wrapper .survey-slider .surveystep li input[type=radio] {
    position: absolute
}

.survey-slider-wrapper .survey-slider .surveystep li label {
    margin-bottom: 0;
    padding-left: 35px
}

.survey-slider-wrapper .survey-slider .surveystep li .input-wrapper label {
    margin-bottom: 6px;
    padding-left: 0
}

body.survey-started .survey-close {
    display: block
}

@media only screen and (max-width: 767px) {
    .section-survey {
        background: #EEE !important;
        padding: 10px
    }

    .survey-slider-wrapper {
        transtion: all .2s ease-out
    }

    .survey-slider-wrapper .survey-slider .list-wrapper {
        height: calc(100vh - 216px);
        max-height: none
    }

    .survey-slider-wrapper .survey-slider .list-wrapper ul {
        height: calc(100% + 1px)
    }

    .survey-slider-wrapper .survey-slider .headline-wrapper {
        height: 120px;
        padding: 20px;
        display: table;
        width: 100%;
        margin-bottom: 10px
    }

    .survey-slider-wrapper .survey-slider .headline-inner {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px
    }

    .survey-slider-wrapper .survey-slider .scroll-wrapper {
        height: 100vh;
        overflow: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }

    .survey-slider-wrapper .survey-slider .vertical-middle-wrapper {
        display: table;
        width: 100%;
        height: 100%
    }

    .survey-slider-wrapper .survey-slider .vertical-middle-wrapper .vertical-middle {
        display: table-cell;
        vertical-align: middle
    }

    .survey-slider-wrapper .survey-slider #survey-start {
        overflow: scroll
    }

    .survey-slider-wrapper .survey-slider #survey-start .list-wrapper {
        height: auto;
        padding: 0 60px 40px;
        max-height: none
    }

    .survey-slider-wrapper .survey-slider #survey-start .scroll-wrapper {
        height: auto
    }

    .survey-slider-wrapper .survey-slider #survey-contactdetails .list-wrapper {
        max-height: none;
        height: auto;
        padding-bottom: 86px
    }

    .survey-slider-wrapper .survey-slider #survey-loader, .survey-slider-wrapper .survey-slider #survey-success {
        vertical-align: top
    }

    .survey-slider-wrapper .survey-controls {
        z-index: 900;
        height: 116px;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        transform: none
    }

    body.survey-started {
        overflow: hidden;
        position: fixed
    }

    body.survey-started .survey-slider-wrapper {
        height: 100vh;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff
    }

    body.survey-started .survey-slider-wrapper .survey-slider #survey-start {
        overflow: scroll
    }

    body.survey-started .survey-slider-wrapper .survey-slider #survey-start .scroll-wrapper {
        height: 100vh;
        overflow: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }
}

@media only screen and (max-width: 340px) {
    .surveystep li .checkbox label, .surveystep li .radio label {
        font-size: 13px
    }
}

@media only screen and (min-width: 768px) {
    .survey-slider-wrapper .survey-slider .list-wrapper {
        height: 300px;
        padding: 0 40px
    }

    .survey-slider-wrapper .survey-slider .headline-wrapper p {
        padding: 0 40px
    }

    .survey-slider-wrapper .survey-slider #survey-start #equipment-main li, .survey-slider-wrapper .survey-slider #survey-start #equipment-more li {
        width: 23%;
        margin: 1%
    }

    .survey-slider-wrapper .survey-slider #survey-start #equipment-main li:hover, .survey-slider-wrapper .survey-slider #survey-start #equipment-more li:hover, .survey-slider-wrapper .survey-slider .surveystep li:hover {
        border: 1px solid #FB7C12;
        cursor: pointer
    }

    .survey-slider-wrapper .survey-controls {
        padding: 20px 40px
    }

    body.survey-started {
        overflow: hidden
    }

    body.survey-started .dark-overlay {
        background: rgba(0, 0, 0, .8);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0
    }
}

.fullsize img {
    width: 80%;
    height: 80%;
}

#equipment-main2 > li  {
    cursor: pointer;
}
#equipment-main2 > li > div{
    display: none;

}

#survey-loader {
    vertical-align: middle;
    overflow: hidden
}

.surveyloader-container {
    height: 40px;
    width: 100%;
    display: block
}

.surveyloader {
    position: relative;
    display: block;
    width: 100%
}

.start-animation .surveyloader-circle {
    display: inline-block;
    position: relative;
    animation: surveyloader 2s infinite ease-in-out;
    width: 8px;
    height: 8px
}

.start-animation .surveyloader-circle + .surveyloader-circle {
    margin-left: -25px;
    animation: surveyloader 2s .15s infinite ease-in-out
}

.start-animation .surveyloader-circle + .surveyloader-circle + .surveyloader-circle {
    margin-left: -25px;
    animation: surveyloader 2s .3s infinite ease-in-out
}

.start-animation .surveyloader-circle + .surveyloader-circle + .surveyloader-circle + .surveyloader-circle {
    margin-left: -25px;
    animation: surveyloader 2s .45s infinite ease-in-out
}

@keyframes surveyloader {
    0%, 10% {
        opacity: 0;
        transform: scale(.5);
        border-radius: 2px;
        left: -50%;
        background-color: #257F9D
    }
    20%, 80% {
        transform: scale(1);
        border-radius: 4px;
        left: 0;
        background-color: #257F9D;
        opacity: 1
    }
    100%, 90% {
        transform: scale(.5);
        border-radius: 2px;
        left: 50%;
        background-color: #257F9D;
        opacity: 0
    }
}

.button-loader {
    display: none;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #FB7C12;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 1s loader linear infinite;
    left: 50%;
    top: 16px;
    margin-top: 8px;
    margin-left: -10px
}

.survey section.contact .wrapper, .survey section.howto .wrapper {
    position: relative
}

.page_back_btn {
    display: none;
    opacity: 0
}

.submit-message {
    min-height: 55px
}

.submit-message.loading .button-loader {
    display: block
}

@keyframes loader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.survey section {
    text-align: center
}

.survey section p {
    font-size: 14px
}

.survey section .logo-slider {
    margin-top: 25px
}

.survey section .logo-slider .slick-slide {
    text-align: center;
    padding: 0 10px;
    height: 50px;
    vertical-align: middle;
    display: inline-block
}

.survey section .logo-slider .slick-slide:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.survey section .logo-slider img {
    vertical-align: middle;
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%
}

.survey section .logo-slider .slick-dots {
    margin-top: 10px
}

.survey section .logo-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 5px
}

.survey section.contact {
    background: #257F9D;
    color: #fff
}

.survey section.contact .h2 {
    margin-bottom: 5px
}

.survey section.contact .contactperson {
    display: none
}

.survey section.contact .times {
    font-size: 12px
}

.survey section.contact .phone {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px
}

.survey section.contact .times, .survey section.contact p {
    color: #A9CCD8
}

.survey section.contact .times {
    margin-top: 5px
}

.survey section.contact i {
    font-size: 30px;
    vertical-align: middle;
    margin-top: -3px
}

.survey section.howto h2 {
    margin-bottom: 25px
}

.survey section.howto img {
    margin-bottom: 10px
}

.survey section.howto .icon {
    background: #fff;
    display: inline-block;
    padding: 0 21px
}

.survey section.howto p {
    padding: 0 10%
}

.survey section.cta .h2 {
    font-size: 20px
}

.hide-vertical-scrollbar {
    height: 100%;
    overflow-y: hidden
}

@media only screen and (min-width: 768px) {
    .survey section.contact {
        padding-bottom: 0
    }

    .survey section.contact .contactperson {
        display: block;
        position: absolute;
        right: -50px;
        bottom: 0
    }

    .survey section.contact .wrapper {
        padding-bottom: 60px
    }

    .survey section.contact .phone {
        font-size: 24px;
        font-weight: 700;
        margin-top: 10px
    }

    .survey section.howto .dottedline {
        border-top: 2px dotted #257F9D;
        position: absolute;
        width: 70%;
        margin-left: 15%;
        top: 20px
    }

    .survey section.cta .h2 {
        font-size: 32px
    }
}

@media only screen and (min-width: 992px) {
    .survey section.contact {
        padding-bottom: 0
    }

    .survey section.contact .contactperson {
        right: 0
    }
}

@media only screen and (min-width: 1200px) {
    .survey section.contact {
        padding-bottom: 0
    }

    .survey section.contact .contactperson {
        right: 50px
    }
}

form input.missing {
    border: 1px solid #d00
}

form input.missing[type=checkbox] + label, form label.missing {
    color: #d00
}

form #form-messages {
    position: absolute;
    color: #d00;
    font-size: 12px;
    margin-top: -10px;
    width: 100%;
    text-align: center;
    left: 0
}

form .submit-message {
    position: relative
}

.next {
    padding-bottom: 25px;
}