@charset "UTF-8";

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

pre {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: 0 0;
    border: 1px
}

[lang^=ar]:not(.sfPageEditorWrp),
[lang^=dv]:not(.sfPageEditorWrp),
[lang^=fa]:not(.sfPageEditorWrp),
[lang^=ha]:not(.sfPageEditorWrp),
[lang^=he]:not(.sfPageEditorWrp),
[lang^=ks]:not(.sfPageEditorWrp),
[lang^=ku]:not(.sfPageEditorWrp),
[lang^=ps]:not(.sfPageEditorWrp),
[lang^=tzm-arab]:not(.sfPageEditorWrp),
[lang^=ur]:not(.sfPageEditorWrp),
[lang^=uz-arab]:not(.sfPageEditorWrp),
[lang^=yi]:not(.sfPageEditorWrp) {
    direction: rtl
}

[lang^=ar]:not(.sfPageEditorWrp)>body,
[lang^=dv]:not(.sfPageEditorWrp)>body,
[lang^=fa]:not(.sfPageEditorWrp)>body,
[lang^=ha]:not(.sfPageEditorWrp)>body,
[lang^=he]:not(.sfPageEditorWrp)>body,
[lang^=ks]:not(.sfPageEditorWrp)>body,
[lang^=ku]:not(.sfPageEditorWrp)>body,
[lang^=ps]:not(.sfPageEditorWrp)>body,
[lang^=tzm-arab]:not(.sfPageEditorWrp)>body,
[lang^=ur]:not(.sfPageEditorWrp)>body,
[lang^=uz-arab]:not(.sfPageEditorWrp)>body,
[lang^=yi]:not(.sfPageEditorWrp)>body {
    text-align: right
}

img,
video {
    max-width: 100%
}

img {
    height: auto
}

.u-toe {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video a {
    margin: 0
}

.sf-Gallery-next,
.sf-Gallery-prev,
.sf-Gallery-thumbs.sf-Gallery-thumbs--video>.sf-Gallery-thumb,
.sf-list--expandable .sf-list-item h3:first-child,
.sf-media .sf-media-body h3 {
    margin-top: 0
}

.sf-Gallery-navigation,
[lang^=ar] .sf-Comment-count--block .sf-Comment-count,
[lang^=ar] .sf-Comments-header h3,
[lang^=ar] .sf-FormNav li:first-child,
[lang^=ar] .sf-FormNav-page,
[lang^=ar] .sf-list--expandable i,
[lang^=dv] .sf-Comment-count--block .sf-Comment-count,
[lang^=dv] .sf-Comments-header h3,
[lang^=dv] .sf-FormNav li:first-child,
[lang^=dv] .sf-FormNav-page,
[lang^=dv] .sf-list--expandable i,
[lang^=fa] .sf-Comment-count--block .sf-Comment-count,
[lang^=fa] .sf-Comments-header h3,
[lang^=fa] .sf-FormNav li:first-child,
[lang^=fa] .sf-FormNav-page,
[lang^=fa] .sf-list--expandable i,
[lang^=ha] .sf-Comment-count--block .sf-Comment-count,
[lang^=ha] .sf-Comments-header h3,
[lang^=ha] .sf-FormNav li:first-child,
[lang^=ha] .sf-FormNav-page,
[lang^=ha] .sf-list--expandable i,
[lang^=he] .sf-Comment-count--block .sf-Comment-count,
[lang^=he] .sf-Comments-header h3,
[lang^=he] .sf-FormNav li:first-child,
[lang^=he] .sf-FormNav-page,
[lang^=he] .sf-list--expandable i,
[lang^=ks] .sf-Comment-count--block .sf-Comment-count,
[lang^=ks] .sf-Comments-header h3,
[lang^=ks] .sf-FormNav li:first-child,
[lang^=ks] .sf-FormNav-page,
[lang^=ks] .sf-list--expandable i,
[lang^=ku] .sf-Comment-count--block .sf-Comment-count,
[lang^=ku] .sf-Comments-header h3,
[lang^=ku] .sf-FormNav li:first-child,
[lang^=ku] .sf-FormNav-page,
[lang^=ku] .sf-list--expandable i,
[lang^=ps] .sf-Comment-count--block .sf-Comment-count,
[lang^=ps] .sf-Comments-header h3,
[lang^=ps] .sf-FormNav li:first-child,
[lang^=ps] .sf-FormNav-page,
[lang^=ps] .sf-list--expandable i,
[lang^=tzm-arab] .sf-Comment-count--block .sf-Comment-count,
[lang^=tzm-arab] .sf-Comments-header h3,
[lang^=tzm-arab] .sf-FormNav li:first-child,
[lang^=tzm-arab] .sf-FormNav-page,
[lang^=tzm-arab] .sf-list--expandable i,
[lang^=ur] .sf-Comment-count--block .sf-Comment-count,
[lang^=ur] .sf-Comments-header h3,
[lang^=ur] .sf-FormNav li:first-child,
[lang^=ur] .sf-FormNav-page,
[lang^=ur] .sf-list--expandable i,
[lang^=uz-arab] .sf-Comment-count--block .sf-Comment-count,
[lang^=uz-arab] .sf-Comments-header h3,
[lang^=uz-arab] .sf-FormNav li:first-child,
[lang^=uz-arab] .sf-FormNav-page,
[lang^=uz-arab] .sf-list--expandable i,
[lang^=yi] .sf-Comment-count--block .sf-Comment-count,
[lang^=yi] .sf-Comments-header h3,
[lang^=yi] .sf-FormNav li:first-child,
[lang^=yi] .sf-FormNav-page,
[lang^=yi] .sf-list--expandable i {
    margin-right: 0
}

.sf-Gallery-next,
.sf-Gallery-prev {
    margin-bottom: 0
}

.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count,
.sf-Gallery-navigation,
.sf-Review-count--block .sf-Review-count {
    margin-left: 0
}

.sf-Comment-count--block .sf-Comment-count,
.sf-Comments-header a,
.sf-Gallery-navigation,
.sf-Review-count--block .sf-Review-count {
    margin-top: .25rem
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video>.sf-Gallery-thumb,
.sf-icon-feed {
    margin-right: .25rem
}

.sf-list--expandable .sf-list-item>div {
    margin-bottom: .25rem
}

.sf-Comments-header a,
.sf-Gallery-thumbs.sf-Gallery-thumbs--video>.sf-Gallery-thumb,
[lang^=ar] .sf-list--expandable i,
[lang^=dv] .sf-list--expandable i,
[lang^=fa] .sf-list--expandable i,
[lang^=ha] .sf-list--expandable i,
[lang^=he] .sf-list--expandable i,
[lang^=ks] .sf-list--expandable i,
[lang^=ku] .sf-list--expandable i,
[lang^=ps] .sf-list--expandable i,
[lang^=tzm-arab] .sf-list--expandable i,
[lang^=ur] .sf-list--expandable i,
[lang^=uz-arab] .sf-list--expandable i,
[lang^=yi] .sf-list--expandable i {
    margin-left: .25rem
}

.sf-Gallery h2,
.sf-Gallery-thumbs.sf-Gallery-thumbs--video h3 {
    margin-top: .5rem
}

.sf-FormNav-page,
.sf-event-type,
[lang^=ar] .sf-Comment-count,
[lang^=ar] .sf-Review-count,
[lang^=dv] .sf-Comment-count,
[lang^=dv] .sf-Review-count,
[lang^=fa] .sf-Comment-count,
[lang^=fa] .sf-Review-count,
[lang^=ha] .sf-Comment-count,
[lang^=ha] .sf-Review-count,
[lang^=he] .sf-Comment-count,
[lang^=he] .sf-Review-count,
[lang^=ks] .sf-Comment-count,
[lang^=ks] .sf-Review-count,
[lang^=ku] .sf-Comment-count,
[lang^=ku] .sf-Review-count,
[lang^=ps] .sf-Comment-count,
[lang^=ps] .sf-Review-count,
[lang^=tzm-arab] .sf-Comment-count,
[lang^=tzm-arab] .sf-Review-count,
[lang^=ur] .sf-Comment-count,
[lang^=ur] .sf-Review-count,
[lang^=uz-arab] .sf-Comment-count,
[lang^=uz-arab] .sf-Review-count,
[lang^=yi] .sf-Comment-count,
[lang^=yi] .sf-Review-count {
    margin-right: .5rem
}

.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count,
.sf-Gallery-thumbs.sf-Gallery-thumbs--video>.sf-Gallery-thumb {
    margin-bottom: .5rem
}

.sf-Comment-count,
.sf-Review-count,
.sf-document-list--table .sf-title,
[lang^=ar] .sf-FormNav-page,
[lang^=dv] .sf-FormNav-page,
[lang^=fa] .sf-FormNav-page,
[lang^=ha] .sf-FormNav-page,
[lang^=he] .sf-FormNav-page,
[lang^=ks] .sf-FormNav-page,
[lang^=ku] .sf-FormNav-page,
[lang^=ps] .sf-FormNav-page,
[lang^=tzm-arab] .sf-FormNav-page,
[lang^=ur] .sf-FormNav-page,
[lang^=uz-arab] .sf-FormNav-page,
[lang^=yi] .sf-FormNav-page {
    margin-left: .5rem
}

.sf-Comment-subscribe {
    margin-top: 1rem
}

.sf-Comments .sf-loading {
    margin-bottom: 1rem
}

.sf-Comments,
.sf-Gallery-image,
.sf-Review-already {
    margin-top: 1.5rem
}

.sf-Comments-header h3,
.sf-FormNav li,
[lang^=ar] .sf-list--expandable .sf-list-content,
[lang^=dv] .sf-list--expandable .sf-list-content,
[lang^=fa] .sf-list--expandable .sf-list-content,
[lang^=ha] .sf-list--expandable .sf-list-content,
[lang^=he] .sf-list--expandable .sf-list-content,
[lang^=ks] .sf-list--expandable .sf-list-content,
[lang^=ku] .sf-list--expandable .sf-list-content,
[lang^=ps] .sf-list--expandable .sf-list-content,
[lang^=tzm-arab] .sf-list--expandable .sf-list-content,
[lang^=ur] .sf-list--expandable .sf-list-content,
[lang^=uz-arab] .sf-list--expandable .sf-list-content,
[lang^=yi] .sf-list--expandable .sf-list-content {
    margin-right: 1.5rem
}

.sf-Comments-header,
.sf-Comments-list,
.sf-Comments-more,
.sf-Gallery-navigation,
.sf-search-results {
    margin-bottom: 1.5rem
}

.sf-list--expandable .sf-list-content,
[lang^=ar] .sf-Comments-header h3,
[lang^=ar] .sf-list--expandable .sf-list-content,
[lang^=dv] .sf-Comments-header h3,
[lang^=dv] .sf-list--expandable .sf-list-content,
[lang^=fa] .sf-Comments-header h3,
[lang^=fa] .sf-list--expandable .sf-list-content,
[lang^=ha] .sf-Comments-header h3,
[lang^=ha] .sf-list--expandable .sf-list-content,
[lang^=he] .sf-Comments-header h3,
[lang^=he] .sf-list--expandable .sf-list-content,
[lang^=ks] .sf-Comments-header h3,
[lang^=ks] .sf-list--expandable .sf-list-content,
[lang^=ku] .sf-Comments-header h3,
[lang^=ku] .sf-list--expandable .sf-list-content,
[lang^=ps] .sf-Comments-header h3,
[lang^=ps] .sf-list--expandable .sf-list-content,
[lang^=tzm-arab] .sf-Comments-header h3,
[lang^=tzm-arab] .sf-list--expandable .sf-list-content,
[lang^=ur] .sf-Comments-header h3,
[lang^=ur] .sf-list--expandable .sf-list-content,
[lang^=uz-arab] .sf-Comments-header h3,
[lang^=uz-arab] .sf-list--expandable .sf-list-content,
[lang^=yi] .sf-Comments-header h3,
[lang^=yi] .sf-list--expandable .sf-list-content {
    margin-left: 1.5rem
}

.sf-Comment-subscribe {
    margin-left: 3rem
}

.k-scheduler-agendaview .sf-event-item,
.sf-FormNav,
pre,
ul.sf-autocomplete {
    padding: 0
}

.sf-Gallery-next,
.sf-Gallery-prev {
    padding-top: 0
}

.sf-lang-selector.list-inline .list-inline-item,
[lang^=ar] .list-inline,
[lang^=ar] .list-unstyled,
[lang^=ar] .media-left,
[lang^=ar] .nav,
[lang^=ar] .sf-profile .sf-profile-aside,
[lang^=ar] .sf-search-input-wrapper,
[lang^=dv] .list-inline,
[lang^=dv] .list-unstyled,
[lang^=dv] .media-left,
[lang^=dv] .nav,
[lang^=dv] .sf-profile .sf-profile-aside,
[lang^=dv] .sf-search-input-wrapper,
[lang^=fa] .list-inline,
[lang^=fa] .list-unstyled,
[lang^=fa] .media-left,
[lang^=fa] .nav,
[lang^=fa] .sf-profile .sf-profile-aside,
[lang^=fa] .sf-search-input-wrapper,
[lang^=ha] .list-inline,
[lang^=ha] .list-unstyled,
[lang^=ha] .media-left,
[lang^=ha] .nav,
[lang^=ha] .sf-profile .sf-profile-aside,
[lang^=ha] .sf-search-input-wrapper,
[lang^=he] .list-inline,
[lang^=he] .list-unstyled,
[lang^=he] .media-left,
[lang^=he] .nav,
[lang^=he] .sf-profile .sf-profile-aside,
[lang^=he] .sf-search-input-wrapper,
[lang^=ks] .list-inline,
[lang^=ks] .list-unstyled,
[lang^=ks] .media-left,
[lang^=ks] .nav,
[lang^=ks] .sf-profile .sf-profile-aside,
[lang^=ks] .sf-search-input-wrapper,
[lang^=ku] .list-inline,
[lang^=ku] .list-unstyled,
[lang^=ku] .media-left,
[lang^=ku] .nav,
[lang^=ku] .sf-profile .sf-profile-aside,
[lang^=ku] .sf-search-input-wrapper,
[lang^=ps] .list-inline,
[lang^=ps] .list-unstyled,
[lang^=ps] .media-left,
[lang^=ps] .nav,
[lang^=ps] .sf-profile .sf-profile-aside,
[lang^=ps] .sf-search-input-wrapper,
[lang^=tzm-arab] .list-inline,
[lang^=tzm-arab] .list-unstyled,
[lang^=tzm-arab] .media-left,
[lang^=tzm-arab] .nav,
[lang^=tzm-arab] .sf-profile .sf-profile-aside,
[lang^=tzm-arab] .sf-search-input-wrapper,
[lang^=ur] .list-inline,
[lang^=ur] .list-unstyled,
[lang^=ur] .media-left,
[lang^=ur] .nav,
[lang^=ur] .sf-profile .sf-profile-aside,
[lang^=ur] .sf-search-input-wrapper,
[lang^=uz-arab] .list-inline,
[lang^=uz-arab] .list-unstyled,
[lang^=uz-arab] .media-left,
[lang^=uz-arab] .nav,
[lang^=uz-arab] .sf-profile .sf-profile-aside,
[lang^=uz-arab] .sf-search-input-wrapper,
[lang^=yi] .list-inline,
[lang^=yi] .list-unstyled,
[lang^=yi] .media-left,
[lang^=yi] .nav,
[lang^=yi] .sf-profile .sf-profile-aside,
[lang^=yi] .sf-search-input-wrapper {
    padding-right: 0
}

.sf-Gallery-next,
.sf-Gallery-prev {
    padding-bottom: 0
}

.sf-Progress-page-title,
[lang^=ar] .checkbox input[type=checkbox],
[lang^=ar] .checkbox label,
[lang^=ar] .radio input[type=radio],
[lang^=ar] .radio label,
[lang^=dv] .checkbox input[type=checkbox],
[lang^=dv] .checkbox label,
[lang^=dv] .radio input[type=radio],
[lang^=dv] .radio label,
[lang^=fa] .checkbox input[type=checkbox],
[lang^=fa] .checkbox label,
[lang^=fa] .radio input[type=radio],
[lang^=fa] .radio label,
[lang^=ha] .checkbox input[type=checkbox],
[lang^=ha] .checkbox label,
[lang^=ha] .radio input[type=radio],
[lang^=ha] .radio label,
[lang^=he] .checkbox input[type=checkbox],
[lang^=he] .checkbox label,
[lang^=he] .radio input[type=radio],
[lang^=he] .radio label,
[lang^=ks] .checkbox input[type=checkbox],
[lang^=ks] .checkbox label,
[lang^=ks] .radio input[type=radio],
[lang^=ks] .radio label,
[lang^=ku] .checkbox input[type=checkbox],
[lang^=ku] .checkbox label,
[lang^=ku] .radio input[type=radio],
[lang^=ku] .radio label,
[lang^=ps] .checkbox input[type=checkbox],
[lang^=ps] .checkbox label,
[lang^=ps] .radio input[type=radio],
[lang^=ps] .radio label,
[lang^=tzm-arab] .checkbox input[type=checkbox],
[lang^=tzm-arab] .checkbox label,
[lang^=tzm-arab] .radio input[type=radio],
[lang^=tzm-arab] .radio label,
[lang^=ur] .checkbox input[type=checkbox],
[lang^=ur] .checkbox label,
[lang^=ur] .radio input[type=radio],
[lang^=ur] .radio label,
[lang^=uz-arab] .checkbox input[type=checkbox],
[lang^=uz-arab] .checkbox label,
[lang^=uz-arab] .radio input[type=radio],
[lang^=uz-arab] .radio label,
[lang^=yi] .checkbox input[type=checkbox],
[lang^=yi] .checkbox label,
[lang^=yi] .radio input[type=radio],
[lang^=yi] .radio label {
    padding-left: 0
}

.sf-lang-selector a,
.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
    padding-top: .25rem
}

.sf-Comments-list .sf-Comments-list-author {
    padding-right: .25rem
}

.sf-lang-selector a,
.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
    padding-bottom: .25rem
}

.sf-lang-selector a,
.sf-media .media-left,
.sf-search-input-wrapper,
.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
    padding-right: .5rem
}

.sf-lang-selector a,
.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong,
[lang^=ar] .media-left,
[lang^=ar] .sf-search-input-wrapper,
[lang^=dv] .media-left,
[lang^=dv] .sf-search-input-wrapper,
[lang^=fa] .media-left,
[lang^=fa] .sf-search-input-wrapper,
[lang^=ha] .media-left,
[lang^=ha] .sf-search-input-wrapper,
[lang^=he] .media-left,
[lang^=he] .sf-search-input-wrapper,
[lang^=ks] .media-left,
[lang^=ks] .sf-search-input-wrapper,
[lang^=ku] .media-left,
[lang^=ku] .sf-search-input-wrapper,
[lang^=ps] .media-left,
[lang^=ps] .sf-search-input-wrapper,
[lang^=tzm-arab] .media-left,
[lang^=tzm-arab] .sf-search-input-wrapper,
[lang^=ur] .media-left,
[lang^=ur] .sf-search-input-wrapper,
[lang^=uz-arab] .media-left,
[lang^=uz-arab] .sf-search-input-wrapper,
[lang^=yi] .media-left,
[lang^=yi] .sf-search-input-wrapper {
    padding-left: .5rem
}

body[contenteditable=true] {
    padding: 1.5rem
}

.sf-profile .sf-profile-aside,
[lang^=ar] .checkbox label,
[lang^=ar] .radio label,
[lang^=dv] .checkbox label,
[lang^=dv] .radio label,
[lang^=fa] .checkbox label,
[lang^=fa] .radio label,
[lang^=ha] .checkbox label,
[lang^=ha] .radio label,
[lang^=he] .checkbox label,
[lang^=he] .radio label,
[lang^=ks] .checkbox label,
[lang^=ks] .radio label,
[lang^=ku] .checkbox label,
[lang^=ku] .radio label,
[lang^=ps] .checkbox label,
[lang^=ps] .radio label,
[lang^=tzm-arab] .checkbox label,
[lang^=tzm-arab] .radio label,
[lang^=ur] .checkbox label,
[lang^=ur] .radio label,
[lang^=uz-arab] .checkbox label,
[lang^=uz-arab] .radio label,
[lang^=yi] .checkbox label,
[lang^=yi] .radio label {
    padding-right: 1.5rem
}

[lang^=ar] .sf-profile .sf-profile-aside,
[lang^=dv] .sf-profile .sf-profile-aside,
[lang^=fa] .sf-profile .sf-profile-aside,
[lang^=ha] .sf-profile .sf-profile-aside,
[lang^=he] .sf-profile .sf-profile-aside,
[lang^=ks] .sf-profile .sf-profile-aside,
[lang^=ku] .sf-profile .sf-profile-aside,
[lang^=ps] .sf-profile .sf-profile-aside,
[lang^=tzm-arab] .sf-profile .sf-profile-aside,
[lang^=ur] .sf-profile .sf-profile-aside,
[lang^=uz-arab] .sf-profile .sf-profile-aside,
[lang^=yi] .sf-profile .sf-profile-aside {
    padding-left: 1.5rem
}

.sf-Gallery-next,
.sf-Gallery-prev {
    padding-right: 3rem
}

.sf-Gallery-next,
.sf-Gallery-prev {
    padding-left: 3rem
}

.sf-icon-txt {
    display: inline-block;
    position: relative;
    line-height: normal
}

.sf-icon-txt [class^=sf-icon-txt-] {
    position: absolute;
    height: auto;
    font-size: .5em;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #333;
    line-height: normal
}

.sf-icon-txt .sf-icon-txt-xlsx {
    background-color: #38ab63
}

.sf-icon-txt .sf-icon-txt-doc,
.sf-icon-txt .sf-icon-txt-docx {
    background-color: #1a8cff
}

.sf-icon-txt .sf-icon-txt-ppt,
.sf-icon-txt .sf-icon-txt-pptx {
    background-color: #ed8527
}

.sf-icon-txt .sf-icon-txt-pdf {
    background-color: #ff4848
}

.sf-icon-txt .sf-icon-txt-zip {
    background-color: #596c9b
}

.sf-icon-xxs {
    height: 14px;
    width: 14px
}

.sf-icon-xs {
    height: 16px;
    width: 16px
}

.sf-icon-txt-sm {
    padding: .1em .2em;
    top: 31%;
    right: -10%
}

.sf-icon-sm {
    height: 24px;
    width: 24px
}

.sf-icon-txt-md {
    padding: .2em .4em;
    top: 47%;
    right: 0
}

.sf-icon-lg {
    height: 40px;
    width: 40px
}

.sf-icon-file {
    fill: #ccc
}

.sf-icon-feed {
    fill: #eb742f
}

.sf-icon-comment {
    fill: #63b5f0
}

.sf-icon-tumblr {
    fill: #426d9b
}

.sf-icon-myspace {
    fill: #008dde
}

.sf-icon-facebook {
    fill: #5d82d1
}

.sf-icon-twitter {
    fill: #38bcf5
}

.sf-icon-blogger {
    fill: #ff9233
}

.sf-icon-delicious {
    fill: #377bda
}

.sf-icon-stumble-upon {
    fill: #ff5c30
}

.sf-icon-reddit {
    fill: #9bbad9
}

.sf-icon-mailto {
    fill: #596c9b
}

.sf-icon-digg {
    fill: #596c9b
}

.sf-icon-google {
    fill: #347df4
}

.sf-loading:after,
.sf-loading:before,
.sf-loading>span {
    background-color: #9cc5f7;
    height: 30px;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.1s infinite ease-in-out;
    animation: stretchdelay 1.1s infinite ease-in-out
}

.sf-loading {
    height: 30px;
    width: 6px;
    position: relative;
    margin: -5px 0 0 12px
}

.sf-loading:after,
.sf-loading:before {
    content: " ";
    position: absolute;
    top: 0
}

.sf-loading:before {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    left: -10px
}

.sf-loading:after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    right: -10px
}

.sf-loading-wrapper {
    position: absolute;
    z-index: 902;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.sf-loading-wrapper .sf-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px
}

@-webkit-keyframes stretchdelay {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        background-color: #105ab5
    }
}

@keyframes stretchdelay {

    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        background-color: #105ab5
    }
}

.sf-media .sf-img-thmb a {
    display: block;
    width: 120px;
    height: 90px;
    overflow: hidden
}

.sf-media .sf-video-thmb {
    position: relative;
    width: 120px;
    height: 90px;
    background-color: #000
}

.sf-media .sf-video-thmb a {
    display: block;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    height: 70px;
    overflow: hidden
}

.sf-media .sf-video-thmb a .sf-icon-play {
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    opacity: .8
}

.sf-media .sf-video-thmb a .sf-icon-play:hover {
    background-color: #333
}

.sf-media .sf-video-thmb a .sf-icon-play:before {
    display: block;
    position: absolute;
    left: 12px;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    content: ""
}

.sf-Gallery-thumbs-container {
    overflow: hidden
}

.sf-Gallery-thumbs a {
    display: inline-block;
    border: 5px solid transparent;
    line-height: 120px;
    overflow: hidden;
    cursor: pointer
}

.sf-Gallery-thumbs a.is-selected {
    border-color: #428bca
}

.sf-Gallery-thumbs a>img {
    vertical-align: middle
}

.sf-Gallery-image {
    position: relative;
    height: 600px;
    text-align: center;
    background: #e4e4e4;
    border: 1px solid #e4e4e4;
    line-height: 600px
}

.sf-Gallery-image>img {
    max-height: 100%;
    width: auto;
    display: inline-block
}

.sf-Gallery-next,
.sf-Gallery-prev {
    cursor: pointer;
    position: absolute;
    height: 600px;
    width: 50%;
    left: 0;
    top: 0;
    text-align: left;
    font-family: Verdana;
    color: #000;
    font-size: 40px;
    line-height: 600px;
    text-shadow: 0 0 3px #fff;
    opacity: 0;
    transition: opacity .2s ease;
    background: rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sf-Gallery-next:focus,
.sf-Gallery-next:hover,
.sf-Gallery-prev:focus,
.sf-Gallery-prev:hover {
    opacity: 1;
    color: #000
}

.sf-Gallery-prev {
    background: linear-gradient(to right, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, 0) 100%)
}

.sf-Gallery-next {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 100%);
    left: auto;
    right: 0;
    text-align: right
}

.sf-Gallery-prev--simple {
    float: left
}

.sf-Gallery-next--simple {
    float: right
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video>.sf-Gallery-thumb {
    display: inline-block;
    width: 160px;
    height: 170px;
    border: 5px solid transparent;
    cursor: pointer
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video a {
    display: block;
    border: 1px;
    width: 160px;
    height: 130px;
    overflow: hidden;
    cursor: pointer
}

.sf-Gallery-thumbs.sf-Gallery-thumbs--video h3 {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sf-Gallery-thumbs .sf-Gallery-thumb {
    float: left
}

[lang^=ar] .sf-Gallery-thumb,
[lang^=dv] .sf-Gallery-thumb,
[lang^=fa] .sf-Gallery-thumb,
[lang^=ha] .sf-Gallery-thumb,
[lang^=he] .sf-Gallery-thumb,
[lang^=ks] .sf-Gallery-thumb,
[lang^=ku] .sf-Gallery-thumb,
[lang^=ps] .sf-Gallery-thumb,
[lang^=tzm-arab] .sf-Gallery-thumb,
[lang^=ur] .sf-Gallery-thumb,
[lang^=uz-arab] .sf-Gallery-thumb,
[lang^=yi] .sf-Gallery-thumb {
    float: right
}

[lang^=ar] .sf-Gallery-prev--simple,
[lang^=dv] .sf-Gallery-prev--simple,
[lang^=fa] .sf-Gallery-prev--simple,
[lang^=ha] .sf-Gallery-prev--simple,
[lang^=he] .sf-Gallery-prev--simple,
[lang^=ks] .sf-Gallery-prev--simple,
[lang^=ku] .sf-Gallery-prev--simple,
[lang^=ps] .sf-Gallery-prev--simple,
[lang^=tzm-arab] .sf-Gallery-prev--simple,
[lang^=ur] .sf-Gallery-prev--simple,
[lang^=uz-arab] .sf-Gallery-prev--simple,
[lang^=yi] .sf-Gallery-prev--simple {
    float: right
}

[lang^=ar] .sf-Gallery-next--simple,
[lang^=dv] .sf-Gallery-next--simple,
[lang^=fa] .sf-Gallery-next--simple,
[lang^=ha] .sf-Gallery-next--simple,
[lang^=he] .sf-Gallery-next--simple,
[lang^=ks] .sf-Gallery-next--simple,
[lang^=ku] .sf-Gallery-next--simple,
[lang^=ps] .sf-Gallery-next--simple,
[lang^=tzm-arab] .sf-Gallery-next--simple,
[lang^=ur] .sf-Gallery-next--simple,
[lang^=uz-arab] .sf-Gallery-next--simple,
[lang^=yi] .sf-Gallery-next--simple {
    float: left
}

[lang^=ar] .mfp-counter,
[lang^=dv] .mfp-counter,
[lang^=fa] .mfp-counter,
[lang^=ha] .mfp-counter,
[lang^=he] .mfp-counter,
[lang^=ks] .mfp-counter,
[lang^=ku] .mfp-counter,
[lang^=ps] .mfp-counter,
[lang^=tzm-arab] .mfp-counter,
[lang^=ur] .mfp-counter,
[lang^=uz-arab] .mfp-counter,
[lang^=yi] .mfp-counter {
    right: auto;
    left: 0
}

.right-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu .nav-link {
    white-space: nowrap
}

.dropdown-submenu .dropdown-item:focus+.dropdown-menu,
.dropdown-submenu .nav-link:focus+.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
    left: 100%;
    top: 0;
    display: block
}

.dropdown.show .nav-link,
.dropdown.show .nav-link:hover {
    color: rgba(0, 0, 0, .9)
}

@media (max-width:767px) {
    .navbar-collapse .dropdown-menu {
        background-color: transparent;
        border: 0
    }

    .navbar-collapse .dropdown-submenu .dropdown-menu {
        padding-left: 20px;
        display: block
    }

    .navbar-collapse .right-caret {
        display: none
    }
}

[lang^=ar] .navbar-header,
[lang^=dv] .navbar-header,
[lang^=fa] .navbar-header,
[lang^=ha] .navbar-header,
[lang^=he] .navbar-header,
[lang^=ks] .navbar-header,
[lang^=ku] .navbar-header,
[lang^=ps] .navbar-header,
[lang^=tzm-arab] .navbar-header,
[lang^=ur] .navbar-header,
[lang^=uz-arab] .navbar-header,
[lang^=yi] .navbar-header {
    float: right
}

[lang^=ar] .navbar-nav,
[lang^=dv] .navbar-nav,
[lang^=fa] .navbar-nav,
[lang^=ha] .navbar-nav,
[lang^=he] .navbar-nav,
[lang^=ks] .navbar-nav,
[lang^=ku] .navbar-nav,
[lang^=ps] .navbar-nav,
[lang^=tzm-arab] .navbar-nav,
[lang^=ur] .navbar-nav,
[lang^=uz-arab] .navbar-nav,
[lang^=yi] .navbar-nav {
    float: right
}

[lang^=ar] .navbar-nav>li,
[lang^=dv] .navbar-nav>li,
[lang^=fa] .navbar-nav>li,
[lang^=ha] .navbar-nav>li,
[lang^=he] .navbar-nav>li,
[lang^=ks] .navbar-nav>li,
[lang^=ku] .navbar-nav>li,
[lang^=ps] .navbar-nav>li,
[lang^=tzm-arab] .navbar-nav>li,
[lang^=ur] .navbar-nav>li,
[lang^=uz-arab] .navbar-nav>li,
[lang^=yi] .navbar-nav>li {
    float: right
}

[lang^=ar] .dropdown-menu,
[lang^=dv] .dropdown-menu,
[lang^=fa] .dropdown-menu,
[lang^=ha] .dropdown-menu,
[lang^=he] .dropdown-menu,
[lang^=ks] .dropdown-menu,
[lang^=ku] .dropdown-menu,
[lang^=ps] .dropdown-menu,
[lang^=tzm-arab] .dropdown-menu,
[lang^=ur] .dropdown-menu,
[lang^=uz-arab] .dropdown-menu,
[lang^=yi] .dropdown-menu {
    right: 0
}

[lang^=ar] .dropdown-submenu:hover>.dropdown-menu,
[lang^=dv] .dropdown-submenu:hover>.dropdown-menu,
[lang^=fa] .dropdown-submenu:hover>.dropdown-menu,
[lang^=ha] .dropdown-submenu:hover>.dropdown-menu,
[lang^=he] .dropdown-submenu:hover>.dropdown-menu,
[lang^=ks] .dropdown-submenu:hover>.dropdown-menu,
[lang^=ku] .dropdown-submenu:hover>.dropdown-menu,
[lang^=ps] .dropdown-submenu:hover>.dropdown-menu,
[lang^=tzm-arab] .dropdown-submenu:hover>.dropdown-menu,
[lang^=ur] .dropdown-submenu:hover>.dropdown-menu,
[lang^=uz-arab] .dropdown-submenu:hover>.dropdown-menu,
[lang^=yi] .dropdown-submenu:hover>.dropdown-menu {
    left: 0;
    right: 100%
}

[lang^=ar] .right-caret,
[lang^=dv] .right-caret,
[lang^=fa] .right-caret,
[lang^=ha] .right-caret,
[lang^=he] .right-caret,
[lang^=ks] .right-caret,
[lang^=ku] .right-caret,
[lang^=ps] .right-caret,
[lang^=tzm-arab] .right-caret,
[lang^=ur] .right-caret,
[lang^=uz-arab] .right-caret,
[lang^=yi] .right-caret {
    border-left: 0;
    border-right: 4px solid
}

[lang^=ar] .nav-tabs>li,
[lang^=dv] .nav-tabs>li,
[lang^=fa] .nav-tabs>li,
[lang^=ha] .nav-tabs>li,
[lang^=he] .nav-tabs>li,
[lang^=ks] .nav-tabs>li,
[lang^=ku] .nav-tabs>li,
[lang^=ps] .nav-tabs>li,
[lang^=tzm-arab] .nav-tabs>li,
[lang^=ur] .nav-tabs>li,
[lang^=uz-arab] .nav-tabs>li,
[lang^=yi] .nav-tabs>li {
    float: right
}

[lang^=ar] .nav-stacked>li,
[lang^=dv] .nav-stacked>li,
[lang^=fa] .nav-stacked>li,
[lang^=ha] .nav-stacked>li,
[lang^=he] .nav-stacked>li,
[lang^=ks] .nav-stacked>li,
[lang^=ku] .nav-stacked>li,
[lang^=ps] .nav-stacked>li,
[lang^=tzm-arab] .nav-stacked>li,
[lang^=ur] .nav-stacked>li,
[lang^=uz-arab] .nav-stacked>li,
[lang^=yi] .nav-stacked>li {
    float: none
}

.nav-sitemap {
    display: table;
    width: 100%;
    overflow: hidden
}

.nav-sitemap li {
    list-style-type: none
}

.nav-sitemap>li {
    display: table-cell;
    border-left: 1px solid #ccc
}

.nav-sitemap>li:first-child {
    border-left-width: 0
}

@media only screen and (max-width:480px) {
    .nav-sitemap {
        display: block
    }

    .nav-sitemap>li {
        display: block;
        border-left-width: 0
    }

    .nav-sitemap>li:first-child {
        border-top-width: 0
    }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .nav-sitemap {
        display: block
    }

    .nav-sitemap>li {
        margin-left: 1%;
        margin-right: 1%;
        float: left;
        width: 48%;
        border-left-width: 0
    }

    .nav-sitemap>li:nth-child(odd) {
        clear: both
    }
}

[lang^=ar] .nav-pills>li,
[lang^=dv] .nav-pills>li,
[lang^=fa] .nav-pills>li,
[lang^=ha] .nav-pills>li,
[lang^=he] .nav-pills>li,
[lang^=ks] .nav-pills>li,
[lang^=ku] .nav-pills>li,
[lang^=ps] .nav-pills>li,
[lang^=tzm-arab] .nav-pills>li,
[lang^=ur] .nav-pills>li,
[lang^=uz-arab] .nav-pills>li,
[lang^=yi] .nav-pills>li {
    float: right
}

.nav-stacked {
    flex-direction: column
}

[lang^=ar] .nav-stacked>li,
[lang^=dv] .nav-stacked>li,
[lang^=fa] .nav-stacked>li,
[lang^=ha] .nav-stacked>li,
[lang^=he] .nav-stacked>li,
[lang^=ks] .nav-stacked>li,
[lang^=ku] .nav-stacked>li,
[lang^=ps] .nav-stacked>li,
[lang^=tzm-arab] .nav-stacked>li,
[lang^=ur] .nav-stacked>li,
[lang^=uz-arab] .nav-stacked>li,
[lang^=yi] .nav-stacked>li {
    float: none
}

ul.sf-autocomplete {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none
}

ul.sf-autocomplete .ui-menu-item-wrapper {
    padding: 3px;
    color: #000
}

ul.sf-autocomplete .ui-menu-item-wrapper.ui-state-active {
    background-color: #eee
}

ul.sf-autocomplete .ui-menu-item-wrapper:hover {
    cursor: pointer
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sf-facets-filter-label {
    background-color: rgba(108, 117, 125, .1) !important
}

.sf-facets-remove-filter {
    right: 0
}

[lang^=ar] .form-check,
[lang^=dv] .form-check,
[lang^=fa] .form-check,
[lang^=ha] .form-check,
[lang^=he] .form-check,
[lang^=ks] .form-check,
[lang^=ku] .form-check,
[lang^=ps] .form-check,
[lang^=tzm-arab] .form-check,
[lang^=ur] .form-check,
[lang^=uz-arab] .form-check,
[lang^=yi] .form-check {
    padding-right: 1.25rem;
    padding-left: 0
}

[lang^=ar] .form-check-input,
[lang^=dv] .form-check-input,
[lang^=fa] .form-check-input,
[lang^=ha] .form-check-input,
[lang^=he] .form-check-input,
[lang^=ks] .form-check-input,
[lang^=ku] .form-check-input,
[lang^=ps] .form-check-input,
[lang^=tzm-arab] .form-check-input,
[lang^=ur] .form-check-input,
[lang^=uz-arab] .form-check-input,
[lang^=yi] .form-check-input {
    margin-right: -1.25rem;
    margin-left: 0
}

.sf-profile .sf-profile-avatar {
    display: inline-block;
    margin-bottom: 10px;
    position: relative
}

.sf-profile .sf-profile-avatar .sf-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    outline: 0
}

.sf-profile textarea {
    min-height: 100px
}

.sf-profile .media-object img {
    max-width: none
}

.sf-list--expandable a[data-sf-role=toggleLink] svg {
    fill: #999;
    height: 1em;
    width: 1em
}

.sf-list--expandable .sf-list-expand {
    float: right
}

[lang^=ar] .sf-list-item,
[lang^=dv] .sf-list-item,
[lang^=fa] .sf-list-item,
[lang^=ha] .sf-list-item,
[lang^=he] .sf-list-item,
[lang^=ks] .sf-list-item,
[lang^=ku] .sf-list-item,
[lang^=ps] .sf-list-item,
[lang^=tzm-arab] .sf-list-item,
[lang^=ur] .sf-list-item,
[lang^=uz-arab] .sf-list-item,
[lang^=yi] .sf-list-item {
    float: right
}

[lang^=ar] .sf-list-expand,
[lang^=dv] .sf-list-expand,
[lang^=fa] .sf-list-expand,
[lang^=ha] .sf-list-expand,
[lang^=he] .sf-list-expand,
[lang^=ks] .sf-list-expand,
[lang^=ku] .sf-list-expand,
[lang^=ps] .sf-list-expand,
[lang^=tzm-arab] .sf-list-expand,
[lang^=ur] .sf-list-expand,
[lang^=uz-arab] .sf-list-expand,
[lang^=yi] .sf-list-expand {
    float: left
}

[lang^=ar] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^=dv] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^=fa] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^=ha] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^=he] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^=ks] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^=ku] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^=ps] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^=tzm-arab] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^=ur] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^=uz-arab] .sf-list--expandable .glyphicon-chevron-right:before,
[lang^=yi] .sf-list--expandable .glyphicon-chevron-right:before {
    content: "\e079"
}

.sf-lang-selector a {
    display: block;
    font-size: 14px;
    border-radius: 8px
}

.sf-lang-selector a.selected {
    background-color: #f2f2f2;
    color: #333
}

.sf-lang-selector label select {
    display: block;
    font-weight: 400
}

.sf-Comments [class^=sf-icon] {
    display: inline-block
}

.sf-Comment-count {
    display: inline-block
}

.sf-Comment-count [class^=sf-icon] {
    display: inline-block;
    vertical-align: middle
}

.sf-Comment-count--block .sf-Comment-count {
    display: block
}

[data-sf-role=captcha-container],
[data-sf-role=comments-load-more-button],
[data-sf-role=comments-new-form-button],
[data-sf-role=comments-new-logged-out-view],
[data-sf-role=comments-new-message-error],
[data-sf-role=comments-new-name-error],
[data-sf-role=comments-new-pending-approval-message],
[data-sf-role=comments-new-requires-authentication],
[data-sf-role=comments-sort-new-button],
[data-sf-role=comments-sort-old-button],
[data-sf-role=error-message],
[data-sf-role=list-loading-indicator],
[data-sf-role=list-rating-wrapper],
[data-sf-role=review-new-form-replacement],
[data-sf-role=single-comment-template] {
    display: none
}

.sf-Comments-header h3 {
    display: inline-block;
    margin-top: 0
}

.sf-Comments-header .selected {
    color: #333
}

.sf-Comments-list .sf-Comments-list-author {
    border-right: 1px solid #777
}

.sf-Comments-form textarea {
    min-height: 90px
}

.sf-Comments-filter {
    float: right
}

.sf-Review-count {
    display: inline-block
}

.sf-Review-count--block .sf-Review-count {
    display: block
}

.sf-Comment-count--block .sf-Comment-count,
.sf-Comment-count--block .sf-Review-count {
    display: block
}

[lang^=ar] .sf-Comments-filter,
[lang^=dv] .sf-Comments-filter,
[lang^=fa] .sf-Comments-filter,
[lang^=ha] .sf-Comments-filter,
[lang^=he] .sf-Comments-filter,
[lang^=ks] .sf-Comments-filter,
[lang^=ku] .sf-Comments-filter,
[lang^=ps] .sf-Comments-filter,
[lang^=tzm-arab] .sf-Comments-filter,
[lang^=ur] .sf-Comments-filter,
[lang^=uz-arab] .sf-Comments-filter,
[lang^=yi] .sf-Comments-filter {
    float: left
}

.sf-Ratings {
    position: relative
}

.sf-Ratings .sf-Ratings-stars {
    display: inline-block;
    vertical-align: middle
}

.sf-Ratings .sf-Ratings-stars span {
    font-size: 24px;
    color: #ccc
}

.sf-Ratings .sf-Ratings-stars label {
    z-index: 2;
    cursor: pointer
}

.sf-Ratings .sf-Ratings-stars input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 1px;
    opacity: .0001;
    position: absolute;
    top: auto;
    width: 1px;
    z-index: 1
}

.sf-Ratings .sf-Ratings-stars .hover span {
    color: #999
}

.sf-Ratings .sf-Ratings-stars .on span {
    color: #006cd8
}

.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span {
    cursor: default
}

.sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span.on {
    color: #fc0
}

.sf-Ratings .sf-Ratings-average,
.sf-Ratings .sf-Ratings-count {
    font-size: 16px;
    vertical-align: middle
}

.sf-Ratings .sf-Ratings-count span {
    vertical-align: middle
}

.sf-site-selector a,
.sf-site-selector span,
.sf-site-selector strong {
    display: inline-block;
    font-size: 14px;
    border-radius: 8px
}

.sf-site-selector a.selected,
.sf-site-selector span.selected,
.sf-site-selector strong.selected {
    background-color: #f2f2f2;
    color: #333
}

.sf-Code pre {
    color: #999
}

.sf-Tags-size1 {
    font-size: 11px
}

.sf-Tags-size2 {
    font-size: 13px
}

.sf-Tags-size3 {
    font-size: 18px
}

.sf-Tags-size4 {
    font-size: 24px
}

.sf-Tags-size5 {
    font-size: 30px
}

.sf-Tags-size6 {
    font-size: 36px
}

[lang^=ar] .checkbox input[type=checkbox],
[lang^=dv] .checkbox input[type=checkbox],
[lang^=fa] .checkbox input[type=checkbox],
[lang^=ha] .checkbox input[type=checkbox],
[lang^=he] .checkbox input[type=checkbox],
[lang^=ks] .checkbox input[type=checkbox],
[lang^=ku] .checkbox input[type=checkbox],
[lang^=ps] .checkbox input[type=checkbox],
[lang^=tzm-arab] .checkbox input[type=checkbox],
[lang^=ur] .checkbox input[type=checkbox],
[lang^=uz-arab] .checkbox input[type=checkbox],
[lang^=yi] .checkbox input[type=checkbox] {
    margin-right: -20px
}

[lang^=ar] .radio input[type=radio],
[lang^=dv] .radio input[type=radio],
[lang^=fa] .radio input[type=radio],
[lang^=ha] .radio input[type=radio],
[lang^=he] .radio input[type=radio],
[lang^=ks] .radio input[type=radio],
[lang^=ku] .radio input[type=radio],
[lang^=ps] .radio input[type=radio],
[lang^=tzm-arab] .radio input[type=radio],
[lang^=ur] .radio input[type=radio],
[lang^=uz-arab] .radio input[type=radio],
[lang^=yi] .radio input[type=radio] {
    margin-right: -20px
}

.sf-FileField .sf-icon-remove {
    display: inline-block;
    cursor: pointer;
    fill: #ccc
}

input[type=file].sf-FileField-input {
    display: inline-block
}

.sf-FormNav li.active {
    font-weight: 700
}

.sf-FormNav-page {
    width: 28px;
    height: 28px;
    font-size: 18px;
    font-weight: 700;
    color: #999;
    border: 1px solid #999;
    border-radius: 50%
}

.active .sf-FormNav-page {
    color: #333;
    border-color: #333
}

.past .sf-FormNav-page:after {
    content: "\2713"
}

.past .sf-FormNav-page-number {
    display: none
}

.sf-Progress-page-title,
.sf-Progress-percent {
    font-size: 14px
}

.sf-Progress-percent {
    font-weight: 700
}

.sf-Progress-page-title {
    display: inline-block
}

.sf-Progress-page-title li {
    display: none
}

.sf-Progress-page-title li.active {
    display: inline-block
}

div.k-event {
    border-radius: 0
}

div.k-scheduler-header-wrap {
    text-align: left
}

div.k-scheduler-toolbar {
    line-height: 32px
}

div.k-scheduler-toolbar .k-button-icon {
    height: 32px
}

table.k-scheduler-monthview .k-scheduler-table td {
    height: 90px
}

.sf-event-item {
    margin: 0;
    min-height: 100%;
    white-space: nowrap
}

.sf-event-link,
.sf-event-title {
    display: inline-block
}

.sf-event-link {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.sf-event-type {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    vertical-align: middle
}

.sf-event-type.sf-event-type--all {
    background-color: #fff;
    border: 1px solid #999
}

.sf-event-addToList {
    display: inline-block
}

.sf-calendarList-title {
    font-weight: 700
}

.sf-calendarList-item {
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer
}

.sf-calendarList-item.active {
    background: #f2f2f2
}

.k-scheduler-agendaview .sf-event-item {
    display: inline-block
}

.k-scheduler-agendaview .sf-event-type {
    display: none
}

.-sf-google-button {
    color: #d54f50;
    border-color: #d54f50
}

.-sf-google-button:hover {
    color: #fff;
    background-color: #d54f50;
    border-color: transparent
}

.-sf-facebook-button {
    color: #3e86b4;
    border-color: #3e86b4
}

.-sf-facebook-button:hover {
    color: #fff;
    background-color: #3e86b4;
    border-color: transparent
}

.-sf-github-button {
    color: #333;
    border-color: #333
}

.-sf-github-button:hover {
    color: #fff;
    background-color: #333;
    border-color: transparent
}

.-sf-yahoo-button {
    color: #410093;
    border-color: #410093
}

.-sf-yahoo-button:hover {
    color: #fff;
    background-color: #410093;
    border-color: transparent
}

.-sf-linkedin-button {
    color: #0077b5;
    border-color: #0077b5
}

.-sf-linkedin-button:hover {
    color: #fff;
    background-color: #0077b5;
    border-color: transparent
}

.-sf-microsoft-button {
    color: #00a1f1;
    border-color: #00a1f1
}

.-sf-microsoft-button:hover {
    color: #fff;
    background-color: #00a1f1;
    border-color: transparent
}

.-sf-adfs-button {
    color: #00a1f1;
    border-color: #00a1f1
}

.-sf-adfs-button:hover {
    color: #fff;
    background-color: #00a1f1;
    border-color: transparent
}

.-sf-windows-button {
    color: #00bcf2;
    border-color: #00bcf2
}

.-sf-windows-button:hover {
    color: #fff;
    background-color: #00bcf2;
    border-color: transparent
}

.-sf-twitter-button {
    color: #1da1f2;
    border-color: #1da1f2
}

.-sf-twitter-button:hover {
    color: #fff;
    background-color: #1da1f2;
    border-color: transparent
}

.sf-registration-link {
    clear: both
}

[lang^=ar] .pagination,
[lang^=dv] .pagination,
[lang^=fa] .pagination,
[lang^=ha] .pagination,
[lang^=he] .pagination,
[lang^=ks] .pagination,
[lang^=ku] .pagination,
[lang^=ps] .pagination,
[lang^=tzm-arab] .pagination,
[lang^=ur] .pagination,
[lang^=uz-arab] .pagination,
[lang^=yi] .pagination {
    padding-right: 0
}

[lang^=ar] .page-item:first-child .page-link,
[lang^=dv] .page-item:first-child .page-link,
[lang^=fa] .page-item:first-child .page-link,
[lang^=ha] .page-item:first-child .page-link,
[lang^=he] .page-item:first-child .page-link,
[lang^=ks] .page-item:first-child .page-link,
[lang^=ku] .page-item:first-child .page-link,
[lang^=ps] .page-item:first-child .page-link,
[lang^=tzm-arab] .page-item:first-child .page-link,
[lang^=ur] .page-item:first-child .page-link,
[lang^=uz-arab] .page-item:first-child .page-link,
[lang^=yi] .page-item:first-child .page-link {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

[lang^=ar] .page-item:last-child .page-link,
[lang^=dv] .page-item:last-child .page-link,
[lang^=fa] .page-item:last-child .page-link,
[lang^=ha] .page-item:last-child .page-link,
[lang^=he] .page-item:last-child .page-link,
[lang^=ks] .page-item:last-child .page-link,
[lang^=ku] .page-item:last-child .page-link,
[lang^=ps] .page-item:last-child .page-link,
[lang^=tzm-arab] .page-item:last-child .page-link,
[lang^=ur] .page-item:last-child .page-link,
[lang^=uz-arab] .page-item:last-child .page-link,
[lang^=yi] .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.alumil-form .checkbox,
.updateyourpreferences .checkbox {
    padding-left: 20px
}

.alumil-form .checkbox label,
.updateyourpreferences .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 15px
}

.alumil-form .checkbox label::after,
.alumil-form .checkbox label::before,
.updateyourpreferences .checkbox label::after,
.updateyourpreferences .checkbox label::before {
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: -20px
}

.alumil-form .checkbox label::before,
.updateyourpreferences .checkbox label::before {
    content: "";
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.alumil-form .checkbox label::after,
.updateyourpreferences .checkbox label::after {
    content: " ";
    top: 0;
    padding-left: 1px;
    padding-top: 1px;
    font-size: 16px;
    color: #f6b800;
    line-height: 1
}

.alumil-form .checkbox label+.checkbox-circle label::before,
.updateyourpreferences .checkbox label+.checkbox-circle label::before {
    border-radius: 50%
}

.alumil-form .checkbox label+.checkbox-inline,
.updateyourpreferences .checkbox label+.checkbox-inline {
    margin-top: 0
}

.alumil-form .checkbox input[type=checkbox],
.alumil-form .checkbox input[type=radio],
.updateyourpreferences .checkbox input[type=checkbox],
.updateyourpreferences .checkbox input[type=radio] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    margin: 0;
    margin-left: -20px;
    width: 26px;
    height: 26px;
    outline: 0 !important;
    outline-offset: 0;
    border: 0
}

.alumil-form .checkbox input[type=checkbox]:checked+label::after,
.alumil-form .checkbox input[type=radio]:checked+label::after,
.updateyourpreferences .checkbox input[type=checkbox]:checked+label::after,
.updateyourpreferences .checkbox input[type=radio]:checked+label::after {
    font-family: icomoon;
    content: "\e911"
}

.alumil-form .checkbox input[type=checkbox]:indeterminate+label::after,
.alumil-form .checkbox input[type=radio]:indeterminate+label::after,
.updateyourpreferences .checkbox input[type=checkbox]:indeterminate+label::after,
.updateyourpreferences .checkbox input[type=radio]:indeterminate+label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px
}

.alumil-form .checkbox input[type=checkbox]:disabled,
.alumil-form .checkbox input[type=radio]:disabled,
.updateyourpreferences .checkbox input[type=checkbox]:disabled,
.updateyourpreferences .checkbox input[type=radio]:disabled {
    cursor: not-allowed
}

.alumil-form .checkbox input[type=checkbox]:disabled+label,
.alumil-form .checkbox input[type=radio]:disabled+label,
.updateyourpreferences .checkbox input[type=checkbox]:disabled+label,
.updateyourpreferences .checkbox input[type=radio]:disabled+label {
    opacity: .65
}

.alumil-form .checkbox input[type=checkbox]:disabled+label::before,
.alumil-form .checkbox input[type=radio]:disabled+label::before,
.updateyourpreferences .checkbox input[type=checkbox]:disabled+label::before,
.updateyourpreferences .checkbox input[type=radio]:disabled+label::before {
    background-color: #eee;
    cursor: not-allowed
}

.alumil-form .radio,
.updateyourpreferences .radio {
    padding-left: 20px
}

.alumil-form .radio label,
.updateyourpreferences .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px
}

.alumil-form .radio label::after,
.alumil-form .radio label::before,
.updateyourpreferences .radio label::after,
.updateyourpreferences .radio label::before {
    display: inline-block;
    position: absolute
}

.alumil-form .radio label::before,
.updateyourpreferences .radio label::before {
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.alumil-form .radio label::after,
.updateyourpreferences .radio label::after {
    content: " ";
    width: 12px;
    height: 12px;
    left: 4px;
    top: 4px;
    margin-left: 0;
    border-radius: 50%;
    background-color: #3e4346;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

.alumil-form .radio input[type=radio],
.updateyourpreferences .radio input[type=radio] {
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.alumil-form .radio input[type=radio]:checked+label::after,
.updateyourpreferences .radio input[type=radio]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.alumil-form .radio input[type=radio]:disabled,
.updateyourpreferences .radio input[type=radio]:disabled {
    cursor: not-allowed
}

.alumil-form .radio input[type=radio]:disabled+label,
.updateyourpreferences .radio input[type=radio]:disabled+label {
    opacity: .65
}

.alumil-form .radio input[type=radio]:disabled+label::before,
.updateyourpreferences .radio input[type=radio]:disabled+label::before {
    cursor: not-allowed
}

.alumil-form .radio+.radio-inline,
.updateyourpreferences .radio+.radio-inline {
    margin-top: 0
}

.alumil-form input[type=checkbox].styled:checked+label:after,
.alumil-form input[type=radio].styled:checked+label:after,
.updateyourpreferences input[type=checkbox].styled:checked+label:after,
.updateyourpreferences input[type=radio].styled:checked+label:after {
    font-family: FontAwesome;
    content: "\f00c"
}

.alumil-form input[type=checkbox] .styled:checked+label::before,
.alumil-form input[type=radio] .styled:checked+label::before,
.updateyourpreferences input[type=checkbox] .styled:checked+label::before,
.updateyourpreferences input[type=radio] .styled:checked+label::before {
    color: #fff
}

.alumil-form input[type=checkbox] .styled:checked+label::after,
.alumil-form input[type=radio] .styled:checked+label::after,
.updateyourpreferences input[type=checkbox] .styled:checked+label::after,
.updateyourpreferences input[type=radio] .styled:checked+label::after {
    color: #fff
}

@media screen and (min-width:480px) {

    .alumil-form .checkbox label,
    .updateyourpreferences .checkbox label {
        padding-left: 12px;
        font-size: 14px;
        line-height: 22px
    }

    .alumil-form .checkbox label::after,
    .alumil-form .checkbox label::before,
    .updateyourpreferences .checkbox label::after,
    .updateyourpreferences .checkbox label::before {
        width: 22px;
        height: 22px
    }

    .alumil-form .checkbox label::after,
    .updateyourpreferences .checkbox label::after {
        font-size: 20px
    }
}

@media screen and (min-width:620px) {

    .alumil-form .checkbox label,
    .updateyourpreferences .checkbox label {
        padding-left: 14px;
        font-size: 16px;
        line-height: 24px
    }

    .alumil-form .checkbox label::after,
    .alumil-form .checkbox label::before,
    .updateyourpreferences .checkbox label::after,
    .updateyourpreferences .checkbox label::before {
        width: 24px;
        height: 24px
    }

    .alumil-form .checkbox label::after,
    .updateyourpreferences .checkbox label::after {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {

    .alumil-form .checkbox label,
    .updateyourpreferences .checkbox label {
        padding-left: 15px;
        font-size: 17px;
        line-height: 26px
    }

    .alumil-form .checkbox label::after,
    .alumil-form .checkbox label::before,
    .updateyourpreferences .checkbox label::after,
    .updateyourpreferences .checkbox label::before {
        width: 26px;
        height: 26px
    }

    .alumil-form .checkbox label::after,
    .updateyourpreferences .checkbox label::after {
        font-size: 24px
    }
}

.steps-container {
    max-width: 630px;
    margin: auto
}

#toTopblack {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
    max-width: 100%;
    text-align: right;
    width: 40%
}

@media (max-width:700px) {
    #toTopblack {
        text-align: center;
        width: 100%
    }
}

footer.add-padding {
    padding-bottom: 120px
}

.toggle-interest {
    color: #fff;
    font-size: 16px;
    padding-bottom: 0;
    width: 100%;
    display: none
}

@media (max-width:700px) {
    .toggle-interest {
        display: block
    }
}

.toggle-interest .txt {
    position: relative;
    width: 100%;
    min-height: 23px;
    cursor: pointer;
    font-weight: 700
}

.toggle-interest .txt:after {
    content: "\e908";
    font-family: icomoon !important;
    top: 0;
    position: absolute;
    padding-left: 3px;
    right: 0
}

.productdetailheader .btn-favorite {
    background: #fff;
    color: #3e4346;
    border: 1px solid #3e4346 !important
}

.productdetailheader .sharebuttons-moreinfo.getaquotebutton .btn-back,
.productdetailheader .sharebuttons-moreinfo.getaquotebutton .btn-favorite,
.productdetailheader .sharebuttons-moreinfo.getaquotebutton .btn-next,
.productdetailheader .sharebuttons-moreinfo.getaquotebutton .btn-primary {
    border: 1px solid #3e4346
}

body .sharebuttons-moreinfo.get-offer .btn-back,
body .sharebuttons-moreinfo.get-offer .btn-favorite,
body .sharebuttons-moreinfo.get-offer .btn-next,
body .sharebuttons-moreinfo.get-offer .btn-primary {
    background: #ffd300;
    color: #3e4346;
    font-size: 16px;
    border-color: #ffd300 !important
}

body .sharebuttons-moreinfo.get-offer .btn-back:before,
body .sharebuttons-moreinfo.get-offer .btn-favorite:before,
body .sharebuttons-moreinfo.get-offer .btn-next:before,
body .sharebuttons-moreinfo.get-offer .btn-primary:before {
    background: #fff
}

body .sharebuttons-moreinfo.getaquotebutton .btn-back,
body .sharebuttons-moreinfo.getaquotebutton .btn-favorite,
body .sharebuttons-moreinfo.getaquotebutton .btn-next,
body .sharebuttons-moreinfo.getaquotebutton .btn-primary {
    background: #fff;
    color: #3e4346;
    font-size: 16px;
    border: 1px solid #fff
}

body .sharebuttons-moreinfo.getaquotebutton .btn-back:before,
body .sharebuttons-moreinfo.getaquotebutton .btn-favorite:before,
body .sharebuttons-moreinfo.getaquotebutton .btn-next:before,
body .sharebuttons-moreinfo.getaquotebutton .btn-primary:before {
    background: #3e4346
}

body .sharebuttons-moreinfo.getaquotebutton .btn-back:hover,
body .sharebuttons-moreinfo.getaquotebutton .btn-favorite:hover,
body .sharebuttons-moreinfo.getaquotebutton .btn-next:hover,
body .sharebuttons-moreinfo.getaquotebutton .btn-primary:hover {
    border: 1px solid #fff;
    color: #fff !important
}

.section-header .sharebuttons-moreinfo.getaquotebutton .btn-back,
.section-header .sharebuttons-moreinfo.getaquotebutton .btn-favorite,
.section-header .sharebuttons-moreinfo.getaquotebutton .btn-next,
.section-header .sharebuttons-moreinfo.getaquotebutton .btn-primary {
    background: #ffd300
}

.black-footer-container {
    background: #3e4346;
    box-shadow: 0 4px 16px rgba(69, 91, 99, .8);
    padding: 20px 10px;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 999
}

.black-footer-container.show-bar .txt:after {
    content: "\e913"
}

.black-footer-container.show-bar .row-items {
    display: block;
    padding-top: 20px
}

.black-footer-container.show-bar .toggle-interest span {
    display: none
}

@media (max-width:700px) {
    .black-footer-container {
        padding: 20px 0
    }
}

.black-footer-container .row-items {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    z-index: 9;
    align-items: center
}

@media (max-width:700px) {
    .black-footer-container .row-items {
        display: none;
        float: left
    }
}

.black-footer-container .row-items .sharebuttons-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    max-width: 100%
}

@media (max-width:700px) {
    .black-footer-container .row-items .sharebuttons-links {
        display: block
    }
}

.black-footer-container .row-items .sharebuttons-links .sharebuttons-moreinfo {
    width: 100%;
    margin: 0
}

@media (max-width:700px) {
    .black-footer-container .row-items .sharebuttons-links .sharebuttons-moreinfo {
        max-width: 100%;
        margin-bottom: 15px
    }
}

.black-footer-container .row-items .sharebuttons-links .btn-favorite {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}

@media (max-width:700px) {
    .black-footer-container .row-items .sharebuttons-links .btn-favorite {
        margin-bottom: 15px
    }
}

.black-footer-container .row-items .sharebuttons-links .btn-favorite:before {
    background: #fff
}

.black-footer-container .row-items .sharebuttons-links .btn-favorite:hover {
    color: #3e4346
}

.black-footer-container .row-items .sharebuttons-links .get-offer .btn-back,
.black-footer-container .row-items .sharebuttons-links .get-offer .btn-favorite,
.black-footer-container .row-items .sharebuttons-links .get-offer .btn-next,
.black-footer-container .row-items .sharebuttons-links .get-offer .btn-primary {
    background: #ffd300;
    color: #3e4346;
    font-size: 16px
}

.black-footer-container .row-items .sharebuttons-links .get-offer .btn-back:before,
.black-footer-container .row-items .sharebuttons-links .get-offer .btn-favorite:before,
.black-footer-container .row-items .sharebuttons-links .get-offer .btn-next:before,
.black-footer-container .row-items .sharebuttons-links .get-offer .btn-primary:before {
    background: #fff
}

.black-footer-container .row-items .sharebuttons-links .getaquotebutton .btn-back,
.black-footer-container .row-items .sharebuttons-links .getaquotebutton .btn-favorite,
.black-footer-container .row-items .sharebuttons-links .getaquotebutton .btn-next,
.black-footer-container .row-items .sharebuttons-links .getaquotebutton .btn-primary {
    background: #fff;
    color: #3e4346;
    font-size: 16px
}

.black-footer-container .row-items .col-back a {
    background: #fff;
    color: #3e4346;
    font-size: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    line-height: normal;
    justify-content: center
}

.black-footer-container .row-items .col-back a:after {
    content: none
}

.black-footer-container .row-items .col-back a:before {
    background: #ffd300
}

.black-footer-container .row-items .col-back a:hover:before {
    background: #ffd300;
    color: #fff
}

.black-footer-container .row-items>div {
    width: 60%;
    max-width: 270px;
    margin-left: 15px
}

.black-footer-container .row-items>div:first-child {
    margin: 0
}

@media (max-width:560px) {
    .black-footer-container .row-items>div {
        min-width: 160px
    }

    .black-footer-container .row-items>div .btn-back,
    .black-footer-container .row-items>div .btn-favorite,
    .black-footer-container .row-items>div .btn-next,
    .black-footer-container .row-items>div .btn-primary {
        font-size: 13px;
        height: 45px
    }
}

@media (max-width:700px) {
    .black-footer-container .row-items>div {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        max-width: 100%
    }
}

.secondcss2 .steps-list ol.sf-FormNav li.step-home {
    display: none
}

.steps-list ol.sf-FormNav li.active:before {
    background: #ffd300
}

.steps-list ol.sf-FormNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    position: relative
}

.list-boxes-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.steps-list ol.sf-FormNav li {
    margin: 0;
    position: relative;
    width: 72px;
    height: 72px;
    text-align: center
}

.steps-list ol.sf-FormNav li.step-home:before {
    background: #3e4346
}

.steps-list .step-home img {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.steps-list ol.sf-FormNav li span.step {
    position: relative;
    line-height: 72px;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
    border: 0
}

.steps-list ol:before {
    content: ' ';
    position: absolute;
    top: 34px;
    display: block;
    z-index: 0;
    height: 2px;
    background: #d8d8d8;
    left: 5%;
    width: 90%
}

.steps-list ol.sf-FormNav li:before {
    display: block;
    content: ' ';
    background: #d8d8d8;
    position: absolute;
    top: 0;
    left: 36px;
    transform-origin: 0 0;
    transform: rotate(45deg);
    width: 50px;
    height: 50px
}

.steps-list ol.sf-FormNav li.past:before {
    background: #3e4346
}

.steps-list ol.sf-FormNav li.past span.step {
    color: #fff
}

.border-box.product-input,
.content-steps .border-box .row {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    margin: 0;
    margin-bottom: 3rem;
    padding: 5px 0
}

.border-box.product-input {
    padding: 5px 10px
}

.content-steps .bootstrap-select>.dropdown-toggle.bs-placeholder {
    border: 1px solid #ffd300 !important;
    border-radius: 4px
}

.content-steps label.h6 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.16px;
    color: #3e4346;
    margin-top: 25px
}

.content-steps input.form-control {
    border: 1px solid #ffd300
}

.steps-container h3 {
    font-size: 16px;
    letter-spacing: -.19px;
    color: #c1c1c1;
    line-height: normal;
    margin-top: 0
}

.textarea-section label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.16px;
    color: #3e4346
}

.bg-captcha {
    background: rgba(0, 0, 0, .02);
    padding: 15px;
    margin-top: 4rem
}

.checkbox-item {
    line-height: 25px;
    margin-top: 5px
}

.container-captcha {
    max-width: 363px
}

.productslist.form-group {
    padding: 0 10px
}

.steps-container textarea.form-control {
    border: 1px solid #d8d8d8;
    border-radius: 4px
}

.steps-container .bootstrap-select .dropdown-toggle {
    border: 1px solid #ffd300 !important
}

.content-steps .icon-uniE927:before {
    content: "\e927";
    font-family: icomoon
}

.content-steps .info-section {
    background: #ededed 0 0 no-repeat padding-box;
    border: 1px solid #d8d8d8;
    margin: 0 10px;
    margin-bottom: 15px;
    padding: 15px;
    display: flex;
    align-items: center
}

.content-steps .form-group.textarea-section {
    padding: 0
}

.content-steps .icon-question span {
    color: #ffd300;
    font-size: 45px
}

.content-steps .icon-question {
    border-right: 1px solid #3e4346;
    margin-right: 20px;
    padding-right: 20px;
    padding-left: 5px
}

.content-steps .content-info a {
    padding: 0
}

.content-steps .content-info p {
    margin: 0
}

.content-steps .select-filters {
    display: flex;
    padding: 0 10px;
    justify-content: space-between
}

.content-steps .select-filters .active-filter-list {
    width: calc(100% - 150px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem
}

.content-steps .select-filters span {
    margin: 0
}

.content-steps .filter-title {
    line-height: normal
}

.content-steps .select-filters .filter-title {
    line-height: normal
}

.content-steps span.filter-clear {
    padding-left: 10px;
    line-height: 1
}

.content-steps span.filter-clear i {
    font-weight: 700
}

.content-steps .select-filters .active-filter-list .active-filter {
    display: flex;
    background: #ffd300;
    padding: 5px 10px;
    padding-top: 7px;
    align-content: flex-start;
    letter-spacing: 0;
    color: #3e4346;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid #3e4346;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 7px
}

.steps-container .btn-secondary {
    position: relative
}

.steps-container .btn-secondary:after {
    content: "\e907";
    right: 10px;
    font-family: icomoon;
    position: absolute
}

.steps-container .countriesselect .btn,
.steps-container .countriesselect .btn-back,
.steps-container .countriesselect .btn-default,
.steps-container .countriesselect .btn-facebook,
.steps-container .countriesselect .btn-favorite,
.steps-container .countriesselect .btn-link,
.steps-container .countriesselect .btn-next,
.steps-container .countriesselect .btn-primary,
.steps-container .countriesselect .btn-secondary {
    border-color: #ffd300 !important
}

.steps-container .zipcode_checker.form-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    flex-flow: row-reverse;
    padding: 0 10px;
    margin-top: 3rem;
    margin-bottom: 2rem
}

.steps-container .zipcode_checker.form-group.col-sm-6.col-sm-offset-6 {
    margin-left: 0
}

.steps-container .zipcode_checker.form-group .btn,
.steps-container .zipcode_checker.form-group .btn-back,
.steps-container .zipcode_checker.form-group .btn-default,
.steps-container .zipcode_checker.form-group .btn-facebook,
.steps-container .zipcode_checker.form-group .btn-favorite,
.steps-container .zipcode_checker.form-group .btn-link,
.steps-container .zipcode_checker.form-group .btn-next,
.steps-container .zipcode_checker.form-group .btn-primary,
.steps-container .zipcode_checker.form-group .btn-secondary {
    margin-left: 10px;
    width: 35%;
    font-size: 16px
}

.steps-container .zipcode_checker.form-group a {
    font-size: 16px;
    background: #d8d8d8;
    color: #3e4346;
    border-radius: 4px;
    padding: 13px 15px;
    font-weight: 700;
    text-align: center;
    width: 35%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.steps-container .zipcode_checker.form-group a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.steps-container .zipcode_checker.form-group a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background: #3e4346;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.steps-container .zipcode_checker.form-group a:after {
    content: "\e906";
    left: 10px;
    font-family: icomoon;
    position: absolute
}

.steps-container .select-filters ul li {
    font-size: 11px;
    white-space: normal
}

.steps-container.full-width {
    max-width: 100%
}

.steps-container .content-steps,
.steps-container.full-width .steps-list {
    max-width: 630px;
    margin: auto
}

.steps-container .map-txt p {
    padding-left: 10px;
    font-size: 17px;
    margin: 0
}

.steps-container .map-txt {
    display: flex;
    align-content: center;
    margin-top: 4rem
}

.steps-container .icon-uniE926 {
    width: 25px;
    height: 25px;
    background: #ffd300;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    line-height: 25px
}

.steps-container .icon-uniE926:before {
    content: "\e926";
    font-family: icomoon
}

.steps-container .gm-style .gm-style-iw-d {
    overflow: auto !important
}

.steps-container .section-captcha {
    max-width: 630px;
    margin: 4rem auto;
    margin-bottom: 0
}

.section-map {
    margin-top: 1rem
}

.partner-selection p {
    margin: 0;
    color: #c1c1c1;
    font-size: 16px
}

#map,
.map-and-info #map {
    height: 450px !important
}

.steps-container .btn-group.countriesselect {
    border: 1px solid #ffd300 !important
}

.steps-container .btn-group.countriesselect button:hover {
    border: 0 !important
}

.steps-container .text-danger {
    margin-top: 5px;
    font-size: 13px
}

.steps-container .content-steps {
    display: flex;
    flex-direction: column;
    width: 100%
}

.steps-container .content-steps .btn-secondary {
    font-size: 16px
}

.steps-container .content-steps .optionalboxheader {
    justify-content: flex-end;
    margin-bottom: 20px
}

.steps-container .content-steps .optionalboxheader h3 {
    color: #2d3134
}

.content-steps .form-group.textarea-section label {
    margin-top: 0
}

.map-and-info .item-map {
    display: flex;
    align-items: flex-start;
    border: 1px solid #ededed;
    padding: 15px 20px
}

.checkbox-item {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox-item .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff
}

.checkbox-item:hover input~.checkmark {
    background-color: rgba(255, 211, 0, .15);
    border-color: #ffd300
}

.checkbox-item input:checked~.checkmark {
    background-color: #fff;
    border-color: #ffd300
}

.checkbox-item .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox-item input:checked~.checkmark:after {
    display: block
}

.checkbox-item .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid #ffd300;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.map-and-info .item-map .partner-address::before {
    content: "\e919";
    position: absolute;
    left: 0;
    font-family: icomoon !important;
    font-size: 15px
}

.steps-container .ui-menu .ui-menu-item-wrapper {
    padding: 0;
    line-height: normal;
    font-size: 16px
}

.steps-container .ui-menu .ui-state-active {
    margin: 0
}

.steps-container .product-group-input:before {
    content: "\e910";
    font-family: icomoon;
    position: absolute;
    right: 12px;
    color: #999;
    font-size: 22px;
    z-index: 9999;
    line-height: 50px
}

.steps-container .product-group-input {
    position: relative
}

.map-and-info .item-map .partner-phone::before {
    content: "\e91a";
    position: absolute;
    left: 0;
    font-family: icomoon !important;
    font-size: 15px
}

.map-and-info .item-map .partner-address,
.map-and-info .item-map .partner-phone {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-right: 20px;
    float: left;
    width: 100%;
    min-height: 15px
}

.map-and-info .item-map .partner-address {
    margin-bottom: 5px
}

.map-and-info .item-map a {
    color: #3e4346;
    letter-spacing: -.36px;
    font-weight: 700;
    font-size: 17px;
    float: left;
    width: 100%
}

.steps-container .select-filters .filter-clear-all {
    font-size: 16px
}

.steps-container .productslist .ui-menu-item {
    padding: 10px;
    border-bottom: 1px solid #eee
}

.steps-container .productslist .ui-menu-item:hover {
    background: #eee
}

.steps-container .ui-state-active,
.ui-widget-content .ui-state-active {
    background: 0 0;
    border: 0;
    color: #000
}

.map-and-info .item-map a span {
    float: left;
    margin-right: 2rem
}

.map-and-info .info-item-map .markerBtn {
    float: left
}

.map-and-info .item-map a img {
    max-width: 125px;
    margin-bottom: 5px
}

.map-and-info .item-map.active {
    background: #ffd300
}

.map-and-info .item-map a:hover {
    color: #ffd300
}

.map-and-info .item-map.active a:hover {
    color: #fff
}

#side_bar_inner {
    height: 600px;
    overflow: hidden
}

#side_bar_inner .item-map {
    cursor: pointer
}

.map-and-info .col-md-5 {
    padding-right: 0
}

.map-and-info .col-md-7 {
    padding-left: 0
}

#side_bar_inner .mCSB_inside>.mCSB_container {
    margin-right: 0
}

.map-and-info .gm-ui-hover-effect {
    right: 0 !important;
    top: 0 !important
}

.map-and-info .infoContent {
    max-width: 270px
}

.map-and-info .gm-style .gm-style-iw-c {
    padding: 0
}

.map-and-info .infoContent .markerContentTop .markerTitle a {
    text-decoration: none
}

.steps-container .content-steps .countriesselect .bs-placeholder {
    border: 0 !important
}

.steps-container .bootstrap-select .dropdown-toggle .hover {
    border: 0
}

.section-captcha .form-control {
    border: 1px solid #d8d8d8
}

.steps-container .subtitle_container_bg .margin-top-30 {
    margin-top: 40px !important
}

.steps-container .zipcode_checker.form-group a:hover {
    color: #fff
}

.steps-container .section-captcha label {
    font-weight: 400;
    font-size: 14px
}

.steps-container .section-captcha fieldset label input {
    margin-right: 5px
}

.alicon-error {
    display: flex
}

main.arrow-bg {
    background-image: url(../images/grey_bg.png);
    background-repeat: no-repeat;
    background-position: 120% 15%;
    background-size: 4510px auto
}

main.arrow-bg .image-grid .item img {
    z-index: 0
}

.back-link {
    margin: 10px 0
}

.back-link a {
    color: #3e4346;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    padding-left: 20px
}

@media screen and (min-width:480px) {
    .back-link a {
        font-size: 15px
    }
}

@media screen and (min-width:768px) {
    .back-link a {
        font-size: 15px
    }
}

@media screen and (min-width:1200px) {
    .back-link a {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {
    .back-link a {
        font-size: 16px
    }
}

.back-link a:before {
    color: #3e4346;
    font-family: icomoon;
    position: absolute;
    left: 0;
    content: "\e906"
}

.intro {
    font-size: 16px;
    letter-spacing: -.2px
}

@media screen and (min-width:480px) {
    .intro {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    .intro {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {
    .intro {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    .intro {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    .intro {
        font-size: 24px
    }
}

.image-grid .item {
    position: relative;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    display: block
}

.image-grid .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .8;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000)
}

.image-grid .item .text {
    z-index: 2;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 4.35%;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out
}

.image-grid .item .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1em;
    padding-bottom: 15px
}

@media screen and (min-width:480px) {
    .image-grid .item .title {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {
    .image-grid .item .title {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    .image-grid .item .title {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {
    .image-grid .item .title {
        font-size: 36px
    }
}

@media screen and (min-width:1440px) {
    .image-grid .item .title {
        font-size: 40px
    }
}

.image-grid .item .more {
    font-size: 14px;
    display: inline-block;
    padding: 0;
    line-height: 1em
}

@media screen and (min-width:480px) {
    .image-grid .item .more {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .image-grid .item .more {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {
    .image-grid .item .more {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {
    .image-grid .item .more {
        font-size: 16px
    }
}

.image-grid .item .more:after {
    font-family: icomoon;
    content: "\e907";
    float: right
}

.image-grid .item img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-color: #3d4852;
    z-index: -1
}

.image-grid .item.hover img {
    filter: blur(4px)
}

.image-grid .item.hover .text {
    text-decoration: none;
    color: #f6b800
}

.promo .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.promo .row:before {
    width: 0
}

.promo .row:after {
    width: 0
}

.promo .h1,
.promo h1 {
    font-size: 20px;
    text-align: center
}

@media screen and (min-width:480px) {

    .promo .h1,
    .promo h1 {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {

    .promo .h1,
    .promo h1 {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {

    .promo .h1,
    .promo h1 {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {

    .promo .h1,
    .promo h1 {
        font-size: 36px
    }
}

@media screen and (min-width:1440px) {

    .promo .h1,
    .promo h1 {
        font-size: 40px
    }
}

.promo .item {
    position: relative;
    display: flex;
    flex-flow: column wrap
}

.promo .promo-details {
    width: 100%;
    position: relative;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-flow: column wrap;
    margin-bottom: 40px
}

.promo .promo-details h2,
.promo .promo-details h3 {
    font-size: 18px;
    color: #3e4346;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: normal
}

@media screen and (min-width:480px) {

    .promo .promo-details h2,
    .promo .promo-details h3 {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {

    .promo .promo-details h2,
    .promo .promo-details h3 {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {

    .promo .promo-details h2,
    .promo .promo-details h3 {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {

    .promo .promo-details h2,
    .promo .promo-details h3 {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {

    .promo .promo-details h2,
    .promo .promo-details h3 {
        font-size: 24px
    }
}

.promo .promo-details p {
    font-size: 14px;
    margin-bottom: 20px;
    flex: 1
}

@media screen and (min-width:480px) {
    .promo .promo-details p {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .promo .promo-details p {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .promo .promo-details p {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .promo .promo-details p {
        font-size: 18px
    }
}

.promo .promo-details .btn,
.promo .promo-details .btn-back,
.promo .promo-details .btn-default,
.promo .promo-details .btn-facebook,
.promo .promo-details .btn-favorite,
.promo .promo-details .btn-link,
.promo .promo-details .btn-next,
.promo .promo-details .btn-primary,
.promo .promo-details .btn-secondary {
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out
}

.promo .promo-details .btn-back:after,
.promo .promo-details .btn-default:after,
.promo .promo-details .btn-facebook:after,
.promo .promo-details .btn-favorite:after,
.promo .promo-details .btn-link:after,
.promo .promo-details .btn-next:after,
.promo .promo-details .btn-primary:after,
.promo .promo-details .btn-secondary:after,
.promo .promo-details .btn:after {
    font-family: icomoon;
    content: "\e907";
    top: 12px;
    position: absolute;
    right: 15px
}

.promo .promo-details .btn.hover,
.promo .promo-details .hover.btn-back,
.promo .promo-details .hover.btn-default,
.promo .promo-details .hover.btn-facebook,
.promo .promo-details .hover.btn-favorite,
.promo .promo-details .hover.btn-link,
.promo .promo-details .hover.btn-next,
.promo .promo-details .hover.btn-primary,
.promo .promo-details .hover.btn-secondary {
    background: #ffd300
}

.promo .promo-details .btn-back:focus,
.promo .promo-details .btn-default:focus,
.promo .promo-details .btn-facebook:focus,
.promo .promo-details .btn-favorite:focus,
.promo .promo-details .btn-link:focus,
.promo .promo-details .btn-next:focus,
.promo .promo-details .btn-primary:focus,
.promo .promo-details .btn-secondary:focus,
.promo .promo-details .btn:focus {
    text-decoration: none;
    color: #fff;
    outline: 0
}

.promo .promo-details .btn.no-background,
.promo .promo-details .no-background.btn-back,
.promo .promo-details .no-background.btn-default,
.promo .promo-details .no-background.btn-facebook,
.promo .promo-details .no-background.btn-favorite,
.promo .promo-details .no-background.btn-link,
.promo .promo-details .no-background.btn-next,
.promo .promo-details .no-background.btn-primary,
.promo .promo-details .no-background.btn-secondary {
    padding-left: 15px !important;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0
}

.rhombus {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    width: 250px;
    height: 250px;
    transform: rotate(45deg);
    margin-bottom: 80px
}

.rhombus .rhombus-inner {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    width: 355px;
    height: 355px;
    transform: rotate(-45deg) translateY(-74px);
    -webkit-transform: rotate(-45deg) translateY(-74px)
}

.rhombus .rhombus-inner img {
    width: 100%;
    height: auto
}

.job-rhombus {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    transform: rotate(45deg);
    margin-bottom: 80px;
    width: 320px;
    height: 320px;
    background: #3e4346;
    position: relative
}

.job-rhombus .job-rhombus-inner {
    width: 250px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    color: #000;
    position: absolute;
    text-align: center;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden
}

.job-rhombus .job-rhombus-inner .btn,
.job-rhombus .job-rhombus-inner .btn-back,
.job-rhombus .job-rhombus-inner .btn-default,
.job-rhombus .job-rhombus-inner .btn-facebook,
.job-rhombus .job-rhombus-inner .btn-favorite,
.job-rhombus .job-rhombus-inner .btn-link,
.job-rhombus .job-rhombus-inner .btn-next,
.job-rhombus .job-rhombus-inner .btn-primary,
.job-rhombus .job-rhombus-inner .btn-secondary {
    width: 90%
}

h3.section-title {
    line-height: 1
}

.inspirations-list .card h2 {
    margin-top: 10px;
    margin-bottom: 10px
}

section.filters {
    background-color: #f8f8f8;
    padding: 15px 0
}

section.filters h2 {
    color: #3e4346;
    font-size: 18px;
    font-weight: 700 !important;
    margin: 0;
    margin-bottom: 5px;
    line-height: 1;
    letter-spacing: normal
}

section.filters label {
    font-size: 18px;
    font-weight: 700 !important
}

section.filters .filter-intro {
    font-size: 16px
}

@media screen and (min-width:480px) {
    section.filters .filter-intro {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    section.filters .filter-intro {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {
    section.filters .filter-intro {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    section.filters .filter-intro {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    section.filters .filter-intro {
        font-size: 24px
    }
}

section.filters .sorting {
    display: none
}

section.filters .btn-back,
section.filters .btn-favorite,
section.filters .btn-next,
section.filters .btn-primary {
    margin-top: 30px
}

section.filters .filter-option {
    font-size: 16px
}

@media screen and (min-width:480px) {
    section.filters .filter-option {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    section.filters .filter-option {
        font-size: 12px
    }
}

@media screen and (min-width:820px) {
    section.filters .filter-option {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {
    section.filters .filter-option {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {
    section.filters .filter-option {
        font-size: 16px
    }
}

section.filters .btn,
section.filters .btn-back,
section.filters .btn-default,
section.filters .btn-facebook,
section.filters .btn-favorite,
section.filters .btn-link,
section.filters .btn-next,
section.filters .btn-primary,
section.filters .btn-secondary {
    padding: 14px 10px;
    font-size: 16px
}

@media screen and (min-width:480px) {

    section.filters .btn,
    section.filters .btn-back,
    section.filters .btn-default,
    section.filters .btn-facebook,
    section.filters .btn-favorite,
    section.filters .btn-link,
    section.filters .btn-next,
    section.filters .btn-primary,
    section.filters .btn-secondary {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {

    section.filters .btn,
    section.filters .btn-back,
    section.filters .btn-default,
    section.filters .btn-facebook,
    section.filters .btn-favorite,
    section.filters .btn-link,
    section.filters .btn-next,
    section.filters .btn-primary,
    section.filters .btn-secondary {
        font-size: 12px
    }
}

@media screen and (min-width:820px) {

    section.filters .btn,
    section.filters .btn-back,
    section.filters .btn-default,
    section.filters .btn-facebook,
    section.filters .btn-favorite,
    section.filters .btn-link,
    section.filters .btn-next,
    section.filters .btn-primary,
    section.filters .btn-secondary {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {

    section.filters .btn,
    section.filters .btn-back,
    section.filters .btn-default,
    section.filters .btn-facebook,
    section.filters .btn-favorite,
    section.filters .btn-link,
    section.filters .btn-next,
    section.filters .btn-primary,
    section.filters .btn-secondary {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {

    section.filters .btn,
    section.filters .btn-back,
    section.filters .btn-default,
    section.filters .btn-facebook,
    section.filters .btn-favorite,
    section.filters .btn-link,
    section.filters .btn-next,
    section.filters .btn-primary,
    section.filters .btn-secondary {
        font-size: 16px
    }
}

section.filters .filter-toggle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffd300;
    display: block;
    text-decoration: none;
    position: relative;
    float: right;
    cursor: pointer
}

section.filters .filter-toggle::after {
    content: "\e915";
    font-family: icomoon;
    font-size: 20px;
    color: #3e4346;
    position: absolute;
    top: 6px;
    width: 100%;
    display: block;
    text-align: center
}

section.filters .filter-toggle.hover {
    text-decoration: none
}

section.filters .filter-close {
    display: none
}

section.filters .filter-wrapper {
    margin-top: 15px
}

section.filters .filter-section-title {
    display: none;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px
}

section.filters .separator {
    display: none
}

section.filters .bs-searchbox {
    padding: 20px 20px !important
}

.fancy-grid.allcasestudies .items {
    width: 100%
}

.comparison-table.packages .code {
    padding-bottom: 0
}

.comparison-table .code {
    font-size: 18px;
    font-weight: 700;
    margin-top: 11px
}

@media screen and (min-width:480px) {
    .comparison-table .code {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    .comparison-table .code {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {
    .comparison-table .code {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    .comparison-table .code {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    .comparison-table .code {
        font-size: 24px
    }
}

.comparison-table .comparison-row {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    height: 46px;
    display: flex;
    align-items: center
}

.comparison-table .item .img-link {
    position: relative;
    display: block
}

.comparison-table .item img {
    width: 100%
}

.comparison-table .item .top-left-indicator {
    width: 60%;
    max-width: 128px;
    position: absolute;
    top: 10px;
    left: 10px
}

.comparison-table .item .bottom-left-indicator {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #3e4346;
    font-weight: 700;
    background-color: #ffd300;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    line-height: 25px;
    padding: 0 15px;
    display: inline-block
}

.comparison-table .item .title {
    height: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.comparison-table .comparison-table .item:nth-of-type(2n+1) {
    clear: left
}

.mb-0>a {
    display: block;
    position: relative;
    color: #3e4346;
    font-size: 16px;
    font-weight: 700
}

.mb-0>a:focus,
.mb-0>a:hover {
    color: #3e4346;
    text-decoration: none
}

.mb-0>a:after {
    content: "\e913";
    font-family: icomoon;
    position: absolute;
    right: 0
}

.card-body .card .mb-0 a {
    color: #999
}

.mb-0>a[aria-expanded=true]:after {
    content: "\e913"
}

.inspirations-list .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ededed;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 4px
}

.inspirations-list .card-without-border .card {
    background: 0 0;
    border: 0;
    border-radius: 0
}

.inspirations-list .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0;
    background: #fff
}

.inspirations-list .card-body .card:last-child {
    border: 0
}

.inspirations-list .list-subcategories {
    list-style: none;
    padding-left: 20px;
    padding-top: 1.5rem
}

.inspirations-list .label-autocomplete {
    font-weight: 700
}

.inspirations-list .autocomplete-group {
    position: relative
}

.inspirations-list .autocomplete-group .ui-menu {
    top: 50px !important;
    width: 100% !important
}

.inspirations-list .autocomplete-group .ui-menu li {
    padding: 10px;
    border-bottom: 1px solid #eee
}

.inspirations-list .autocomplete-group .ui-menu li:hover {
    background: #eee
}

.inspirations-list .ui-button.ui-state-active:hover,
.inspirations-list .ui-button:active,
.inspirations-list .ui-state-active,
.inspirations-list .ui-widget-content .ui-state-active,
.inspirations-list .ui-widget-header .ui-state-active,
.inspirations-list a.ui-button:active {
    border: transparent;
    background: 0 0;
    font-weight: 400;
    color: #000
}

.inspirations-list .card .collapse.in,
.inspirations-list .card .collapsing {
    background: #fff
}

.inspirations-list .list-subcategories label {
    font-weight: 300;
    font-size: 16px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.inspirations-list .list-subcategories label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.inspirations-list .list-subcategories label:hover input~.checkmark {
    background-color: rgba(255, 211, 0, .15);
    border: 1px solid #ffd300
}

.inspirations-list .list-subcategories label input:checked~.checkmark {
    background-color: #fff
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.inspirations-list .list-subcategories label input:checked~.checkmark:after {
    display: block
}

.inspirations-list .list-subcategories label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #ffd300;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

[id^=collapse] .collapse,
[id^=collapse] .collapse.in,
[id^=collapse] .collapsing {
    border-top: 1px solid #ededed
}

.card-body .card {
    border: 0;
    border-radius: 0;
    background: 0 0;
    border-bottom: 1px solid #ededed
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0
}

.filters .filter-toggle {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffd300;
    display: block;
    text-decoration: none;
    position: relative;
    float: right;
    cursor: pointer
}

.filters .filter-toggle::after {
    content: "\e915";
    font-family: icomoon;
    font-size: 20px;
    color: #3e4346;
    position: absolute;
    top: 6px;
    width: 100%;
    display: block;
    text-align: center
}

.select-filters span {
    font-weight: 700;
    margin-bottom: 5px;
    display: block
}

.select-filters ul {
    padding: 0;
    list-style: none
}

.select-filters ul li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background: #ffd300;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #3e4346;
    margin-bottom: 7px;
    margin-right: 7px;
    height: 25px;
    line-height: 26px
}

.select-filters ul li .filter-clear {
    font-size: 11px;
    color: #3e4346;
    padding-left: 10px;
    padding-right: 5px;
    line-height: 1;
    display: inline-block;
    cursor: pointer
}

.select-filters .filter-clear-all {
    color: #999;
    text-decoration: underline
}

.inspirations-list .under-construction {
    background: rgba(77, 77, 77, .8);
    border: 1px solid #ffd300;
    border-radius: 4px;
    padding: 0 12px;
    height: 26px;
    line-height: 26px;
    color: #ffd300;
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.inspirations-list .order-list {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.inspirations-list .order-list .col span {
    font-weight: 700;
    padding-right: 5px
}

.inspirations-list .order-list .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: 0
}

.inspirations-list .order-list .bootstrap-select .dropdown-toggle:active,
.inspirations-list .order-list .bootstrap-select .dropdown-toggle[aria-expanded=true] {
    border: 1px solid transparent !important
}

.inspirations-list .order-list .bootstrap-select {
    position: initial
}

.inspirations-list .order-list .bootstrap-select .dropdown-toggle {
    color: #3e4346 !important;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid transparent;
    padding-left: 0
}

.inspirations-list .order-list .bootstrap-select .dropdown-toggle span.caret:before {
    top: -12px;
    right: -5px
}

.inspirations-list .filters .filter-intro {
    font-size: 18px
}

@media screen and (min-width:480px) {
    .inspirations-list .filters .filter-intro {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    .inspirations-list .filters .filter-intro {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {
    .inspirations-list .filters .filter-intro {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    .inspirations-list .filters .filter-intro {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    .inspirations-list .filters .filter-intro {
        font-size: 24px
    }
}

.inspirations-list .filters .search-input .form-control {
    border: 1px solid #ffd300
}

.inspirations-list .fancy-grid .pagination-box {
    width: 100% !important
}

.fancy-grid .code {
    font-size: 18px;
    font-weight: 700;
    margin-top: 11px;
    color: #3e4346
}

@media screen and (min-width:480px) {
    .fancy-grid .code {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    .fancy-grid .code {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {
    .fancy-grid .code {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    .fancy-grid .code {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    .fancy-grid .code {
        font-size: 24px
    }
}

.fancy-grid .code.hover,
.fancy-grid .code:focus {
    color: #3e4346;
    text-decoration: none
}

.fancy-grid .comparison-row {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    height: 46px;
    display: flex;
    align-items: center
}

.fancy-grid .items {
    display: flex;
    flex-wrap: wrap
}

.fancy-grid .items:before {
    width: 0
}

.fancy-grid .items:after {
    width: 0
}

.fancy-grid .items .item {
    display: flex;
    flex-flow: column
}

.fancy-grid .items .item .img-link {
    position: relative;
    display: block
}

.fancy-grid .items .item img {
    width: 100%
}

.fancy-grid .items .item .top-left-indicator {
    width: 70%;
    max-width: 210px;
    position: absolute;
    top: 10px;
    left: 10px
}

.fancy-grid .items .item .bottom-left-indicator {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #3e4346;
    font-weight: 700;
    background-color: #ffd300;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    line-height: 25px;
    padding: 0 15px;
    display: inline-block
}

.fancy-grid .items .item .title {
    flex: 1
}

.comparison-chooser {
    position: fixed;
    bottom: 0;
    height: 0;
    background-color: #fff;
    z-index: 300;
    width: 100vw;
    transition: height .7s linear
}

.comparison-chooser .header {
    background-color: #3d4852;
    height: 70px;
    position: relative
}

.comparison-chooser .header .products-compare-count:after {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e913";
    vertical-align: middle;
    margin-left: 5px;
    transform: rotateZ(0);
    display: inline-block;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    transition: all .7s ease-out
}

.comparison-chooser .header .products-compare-count.rotate-arrow:after {
    transform: rotateZ(180deg)
}

.comparison-chooser .header .title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 19px 0;
    box-sizing: border-box;
    height: 100%;
    cursor: pointer
}

@media screen and (min-width:480px) {
    .comparison-chooser .header .title {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    .comparison-chooser .header .title {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {
    .comparison-chooser .header .title {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    .comparison-chooser .header .title {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    .comparison-chooser .header .title {
        font-size: 24px
    }
}

.comparison-chooser .header .container {
    height: 100%
}

.comparison-chooser .header button {
    height: 70px;
    padding: 19px 25px;
    background-color: #ffd300;
    color: #3e4346;
    font-weight: 700;
    font-size: 18px;
    font-size: 20px;
    border-style: none;
    outline: 0
}

@media screen and (min-width:480px) {
    .comparison-chooser .header button {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    .comparison-chooser .header button {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {
    .comparison-chooser .header button {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    .comparison-chooser .header button {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    .comparison-chooser .header button {
        font-size: 24px
    }
}

.comparison-chooser .header button.choose-now {
    display: none
}

.comparison-chooser .header button span {
    vertical-align: middle
}

.comparison-chooser .body {
    position: relative;
    padding-top: 20px
}

.comparison-chooser .clear-comparison {
    color: #3e4346;
    font-size: 16px;
    padding-left: 22px;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer
}

.comparison-chooser .clear-comparison::before {
    content: "\e90a";
    font-family: icomoon;
    color: #3e4346;
    position: absolute;
    left: 0
}

.comparison-chooser .empty-comparison {
    background-color: #f8f8f8;
    padding: 30px;
    box-sizing: border-box;
    height: calc(63.33%);
    color: #3d4852;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center
}

.comparison-chooser .empty-comparison .message {
    text-align: center;
    width: 100%;
    position: relative
}

.comparison-chooser .empty-comparison .alicon-error {
    font-size: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: -26px
}

.comparison-chooser .comparison-product .image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 63.33%;
    overflow: hidden
}

.comparison-chooser .comparison-product .image img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%
}

.comparison-chooser .comparison-product .top-left-indicator {
    width: 128px;
    position: absolute;
    top: 10px;
    left: 10px
}

.comparison-chooser .comparison-product .bottom-left-indicator {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #3e4346;
    font-weight: 700;
    background-color: #ffd300;
    border-radius: 4px;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    line-height: 25px;
    padding: 0 15px;
    display: inline-block
}

.comparison-chooser .comparison-product .remove {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    color: #fff
}

.comparison-chooser .comparison-product .remove::before {
    content: "\e90a";
    font-family: icomoon;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none
}

.comparison-chooser .comparison-product .code {
    font-weight: 700;
    margin-top: 13px;
    font-size: 14px
}

@media screen and (min-width:480px) {
    .comparison-chooser .comparison-product .code {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .comparison-chooser .comparison-product .code {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .comparison-chooser .comparison-product .code {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .comparison-chooser .comparison-product .code {
        font-size: 18px
    }
}

.comparisonHeaderHeight {
    height: 70px
}

.comparisonHeight {
    height: 380px
}

.comparison-table .table {
    position: relative
}

.comparison-table .row {
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    flex-wrap: wrap
}

.comparison-table .row:before {
    width: 0
}

.comparison-table .row:after {
    width: 0
}

.comparison-table .row>div {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle
}

.comparison-table .row:nth-child(even) .value {
    background: #f8f8f8
}

.comparison-table .top-row {
    background-color: #fff;
    width: 100%
}

.comparison-table .sticky-header .affix {
    top: 0;
    z-index: 100;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25)
}

.comparison-table .sticky-header .affix-bottom {
    position: relative;
    top: auto;
    z-index: 100
}

.comparison-table .code {
    padding-bottom: 30px
}

.comparison-table .property {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

.comparison-table .value {
    color: #3d4852;
    text-align: center;
    font-size: 14px
}

@media screen and (min-width:480px) {
    .comparison-table .value {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .comparison-table .value {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .comparison-table .value {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .comparison-table .value {
        font-size: 18px
    }
}

.comparison-table .title {
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

@media screen and (min-width:480px) {
    .comparison-table .title {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .comparison-table .title {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .comparison-table .title {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .comparison-table .title {
        font-size: 18px
    }
}

.comparison-table .caption {
    font-weight: 700;
    font-size: 16px
}

@media screen and (min-width:480px) {
    .comparison-table .caption {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    .comparison-table .caption {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {
    .comparison-table .caption {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    .comparison-table .caption {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    .comparison-table .caption {
        font-size: 24px
    }
}

.comparison-table .image {
    position: relative
}

.comparison-table .remove {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    text-decoration: none;
    color: #fff
}

.comparison-table .remove::before {
    content: "\e90a";
    font-family: icomoon;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none
}

.section-header {
    position: relative
}

.section-header h1 {
    max-width: 940px
}

.section-header .image-wrapper {
    position: relative;
    margin-bottom: 65px
}

.section-header .image-wrapper:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-image: url(../images/yellow-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35%;
    padding-bottom: 35%;
    display: block
}

.section-header .image-wrapper .header-image-container:after {
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 340px solid #fff;
    content: '';
    position: absolute;
    top: 1px;
    right: 0
}

.section-header .image-wrapper .header-image-container .header-image {
    width: 100%
}

.section-header .family-logo img {
    width: 32%;
    min-width: 160px
}

.section-colored {
    background-color: #f8f8f8
}

.section-black {
    background-color: #3e4346
}

.section-black.section-header h1 {
    color: #fff
}

.section-black.section-header .image-wrapper .header-image-container:after {
    border-right: 0 solid #3e4346;
    border-bottom: 340px solid #3e4346
}

.section-black.description {
    color: #fff
}

.section-black.description .subtitle {
    color: #fff
}

.cta-center {
    display: flex;
    width: 100%;
    justify-content: center
}

.cta-center .cta-button {
    display: flex;
    justify-content: center
}

.cta-right {
    display: flex;
    width: 100%;
    justify-content: flex-end
}

.cta-right .cta-button {
    display: flex;
    justify-content: flex-end
}

section.description {
    padding-bottom: 20px
}

section.description p {
    clear: left;
    width: 100%
}

section.description .content {
    clear: left;
    width: 100%
}

section.description .content.cardSingleShort {
    font-size: 18px
}

@media screen and (min-width:480px) {
    section.description .content.cardSingleShort {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    section.description .content.cardSingleShort {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {
    section.description .content.cardSingleShort {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    section.description .content.cardSingleShort {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    section.description .content.cardSingleShort {
        font-size: 24px
    }
}

section.description .card-image {
    padding-right: 10px
}

section.description .card-content {
    padding-left: 10px
}

section.technical-table {
    padding: 40px 0
}

section.technical-table .characteristics .row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap
}

section.technical-table .characteristics .row:before {
    width: 0
}

section.technical-table .characteristics .row:after {
    width: 0
}

section.technical-table .characteristics .row>div {
    margin-bottom: 30px
}

section.technical-table .intro {
    padding-bottom: 20px;
    font-size: 18px
}

section.technical-table .typologies {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap
}

section.technical-table .typologies:before {
    width: 0
}

section.technical-table .typologies:after {
    width: 0
}

section.technical-table .typologies .typologia .typologia_image_container {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    margin: 20px auto;
    position: relative
}

section.technical-table .typologies .typologia img {
    display: block;
    text-align: center;
    position: absolute;
    height: auto;
    max-width: 80px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

section.technical-table .typologies .typologia div {
    font-size: 14px;
    text-align: center
}

section.benefits {
    padding-top: 20px;
    padding-bottom: 20px
}

section.benefits .certificates {
    padding-left: 60px;
    box-sizing: border-box
}

section.related-items {
    padding-top: 40px;
    padding-bottom: 40px
}

section.related-items a {
    margin-bottom: 13px;
    width: 100%;
    color: #3e4346
}

section.related-items a img {
    width: 100%
}

section.related-items a.btn-link {
    margin-bottom: 0
}

section.related-items .items {
    display: flex;
    flex-wrap: wrap
}

section.related-items .items:before {
    width: 0
}

section.related-items .items:after {
    width: 0
}

section.related-items .items .item {
    display: flex;
    flex-flow: column wrap;
    margin-bottom: 20px
}

section.related-items .items .item .item-title {
    flex: 1
}

section.related-items .items .item a.hover,
section.related-items .items .item a:focus {
    text-decoration: none;
    color: #3e4346
}

.section-separator {
    padding-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f3f3f3
}

.section-separator.border-0 {
    border: 0
}

.form-one-step span.max-lenght {
    font-size: 11px;
    margin-left: 2px;
    opacity: .7
}

.form-one-step .cv-form .row {
    display: flex;
    flex-wrap: wrap
}

.form-one-step .hardSkills-extra {
    display: none
}

.form-one-step .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    display: flex
}

.form-one-step .bootstrap-select.show-tick .dropdown-menu li a[aria-selected=false] .glyphicon-ok:before {
    content: none
}

.form-one-step .bootstrap-select.show-tick .dropdown-menu li a span.text {
    display: inline-block;
    margin-left: 32px
}

.form-one-step .bootstrap-select.show-tick .dropdown-menu li a span.glyphicon {
    order: 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    margin-top: 10px
}

.form-one-step .row-form {
    display: flex;
    justify-content: center
}

.form-one-step .subTitle {
    font-size: 16px;
    font-weight: 700
}

.form-one-step .form-group {
    margin-bottom: 20px
}

.form-one-step .form-group label {
    margin-bottom: 10px
}

.section-separator.no-padding {
    padding-top: 0;
    margin-bottom: 0
}

.subtitle+.section-separator {
    padding-top: 10px
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

#galleryModalWhite .visibleNearby,
.modal-backdrop-white {
    background-color: #fff !important
}

#galleryModal .close-modal,
#galleryModalWhite .close-modal,
.boxesgallery .close-modal {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding-right: 24px;
    position: absolute;
    font-size: 16px;
    top: 40px;
    right: 20px;
    z-index: 1000;
    opacity: 1;
    text-shadow: none
}

#galleryModal .close-modal:after,
#galleryModalWhite .close-modal:after,
.boxesgallery .close-modal:after {
    font-family: icomoon;
    content: "\e90a";
    position: absolute;
    right: 0;
    top: -20px;
    font-weight: 400;
    font-size: 20px
}

#galleryModal .modal-dialog,
#galleryModalWhite .modal-dialog,
.boxesgallery .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

#galleryModal .modal-content,
#galleryModalWhite .modal-content,
.boxesgallery .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#galleryModal .royalSlider,
#galleryModalWhite .royalSlider,
.boxesgallery .royalSlider {
    margin: 0 auto;
    width: 100%;
    height: 600px;
    max-height: 600px
}

#galleryModal .rsOverflow,
#galleryModalWhite .rsOverflow,
.boxesgallery .rsOverflow {
    background-color: transparent
}

#galleryModalWhite .close-modal {
    color: #000
}

.video_modal_landing {
    z-index: 99999
}

.video_modal_landing .close-modal {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding-right: 24px;
    position: absolute;
    font-size: 16px;
    top: 40px;
    right: 20px;
    z-index: 1000;
    opacity: 1;
    text-shadow: none
}

.video_modal_landing .close-modal:after {
    font-family: icomoon;
    content: "\e90a";
    position: absolute;
    right: 0;
    top: -20px;
    font-weight: 400;
    font-size: 20px
}

.video_modal_landing .modal-dialog {
    height: 92vh
}

.video_modal_landing .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.video_modal_landing .modal-content .plyr__poster {
    position: relative !important
}

#videoModal .close-modal {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding-right: 24px;
    position: absolute;
    font-size: 16px;
    top: 40px;
    right: 20px;
    z-index: 1000;
    opacity: 1;
    text-shadow: none
}

#videoModal .close-modal:after {
    font-family: icomoon;
    content: "\e90a";
    position: absolute;
    right: 0;
    top: -20px;
    font-weight: 400;
    font-size: 20px
}

#videoModal .modal-dialog {
    height: 92vh
}

#videoModal .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.modal-backdrop {
    opacity: 0;
    transition: opacity .2s
}

.modal-backdrop.in {
    opacity: .9;
    z-index: 9999
}

.visibleNearby {
    width: 100%;
    background: #141414;
    color: #fff;
    padding-top: 25px
}

.visibleNearby .rsSlide,
.visibleNearby img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform
}

.visibleNearby .rsGCaption {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 0 16px;
    background: #141414;
    width: 100%;
    position: static;
    float: left;
    left: auto;
    bottom: auto;
    text-align: center
}

.visibleNearby .rsGCaption span {
    display: block;
    clear: both;
    color: #bbb;
    font-size: 14px;
    line-height: 22px
}

.royalSlider>.rsImg {
    visibility: hidden
}

.visibleNearby .rsSlide img {
    opacity: .45;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    width: 100%
}

.visibleNearby .rsActiveSlide img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%
}

.media-gallery {
    padding-top: 40px;
    padding-bottom: 40px
}

.media-gallery .item {
    padding-bottom: 60%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    cursor: pointer
}

.media-gallery .item .image {
    position: absolute;
    width: 100%;
    top: 10px;
    bottom: 10px;
    overflow: hidden
}

.media-gallery .item .image .more-images-layer {
    position: absolute;
    color: #fff;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: table
}

@media screen and (min-width:480px) {
    .media-gallery .item .image .more-images-layer {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {
    .media-gallery .item .image .more-images-layer {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    .media-gallery .item .image .more-images-layer {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {
    .media-gallery .item .image .more-images-layer {
        font-size: 36px
    }
}

@media screen and (min-width:1440px) {
    .media-gallery .item .image .more-images-layer {
        font-size: 40px
    }
}

.media-gallery .item .image .more-images-layer .more-images-layer-text {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.media-gallery .item .image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 100%
}

.media-gallery .item .image::after {
    font-size: 20px;
    color: #fff;
    font-family: icomoon;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    content: "\e916"
}

.media-gallery .player-button {
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    z-index: 100;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 32px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: url(../images/rs-alumil.png);
    background-color: rgba(254, 210, 42, .75);
    background-repeat: no-repeat;
    background-position: 0 -34px
}

@media (max-width:560px) {
    .media-gallery .player-button {
        width: 50px;
        height: 50px;
        background-position: -5px -40px
    }
}

.media-gallery .player-button .alicon-play .path2:before {
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0
}

.section-gallery .row {
    display: flex;
    flex-wrap: wrap
}

.section-gallery .row:before {
    width: 0
}

.section-gallery .row:after {
    width: 0
}

.section-gallery .row>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.section-gallery .row>div .item .image img {
    max-height: 100%;
    max-width: 100%
}

.thumbs-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.thumbs-list li {
    margin: 0;
    padding: 0 10px;
    padding-bottom: 30px;
    width: 33%;
    box-sizing: border-box
}

.thumbs-list li img {
    float: left
}

.thumbs-list li div {
    float: left;
    margin-left: 9px;
    font-size: 14px;
    width: calc(100% - 69px)
}

.files-grid {
    padding-top: 40px;
    padding-bottom: 40px
}

.files-grid a {
    color: #3e4346;
    text-decoration: none
}

.files-grid a.hover {
    color: #3e4346
}

.files-grid .files {
    display: flex;
    flex-wrap: wrap
}

.files-grid .files:before {
    width: 0
}

.files-grid .files:after {
    width: 0
}

.files-grid .files .file {
    cursor: pointer;
    margin-bottom: 20px
}

.files-grid .files .file img {
    width: 100%
}

.files-grid .files .file .image {
    margin-bottom: 20px
}

.files-grid .files .file .btn-link {
    position: absolute;
    bottom: 0
}

.files-grid .files .file a.hover,
.files-grid .files .file a:focus {
    color: #3e4346;
    text-decoration: none
}

.files-grid .locked .image {
    display: inline-block;
    position: relative;
    width: 100%
}

.files-grid .locked .image:after {
    content: "\e90f";
    font-family: icomoon;
    position: absolute;
    bottom: -8px;
    right: -8px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #3d4852;
    color: #fff;
    text-align: center;
    line-height: 30px
}

.files-grid .locked .image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .4;
    top: 0;
    left: 0;
    z-index: 1
}

.item-title {
    font-weight: 700;
    font-size: 16px
}

@media screen and (min-width:480px) {
    .item-title {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .item-title {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .item-title {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .item-title {
        font-size: 18px
    }
}

.rsDefault .rsThumb.rsNavSelected {
    border-bottom: 4px solid #ffd300;
    background-color: transparent
}

.rsDefault .rsThumb.rsNavSelected img {
    opacity: 1
}

.section-header .has-categories {
    position: relative;
    max-width: none;
    display: flex;
    align-items: center;
    cursor: pointer
}

.section-header .has-categories:after {
    font-family: icomoon;
    content: "\e907";
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 20px;
    margin-left: 10px;
    transform: rotate(0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

@media screen and (min-width:480px) {
    .section-header .has-categories:after {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {
    .section-header .has-categories:after {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    .section-header .has-categories:after {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {
    .section-header .has-categories:after {
        font-size: 36px
    }
}

@media screen and (min-width:1440px) {
    .section-header .has-categories:after {
        font-size: 40px
    }
}

.section-header .has-categories.opened:after {
    transform: rotate(90deg)
}

.section-header .categories-dropdown {
    position: absolute;
    background: #f8f8f8;
    z-index: 9;
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease-out;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .25)
}

.section-header .categories-dropdown.opened {
    max-height: 2000px
}

.section-header .categories-dropdown ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.section-header .categories-dropdown ul li {
    position: relative;
    font-size: 14px;
    padding: 0 20px 0 0
}

@media screen and (min-width:480px) {
    .section-header .categories-dropdown ul li {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .section-header .categories-dropdown ul li {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {
    .section-header .categories-dropdown ul li {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {
    .section-header .categories-dropdown ul li {
        font-size: 16px
    }
}

.section-header .categories-dropdown ul li img {
    width: 60px;
    margin-right: 20px
}

.section-header .categories-dropdown ul li a {
    padding: 10px 0 10px 20px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden
}

.section-header .categories-dropdown ul li a:before {
    height: 0;
    width: 4px;
    background: #ffd300;
    -webkit-transition: height ease .5s;
    transition: height ease .5s;
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

.section-header .categories-dropdown ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 100%;
    height: 1px;
    background: #f3f3f3
}

.section-header .categories-dropdown ul li a.hover:before {
    height: 100%
}

.section-header .categories-dropdown ul li a.selected:before {
    height: 100%;
    background: #3e4346
}

@media screen and (max-width:1200px) {
    .promo .rhombus {
        width: 160px;
        height: 160px;
        margin-bottom: 40px
    }

    .promo .rhombus .rhombus-inner {
        width: 260px;
        height: 260px
    }
}

@media (max-width:1199px) {
    .section-header .image-wrapper {
        margin-bottom: 55px
    }

    .section-header .image-wrapper .header-image-container:after {
        border-bottom: 280px solid #fff
    }

    .section-black.section-header .image-wrapper .header-image-container:after {
        border-bottom: 280px solid #3e4346
    }
}

@media screen and (max-width:991px) {
    .comparisonHeight {
        height: 315px
    }

    section.benefits .certificates {
        padding-left: 10px
    }

    section.related-items .items {
        flex-wrap: wrap
    }

    section.related-items .items .item {
        margin-bottom: 20px
    }

    section.description .btn-favorite {
        max-width: 480px;
        margin-top: 20px
    }

    section.filters .btn-back:after,
    section.filters .btn-default:after,
    section.filters .btn-facebook:after,
    section.filters .btn-favorite:after,
    section.filters .btn-link:after,
    section.filters .btn-next:after,
    section.filters .btn-primary:after,
    section.filters .btn-secondary:after,
    section.filters .btn:after {
        display: none
    }

    .section-header .image-wrapper .header-image-container:after {
        border-left: 28vw solid transparent;
        border-bottom: 30vw solid #fff
    }

    .section-black.section-header .image-wrapper .header-image-container:after {
        border-left: 28vw solid transparent;
        border-bottom: 30vw solid #3e4346
    }

    .job-rhombus {
        margin-bottom: 140px;
        width: 290px;
        height: 290px
    }

    .job-rhombus .job-rhombus-inner {
        width: 221px
    }
}

@media screen and (max-width:890px) {
    .job-rhombus {
        margin-bottom: 140px;
        width: 240px;
        height: 240px
    }

    .job-rhombus .job-rhombus-inner {
        width: 210px
    }

    .job-rhombus .job-rhombus-inner .btn,
    .job-rhombus .job-rhombus-inner .btn-back,
    .job-rhombus .job-rhombus-inner .btn-default,
    .job-rhombus .job-rhombus-inner .btn-facebook,
    .job-rhombus .job-rhombus-inner .btn-favorite,
    .job-rhombus .job-rhombus-inner .btn-link,
    .job-rhombus .job-rhombus-inner .btn-next,
    .job-rhombus .job-rhombus-inner .btn-primary,
    .job-rhombus .job-rhombus-inner .btn-secondary {
        padding: 8px 15px
    }
}

@media screen and (max-width:767px) {
    .content-steps .select-filters .active-filter-list .active-filter {
        margin-right: 0
    }

    .map-and-info .item-map {
        padding: 15px 10px
    }

    .content-steps .select-filters .active-filter-list {
        width: 100%
    }

    .map-and-info .col-md-5 {
        padding: 0
    }

    .map-and-info .row {
        margin: 0
    }

    .map-and-info .item-map a span {
        font-size: 15px
    }

    .map-and-info .item-map a img {
        max-width: 100px
    }

    .map-and-info #map {
        display: none
    }

    .inspirations-list .order-list {
        display: none
    }

    .inspirations-list .filters .filter-wrapper {
        display: none;
        opacity: 0
    }

    .inspirations-list .filters.filters-open {
        position: initial
    }

    .inspirations-list .filters-open .filter-wrapper {
        width: 100%;
        min-height: 100%;
        background-color: #3e4346;
        padding: 15px;
        z-index: 100;
        margin: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

    .inspirations-list .filters-open .filter-wrapper .filter-header {
        padding: 25px 0;
        margin-bottom: 18px
    }

    .inspirations-list .filters-open .filter-wrapper .filter-clear-all,
    .inspirations-list .filters-open .filter-wrapper .filter-intro,
    .inspirations-list .filters-open .filter-wrapper label,
    .inspirations-list .select-filters span {
        color: #fff
    }

    .inspirations-list .card-body .card .list-subcategories label,
    .inspirations-list .list-subcategories label {
        color: #3e4346 !important
    }

    .inspirations-list .filters .filter-intro {
        font-weight: 700
    }

    .inspirations-list .form-group.search-input .input-group-addon {
        top: 32px
    }

    .inspirations-list .filters-open .filter-wrapper .filter-close {
        width: 40px;
        height: 40px;
        display: block;
        text-decoration: none;
        position: relative;
        float: right;
        cursor: pointer
    }

    .inspirations-list .filters-open .filter-wrapper .filter-close::after {
        content: "\e90a";
        font-family: icomoon;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 6px;
        width: 100%;
        display: block;
        text-align: center
    }

    .cta-center,
    .cta-center .cta-button,
    .cta-right,
    .cta-right .cta-button {
        display: block
    }

    #galleryModal .rsVideoContainer,
    #galleryModalWhite .rsVideoContainer,
    .boxesgallery .rsVideoContainer {
        width: 100% !important;
        margin-left: 0 !important;
        height: 100% !important;
        margin-top: 0 !important
    }

    #galleryModal .rsVisibleNearbyWrap,
    #galleryModalWhite .rsVisibleNearbyWrap,
    .boxesgallery .rsVisibleNearbyWrap {
        height: 90% !important
    }

    #galleryModal .rsOverflow,
    #galleryModalWhite .rsOverflow,
    .boxesgallery .rsOverflow {
        width: 100% !important;
        margin-left: 0 !important;
        height: 100% !important
    }

    #galleryModal .visibleNearby .rsActiveSlide img,
    #galleryModalWhite .visibleNearby .rsActiveSlide img,
    .boxesgallery .visibleNearby .rsActiveSlide img {
        width: 100% !important;
        margin-left: 0 !important;
        height: 100% !important;
        margin-top: 0 !important
    }

    #galleryModal .rsAlumil .rsThumbsHor,
    #galleryModalWhite .rsAlumil .rsThumbsHor,
    .boxesgallery .rsAlumil .rsThumbsHor {
        margin-top: 10px
    }

    section.filters .filter-wrapper {
        display: none;
        opacity: 0
    }

    body:has(.filters-open) {
        overflow: hidden;
        height: 100vh
    }

    section.filters-open .filter-wrapper {
        width: 100%;
        height: 100vh;
        background-color: #3e4346;
        padding: 15px;
        z-index: 9999;
        margin: 0;
        margin-top: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

    section.filters-open .filter-wrapper label {
        color: #fff
    }

    section.filters-open .filter-wrapper .filter-intro {
        color: #fff
    }

    section.filters-open .filter-wrapper .filter-header {
        padding: 25px 0;
        margin-bottom: 18px
    }

    section.filters-open .filter-wrapper .filter-section-title {
        display: none
    }

    section.filters-open .filter-wrapper .btn-back,
    section.filters-open .filter-wrapper .btn-favorite,
    section.filters-open .filter-wrapper .btn-next,
    section.filters-open .filter-wrapper .btn-primary {
        margin-top: 10px
    }

    section.filters-open .filter-wrapper .btn-back:before,
    section.filters-open .filter-wrapper .btn-favorite:before,
    section.filters-open .filter-wrapper .btn-next:before,
    section.filters-open .filter-wrapper .btn-primary:before {
        background: #fff
    }

    section.filters-open .filter-wrapper .btn-back:hover,
    section.filters-open .filter-wrapper .btn-favorite:hover,
    section.filters-open .filter-wrapper .btn-next:hover,
    section.filters-open .filter-wrapper .btn-primary:hover {
        color: #3e4346
    }

    section.filters-open .filter-wrapper .btn-primary.hover,
    section.filters-open .filter-wrapper .hover.btn-back,
    section.filters-open .filter-wrapper .hover.btn-favorite,
    section.filters-open .filter-wrapper .hover.btn-next {
        color: #3e4346
    }

    section.filters-open .filter-wrapper .btn-primary.hover:before,
    section.filters-open .filter-wrapper .hover.btn-back:before,
    section.filters-open .filter-wrapper .hover.btn-favorite:before,
    section.filters-open .filter-wrapper .hover.btn-next:before {
        background: #fff
    }

    section.filters-open .filter-wrapper .btn-back:active,
    section.filters-open .filter-wrapper .btn-favorite:active,
    section.filters-open .filter-wrapper .btn-next:active,
    section.filters-open .filter-wrapper .btn-primary:active {
        color: #3e4346
    }

    section.filters-open .filter-wrapper .btn-back:active:hover,
    section.filters-open .filter-wrapper .btn-favorite:active:hover,
    section.filters-open .filter-wrapper .btn-next:active:hover,
    section.filters-open .filter-wrapper .btn-primary:active:hover {
        color: #3e4346
    }

    section.filters-open .filter-wrapper .btn-back:active.hover,
    section.filters-open .filter-wrapper .btn-favorite:active.hover,
    section.filters-open .filter-wrapper .btn-next:active.hover,
    section.filters-open .filter-wrapper .btn-primary:active.hover {
        color: #3e4346
    }

    section.filters-open .filter-wrapper .btn-back:active:focus,
    section.filters-open .filter-wrapper .btn-favorite:active:focus,
    section.filters-open .filter-wrapper .btn-next:active:focus,
    section.filters-open .filter-wrapper .btn-primary:active:focus {
        color: #3e4346
    }

    section.filters-open .filter-wrapper .btn-back:focus,
    section.filters-open .filter-wrapper .btn-favorite:focus,
    section.filters-open .filter-wrapper .btn-next:focus,
    section.filters-open .filter-wrapper .btn-primary:focus {
        color: #3e4346
    }

    section.filters-open .filter-wrapper .filter-section {
        padding-bottom: 20px
    }

    section.filters-open .filter-wrapper .sorting {
        display: block
    }

    section.filters-open .filter-wrapper .separator {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        margin: 0 0 18px 0
    }

    section.filters-open .filter-wrapper .radio {
        margin: 15px 0
    }

    section.filters-open .filter-wrapper .radio:last-of-type {
        margin-bottom: 0
    }

    section.filters-open .filter-wrapper .filter-close {
        width: 40px;
        height: 40px;
        display: block;
        text-decoration: none;
        position: relative;
        float: right;
        cursor: pointer
    }

    section.filters-open .filter-wrapper .filter-close::after {
        content: "\e90a";
        font-family: icomoon;
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 6px;
        width: 100%;
        display: block;
        text-align: center
    }

    section.filters-open .filter-wrapper .filter-close.hover {
        text-decoration: none
    }

    .comparisonHeaderHeight {
        height: 40px
    }

    .comparisonHeight {
        height: 230px
    }

    .comparison-chooser .header {
        background-color: #f8f8f8;
        height: 40px
    }

    .comparison-chooser .header .title {
        color: #3d4852;
        font-size: 16px;
        padding: 10px 0
    }

    .comparison-chooser .header button {
        position: absolute;
        top: 190px;
        width: 100%;
        left: 0;
        z-index: 20;
        height: 40px;
        font-size: 16px;
        padding: 10px
    }

    .comparison-chooser .body {
        margin: 0;
        padding: 0 15px;
        margin-bottom: 40px
    }

    .comparison-chooser .body .clear-comparison {
        position: absolute;
        right: 30px;
        margin-top: -30px
    }

    .comparison-chooser .body .image {
        height: auto;
        width: auto;
        padding-bottom: 0;
        overflow: visible
    }

    .comparison-chooser .body .image .bottom-left-indicator {
        display: none
    }

    .comparison-chooser .body .image .top-left-indicator {
        display: none
    }

    .comparison-chooser .body .image img {
        display: none
    }

    .comparison-chooser .body .image .remove {
        position: relative;
        float: left;
        clear: left;
        color: #3e4346;
        padding-left: 10px
    }

    .comparison-chooser .body .code {
        float: left;
        max-width: 90%
    }

    .comparison-chooser .empty-comparison {
        height: auto;
        display: block;
        padding: 10px
    }

    .comparison-chooser .empty-comparison .message {
        text-align: left;
        width: 100%;
        position: relative;
        padding-left: 26px
    }

    .comparison-chooser .empty-comparison .alicon-error {
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 0
    }

    .comparison-table .item .bottom-left-indicator {
        font-weight: 700;
        font-size: 10px;
        line-height: 16px;
        padding: 2px 8px 0 8px
    }

    .comparison-table .property {
        text-align: center
    }

    .comparison-table .btn,
    .comparison-table .btn-back,
    .comparison-table .btn-default,
    .comparison-table .btn-facebook,
    .comparison-table .btn-favorite,
    .comparison-table .btn-link,
    .comparison-table .btn-next,
    .comparison-table .btn-primary,
    .comparison-table .btn-secondary {
        display: none
    }

    .comparison-table .image {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .comparison-table .code {
        padding-bottom: 0;
        text-align: center
    }

    .comparison-table .value {
        border-top: 1px solid #f3f3f3;
        background: #f8f8f8 !important
    }

    .comparison-table .remove {
        position: absolute;
        top: calc(50% - 8px);
        right: calc(50% - 8px)
    }

    .job-rhombus {
        width: 250px;
        height: 250px
    }

    .job-rhombus .job-rhombus-inner {
        width: 210px
    }

    section.description .card-image {
        padding-right: 10px
    }

    section.description .card-content {
        padding-left: 10px
    }
}

@media (max-width:600px) {
    .section-header .image-wrapper {
        margin-bottom: 25px
    }

    .comparison-table.packages .code {
        word-break: break-word
    }
}

@media (max-width:520px) {
    .section-header .image-wrapper .header-image-container:after {
        border-left: 28vw solid transparent;
        border-bottom: 27vw solid #fff
    }

    .section-black.section-header .image-wrapper .header-image-container:after {
        border-left: 28vw solid transparent;
        border-bottom: 27vw solid #3e4346
    }
}

@media screen and (max-width:480px) {
    .steps-container .textarea-section {
        padding: 0
    }

    .steps-container .zipcode_checker.form-group {
        flex-direction: column;
        margin-top: 3rem
    }

    .steps-container .zipcode_checker.form-group .btn,
    .steps-container .zipcode_checker.form-group .btn-back,
    .steps-container .zipcode_checker.form-group .btn-default,
    .steps-container .zipcode_checker.form-group .btn-facebook,
    .steps-container .zipcode_checker.form-group .btn-favorite,
    .steps-container .zipcode_checker.form-group .btn-link,
    .steps-container .zipcode_checker.form-group .btn-next,
    .steps-container .zipcode_checker.form-group .btn-primary,
    .steps-container .zipcode_checker.form-group .btn-secondary {
        margin-left: 0;
        width: 100%;
        display: block;
        order: 1
    }

    .steps-container .zipcode_checker.form-group a {
        width: 100%;
        position: relative;
        display: block;
        order: 0;
        margin-bottom: 2rem
    }

    .content-steps .select-filters {
        display: block
    }

    .content-steps .select-filters ul {
        width: 100%
    }

    .textarea-section {
        padding: 0
    }

    .content-steps .info-section {
        padding: 15px 10px
    }

    .thumbs-list li {
        margin: 0;
        padding-bottom: 30px;
        width: 50%;
        box-sizing: border-box
    }

    .section-header .categories-dropdown.opened {
        width: calc(100% - 20px);
        max-height: 300px;
        overflow-y: auto
    }

    .comparison-table .code {
        font-size: 14px
    }
}

@media (max-width:425px) {
    .section-header .image-wrapper .header-image-container:after {
        border-left: 24vw solid transparent;
        border-bottom: 25vw solid #fff
    }

    .section-black.section-header .image-wrapper .header-image-container:after {
        border-left: 24vw solid transparent;
        border-bottom: 25vw solid #3e4346
    }

    .job-rhombus {
        margin-bottom: 140px;
        width: 200px;
        height: 200px
    }

    .job-rhombus .job-rhombus-inner {
        width: 160px
    }

    .job-rhombus .job-rhombus-inner .subtitle {
        line-height: 23px
    }

    .job-rhombus .job-rhombus-inner .btn,
    .job-rhombus .job-rhombus-inner .btn-back,
    .job-rhombus .job-rhombus-inner .btn-default,
    .job-rhombus .job-rhombus-inner .btn-facebook,
    .job-rhombus .job-rhombus-inner .btn-favorite,
    .job-rhombus .job-rhombus-inner .btn-link,
    .job-rhombus .job-rhombus-inner .btn-next,
    .job-rhombus .job-rhombus-inner .btn-primary,
    .job-rhombus .job-rhombus-inner .btn-secondary {
        padding: 8px 15px;
        width: 80%;
        font-size: 13px
    }

    .job-rhombus .job-rhombus-inner .btn-back:after,
    .job-rhombus .job-rhombus-inner .btn-default:after,
    .job-rhombus .job-rhombus-inner .btn-facebook:after,
    .job-rhombus .job-rhombus-inner .btn-favorite:after,
    .job-rhombus .job-rhombus-inner .btn-link:after,
    .job-rhombus .job-rhombus-inner .btn-next:after,
    .job-rhombus .job-rhombus-inner .btn-primary:after,
    .job-rhombus .job-rhombus-inner .btn-secondary:after,
    .job-rhombus .job-rhombus-inner .btn:after {
        display: none
    }
}

@media screen and (max-width:380px) {
    .checkbox-item {
        line-height: normal
    }

    .fancy-grid .row .item {
        width: 100% !important
    }

    .comparison-table .code {
        font-size: 13px
    }
}

@media screen and (min-width:480px) {
    .xxs {
        width: 100%
    }

    .image-grid .item {
        padding-bottom: 30%
    }
}

@media screen and (min-width:620px) {
    .image-grid .item {
        padding-bottom: 25%
    }

    .filter-toggle {
        display: none
    }
}

@media screen and (min-width:768px) {
    .steps-container .btn-secondary {
        width: 35%;
        margin-left: 65%
    }

    .image-grid .item {
        padding-bottom: 50%
    }

    .home main .horizontal-slider {
        margin-top: -65px;
        margin-bottom: 65px
    }
}

@media screen and (min-width:992px) {
    .image-grid .item {
        padding-bottom: 40%
    }

    .home main .horizontal-slider {
        margin-top: 20px;
        margin-bottom: 50px
    }

    .home main .horizontal-slider .visibleNearby .rsActiveSlide img {
        margin-top: 7%
    }

    .home main .horizontal-slider .visibleNearby .rsSlide img {
        margin-top: 6%
    }
}

#map {
    height: 700px
}

#map.careers-map {
    height: 500px
}

section.facilities.map-and-left-details {
    margin-bottom: 3rem
}

.infoContent {
    font-family: PFHighwaySansPro, sans-serif;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .25);
    border-radius: 5px
}

.infoContent:after {
    content: '';
    position: absolute;
    top: 98%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 10px #fff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent
}

.infoContent .markerContentTop {
    padding: 10px;
    background: #ffd300;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.infoContent .markerContentTop .markerTitle {
    font-size: 18px;
    font-weight: 700;
    width: calc(100% - 20px)
}

.infoContent .markerContentTop .markerTitle a {
    color: #3e4346
}

.infoContent .markerContentTop .markerTitle a:hover {
    color: #3e4346;
    text-decoration: none
}

.infoContent .markerContentTop .markerBtn {
    margin-top: 5px;
    border-radius: 5px;
    width: 50%
}

.infoContent .markerContentTop .markerBtn img {
    max-width: 100%
}

.infoContent .markerContentBottom {
    background: #fff;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.infoContent .markerContentBottom .markerAddress {
    padding: 5px 20px;
    position: relative;
    font-size: 14px
}

.infoContent .markerContentBottom .markerAddress:before {
    content: "\e919";
    position: absolute;
    left: 0;
    top: 5px;
    font-family: icomoon !important;
    font-size: 15px
}

.infoContent .markerContentBottom .markerPhone {
    padding: 5px 20px;
    position: relative;
    font-size: 14px
}

.infoContent .markerContentBottom .markerPhone:before {
    content: "\e91a";
    position: absolute;
    left: 0;
    top: 5px;
    font-family: icomoon !important;
    font-size: 14px
}

.infoContent .markerContentBottom .markerLink .btn-link {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 5px
}

section.partners-address-results,
section.partners-results {
    padding-top: 40px;
    padding-bottom: 20px
}

section.partners-address-results .partner-result,
section.partners-results .partner-result {
    float: left;
    width: 100%;
    background: #f8f8f8;
    display: flex;
    margin-bottom: 20px
}

section.partners-address-results .partner-result:before,
section.partners-results .partner-result:before {
    width: 0
}

section.partners-address-results .partner-result:after,
section.partners-results .partner-result:after {
    width: 0
}

section.partners-address-results .partner-result .map-image,
section.partners-results .partner-result .map-image {
    background: url(../images/map-image.jpg);
    float: left;
    height: 150px;
    width: 150px;
    position: relative;
    order: 1
}

section.partners-address-results .partner-result .map-image .partner-area,
section.partners-results .partner-result .map-image .partner-area {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 10;
    font-weight: 700
}

section.partners-address-results .partner-result .map-image .partner-btn,
section.partners-results .partner-result .map-image .partner-btn {
    background: #ffd300;
    position: absolute;
    left: 10px;
    right: 10px;
    width: 130px;
    font-size: 10px;
    cursor: pointer;
    bottom: 10px;
    border-radius: 5px;
    padding: 8px 5px 5px 5px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #3e4346;
    font-weight: 700;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out
}

section.partners-address-results .partner-result .map-image .partner-btn.hover,
section.partners-results .partner-result .map-image .partner-btn.hover {
    background: #f6b800
}

section.partners-address-results .partner-result .partner-details,
section.partners-results .partner-result .partner-details {
    width: calc(100% - 150px);
    float: left;
    padding: 15px 20px 15px 20px;
    box-sizing: border-box;
    order: 2
}

section.partners-address-results .partner-result .partner-details .partner-name,
section.partners-results .partner-result .partner-details .partner-name {
    width: 100%;
    float: left;
    height: 44px
}

section.partners-address-results .partner-result .partner-details .partner-name h2,
section.partners-results .partner-result .partner-details .partner-name h2 {
    font-weight: 700;
    color: #3e4346;
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 16px
}

@media screen and (min-width:480px) {

    section.partners-address-results .partner-result .partner-details .partner-name h2,
    section.partners-results .partner-result .partner-details .partner-name h2 {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {

    section.partners-address-results .partner-result .partner-details .partner-name h2,
    section.partners-results .partner-result .partner-details .partner-name h2 {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {

    section.partners-address-results .partner-result .partner-details .partner-name h2,
    section.partners-results .partner-result .partner-details .partner-name h2 {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {

    section.partners-address-results .partner-result .partner-details .partner-name h2,
    section.partners-results .partner-result .partner-details .partner-name h2 {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {

    section.partners-address-results .partner-result .partner-details .partner-name h2,
    section.partners-results .partner-result .partner-details .partner-name h2 {
        font-size: 24px
    }
}

section.partners-address-results .partner-result .partner-details .partner-name .partner-sticker,
section.partners-results .partner-result .partner-details .partner-name .partner-sticker {
    border-radius: 5px;
    float: left;
    width: 140px;
    margin-bottom: 15px
}

section.partners-address-results .partner-result .partner-details .partner-info,
section.partners-results .partner-result .partner-details .partner-info {
    width: 100%;
    float: left;
    font-size: 14px
}

@media screen and (min-width:480px) {

    section.partners-address-results .partner-result .partner-details .partner-info,
    section.partners-results .partner-result .partner-details .partner-info {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {

    section.partners-address-results .partner-result .partner-details .partner-info,
    section.partners-results .partner-result .partner-details .partner-info {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {

    section.partners-address-results .partner-result .partner-details .partner-info,
    section.partners-results .partner-result .partner-details .partner-info {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {

    section.partners-address-results .partner-result .partner-details .partner-info,
    section.partners-results .partner-result .partner-details .partner-info {
        font-size: 18px
    }
}

section.partners-address-results .partner-result .partner-details .partner-info .partner-address,
section.partners-results .partner-result .partner-details .partner-info .partner-address {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-left: 20px
}

section.partners-address-results .partner-result .partner-details .partner-info .partner-address:before,
section.partners-results .partner-result .partner-details .partner-info .partner-address:before {
    content: "\e919";
    position: absolute;
    right: 0;
    font-family: icomoon !important;
    font-size: 15px
}

section.partners-address-results .partner-result .partner-details .partner-info .partner-address a,
section.partners-results .partner-result .partner-details .partner-info .partner-address a {
    color: #3e4346
}

section.partners-address-results .partner-result .partner-details .partner-info .partner-address a:hover,
section.partners-results .partner-result .partner-details .partner-info .partner-address a:hover {
    color: #3e4346;
    text-decoration: none
}

section.partners-address-results .partner-result .partner-details .partner-info .partner-phone,
section.partners-results .partner-result .partner-details .partner-info .partner-phone {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-left: 20px
}

section.partners-address-results .partner-result .partner-details .partner-info .partner-phone:before,
section.partners-results .partner-result .partner-details .partner-info .partner-phone:before {
    content: "\e91a";
    position: absolute;
    right: 0;
    font-family: icomoon !important;
    font-size: 14px
}

section.partners-address-results .partner-result .partner-details .partner-info .partner-phone a,
section.partners-results .partner-result .partner-details .partner-info .partner-phone a {
    color: #3e4346
}

section.partners-address-results .partner-result .partner-details .partner-info .partner-phone a:focus,
section.partners-address-results .partner-result .partner-details .partner-info .partner-phone a:hover,
section.partners-results .partner-result .partner-details .partner-info .partner-phone a:focus,
section.partners-results .partner-result .partner-details .partner-info .partner-phone a:hover {
    color: #3e4346;
    text-decoration: none
}

.list-families .tlt-families {
    letter-spacing: -.46px;
    color: #3e4346;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px
}

.certified-txt {
    display: flex;
    align-items: center
}

.certified-txt span {
    display: inline-block;
    letter-spacing: -.28px;
    color: #ffd300;
    font-size: 27px;
    font-weight: 700;
    line-height: normal;
    padding-left: 10px;
    padding-top: 5px
}

.map-and-left-details {
    position: relative
}

.map-and-left-details .gm-style-mtc-bbw {
    display: none !important
}

.map-and-left-details .details-persona {
    width: 700px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .8)
}

.map-and-left-details .details-persona .wrap-details {
    width: calc(100% - 70px);
    background-color: #f0f1f1;
    margin-top: 35px;
    margin-left: 35px;
    padding: 30px;
    height: calc(100% - 70px)
}

.map-and-left-details .details-persona .social-persona {
    border-top: 1px solid #707070;
    padding-top: 15px;
    margin-top: 15px
}

.map-and-left-details .details-persona .social-items-list {
    display: flex
}

.map-and-left-details .details-persona .social-items-list ul {
    padding-left: 0;
    list-style: none;
    padding-right: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.map-and-left-details .details-persona .social-items-list ul.social-partner {
    flex-direction: row
}

.map-and-left-details .details-persona .social-items-list ul.social-partner li {
    margin-left: 8px
}

.map-and-left-details .details-persona .social-items-list ul li a {
    color: #3e4346;
    display: flex;
    align-items: center;
    font-size: 15px
}

.map-and-left-details .details-persona .social-items-list ul li a span {
    padding-right: 5px
}

.map-and-left-details .details-persona .social-items-list ul li a span:before {
    color: #3e4346
}

.map-and-left-details .details-persona .container-carousel {
    height: 80%
}

.map-and-left-details .details-persona .container-carousel.with-padding {
    padding: 0 90px;
    display: flex;
    align-items: center
}

.map-and-left-details .details-persona .owl-carousel-persona {
    display: block;
    position: relative;
    width: 100%
}

@media (max-width:800px) {
    .map-and-left-details .details-persona .owl-carousel-persona {
        max-height: 160px;
        overflow: hidden
    }
}

.map-and-left-details .details-persona .owl-carousel-persona.owl-loaded {
    max-height: 100%
}

.map-and-left-details .details-persona .owl-carousel-persona .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.map-and-left-details .details-persona .owl-carousel-persona .owl-stage-outer .owl-stage {
    display: flex
}

.map-and-left-details .details-persona .owl-carousel-persona .owl-stage-outer .owl-stage .owl-item {
    display: inline-block
}

.map-and-left-details .details-persona .owl-carousel-persona .item {
    position: relative
}

.map-and-left-details .details-persona .owl-carousel-persona .item .info-title {
    letter-spacing: -.28px;
    color: #3e4346;
    font-size: 25px;
    font-weight: 700
}

.map-and-left-details .details-persona .owl-carousel-persona .item ul {
    padding: 0;
    list-style: none
}

.map-and-left-details .details-persona .owl-carousel-persona .item ul a {
    color: #3e4346
}

.map-and-left-details .details-persona .owl-carousel-persona .item .dd-links {
    display: flex
}

.map-and-left-details .details-persona .owl-carousel-persona .item .dd-links .distance {
    padding-right: 15px
}

.map-and-left-details .details-persona .owl-carousel-persona .item .dd-links .distance span {
    padding-left: 5px;
    display: inline-block;
    font-size: 15px
}

.map-and-left-details .details-persona .owl-carousel-persona .item .btn-link {
    color: #ffd300;
    text-decoration: underline;
    letter-spacing: -.18px;
    font-weight: 400
}

.map-and-left-details .details-persona .owl-carousel-persona .item .btn-link:after {
    content: none
}

.map-and-left-details .details-persona .owl-carousel-persona .owl-dots.disabled,
.map-and-left-details .details-persona .owl-carousel-persona .owl-nav.disabled {
    display: none
}

.map-and-left-details .details-persona .owl-carousel-persona .owl-next,
.map-and-left-details .details-persona .owl-carousel-persona .owl-prev {
    cursor: pointer;
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    width: 38px;
    height: 38px;
    display: flex
}

.map-and-left-details .details-persona .owl-carousel-persona .owl-next:hover,
.map-and-left-details .details-persona .owl-carousel-persona .owl-prev:hover {
    background: #ffd300;
    color: #3e4346
}

.map-and-left-details .details-persona .owl-carousel-persona .owl-prev {
    left: -90px;
    background: #3e4346;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 0
}

.map-and-left-details .details-persona .owl-carousel-persona .owl-next {
    right: -90px;
    background: #3e4346;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 0
}

section.related-items.related-items-projects {
    padding-bottom: 65px;
    margin-bottom: 50px
}

section.related-items.related-items-projects .section-title {
    text-align: center
}

section.related-items.related-items-projects .related-projects {
    display: block;
    position: relative;
    width: 100%;
    margin: 0
}

section.related-items.related-items-projects .related-projects .box-cat-link {
    position: absolute;
    z-index: 999;
    bottom: 20px;
    left: 40px;
    background: #272b2e;
    padding: 10px 20px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    max-width: 200px
}

section.related-items.related-items-projects .related-projects .box-cat-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffd300;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

section.related-items.related-items-projects .related-projects .box-cat-link .category-item {
    color: #ffd300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .4px
}

section.related-items.related-items-projects .related-projects .box-cat-link .item-title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: normal
}

section.related-items.related-items-projects .related-projects .img-link {
    display: block;
    overflow: hidden;
    height: 100%
}

section.related-items.related-items-projects .related-projects .img-link img {
    transition: transform 2s, filter 1.5s ease-in-out
}

section.related-items.related-items-projects .related-projects .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage {
    display: flex
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item {
    display: inline-block
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item .item {
    position: relative;
    width: 100%;
    padding: 0
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item .item:hover img {
    transform: scale(1.1)
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item .item:hover .category-item,
section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item .item:hover .item-title {
    color: #3e4346
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item .item:hover .box-cat-link:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item .item .info-title {
    letter-spacing: -.28px;
    color: #3e4346;
    font-size: 25px;
    font-weight: 700
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item .item ul {
    padding: 0;
    list-style: none
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item .item ul a {
    color: #3e4346
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item .item .dd-links {
    display: flex
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item .item .dd-links .distance {
    padding-right: 15px
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item .item .dd-links .distance span {
    padding-left: 5px;
    display: inline-block;
    font-size: 15px
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item .item .btn-link {
    color: #ffd300;
    text-decoration: underline;
    letter-spacing: -.18px;
    font-weight: 400
}

section.related-items.related-items-projects .related-projects .owl-stage-outer .owl-stage .owl-item .item .btn-link:after {
    content: none
}

section.related-items.related-items-projects .related-projects .owl-dots.disabled,
section.related-items.related-items-projects .related-projects .owl-nav.disabled {
    display: none
}

section.related-items.related-items-projects .related-projects .owl-next,
section.related-items.related-items-projects .related-projects .owl-prev {
    cursor: pointer;
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    width: 38px;
    height: 38px;
    display: flex
}

section.related-items.related-items-projects .related-projects .owl-next:hover,
section.related-items.related-items-projects .related-projects .owl-prev:hover {
    background: #ffd300;
    color: #3e4346
}

section.related-items.related-items-projects .related-projects .owl-prev {
    left: -90px;
    background: #3e4346;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 0
}

section.related-items.related-items-projects .related-projects .owl-next {
    right: -90px;
    background: #3e4346;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 0
}

section.related-items.related-items-projects .related-projects .owl-dots {
    text-align: center;
    margin-top: 2.5rem
}

section.related-items.related-items-projects .related-projects .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

section.related-items.related-items-projects .related-projects .owl-dots .owl-dot.active span {
    background: #ffd300
}

section.related-items.related-items-projects .related-projects .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #3e4346;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

section.related-items.related-items-projects .related-projects .owl-dots.disabled {
    display: none
}

.trainings-list .trainings-items {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 30px
}

.trainings-list span {
    letter-spacing: -.24px;
    color: #3e4346;
    font-size: 24px;
    font-weight: 700;
    display: inline-block
}

.trainings-list ul {
    display: flex;
    padding: 0;
    list-style: none;
    padding-left: 10px;
    margin: 0
}

.trainings-list ul li {
    background: #3e4346;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;
    margin-right: 5px;
    display: flex;
    line-height: normal
}

section.facilities {
    background: #eee
}

section.facilities .facilities-inner {
    width: 100%;
    max-width: 1920px
}

section.facilities .facilities-inner #facility-map {
    height: 400px
}

section.facilities .facilities-inner .facilities-image {
    background-size: cover;
    background-position: top center;
    height: 400px
}

section.section-header .partner-header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline
}

section.section-header .partner-header:before {
    width: 0
}

section.section-header .partner-header:after {
    width: 0
}

section.section-header .partner-header .partner-logo {
    align-self: center;
    max-width: 132px
}

section.section-header .partner-header .partner-title {
    align-self: center
}

section.section-header .partner-header .partner-supreme {
    align-self: center;
    text-align: right;
    margin-top: 10px
}

section.section-header .partner-header .partner-supreme img {
    width: 100%;
    max-width: 290px
}

section.partner-information {
    padding: 30px 0 0 0
}

section.partner-information .row {
    display: flex;
    flex-wrap: wrap
}

section.partner-information .row:before {
    width: 0
}

section.partner-information .row:after {
    width: 0
}

section.partner-information .row>div {
    margin-bottom: 30px
}

section.partner-information .info-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px
}

@media screen and (min-width:480px) {
    section.partner-information .info-title {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    section.partner-information .info-title {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    section.partner-information .info-title {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    section.partner-information .info-title {
        font-size: 18px
    }
}

section.partner-information ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

section.partner-information ul.social-partner li {
    display: inline-block
}

section.partner-information ul.social-partner li span.alicon-google-plus {
    color: #3e4346
}

section.partner-information ul.social-partner li span.alicon-google-plus:before {
    color: #3e4346
}

section.partner-information ul.social-partner li span:before {
    color: #3e4346
}

section.partner-information ul li {
    line-height: 23px;
    font-size: 14px
}

@media screen and (min-width:480px) {
    section.partner-information ul li {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    section.partner-information ul li {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    section.partner-information ul li {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    section.partner-information ul li {
        font-size: 18px
    }
}

section.partner-information ul li a {
    text-decoration: none;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out
}

section.partner-information ul li a.hover,
section.partner-information ul li a:focus {
    color: #ffd300
}

section.partner-information ul li a span {
    vertical-align: middle;
    margin-right: 10px;
    font-size: 15px
}

section.partner-information ul li a span.alicon-facebook {
    color: #3f5997
}

section.partner-information ul li a span.alicon-twitter {
    color: #1da1f2
}

section.partner-information ul li a span.alicon-google-plus {
    color: #dd4b39
}

section.partner-information ul li a span.alicon-google-plus:before {
    color: #dd4b39
}

@media (min-width:1440px) {
    section.facilities .facilities-inner #facility-map {
        height: 500px
    }

    section.facilities .facilities-inner .facilities-image {
        height: 500px
    }
}

@media (max-width:800px) {
    section.related-items.related-items-projects .section-title {
        text-align: left;
        font-size: 22px
    }

    .trainings-list .trainings-items {
        margin: 0
    }

    section.trainings-list {
        margin-bottom: 15px !important
    }

    section.related-items.related-items-projects {
        padding-bottom: 50px
    }

    .map-and-left-details .details-persona {
        width: 100%;
        position: relative;
        top: 0;
        z-index: auto
    }

    section.facilities .facilities-inner {
        display: none
    }

    .map-and-left-details .details-persona .wrap-details {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
        padding: 20px;
        height: 100%
    }

    .map-and-left-details .details-persona .social-items-list {
        flex-direction: column
    }

    .map-and-left-details .details-persona .social-items-list ul.social-partner li:first-child {
        margin-left: 0
    }

    .map-and-left-details .details-persona .social-items-list ul li a {
        line-height: normal
    }

    .map-and-left-details .details-persona .social-items-list ul {
        margin-bottom: 15px
    }

    section.list-families .partners-product-families img {
        max-width: 85px
    }

    .map-and-left-details .details-persona .owl-carousel-persona .owl-stage-outer {
        margin-bottom: 20px
    }

    .map-and-left-details .details-persona .owl-nav {
        display: flex
    }

    .map-and-left-details .details-persona .owl-carousel-persona .owl-nav span {
        font-size: 24px
    }

    .map-and-left-details .details-persona .owl-carousel-persona .owl-prev {
        left: 0;
        top: auto;
        transform: none;
        position: relative;
        margin-right: 10px
    }

    .map-and-left-details .details-persona .owl-carousel-persona .owl-next {
        right: 0;
        position: relative;
        top: auto;
        transform: none
    }

    .map-and-left-details .details-persona .container-carousel.with-padding {
        padding: 0
    }

    .sharebuttons-moreinfo.getaquotebutton {
        margin-top: 5px
    }

    .list-families .tlt-families {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: normal
    }

    section.list-families {
        margin-top: 25px !important
    }

    section.list-families.families-top {
        margin-top: 0 !important
    }

    section.section-header .partner-header .col-md-9 {
        margin-bottom: 0 !important;
        width: 100%
    }

    section.section-header .partner-header .partner-title h1 {
        margin-bottom: 5px
    }

    .map-and-left-details .details-persona .owl-carousel-persona .item .info-title {
        font-size: 22px
    }

    .certified-txt img {
        max-width: 22px
    }

    .certified-txt span {
        font-size: 22px;
        padding-left: 5px
    }
}

@media (max-width:767px) {
    section.section-header .partner-header {
        flex-wrap: wrap
    }

    section.section-header .partner-header .partner-supreme {
        margin-top: 10px;
        text-align: left
    }

    section.section-header .partner-header .partner-supreme img {
        max-width: 200px
    }

    section.partners-results .partner-result {
        flex-direction: column;
        float: none
    }

    section.partners-results .partner-result .partner-details {
        order: 1;
        width: 100%
    }

    section.partners-results .partner-result .partner-details .partner-name {
        height: auto;
        min-height: 22px
    }

    section.partners-results .partner-result .partner-details .partner-address {
        margin-bottom: 5px
    }

    section.partners-results .partner-result .partner-details .partner-address:before {
        top: -3px
    }

    section.partners-results .partner-result .partner-details .partner-phone:before {
        top: -3px
    }

    section.partners-results .partner-result .map-image {
        order: 2;
        background: 0 0;
        height: auto;
        padding-left: 20px
    }

    section.partners-results .partner-result .map-image .partner-area {
        display: none
    }

    section.partners-results .partner-result .map-image .partner-btn {
        position: relative;
        bottom: 0;
        left: 0;
        right: auto;
        margin-bottom: 15px
    }
}

section.case-study-details {
    padding-top: 40px;
    padding-bottom: 20px
}

section.case-study-details .partner-card {
    margin-bottom: 20px;
    background: #f8f8f8;
    padding: 20px;
    float: left
}

section.case-study-details .partner-card .partner-name {
    height: 100px;
    float: left;
    width: 100%
}

section.case-study-details .partner-card .partner-name h2 {
    font-weight: 700;
    color: #3e4346;
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 16px
}

@media screen and (min-width:480px) {
    section.case-study-details .partner-card .partner-name h2 {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    section.case-study-details .partner-card .partner-name h2 {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {
    section.case-study-details .partner-card .partner-name h2 {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    section.case-study-details .partner-card .partner-name h2 {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    section.case-study-details .partner-card .partner-name h2 {
        font-size: 24px
    }
}

section.case-study-details .partner-card .partner-name h3 {
    float: left;
    width: 100%;
    line-height: 1.3;
    color: #3e4346;
    font-weight: 700;
    margin-top: 0;
    font-size: 14px
}

@media screen and (min-width:480px) {
    section.case-study-details .partner-card .partner-name h3 {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    section.case-study-details .partner-card .partner-name h3 {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    section.case-study-details .partner-card .partner-name h3 {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    section.case-study-details .partner-card .partner-name h3 {
        font-size: 18px
    }
}

section.case-study-details .partner-card .partner-info {
    width: 100%;
    float: left;
    border-top: 1px solid #f3f3f3;
    padding: 15px 0 0 0;
    font-size: 14px
}

@media screen and (min-width:480px) {
    section.case-study-details .partner-card .partner-info {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    section.case-study-details .partner-card .partner-info {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    section.case-study-details .partner-card .partner-info {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    section.case-study-details .partner-card .partner-info {
        font-size: 18px
    }
}

section.case-study-details .partner-card .partner-info .partner-address {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-right: 20px
}

section.case-study-details .partner-card .partner-info .partner-address:before {
    content: "\e919";
    position: absolute;
    left: 0;
    font-family: icomoon !important;
    font-size: 15px
}

section.case-study-details .partner-card .partner-info .partner-phone {
    position: relative;
    display: block;
    padding-left: 20px
}

section.case-study-details .partner-card .partner-info .partner-phone:before {
    content: "\e91a";
    position: absolute;
    left: 0;
    font-family: icomoon !important;
    font-size: 14px
}

section.case-study-details .partner-card .partner-btn {
    background: #ffd300;
    width: 130px;
    font-size: 10px;
    cursor: pointer;
    border-radius: 5px;
    padding: 8px 5px 5px 5px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #3e4346;
    font-weight: 700;
    float: left;
    margin-top: 15px;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out
}

section.case-study-details .partner-card .partner-btn.hover {
    background: #f6b800
}

@media (max-width:991px) {
    section.case-study-details {
        padding-top: 40px;
        padding-bottom: 20px
    }

    section.case-study-details .partner-card .partner-name {
        height: 80px
    }

    section.case-study-details .partner-card .partner-info .partner-phone {
        display: inline-block
    }
}

section.more-news {
    background: #ffd300
}

section.more-news .row {
    display: flex;
    align-content: center
}

section.more-news .row:before {
    width: 0
}

section.more-news .row:after {
    width: 0
}

section.more-news .row .more-news-item {
    background: #ffd300;
    padding: 40px 20px
}

section.more-news .row .more-news-item a {
    color: #3e4346
}

section.more-news .row .more-news-item a.hover,
section.more-news .row .more-news-item a:focus {
    color: #3e4346;
    text-decoration: none
}

section.more-news .row .more-news-item:nth-child(2) {
    background: #f6b800
}

section.more-news h2 {
    color: #3e4346;
    font-size: 16px;
    margin: 0
}

@media screen and (min-width:480px) {
    section.more-news h2 {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    section.more-news h2 {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {
    section.more-news h2 {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    section.more-news h2 {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    section.more-news h2 {
        font-size: 24px
    }
}

@media (max-width:767px) {
    section.more-news .row {
        flex-wrap: wrap;
        flex-direction: column
    }

    section.more-news .row .more-news-item {
        padding: 20px 20px
    }
}

#tracking-consent-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #333;
    color: #fff;
    padding: 2rem 2.5rem;
    font-size: 15px;
    z-index: 9999
}

#tracking-consent-dialog .trackingContent a {
    color: #ffd300
}

.trackButtons .btn-back:hover,
.trackButtons .btn-favorite:hover,
.trackButtons .btn-next:hover,
.trackButtons .btn-primary:hover {
    background-color: #f6b800 !important
}

.trackxbutton {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 15px;
    cursor: pointer
}

.steps {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: auto;
    text-align: center;
    display: flex;
    margin-top: -36px;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0
}

.steps:before {
    content: ' ';
    position: absolute;
    left: 5%;
    top: 34px;
    display: block;
    height: 3px;
    width: 90%;
    z-index: 0;
    background: #c1c1c1
}

.steps:after {
    content: ' ';
    position: absolute;
    left: 10%;
    top: 34px;
    display: block;
    height: 3px;
    width: 0%;
    z-index: 0;
    background: #ffd300
}

.steps.step2:after {
    width: 22%
}

.steps.step3:after {
    width: 44%
}

.steps.step4:after {
    width: 66%
}

.steps .step {
    position: relative;
    width: 72px;
    text-align: center
}

.steps .step.active:before {
    background: #ffd300
}

.steps .step.completed {
    cursor: pointer
}

.steps .step.completed:before {
    background: #404040
}

.steps .step.completed.active:before {
    background: #ffd300
}

.steps .step.completed:after {
    content: '\e911';
    font-family: icomoon;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%)
}

.steps .step.completed span {
    visibility: hidden
}

.steps .step:before {
    display: block;
    content: ' ';
    background: #c1c1c1;
    position: absolute;
    top: 0;
    left: 36px;
    transform-origin: 0 0;
    transform: rotate(45deg);
    width: 50px;
    height: 50px
}

.steps .step span {
    position: relative;
    line-height: 72px;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 700;
    color: #000
}

form {
    font-size: 14px
}

form label {
    font-weight: 400
}

form .form-group.sf-FileField .text-muted {
    margin-bottom: 5px;
    color: #3e4346
}

form textarea {
    height: auto !important
}

form .fb-login {
    font-size: 14px
}

@media screen and (min-width:480px) {
    form .fb-login {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    form .fb-login {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    form .fb-login {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    form .fb-login {
        font-size: 18px
    }
}

form .btn.dropdown-toggle,
form .dropdown-toggle.btn-back,
form .dropdown-toggle.btn-default,
form .dropdown-toggle.btn-facebook,
form .dropdown-toggle.btn-favorite,
form .dropdown-toggle.btn-link,
form .dropdown-toggle.btn-next,
form .dropdown-toggle.btn-primary,
form .dropdown-toggle.btn-secondary {
    border: 1px solid #f3f3f3
}

form .email-input {
    display: none
}

form .phone-input {
    display: none
}

form .fxphone-input {
    display: none
}

form .form-group .checkbox {
    margin-top: 0 !important;
    margin-bottom: 0;
    padding-bottom: 10px
}

form .form-group .checkbox:last-child {
    padding-bottom: 0
}

form .help-block {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #737373
}

form .field-validation-error {
    display: block;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    color: #737373
}

.cv-form .well {
    border: 0;
    background: 0 0;
    box-shadow: none;
    width: 100%;
    position: relative;
    margin: auto;
    padding: 0;
    padding-bottom: 2em;
    color: #3e4346
}

.cv-form .well .divider {
    width: 100%;
    height: 1px;
    float: left;
    background: #d8d8d8;
    margin-top: 1em;
    margin-bottom: 2em
}

.cv-form .well .filters {
    margin-bottom: 0
}

.cv-form .well .bootstrap-select.btn-group[class*=col-] {
    float: left
}

.cv-form .well .knowledge .checkbox {
    margin: 0;
    margin-bottom: 5px
}

.cv-form .well .knowledge .checkbox label {
    line-height: 40px;
    vertical-align: middle;
    font-size: 16px
}

.cv-form .well .knowledge .checkbox label span {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle
}

.cv-form .well .knowledge .checkbox label:before {
    vertical-align: middle;
    display: inline-block;
    top: 7px
}

.cv-form .well .knowledge .checkbox label:after {
    top: 7px
}

.cv-form .well .dropzone-holder {
    width: 100%;
    height: 270px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    font-size: 18px;
    position: relative
}

.cv-form .well .dropzone-holder .dz-over {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    height: 100%
}

.cv-form .well .dropzone-holder .dz-over.dz-started {
    background: #fff
}

.cv-form .well .dropzone-holder p {
    text-align: center
}

.cv-form .well .dropzone-holder .dz-preview {
    background: #fff
}

.cv-form .well .dropzone-holder .dz-preview .dz-details {
    font-size: 16px;
    display: inline;
    text-align: left
}

.cv-form .well .dropzone-holder .dz-preview .dz-details .dz-size {
    display: inline
}

.cv-form .well .dropzone-holder .dz-preview .dz-details .dz-filename {
    display: inline
}

.cv-form .well .dropzone-holder .dz-preview .dz-image {
    display: none
}

.cv-form .well .dropzone-holder .dz-preview .dz-progress {
    display: none
}

.cv-form .well .dropzone-holder .dz-preview .dz-error-message {
    display: none
}

.cv-form .well .dropzone-holder .dz-preview .dz-success-mark {
    display: none
}

.cv-form .well .dropzone-holder .dz-preview .dz-error-mark {
    display: none
}

.cv-form .well .dropzone-holder .dz-preview .btn,
.cv-form .well .dropzone-holder .dz-preview .btn-back,
.cv-form .well .dropzone-holder .dz-preview .btn-default,
.cv-form .well .dropzone-holder .dz-preview .btn-facebook,
.cv-form .well .dropzone-holder .dz-preview .btn-favorite,
.cv-form .well .dropzone-holder .dz-preview .btn-link,
.cv-form .well .dropzone-holder .dz-preview .btn-next,
.cv-form .well .dropzone-holder .dz-preview .btn-primary,
.cv-form .well .dropzone-holder .dz-preview .btn-secondary {
    display: inline;
    width: auto
}

.cv-form .well .dropzone-holder .dz-preview .btn-back,
.cv-form .well .dropzone-holder .dz-preview .btn-back.btn-link,
.cv-form .well .dropzone-holder .dz-preview .btn-back.btn-primary,
.cv-form .well .dropzone-holder .dz-preview .btn-back.btn-secondary,
.cv-form .well .dropzone-holder .dz-preview .btn-default.btn-back,
.cv-form .well .dropzone-holder .dz-preview .btn-default.btn-favorite,
.cv-form .well .dropzone-holder .dz-preview .btn-default.btn-next,
.cv-form .well .dropzone-holder .dz-preview .btn-facebook.btn-back,
.cv-form .well .dropzone-holder .dz-preview .btn-facebook.btn-favorite,
.cv-form .well .dropzone-holder .dz-preview .btn-facebook.btn-next,
.cv-form .well .dropzone-holder .dz-preview .btn-favorite,
.cv-form .well .dropzone-holder .dz-preview .btn-favorite.btn-link,
.cv-form .well .dropzone-holder .dz-preview .btn-favorite.btn-primary,
.cv-form .well .dropzone-holder .dz-preview .btn-favorite.btn-secondary,
.cv-form .well .dropzone-holder .dz-preview .btn-next,
.cv-form .well .dropzone-holder .dz-preview .btn-next.btn-link,
.cv-form .well .dropzone-holder .dz-preview .btn-next.btn-primary,
.cv-form .well .dropzone-holder .dz-preview .btn-next.btn-secondary,
.cv-form .well .dropzone-holder .dz-preview .btn-primary,
.cv-form .well .dropzone-holder .dz-preview .btn-primary.btn-default,
.cv-form .well .dropzone-holder .dz-preview .btn-primary.btn-facebook,
.cv-form .well .dropzone-holder .dz-preview .btn-primary.btn-link,
.cv-form .well .dropzone-holder .dz-preview .btn-primary.btn-secondary,
.cv-form .well .dropzone-holder .dz-preview .btn.btn-back,
.cv-form .well .dropzone-holder .dz-preview .btn.btn-favorite,
.cv-form .well .dropzone-holder .dz-preview .btn.btn-next,
.cv-form .well .dropzone-holder .dz-preview .btn.btn-primary {
    height: 20px;
    width: 20px;
    padding: 0;
    line-height: 20px;
    border-radius: 10px;
    margin: 0;
    margin-bottom: 0
}

.cv-form .well .dropzone-holder .upload-icon {
    display: block;
    width: 20%;
    max-width: 60px;
    height: auto;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px
}

.cv-form .well .dropzone-holder .btn-back,
.cv-form .well .dropzone-holder .btn-favorite,
.cv-form .well .dropzone-holder .btn-next,
.cv-form .well .dropzone-holder .btn-primary {
    width: 60%;
    margin: auto;
    display: block;
    margin-bottom: 25px
}

.cv-form .well .dropzone-holder .btn-back:after,
.cv-form .well .dropzone-holder .btn-favorite:after,
.cv-form .well .dropzone-holder .btn-next:after,
.cv-form .well .dropzone-holder .btn-primary:after {
    content: ''
}

.cv-form .well .btn-add {
    background: 0 0;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin: auto
}

@media screen and (min-width:480px) {
    .cv-form .well .btn-add {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .cv-form .well .btn-add {
        font-size: 18px
    }
}

@media screen and (min-width:992px) {
    .cv-form .well .btn-add {
        font-size: 20px
    }
}

@media screen and (min-width:1200px) {
    .cv-form .well .btn-add {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .cv-form .well .btn-add {
        font-size: 20px
    }
}

.cv-form .well .btn-add .alicon-add-solid {
    margin-top: 2px;
    display: inline-block;
    vertical-align: top
}

.cv-form .well .attendant {
    display: flex;
    align-items: center
}

.cv-form .well .attendant .remove {
    margin-top: 10px;
    font-size: 14px
}

.cv-form .well .lessonDate .remove {
    position: absolute;
    right: 10px;
    top: 25px;
    width: 39px;
    box-shadow: none;
    padding: 13px 5px;
    font-size: 14px;
    height: 50px
}

.cv-form .well .lessonDate .remove i {
    line-height: 1.8
}

.cv-form .date-dropdowns .bootstrap-select .dropdown-toggle {
    background: #fff !important
}

.date-dropdowns .bootstrap-select .dropdown-toggle {
    background: #fff !important
}

.forminfobip .ib--form-container {
    padding: 30px 20px;
    max-width: 980px;
    margin: auto
}

.forminfobip .ib--form-container form {
    display: flex;
    flex-wrap: wrap
}

.forminfobip .ib--form-container form .ib--checkbox-checked {
    background-color: #ffd300
}

.forminfobip .ib--form-container form .ib--submit-button {
    background: 0 0;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.forminfobip .ib--form-container form .ib--submit-button span {
    background: #ffd300;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #3e4346;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    border-radius: 4px;
    padding: 13px 15px;
    font-size: 16px;
    max-width: 290px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 50px;
    align-items: center;
    justify-content: center
}

.forminfobip .ib--form-container form .ib--submit-button span:after {
    font-family: icomoon;
    content: "\e907";
    position: absolute;
    right: 20px
}

.forminfobip .ib--form-container form .ib--submit-button span:hover {
    background: #ffd300;
    color: #fff
}

.forminfobip .ib--form-container form .ib--submit-button span:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background: #3e4346;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.forminfobip .ib--form-container form .ib--submit-button span:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.forminfobip .ib--form-container form .ib--element-container {
    width: 50%;
    padding: 0 15px
}

@media (max-width:768px) {
    .forminfobip .ib--form-container form .ib--element-container {
        width: 100%
    }
}

.forminfobip .ib--form-container form .ib--element-container .bootstrap-select {
    width: 100% !important;
    padding: 0 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px
}

.forminfobip .ib--form-container form .ib--element-container .ib--text {
    border: 1px solid #ccc !important;
    border-radius: 4px;
    color: #999;
    outline-color: #ffd300;
    font-family: PFHighwaySansPro;
    height: 50px
}

.forminfobip .ib--form-container form .ib--element-container .ib--checkbox-label {
    font-size: 15px;
    font-family: PFHighwaySansPro
}

.forminfobip .ib--form-container form .ib--element-container .ib--input-label {
    color: #3e4346;
    font-size: 15px;
    letter-spacing: -.3px;
    font-family: PFHighwaySansPro;
    font-weight: 700
}

.forminfobip .ib--form-container form .ib--element-container .ib--checkbox {
    border-color: #ffd300
}

@media (max-width:992px) {
    .steps {
        margin-bottom: 20px;
        max-width: 500px
    }

    .steps .step {
        width: 40px
    }

    .steps .step:before {
        width: 40px;
        height: 40px;
        left: 20px;
        top: 7px
    }

    .steps .step.completed:after {
        font-size: 22px
    }

    .steps .step span {
        font-size: 20px
    }
}

@media (max-width:480px) {
    .steps {
        margin-bottom: 10px
    }

    .steps .step {
        width: 30px
    }

    .steps .step:before {
        width: 30px;
        height: 30px;
        left: 15px;
        top: 14px
    }

    .steps .step.completed:after {
        font-size: 18px
    }

    .steps .step span {
        font-size: 16px
    }
}

.input-daterange .form-control {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    font-size: 16px
}

@media screen and (min-width:480px) {
    .input-daterange .form-control {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .input-daterange .form-control {
        font-size: 12px
    }
}

@media screen and (min-width:820px) {
    .input-daterange .form-control {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {
    .input-daterange .form-control {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {
    .input-daterange .form-control {
        font-size: 16px
    }
}

.datepicker {
    width: 91%;
    min-width: 240px;
    max-width: 350px
}

.datepicker .alicon-left-arrow {
    font-size: 20px;
    margin-left: -30px
}

.datepicker .alicon-left-arrow.hover {
    color: #f6b800
}

.datepicker .alicon-right-arrow {
    font-size: 20px;
    margin-right: -30px
}

.datepicker .alicon-right-arrow.hover {
    color: #f6b800
}

.datepicker .datepicker-days td.day {
    font-size: 14px
}

@media screen and (min-width:480px) {
    .datepicker .datepicker-days td.day {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .datepicker .datepicker-days td.day {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {
    .datepicker .datepicker-days td.day {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {
    .datepicker .datepicker-days td.day {
        font-size: 16px
    }
}

.datepicker .calendar-heading {
    width: 100%;
    float: left;
    background: #3e4346;
    color: #fff;
    padding: 20px 15px;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.datepicker .calendar-heading .calendar-from {
    width: 45%;
    float: left
}

.datepicker .calendar-heading .calendar-from .from-text {
    float: left;
    width: 100%;
    padding-left: 10px;
    margin-bottom: -5px;
    font-weight: 700;
    font-size: 12px
}

.datepicker .calendar-heading .calendar-seperator {
    float: left;
    width: 10%;
    margin-top: 18px;
    font-size: 15px;
    color: #f6b800
}

.datepicker .calendar-heading .calendar-to {
    width: 45%;
    float: left
}

.datepicker .calendar-heading .calendar-to .to-text {
    float: left;
    width: 100%;
    padding-left: 10px;
    margin-bottom: -5px;
    font-weight: 700;
    font-size: 12px
}

.datepicker .calendar-heading .date-num {
    display: inline-block;
    font-size: 40px
}

.datepicker .calendar-heading .date-md {
    display: inline-block;
    margin-left: 10px
}

.datepicker .calendar-heading .date-md .date-month {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1
}

.datepicker .calendar-heading .date-md .date-day {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    color: #c1c1c1
}

section.articles-list .article-box .date-place {
    float: left;
    width: 100%
}

section.articles-list .article-box .article-date.event-date {
    padding-left: 25px;
    font-size: 16px;
    margin-right: 20px
}

@media screen and (min-width:480px) {
    section.articles-list .article-box .article-date.event-date {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    section.articles-list .article-box .article-date.event-date {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {
    section.articles-list .article-box .article-date.event-date {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    section.articles-list .article-box .article-date.event-date {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    section.articles-list .article-box .article-date.event-date {
        font-size: 24px
    }
}

section.articles-list .article-box .article-date.event-date:before {
    font-size: 16px
}

@media screen and (min-width:480px) {
    section.articles-list .article-box .article-date.event-date:before {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    section.articles-list .article-box .article-date.event-date:before {
        font-size: 18px
    }
}

@media screen and (min-width:992px) {
    section.articles-list .article-box .article-date.event-date:before {
        font-size: 20px
    }
}

@media screen and (min-width:1200px) {
    section.articles-list .article-box .article-date.event-date:before {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    section.articles-list .article-box .article-date.event-date:before {
        font-size: 20px
    }
}

section.articles-list .article-box .article-title.event-title {
    line-height: 1;
    font-size: 20px
}

@media screen and (min-width:480px) {
    section.articles-list .article-box .article-title.event-title {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {
    section.articles-list .article-box .article-title.event-title {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    section.articles-list .article-box .article-title.event-title {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {
    section.articles-list .article-box .article-title.event-title {
        font-size: 36px
    }
}

@media screen and (min-width:1440px) {
    section.articles-list .article-box .article-title.event-title {
        font-size: 40px
    }
}

section.articles-list .article-box .article-title.event-title a {
    color: #3e4346
}

section.articles-list .article-box .article-title.event-title a.hover,
section.articles-list .article-box .article-title.event-title a:focus {
    color: #3e4346;
    text-decoration: none
}

.caption-date:before {
    top: 15px
}

.details-box {
    background: #f8f8f8;
    border-radius: 4px
}

.details-box .detail-title {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ededed
}

.details-box .detail-title span {
    padding-top: 4px;
    display: block
}

.details-box .detail-title.dt-with-icon {
    padding-left: 50px
}

.details-box .detail-title.dt-with-icon:before {
    content: "\e91e";
    position: absolute;
    left: 30px;
    width: 10px;
    font-family: icomoon;
    font-size: 18px;
    font-weight: 400
}

.details-box .detail-place {
    padding-left: 50px;
    color: #3d4852;
    font-size: 14px;
    border-bottom: 1px solid #ededed
}

@media screen and (min-width:480px) {
    .details-box .detail-place {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .details-box .detail-place {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .details-box .detail-place {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .details-box .detail-place {
        font-size: 18px
    }
}

.details-box .detail-place:before {
    content: "\e919";
    position: absolute;
    left: 30px;
    width: 10px;
    font-family: icomoon;
    font-size: 18px
}

.details-box .detail-place .detail-place-name {
    font-weight: 700;
    font-size: 14px
}

@media screen and (min-width:480px) {
    .details-box .detail-place .detail-place-name {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .details-box .detail-place .detail-place-name {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {
    .details-box .detail-place .detail-place-name {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {
    .details-box .detail-place .detail-place-name {
        font-size: 16px
    }
}

.details-box .detail-place address {
    font-size: 14px
}

.details-box .detail-place img {
    max-width: 180px;
    width: 100%
}

.details-box .detail-date {
    padding-left: 50px;
    color: #3d4852;
    font-size: 14px;
    border-bottom: 1px solid #ededed
}

@media screen and (min-width:480px) {
    .details-box .detail-date {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .details-box .detail-date {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .details-box .detail-date {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .details-box .detail-date {
        font-size: 18px
    }
}

.details-box .detail-date:before {
    content: "\e91e";
    position: absolute;
    left: 30px;
    width: 10px;
    font-family: icomoon;
    font-size: 18px
}

.details-box .detail-email {
    padding-left: 50px;
    color: #3d4852;
    font-size: 14px;
    border-bottom: 1px solid #ededed
}

@media screen and (min-width:480px) {
    .details-box .detail-email {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .details-box .detail-email {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .details-box .detail-email {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .details-box .detail-email {
        font-size: 18px
    }
}

.details-box .detail-email:before {
    content: "\e90e";
    position: absolute;
    left: 30px;
    width: 10px;
    font-family: icomoon;
    font-size: 18px
}

.details-box .detail-website {
    padding-left: 50px;
    color: #3d4852;
    font-size: 14px;
    border-bottom: 1px solid #ededed
}

@media screen and (min-width:480px) {
    .details-box .detail-website {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .details-box .detail-website {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .details-box .detail-website {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .details-box .detail-website {
        font-size: 18px
    }
}

.details-box .detail-website:before {
    content: "\e90b";
    position: absolute;
    left: 30px;
    width: 10px;
    font-family: icomoon;
    font-size: 18px
}

.details-box .detail-contactperson {
    padding-left: 50px;
    color: #3d4852;
    font-size: 14px;
    border-bottom: 1px solid #ededed
}

@media screen and (min-width:480px) {
    .details-box .detail-contactperson {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .details-box .detail-contactperson {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .details-box .detail-contactperson {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .details-box .detail-contactperson {
        font-size: 18px
    }
}

.details-box .detail-contactperson:before {
    content: "\e912";
    position: absolute;
    left: 30px;
    width: 10px;
    font-family: icomoon;
    font-size: 18px
}

.details-box .detail-phone {
    padding-left: 50px;
    color: #3d4852;
    font-size: 14px;
    border-bottom: 1px solid #ededed
}

@media screen and (min-width:480px) {
    .details-box .detail-phone {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .details-box .detail-phone {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .details-box .detail-phone {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .details-box .detail-phone {
        font-size: 18px
    }
}

.details-box .detail-phone:before {
    content: "\e91a";
    position: absolute;
    left: 30px;
    width: 10px;
    font-family: icomoon;
    font-size: 18px
}

.details-box .detail-hour {
    padding-left: 50px;
    color: #3d4852;
    font-size: 14px
}

@media screen and (min-width:480px) {
    .details-box .detail-hour {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .details-box .detail-hour {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .details-box .detail-hour {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .details-box .detail-hour {
        font-size: 18px
    }
}

.details-box .detail-hour:before {
    content: "\e923";
    position: absolute;
    left: 30px;
    width: 10px;
    font-family: icomoon;
    font-size: 18px
}

.details-box .alumil-list2 li {
    margin-bottom: 10px
}

.details-box .alumil-list2 li a {
    font-size: 16px
}

.visibilityhidden {
    visibility: hidden;
    height: 1px
}

.woobox-offer-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 700px
}

.container-woobox-offer {
    background: url(/ResourcePackages/Alumil/assets/dist/images/Background_Image_woobox2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 25px 10px 50px 10px
}

.container-woobox-offer>h2 {
    color: #fff;
    max-width: 810px;
    margin: auto;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 0 10px;
    line-height: 1.3
}

@media (max-width:768px) {
    .container-woobox-offer>h2 {
        font-size: 20px
    }
}

section.main-image-outer {
    margin-bottom: 20px;
    position: relative
}

section.main-image-outer.degrade-layer {
    background-size: cover;
    background-repeat: no-repeat
}

section.main-image-outer.degrade-layer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .8;
    background-image: linear-gradient(to bottom, transparent, #000);
    top: 0
}

section.main-image-outer.degrade-layer .image-caption {
    z-index: 2;
    padding-top: 14%
}

section.main-image-outer.degrade-layer.yellow-bg {
    background: #f6b800;
    margin-bottom: 0
}

section.main-image-outer.degrade-layer.yellow-bg:after {
    content: none
}

section.main-image-outer.degrade-layer.yellow-bg .image-caption {
    padding: 4rem 15px 3rem 15px;
    text-align: center
}

section.main-image-outer.degrade-layer.yellow-bg .image-caption .caption-date-place,
section.main-image-outer.degrade-layer.yellow-bg .image-caption h1 {
    color: #333;
    white-space: break-spaces
}

section.main-image-outer.degrade-layer.yellow-bg .image-caption .caption-date-place p,
section.main-image-outer.degrade-layer.yellow-bg .image-caption h1 p {
    font-weight: 700;
    font-size: 24px
}

@media (max-width:991px) {

    section.main-image-outer.degrade-layer.yellow-bg .image-caption .caption-date-place p,
    section.main-image-outer.degrade-layer.yellow-bg .image-caption h1 p {
        font-size: 21px
    }
}

@media (max-width:768px) {

    section.main-image-outer.degrade-layer.yellow-bg .image-caption .caption-date-place p,
    section.main-image-outer.degrade-layer.yellow-bg .image-caption h1 p {
        font-size: 19px
    }
}

section.main-image-outer.degrade-layer.yellow-bg .image-caption .caption-date-place .caption-date,
section.main-image-outer.degrade-layer.yellow-bg .image-caption h1 .caption-date {
    margin-right: 0;
    position: relative;
    padding-top: 15px;
    font-size: 20px
}

@media (max-width:768px) {

    section.main-image-outer.degrade-layer.yellow-bg .image-caption .caption-date-place .caption-date,
    section.main-image-outer.degrade-layer.yellow-bg .image-caption h1 .caption-date {
        font-size: 17px
    }
}

section.main-image-outer.degrade-layer.yellow-bg .image-caption .caption-date-place .caption-date:before,
section.main-image-outer.degrade-layer.yellow-bg .image-caption h1 .caption-date:before {
    bottom: 2px
}

section.main-image-outer.degrade-layer.yellow-bg .image-caption .caption-date-place .caption-date:after,
section.main-image-outer.degrade-layer.yellow-bg .image-caption h1 .caption-date:after {
    content: "";
    background: #fff;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

section.main-image-outer .image-caption {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 200px;
    color: #fff
}

section.main-image-outer .image-caption h1.caption-title {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    color: #fff
}

@media screen and (min-width:480px) {
    section.main-image-outer .image-caption h1.caption-title {
        font-size: 22px
    }
}

@media screen and (min-width:768px) {
    section.main-image-outer .image-caption h1.caption-title {
        font-size: 34px
    }
}

@media screen and (min-width:992px) {
    section.main-image-outer .image-caption h1.caption-title {
        font-size: 38px
    }
}

@media screen and (min-width:1200px) {
    section.main-image-outer .image-caption h1.caption-title {
        font-size: 48px
    }
}

@media screen and (min-width:1440px) {
    section.main-image-outer .image-caption h1.caption-title {
        font-size: 54px
    }
}

section.main-image-outer .image-caption .caption-date-place {
    width: 100%;
    float: left
}

section.main-image-outer .image-caption .caption-date-place .caption-place {
    padding-left: 25px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
    font-size: 16px
}

@media screen and (min-width:480px) {
    section.main-image-outer .image-caption .caption-date-place .caption-place {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    section.main-image-outer .image-caption .caption-date-place .caption-place {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {
    section.main-image-outer .image-caption .caption-date-place .caption-place {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    section.main-image-outer .image-caption .caption-date-place .caption-place {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    section.main-image-outer .image-caption .caption-date-place .caption-place {
        font-size: 24px
    }
}

section.main-image-outer .image-caption .caption-date-place .caption-place:before {
    content: "\e919";
    position: absolute;
    left: 0;
    width: 10px;
    font-family: icomoon;
    font-size: 16px
}

@media screen and (min-width:480px) {
    section.main-image-outer .image-caption .caption-date-place .caption-place:before {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    section.main-image-outer .image-caption .caption-date-place .caption-place:before {
        font-size: 18px
    }
}

@media screen and (min-width:992px) {
    section.main-image-outer .image-caption .caption-date-place .caption-place:before {
        font-size: 20px
    }
}

@media screen and (min-width:1200px) {
    section.main-image-outer .image-caption .caption-date-place .caption-place:before {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    section.main-image-outer .image-caption .caption-date-place .caption-place:before {
        font-size: 20px
    }
}

section.main-image-outer .image-caption .caption-date-place .caption-date {
    padding-left: 25px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
    font-size: 16px
}

@media screen and (min-width:480px) {
    section.main-image-outer .image-caption .caption-date-place .caption-date {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    section.main-image-outer .image-caption .caption-date-place .caption-date {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {
    section.main-image-outer .image-caption .caption-date-place .caption-date {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    section.main-image-outer .image-caption .caption-date-place .caption-date {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    section.main-image-outer .image-caption .caption-date-place .caption-date {
        font-size: 24px
    }
}

section.main-image-outer .image-caption .caption-date-place .caption-date:before {
    content: "\e91e";
    position: absolute;
    left: 0;
    width: 10px;
    font-family: icomoon;
    font-size: 16px
}

@media screen and (min-width:480px) {
    section.main-image-outer .image-caption .caption-date-place .caption-date:before {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    section.main-image-outer .image-caption .caption-date-place .caption-date:before {
        font-size: 18px
    }
}

@media screen and (min-width:992px) {
    section.main-image-outer .image-caption .caption-date-place .caption-date:before {
        font-size: 20px
    }
}

@media screen and (min-width:1200px) {
    section.main-image-outer .image-caption .caption-date-place .caption-date:before {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    section.main-image-outer .image-caption .caption-date-place .caption-date:before {
        font-size: 20px
    }
}

.download-buttons {
    float: left
}

.download-buttons img {
    width: 40px
}

@media (max-width:480px) {
    section.articles-list .article-box .bubble-category {
        margin-top: 5px
    }

    section.articles-list .article-box .article-place {
        margin-right: 20px !important
    }
}

@media (max-width:380px) {
    .datepicker {
        left: 15px !important;
        width: calc(100% - 30px)
    }

    .datepicker .datepicker-days td.day {
        font-size: 12px
    }

    .datepicker th {
        font-size: 15px
    }

    .datepicker .alicon-left-arrow {
        font-size: 17px;
        margin-left: -22px
    }

    .datepicker .alicon-right-arrow {
        font-size: 17px;
        margin-right: -22px
    }

    .datepicker .calendar-heading .alicon-right-arrow {
        font-size: 17px
    }

    .datepicker .calendar-heading .calendar-from .from-text {
        padding-left: 5px;
        font-size: 10px
    }

    .datepicker .calendar-heading .calendar-to .to-text {
        font-size: 10px
    }

    .datepicker .calendar-heading .date-num {
        font-size: 30px
    }

    .datepicker .calendar-heading .date-md .date-month {
        font-size: 12px;
        line-height: 1
    }

    .datepicker .calendar-heading .date-md .date-day {
        font-size: 12px;
        line-height: 1
    }
}

@media (max-width:767px) {
    .sm-margin-20 {
        margin-top: 20px
    }
}

.tools-box,
.watchlist-box {
    border-top: 4px solid #ffd300
}

.tools-box .workplace-btn,
.watchlist-box .workplace-btn {
    max-width: 275px
}

section.search-boxes .input-group-addon {
    width: 30px;
    right: 21px
}

section.search-boxes .section-title {
    font-size: 18px
}

@media screen and (min-width:480px) {
    section.search-boxes .section-title {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    section.search-boxes .section-title {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {
    section.search-boxes .section-title {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    section.search-boxes .section-title {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    section.search-boxes .section-title {
        font-size: 24px
    }
}

.inner-tools .section-title,
.outer-tools .section-title {
    font-size: 20px
}

@media screen and (min-width:480px) {

    .inner-tools .section-title,
    .outer-tools .section-title {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {

    .inner-tools .section-title,
    .outer-tools .section-title {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {

    .inner-tools .section-title,
    .outer-tools .section-title {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {

    .inner-tools .section-title,
    .outer-tools .section-title {
        font-size: 36px
    }
}

@media screen and (min-width:1440px) {

    .inner-tools .section-title,
    .outer-tools .section-title {
        font-size: 40px
    }
}

.inner-tools .subtitle,
.outer-tools .subtitle {
    font-size: 14px;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}

@media screen and (min-width:480px) {

    .inner-tools .subtitle,
    .outer-tools .subtitle {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {

    .inner-tools .subtitle,
    .outer-tools .subtitle {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {

    .inner-tools .subtitle,
    .outer-tools .subtitle {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {

    .inner-tools .subtitle,
    .outer-tools .subtitle {
        font-size: 16px
    }
}

.inner-tools a.hover,
.inner-tools a:focus,
.outer-tools a.hover,
.outer-tools a:focus {
    text-decoration: none
}

.inner-tools a.hover .subtitle,
.inner-tools a:focus .subtitle,
.outer-tools a.hover .subtitle,
.outer-tools a:focus .subtitle {
    color: #ffd300
}

@media (min-width:480px) {
    .search-boxes form .section-colored label {
        font-weight: 700;
        font-size: 14px
    }
}

@media (min-width:768px) {
    .search-boxes form .section-colored label {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .search-boxes form .section-colored label {
        font-size: 17px
    }
}

@media (min-width:1440px) {
    .search-boxes form .section-colored label {
        font-size: 18px
    }
}

.box-with-checkbox {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    margin: 0 0 3rem;
    padding: 5px 0
}

.box-with-checkbox .form-check-group .checkbox-item {
    font-weight: 400;
    font-size: 17px
}

.box-with-checkbox .form-check-group {
    padding: 0 20px;
    padding-bottom: 15px;
    margin-top: 10px
}

.video-gallery-list .text-muted {
    display: none
}

.isScrollingDown:has(.video-gallery-list) .section-top-header {
    z-index: 999
}

.isScrollingUp:has(.video-gallery-list) .section-top-header {
    z-index: 999
}

@media (min-width:577px) {
    .show-desk {
        display: block
    }

    .show-mobile {
        display: none
    }
}

@media (max-width:576px) {
    .show-desk {
        display: none
    }

    .show-mobile {
        display: block
    }
}

.row-with-two-boxes {
    display: flex;
    width: 100%;
    justify-content: center
}

@media (max-width:480px) {
    .row-with-two-boxes {
        display: block
    }
}

.row-with-two-boxes .sf_colsOut {
    max-width: 220px
}

@media (max-width:480px) {
    .row-with-two-boxes .sf_colsOut {
        max-width: 100%
    }
}

.row-with-two-boxes .sf_colsOut .col-md-3 {
    max-width: 100%;
    margin: auto;
    width: 100%;
    min-width: 220px
}

@media (max-width:480px) {
    .row-with-two-boxes .sf_colsOut .col-md-3 {
        width: 50%;
        min-width: auto
    }
}

.boxes-with-number .checkbox-image .input-group input {
    text-align: center
}

.content-steps .border-box.box-with-checkbox .row {
    border: 0;
    border-radius: 0;
    margin: 0
}

.checkbox-section {
    padding: 10px 20px;
    padding-top: 20px
}

.checkbox-section .section-separator {
    display: none
}

.checkbox-section .form-group {
    margin: 0
}

.checkbox-section .list-unstyled {
    margin: 0
}

.checkbox-section legend {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.16px;
    color: #3e4346;
    padding-bottom: 10px
}

.item-center {
    align-items: center
}

.bg-captcha {
    background: rgba(0, 0, 0, .02);
    padding: 15px;
    margin-top: 4rem
}

.checkbox-item {
    line-height: 25px;
    margin-top: 5px
}

.container-captcha {
    max-width: 363px
}

.steps-container .section-captcha legend.h6 {
    font-weight: 700;
    font-size: 15px;
    padding-bottom: .5rem;
    margin-bottom: .5rem
}

.steps-container form {
    font-size: 18px
}

@media screen and (max-width:768px) {
    .steps-container form {
        font-size: 16px
    }
}

@media screen and (max-width:480px) {
    .steps-container form {
        font-size: 14px
    }
}

section.quiz .checkbox-image img {
    position: relative;
    cursor: pointer
}

section.quiz .checkbox-image .checkbox {
    text-align: center;
    margin: 0
}

section.quiz .checkbox-image .checkbox label {
    bottom: 18px;
    padding-left: 0
}

section.quiz .checkbox-image .checkbox label:before {
    width: 26px !important;
    height: 26px !important
}

section.quiz .checkbox-image .checkbox label:after {
    font-size: 22px !important
}

section.quiz .checkbox-image.checked img {
    border: 4px solid #ffd300
}

section.quiz .with-icon {
    padding: 0 5px !important;
    margin-bottom: 5px !important
}

section.quiz .with-icon .checkbox-image {
    -webkit-box-shadow: 0 10px 30px #c1c1c1;
    -moz-box-shadow: 0 10px 30px #c1c1c1;
    box-shadow: 0 10px 30px #c1c1c1;
    padding: 35px 20px 35px 20px;
    text-align: center;
    height: 100%;
    border-radius: 4px;
    cursor: pointer
}

section.quiz .with-icon .checkbox-image .choice-icon {
    margin-top: 0;
    text-align: center
}

section.quiz .with-icon .checkbox-image .choice-icon svg {
    max-width: 110px
}

section.quiz .with-icon .checkbox-image .choice-icon img {
    max-width: 125px
}

section.quiz .with-icon .checkbox-image .choice-desc {
    margin-top: 5px
}

section.quiz .with-icon .checkbox-image.clicked {
    background: #3e4346
}

section.quiz .with-icon .checkbox-image.clicked .answer-title {
    color: #fff
}

section.quiz .with-icon .checkbox-image.clicked .choice-desc {
    color: #fff
}

section.quiz .with-icon .checkbox {
    position: absolute;
    right: 30px;
    bottom: 0
}

section.quiz .with-icon .checkbox.visible {
    opacity: 1
}

.quiz-footnote {
    font-size: 16px;
    color: #c1c1c1
}

.quiz-text {
    font-size: 16px;
    color: #777
}

section.quiz [data-page-key=Thermal-insulation] .checkbox-image .choice-icon img {
    max-width: 70px
}

@media (max-width:768px) {

    .back-submit.section-fixed .row .col-sm-offset-4 .btn-back,
    .back-submit.section-fixed .row .col-sm-offset-4 .btn-favorite,
    .back-submit.section-fixed .row .col-sm-offset-4 .btn-next,
    .back-submit.section-fixed .row .col-sm-offset-4 .btn-primary {
        margin-bottom: 20px
    }
}

.wizard-page .btns-row .col-sm-4.margin-bottom-20 {
    margin-bottom: 10px !important
}

.back-submit {
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 9
}

.back-submit .container {
    padding: 0
}

.back-submit .wizard-page .btns-row {
    margin-top: 0
}

.back-submit .btn-next {
    text-align: center;
    background: #fbc200
}

@media (max-width:1200px) {
    .back-submit.section-fixed .row {
        margin: 0 auto
    }
}

@media (max-width:1200px) and (min-width:768px) {
    .back-submit.section-fixed .row {
        width: 750px
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .back-submit.section-fixed .row {
        width: 970px
    }
}

.back-submit.section-relative {
    position: relative;
    background: 0 0;
    padding: 0
}

.back-submit.section-relative .btn-next.no-background {
    color: #000
}

@media (max-width:1200px) {
    .back-submit.section-fixed {
        background: #3e4346;
        padding: 20px 10px;
        padding-bottom: 0;
        position: fixed
    }

    .back-submit.section-fixed .btn-next.no-background,
    .back-submit.section-fixed .btn-next.no-background:hover {
        color: #3e4346;
        background: #ffd300;
        text-align: center
    }

    .back-submit.section-fixed .btn-next.no-background:after,
    .back-submit.section-fixed .btn-next.no-background:hover:after {
        right: 20px
    }

    .back-submit.section-fixed .btn-next.no-background:hover {
        color: #000
    }

    .back-submit.section-fixed .btn-next.no-background {
        display: inline-block;
        position: relative
    }

    .back-submit.section-fixed .btn-next.no-background:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 4px;
        background: #3e4346;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .back-submit.section-fixed .btn-next.no-background:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    .back-submit .section-separator {
        display: none
    }

    .back-submit .btn-next.no-background,
    .back-submit .btn-next.no-background:hover {
        color: #000
    }
}

.answer-title {
    font-size: 17px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 10px;
    line-height: normal
}

@media screen and (min-width:480px) {
    .answer-title {
        font-size: 17px
    }
}

@media screen and (min-width:768px) {
    .answer-title {
        font-size: 17px
    }
}

@media screen and (min-width:905px) {
    .answer-title {
        font-size: 18px
    }
}

@media screen and (min-width:992px) {
    .answer-title {
        font-size: 20px
    }
}

@media screen and (min-width:1200px) {
    .answer-title {
        font-size: 22px
    }
}

@media screen and (min-width:1440px) {
    .answer-title {
        font-size: 24px
    }
}

.quiz-question {
    display: none
}

.quiz-question.active-question {
    display: block;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    animation: fadein 1s
}

.opening-frames-quiz {
    display: none
}

.active-quiz {
    display: block;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    animation: fadein 1s
}

.first-question {
    display: none
}

.first-question.active-question {
    display: block
}

.steps {
    max-width: 800px;
    display: none
}

.tip-container {
    border: 1px solid #3e4346;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px
}

.tip-container .tip-number {
    color: #3e4346;
    text-align: right;
    font-weight: 700;
    font-size: 20px
}

@media screen and (min-width:480px) {
    .tip-container .tip-number {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {
    .tip-container .tip-number {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    .tip-container .tip-number {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {
    .tip-container .tip-number {
        font-size: 36px
    }
}

@media screen and (min-width:1440px) {
    .tip-container .tip-number {
        font-size: 40px
    }
}

.tip-container .tips {
    font-style: italic;
    font-weight: 700;
    color: #3e4346;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    display: block
}

.alicon-question {
    display: inline;
    font-size: 20px
}

.radio {
    padding-top: 5px
}

.radio label {
    float: left
}

.radio label .label-name {
    float: left;
    margin-top: 0;
    font-size: 16px
}

@media screen and (min-width:480px) {
    .radio label .label-name {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .radio label .label-name {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .radio label .label-name {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .radio label .label-name {
        font-size: 18px
    }
}

.tooltiptext-product {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 0
}

.tooltiptext-product p {
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 99;
    color: #fff;
    font-weight: 700
}

.priority-list {
    list-style: none;
    padding-left: 0;
    -webkit-box-shadow: 0 10px 30px #c1c1c1;
    -moz-box-shadow: 0 10px 30px #c1c1c1;
    box-shadow: 0 10px 30px #c1c1c1;
    border-radius: 4px;
    background: #fff
}

.priority-list li {
    padding: 15px 10px;
    cursor: pointer;
    border-bottom: 1px solid #ededed;
    font-weight: 700
}

.priority-list li.selected {
    background: #ffd300;
    position: relative;
    cursor: default
}

.priority-list li.selected:before {
    content: attr(data-priority);
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    color: #ffd300;
    top: 10px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2
}

.priority-list li.selected:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #3e4346;
    top: 10px;
    transform: rotate(45deg)
}

.priority-list li:last-child {
    border-bottom: none
}

.rotate-div {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.boxes-with-number input::-webkit-inner-spin-button,
.boxes-with-number input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.box-with-checkbox-img {
    margin-bottom: 2.5rem
}

.boxes-with-number input[type=number] {
    -moz-appearance: textfield
}

.choice-frames-all .row {
    display: inline-block;
    width: 100%
}

.arrow-top-bottom {
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 2rem 0;
    margin-bottom: 7rem;
    position: relative
}

.arrow-top-bottom:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ebebeb;
    top: 50%;
    z-index: -1
}

.arrow-top-bottom .caret {
    border: 0;
    width: 60px;
    height: 60px;
    background: #3e4346;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1
}

.arrow-top-bottom .caret:before {
    content: "\e913";
    font-family: icomoon
}

.choice-frames-all .answer-title {
    font-size: 18px
}

@media (max-width:991px) {
    .choice-frames-all .answer-title {
        font-size: 17px;
        min-height: 33px
    }
}

@media (max-width:560px) {
    .choice-frames-all .answer-title {
        min-height: 40px
    }
}

.choice-frames-all .boxes-with-number .answer-title,
.choice-frames-all box-with-checkbox-img .answer-title {
    margin-top: 25px
}

.boxes-with-number .checkbox-image {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 10px 30px #c1c1c1;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 30px #c1c1c1;
    -moz-box-shadow: 0 10px 30px #c1c1c1;
    border-radius: 4px;
    position: relative
}

.boxes-with-number .checkbox-image img {
    max-height: 190px;
    width: auto
}

.boxes-with-number .checkbox-image .input-group {
    position: absolute;
    display: table;
    border-collapse: separate;
    max-width: 50%;
    margin: auto;
    bottom: -15px;
    left: 0;
    right: 0
}

.boxes-with-number .checkbox-image .input-number {
    height: 30px
}

.boxes-with-number .checkbox-image .btn-number {
    width: 30px;
    height: 30px;
    padding: 0;
    background: #ffd300;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 13px;
    opacity: 1
}

.boxes-with-number .answer-title {
    margin-top: 20px
}

.list-priority {
    max-width: 350px;
    margin: 10px auto;
    width: 100%;
    float: none
}

.clean-and-txt span {
    letter-spacing: 0;
    color: #3e4346;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-top: 15px
}

.wizard-page {
    margin-top: 60px
}

.wizard-page .btns-row {
    margin-top: 15px
}

.choice-frames-all .box-with-checkbox-img .checkbox label::after,
.choice-frames-all .box-with-checkbox-img .checkbox label::before {
    margin-left: -15px
}

.box-with-checkbox-img .checkbox-item:hover input~.checkmark {
    background-color: #fff
}

.box-with-checkbox-img .checkbox-image img {
    max-height: 100px;
    width: auto
}

.box-with-checkbox-img .checkbox-image .checkbox ul {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0
}

.box-with-checkbox-img .checkbox {
    margin: 0
}

.box-with-checkbox-img .checkbox input {
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.box-with-checkbox-img .checkbox input:checked+label::after {
    font-family: icomoon;
    content: "\e911"
}

.box-with-checkbox-img .checkbox label {
    bottom: 18px;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.box-with-checkbox-img .checkbox label::before {
    content: "";
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out;
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    margin-left: -20px
}

.box-with-checkbox-img .checkbox label::after {
    content: " ";
    top: 0;
    padding-left: 1px;
    padding-top: 1px;
    font-size: 22px;
    color: #555;
    line-height: 1;
    width: 26px;
    height: 26px;
    left: 0;
    margin-left: -20px;
    display: inline-block;
    position: absolute
}

.box-with-checkbox-img {
    cursor: pointer
}

@media (max-width:560px) {
    .wizard-page-section-items .breadcrumb-wrapper {
        display: none
    }
}

@media (max-width:560px) {
    #wizard-home .subtitle {
        display: none
    }
}

#wizard-home .margin-top-30 {
    margin-top: 0 !important
}

#wizard-home,
.box-with-checkbox-img {
    margin-top: 0
}

#wizard-home .checkbox-image,
.box-with-checkbox-img .checkbox-image {
    text-align: center;
    cursor: pointer
}

#wizard-home .checkbox-image .img-and-input,
.box-with-checkbox-img .checkbox-image .img-and-input {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 10px 30px #c1c1c1;
    -moz-box-shadow: 0 10px 30px #c1c1c1;
    box-shadow: 0 10px 30px #c1c1c1;
    border-radius: 4px
}

#wizard-home .checkbox-image img,
.box-with-checkbox-img .checkbox-image img {
    position: relative;
    cursor: pointer;
    max-width: 100%;
    max-height: 190px
}

#wizard-home .checkbox-image .checkbox,
.box-with-checkbox-img .checkbox-image .checkbox {
    cursor: pointer
}

#wizard-home .checkbox-image .checkbox label,
.box-with-checkbox-img .checkbox-image .checkbox label {
    opacity: 0
}

#wizard-home .checkbox-image.clicked,
.box-with-checkbox-img .checkbox-image.clicked {
    background: #3e4346
}

#wizard-home .answer-title,
.box-with-checkbox-img .answer-title {
    margin-top: 15px
}

.box-with-checkbox-img .checkbox-image {
    padding-top: 35px !important
}

.boxes-with-number .checkbox-image {
    cursor: auto !important
}

.back-submit.section-relative .no-background:hover {
    color: #000
}

.steps.wizard-steps {
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -35px
}

.steps.wizard-steps:before {
    height: 2px;
    background: #d8d8d8
}

.steps.wizard-steps .step:before {
    background: #d8d8d8
}

.steps.wizard-steps .step.completed:before {
    background: #3e4346
}

.steps.wizard-steps .step.active-step:before {
    background: #ffd300
}

.steps.wizard-steps .step-home img {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.steps.wizard-steps .step-home.completed:after {
    display: none !important
}

.clean-priorities {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    color: #f6b800
}

.clean-priorities img {
    margin-right: 5px
}

.choices-row {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.choices-row .choices-wrapper {
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative
}

.choices-row .choices-wrapper .choices-bg-img {
    overflow: hidden
}

.choices-row .choices-wrapper .choices-bg-img img {
    transition: transform .3s;
    transform: scale(1.4)
}

.choices-row .choices-wrapper .choices-wrapper-inner {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden
}

.choices-row .choices-wrapper .choices-wrapper-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(234, 234, 234, .5)
}

.choices-row .choices-wrapper .choices-wrapper-inner.no-layer:after {
    display: none
}

.choices-row .choices-wrapper .choices-wrapper-inner .door-handle {
    width: 50px;
    order: 2;
    transform: scale(1.3);
    transition: all .3s;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -25px
}

.choices-row .choices-wrapper .choices-wrapper-inner .door-handle img {
    max-width: none;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    width: 100%;
    height: auto
}

.choices-row .choices-wrapper .choices-wrapper-inner .choice {
    cursor: pointer;
    z-index: 15;
    padding: 0
}

.choices-row .choices-wrapper .choices-wrapper-inner .choice .col-title {
    transform: rotate(-90deg);
    font-family: PFHighwaySansPro;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    margin-bottom: 13px;
    display: none;
    width: 35px;
    height: 39px
}

.choices-row .choices-wrapper .choices-wrapper-inner .choice .checkbox-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.choices-row .choices-wrapper .choices-wrapper-inner .choice .checkbox-image img {
    transition: all .3s;
    opacity: 1
}

.choices-row .choices-wrapper .choices-wrapper-inner .choice .checkbox {
    opacity: 0
}

.choices-row .choices-wrapper .choices-wrapper-inner .choice[data-order="1"] {
    order: 1
}

.choices-row .choices-wrapper .choices-wrapper-inner .choice[data-order="1"] .checkbox-image img {
    width: 21px;
    left: -7px;
    top: -15px
}

.choices-row .choices-wrapper .choices-wrapper-inner .choice[data-order="2"] {
    order: 3
}

.choices-row .choices-wrapper .choices-wrapper-inner .choice[data-order="2"] .checkbox-image img {
    width: 40px;
    right: -30px;
    top: -15px
}

.choices-row .choices-wrapper.zoom-out-img .choices-bg-img img {
    transform: scale(1)
}

.choices-row .choices-wrapper.zoom-out-img .door-handle {
    transform: scale(1);
    width: 50px;
    top: 48%
}

.choices-row .choices-wrapper.zoom-out-img .choices-wrapper-inner .choice[data-order="1"] .checkbox-image img {
    opacity: 0
}

.choices-row .choices-wrapper.zoom-out-img .choices-wrapper-inner .choice[data-order="2"] .col-title {
    display: block;
    margin-left: 60px;
    margin-right: -120px
}

.choices-row .choices-wrapper.zoom-out-img .choices-wrapper-inner .choice[data-order="2"] .checkbox-image img {
    opacity: 1;
    width: 50px;
    right: -32px
}

.choices-row .choices-wrapper.zoom-in-img .choices-bg-img img {
    transform: scale(1.2)
}

.choices-row .choices-wrapper.zoom-in-img .door-handle {
    transform: scale(1.2) translateX(-50%);
    position: absolute;
    top: 55%;
    left: 100%;
    width: 34px;
    max-width: 50px;
    width: 20%
}

.choices-row .choices-wrapper.zoom-in-img .choices-wrapper-inner .choice[data-order="1"]:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 100%;
    background: #262628;
    top: 0;
    bottom: 0
}

.choices-row .choices-wrapper.zoom-in-img .choices-wrapper-inner .choice[data-order="1"] .col-title {
    display: block;
    margin-left: -50px;
    margin-right: -15px
}

.choices-row .choices-wrapper.zoom-in-img .choices-wrapper-inner .choice[data-order="1"] .checkbox-image img {
    opacity: 1;
    width: 27px;
    left: 5px
}

.choices-row .choices-wrapper.zoom-in-img .choices-wrapper-inner .choice[data-order="2"] .checkbox-image img {
    opacity: 0
}

.choices-row .choices-wrapper .switch-toggle {
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 48px;
    height: 14px
}

.choices-row .choices-wrapper .switch-toggle.switch-candy {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: none
}

.choices-row .choices-wrapper .switch-toggle.switch-candy a {
    background-color: #3e4346;
    border: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    box-shadow: none;
    background-image: none;
    top: 2px
}

.choices-row .choices-wrapper .switch-toggle.switch-candy label {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    box-shadow: none;
    background-image: none;
    outline: 0;
    z-index: 999;
    cursor: pointer
}

.choices-row .choices-wrapper .switch-toggle.switch-candy label.default {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    box-shadow: none;
    background-image: none;
    position: relative;
    z-index: 999
}

.choices-row .choices-wrapper .switch-toggle.switch-candy label.default:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #3e4346;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: -1
}

.choices-row .choices-wrapper .switch-toggle:after {
    display: none
}

.choices-row .choices-wrapper .switch-toggle label:nth-child(2):nth-last-child(6),
.choices-row .choices-wrapper .switch-toggle label:nth-child(2):nth-last-child(6)~a,
.choices-row .choices-wrapper .switch-toggle label:nth-child(2):nth-last-child(6)~label {
    left: 3px
}

.choices-row .choices-wrapper .switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(3)+label~a {
    left: 20px
}

.choices-row .choices-wrapper .switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(5)+label~a {
    left: 35px
}

.questions-row {
    display: flex;
    margin-top: 30px;
    justify-content: center
}

.questions-row .choices-row {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px
}

.questions-row .choices-row .choice {
    width: 100%
}

.btns-row {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap
}

.help-row {
    margin: 25px 0
}

.help-row .advice-btn {
    display: flex;
    align-items: center;
    color: #3e4346;
    font-weight: 700
}

.help-row .advice-btn:before {
    content: url(../images/advice.svg);
    margin-right: 5px
}

.help-row .advice-btn .arrow-icon {
    width: 23px;
    height: 32px;
    position: relative
}

.help-row .advice-btn .arrow-icon .left-bar {
    background: #3e4346;
    position: absolute;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: 2px;
    width: 8px;
    top: 12px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(45deg)
}

.help-row .advice-btn .arrow-icon .right-bar {
    height: 2px;
    background: #3e4346;
    position: absolute;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 8px;
    top: 17px;
    left: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-45deg)
}

.help-row .advice-btn.opened .arrow-icon .left-bar {
    width: 12px;
    top: 15px;
    height: 2px;
    left: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.help-row .advice-btn.opened .arrow-icon .right-bar {
    width: 12px;
    top: 15px;
    height: 2px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.help-row p {
    margin-top: 30px;
    position: relative;
    font-size: 16px;
    display: flex
}

.help-row p strong {
    display: block;
    margin-bottom: 5px
}

.help-row p span {
    width: 80%
}

.help-row p:before {
    content: attr(data-num);
    font-size: 35px;
    letter-spacing: -.42px;
    font-weight: 700;
    padding-right: 10px;
    float: left;
    margin-top: -5px
}

.comparison-table.results .btn,
.comparison-table.results .btn-back,
.comparison-table.results .btn-default,
.comparison-table.results .btn-facebook,
.comparison-table.results .btn-favorite,
.comparison-table.results .btn-link,
.comparison-table.results .btn-next,
.comparison-table.results .btn-primary,
.comparison-table.results .btn-secondary {
    display: block
}

.comparison-table.results .title-row {
    margin-left: 0;
    margin-right: 0
}

.comparison-table.results .title {
    background: #3e4346 !important;
    border-bottom: 1px solid #ffd300;
    color: #fff !important;
    padding-left: calc(25% + 5px);
    text-align: left;
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.comparison-table.results .result-cell {
    min-height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
}

.comparison-table.results .result-cell img {
    max-height: 50px;
    max-width: 110px;
    width: auto
}

.comparison-table.results .labels-col {
    position: absolute;
    padding-left: 0
}

.comparison-table.results .labels-col .result-cell {
    align-items: flex-end;
    padding: 0 10px;
    width: 25%;
    z-index: 10;
    text-align: right;
    position: relative;
    border-right: 2px solid #f3f3f3;
    font-size: 13px
}

.comparison-table.results .labels-col .result-cell span {
    z-index: 9
}

.comparison-table.results .labels-col .result-cell.even {
    background: #f8f8f8
}

.comparison-table.results .labels-col .result-cell.odd {
    background: #fff
}

.comparison-table.results .labels-col .result-cell.with-expand {
    cursor: pointer
}

.comparison-table.results .labels-col .result-cell.with-expand span {
    padding-right: 20px;
    position: relative
}

.comparison-table.results .labels-col .result-cell.with-expand span:after {
    content: "\e907";
    position: absolute;
    right: 0;
    top: -1px;
    font-family: icomoon;
    transition: transform .3s ease
}

.comparison-table.results .labels-col .result-cell.with-expand span.with-left-img:after {
    top: 5px
}

.comparison-table.results .labels-col .result-cell.with-expand.clicked span:after {
    transform: rotate(90deg)
}

.comparison-table.results .labels-col .result-cell.with-expand.no-arrow {
    pointer-events: none;
    cursor: default
}

.comparison-table.results .labels-col .result-cell.with-expand.no-arrow span {
    padding-right: 0
}

.comparison-table.results .labels-col .result-cell.with-expand.no-arrow span:after {
    display: none
}

.comparison-table.results .labels-col .result-cell-expand {
    z-index: 100;
    position: absolute;
    padding-left: 25%;
    background: #f8f8f8;
    max-height: 0;
    height: 0;
    transition: max-height .3s ease;
    overflow: hidden;
    width: 100%
}

.comparison-table.results .labels-col .result-cell-expand .expand-title {
    padding-bottom: 10px;
    font-size: 13px;
    border-bottom: 1px solid #d8d8d8;
    text-align: left
}

.comparison-table.results .labels-col .result-cell-expand .expand-images {
    display: flex
}

.comparison-table.results .labels-col .result-cell-expand .expand-images img {
    width: 25%;
    margin-right: 10px
}

.comparison-table.results .labels-col .result-cell-expand .expand-txt {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left
}

.comparison-table.results .labels-col .result-cell-expand .expand-table table {
    table-layout: fixed
}

.comparison-table.results .labels-col .result-cell-expand .expand-table table tr {
    border-bottom: 1px solid #d8d8d8
}

.comparison-table.results .labels-col .result-cell-expand .expand-table table th {
    vertical-align: top;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px
}

.comparison-table.results .labels-col .result-cell-expand .expand-table table td {
    vertical-align: top;
    text-transform: initial;
    font-weight: 400;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px
}

.comparison-table.results .labels-col .result-cell-expand.open {
    max-height: 3000px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    height: auto
}

.comparison-table.results .labels-col .result-cell-expand.exp-even {
    background: #f8f8f8
}

.comparison-table.results .labels-col .result-cell-expand.exp-odd {
    background: #fff
}

.comparison-table.results .details-col {
    padding-left: 25%
}

.comparison-table.results .details-col .value:first-child .result-cell span {
    z-index: 9
}

.comparison-table.results .details-col .value:first-child .result-cell:before {
    position: absolute;
    content: "";
    width: 4000px;
    height: 100%;
    left: -10px;
    z-index: -1
}

.comparison-table.results .details-col .value:first-child .result-cell.even:before {
    background: #f8f8f8
}

.comparison-table.results .details-col .value:first-child .result-cell.odd:before {
    background: #fff
}

.comparison-table.results .row {
    margin: 0
}

.comparison-table.results .row>div {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0
}

.comparison-table.results .row .value {
    background: 0 0;
    width: 100%
}

.result-item .code {
    width: 100%;
    display: flex;
    margin-bottom: 2px;
    align-items: center;
    background: #3e4346 !important;
    height: 50px;
    border-radius: 5px;
    pointer-events: none;
    font-size: 16px
}

@media screen and (min-width:480px) {
    .result-item .code {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .result-item .code {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {
    .result-item .code {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    .result-item .code {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    .result-item .code {
        font-size: 24px
    }
}

.result-item .code .img-mob {
    width: 60px !important;
    height: auto;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none
}

.result-item span {
    color: #fff !important;
    font-weight: 700;
    width: 100%;
    transition: width .2s ease;
    display: block;
    padding: 0 20px
}

.results-slider {
    overflow: hidden
}

.results-slider .owl-stage-outer {
    overflow: hidden
}

.results-slider .owl-item {
    display: inline-block
}

.results-slider .owl-nav {
    display: none
}

.pare-prosfora-slider,
.perfomance-slider,
.specifications-slider,
.technical-slider {
    overflow: hidden;
    z-index: 99;
    position: relative
}

.pare-prosfora-slider .owl-stage,
.perfomance-slider .owl-stage,
.specifications-slider .owl-stage,
.technical-slider .owl-stage {
    display: flex
}

.pare-prosfora-slider .owl-item,
.perfomance-slider .owl-item,
.specifications-slider .owl-item,
.technical-slider .owl-item {
    display: inline-flex
}

.pare-prosfora-slider .owl-nav,
.perfomance-slider .owl-nav,
.specifications-slider .owl-nav,
.technical-slider .owl-nav {
    display: none
}

.owl-navigation {
    padding-left: 0
}

.owl-navigation .owl-next,
.owl-navigation .owl-prev {
    border: none;
    color: #3e4346;
    top: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    padding: 8px 15px
}

.owl-navigation .owl-next:after,
.owl-navigation .owl-prev:after {
    display: none
}

.owl-navigation .owl-next:focus,
.owl-navigation .owl-prev:focus {
    border: none;
    outline: 0
}

.owl-navigation .owl-next.disabled,
.owl-navigation .owl-prev.disabled {
    opacity: .6;
    pointer-events: none
}

.owl-navigation .owl-nav {
    display: block
}

.owl-navigation .owl-nav.disabled {
    display: none
}

.switch-toggle.switch-candy.switch-user {
    background-color: #ddd !important;
    border-radius: 3px;
    box-shadow: none;
    margin-top: -12px;
    font-size: 14px;
    letter-spacing: 0;
    display: flex
}

.switch-toggle.switch-candy.switch-user a {
    background-color: #3e4346 !important;
    box-shadow: none;
    border: none;
    background-image: none
}

.switch-toggle.switch-candy.switch-user a:focus {
    border: none;
    outline: 0
}

.switch-toggle.switch-candy.switch-user label {
    text-shadow: none;
    color: #fff;
    padding: 7px .5em
}

.switch-toggle.switch-candy.switch-user input:checked+label {
    color: #ffd300;
    outline: 0
}

.table-header {
    display: flex;
    flex-wrap: wrap
}

.table-header .subtitle {
    order: 1
}

.table-header .owl-navigation {
    order: 4
}

.table-header .info-bubble-wrapper {
    order: 2
}

.table-header .switch-wrapper {
    order: 3
}

.criteria {
    background: #f8f8f8;
    padding: 30px 10px
}

input[type=checkbox].toggle {
    opacity: 0;
    position: absolute;
    left: -99999px
}

input[type=checkbox].toggle+label {
    height: 40px;
    line-height: 40px;
    background-color: #ccc;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
    width: 100%
}

input[type=checkbox].toggle+label:before,
input[type=checkbox].toggle+label:hover:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 40px;
    background: #3e4346;
    border-radius: 5px;
    z-index: 2;
    transition: all .3s ease
}

input[type=checkbox].toggle+label .off,
input[type=checkbox].toggle+label .on {
    width: 49%;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 10
}

input[type=checkbox].toggle+label .on {
    color: #ffd300
}

input[type=checkbox].toggle+label .off {
    color: #3e4346
}

input[type=checkbox].toggle:checked+label .on {
    color: #3e4346
}

input[type=checkbox].toggle:checked+label .off {
    color: #ffd300
}

input[type=checkbox].toggle:checked+label:before,
input[type=checkbox].toggle:checked+label:hover:before,
input[type=checkbox].toggle:focus:checked+label:before,
input[type=checkbox].toggle:focus:checked+label:hover:before {
    background-position: 0 0;
    top: 0;
    left: 100%;
    margin-left: -50%
}

.results-form {
    border-top: 2px solid #ffd300;
    background: #f3f3f3
}

.results-form .results-form-row {
    display: flex;
    justify-content: center
}

.results-form .email-wrapper {
    position: relative;
    max-width: 405px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px
}

.results-form .email-wrapper .alumil-form h3 {
    font-size: 24px;
    color: #3e4346
}

.results-form .email-wrapper .alumil-form input[type=checkbox]:focus {
    outline: 0 !important
}

.results-form .email-wrapper .alumil-form input[type=checkbox]:focus label:before {
    outline: 0 !important
}

.results-form .email-wrapper .alumil-form .newsletter-row {
    display: flex;
    background: #ddd;
    padding: 4px 20px;
    border-radius: 3px;
    align-items: center
}

.results-form .email-wrapper .alumil-form .newsletter-row .form-group {
    width: 70%;
    margin-bottom: 0
}

.results-form .email-wrapper .alumil-form .newsletter-row .form-group .input-group {
    width: 100%;
    padding-left: 15px;
    position: relative;
    width: 100%;
    padding-left: 25px;
    position: relative
}

.results-form .email-wrapper .alumil-form .newsletter-row .form-group .input-group:before {
    content: "\e90e";
    background: 0 0;
    border: none;
    color: #3e4346;
    font-size: 20px;
    font-family: icomoon;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 5
}

.results-form .email-wrapper .alumil-form .newsletter-row .form-group .input-group .alicon-envelope:before {
    display: none
}

.results-form .email-wrapper .alumil-form .newsletter-row .form-group .input-group .form-control {
    border-color: transparent !important;
    background: 0 0;
    height: 40px;
    font-size: 13px
}

.results-form .email-wrapper .alumil-form .newsletter-row .form-group .input-group .form-control.has-error {
    webkit-box-shadow: none;
    box-shadow: none
}

.results-form .email-wrapper .alumil-form .checkbox label {
    font-size: 13px
}

.results-form .email-wrapper .alumil-form .checkbox label a {
    text-decoration: underline;
    color: #3e4346
}

.results-form .email-wrapper .alumil-form .checkbox {
    margin-bottom: 10px
}

.results-form .email-wrapper .alumil-form .btn,
.results-form .email-wrapper .alumil-form .btn-back,
.results-form .email-wrapper .alumil-form .btn-default,
.results-form .email-wrapper .alumil-form .btn-facebook,
.results-form .email-wrapper .alumil-form .btn-favorite,
.results-form .email-wrapper .alumil-form .btn-link,
.results-form .email-wrapper .alumil-form .btn-next,
.results-form .email-wrapper .alumil-form .btn-primary,
.results-form .email-wrapper .alumil-form .btn-secondary {
    width: 30%;
    text-align: right;
    padding-top: 8px
}

.results-form .email-wrapper .alumil-form .btn-link {
    padding-bottom: 7px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px
}

.wizard-results {
    padding: 0 !important
}

.wizard-results .sticky-header {
    position: relative
}

.wizard-results .sticky-header .affix {
    top: 0;
    z-index: 999;
    margin: 0 auto;
    width: 100%
}

.wizard-results .sticky-header .affix .code {
    cursor: pointer;
    pointer-events: auto
}

.wizard-results .sticky-header .affix .code .img-mob {
    display: block
}

.wizard-results .sticky-header .affix .code span {
    width: calc(100% - 60px)
}

.wizard-results .sticky-header .affix-bottom {
    position: relative;
    z-index: 100
}

.info-bubble {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #ffd300;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding-top: 2px;
    font-size: 13px;
    float: right
}

.tooltip.left .tooltip-inner {
    background: #ffd300 !important;
    color: #3e4346 !important
}

.tooltip.left .tooltip-arrow {
    border-left-color: #ffd300 !important;
    border-top-color: #fff !important
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom .tooltip-inner {
    margin-top: 5px
}

.tooltip.bottom .tooltip-inner,
.tooltip.right .tooltip-inner {
    background: #000 !important;
    color: #fff !important;
    text-align: left;
    opacity: 1 !important;
    padding: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25)
}

.tooltip.right .tooltip-arrow {
    border-right-color: #3e4346 !important;
    border-top-color: #fff !important
}

.wizard-results-pdf {
    overflow: hidden
}

@media print {
    .wizard-results-pdf .criteria .container {
        padding: 0 10px
    }
}

@media print {
    .wizard-results-pdf .criteria .container .row {
        margin-left: 0;
        margin-right: 0;
        background: #f8f8f8 !important;
        padding: 20px 20px
    }
}

.wizard-results-pdf .criteria .subtitle {
    padding-left: 0;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.wizard-results-pdf .criteria .characteristics {
    padding-left: 0
}

.wizard-results-pdf .criteria .characteristics .col-md-2 {
    float: left
}

.wizard-results-pdf .result-item {
    display: block !important;
    float: left;
    width: 208px;
    margin-right: 7px
}

.wizard-results-pdf .result-item:last-child {
    margin-right: 0
}

.wizard-results-pdf .result-item .img-link {
    width: 208px;
    margin-top: 4px
}

.wizard-results-pdf .result-item .code {
    width: 208px;
    display: table-cell;
    vertical-align: middle
}

.wizard-results-pdf .comparison-table.results .row {
    border-bottom: none
}

.wizard-results-pdf .comparison-table.results .title {
    margin-bottom: 10px
}

.wizard-results-pdf .comparison-table.results .labels-col {
    overflow: hidden
}

.wizard-results-pdf .comparison-table.results .labels-col .result-cell {
    border-right: none;
    font-size: 12px
}

.wizard-results-pdf .comparison-table.results .labels-col .result-cell:before {
    position: absolute;
    content: "";
    width: 4000px;
    height: 100%;
    left: -10px;
    z-index: -1;
    top: 5px
}

@media print {
    .wizard-results-pdf .comparison-table.results .labels-col .result-cell:nth-child(odd):before {
        background: #fff !important
    }
}

@media print {
    .wizard-results-pdf .comparison-table.results .labels-col .result-cell:nth-child(even):before {
        background: #f8f8f8 !important
    }
}

.wizard-results-pdf .comparison-table.results .details-col {
    padding-right: 0
}

.wizard-results-pdf .comparison-table.results .value {
    width: 208px;
    float: left;
    margin-right: 7px
}

.wizard-results-pdf .comparison-table.results .value:last-child {
    margin-right: 0
}

.wizard-results-pdf .comparison-table.results .value .result-cell:before {
    display: none
}

.wizard-results-pdf .comparison-table.results .result-cell {
    padding-top: 45px
}

.wizard-results-pdf .comparison-table.results .result-cell span {
    margin-top: 10px !important
}

.wizard-results-pdf .comparison-table.results .result-cell img.block {
    display: block;
    width: 1px !important
}

.wizard-results-pdf .pare-prosfora-slider .owl-item,
.wizard-results-pdf .perfomance-slider .owl-item,
.wizard-results-pdf .specifications-slider .owl-item,
.wizard-results-pdf .technical-slider .owl-item {
    display: inline-block
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media all and (min-width:992px) {
    .location-btn {
        padding: 0 !important
    }

    .col-md-20 {
        width: 20%;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        min-height: 1px;
        float: left
    }
}

@media all and (min-width:1200px) {
    .table-header .owl-navigation .owl-nav {
        display: flex;
        justify-content: space-between;
        position: relative
    }

    .table-header .owl-navigation .owl-nav .owl-prev {
        left: -50px;
        z-index: 999;
        position: absolute;
        font-size: 28px;
        top: 14px
    }

    .table-header .owl-navigation .owl-nav .owl-next {
        right: -50px;
        z-index: 999;
        position: absolute;
        font-size: 28px;
        top: 14px
    }

    .table-header .owl-navigation .owl-nav.fixed {
        position: fixed;
        top: 0;
        z-index: 9991;
        width: 1170px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .table-header .owl-navigation .owl-nav.fixed .owl-prev {
        left: 257px
    }

    .table-header .owl-navigation .owl-nav.fixed .owl-next {
        right: -32px
    }
}

@media all and (min-width:1440px) {
    .table-header .owl-navigation .owl-nav.fixed {
        width: 1300px
    }

    .table-header .owl-navigation .owl-nav.fixed .owl-prev {
        left: 288px
    }

    .table-header .owl-navigation .owl-nav.fixed .owl-next {
        right: -32px
    }
}

@media all and (max-width:1199px) {
    .table-header .subtitle {
        order: 1
    }

    .table-header .owl-navigation {
        order: 4;
        text-align: center;
        margin-top: -10px
    }

    .table-header .owl-navigation .owl-next,
    .table-header .owl-navigation .owl-prev {
        font-size: 30px;
        margin-bottom: 30px;
        margin-left: 20px;
        margin-right: 20px
    }

    .table-header .info-bubble-wrapper {
        order: 2
    }

    .table-header .switch-wrapper {
        order: 3
    }
}

@media all and (max-width:991px) {
    .comparison-table.results .col-sm-4.margin-top-30 {
        padding-right: 10px
    }

    .steps.wizard-steps {
        max-width: 650px;
        padding-left: 30px;
        padding-right: 30px
    }

    .comparison-table.results .title {
        padding-left: 10px
    }

    .comparison-table.results .labels-col {
        padding-left: 0
    }

    .comparison-table.results .labels-col .result-cell {
        z-index: unset;
        width: 100%;
        align-items: flex-start;
        text-align: left
    }

    .comparison-table.results .labels-col .result-cell span {
        z-index: 101;
        position: absolute;
        top: 8px
    }

    .comparison-table.results .labels-col .result-cell.with-expand span {
        position: absolute
    }

    .comparison-table.results .labels-col .result-cell.with-expand span.with-left-img:after {
        top: 10px
    }

    .comparison-table.results .labels-col .result-cell.even {
        background: 0 0
    }

    .comparison-table.results .labels-col .result-cell.odd {
        background: 0 0
    }

    .comparison-table.results .labels-col .result-cell-expand {
        left: 0;
        z-index: 102
    }

    .comparison-table.results .labels-col .result-cell-expand .expand-title {
        padding-top: 15px
    }

    .comparison-table.results .labels-col .result-cell-expand.open {
        padding-top: 0;
        padding-right: 10px;
        padding-left: 10px
    }

    .comparison-table.results .details-col {
        padding-left: 0
    }

    .comparison-table.results .details-col .value:first-child .result-cell span {
        padding-bottom: 5px
    }

    .comparison-table.results .row>div {
        padding-right: 0
    }

    .comparison-table.results .result-cell {
        min-height: 80px;
        justify-content: flex-end
    }

    .comparison-table.results .result-cell img {
        max-height: 40px;
        padding-bottom: 10px
    }
}

@media all and (max-width:768px) {
    .section .quiz .with-icon .checkbox-image {
        padding: 40px 15px 40px 15px
    }

    .comparison-table.results .value {
        border-top: none;
        background: 0 0 !important
    }

    .choices-row {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .choices-row .choices-wrapper {
        max-width: none
    }

    .choices-row .choices-wrapper .choices-wrapper-inner .door-handle {
        left: 50%;
        margin-left: -25px
    }

    .choices-row .choices-wrapper.zoom-in-img .door-handle {
        left: 100%
    }

    .choices-row .choices-bg-img {
        height: 180px
    }

    .questions-row {
        flex-wrap: wrap
    }

    .questions-row .question:nth-child(1) {
        order: 2
    }

    .questions-row .question:nth-child(3) {
        order: 3
    }

    .questions-row .question[data-display='Custom slide'] {
        order: 1;
        width: 100%
    }

    .questions-row .choices-row {
        flex-wrap: nowrap
    }

    .questions-row .choice {
        width: 100%
    }

    .steps.wizard-steps .step {
        width: 40px
    }

    .steps.wizard-steps .step:before {
        width: 40px;
        height: 40px;
        left: 20px;
        top: 6px
    }

    .table-header .switch-wrapper .switch-toggle.switch-candy.switch-user {
        margin-top: 10px
    }
}

@media all and (max-width:576px) {
    .steps.wizard-steps {
        justify-content: normal;
        max-width: none;
        width: 600px;
        padding-right: 0
    }

    .steps.wizard-steps .step {
        margin-right: 30px
    }

    .choices-row .col-xs-6 {
        width: 49.8%
    }

    .questions-row .col-xs-6 {
        width: 49.7%
    }
}

.partners-product-families img {
    max-width: 140px;
    margin-right: 10px
}

.directionmarker a.btn-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px
}

.infoContent .markerContentTop .markerBtn.three-icon {
    display: flex;
    width: 100%
}

.infoContent .markerContentTop .markerBtn.three-icon span {
    width: 33%;
    margin-right: 5px
}

@media (max-width:991px) {
    .filter-with-address .productfamilies_container label {
        font-size: 16px !important
    }

    .boxes-with-number .checkbox-image img {
        max-height: 150px
    }
}

@media (max-width:767px) {
    .partners-product-families img {
        max-width: 30%
    }

    .partners-product-families img {
        margin-right: 2%
    }

    main .productfamilies_container {
        display: block;
        background: 0 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        height: auto
    }

    .filter-with-address .productfamilies_container label {
        margin-bottom: 6px
    }

    .location-btn .sharebuttons-moreinfo {
        max-width: 100%
    }

    main .location-btn {
        padding-left: 10px;
        padding-right: 10px
    }

    section.partners-address-results .partner-result .map-image .partner-area {
        display: none
    }

    section.partners-address-results .partner-result .map-image {
        display: none
    }

    section.list-add-results .partner-result .partner-details {
        flex-direction: column;
        width: 100% !important
    }

    section.list-add-results .partner-result .partner-details {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:560px) {
    .boxes-with-number .checkbox-image .input-group {
        max-width: 70%
    }

    .arrow-top-bottom {
        margin: 3rem 0 6rem
    }

    .boxes-with-number .answer-title {
        line-height: normal;
        font-size: 16px;
        margin-top: 30px
    }

    .container.choice-frames-all {
        padding: 0
    }

    .container.choice-frames-all .col-xs-6 {
        padding: 0
    }

    .row-with-two-boxes .col-xs-6 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .boxes-with-number .checkbox-image img {
        max-height: 100px
    }
}

@media (max-width:360px) {
    .checkbox-item {
        line-height: normal
    }
}

section.empty-list {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

section.empty-list:before {
    width: 0
}

section.empty-list:after {
    width: 0
}

section.empty-list .row {
    flex: 1
}

.empty-list-alicon {
    justify-content: center;
    font-size: 20px
}

@media screen and (min-width:480px) {
    .empty-list-alicon {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {
    .empty-list-alicon {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    .empty-list-alicon {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {
    .empty-list-alicon {
        font-size: 36px
    }
}

@media screen and (min-width:1440px) {
    .empty-list-alicon {
        font-size: 40px
    }
}

.empty-list-alicon .path1:before {
    color: #3e4346 !important
}

.flowparer.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #444
}

.flowparer.modal .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #444
}

.flowparer.modal .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
    background: #444
}

.flowparer.modal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    border: 0;
    background: #444
}

.flowparer.modal .modal-header button.close {
    opacity: 1;
    text-shadow: none;
    color: #fff;
    position: fixed;
    z-index: 9999999;
    right: 10px;
    top: 10px
}

.flowparer.modal .modal-title {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px
}

.flowparer.modal .modal-body {
    position: absolute;
    top: 0;
    width: 100%;
    font-weight: 300;
    padding: 0
}

.flowparer.modal .modal-body iframe {
    width: 100vw;
    height: 100vh;
    padding-top: 30px
}

.flowparer.modal .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #3e4346
}

.files-grid .files .file a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    opacity: .8;
    width: 0;
    height: 0;
    border-top: 65px solid #3e4346;
    border-left: 65px solid transparent;
    z-index: 1
}

.files-grid .files .file a.no-before:before {
    display: none
}

.files-grid .files .file .favorite-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 20px;
    z-index: 9
}

.files-grid .files .file .favorite-icon:before {
    content: none
}

.files-grid .files .file .favorite-icon:hover {
    color: #fff
}

.files-grid .files .file.more-item .image {
    position: relative;
    overflow: hidden
}

.files-grid .files .file.more-item .image .file-arrow {
    position: absolute;
    top: -10px;
    left: -57%
}

.files-grid .files .file.more-item .item-title {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 15px;
    width: 100%
}

.files-grid .files .file.more-item .item-title:before {
    font-size: 20px;
    color: #fff;
    font-family: icomoon;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
    content: "\e916";
    font-weight: 500
}

.landing-container {
    position: relative;
    display: flex;
    height: 100vh;
    overflow: hidden
}

.landing-container:before {
    width: 0
}

.landing-container:after {
    width: 0
}

.landing-container .landing-logo {
    width: 420px
}

.landing-container .landing-logo img {
    position: absolute;
    left: 100px;
    width: 300px;
    top: 50%;
    padding-right: 20px;
    transform: translateY(-50%)
}

.landing-container .landing-map {
    position: relative;
    height: 100vh;
    width: calc(100% - 420px)
}

.landing-container .landing-map:before {
    content: url(../images/Map-yellow-clip2.svg);
    position: absolute;
    width: 2500px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.landing-container .landing-map .landing-content {
    width: 100%;
    max-width: 625px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.landing-container .landing-map .landing-content .landing-title {
    position: relative;
    text-align: center
}

.landing-container .landing-map .landing-content .landing-title h1 {
    font-size: 24px;
    color: #000
}

.landing-container .landing-map .landing-content .landing-title h2 {
    font-size: 20px;
    font-weight: 400;
    color: #000
}

@media (min-height:600px) and (max-height:768px) {
    .landing-container .landing-map .landing-content .landing-title h2 {
        margin-top: 0
    }
}

.landing-container .landing-map .landing-content .landing-languages .xsmall-subtitle {
    color: #000
}

.landing-container .landing-map .landing-content .landing-languages .language-set .country-flag {
    margin-right: 10px
}

.landing-container .landing-map .landing-content .landing-languages .language-set a {
    color: #000;
    position: relative;
    padding-bottom: 3px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 26px
}

.landing-container .landing-map .landing-content .landing-languages .language-set a:after {
    content: " ";
    background-color: #000 !important;
    height: 1px;
    width: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    line-height: 26px;
    transition: width .5s;
    -webkit-transition: width .5s
}

.landing-container .landing-map .landing-content .landing-languages .language-set a.hover {
    color: #000;
    text-decoration: none
}

.landing-container .landing-map .landing-content .landing-languages .language-set a.hover:after {
    width: 100%
}

.landing-container .landing-map .landing-content .landing-languages .language-set a:focus {
    color: #000;
    text-decoration: none
}

@media (min-height:600px) and (max-height:768px) {

    .landing-container .landing-languages .margin-bottom-25,
    .landing-container .landing-languages .margin-bottom-30 {
        margin-bottom: 15px !important
    }
}

@media (max-width:1500px) {
    .landing-container .landing-map .landing-content {
        left: 150px
    }
}

@media (max-width:1200px) {
    .landing-container .landing-logo {
        width: 260px
    }

    .landing-container .landing-logo img {
        left: 50px;
        width: 195px
    }

    .landing-container .landing-map {
        width: calc(100% - 260px)
    }

    .landing-container .landing-map .landing-content {
        left: 180px
    }
}

@media (max-width:991px) {
    .landing-container {
        flex-wrap: wrap;
        background: url(../images/map.svg) no-repeat;
        background-size: cover
    }

    .landing-container .landing-logo {
        width: 100%;
        text-align: center;
        padding-top: 15px
    }

    .landing-container .landing-logo img {
        position: relative;
        display: inline-block;
        left: auto;
        padding-right: 0
    }

    .landing-container .landing-map {
        width: 100%
    }

    .landing-container .landing-map:before {
        display: none
    }

    .landing-container .landing-map .landing-content {
        top: auto;
        transform: none;
        position: relative;
        left: auto;
        right: auto;
        margin-top: 30px
    }

    .landing-container .landing-map .landing-content .landing-title {
        margin-left: 15px
    }

    .landing-container .landing-map .landing-content .landing-languages {
        padding-left: 12%;
        overflow: auto;
        max-height: calc(100vh - 180px)
    }
}

@media (max-width:560px) {
    .landing-container .landing-map .landing-content .landing-languages {
        padding-left: 6%
    }
}

@media (max-width:480px) {
    .landing-container .landing-logo img {
        width: 150px
    }

    .landing-container .landing-map .landing-content .landing-title {
        text-align: left
    }

    .landing-container .landing-map .landing-content .landing-languages {
        padding-left: 15px
    }
}

#chart-container {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0
}

.alumil-table-with-links .alumil-table-container a {
    border-bottom: 1px solid #f3f3f3;
    background: #f8f8f8;
    display: block;
    color: #3e4346
}

.alumil-table-with-links .alumil-table-container a:nth-child(odd) {
    background: #f8f8f8
}

.alumil-table-with-links .alumil-table-container a:nth-child(even) {
    background: #fff
}

.alumil-table-with-links .alumil-table-container a:last-child {
    border-bottom: none
}

.alumil-table-with-links .alumil-table-container a.hover {
    background: #f3f3f3;
    color: #3e4346;
    text-decoration: none
}

.alumil-table-with-links .alumil-table-container a:focus {
    background: #f3f3f3;
    color: #3e4346;
    text-decoration: none
}

.alumil-table-with-links .alumil-table-container a .row {
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media screen and (min-width:480px) {
    .alumil-table-with-links .alumil-table-container a .row {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .alumil-table-with-links .alumil-table-container a .row {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .alumil-table-with-links .alumil-table-container a .row {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .alumil-table-with-links .alumil-table-container a .row {
        font-size: 18px
    }
}

.alumil-table-with-links .alumil-table-container a .row:before {
    width: 0
}

.alumil-table-with-links .alumil-table-container a .row:after {
    width: 0
}

.alumil-table-with-links .alumil-table-container a .row .record-title img {
    width: 30px;
    margin-right: 10px
}

.alumil-table-with-links .alumil-table-container a .row .alicon-download {
    font-size: 16px;
    float: right;
    margin-top: -5px
}

@media screen and (min-width:480px) {
    .alumil-table-with-links .alumil-table-container a .row .alicon-download {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .alumil-table-with-links .alumil-table-container a .row .alicon-download {
        font-size: 18px
    }
}

@media screen and (min-width:992px) {
    .alumil-table-with-links .alumil-table-container a .row .alicon-download {
        font-size: 20px
    }
}

@media screen and (min-width:1200px) {
    .alumil-table-with-links .alumil-table-container a .row .alicon-download {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .alumil-table-with-links .alumil-table-container a .row .alicon-download {
        font-size: 20px
    }
}

.alumil-table-without-links .alumil-table-container .row {
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    background: #f8f8f8
}

@media screen and (min-width:480px) {
    .alumil-table-without-links .alumil-table-container .row {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .alumil-table-without-links .alumil-table-container .row {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .alumil-table-without-links .alumil-table-container .row {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .alumil-table-without-links .alumil-table-container .row {
        font-size: 18px
    }
}

.alumil-table-without-links .alumil-table-container .row:nth-child(odd) {
    background: #f8f8f8
}

.alumil-table-without-links .alumil-table-container .row:nth-child(even) {
    background: #fff
}

.alumil-table-without-links .alumil-table-container .row:last-child {
    border-bottom: none
}

.alumil-table-without-links .alumil-table-container .row:before {
    width: 0
}

.alumil-table-without-links .alumil-table-container .row:after {
    width: 0
}

.alumil-table-without-links .alumil-table-container .row .record-title img {
    width: 30px;
    margin-right: 10px
}

.alumil-table-without-links .alumil-table-container .row .alicon-download {
    font-size: 16px;
    float: right;
    margin-top: -5px
}

@media screen and (min-width:480px) {
    .alumil-table-without-links .alumil-table-container .row .alicon-download {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .alumil-table-without-links .alumil-table-container .row .alicon-download {
        font-size: 18px
    }
}

@media screen and (min-width:992px) {
    .alumil-table-without-links .alumil-table-container .row .alicon-download {
        font-size: 20px
    }
}

@media screen and (min-width:1200px) {
    .alumil-table-without-links .alumil-table-container .row .alicon-download {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .alumil-table-without-links .alumil-table-container .row .alicon-download {
        font-size: 20px
    }
}

.alumil-table tr {
    font-size: 14px;
    border-bottom: 1px solid #f3f3f3;
    background: #f8f8f8
}

@media screen and (min-width:480px) {
    .alumil-table tr {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .alumil-table tr {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .alumil-table tr {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .alumil-table tr {
        font-size: 18px
    }
}

.alumil-table tr:nth-child(odd) {
    background: #f8f8f8
}

.alumil-table tr:nth-child(even) {
    background: #fff
}

.alumil-table tr:last-child {
    border-bottom: none
}

.alumil-table tr td {
    padding: 10px 20px
}

.alumil-table.with-links tr.hover {
    background: #f3f3f3
}

.alumil-table.with-links td {
    padding: 0
}

.alumil-table.with-links a {
    display: block;
    padding: 10px 20px
}

.small-arrow-bg {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    padding: 40px 20px !important
}

.small-arrow-bg:before {
    content: "";
    background-image: url(../images/grey_bg.png);
    background-size: 100%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    right: 18%;
    width: 600px;
    display: block;
    height: 600px
}

.grey-card-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    padding: 40px 0
}

.grey-card-inner:before {
    width: 0
}

.grey-card-inner:after {
    width: 0
}

@media (max-width:767px) {
    .small-arrow-bg:before {
        right: 2%
    }
}

section.texts-with-photos .text-with-photo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

section.texts-with-photos .text-with-photo:before {
    width: 0
}

section.texts-with-photos .text-with-photo:after {
    width: 0
}

section.texts-with-photos .text-with-photo .side-text {
    min-height: 400px;
    flex: 0 1 650px
}

section.texts-with-photos .text-with-photo .side-text:nth-child(even) {
    padding-left: 40px
}

section.texts-with-photos .text-with-photo .side-text:nth-child(odd) {
    padding-right: 40px
}

section.texts-with-photos .text-with-photo .side-image {
    position: relative;
    overflow: hidden;
    width: calc(100% - 690px);
    flex: 1
}

section.texts-with-photos .text-with-photo .side-image .side-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 100%
}

section.texts-with-photos .text-with-photo .side-image .side-image-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    max-width: none
}

section.texts-with-photos .text-without-photo {
    margin-bottom: 40px
}

section.texts-with-photos.photos-not-cover .text-with-photo .side-image .side-image-inner img {
    height: 100%;
    width: auto;
    min-height: 0;
    min-width: 0
}

section.texts-with-photos .text-with-photo ul,
section.texts-with-photos .text-without-photo ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 20px
}

section.texts-with-photos .text-with-photo ul li,
section.texts-with-photos .text-without-photo ul li {
    margin: 0 0 10px 24px;
    padding: 0;
    position: relative
}

section.texts-with-photos .text-with-photo ul li::before,
section.texts-with-photos .text-without-photo ul li::before {
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    color: #f6b800;
    font-family: icomoon;
    content: "\e911";
    margin-left: -24px;
    margin-top: -3px;
    position: absolute
}

section.texts-with-photos .text-with-photo ul li ul li,
section.texts-with-photos .text-without-photo ul li ul li {
    list-style: none
}

section.texts-with-photos .text-with-photo ul li ul li:before,
section.texts-with-photos .text-without-photo ul li ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #f6b800;
    border-radius: 50%;
    top: 9px;
    margin-top: 0
}

section.texts-with-photos .text-with-photo ul li ol li:before,
section.texts-with-photos .text-without-photo ul li ol li:before {
    content: ""
}

section.texts-with-photos a.hover {
    color: #ffd300
}

section.texts-with-photos a.btn-primary.hover,
section.texts-with-photos a.hover.btn-back,
section.texts-with-photos a.hover.btn-favorite,
section.texts-with-photos a.hover.btn-next {
    color: #fff
}

section.texts-with-photos .section-title {
    margin-bottom: 10px
}

section.texts-with-photos h3.section-title {
    font-size: 20px;
    margin-top: 0
}

@media screen and (min-width:480px) {
    section.texts-with-photos h3.section-title {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {
    section.texts-with-photos h3.section-title {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    section.texts-with-photos h3.section-title {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {
    section.texts-with-photos h3.section-title {
        font-size: 36px
    }
}

@media screen and (min-width:1440px) {
    section.texts-with-photos h3.section-title {
        font-size: 40px
    }
}

section.texts-with-photos h3 {
    font-size: 18px;
    color: #3e4346;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: normal;
    margin-top: 8px;
    display: inline-block;
    width: 100%
}

@media screen and (min-width:480px) {
    section.texts-with-photos h3 {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    section.texts-with-photos h3 {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {
    section.texts-with-photos h3 {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    section.texts-with-photos h3 {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    section.texts-with-photos h3 {
        font-size: 24px
    }
}

section.texts-with-photos .alumil-table {
    margin-top: 10px
}

section.texts-with-photos+section.media-gallery {
    padding-top: 0
}

@media (max-width:992px) {
    section.texts-with-photos .text-with-photo .side-text {
        order: 1;
        flex: 0 1 100%;
        min-height: 0;
        margin-bottom: 20px
    }

    section.texts-with-photos .text-with-photo .side-text:nth-child(even) {
        padding-left: 0
    }

    section.texts-with-photos .text-with-photo .side-text:nth-child(odd) {
        padding-right: 0
    }

    section.texts-with-photos .text-with-photo .side-image {
        order: 2;
        width: 100%;
        flex: auto
    }

    section.texts-with-photos .text-with-photo .side-image .side-image-inner {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        margin: auto;
        overflow: auto;
        height: auto
    }

    section.texts-with-photos .text-with-photo .side-image .side-image-inner img {
        position: relative;
        top: initial;
        left: initial;
        height: auto;
        width: 100%;
        transform: none;
        min-height: 0;
        -webkit-transform: none
    }

    section.texts-with-photos.photos-not-cover .text-with-photo .side-image .side-image-inner {
        text-align: center
    }

    section.texts-with-photos.photos-not-cover .text-with-photo .side-image .side-image-inner img {
        height: auto;
        width: 80%
    }
}

.section-header .faq-h1 {
    max-width: none
}

section.h1CustomAlignCenter h1 {
    text-align: center;
    max-width: none
}

.h1 {
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -.4px;
    color: #3e4346
}

@media (max-width:1200px) {
    .h1 {
        font-size: 48px
    }
}

@media (max-width:991px) {
    .h1 {
        font-size: 38px
    }
}

@media (max-width:768px) {
    .h1 {
        font-size: 34px
    }
}

@media (max-width:480px) {
    .h1 {
        font-size: 22px
    }
}

section.faq .search-question {
    position: relative
}

section.faq .search-question .input-group-addon {
    top: 30px;
    right: 0;
    width: 10px;
    padding: 11px 0
}

section.faq .search-question .form-control {
    -webkit-appearance: textfield;
    outline: 0;
    height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #3e4346;
    border-radius: 0 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important
}

section.faq .search-question button {
    width: 50px;
    background: 0 0;
    text-align: right;
    border: none;
    position: absolute;
    right: 0;
    font-size: 16px;
    outline: 0
}

@media screen and (min-width:480px) {
    section.faq .search-question button {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    section.faq .search-question button {
        font-size: 18px
    }
}

@media screen and (min-width:992px) {
    section.faq .search-question button {
        font-size: 20px
    }
}

@media screen and (min-width:1200px) {
    section.faq .search-question button {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    section.faq .search-question button {
        font-size: 20px
    }
}

section.faq .q-divider {
    width: 100%;
    height: 1px;
    float: left;
    background: #f3f3f3;
    margin-top: 1em;
    margin-bottom: 1em
}

section.faq .question {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box
}

section.faq .question .question-header .btn-link {
    width: 100%;
    font-size: 18px;
    outline: 0;
    white-space: normal;
    display: flex;
    padding-right: 0 !important;
    align-items: center
}

@media screen and (min-width:480px) {
    section.faq .question .question-header .btn-link {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    section.faq .question .question-header .btn-link {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {
    section.faq .question .question-header .btn-link {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    section.faq .question .question-header .btn-link {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    section.faq .question .question-header .btn-link {
        font-size: 24px
    }
}

section.faq .question .question-header .btn-link:after {
    position: relative;
    top: auto;
    background: #ffd300;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    right: auto;
    float: right;
    display: block;
    font-size: 26.5px;
    margin-left: 10px;
    transform: rotate(0);
    webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

section.faq .question .question-header .btn-link:hover {
    text-decoration: none;
    color: #3e4346;
    outline: 0
}

section.faq .question .question-header .btn-link:hover:after {
    right: 0
}

section.faq .question .question-header .btn-link .questionText {
    width: calc(100% - 50px);
    display: block
}

section.faq .question .question-header .btn-link .questionText .highlight {
    background-color: #f6b800 !important
}

section.faq .question.collapsed-question .btn-link:after {
    transform: rotate(90deg)
}

section.faq .faq__notfound {
    display: none
}

ul.cd-accordion-menu {
    background: #272b2e;
    padding-left: 0;
    list-style: none
}

ul.cd-accordion-menu ul {
    background: #3e4346;
    display: none;
    list-style: none;
    padding-left: 0
}

ul.cd-accordion-menu ul a,
ul.cd-accordion-menu ul label {
    padding-left: 40px;
    color: #facf00
}

ul.cd-accordion-menu ul ul {
    background: #9b9b9b
}

ul.cd-accordion-menu ul ul a,
ul.cd-accordion-menu ul ul label {
    padding-left: 60px;
    color: #3e4346
}

ul.cd-accordion-menu ul ul ul {
    background: #c1c1c1
}

ul.cd-accordion-menu ul ul ul a,
ul.cd-accordion-menu ul ul ul label {
    padding-left: 80px;
    color: #3d4852
}

ul.cd-accordion-menu ul ul ul ul {
    background: #d8d8d8
}

ul.cd-accordion-menu ul ul ul ul a,
ul.cd-accordion-menu ul ul ul ul label {
    padding-left: 100px;
    color: #3d4852
}

ul.cd-accordion-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0
}

ul.cd-accordion-menu li.has-children ul {
    border-top: 1px solid #000
}

ul.cd-accordion-menu a {
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    font-weight: 400;
    margin-bottom: 0;
    padding: 17px 24px 13px 20px;
    color: #ffd300
}

ul.cd-accordion-menu a:before {
    height: 0;
    width: 4px;
    background: #f6b800;
    -webkit-transition: height ease .5s;
    transition: height ease .5s;
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

ul.cd-accordion-menu a.hover:before {
    height: 100%
}

ul.cd-accordion-menu input[type=checkbox] {
    position: absolute;
    opacity: 0
}

ul.cd-accordion-menu label {
    position: relative;
    display: block;
    font-weight: 400;
    margin-bottom: 0;
    color: #ffd300;
    cursor: pointer;
    border-bottom: 1px solid #000;
    padding: 17px 24px 13px 20px
}

ul.cd-accordion-menu label:before {
    height: 0;
    width: 4px;
    background: #f6b800;
    -webkit-transition: height ease .5s;
    transition: height ease .5s;
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

ul.cd-accordion-menu label:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    text-align: center;
    margin: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    content: "\e907";
    font-family: icomoon
}

ul.cd-accordion-menu label.opened:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

ul.cd-accordion-menu label.selected:before {
    height: 100%;
    background: #ffd300
}

ul.cd-accordion-menu label.hover:before {
    height: 100%
}

@media (max-width:480px) {

    ul.cd-accordion-menu ul a,
    ul.cd-accordion-menu ul label {
        padding-left: 30px
    }

    ul.cd-accordion-menu ul ul a,
    ul.cd-accordion-menu ul ul label {
        padding-left: 40px
    }

    ul.cd-accordion-menu ul ul ul a,
    ul.cd-accordion-menu ul ul ul label {
        padding-left: 50px
    }

    ul.cd-accordion-menu ul ul ul ul a,
    ul.cd-accordion-menu ul ul ul ul label {
        padding-left: 60px
    }
}

@media print {
    .img-full-width {
        max-height: 100px !important
    }

    #tracking-consent-dialog,
    .breadcrumb-wrapper,
    .download-pdf-uw {
        display: none
    }

    .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: 10px;
        padding-right: 10px
    }

    .row {
        margin-right: -10px;
        margin-left: -10px
    }

    .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-3,
    .col-xs-4,
    .col-xs-6,
    .col-xs-8,
    .col-xxs-12,
    .col-xxs-4 {
        float: left
    }

    .col-md-6,
    col-xxs-12 {
        width: 50%
    }

    .col-lg-6 {
        width: 50%
    }

    .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,
    .col-xs-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .serietypology {
        width: 50% !important
    }

    .col-xs-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4,
    .col-xs-4,
    .col-xxs-4 {
        width: 33.33333333%
    }

    .col-sm-3,
    .col-xs-3,
    .col-xxs-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
    }

    .visible-xs {
        display: none !important
    }

    .hidden-xs {
        display: block !important
    }

    table.hidden-xs {
        display: table
    }

    tr.hidden-xs {
        display: table-row !important
    }

    td.hidden-xs,
    th.hidden-xs {
        display: table-cell !important
    }

    .hidden-xs.hidden-print {
        display: none !important
    }

    .hidden-sm {
        display: none !important
    }

    .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
    }

    section.section-logo img {
        display: block !important;
        width: 216px;
        height: 90px;
        padding: 0;
        margin-left: 0 !important;
        margin-top: 20px
    }

    .uw-form-results .title {
        background-color: #f8f8f8 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 16px !important
    }

    .uw-form-results .calculation-results .row:first-child .property:nth-child(2n) {
        background: #fbfbfb !important
    }

    .uw-form-results .calculation-results .row:first-child .property:nth-child(2n+1) {
        background: #f8f8f8 !important
    }

    .uw-form-results .margin-bottom-40 {
        margin-bottom: 20px !important
    }

    .uw-form-results .property,
    .uw-form-results .property-top {
        text-transform: uppercase !important
    }

    .intro {
        text-align: justify !important
    }

    .comment-uw-row li {
        margin-bottom: 2px !important
    }
}

.introcalc {
    text-align: justify !important
}

.comment-uw-row ol {
    margin-left: 10px;
    font-size: 15px;
    margin-top: 10px
}

.comment-uw {
    font-weight: 700;
    font-size: 16px
}

section.section-logo img {
    width: 216px;
    height: 90px;
    padding: 0;
    margin-left: 0 !important;
    margin-top: 20px;
    display: none
}

.typologiesHTML {
    margin-top: 5px
}

.typologies .checkbox-image .imgbg {
    background-color: #fff;
    text-align: center
}

section.quiz .typologies .answer-title {
    font-size: 17px;
    font-weight: 400
}

section.quiz .typologies .checked .imgbg img {
    border: 0 !important
}

section.quiz .typologies .checked .imgbg {
    border: 4px solid #ffd300
}

.typologies .checkbox-image.checked .imgbg img {
    width: 79%
}

.typologies .typologyitem {
    float: none;
    display: inline-block;
    vertical-align: top
}

.typologies .checkbox-image .imgbg img {
    width: 80%
}

.typologyitem {
    min-height: 180px !important
}

section.filters.uw-form .size-uw .col-sm-12 {
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center
}

section.filters.uw-form .size-uw .col {
    flex: auto;
    margin: 0 10px;
    text-align: center;
    margin-bottom: 15px
}

section.filters.uw-form .size-uw .col:first-child {
    margin-left: 0
}

section.filters.uw-form .size-uw .col:last-child {
    margin-right: 0;
    text-align: right
}

section.filters.uw-form .size-uw .col label {
    text-align: left;
    display: block
}

section.filters.uw-form .size-uw .col div {
    padding-top: 30px;
    font-weight: 700
}

section.filters.uw-form .caret {
    color: #3e4346;
    font-weight: 600
}

section.filters.uw-form .radio-uw .radio {
    padding: 0
}

section.filters.uw-form .radio-uw .radio label {
    padding-right: 30px
}

section.filters.uw-form .col-sm-offset-left-3 {
    margin-left: 25%
}

section.filters.uw-form .col-sm-offset-right-3 {
    margin-right: 25%
}

section.filters.uw-form .submit-uw .btn-back,
section.filters.uw-form .submit-uw .btn-favorite,
section.filters.uw-form .submit-uw .btn-next,
section.filters.uw-form .submit-uw .btn-primary {
    margin-top: 0;
    margin-bottom: 25px
}

section.filters.uw-form .fsslider {
    position: relative;
    min-width: 150px;
    height: 35px;
    width: 100%;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    user-select: none;
    color: #3e4346;
    text-align: center;
    line-height: normal;
    font-size: 18px;
    font-family: PFHighwaySansPro;
    font-weight: 600
}

section.filters.uw-form .fsslider.fsdisabled {
    color: #c8c8c8
}

section.filters.uw-form .fsslider.fsdisabled>.fssel-value {
    background: #c8c8c8
}

section.filters.uw-form .fsslider>* {
    position: absolute;
    top: 50%;
    cursor: pointer
}

section.filters.uw-form .fsslider>.fsfull-value {
    width: 100%;
    background-color: #d7d7d7;
    border-radius: 4px;
    margin-top: 0;
    height: 7px;
    left: 0;
    right: 0
}

section.filters.uw-form .fsslider>.fssel-value {
    margin-top: 0;
    height: 7px;
    left: 0;
    right: 0;
    background: #f5a523;
    height: 7px;
    margin-top: 0;
    right: 50%;
    border-radius: 4px;
    width: 0
}

section.filters.uw-form .fsslider>.fscaret,
section.filters.uw-form .fsslider>.fssel-left,
section.filters.uw-form .fsslider>.fssel-right {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 3px 15px rgba(0, 0, 0, .2);
    height: 100%;
    min-width: 30px;
    top: 0;
    padding: 15px;
    border-radius: 4px;
    line-height: 0;
    padding-top: 20px
}

.uw-form-results .title {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
    background-color: #f8f8f8;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.uw-form-results .property {
    padding-bottom: 15px;
    padding-top: 15px;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

.uw-form-results .no-padding-top {
    padding-top: 0
}

.uw-form-results .property-top {
    padding-bottom: 15px;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

.uw-form-results .value {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
    font-size: 18px;
    text-align: center
}

.uw-form-results .value.no-padding-top {
    padding-top: 0
}

.uw-form-results .property-img span {
    text-align: center;
    display: block;
    margin-top: 5px;
    min-height: 50px;
    font-size: 14px
}

.uw-form-results .row {
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.uw-form-results .row.margin-right-0 {
    margin-right: 0
}

.uw-form-results .row.no-border {
    border: 0;
    align-items: flex-start
}

.uw-form-results .row.no-border.item-center {
    align-items: center
}

.uw-form-results .input-data-top>.no-border {
    border-bottom: 1px solid #f3f3f3
}

.uw-form-results .profiles-item>.no-border {
    border-bottom: 1px solid #f3f3f3
}

.uw-form-results .calculation-results .row {
    align-items: initial
}

.uw-form-results .calculation-results .row .col-sm-2 {
    text-align: center
}

.uw-form-results .calculation-results .row .col-sm-1 {
    text-align: center
}

.uw-form-results .calculation-results .row:first-child .property:nth-child(even) {
    background: #fbfbfb
}

.uw-form-results .calculation-results .row:first-child .property:nth-child(odd) {
    background: #f8f8f8
}

.uw-form-results .calculation-results .row:first-child table tbody tr .property:nth-child(odd) {
    background: 0 0
}

.uw-form-results .calculation-results .row .value:nth-child(even) {
    background: #fbfbfb
}

.uw-form-results .calculation-results .row .value:nth-child(odd) {
    background: #f8f8f8
}

.uw-form-results .calculation-results .row table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0
}

.uw-form-results .calculation-results .row table tr {
    border-bottom: 1px solid #f3f3f3
}

.uw-form-results .calculation-results .row table tr td {
    text-align: center;
    padding: 10px
}

.uw-form-results .calculation-results .row table tr td:first-child {
    text-align: left
}

.uw-form-results .calculation-results .row table tr td:first-child:before {
    content: attr(data-label);
    display: none
}

.uw-form-results .calculation-results .row table tr th {
    text-align: center;
    padding: 10px
}

.uw-form-results .calculation-results .row table tr th.title {
    text-align: left
}

section.download-pdf-uw {
    background: #f8f8f8;
    padding: 4rem 0
}

section.download-pdf-uw .pdf-uw {
    max-width: 550px;
    margin: 0 auto;
    border-bottom: 1px solid #f3f3f3
}

section.download-pdf-uw .pdf-uw a {
    position: relative
}

section.download-pdf-uw .pdf-uw a img {
    position: relative;
    top: -6px;
    right: -2rem
}

section.download-pdf-uw .pdf-uw h2 {
    text-align: center;
    font-size: 47px
}

section.download-pdf-uw .pdf-uw p {
    text-align: center
}

#uwcalculator .warning .dropdown-toggle,
#uwcalculator .warning input {
    border: 1px solid red
}

#errorwarn {
    color: red
}

.sharebuttons-moreinfo img {
    width: 100%;
    height: auto;
    max-width: 15px;
    right: 20px;
    position: absolute;
    top: 15px
}

.sharebuttons-moreinfo .btn-social {
    background: #fff !important;
    border: 1px solid #3e4346 !important;
    height: 47px
}

#share-buttons {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 4px;
    padding: 13px 15px;
    font-weight: 700;
    width: 100%;
    background: #fff;
    border: 1px solid #3e4346;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 0;
    margin: 0;
    height: 100%;
    cursor: pointer;
    transition: all .9s ease-out
}

#share-buttons:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background: #3e4346;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.section-black #share-buttons {
    border: none;
    background: 0 0
}

.section-black #share-buttons:before {
    background: #000
}

#share-buttons:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.sharebuttons-moreinfo:hover #share-buttons {
    z-index: 1
}

.social-product .sharebuttons-moreinfo .btn-social,
.social-product .sharebuttons-moreinfo ul {
    border: 1px solid #fff !important
}

.sharebuttons-moreinfo:hover .btn-social {
    z-index: 0
}

.social-news.page-intro-social .sharebuttons-moreinfo {
    margin-top: 0
}

.sharebuttons-moreinfo {
    position: relative;
    max-width: 100%;
    height: 48px
}

.sharebuttons-moreinfo .btn-social {
    position: absolute;
    z-index: 1
}

#share-buttons li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around
}

#share-buttons li a {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    display: flex
}

.sharebuttons-moreinfo .btn-social:after {
    content: none !important
}

.social-news #share-buttons,
.social-product #share-buttons {
    justify-content: space-around
}

.partner-fax {
    position: relative;
    display: inline-block;
    padding-left: 20px
}

.partner-fax:before {
    content: url(/ResourcePackages/Alumil/assets/dist/images/fax.svg);
    position: absolute;
    left: -11px;
    font-family: icomoon !important;
    font-size: 14px;
    width: 38px;
    top: -8px
}

.partner-details-bottom ul {
    position: relative;
    display: inline-block;
    padding-left: 0
}

.partner-details-bottom ul li {
    display: inline-block
}

.partner-details-bottom ul li a {
    color: #3e4346
}

.partner-details-bottom ul li a.hover,
.partner-details-bottom ul li a:focus {
    color: #3e4346;
    text-decoration: none
}

.partner-details-bottom {
    width: 100%;
    float: left;
    border-top: 1px solid #f3f3f3;
    margin-top: 5px;
    padding-top: 10px
}

.partner-details-bottom ul .alicon-google-plus:before {
    color: #3e4346
}

.partner-details-bottom ul a {
    display: block;
    margin-right: 5px
}

section.partners-results .partner-result .partner-details .partner-info .partner-details-bottom .partner-address:before {
    content: "\e90b"
}

section.partners-results .partner-result .partner-details .partner-info .partner-details-bottom .partner-phone:before {
    content: "\e90e";
    bottom: 3px
}

.markerEmail {
    padding: 5px 20px;
    position: relative;
    font-size: 14px
}

.markerEmail:before {
    content: "\e90e";
    position: absolute;
    left: 0;
    top: 5px;
    font-family: icomoon !important;
    font-size: 14px
}

.markerSocial {
    padding: 5px 0;
    position: relative;
    font-size: 14px;
    margin: 0
}

.markerSocial li {
    display: inline-block;
    margin-right: 10px
}

.markerSocial li .alicon-google-plus:before {
    color: #3e4346
}

@media screen and (max-width:1440px) {
    #share-buttons li a {
        margin-left: 8px;
        margin-right: 8px
    }
}

@media screen and (max-width:991px) {
    #share-buttons li a {
        margin-left: 6px;
        margin-right: 6px
    }

    .sharebuttons-moreinfo {
        max-width: 480px
    }

    .content-social {
        float: left;
        width: 100%
    }

    .content-social .social-news .sharebuttons-moreinfo {
        float: right;
        width: 100%
    }
}

@media screen and (max-width:768px) {
    section.filters.uw-form .filter-wrapper {
        display: block;
        opacity: 1
    }

    .uw-form-results .profiles-item>.no-border {
        border-bottom: 0
    }

    .uw-form-results .no-padding-top {
        padding-top: 15px
    }

    .uw-form-results .value {
        text-align: right;
        font-size: 16px
    }

    .uw-form-results .value.no-padding-top {
        padding-top: 15px
    }

    .uw-form-results .row {
        display: block
    }

    .uw-form-results .row.margin-right-0 {
        margin-right: -10px
    }

    .uw-form-results .row.border-mb-top {
        border-top: 1px solid #f3f3f3
    }

    .uw-form-results .row.border-mb-bottom {
        border-bottom: 1px solid #f3f3f3
    }

    .uw-form-results .calculation-results .row table {
        border: 0
    }

    .uw-form-results .calculation-results .row table thead {
        display: none
    }

    .uw-form-results .calculation-results .row table tr {
        margin-bottom: 10px;
        display: block
    }

    .uw-form-results .calculation-results .row table td {
        display: block;
        text-align: right;
        font-size: 12px;
        border-bottom: 1px solid #f3f3f3;
        padding: 15px 10px !important;
        background: 0 0 !important
    }

    .uw-form-results .calculation-results .row table td:last-child {
        border-bottom: 0
    }

    .uw-form-results .calculation-results .row table td.value {
        text-align: right;
        font-size: 16px
    }

    .uw-form-results .calculation-results .row table td.value:before {
        content: attr(data-label);
        font-size: 12px
    }

    .uw-form-results .calculation-results .row table td:first-child {
        text-align: left !important
    }

    .uw-form-results .calculation-results .row table td:first-child:before {
        display: none
    }

    .uw-form-results .calculation-results .row table td:first-child br {
        display: none !important
    }

    .uw-form-results .calculation-results .row table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: 700
    }

    section.download-pdf-uw .pdf-uw h2 {
        font-size: 34px
    }

    section.download-pdf-uw .pdf-uw a img {
        position: relative;
        top: -6px;
        right: -2rem;
        width: 26px
    }
}

@media screen and (max-width:550px) {
    .partner-fax {
        padding-left: 20px;
        display: block
    }

    .partner-fax:before {
        left: -11px
    }

    .partner-details-bottom ul {
        display: block;
        padding-left: 0;
        margin-top: 5px
    }
}

@media screen and (max-width:480px) {

    section.filters.uw-form .col-sm-offset-left-3,
    section.filters.uw-form .col-sm-offset-right-3 {
        margin: 0
    }

    section.filters.uw-form .size-uw .col {
        margin: 0 5px 15px
    }

    section.download-pdf-uw .pdf-uw h2 {
        font-size: 22px
    }

    section.download-pdf-uw .pdf-uw a img {
        position: relative;
        top: -4px;
        right: -1rem;
        width: 23px
    }
}

#promoModal.popUpModal .promo-image,
#promoModalpopUp.popUpModal .promo-image {
    max-height: 350px;
    object-fit: cover
}

#promoModal.modal,
#promoModalpopUp.modal {
    display: flex;
    align-items: center;
    justify-content: center
}

#promoModal.modal .modal-dialog,
#promoModalpopUp.modal .modal-dialog {
    max-width: 760px;
    width: 90vw;
    background-color: #fff;
    border-radius: 4px
}

#promoModal.modal .modal-dialog .modal-content,
#promoModalpopUp.modal .modal-dialog .modal-content {
    border-radius: 4px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .25);
    border: none;
    max-height: 80vh;
    overflow: hidden
}

#promoModal.modal .modal-dialog .modal-content .modal-header,
#promoModalpopUp.modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    position: relative;
    border: 0
}

#promoModal.modal .modal-dialog .modal-content .modal-header .popup-bg,
#promoModalpopUp.modal .modal-dialog .modal-content .modal-header .popup-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 0
}

#promoModal.modal .modal-dialog .modal-content .modal-header .promoTitle,
#promoModalpopUp.modal .modal-dialog .modal-content .modal-header .promoTitle {
    color: #fff;
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -.3px;
    color: #fff;
    z-index: 1
}

#promoModal.modal .modal-dialog .modal-content .modal-header .close,
#promoModalpopUp.modal .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    font-size: 20px;
    right: 20px;
    top: 20px
}

#promoModal.modal .modal-dialog .modal-content .modal-header .close.close-modal,
#promoModalpopUp.modal .modal-dialog .modal-content .modal-header .close.close-modal {
    color: #fff;
    z-index: 1000;
    opacity: .7;
    position: absolute;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    cursor: pointer
}

#promoModal.modal .modal-dialog .modal-content .modal-header .close.close-modal:after,
#promoModalpopUp.modal .modal-dialog .modal-content .modal-header .close.close-modal:after {
    font-size: 20px;
    content: "\e90a";
    font-weight: 400;
    font-family: icomoon
}

#promoModal.modal .modal-dialog .modal-content .modal-header .close.close-modal:hover,
#promoModalpopUp.modal .modal-dialog .modal-content .modal-header .close.close-modal:hover {
    opacity: 1
}

#promoModal.modal .modal-dialog .modal-content .modal-body,
#promoModalpopUp.modal .modal-dialog .modal-content .modal-body {
    border: 0;
    padding: 40px 0 20px 0
}

#promoModal.modal .modal-dialog .modal-content .modal-body p,
#promoModalpopUp.modal .modal-dialog .modal-content .modal-body p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: -.3px;
    text-align: center;
    color: #3d4852;
    width: 80%;
    margin: auto
}

#promoModal.modal .modal-dialog .modal-content .modal-body .btn-wrap,
#promoModalpopUp.modal .modal-dialog .modal-content .modal-body .btn-wrap {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem
}

@media (max-width:560px) {

    #promoModal.modal .modal-dialog .modal-content .modal-body .btn-wrap,
    #promoModalpopUp.modal .modal-dialog .modal-content .modal-body .btn-wrap {
        padding: 0 15px
    }
}

#promoModal.modal .modal-dialog .modal-content .modal-body .btn-wrap a,
#promoModalpopUp.modal .modal-dialog .modal-content .modal-body .btn-wrap a {
    max-width: 350px
}

@media (max-width:560px) {

    #promoModal.modal .modal-dialog .modal-content .modal-body .btn-wrap a,
    #promoModalpopUp.modal .modal-dialog .modal-content .modal-body .btn-wrap a {
        max-width: 100%
    }
}

#promoModal.modal .modal-dialog .modal-content .modal-footer,
#promoModalpopUp.modal .modal-dialog .modal-content .modal-footer {
    border: 0;
    padding: 20px 0 40px
}

#promoModal.modal .modal-dialog .modal-content .modal-footer .cta,
#promoModalpopUp.modal .modal-dialog .modal-content .modal-footer .cta {
    width: 80%;
    max-width: 300px;
    margin: auto;
    display: block
}

#promoModal.simple-popup-with-form .g-recaptcha,
#promoModalpopUp.simple-popup-with-form .g-recaptcha {
    position: absolute;
    z-index: -1
}

#promoModal.simple-popup-with-form form,
#promoModalpopUp.simple-popup-with-form form {
    font-size: 17px
}

#promoModal.simple-popup-with-form.popUpImgContent .logo-image img,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .logo-image img {
    margin-bottom: 20px;
    max-width: 250px
}

#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer {
    padding-bottom: 0;
    max-width: max-content
}

#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-back,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-default,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-facebook,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-favorite,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-link,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-next,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-primary,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-secondary,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-back,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-default,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-facebook,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-favorite,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-link,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-next,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-primary,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-secondary {
    padding-right: 50px
}

#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-back:after,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-default:after,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-facebook:after,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-favorite:after,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-link:after,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-next:after,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-primary:after,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-secondary:after,
#promoModal.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn:after,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-back:after,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-default:after,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-facebook:after,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-favorite:after,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-link:after,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-next:after,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-primary:after,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn-secondary:after,
#promoModalpopUp.simple-popup-with-form.popUpImgContent .modal-dialog .modal-content .modal-footer .btn:after {
    right: 15px
}

#promoModal.simple-popup-with-form.row-reverse .modal-dialog .modal-content,
#promoModalpopUp.simple-popup-with-form.row-reverse .modal-dialog .modal-content {
    flex-direction: row-reverse
}

#promoModal.simple-popup-with-form.row-reverse .modal-dialog .modal-content .modal-header,
#promoModalpopUp.simple-popup-with-form.row-reverse .modal-dialog .modal-content .modal-header {
    padding-right: 0;
    padding-left: 15px
}

#promoModal.simple-popup-with-form.row-reverse .modal-dialog .modal-content .close.close-modal,
#promoModalpopUp.simple-popup-with-form.row-reverse .modal-dialog .modal-content .close.close-modal {
    color: #fff
}

#promoModal.simple-popup-with-form.full-width .modal-dialog .modal-content,
#promoModalpopUp.simple-popup-with-form.full-width .modal-dialog .modal-content {
    padding: 0;
    padding-top: 0;
    display: block
}

#promoModal.simple-popup-with-form.full-width .modal-dialog .modal-content .modal-header,
#promoModalpopUp.simple-popup-with-form.full-width .modal-dialog .modal-content .modal-header {
    padding: 0;
    min-height: auto
}

#promoModal.simple-popup-with-form.full-width .modal-dialog .modal-content .modal-header img,
#promoModalpopUp.simple-popup-with-form.full-width .modal-dialog .modal-content .modal-header img {
    width: 100%;
    height: 300px;
    max-height: 300px
}

#promoModal.simple-popup-with-form.full-width .modal-dialog .modal-content .close.close-modal,
#promoModalpopUp.simple-popup-with-form.full-width .modal-dialog .modal-content .close.close-modal {
    color: #fff
}

#promoModal.simple-popup-with-form.full-width .modal-dialog .modal-content .modal-body,
#promoModalpopUp.simple-popup-with-form.full-width .modal-dialog .modal-content .modal-body {
    padding: 30px
}

#promoModal.simple-popup-with-form.leftText .modal-dialog .modal-content a.close.close-modal,
#promoModalpopUp.simple-popup-with-form.leftText .modal-dialog .modal-content a.close.close-modal {
    color: #000
}

#promoModal.simple-popup-with-form.leftText .modal-dialog .modal-content,
#promoModalpopUp.simple-popup-with-form.leftText .modal-dialog .modal-content {
    padding: 30px
}

#promoModal.simple-popup-with-form.leftText .modal-dialog .modal-content .modal-body,
#promoModalpopUp.simple-popup-with-form.leftText .modal-dialog .modal-content .modal-body {
    display: flex
}

@media (max-width:768px) {

    #promoModal.simple-popup-with-form.leftText .modal-dialog .modal-content .modal-body,
    #promoModalpopUp.simple-popup-with-form.leftText .modal-dialog .modal-content .modal-body {
        display: block
    }
}

#promoModal.simple-popup-with-form.leftText .modal-dialog .modal-content .modal-body .txt-section,
#promoModalpopUp.simple-popup-with-form.leftText .modal-dialog .modal-content .modal-body .txt-section {
    max-width: 50%;
    padding-right: 20px
}

@media (max-width:768px) {

    #promoModal.simple-popup-with-form.leftText .modal-dialog .modal-content .modal-body .txt-section,
    #promoModalpopUp.simple-popup-with-form.leftText .modal-dialog .modal-content .modal-body .txt-section {
        max-width: 100%
    }
}

#promoModal.simple-popup-with-form.leftText.row-reverse .modal-dialog .modal-content .modal-body,
#promoModalpopUp.simple-popup-with-form.leftText.row-reverse .modal-dialog .modal-content .modal-body {
    flex-direction: row-reverse
}

#promoModal.simple-popup-with-form.leftText.row-reverse .modal-dialog .modal-content .modal-body .txt-section,
#promoModalpopUp.simple-popup-with-form.leftText.row-reverse .modal-dialog .modal-content .modal-body .txt-section {
    padding-right: 0;
    padding-left: 20px
}

@media (max-width:768px) {

    #promoModal.simple-popup-with-form.leftText.row-reverse .modal-dialog .modal-content .modal-body .txt-section,
    #promoModalpopUp.simple-popup-with-form.leftText.row-reverse .modal-dialog .modal-content .modal-body .txt-section {
        padding: 0
    }
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow-y: auto
}

@media (max-width:768px) {

    #promoModal.simple-popup-with-form .modal-dialog .modal-content,
    #promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content {
        display: block;
        padding: 25px
    }
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 25px
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body span.text,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body span.text {
    color: #000;
    font-size: 16px
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body p,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body p {
    width: 100%;
    text-align: left
}

@media (max-width:768px) {

    #promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body p,
    #promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body p {
        font-size: 14px
    }
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body .form-check-group,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body .form-check-group {
    display: block;
    width: 100%
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body .form-check-group .checkbox-item,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body .form-check-group .checkbox-item {
    font-size: 14px
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body .form,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body .form {
    display: flex;
    width: 100%
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body .form .col-sm-12,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body .form .col-sm-12 {
    padding: 0
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body .form .padding-top-30.padding-bottom-30,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body .form .padding-top-30.padding-bottom-30 {
    padding-top: 10px;
    width: 100%;
    padding-bottom: 0 !important
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body .recaptchabtns,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body .recaptchabtns {
    margin: 0;
    width: 100%;
    padding: 0;
    margin-top: 10px;
    text-align: center
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body .recaptchabtns button,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body .recaptchabtns button {
    max-width: 300px
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body .bootstrap-select,
#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body .form-control,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body .bootstrap-select,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body .form-control {
    border: solid 1px #3e4346 !important
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-body label.h6,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-body label.h6 {
    font-size: 14px;
    color: #3e4346;
    font-weight: 700;
    margin-top: 0
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .promoTitle,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .promoTitle {
    position: relative;
    bottom: auto;
    color: #3e4346;
    font-size: 26px;
    width: 100%;
    text-align: left;
    font-weight: 700
}

@media (max-width:768px) {

    #promoModal.simple-popup-with-form .modal-dialog .modal-content .promoTitle,
    #promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .promoTitle {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 5px
    }
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .close,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .close {
    position: absolute;
    font-size: 20px;
    right: 20px;
    top: 20px
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .close.close-modal,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .close.close-modal {
    color: #000;
    z-index: 1000;
    opacity: .7;
    position: absolute;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0, 0, 0, .9);
    cursor: pointer
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .close.close-modal:after,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .close.close-modal:after {
    font-size: 20px;
    content: "\e90a";
    font-weight: 400;
    font-family: icomoon
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .close.close-modal:hover,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .close.close-modal:hover {
    opacity: 1
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-header,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-header {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    min-height: 400px
}

@media (max-width:768px) {

    #promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-header,
    #promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-header {
        padding: 0;
        margin-bottom: 10px;
        min-height: auto;
        display: none
    }
}

#promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-header .promo-image,
#promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-header .promo-image {
    max-height: 100%;
    height: 100%;
    object-position: center;
    width: 100%
}

@media (max-width:768px) {

    #promoModal.simple-popup-with-form .modal-dialog .modal-content .modal-header .promo-image,
    #promoModalpopUp.simple-popup-with-form .modal-dialog .modal-content .modal-header .promo-image {
        max-height: 20vh;
        margin: auto
    }
}

#promoModalHomePage {
    padding: 0 !important;
    z-index: 99999
}

#promoModalHomePage .modal-dialog {
    width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (4.75rem * 2))
}

#promoModalHomePage .modal-dialog .modal-content {
    box-shadow: 0 5px 15px rgba(255, 255, 255, .3);
    border: 0
}

#promoModalHomePage .modal-dialog .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    padding: 0 30px 40px 30px
}

#promoModalHomePage .modal-dialog .modal-footer a {
    font-size: 20px;
    margin-right: 20px;
    margin-left: 0
}

#promoModalHomePage .modal-dialog .modal-footer a:last-child {
    margin: 0
}

#promoModalHomePage .modal-dialog .modal-footer a:after {
    right: 10px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

#promoModalHomePage .modal-dialog .modal-body {
    padding: 40px 30px
}

#promoModalHomePage .modal-dialog .modal-body p {
    font-size: 21px;
    text-align: center;
    margin: 0
}

#promoModalHomePage .modal-dialog .modal-header {
    padding: 0;
    border-bottom: 0;
    position: relative
}

#promoModalHomePage .modal-dialog .modal-header img {
    border-radius: 6px 6px 0 0
}

#promoModalHomePage .modal-dialog .modal-header .trackxbutton {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    cursor: pointer;
    z-index: 99;
    color: #fff
}

#promoModalHomePage .modal-dialog .modal-header .promoTitle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    font-family: PFHighwaySansPro;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    z-index: 9;
    padding: 0 30px;
    line-height: 1.1
}

#promoModalHomePage .modal-dialog .modal-header .bg-modal {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2)
}

#loaderModal,
#promoModalpdf {
    padding: 0 !important
}

#loaderModal .modal-dialog,
#promoModalpdf .modal-dialog {
    width: 421px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (4.75rem * 2))
}

#loaderModal .modal-dialog .modal-content,
#promoModalpdf .modal-dialog .modal-content {
    box-shadow: 0 5px 15px rgba(255, 255, 255, .3);
    border: 0
}

#loaderModal .modal-dialog .modal-footer,
#promoModalpdf .modal-dialog .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    padding: 0 30px 40px 30px
}

#loaderModal .modal-dialog .modal-footer a,
#promoModalpdf .modal-dialog .modal-footer a {
    font-size: 20px;
    margin-right: 20px;
    margin-left: 0
}

#loaderModal .modal-dialog .modal-footer a:last-child,
#promoModalpdf .modal-dialog .modal-footer a:last-child {
    margin: 0
}

#loaderModal .modal-dialog .modal-footer a:after,
#promoModalpdf .modal-dialog .modal-footer a:after {
    right: 10px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

#loaderModal .modal-dialog .modal-body,
#promoModalpdf .modal-dialog .modal-body {
    padding: 40px 30px
}

#loaderModal .modal-dialog .modal-body p,
#promoModalpdf .modal-dialog .modal-body p {
    font-size: 21px;
    text-align: center;
    margin: 0
}

#loaderModal .modal-dialog .modal-header,
#promoModalpdf .modal-dialog .modal-header {
    padding: 0;
    border-bottom: 0;
    position: relative
}

#loaderModal .modal-dialog .modal-header img,
#promoModalpdf .modal-dialog .modal-header img {
    border-radius: 6px 6px 0 0
}

#loaderModal .modal-dialog .modal-header .trackxbutton,
#promoModalpdf .modal-dialog .modal-header .trackxbutton {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    cursor: pointer;
    z-index: 99;
    color: #c6c2bd
}

#loaderModal .modal-dialog .modal-header .promoTitle,
#promoModalpdf .modal-dialog .modal-header .promoTitle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    font-family: PFHighwaySansPro;
    font-size: 29px;
    color: #fff;
    font-weight: 700;
    z-index: 9;
    padding: 0 30px;
    line-height: 1.1
}

#loaderModal .modal-dialog .modal-header .bg-modal,
#promoModalpdf .modal-dialog .modal-header .bg-modal {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2)
}

#loaderModal .modal-dialog {
    width: auto;
    justify-content: center
}

@media (max-width:767px) {
    #promoModal.modal .modal-dialog .modal-content .modal-header .promoTitle {
        font-size: 30px
    }

    #promoModalHomePage {
        padding: 0 !important
    }

    #promoModalHomePage .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    #promoModalHomePage .modal-dialog .modal-header .promoTitle {
        font-size: 30px
    }

    #promoModalHomePage .modal-dialog .modal-footer a {
        font-size: 16px
    }

    #promoModalpdf {
        padding: 0 !important
    }

    #promoModalpdf .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    #promoModalpdf .modal-dialog .modal-header .promoTitle {
        font-size: 20px
    }

    #promoModalpdf .modal-dialog .modal-footer a {
        font-size: 16px
    }
}

@media (max-width:580px) {
    #promoModalHomePage .modal-dialog {
        width: calc(100% - 40px);
        margin: 30px auto
    }

    #promoModalHomePage .modal-dialog .modal-header .promoTitle {
        max-width: 320px;
        margin: 0 auto;
        font-size: 26px
    }

    #promoModalHomePage .modal-dialog .modal-body {
        padding: 30px
    }

    #promoModalHomePage .modal-dialog .modal-footer {
        display: block
    }

    #promoModalHomePage .modal-dialog .modal-footer a {
        margin-bottom: 20px;
        font-size: 18px
    }

    #promoModalpdf .modal-dialog {
        width: calc(100% - 40px);
        margin: 30px auto
    }

    #promoModalpdf .modal-dialog .modal-header .promoTitle {
        max-width: 320px;
        margin: 0 auto;
        font-size: 26px
    }

    #promoModalpdf .modal-dialog .modal-body {
        padding: 30px
    }

    #promoModalpdf .modal-dialog .modal-footer {
        display: block
    }

    #promoModalpdf .modal-dialog .modal-footer a {
        margin-bottom: 20px;
        font-size: 18px
    }
}

@media (max-width:480px) {
    #promoModal.modal .modal-dialog .modal-content .modal-header .promoTitle {
        font-size: 23px
    }
}

@media (max-width:320px) {
    #promoModalHomePage .modal-dialog .modal-header .promoTitle {
        max-width: 300px;
        margin: 0 auto;
        font-size: 22px;
        line-height: normal
    }

    #promoModalHomePage .modal-dialog .modal-body {
        padding: 20px
    }

    #promoModalHomePage .modal-dialog .modal-footer {
        display: block
    }

    #promoModalHomePage .modal-dialog .modal-footer a {
        margin-bottom: 20px;
        font-size: 16px
    }

    #promoModalpdf .modal-dialog .modal-header .promoTitle {
        max-width: 300px;
        margin: 0 auto;
        font-size: 18px;
        line-height: normal
    }

    #promoModalpdf .modal-dialog .modal-body {
        padding: 20px
    }

    #promoModalpdf .modal-dialog .modal-footer {
        display: block
    }

    #promoModalpdf .modal-dialog .modal-footer a {
        margin-bottom: 20px;
        font-size: 16px
    }
}

.card {
    grid-auto-rows: 1fr
}

.card-hovers {
    padding-bottom: 2.6em;
    padding: .8em .8em 2em .8em
}

@media only screen and (max-width:769px) {
    .card-hovers {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
        margin-bottom: 1em
    }

    .card-hovers [class*=row-] {
        width: 50%
    }
}

.card-hovers:hover {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .2)
}

.card-hovers-body {
    background-color: none
}

.card-hovers-body h3 {
    color: #3e4346;
    text-align: left;
    line-height: 1.3;
    font-weight: 600
}

.card-hovers-body a {
    border: 1px solid #d8d8da
}

.card-hovers-body a.hover {
    background-color: #ffd300;
    border: 1px solid #ffd300
}

.card-hovers-body .btn-animated {
    animation: moveInBottom 1.5s ease-out;
    animation-fill-mode: backwards
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.my-flip-card {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    text-align: justify;
    padding: .2em .2em .2em .2em;
    background-color: transparent;
    width: 325px;
    height: 325px;
    perspective: 1000px;
    cursor: pointer
}

@media only screen and (max-width:768px) {
    .my-flip-card [class*=row-] {
        width: 100%
    }
}

.my-flip-card .inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .8s;
    transform-style: preserve-3d
}

.my-flip-card .inner .back,
.my-flip-card .inner .front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: block
}

.my-flip-card .inner .front {
    background-color: none
}

.my-flip-card .inner .back {
    background-color: #f8f8f8;
    transform: rotateY(180deg);
    backface-visibility: hidden !important
}

.my-flip-card:active .inner,
.my-flip-card:hover .inner {
    transform: rotateY(180deg);
    backface-visibility: hidden !important;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .2)
}

.flip-card-body {
    background-color: none;
    margin: .8em .8em .8em .8em;
    color: #3e4346
}

.flip-card-body h3 {
    color: #3e4346;
    text-align: left;
    line-height: 1.3;
    font-weight: 600
}

.flip-card-body a {
    border: 1px solid #d8d8da
}

.flip-card-body a.hover {
    background-color: #ffd300;
    border: 1px solid #ffd300
}

.card {
    grid-auto-rows: 1fr
}

.card-contacts {
    padding-bottom: 2.6em;
    padding: .8em .8em 2em .8em
}

@media only screen and (max-width:769px) {
    .card-contacts {
        margin-bottom: 1em;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 70%
    }

    .card-contacts h3 {
        font-size: 35px
    }

    .card-contacts a {
        font-size: 3.5vw
    }

    .card-contacts [class*=row-] {
        width: 50%
    }
}

.card-contacts img {
    width: auto;
    max-height: 100%;
    object-fit: cover;
    max-width: 100%
}

.card-contacts-body {
    background-color: none;
    text-align: justify
}

.card-contacts-body a {
    color: #ffd300
}

.card-contacts-body a:hover {
    color: #3e4346
}

.card-contacts-body a:visited {
    text-decoration: none
}

.card-contacts-body h3 {
    color: #3e4346;
    font-size: 35px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600
}

.switch-light span span,
.switch-toggle a {
    display: none
}

@media only screen {
    .switch-light {
        position: relative;
        display: block
    }

    .switch-light::after {
        clear: both;
        content: "";
        display: table
    }

    .switch-light *,
    .switch-light :after,
    .switch-light :before {
        box-sizing: border-box
    }

    .switch-light a {
        display: block;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .switch-light label,
    .switch-light>span {
        line-height: 2em;
        vertical-align: middle
    }

    .switch-light input:focus+label,
    .switch-light input:focus~span a {
        outline-width: 2px;
        outline-style: solid;
        outline-color: Highlight
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:0) {

    .switch-light input:focus+label,
    .switch-light input:focus~span a {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto
    }
}

@media only screen {
    .switch-light input {
        position: absolute;
        opacity: 0;
        z-index: 3
    }

    .switch-light input:checked~span a {
        right: 0
    }

    .switch-light strong {
        font-weight: inherit
    }

    .switch-light>span {
        position: relative;
        overflow: hidden;
        display: block;
        min-height: 2em;
        padding: 0;
        text-align: left
    }

    .switch-light span span {
        position: relative;
        z-index: 2;
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .switch-light a {
        position: absolute;
        right: 50%;
        top: 0;
        z-index: 1;
        display: block;
        width: 50%;
        height: 100%;
        padding: 0
    }

    .switch-toggle {
        position: relative;
        display: block;
        padding: 0 !important
    }

    .switch-toggle::after {
        clear: both;
        content: "";
        display: table
    }

    .switch-toggle *,
    .switch-toggle :after,
    .switch-toggle :before {
        box-sizing: border-box
    }

    .switch-toggle a {
        display: block;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .switch-toggle label,
    .switch-toggle>span {
        line-height: 2em;
        vertical-align: middle
    }

    .switch-toggle input:focus+label,
    .switch-toggle input:focus~span a {
        outline-width: 2px;
        outline-style: solid;
        outline-color: Highlight
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:0) {

    .switch-toggle input:focus+label,
    .switch-toggle input:focus~span a {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto
    }
}

@media only screen {
    .switch-toggle input {
        position: absolute;
        left: 0;
        opacity: 0
    }

    .switch-toggle input+label {
        position: relative;
        z-index: 2;
        display: block;
        float: left;
        padding: 0 .5em;
        margin: 0;
        text-align: center
    }

    .switch-toggle a {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        z-index: 1;
        width: 10px;
        height: 100%
    }

    .switch-toggle label:nth-child(2):nth-last-child(4),
    .switch-toggle label:nth-child(2):nth-last-child(4)~a,
    .switch-toggle label:nth-child(2):nth-last-child(4)~label {
        width: 50%
    }

    .switch-toggle label:nth-child(2):nth-last-child(4)~input:checked:nth-child(3)+label~a {
        left: 50%
    }

    .switch-toggle label:nth-child(2):nth-last-child(6),
    .switch-toggle label:nth-child(2):nth-last-child(6)~a,
    .switch-toggle label:nth-child(2):nth-last-child(6)~label {
        width: 33.33%
    }

    .switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(3)+label~a {
        left: 33.33%
    }

    .switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(5)+label~a {
        left: 66.66%
    }

    .switch-toggle label:nth-child(2):nth-last-child(8),
    .switch-toggle label:nth-child(2):nth-last-child(8)~a,
    .switch-toggle label:nth-child(2):nth-last-child(8)~label {
        width: 25%
    }

    .switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(3)+label~a {
        left: 25%
    }

    .switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(5)+label~a {
        left: 50%
    }

    .switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(7)+label~a {
        left: 75%
    }

    .switch-toggle label:nth-child(2):nth-last-child(10),
    .switch-toggle label:nth-child(2):nth-last-child(10)~a,
    .switch-toggle label:nth-child(2):nth-last-child(10)~label {
        width: 20%
    }

    .switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(3)+label~a {
        left: 20%
    }

    .switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(5)+label~a {
        left: 40%
    }

    .switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(7)+label~a {
        left: 60%
    }

    .switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(9)+label~a {
        left: 80%
    }

    .switch-toggle label:nth-child(2):nth-last-child(12),
    .switch-toggle label:nth-child(2):nth-last-child(12)~a,
    .switch-toggle label:nth-child(2):nth-last-child(12)~label {
        width: 16.6%
    }

    .switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(3)+label~a {
        left: 16.6%
    }

    .switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(5)+label~a {
        left: 33.2%
    }

    .switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(7)+label~a {
        left: 49.8%
    }

    .switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(9)+label~a {
        left: 66.4%
    }

    .switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(11)+label~a {
        left: 83%
    }

    .switch-light.switch-candy>span,
    .switch-toggle.switch-candy {
        background-color: #2d3035;
        border-radius: 3px;
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .2)
    }

    .switch-light.switch-candy input:checked~span span:first-child,
    .switch-light.switch-candy span span,
    .switch-toggle.switch-candy label {
        color: #fff;
        font-weight: 700;
        text-align: center;
        text-shadow: 1px 1px 1px #191b1e
    }

    .switch-candy input:checked+label,
    .switch-light.switch-candy input:checked~span span:nth-child(2),
    .switch-light.switch-candy input~span span:first-child {
        color: #333;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
    }

    .switch-candy a {
        border: 1px solid #333;
        border-radius: 3px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .45);
        background-color: #70c66b;
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2), transparent);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2), transparent)
    }

    .switch-candy-blue a {
        background-color: #38a3d4
    }

    .switch-candy-yellow a {
        background-color: #f5e560
    }

    .switch-ios.switch-light span span {
        color: #888b92
    }

    .switch-ios.switch-light a {
        left: 0;
        top: 0;
        width: 2em;
        height: 2em;
        background-color: #fff;
        border-radius: 100%;
        border: .25em solid #d8d9db;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .switch-ios.switch-light>span {
        display: block;
        width: 100%;
        height: 2em;
        background-color: #d8d9db;
        border-radius: 1.75em;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        transition: all .4s ease-out
    }

    .switch-ios.switch-light>span span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        line-height: 1.875em;
        vertical-align: middle;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .switch-ios.switch-light>span span:first-of-type {
        opacity: 1;
        padding-left: 1.875em
    }

    .switch-ios.switch-light>span span:last-of-type {
        padding-right: 1.875em
    }

    .switch-ios.switch-light input:checked~span a {
        left: 100%;
        border-color: #4bd865;
        margin-left: -2em
    }

    .switch-ios.switch-light input:checked~span {
        border-color: #4bd865;
        box-shadow: inset 0 0 0 30px #4bd865
    }

    .switch-ios.switch-light input:checked~span span:first-of-type {
        opacity: 0
    }

    .switch-ios.switch-light input:checked~span span:last-of-type {
        opacity: 1;
        color: #fff
    }

    .switch-ios.switch-toggle {
        background-color: #d8d9db;
        border-radius: 30px;
        box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0
    }

    .switch-ios.switch-toggle a {
        background-color: #4bd865;
        border: .125em solid #d8d9db;
        border-radius: 1.75em;
        -webkit-transition: all .12s ease-out;
        -moz-transition: all .12s ease-out;
        transition: all .12s ease-out
    }

    .switch-ios.switch-toggle label {
        height: 2.4em;
        color: #888b92;
        line-height: 2.4em;
        vertical-align: middle
    }

    .switch-ios input:checked+label {
        color: #3e4043
    }

    .switch-light.switch-holo>span,
    .switch-toggle.switch-holo {
        background-color: #464747;
        border-radius: 1px;
        box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0;
        color: #fff;
        text-transform: uppercase
    }

    .switch-holo label {
        color: #fff
    }

    .switch-holo>span span {
        opacity: 0;
        -webkit-transition: all .1s;
        -moz-transition: all .1s;
        transition: all .1s
    }

    .switch-holo>span span:first-of-type {
        opacity: 1
    }

    .switch-holo label,
    .switch-holo>span span {
        font-size: 85%;
        line-height: 2.15625em
    }

    .switch-holo a {
        background-color: #666;
        border-radius: 1px;
        box-shadow: inset rgba(255, 255, 255, .2) 0 1px 0, inset rgba(0, 0, 0, .3) 0 -1px 0
    }

    .switch-holo.switch-light input:checked~span a {
        background-color: #0e88b1
    }

    .switch-holo.switch-light input:checked~span span:first-of-type {
        opacity: 0
    }

    .switch-holo.switch-light input:checked~span span:last-of-type {
        opacity: 1
    }

    .switch-light.switch-material a {
        top: -.1875em;
        width: 1.75em;
        height: 1.75em;
        border-radius: 50%;
        background: #fafafa;
        box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .14), 0 .1875em .125em -.125em rgba(0, 0, 0, .2), 0 .125em .25em 0 rgba(0, 0, 0, .12);
        -webkit-transition: right .28s cubic-bezier(.4, 0, .2, 1);
        -moz-transition: right .28s cubic-bezier(.4, 0, .2, 1);
        transition: right .28s cubic-bezier(.4, 0, .2, 1)
    }

    .switch-material.switch-light {
        overflow: visible
    }

    .switch-material.switch-light::after {
        clear: both;
        content: "";
        display: table
    }

    .switch-material.switch-light>span {
        overflow: visible;
        position: relative;
        top: .1875em;
        width: 3.25em;
        height: 1.5em;
        min-height: auto;
        border-radius: 1em;
        background: rgba(0, 0, 0, .26)
    }

    .switch-material.switch-light span span {
        position: absolute;
        clip: rect(0 0 0 0)
    }

    .switch-material.switch-light input:checked~span a {
        right: 0;
        background: #3f51b5;
        box-shadow: 0 .1875em .25em 0 rgba(0, 0, 0, .14), 0 .1875em .1875em -.125em rgba(0, 0, 0, .2), 0 .0625em .375em 0 rgba(0, 0, 0, .12)
    }

    .switch-material.switch-light input:checked~span {
        background: rgba(63, 81, 181, .5)
    }

    .switch-toggle.switch-material {
        overflow: visible
    }

    .switch-toggle.switch-material::after {
        clear: both;
        content: "";
        display: table
    }

    .switch-toggle.switch-material a {
        top: 48%;
        width: .375em !important;
        height: .375em;
        margin-left: .25em;
        background: #3f51b5;
        border-radius: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: -webkit-transform .4s ease-in;
        -moz-transition: -moz-transform .4s ease-in;
        transition: transform .4s ease-in
    }

    .switch-toggle.switch-material label {
        color: rgba(0, 0, 0, .54);
        font-size: 1em
    }

    .switch-toggle.switch-material label:before {
        content: '';
        position: absolute;
        top: 48%;
        left: 0;
        display: block;
        width: .875em;
        height: .875em;
        border-radius: 100%;
        border: .125em solid rgba(0, 0, 0, .54);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .switch-toggle.switch-material input:checked+label:before {
        border-color: #3f51b5
    }

    .switch-light.switch-material>span:after,
    .switch-light.switch-material>span:before,
    .switch-toggle.switch-material label:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        display: block;
        width: 4em;
        height: 4em;
        border-radius: 100%;
        background: #3f51b5;
        opacity: .4;
        margin-left: -1.25em;
        margin-top: -1.25em;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: opacity .4s ease-in;
        -moz-transition: opacity .4s ease-in;
        transition: opacity .4s ease-in
    }

    .switch-light.switch-material>span:after {
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -1.25em
    }

    .switch-toggle.switch-material label:after {
        width: 3.25em;
        height: 3.25em;
        margin-top: -.75em
    }

    @-webkit-keyframes materialRipple {
        0% {
            -webkit-transform: scale(0)
        }

        20% {
            -webkit-transform: scale(1)
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(1)
        }
    }

    @-moz-keyframes materialRipple {
        0% {
            -moz-transform: scale(0)
        }

        20% {
            -moz-transform: scale(1)
        }

        100% {
            opacity: 0;
            -moz-transform: scale(1)
        }
    }

    @keyframes materialRipple {
        0% {
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0)
        }

        20% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }
    }

    .switch-material.switch-light input:checked~span:before,
    .switch-material.switch-light input:not(:checked)~span:after,
    .switch-toggle.switch-material input:checked+label:after {
        -webkit-animation: materialRipple .4s ease-in;
        -moz-animation: materialRipple .4s ease-in;
        animation: materialRipple .4s ease-in
    }

    .switch-light.switch-material.switch-light input~span:after,
    .switch-light.switch-material.switch-light input~span:before,
    .switch-material.switch-toggle input+label:after {
        visibility: hidden
    }

    .switch-light.switch-material.switch-light input:focus:checked~span:before,
    .switch-light.switch-material.switch-light input:focus:not(:checked)~span:after,
    .switch-material.switch-toggle input:focus:checked+label:after {
        visibility: visible
    }
}

@media only screen and (-webkit-max-device-pixel-ratio:2) and (max-device-width:80em) {

    .switch-light,
    .switch-toggle {
        -webkit-animation: webkitSiblingBugfix infinite 1s
    }
}

@-webkit-keyframes webkitSiblingBugfix {
    from {
        -webkit-transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

.tooltipchoise {
    position: relative
}

.tooltipchoise .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    opacity: 1
}

.tooltipchoise:hover .tooltiptext {
    visibility: visible
}

.tooltipchoise:hover {
    pointer-events: unset
}

.tooltipchoise:active {
    pointer-events: none
}

@media print {
    a[href]:after {
        content: none !important
    }
}

body {
    font-size: 14px;
    letter-spacing: -.3px;
    overflow-x: hidden;
    color: #3e4346;
    outline: 0
}

@media screen and (min-width:480px) {
    body {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    body {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    body {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    body {
        font-size: 18px
    }
}

.section-yellow {
    background-color: #facf00
}

.active-place {
    font-weight: 700
}

.open-slider,
.paikse-ksana {
    cursor: pointer
}

.open-slider-thermal,
.paikse-ksana-thermal {
    cursor: pointer
}

img.lazy[data-src] {
    visibility: hidden
}

.fixed-contact {
    position: fixed;
    bottom: 90px;
    right: 70px;
    display: none;
    z-index: 99
}

@media (max-width:560px) {
    .fixed-contact {
        bottom: 145px;
        right: 15px
    }
}

.fixed-contact .contact-box {
    background: #fff;
    display: none;
    margin-bottom: 10px
}

.fixed-contact .contact-item {
    max-width: 135px;
    margin: auto;
    margin-right: 0;
    width: 135px
}

@media (max-width:560px) {
    .fixed-contact .contact-item {
        max-width: 100%;
        width: 45px;
        height: 45px
    }
}

.fixed-contact .boxitem {
    background: #ffd300;
    border: 1px solid #3e4346;
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer
}

@media (max-width:560px) {
    .fixed-contact .boxitem {
        padding: 0;
        justify-content: center;
        width: 45px;
        height: 45px
    }
}

.fixed-contact .boxitem img {
    max-width: 16px;
    margin-right: 7px
}

@media (max-width:560px) {
    .fixed-contact .boxitem img {
        max-width: 100%;
        margin-right: 0
    }
}

.fixed-contact .boxitem span {
    font-weight: 700;
    font-size: 16px;
    line-height: normal
}

@media (max-width:560px) {
    .fixed-contact .boxitem span {
        display: none
    }
}

.fixed-contact .headertlt {
    background: #293338;
    padding: 10px 15px;
    text-align: right
}

.fixed-contact .headertlt .alicon-x-icon {
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.fixed-contact .headertlt h3 {
    color: #fff;
    letter-spacing: -.18px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
    text-align: left;
    margin-bottom: 5px
}

.fixed-contact .contactItem {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px solid #293338
}

.fixed-contact .contactItem:last-child {
    border: 0
}

.fixed-contact .contactItem:hover {
    background: #f7f7f7;
    cursor: pointer
}

.fixed-contact .contactItem p {
    margin: 0;
    letter-spacing: .32px;
    color: #3e4346;
    font-size: 16px;
    margin-left: 10px
}

.fixed-contact .contactItem p a {
    color: #3e4346
}

@media (max-width:768px) {
    .fixed-contact .contactItem p a {
        font-size: 15px
    }
}

@media (max-width:360px) {
    .fixed-contact .contactItem p a {
        font-size: 14px
    }
}

#toTop {
    position: fixed;
    bottom: 90px;
    left: 60px;
    display: none;
    z-index: 99;
    width: 35px;
    height: 35px;
    font-size: 24px;
    color: #3d4852;
    cursor: pointer
}

#toTop:before {
    background: #ffd300;
    content: "";
    top: 0;
    width: 35px;
    height: 35px;
    left: 0;
    position: absolute;
    z-index: 1;
    display: inline-block;
    transform: rotate(-45deg)
}

#toTop span {
    position: relative;
    display: inline-block;
    margin-top: 6px;
    margin-right: 6px;
    z-index: 2
}

.home main {
    overflow: hidden
}

.freeze {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0
}

.overflow-hidden {
    overflow: hidden !important;
    height: 100vh !important
}

.overflow-hidden .modal-open {
    height: auto !important
}

.overflow-hidden.is-safari .modal-open {
    height: 100vh !important;
    -webkit-overflow-scrolling: touch
}

.overflow-hidden-collapse {
    overflow: hidden !important;
    height: calc(100vh - 55px) !important
}

.favoritesm_container {
    width: 50px !important;
    margin-right: 10px
}

.favoritesm {
    width: 50px !important;
    padding: 13px 15px 12px 15px !important
}

.favoritesm:after {
    display: none
}

.social-expand:not(.hover) .sharebuttons-moreinfo {
    width: 50px !important;
    overflow: hidden
}

.social-expand:not(.hover) .sharebuttons-moreinfo img {
    right: 35% !important
}

.social-expand:not(.hover) .btn-social {
    color: #fff !important;
    font-size: 0
}

.social-expand:not(.hover) .share-post {
    display: none !important
}

.productdetailheader .get-offer .btn-back,
.productdetailheader .get-offer .btn-favorite,
.productdetailheader .get-offer .btn-next,
.productdetailheader .get-offer .btn-primary {
    border: 1px solid #3e4346 !important
}

.sharemobgray .sharebuttons-moreinfo .btn-social {
    display: none !important
}

.section-black .sharemobgray #share-buttons:before {
    background: #3e4346 !important
}

.sharemobgray .sharebuttons-moreinfo .share-post {
    background: #3e4346 !important;
    border: 1px solid #fff !important
}

.social-expand #share-buttons {
    border: 1px solid #fff
}

.social-expand #share-buttons:before {
    background: #3e4346
}

.social-expand .section-black #share-buttons:before {
    background: #000
}

.favoritesm_container .favoritesm {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center
}

.favoritesm_container .favorite-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none
}

.section-black .get-offer .btn-back,
.section-black .get-offer .btn-favorite,
.section-black .get-offer .btn-next,
.section-black .get-offer .btn-primary {
    border: 1px solid #fff !important
}

.section-header:not(.section-black) .get-offer .btn-back,
.section-header:not(.section-black) .get-offer .btn-favorite,
.section-header:not(.section-black) .get-offer .btn-next,
.section-header:not(.section-black) .get-offer .btn-primary {
    border: 1px solid #3e4346 !important
}

.grayrow-results span u {
    text-decoration: none;
    display: block
}

.labels-col .small-cell {
    text-transform: none;
    font-size: 14px;
    font-weight: 400
}

.pare-prosfora-slider .comparison-row {
    border-top: 0 !important;
    border-bottom: 0 !important;
    height: 46px;
    display: flex;
    align-items: center
}

.pare-prosfora-slider .comparison-row label {
    color: #fff
}

.grayrow-results .labels-col .result-cell span {
    color: #fff
}

.grayrow-results {
    border-top: 1px solid #ffd300;
    border-bottom: 1px solid #ffd300 !important
}

.grayrow-results .details-col .value:first-child .result-cell.even:before,
.grayrow-results .labels-col .result-cell.even {
    background: #999 !important
}

.grayrow-results .result-cell {
    min-height: 67px !important
}

.grayrow-results .checkbox input[type=checkbox]:checked+label::after,
.grayrow-results .checkbox input[type=radio]:checked+label::after {
    color: #ffd300
}

.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: 10px;
    padding-right: 10px
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.container {
    padding-left: 20px;
    padding-right: 20px
}

.column2 {
    column-count: 2
}

.column2 ul li:before {
    position: relative !important;
    display: inline-block !important;
    vertical-align: sub !important;
    margin-right: 4px !important
}

.bootstrap-select .error {
    display: none;
    visibility: hidden
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2
}

flo.flowplayer.fp-default-playlist>a {
    visibility: hidden
}

.visibility-hidden {
    visibility: hidden
}

.general-modal.modal {
    text-align: center;
    padding: 0 !important
}

.general-modal.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.general-modal.modal .modal-header button {
    font-size: 15px
}

.general-modal.modal .modal-title {
    color: #000;
    margin-top: 20px
}

.general-modal.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    min-width: 250px
}

.general-modal.modal .modal-footer,
.general-modal.modal .modal-header {
    border: none
}

.general-modal.modal .alicon-error {
    font-size: 23px;
    width: 35px;
    float: left;
    margin-top: -2px
}

.general-modal.modal .alicon-error .path1:before {
    color: #f80000
}

.tooltip .tooltip-inner {
    background: #3e4346
}

.tooltip .tooltip-arrow {
    border-top-color: #3e4346 !important
}

.top-header {
    position: relative;
    width: 100%;
    background: #3e4346 url(../images/top-header-img.jpg);
    color: #fff;
    height: 0;
    overflow: hidden;
    -moz-transition: height .5s ease;
    -webkit-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease
}

.top-header.top-header-open {
    height: 100px !important;
    overflow: visible !important
}

.top-header .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%
}

.top-header .container:before {
    width: 0
}

.top-header .container:after {
    width: 0
}

.top-header .container form {
    width: 100%
}

.top-header .container .row .top-header-title {
    font-weight: 700;
    font-size: 16px
}

@media screen and (min-width:480px) {
    .top-header .container .row .top-header-title {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    .top-header .container .row .top-header-title {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {
    .top-header .container .row .top-header-title {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    .top-header .container .row .top-header-title {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    .top-header .container .row .top-header-title {
        font-size: 24px
    }
}

.top-header .container .row .top-header-subtitle {
    font-size: 14px
}

@media screen and (min-width:480px) {
    .top-header .container .row .top-header-subtitle {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .top-header .container .row .top-header-subtitle {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    .top-header .container .row .top-header-subtitle {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    .top-header .container .row .top-header-subtitle {
        font-size: 18px
    }
}

.top-header .container .row .bootstrap-select {
    margin-top: 7px
}

.top-header .container .row .btn-back,
.top-header .container .row .btn-favorite,
.top-header .container .row .btn-next,
.top-header .container .row .btn-primary {
    margin-top: 7px;
    height: 46px
}

.top-header .container .row .bootstrap-select .btn,
.top-header .container .row .bootstrap-select .btn-back,
.top-header .container .row .bootstrap-select .btn-default,
.top-header .container .row .bootstrap-select .btn-facebook,
.top-header .container .row .bootstrap-select .btn-favorite,
.top-header .container .row .bootstrap-select .btn-link,
.top-header .container .row .bootstrap-select .btn-next,
.top-header .container .row .bootstrap-select .btn-primary,
.top-header .container .row .bootstrap-select .btn-secondary,
.top-header .container .row .bootstrap-select.btn-group {
    height: 46px
}

.top-header .container .row .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: 700;
    font-size: 15px
}

@media screen and (min-width:480px) {
    .top-header .container .row .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 15px
    }
}

@media screen and (min-width:768px) {
    .top-header .container .row .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 15px
    }
}

@media screen and (min-width:1200px) {
    .top-header .container .row .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {
    .top-header .container .row .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 16px
    }
}

.top-header .container .row .close-top-header {
    cursor: pointer;
    padding-top: 22px
}

h1 {
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -.4px;
    color: #3e4346
}

@media screen and (min-width:480px) {
    h1 {
        font-size: 22px
    }
}

@media screen and (min-width:768px) {
    h1 {
        font-size: 34px
    }
}

@media screen and (min-width:992px) {
    h1 {
        font-size: 38px
    }
}

@media screen and (min-width:1200px) {
    h1 {
        font-size: 48px
    }
}

@media screen and (min-width:1440px) {
    h1 {
        font-size: 54px
    }
}

h2 {
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -.4px;
    color: #fff
}

@media screen and (min-width:480px) {
    h2 {
        font-size: 22px
    }
}

@media screen and (min-width:768px) {
    h2 {
        font-size: 34px
    }
}

@media screen and (min-width:992px) {
    h2 {
        font-size: 38px
    }
}

@media screen and (min-width:1200px) {
    h2 {
        font-size: 48px
    }
}

@media screen and (min-width:1440px) {
    h2 {
        font-size: 54px
    }
}

h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: .56;
    letter-spacing: -.3px;
    color: #ffd300
}

@media screen and (min-width:480px) {
    h3 {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    h3 {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {
    h3 {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    h3 {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    h3 {
        font-size: 24px
    }
}

h4 {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.2px;
    color: #ffd300
}

@media screen and (min-width:480px) {
    h4 {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    h4 {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    h4 {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    h4 {
        font-size: 18px
    }
}

body {
    font-family: PFHighwaySansPro;
    font-weight: 400
}

a {
    color: #f6b800;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out
}

a.hover,
a:hover {
    text-decoration: none;
    color: #ffd300
}

a:focus {
    text-decoration: underline;
    outline: 0;
    color: #ffd300
}

.no-gutter {
    padding-left: 0;
    padding-right: 0
}

.no-margin {
    margin-left: 0;
    margin-right: 0
}

.padding-top-0 {
    padding-top: 0 !important
}

.padding-bottom-0 {
    padding-bottom: 0 !important
}

.padding-top-40 {
    padding-top: 40px
}

.padding-top-50 {
    padding-top: 50px
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-top-80 {
    padding-top: 80px
}

.padding-bottom-80 {
    padding-bottom: 80px
}

.padding-top-5 {
    padding-top: 5px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-bottom-5 {
    padding-bottom: 5px
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.padding-top-30 {
    padding-top: 30px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-left-0 {
    padding-left: 0 !important
}

.padding-left-15 {
    padding-left: 15px
}

.padding-left-20 {
    padding-left: 20px
}

.padding-left-30 {
    padding-left: 30px
}

.padding-right-20 {
    padding-right: 20px
}

.padding-lr-20 {
    padding-left: 20px;
    padding-right: 20px
}

.padding-lr-30 {
    padding-left: 30px;
    padding-right: 30px
}

.margin-0-auto {
    margin: 0 auto
}

.margin-top-minus-3 {
    margin-top: -3px
}

.margin-top-0 {
    margin-top: 0 !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-top-12 {
    margin-top: 12px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-top-80 {
    margin-top: 80px !important
}

.margin-top-100 {
    margin-top: 100px !important
}

.margin-lr-5 {
    margin-left: 5px;
    margin-right: 5px
}

.margin-lr-20 {
    margin-left: 20px;
    margin-right: 20px
}

.margin-left-10 {
    margin-left: 10px
}

.margin-right-10 {
    margin-right: 10px
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-bottom-80 {
    margin-bottom: 80px !important
}

.yellow-heading {
    padding: 15px 20px;
    background: #ffd300;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #f6b800
}

@media screen and (min-width:480px) {
    .yellow-heading {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .yellow-heading {
        font-size: 18px
    }
}

@media screen and (min-width:992px) {
    .yellow-heading {
        font-size: 20px
    }
}

@media screen and (min-width:1200px) {
    .yellow-heading {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    .yellow-heading {
        font-size: 20px
    }
}

.hr-with-text {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #3e4346;
    margin: 8px 0;
    font-weight: 700
}

.hr-with-text:before {
    content: "";
    flex-grow: 1;
    background: #d8d8d8;
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0 8px
}

.hr-with-text:after {
    content: "";
    flex-grow: 1;
    background: #d8d8d8;
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0 8px
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.icon {
    vertical-align: text-top
}

.section-colored-dark {
    background: #3d4852 !important
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -.4px;
    color: #3e4346;
    margin-bottom: 20px;
    margin-top: 0
}

@media screen and (min-width:480px) {
    .section-title {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {
    .section-title {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    .section-title {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {
    .section-title {
        font-size: 36px
    }
}

@media screen and (min-width:1440px) {
    .section-title {
        font-size: 40px
    }
}

.section-title h1 {
    font-size: 20px
}

@media screen and (min-width:480px) {
    .section-title h1 {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {
    .section-title h1 {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    .section-title h1 {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {
    .section-title h1 {
        font-size: 36px
    }
}

@media screen and (min-width:1440px) {
    .section-title h1 {
        font-size: 40px
    }
}

.description h3,
.subtitle {
    font-size: 18px;
    color: #3e4346;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: normal
}

@media screen and (min-width:480px) {

    .description h3,
    .subtitle {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {

    .description h3,
    .subtitle {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {

    .description h3,
    .subtitle {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {

    .description h3,
    .subtitle {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {

    .description h3,
    .subtitle {
        font-size: 24px
    }
}

.xsmall-subtitle {
    font-size: 12px;
    font-weight: 700
}

.download-subtitle {
    padding-left: 35px;
    float: left
}

.download-subtitle:before {
    font-family: icomoon;
    content: "\e920";
    position: absolute;
    left: 10px
}

.text-white {
    color: #fff
}

.text-danger {
    color: red
}

.bg-white {
    background: #fff
}

.bg-charcoal {
    background: #3e4346 !important
}

.bg-none {
    background-color: transparent !important
}

.font-weight-normal {
    font-weight: 400
}

.img-full-width {
    width: 100%;
    height: auto
}

.bootstrap-select .btn-default,
.btn,
.btn-back,
.btn-default,
.btn-facebook,
.btn-favorite,
.btn-link,
.btn-next,
.btn-primary,
.btn-secondary {
    position: relative;
    border: none;
    border-radius: 4px;
    padding: 13px 15px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    color: #3e4346;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
    font-size: 15px;
    outline: 0 !important
}

@media screen and (min-width:480px) {

    .bootstrap-select .btn-default,
    .btn,
    .btn-back,
    .btn-default,
    .btn-facebook,
    .btn-favorite,
    .btn-link,
    .btn-next,
    .btn-primary,
    .btn-secondary {
        font-size: 15px
    }
}

@media screen and (min-width:768px) {

    .bootstrap-select .btn-default,
    .btn,
    .btn-back,
    .btn-default,
    .btn-facebook,
    .btn-favorite,
    .btn-link,
    .btn-next,
    .btn-primary,
    .btn-secondary {
        font-size: 15px
    }
}

@media screen and (min-width:1200px) {

    .bootstrap-select .btn-default,
    .btn,
    .btn-back,
    .btn-default,
    .btn-facebook,
    .btn-favorite,
    .btn-link,
    .btn-next,
    .btn-primary,
    .btn-secondary {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {

    .bootstrap-select .btn-default,
    .btn,
    .btn-back,
    .btn-default,
    .btn-facebook,
    .btn-favorite,
    .btn-link,
    .btn-next,
    .btn-primary,
    .btn-secondary {
        font-size: 16px
    }
}

.btn.hover,
.hover.btn-back,
.hover.btn-default,
.hover.btn-facebook,
.hover.btn-favorite,
.hover.btn-link,
.hover.btn-next,
.hover.btn-primary,
.hover.btn-secondary {
    color: #3e4346
}

.btn.no-background,
.no-background.btn-back,
.no-background.btn-default,
.no-background.btn-facebook,
.no-background.btn-favorite,
.no-background.btn-link,
.no-background.btn-next,
.no-background.btn-primary,
.no-background.btn-secondary {
    background: 0 0;
    padding-left: 20px;
    text-align: left
}

.btn.no-background:before,
.no-background.btn-back:before,
.no-background.btn-default:before,
.no-background.btn-facebook:before,
.no-background.btn-favorite:before,
.no-background.btn-link:before,
.no-background.btn-next:before,
.no-background.btn-primary:before,
.no-background.btn-secondary:before {
    left: 0
}

.btn.no-background:active,
.no-background.btn-back:active,
.no-background.btn-default:active,
.no-background.btn-facebook:active,
.no-background.btn-favorite:active,
.no-background.btn-link:active,
.no-background.btn-next:active,
.no-background.btn-primary:active,
.no-background.btn-secondary:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    background: #c1c1c1;
    color: #fff
}

.btn-default:after {
    font-family: icomoon;
    content: "\e907";
    position: absolute;
    right: 20px
}

.btn-default.hover {
    background: #3e4346;
    color: #fff
}

.btn-facebook {
    background: #3f5997;
    color: #fff
}

.btn-facebook.hover {
    background: #2e406b;
    color: #fff
}

.btn-back,
.btn-favorite,
.btn-next,
.btn-primary {
    background: #ffd300;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.btn-back:before,
.btn-favorite:before,
.btn-next:before,
.btn-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background: #3e4346;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.btn-back:after,
.btn-favorite:after,
.btn-next:after,
.btn-primary:after {
    font-family: icomoon;
    content: "\e907";
    position: absolute;
    right: 20px
}

.btn-back:hover,
.btn-favorite:hover,
.btn-next:hover,
.btn-primary:hover {
    background: #ffd300;
    color: #fff
}

.btn-back:hover:before,
.btn-favorite:hover:before,
.btn-next:hover:before,
.btn-primary:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.btn-primary.hover,
.hover.btn-back,
.hover.btn-favorite,
.hover.btn-next {
    background: #ffd300;
    color: #fff
}

.btn-primary.hover:before,
.hover.btn-back:before,
.hover.btn-favorite:before,
.hover.btn-next:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.btn-back:active,
.btn-favorite:active,
.btn-next:active,
.btn-primary:active {
    background: #f6b800;
    color: #fff
}

.btn-back:active:before,
.btn-favorite:active:before,
.btn-next:active:before,
.btn-primary:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.btn-back:active:hover,
.btn-favorite:active:hover,
.btn-next:active:hover,
.btn-primary:active:hover {
    background: #f6b800;
    color: #fff
}

.btn-back:active.hover,
.btn-favorite:active.hover,
.btn-next:active.hover,
.btn-primary:active.hover {
    background: #f6b800;
    color: #fff
}

.btn-back:active:focus,
.btn-favorite:active:focus,
.btn-next:active:focus,
.btn-primary:active:focus {
    background: #f6b800;
    color: #fff
}

.btn-back:focus,
.btn-favorite:focus,
.btn-next:focus,
.btn-primary:focus {
    background: #f6b800;
    color: #fff
}

.btn-back:focus:before,
.btn-favorite:focus:before,
.btn-next:focus:before,
.btn-primary:focus:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.btn-back[disabled],
.btn-favorite[disabled],
.btn-next[disabled],
.btn-primary[disabled] {
    background: #ffd300;
    color: #3e4346
}

.btn-back[disabled]:hover,
.btn-favorite[disabled]:hover,
.btn-next[disabled]:hover,
.btn-primary[disabled]:hover {
    background: #ffd300;
    color: #fff
}

.btn-back[disabled].hover,
.btn-favorite[disabled].hover,
.btn-next[disabled].hover,
.btn-primary[disabled].hover {
    background: #ffd300;
    color: #fff
}

.btn-primary.dropzone-x-btn,
.dropzone-x-btn.btn-back,
.dropzone-x-btn.btn-favorite,
.dropzone-x-btn.btn-next {
    padding-top: 1px !important
}

.btn-primary.dropzone-x-btn .alicon-x-icon,
.dropzone-x-btn.btn-back .alicon-x-icon,
.dropzone-x-btn.btn-favorite .alicon-x-icon,
.dropzone-x-btn.btn-next .alicon-x-icon {
    font-size: 12px
}

.btn-primary.reverse-yellow:before,
.reverse-yellow.btn-back:before,
.reverse-yellow.btn-favorite:before,
.reverse-yellow.btn-next:before {
    webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.btn-primary.reverse-yellow:after,
.reverse-yellow.btn-back:after,
.reverse-yellow.btn-favorite:after,
.reverse-yellow.btn-next:after {
    right: auto;
    left: 20px;
    content: "\e906"
}

.btn-primary.reverse-grey,
.reverse-grey.btn-back,
.reverse-grey.btn-favorite,
.reverse-grey.btn-next {
    background: #d8d8d8
}

.btn-primary.reverse-grey:active,
.reverse-grey.btn-back:active,
.reverse-grey.btn-favorite:active,
.reverse-grey.btn-next:active {
    background: #d8d8d8
}

.btn-primary.reverse-grey:focus,
.reverse-grey.btn-back:focus,
.reverse-grey.btn-favorite:focus,
.reverse-grey.btn-next:focus {
    background: #d8d8d8
}

.btn-primary.reverse-grey:before,
.reverse-grey.btn-back:before,
.reverse-grey.btn-favorite:before,
.reverse-grey.btn-next:before {
    webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.btn-primary.reverse-grey:after,
.reverse-grey.btn-back:after,
.reverse-grey.btn-favorite:after,
.reverse-grey.btn-next:after {
    right: auto;
    left: 20px;
    content: "\e906"
}

.btn-favorite:after {
    font-family: icomoon;
    content: "\e91f";
    position: absolute;
    right: 20px
}

.btn-back {
    box-shadow: none
}

.btn-back:before {
    font-family: icomoon;
    content: "\e906";
    position: absolute;
    left: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    background: 0 0;
    -webkit-transform: none;
    transform: none;
    bottom: auto;
    top: auto;
    margin-top: -1px
}

.btn-back:after {
    display: none
}

.btn-back.no-background:active {
    color: #3e4346;
    background: 0 0
}

.btn-back.no-background:active:before {
    left: -10px
}

.btn-back.no-background:focus {
    color: #3e4346;
    background: 0 0
}

.btn-back.no-background:focus:before {
    left: -10px
}

.btn-back.no-background:hover {
    color: #3e4346;
    background: 0 0
}

.btn-back.no-background:hover:before {
    left: -10px
}

.btn-back.no-background.hover {
    color: #3e4346;
    background: 0 0
}

.btn-back.no-background.hover:before {
    left: -10px
}

.btn-next {
    box-shadow: none;
    text-align: unset
}

.btn-next:after {
    font-family: icomoon;
    content: "\e907";
    position: absolute;
    right: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    background: 0 0;
    -webkit-transform: none;
    transform: none;
    bottom: auto;
    top: auto;
    margin-top: -1px
}

.btn-next:before {
    display: none
}

.btn-next.no-background {
    text-align: right
}

.btn-next.no-background:active {
    color: #3e4346;
    background: 0 0
}

.btn-next.no-background:active:before {
    left: -10px
}

.btn-next.no-background:focus {
    color: #3e4346;
    background: 0 0
}

.btn-next.no-background:focus:before {
    left: -10px
}

.btn-next.no-background:hover {
    color: #3e4346;
    background: 0 0
}

.btn-next.no-background:hover:before {
    left: -10px
}

.btn-next.no-background.hover {
    color: #3e4346;
    background: 0 0
}

.btn-next.no-background.hover:before {
    left: -10px
}

.btn-secondary {
    background: #ffd300;
    font-size: 20px;
    width: 100%
}

.btn-secondary:hover {
    background: #f6b800
}

.btn-secondary.hover {
    background: #f6b800
}

.btn-link {
    width: auto;
    text-align: left;
    color: #3e4346;
    background-color: transparent;
    padding-left: 0 !important;
    padding-right: 15px !important
}

.btn-link:after {
    font-family: icomoon;
    content: "\e907";
    position: relative;
    right: 0;
    top: 2px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.btn-link.hover {
    background-color: transparent;
    text-decoration: none
}

.btn-link.hover:after {
    right: -10px;
    text-decoration: none
}

.btn-link:focus {
    text-decoration: none;
    color: #3e4346
}

.btn-link:focus:after {
    text-decoration: none
}

.btn-choose {
    padding-left: 30px;
    padding-right: 40px
}

.section-black .btn-back:before,
.section-black .btn-favorite:before,
.section-black .btn-next:before,
.section-black .btn-primary:before {
    background: #fff
}

.section-black .btn-primary.hover,
.section-black .hover.btn-back,
.section-black .hover.btn-favorite,
.section-black .hover.btn-next {
    color: #3e4346
}

.section-black .btn-primary.hover:before,
.section-black .hover.btn-back:before,
.section-black .hover.btn-favorite:before,
.section-black .hover.btn-next:before {
    background: #fff
}

.section-black .btn-back:hover,
.section-black .btn-favorite:hover,
.section-black .btn-next:hover,
.section-black .btn-primary:hover {
    color: #3e4346
}

.section-black .btn-back:hover:before,
.section-black .btn-favorite:hover:before,
.section-black .btn-next:hover:before,
.section-black .btn-primary:hover:before {
    background: #fff
}

.section-black .btn-back:active,
.section-black .btn-favorite:active,
.section-black .btn-next:active,
.section-black .btn-primary:active {
    color: #3e4346
}

.section-black .btn-back:active:before,
.section-black .btn-favorite:active:before,
.section-black .btn-next:active:before,
.section-black .btn-primary:active:before {
    background: #fff
}

.section-black .btn-back:active:hover,
.section-black .btn-favorite:active:hover,
.section-black .btn-next:active:hover,
.section-black .btn-primary:active:hover {
    color: #3e4346
}

.section-black .btn-back:active:hover:before,
.section-black .btn-favorite:active:hover:before,
.section-black .btn-next:active:hover:before,
.section-black .btn-primary:active:hover:before {
    background: #fff
}

.section-black .btn-back:active.hover,
.section-black .btn-favorite:active.hover,
.section-black .btn-next:active.hover,
.section-black .btn-primary:active.hover {
    color: #3e4346
}

.section-black .btn-back:active.hover:before,
.section-black .btn-favorite:active.hover:before,
.section-black .btn-next:active.hover:before,
.section-black .btn-primary:active.hover:before {
    background: #fff
}

.section-black .btn-back:active:focus,
.section-black .btn-favorite:active:focus,
.section-black .btn-next:active:focus,
.section-black .btn-primary:active:focus {
    color: #3e4346
}

.section-black .btn-back:active:focus:before,
.section-black .btn-favorite:active:focus:before,
.section-black .btn-next:active:focus:before,
.section-black .btn-primary:active:focus:before {
    background: #fff
}

.section-black .btn-back:focus,
.section-black .btn-favorite:focus,
.section-black .btn-next:focus,
.section-black .btn-primary:focus {
    color: #3e4346
}

.section-black .btn-back:focus:before,
.section-black .btn-favorite:focus:before,
.section-black .btn-next:focus:before,
.section-black .btn-primary:focus:before {
    background: #fff
}

.get-offer .btn-back,
.get-offer .btn-favorite,
.get-offer .btn-next,
.get-offer .btn-primary,
.sharelocation .btn-back,
.sharelocation .btn-favorite,
.sharelocation .btn-next,
.sharelocation .btn-primary {
    background: #fff;
    color: #000;
    border: 1px solid #3e4346 !important
}

.get-offer .btn-back:after,
.get-offer .btn-favorite:after,
.get-offer .btn-next:after,
.get-offer .btn-primary:after,
.sharelocation .btn-back:after,
.sharelocation .btn-favorite:after,
.sharelocation .btn-next:after,
.sharelocation .btn-primary:after {
    content: none
}

.position-relative {
    position: relative
}

.get-offer .btn-back:before,
.get-offer .btn-favorite:before,
.get-offer .btn-next:before,
.get-offer .btn-primary:before,
.sharelocation .btn-back:before,
.sharelocation .btn-favorite:before,
.sharelocation .btn-next:before,
.sharelocation .btn-primary:before {
    background: #3e4346
}

.get-offer .btn-back:hover,
.get-offer .btn-favorite:hover,
.get-offer .btn-next:hover,
.get-offer .btn-primary:hover,
.sharelocation .btn-back:hover,
.sharelocation .btn-favorite:hover,
.sharelocation .btn-next:hover,
.sharelocation .btn-primary:hover {
    background: #fff;
    color: #fff
}

.get-offer .btn-back:hover:before,
.get-offer .btn-favorite:hover:before,
.get-offer .btn-next:hover:before,
.get-offer .btn-primary:hover:before,
.sharelocation .btn-back:hover:before,
.sharelocation .btn-favorite:hover:before,
.sharelocation .btn-next:hover:before,
.sharelocation .btn-primary:hover:before {
    background: #3e4346
}

.productfamilies_container {
    background-color: #fff;
    display: flex;
    padding: 0 5px;
    margin-top: 0;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    border: 1px solid #f3f3f3;
    outline: 0;
    align-items: center;
    height: 50px
}

.productfamilies_container label {
    font-weight: 300;
    font-size: 16px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.productfamilies_container label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.productfamilies_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.productfamilies_container label:hover input~.checkmark {
    background-color: rgba(255, 211, 0, .15);
    border: 1px solid #ffd300
}

.productfamilies_container label input:checked~.checkmark {
    background-color: #fff
}

.productfamilies_container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.productfamilies_container label input:checked~.checkmark:after {
    display: block
}

.productfamilies_container label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #ffd300;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.error-page-image {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 0;
    width: 60%
}

.error-box {
    min-height: 55vh
}

.bubble-categories {
    float: left
}

.bubble-categories .bubble-category {
    float: left;
    border-radius: 15px;
    background-color: rgba(255, 211, 0, .2);
    border: solid 1px #ffd300;
    margin-right: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    color: #3d4852
}

.bubble-categories .bubble-category a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px 2px 10px;
    color: #3e4346
}

.bubble-categories .bubble-category a.hover,
.bubble-categories .bubble-category a:focus {
    color: #3e4346
}

.bubble-categories .event-for {
    font-size: 10px;
    font-weight: 700;
    float: left;
    padding: 5px 10px 2px 0
}

.no-wrap {
    white-space: nowrap
}

ol {
    padding-left: 20px
}

ol li {
    margin-bottom: 10px
}

.alumil-list ul,
.alumil-list2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.alumil-list ul li,
.alumil-list2 ul li {
    margin: 0 0 20px 24px;
    padding: 0;
    position: relative
}

.alumil-list ul li::before,
.alumil-list2 ul li::before {
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    color: #f6b800;
    font-family: icomoon;
    content: "\e911";
    margin-left: -24px;
    margin-top: -3px;
    position: absolute
}

.alumil-list2 ul li {
    list-style: none
}

.alumil-list2 ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #f6b800;
    border-radius: 50%;
    top: 9px;
    margin-top: 0
}

.alumil-list3 ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.alumil-list3 ul li {
    margin: 0 0 20px 24px;
    padding: 0;
    position: relative;
    font-weight: 700;
    font-size: 14px
}

.alumil-list3 ul li::before {
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    color: #f6b800;
    font-family: icomoon;
    content: "\e907";
    margin-left: -24px;
    margin-top: -4px;
    position: absolute;
    font-weight: 400
}

@media screen and (min-width:480px) {
    .alumil-list3 ul li {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    .alumil-list3 ul li {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {
    .alumil-list3 ul li {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {
    .alumil-list3 ul li {
        font-size: 16px
    }
}

.alumil-list3 ul li a {
    color: #3e4346;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.alumil-list3 ul li.hover a,
.alumil-list3 ul li:focus a {
    color: #ffd300;
    text-decoration: none
}

.narrow-list ul li {
    margin: 0 0 10px 24px
}

section.pagination-box {
    text-align: center
}

section.pagination-box ul.pagination li {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    border: 1px solid #f3f3f3;
    display: inline-block;
    position: relative;
    margin-left: 2px;
    margin-right: 2px
}

section.pagination-box ul.pagination li.hover {
    border: 1px solid #ffd300
}

section.pagination-box ul.pagination li.chosen {
    border: 1px solid transparent;
    background: #ffd300
}

section.pagination-box ul.pagination li a {
    border: none;
    background: 0 0;
    margin-left: 0;
    line-height: normal;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 14px
}

@media screen and (min-width:480px) {
    section.pagination-box ul.pagination li a {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    section.pagination-box ul.pagination li a {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    section.pagination-box ul.pagination li a {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    section.pagination-box ul.pagination li a {
        font-size: 18px
    }
}

section.pagination-box ul.pagination li a span {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    text-align: center;
    font-weight: 700;
    color: #3e4346
}

section.articles-list .article-box {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap
}

section.articles-list .article-box:before {
    width: 0
}

section.articles-list .article-box:after {
    width: 0
}

section.articles-list .article-box .article-image img {
    width: 100%
}

section.articles-list .article-box .article-arrow {
    align-self: center;
    font-size: 25px;
    text-decoration: none;
    text-align: right
}

section.articles-list .article-box .article-arrow a {
    color: #3e4346;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}

section.articles-list .article-box .article-arrow a.hover,
section.articles-list .article-box .article-arrow a:focus {
    color: #ffd300;
    text-decoration: none
}

section.articles-list .article-box .article-download {
    align-self: center;
    font-size: 22px;
    text-decoration: none;
    text-align: right
}

section.articles-list .article-box .article-download.hover a {
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    color: #ffd300
}

section.articles-list .article-box .article-delete {
    align-self: center;
    font-size: 21px;
    text-decoration: none;
    text-align: right
}

section.articles-list .article-box .article-delete.hover a {
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    color: #ffd300
}

section.articles-list .article-box .article-subtitle {
    font-weight: 700;
    font-size: 12px
}

section.articles-list .article-box .article-title {
    font-weight: 700;
    font-size: 16px;
    clear: both
}

@media screen and (min-width:480px) {
    section.articles-list .article-box .article-title {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    section.articles-list .article-box .article-title {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {
    section.articles-list .article-box .article-title {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    section.articles-list .article-box .article-title {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    section.articles-list .article-box .article-title {
        font-size: 24px
    }
}

section.articles-list .article-box .article-title a {
    color: #3e4346
}

section.articles-list .article-box .article-title a.hover,
section.articles-list .article-box .article-title a:focus {
    color: #3e4346;
    text-decoration: none
}

section.articles-list .article-box .place-date {
    width: 100%;
    float: left
}

section.articles-list .article-box .article-place {
    padding-left: 25px;
    display: inline-block;
    position: relative;
    margin-right: 30px;
    font-size: 16px
}

@media screen and (min-width:480px) {
    section.articles-list .article-box .article-place {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    section.articles-list .article-box .article-place {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {
    section.articles-list .article-box .article-place {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    section.articles-list .article-box .article-place {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    section.articles-list .article-box .article-place {
        font-size: 24px
    }
}

section.articles-list .article-box .article-place:before {
    content: "\e919";
    position: absolute;
    left: 0;
    width: 10px;
    font-family: icomoon;
    font-size: 16px
}

@media screen and (min-width:480px) {
    section.articles-list .article-box .article-place:before {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    section.articles-list .article-box .article-place:before {
        font-size: 18px
    }
}

@media screen and (min-width:992px) {
    section.articles-list .article-box .article-place:before {
        font-size: 20px
    }
}

@media screen and (min-width:1200px) {
    section.articles-list .article-box .article-place:before {
        font-size: 20px
    }
}

@media screen and (min-width:1440px) {
    section.articles-list .article-box .article-place:before {
        font-size: 20px
    }
}

section.articles-list .article-box .article-date {
    padding-left: 20px;
    font-size: 14px;
    position: relative;
    float: left
}

section.articles-list .article-box .article-date:before {
    content: "\e91e";
    position: absolute;
    left: 0;
    width: 10px;
    font-family: icomoon;
    font-size: 12px
}

section.articles-list .article-box .article-abstract {
    font-size: 14px
}

@media screen and (min-width:480px) {
    section.articles-list .article-box .article-abstract {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    section.articles-list .article-box .article-abstract {
        font-size: 16px
    }
}

@media screen and (min-width:1200px) {
    section.articles-list .article-box .article-abstract {
        font-size: 17px
    }
}

@media screen and (min-width:1440px) {
    section.articles-list .article-box .article-abstract {
        font-size: 18px
    }
}

.breadcrumb-wrapper {
    border-bottom: 1px solid #ededed;
    background-color: rgba(255, 255, 255, .8)
}

.breadcrumb-wrapper .breadcrumb {
    background-color: #fff;
    margin: 0;
    color: #3e4346;
    font-size: 11px;
    font-weight: 700;
    padding: 11px 0
}

.breadcrumb-wrapper .breadcrumb li {
    margin-bottom: 0
}

.breadcrumb-wrapper .breadcrumb a {
    color: #3e4346
}

.breadcrumb-wrapper .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #3e4346;
    font-family: icomoon;
    content: "\e906"
}

.form-group .input-error {
    display: none
}

.form-group .input-group-addon {
    position: absolute;
    top: 33px;
    height: 33px;
    right: 11px;
    width: 35px;
    padding: 11px 10px;
    background: #fff;
    border: none;
    border-radius: 4px !important
}

.form-group .input-group-addon .alicon-error .path1:before {
    color: red
}

.form-group .field-validation-valid {
    margin-top: 3px;
    color: red;
    float: left;
    width: 100%;
    font-size: 12px
}

.form-group.search-input .input-group-addon {
    top: 37px
}

div#loadmorebtn-search {
    width: 300px !important;
    margin-top: 11px;
    margin-bottom: 10px
}

.form-control {
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    border: solid 1px #f3f3f3;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.form-control::-ms-clear {
    display: none
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:active,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.form-control#newsletter:-webkit-autofill,
.form-control#newsletter:-webkit-autofill:active,
.form-control#newsletter:-webkit-autofill:focus,
.form-control#newsletter:-webkit-autofill:hover {
    color: #c1c1c1 !important;
    -webkit-text-fill-color: #c1c1c1 !important
}

.form-control:active {
    border: 1px solid #ffd300 !important;
    box-shadow: none !important
}

.form-control.hover {
    border: 1px solid #3e4346 !important;
    box-shadow: none !important
}

.form-control:focus {
    border: 1px solid #ffd300 !important;
    box-shadow: none !important
}

.form-control.input-validation-error {
    box-shadow: none !important;
    position: relative
}

.form-control.input-validation-error+.input-error {
    display: block
}

.bootstrap-select .dropdown-menu.inner {
    padding: 0;
    max-height: 310px !important;
    max-width: 100%
}

.bootstrap-select .dropdown-menu>li>a {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 16px
}

@media screen and (min-width:480px) {
    .bootstrap-select .dropdown-menu>li>a {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {
    .bootstrap-select .dropdown-menu>li>a {
        font-size: 12px
    }
}

@media screen and (min-width:820px) {
    .bootstrap-select .dropdown-menu>li>a {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {
    .bootstrap-select .dropdown-menu>li>a {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {
    .bootstrap-select .dropdown-menu>li>a {
        font-size: 16px
    }
}

.bootstrap-select .dropdown-menu>li>a.hover,
.bootstrap-select .dropdown-menu>li>a:focus {
    background-color: #ffd300;
    border-bottom: 1px solid #ffd300
}

.bootstrap-select .dropdown-menu>.active>a {
    background-color: #ffd300;
    color: #3e4346
}

.bootstrap-select .btn,
.bootstrap-select .btn-back,
.bootstrap-select .btn-default,
.bootstrap-select .btn-facebook,
.bootstrap-select .btn-favorite,
.bootstrap-select .btn-link,
.bootstrap-select .btn-next,
.bootstrap-select .btn-primary,
.bootstrap-select .btn-secondary {
    color: #3e4346;
    height: 65px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    font-weight: 400;
    text-align: center;
    width: 100%
}

@media screen and (min-width:480px) {

    .bootstrap-select .btn,
    .bootstrap-select .btn-back,
    .bootstrap-select .btn-default,
    .bootstrap-select .btn-facebook,
    .bootstrap-select .btn-favorite,
    .bootstrap-select .btn-link,
    .bootstrap-select .btn-next,
    .bootstrap-select .btn-primary,
    .bootstrap-select .btn-secondary {
        font-size: 16px
    }
}

@media screen and (min-width:768px) {

    .bootstrap-select .btn,
    .bootstrap-select .btn-back,
    .bootstrap-select .btn-default,
    .bootstrap-select .btn-facebook,
    .bootstrap-select .btn-favorite,
    .bootstrap-select .btn-link,
    .bootstrap-select .btn-next,
    .bootstrap-select .btn-primary,
    .bootstrap-select .btn-secondary {
        font-size: 12px
    }
}

@media screen and (min-width:820px) {

    .bootstrap-select .btn,
    .bootstrap-select .btn-back,
    .bootstrap-select .btn-default,
    .bootstrap-select .btn-facebook,
    .bootstrap-select .btn-favorite,
    .bootstrap-select .btn-link,
    .bootstrap-select .btn-next,
    .bootstrap-select .btn-primary,
    .bootstrap-select .btn-secondary {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {

    .bootstrap-select .btn,
    .bootstrap-select .btn-back,
    .bootstrap-select .btn-default,
    .bootstrap-select .btn-facebook,
    .bootstrap-select .btn-favorite,
    .bootstrap-select .btn-link,
    .bootstrap-select .btn-next,
    .bootstrap-select .btn-primary,
    .bootstrap-select .btn-secondary {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {

    .bootstrap-select .btn,
    .bootstrap-select .btn-back,
    .bootstrap-select .btn-default,
    .bootstrap-select .btn-facebook,
    .bootstrap-select .btn-favorite,
    .bootstrap-select .btn-link,
    .bootstrap-select .btn-next,
    .bootstrap-select .btn-primary,
    .bootstrap-select .btn-secondary {
        font-size: 16px
    }
}

.bootstrap-select .btn.hover,
.bootstrap-select .hover.btn-back,
.bootstrap-select .hover.btn-default,
.bootstrap-select .hover.btn-facebook,
.bootstrap-select .hover.btn-favorite,
.bootstrap-select .hover.btn-link,
.bootstrap-select .hover.btn-next,
.bootstrap-select .hover.btn-primary,
.bootstrap-select .hover.btn-secondary {
    color: #3e4346
}

.bootstrap-select .btn-default {
    background: #fff;
    color: #3e4346;
    font-size: 16px;
    height: 50px;
    border: solid 1px #ededed;
    box-shadow: none;
    padding: 10px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.bootstrap-select .btn-default:after {
    content: none
}

.bootstrap-select .btn-default:active {
    border: 1px solid #ffd300 !important;
    box-shadow: none !important
}

.bootstrap-select .btn-default.hover {
    border: 1px solid #3e4346 !important;
    box-shadow: none !important
}

.bootstrap-select .btn-default:focus {
    border: 1px solid #ffd300 !important;
    box-shadow: none !important
}

.bootstrap-select.btn-group {
    border: none !important
}

.bootstrap-select .dropdown-toggle {
    color: #333;
    border-style: none;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline-color: transparent !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.bootstrap-select .dropdown-toggle:focus {
    outline-color: transparent !important;
    box-shadow: none !important;
    border: 1px solid #ffd300 !important;
    outline: 0 !important
}

.bootstrap-select .dropdown-toggle .hover,
.bootstrap-select .dropdown-toggle:hover {
    border: 1px solid #3e4346
}

.bootstrap-select .dropdown-toggle:active {
    outline-color: transparent !important;
    box-shadow: none !important;
    border: 1px solid #ffd300 !important
}

.bootstrap-select .dropdown-toggle[aria-expanded=true] {
    outline-color: transparent !important;
    box-shadow: none !important;
    border: 1px solid #ffd300 !important
}

.bootstrap-select .dropdown-toggle span.caret {
    border-right: 0 !important;
    border-left: 0 !important
}

.bootstrap-select .dropdown-toggle span.caret:before {
    content: "\e913";
    font-family: icomoon;
    position: absolute;
    top: -13px;
    right: -3px;
    font-size: 18px
}

li:focus {
    outline: 0 !important
}

li a:focus {
    outline: 0 !important
}

footer {
    background-color: #2d3134;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 500px;
    padding: 50px 0 20px 0
}

footer .personal-links ul {
    padding-left: 0;
    margin-left: -2px;
    list-style: none
}

footer .personal-links ul li {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.2px;
    padding-right: 25px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px
}

@media screen and (min-width:480px) {
    footer .personal-links ul li {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    footer .personal-links ul li {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {
    footer .personal-links ul li {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    footer .personal-links ul li {
        font-size: 14px
    }
}

footer .personal-links ul li:before {
    content: '\e906';
    color: #f6b800;
    font-size: 15px;
    font-family: icomoon;
    vertical-align: middle;
    margin-top: -1px;
    position: absolute;
    right: 0
}

footer .personal-links ul li:first-child {
    margin-top: 20px
}

footer .personal-links ul li a {
    color: #fff;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out
}

footer .personal-links ul li.hover a {
    color: #ffd300
}

footer .personal-links .container .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

footer .newsletter-inline-form {
    margin-bottom: 50px
}

footer .newsletter-inline-form.newsletter-footer h4 {
    text-align: center
}

footer .newsletter-inline-form.newsletter-footer p {
    color: #fff;
    max-width: 800px;
    font-size: 18px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px
}

footer .newsletter-inline-form.newsletter-footer .btn-back,
footer .newsletter-inline-form.newsletter-footer .btn-favorite,
footer .newsletter-inline-form.newsletter-footer .btn-next,
footer .newsletter-inline-form.newsletter-footer .btn-primary {
    max-width: 275px
}

footer .newsletter-inline-form.newsletter-footer .btn-link-register {
    display: flex;
    justify-content: center
}

footer .newsletter-inline-form p {
    font-size: 14px
}

@media screen and (min-width:480px) {
    footer .newsletter-inline-form p {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    footer .newsletter-inline-form p {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {
    footer .newsletter-inline-form p {
        font-size: 15px
    }
}

@media screen and (min-width:1440px) {
    footer .newsletter-inline-form p {
        font-size: 16px
    }
}

footer .newsletter-inline-form h4 {
    text-align: left
}

footer .newsletter-inline-form.newsletter-with-select {
    color: #fff
}

@media (max-width:768px) {
    footer .newsletter-inline-form.newsletter-with-select .form-group {
        margin-bottom: 5px
    }
}

footer .newsletter-inline-form.newsletter-with-select .InfobipSubscriptionfrm .alert-success {
    background: 0 0;
    color: #fff;
    font-size: 15px;
    border: 0;
    text-align: center;
    margin-top: 20px
}

footer .newsletter-inline-form.newsletter-with-select .newsletter-please-wait {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(45, 49, 52, .5);
    z-index: 9
}

footer .newsletter-inline-form.newsletter-with-select .select-error {
    margin-top: 5px;
    color: red;
    display: none
}

footer .newsletter-inline-form.newsletter-with-select .form-inline {
    max-width: 100%;
    border-radius: 0
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .alert-warning {
    background: 0 0;
    border: 0;
    padding: 0;
    color: red;
    margin-top: -15px
}

@media (max-width:991px) {
    footer .newsletter-inline-form.newsletter-with-select .form-inline .alert-warning {
        margin-top: 0
    }
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row {
    background-color: transparent
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 24px;
    align-items: flex-start
}

@media (max-width:768px) {
    footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items {
        flex-wrap: wrap
    }
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items .form-group {
    width: 100%;
    min-width: 360px
}

@media (max-width:1200px) {
    footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items .form-group {
        min-width: auto
    }
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items .form-group .input-group {
    width: 100%;
    padding-left: 45px;
    position: relative;
    border: 1px solid #6a7783;
    border-radius: 4px
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items .form-group .input-group:before {
    left: 20px
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items .form-group .input-group .form-control {
    color: #fff
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items .form-group .input-group .form-control::placeholder {
    color: #fff
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items .col-select {
    width: 100%
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items .col-select .bootstrap-select {
    background: 0 0;
    border: 1px solid #6a7783 !important;
    border-radius: 4px
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items .col-select .bootstrap-select .dropdown-toggle {
    color: #fff;
    width: 100%
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items .col-select .bootstrap-select .dropdown-toggle[aria-expanded=true] {
    color: #ffd300
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items .btn-link {
    background: #ffd300;
    color: #3e4346;
    width: 100%;
    text-transform: capitalize;
    text-align: center;
    padding: 0 !important;
    float: none;
    margin-top: 0;
    max-width: 270px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px
}

@media (max-width:768px) {
    footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items .btn-link {
        max-width: 100%;
        height: 52px
    }
}

footer .newsletter-inline-form.newsletter-with-select .form-inline .newsletter-row .row-items .btn-link:after {
    color: #3e4346;
    right: 20px;
    left: auto;
    margin: 0;
    position: absolute;
    top: auto
}

footer .newsletter-inline-form.newsletter-with-select .col-sm-12 {
    overflow: revert
}

footer .newsletter-inline-form .form-inline {
    max-width: 550px;
    margin-top: 15px;
    border-radius: 4px
}

footer .newsletter-inline-form .form-inline .form-group .input-group {
    width: 100%;
    padding-left: 25px;
    position: relative
}

footer .newsletter-inline-form .form-inline .form-group .input-group:before {
    content: "\e90e";
    background: 0 0;
    border: none;
    color: #f6b800;
    font-size: 20px;
    font-family: icomoon;
    position: absolute;
    top: 10px;
    left: 0
}

footer .newsletter-inline-form .form-inline .form-group .input-group:focus {
    outline: 0
}

footer .newsletter-inline-form .form-inline .form-group .input-group .input-group-addon {
    background: 0 0;
    border: none;
    color: #f6b800;
    font-size: 20px;
    padding: 0;
    display: none
}

footer .newsletter-inline-form .form-inline .form-group .input-group .form-control {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: #c1c1c1;
    -webkit-box-shadow: none;
    box-shadow: none
}

footer .newsletter-inline-form .form-inline .form-group .input-group .form-control:focus {
    box-shadow: none !important;
    border: none !important;
    outline: 0
}

footer .newsletter-inline-form .form-inline .form-group .input-group .form-control:active {
    box-shadow: none !important;
    border: none !important
}

footer .newsletter-inline-form .form-inline .form-group .input-group .form-control.hover {
    box-shadow: none !important;
    border: none !important
}

footer .newsletter-inline-form .form-inline .form-group .checkbox-newsletter {
    color: #f3f3f3;
    line-height: 20px;
    padding-left: 40px
}

footer .newsletter-inline-form .form-inline .form-group .checkbox-newsletter label {
    font-size: 13px;
    line-height: 20px
}

footer .newsletter-inline-form .form-inline .form-group .checkbox-newsletter label:before {
    width: 20px;
    height: 20px;
    border: 2px solid #ffd300;
    background: #2d3134;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

footer .newsletter-inline-form .form-inline .form-group .checkbox-newsletter label:after {
    color: #f6b800;
    font-size: 19px;
    top: 52%;
    left: -1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

footer .newsletter-inline-form .form-inline .form-group .checkbox-newsletter input {
    position: absolute
}

footer .newsletter-inline-form .form-inline .form-group .checkbox-newsletter a {
    color: #ffd300
}

footer .newsletter-inline-form .form-inline .newsletter-row {
    background: #272b2e
}

footer .newsletter-inline-form .form-inline .newsletter-row .form-group {
    width: 60%;
    float: left;
    margin-bottom: 0
}

footer .newsletter-inline-form .form-inline .btn-link {
    color: #ffd300;
    width: 40%;
    text-transform: uppercase;
    text-align: right;
    padding: 0 !important;
    float: left;
    margin-top: 14px
}

footer .newsletter-inline-form .form-inline .btn-link:after {
    float: none;
    color: #f6b800;
    display: inline-block;
    margin-top: -4px;
    margin-left: 10px
}

footer .newsletter-inline-form .form-inline .field-validation-error {
    color: red !important;
    margin-bottom: 5px !important
}

footer .link-collapse {
    display: none
}

footer .additional-links.collapse {
    display: block
}

footer .additional-links {
    text-align: center;
    margin-top: 50px;
    color: #fff;
    position: relative
}

footer .additional-links ul {
    padding-left: 0;
    margin-bottom: 0
}

footer .additional-links ul li {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    position: relative
}

footer .additional-links ul li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out
}

@media screen and (min-width:480px) {
    footer .additional-links ul li a {
        font-size: 14px
    }
}

@media screen and (min-width:768px) {
    footer .additional-links ul li a {
        font-size: 14px
    }
}

@media screen and (min-width:1200px) {
    footer .additional-links ul li a {
        font-size: 14px
    }
}

@media screen and (min-width:1440px) {
    footer .additional-links ul li a {
        font-size: 14px
    }
}

footer .additional-links ul li:after {
    position: absolute;
    right: 0;
    top: 2px;
    right: -25px;
    content: '\e907';
    color: #f6b800;
    font-size: 16px;
    font-family: icomoon
}

footer .additional-links ul li.hover a {
    color: #ffd300
}

footer .footer-logo {
    width: 205px;
    position: relative;
    margin: 0 auto;
    margin-top: 50px
}

footer .footer-logo img {
    width: 100%;
    height: auto
}

footer .social {
    text-align: center;
    margin-top: 50px
}

footer .social a {
    margin-left: 20px;
    margin-right: 20px;
    color: #fff;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out
}

footer .social a.hover {
    color: #ffd300
}

footer .social a span {
    font-size: 18px
}

footer .social a span.alicon-google-plus {
    font-size: 15px
}

footer .social a span.alicon-google-plus:before {
    color: inherit
}

footer .social a span.alicon-pinterest {
    font-size: 21px
}

footer .helper-menu {
    margin-top: 50px;
    color: #898b8d;
    font-size: 12px
}

footer .helper-menu a {
    color: #898b8d
}

footer .helper-menu a.hover {
    color: #ffd300;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out
}

footer .helper-menu ul {
    text-align: center;
    padding-left: 0
}

footer .helper-menu ul li {
    display: inline-block;
    padding-left: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px
}

section.no-results {
    background-color: #f8f8f8;
    padding: 140px;
    text-align: center;
    margin-bottom: 40px
}

.no-results .message .alicon-error {
    font-size: 38px;
    justify-content: center;
    margin-bottom: 20px
}

.no-results .message .alicon-error .path1::before {
    color: #3e4346
}

.form-success {
    padding-top: 40px;
    padding-bottom: 40px
}

.form-success .thankyou-title {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -.4px;
    color: #3e4346;
    margin-bottom: 30px;
    text-align: center
}

@media screen and (min-width:480px) {
    .form-success .thankyou-title {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {
    .form-success .thankyou-title {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    .form-success .thankyou-title {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {
    .form-success .thankyou-title {
        font-size: 36px
    }
}

@media screen and (min-width:1440px) {
    .form-success .thankyou-title {
        font-size: 40px
    }
}

.huge-icon {
    font-size: 86px
}

.success-icon {
    color: #149926
}

section.filters .filter-section .form-group .input-group-addon {
    top: 37px
}

.transparent {
    opacity: .4
}

.video-wrapper .video-item {
    width: 1950px;
    height: 1250px
}

.home-main.landing-page .featured-small-section::before {
    display: none
}

@media (min-width:1200px) {
    .video-wrapper .video-item {
        width: 1950px;
        height: 1250px
    }

    .mb-md-20 {
        margin-bottom: 20px !important
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .video-wrapper .video-item {
        width: 1500px;
        height: 915px
    }
}

@media (max-width:991px) and (min-width:768px) {
    .video-wrapper .video-item {
        width: 1000px;
        height: 550px
    }
}

@media (max-width:991px) {
    .getaquotebutton {
        margin-top: 2rem
    }

    .grayrow-results span u {
        text-decoration: none;
        display: inline-block
    }

    .grayrow-results .result-cell {
        min-height: 80px !important
    }
}

@media (max-width:767px) {
    .video-wrapper .video-item {
        width: 877px;
        height: 400px
    }

    .d-md-none {
        display: none
    }
}

@media (max-width:640px) {
    .video-wrapper .video-item {
        width: 720px;
        height: 330px
    }
}

@media (max-width:576px) {
    .d-sm-none {
        display: none
    }
}

@media (max-width:480px) {
    .video-wrapper .video-item {
        width: 545px;
        height: 220px
    }
}

@media (max-width:380px) {
    .video-wrapper .video-item {
        width: 440px;
        height: 80px
    }
}

@media (min-width:768px) {
    .form-content {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        color: #3e4346
    }

    .form-content .navbar-form {
        width: 100%
    }

    .form-content .navbar-form .input-group {
        border-bottom: 1px solid #ddd;
        width: 100%;
        font-weight: 700
    }

    .form-content .navbar-form .input-group .form-control {
        border: none;
        border-radius: 0;
        background: 0 0;
        box-shadow: none;
        color: #3e4346;
        padding: 30px 12px;
        font-size: 14px
    }
}

@media screen and (min-width:768px) and (min-width:480px) {
    .form-content .navbar-form .input-group .form-control {
        font-size: 14px
    }
}

@media screen and (min-width:768px) and (min-width:768px) {
    .form-content .navbar-form .input-group .form-control {
        font-size: 14px
    }
}

@media screen and (min-width:768px) and (min-width:1200px) {
    .form-content .navbar-form .input-group .form-control {
        font-size: 15px
    }
}

@media screen and (min-width:768px) and (min-width:1440px) {
    .form-content .navbar-form .input-group .form-control {
        font-size: 16px
    }
}

@media (min-width:768px) {
    .form-content .navbar-form .input-group .form-control::-webkit-input-placeholder {
        color: #3e4346
    }

    .form-content .navbar-form .input-group .form-control ::-moz-placeholder {
        color: #3e4346
    }

    .form-content .navbar-form .input-group .form-control :-ms-input-placeholder {
        color: #3e4346
    }

    .form-content .navbar-form .input-group-addon {
        border: none;
        border-radius: 0;
        background: 0 0;
        padding-left: 0;
        padding-right: 0
    }

    .form-content .navbar-form .input-group-addon i {
        font-size: 20px
    }

    .form-content .navbar-form .btn-facebook {
        width: 100%
    }

    .form-content .navbar-form .btn-facebook:after {
        font-family: icomoon;
        content: "";
        float: left
    }

    .form-content .navbar-form .btn-default {
        width: 100%;
        margin-top: 20px
    }

    .form-content .password-reminder a {
        font-size: 14px;
        text-align: left;
        margin-top: 20px;
        color: #3e4346;
        -webkit-transition: color .2s ease-out;
        -moz-transition: color .2s ease-out;
        -o-transition: color .2s ease-out;
        transition: color .2s ease-out
    }

    .form-content .password-reminder a.hover {
        color: #000
    }
}

@media (min-width:768px) and (max-width:991px) {
    .container {
        width: auto
    }

    footer .personal-links .container .row div:nth-of-type(1) {
        margin-left: 0
    }

    .error-page-image {
        width: 50%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    footer .personal-links .container .row div:nth-of-type(1) {
        margin-left: 4%
    }
}

@media (min-width:1440px) {
    .container {
        width: 1300px !important
    }
}

@media (max-width:992px) {
    html {
        overflow-x: hidden;
        height: 100%
    }

    .top-header .close-top-header {
        text-align: right
    }
}

@media (max-width:767px) {
    .top-header .container .row .close-top-header {
        top: 10px;
        right: 10px;
        position: absolute;
        font-size: 20px;
        padding-top: 12px
    }

    .top-header.top-header-open {
        height: 167px !important;
        padding: 35px 0 20px
    }

    footer {
        padding: 25px 0 25px 0
    }

    footer .personal-links .container .row div {
        margin-bottom: 40px
    }

    footer .personal-links .container .row div:nth-of-type(1) {
        margin-left: 0
    }

    footer .newsletter-inline-form {
        margin-bottom: 0
    }

    footer .footer-logo {
        margin-top: 25px;
        width: 180px
    }

    footer .additional-links {
        margin-top: 25px
    }

    footer .additional-links ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        text-align: left
    }

    footer .additional-links ul li {
        display: block;
        margin-right: 0;
        padding-right: 15px;
        line-height: 19px
    }

    footer .additional-links ul li:after {
        top: 0;
        bottom: 0;
        right: 0
    }

    footer .helper-menu {
        margin-top: 25px
    }

    footer .helper-menu .container .row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    footer .helper-menu .container .row div:nth-child(1) {
        display: inline-block;
        width: 50%;
        order: 2
    }

    footer .helper-menu .container .row div:nth-child(2) {
        display: inline-block;
        width: 100%;
        order: 1
    }

    footer .helper-menu .container .row div:nth-child(2) ul {
        padding-left: 0
    }

    footer .helper-menu .container .row div:nth-child(2) ul li {
        margin-left: 5px;
        margin-right: 5px
    }

    footer .helper-menu .container .row div:nth-child(3) {
        display: inline-block;
        width: 50%;
        order: 3
    }

    footer .social {
        margin-top: 25px
    }

    footer .social a {
        margin-left: 12px;
        margin-right: 12px
    }

    .error-page-image {
        width: 55%
    }
}

@media (max-width:550px) {
    .col-xxs-550-12 {
        width: 100%
    }
}

@media (max-width:480px) {
    footer .additional-links ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        text-align: left
    }

    .event-for {
        width: 100%
    }

    .col-xxs-2 {
        width: 16.66666667%
    }

    .col-xxs-12 {
        width: 100%
    }

    .col-xxs-10 {
        width: 83.33333333%
    }

    .col-xxs-6 {
        width: 50%
    }

    .col-xxs-offset-0 {
        margin-left: 0
    }

    .col-xxs-offset-1 {
        margin-left: 8.33333333%
    }

    .hidden-xxs {
        display: none
    }

    .xxs-margin-top-10 {
        margin-top: 10px !important
    }

    .xxs-margin-top-20 {
        margin-top: 20px !important
    }

    .xxs-margin-bottom-10 {
        margin-bottom: 10px !important
    }

    .xxs-left-align {
        text-align: left !important
    }

    .top-header.top-header-open {
        height: 220px !important
    }

    .form-group .column2 {
        column-count: 1
    }
}

@media (max-width:380px) {
    footer .newsletter-inline-form .form-inline .newsletter-row .form-group {
        width: 100%
    }

    footer .newsletter-inline-form .form-inline .newsletter-row .btn-link {
        width: 100%;
        text-align: left;
        margin-bottom: 10px
    }

    footer .additional-links ul li {
        padding-right: 16px;
        margin-left: 0
    }

    footer .link-collapse {
        display: block
    }

    footer .additional-links.collapse {
        display: none
    }

    footer .additional-links.collapse.in {
        display: block
    }

    footer .additional-links.collapsing {
        display: block
    }
}

.form-group.has-success .form-control {
    border-color: #f3f3f3
}

.form-group.has-error .bootstrap-select .dropdown-toggle {
    border-color: red
}

.form-group.has-error .form-control {
    border-color: red
}

.form-group.has-error:after {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    color: #fff;
    background-color: red;
    border-radius: 90px;
    position: absolute;
    padding: 0 0;
    transform: translateY(310%);
    float: right;
    right: 22px;
    top: 0;
    z-index: 2
}

.newsletter-row .form-group.has-error:after {
    display: none !important
}

.newsletter-inline-form h3 {
    line-height: 1
}

@media (min-width:992px) {
    .rows-to-columns>.text-without-photo {
        float: right
    }

    .rows-to-columns>.text-without-photo:first-child {
        float: left
    }
}

@media (max-width:767px) {
    .logomyWindow img {
        max-width: 75%;
        height: 37px !important
    }
}

section.texts-with-photos .text-with-photo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

section.texts-with-photos .text-with-photo:before {
    width: 0
}

section.texts-with-photos .text-with-photo:after {
    width: 0
}

section.texts-with-photos .text-with-photo .side-text {
    min-height: 400px;
    flex: 0 1 650px
}

section.texts-with-photos .text-with-photo .side-text:nth-child(even) {
    padding-right: 40px
}

section.texts-with-photos .text-with-photo .side-text:nth-child(odd) {
    padding-left: 40px
}

section.texts-with-photos .text-with-photo .side-image {
    position: relative;
    overflow: hidden;
    width: calc(100% - 690px);
    flex: 1
}

section.texts-with-photos .text-with-photo .side-image .side-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 100%
}

section.texts-with-photos .text-with-photo .side-image .side-image-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    max-width: none
}

section.texts-with-photos .text-without-photo {
    margin-bottom: 40px
}

section.texts-with-photos.photos-not-cover .text-with-photo .side-image .side-image-inner img {
    height: 100%;
    width: auto;
    min-height: 0;
    min-width: 0
}

section.texts-with-photos .text-with-photo ul,
section.texts-with-photos .text-without-photo ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 20px
}

section.texts-with-photos .text-with-photo ul li,
section.texts-with-photos .text-without-photo ul li {
    margin: 0 24px 10px 0;
    padding: 0;
    position: relative
}

section.texts-with-photos .text-with-photo ul li::before,
section.texts-with-photos .text-without-photo ul li::before {
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    color: #f6b800;
    font-family: icomoon;
    content: "\e911";
    margin-right: -24px;
    margin-top: -3px;
    position: absolute
}

section.texts-with-photos .text-with-photo ul li ul li,
section.texts-with-photos .text-without-photo ul li ul li {
    list-style: none
}

section.texts-with-photos .text-with-photo ul li ul li:before,
section.texts-with-photos .text-without-photo ul li ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #f6b800;
    border-radius: 50%;
    top: 9px;
    margin-top: 0
}

section.texts-with-photos .text-with-photo ul li ol li:before,
section.texts-with-photos .text-without-photo ul li ol li:before {
    content: ""
}

section.texts-with-photos a.hover {
    color: #ffd300
}

section.texts-with-photos a.btn-primary.hover,
section.texts-with-photos a.hover.btn-back,
section.texts-with-photos a.hover.btn-favorite,
section.texts-with-photos a.hover.btn-next {
    color: #fff
}

section.texts-with-photos .section-title {
    margin-bottom: 10px
}

section.texts-with-photos h3.section-title {
    font-size: 20px;
    margin-top: 0
}

@media screen and (min-width:480px) {
    section.texts-with-photos h3.section-title {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {
    section.texts-with-photos h3.section-title {
        font-size: 25px
    }
}

@media screen and (min-width:992px) {
    section.texts-with-photos h3.section-title {
        font-size: 34px
    }
}

@media screen and (min-width:1200px) {
    section.texts-with-photos h3.section-title {
        font-size: 36px
    }
}

@media screen and (min-width:1440px) {
    section.texts-with-photos h3.section-title {
        font-size: 40px
    }
}

section.texts-with-photos h3 {
    font-size: 18px;
    color: #3e4346;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: normal;
    margin-top: 8px;
    display: inline-block;
    width: 100%
}

@media screen and (min-width:480px) {
    section.texts-with-photos h3 {
        font-size: 18px
    }
}

@media screen and (min-width:768px) {
    section.texts-with-photos h3 {
        font-size: 22px
    }
}

@media screen and (min-width:992px) {
    section.texts-with-photos h3 {
        font-size: 22px
    }
}

@media screen and (min-width:1200px) {
    section.texts-with-photos h3 {
        font-size: 23px
    }
}

@media screen and (min-width:1440px) {
    section.texts-with-photos h3 {
        font-size: 24px
    }
}

section.texts-with-photos .alumil-table {
    margin-top: 10px
}

section.texts-with-photos+section.media-gallery {
    padding-top: 0
}

@media (max-width:992px) {
    section.texts-with-photos .text-with-photo .side-text {
        order: 1;
        flex: 0 1 100%;
        min-height: 0;
        margin-bottom: 20px
    }

    section.texts-with-photos .text-with-photo .side-text:nth-child(even) {
        padding-left: 0
    }

    section.texts-with-photos .text-with-photo .side-text:nth-child(odd) {
        padding-right: 0
    }

    section.texts-with-photos .text-with-photo .side-image {
        order: 2;
        width: 100%;
        flex: auto
    }

    section.texts-with-photos .text-with-photo .side-image .side-image-inner {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        margin: auto;
        overflow: auto;
        height: auto
    }

    section.texts-with-photos .text-with-photo .side-image .side-image-inner img {
        position: relative;
        top: initial;
        left: initial;
        height: auto;
        width: 100%;
        transform: none;
        min-height: 0;
        -webkit-transform: none
    }

    section.texts-with-photos.photos-not-cover .text-with-photo .side-image .side-image-inner {
        text-align: center
    }

    section.texts-with-photos.photos-not-cover .text-with-photo .side-image .side-image-inner img {
        height: auto;
        width: 80%
    }
}

/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn-back,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn-default,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn-facebook,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn-favorite,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn-link,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn-next,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn-primary,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn-secondary {
    border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    direction: ltr;
    border: none
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    border-collapse: separate;
    padding: 20px
}

.datepicker table thead {
    box-shadow: inset 0 -1px 0 0 #f3f3f3
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: none
}

.datepicker th {
    font-size: 18px
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day {
    border: 1px solid #fff
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #f6b800;
    cursor: pointer;
    border: 1px solid #ffd300
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #000
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #ffd300;
    border: 1px solid #ffd300;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #ffd300
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
    background-color: #f6b800
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #f6b800
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #fff;
    border: 1px solid #ffd300
}

.datepicker table tr td.selected.active:hover {
    background-color: #f6b800
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border: 1px solid transparent
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #f6b800;
    cursor: pointer;
    border: 1px solid #ffd300
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background: #fff !important;
    border: 1px solid #ffd300;
    color: #000;
    text-shadow: none
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    margin-top: 3px
}

.input-daterange input {
    text-align: left
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}