.eluid76c98cad.th-spacer {
    height: 15px;
}

.eluidf8d4ebbe.th-spacer {
    height: 30px;
}

.eluid9a60e891.th-spacer {
    height: 40px;
}

.znColumnElement-innerWrapper {
    width: 100%;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center,.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right,.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center,.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center .znColumnElement-innerContent {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom .znColumnElement-innerContent {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.znColumnElement-innerContent {
    width: 100%;
}

#eluid998bf694 .znColumnElement-innerWrapper-eluid998bf694 {
    min-height: px;
}

#eluid4a11b562 .znColumnElement-innerWrapper-eluid4a11b562 {
    min-height: px;
}

.znColumnElement-innerWrapper-eluid4a11b562 > .znColumnElement-innerContent:not(.zn_pb_no_content) {
    width: %;
}

.znColumnElement-innerWrapper-eluid4a11b562 {
    padding-right: 20px;
    padding-left: 20px;
}

.zn_section {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}

.zn_section--masked {
    padding-bottom: 55px;
}

.zn_section__source + .zn_section_size {
    position: relative;
}

.kl-bg-source + .zn_section_size {
    position: relative;
}

@media screen and (max-width: 991px) {
    .section-sidemargins .zn_section_size.full_width {
        margin-left:15px;
        margin-right: 15px;
    }
}

.ios-fixed-position-scr ~ .zn_section {
    position: relative;
}

.zn_section--inlinemodal {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mfp-close-btn-in .zn_section--inlinemodal .mfp-close {
    right: -5px;
    top: -45px;
}

@media (max-width: 767px) {
    .mfp-close-btn-in .zn_section--inlinemodal {
        padding-top:30px !important;
    }

    .mfp-close-btn-in .zn_section--inlinemodal .mfp-close {
        top: -5px;
    }
}

.zn_pb_editor_enabled .zn_section--inlinemodal.mfp-hide {
    display: block !important;
}

.zn_section--stretch-container {
    padding-left: 20px;
    padding-right: 20px;
}

.zn_section--stretch-container > .container {
    width: 100%;
}

.zn_section-modalOverlay {
    background: rgba(143, 43, 162, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.modal-overlay-hidden ~ .zn_section-modalOverlay {
    display: none;
}

.zn_section-modalInfo {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 3;
    width: 70px;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.zn_section-modalInfo-title {
    display: block;
    margin-bottom: 20px;
}

.zn_section-modalInfo-tip {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.zn_section-modalInfo a {
    color: #000;
}

.zn_section-modalInfo a:hover, .zn_section-modalInfo a:focus {
    color: rgba(0, 0, 0, 0.65);
}

.zn_section-modalInfo-bubble {
    display: none;
    width: 230px;
    right: 100%;
    position: absolute;
    top: -10px;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.15);
    padding: 10px 10px 10px 15px;
    line-height: 1.5;
    text-align: start;
    border-radius: 3px;
}

.zn_section-modalInfo-bubble:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 15px;
    border: 5px solid transparent;
    border-left-color: rgba(0, 0, 0, 0.15);
}

.zn_section-modalInfo-tip:hover .zn_section-modalInfo-bubble {
    display: block;
}

.zn_section-modalInfo-toggleVisible {
    display: block;
    cursor: pointer;
}

.modal-overlay-hidden + .zn_section-modalInfo .dashicons-visibility:before {
    content: "\f530";
}

@media (min-width: 768px) {
    .zn-section-content_algn--middle, .zn-section-content_algn--bottom {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .zn-section-content_algn--middle > .row, .zn-section-content_algn--bottom > .row {
        width: 100%;
    }

    .zn-section-content_algn--middle > .row {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .zn-section-content_algn--bottom > .row {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

.zn_section.section--skewed, .zn_section.section--skewed-flipped {
    z-index: 1;
    background-color: transparent !important;
}

.zn_section.section--skewed .kl-bg-source:not(:empty) {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.zn_section.section--skewed .kl-bg-source__bgimage {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    margin: -100px 0;
    -webkit-backface-visibility: hidden;
}

.zn_section.section--skewed .zn-bgSource-overlay {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    margin: -100px 0;
    -webkit-backface-visibility: hidden;
}

.zn_section.section--skewed-flipped .kl-bg-source:not(:empty) {
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.zn_section.section--skewed-flipped .kl-bg-source__bgimage {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    margin: -100px 0;
    -webkit-backface-visibility: hidden;
}

.zn_section.section--skewed-flipped .zn-bgSource-overlay {
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    margin: -100px 0;
    -webkit-backface-visibility: hidden;
}

.zn-prLayer {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.zn-prLayer.zn-prLayer--align-top-left {
    top: 0;
    left: 0;
}

.zn-prLayer.zn-prLayer--align-top-center {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.zn-prLayer.zn-prLayer--align-top-right {
    top: 0;
    right: 0;
}

.zn-prLayer.zn-prLayer--align-center-left {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.zn-prLayer.zn-prLayer--align-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.zn-prLayer.zn-prLayer--align-center-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.zn-prLayer.zn-prLayer--align-bottom-left {
    bottom: 0;
    left: 0;
}

.zn-prLayer.zn-prLayer--align-bottom-center {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.zn-prLayer.zn-prLayer--align-bottom-right {
    bottom: 0;
    right: 0;
}

.zn-prLayer.zn-prLayer--over {
    z-index: 1;
}

.zn-prLayer.zn-prLayer--blur-simple {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.zn-prLayer.zn-prLayer--blur-deep {
    -webkit-filter: blur(7px);
    filter: blur(7px);
}

.zn-prLayer.zn-prLayer--blur-deeper {
    -webkit-filter: blur(12px);
    filter: blur(12px);
}

.eluid9444b460 {
    padding-top: 180px;
    padding-bottom: 30px;
}

.eluid9444b460 .container.custom_width_perc {
    width: 85%;
    padding-bottom: 40px;
}

.eluid9444b460 .zn-section-height--custom_height {
}

.eluid9444b460 .zn-prLayer_eluid9444b460_0 {
    margin-right: 0px;
    margin-bottom: -175px;
}

.eluid9444b460 .zn-prLayer_eluid9444b460_1 {
    margin-bottom: -100px;
    margin-left: -20px;
}

.eluidd54a7823 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.eluid5878c50f {
    padding-top: 15px;
    padding-bottom: 15px;
}

.eluidf62af291 {
    padding-top: 50px;
    padding-bottom: 15px;
}

.elm-phg--sld {
    position: relative;
}

.elm-phg--sld .elm-phg-image {
    width: 100%;
}

.elm-phg-slideshow {
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s ease-out .1s;
    transition: opacity .35s ease-out .1s;
}

.elm-phg-slideshow.slick-initialized {
    opacity: 1;
}

.elm-phg-slideshow,.elm-phg-slideshow-pager {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.elm-phg-slideshow li {
    float: left;
}

.elm-phg-slideshow.cheight-fixed .elm-phg-image {
    height: 100%;
}

.elm-phg-slideshow li.selected {
    border: 2px solid #000;
}

.elm-phg-slideshow-pager-wrapper {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

.elm-phg-slideshow-pager-wrapper .elm-phg-image {
    width: auto;
    display: inline-block;
}

.elm-phg-slideshow-pager {
    opacity: 0;
    -webkit-transition: opacity .35s ease-out .25s;
    transition: opacity .35s ease-out .25s;
}

.elm-phg-slideshow-pager.slick-initialized {
    opacity: 1;
}

.elm-phg-slideshow-pager li:focus {
    outline: none
}

.elm-phg-slideshow-pager li img {
    cursor: pointer;
    -webkit-transition: padding .15s ease-out, background-color .15s ease-out;
    transition: padding .15s ease-out, background-color .15s ease-out;
    -webkit-backface-visibility: hidden;
    padding: 3px;
}

.elm-phg-slideshow-pager li.slick-center img {
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.5);
}

.elm-phg-galleryNav {
    opacity: 0;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
}

.elm-phg-galleryNav .znSlickNav-arr {
    width: 30px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    line-height: 51px;
    margin-top: -25px;
    text-align: center;
    z-index: 1;
    border-radius: 0px;
}

.elm-phg-galleryNav .znSlickNav-arr svg {
    display: block;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.elm-phg-galleryNav .znSlickNav-arr polyline {
    stroke: #fff;
}

.elm-phg-galleryNav .znSlickNav-arr:hover {
    background: rgba(0, 0, 0, 0.7);
}

.elm-phg-galleryNav .znSlickNav-arr.znSlickNav-prev {
    left: 20px;
    text-align: center;
}

.elm-phg-galleryNav .znSlickNav-arr.znSlickNav-next {
    right: 20px;
    text-align: center;
}

.elm-phg--sld:hover .elm-phg-galleryNav {
    opacity: 1;
}

@media (max-width: 767px) {
    .elm-phg-slideshow-pager-wrapper {
        display:none;
    }

    .elm-phg--sld .elm-phg-galleryNav {
        opacity: 1;
    }
}

.elm-phg--def .elm-phg-link {
    display: block;
}

.eluidf4cafb7a {
    padding-top: 35px;
    padding-bottom: 50px;
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .eluidf4cafb7a {
        padding-top:30px;
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .eluidf4cafb7a {
        padding-top:10px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .eluidf4cafb7a {
        padding-top:10px;
        padding-bottom: 15px;
    }
}

.eluidd4cb6a41 {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .eluidd4cb6a41 {
        padding-top:30px;
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .eluidd4cb6a41 {
        padding-top:10px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .eluidd4cb6a41 {
        padding-top:10px;
        padding-bottom: 15px;
    }
}



.eluid959259ea.th-spacer {
    height: 60px;
}

.eluidb6023795.th-spacer {
    height: 30px;
}

.eluid18a85258 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .eluid18a85258 {
        padding-top:60px;
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .eluid18a85258 {
        padding-top:10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .eluid18a85258 {
        padding-top:10px;
        padding-bottom: 10px;
    }
}

.eluid2b8779c7 {
    padding-top: 55px;
    padding-bottom: 15px;
}

#eluid7c96ce09 .znColumnElement-innerWrapper-eluid7c96ce09 {
    min-height: px;
}

.eluid23216445 {
    padding-top: 55px;
    padding-bottom: 15px;
}

.eluida2343ba3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.image-boxes {
    margin-bottom: 30px;
    border-radius: 2px;
}

.image-boxes-img {
    width: 100%;
    height: auto;
}

.image-boxes-link,.image-boxes-holder {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.image-boxes-img-wrapper {
    display: block;
}

.image-boxes-no .image-boxes-img-wrapper {
    height: auto !important;
}

.image-boxes-img.cover-fit-img {
    height: 100%;
}

.image-boxes.image-boxes--1 {
    overflow: visible;
}

.image-boxes.image-boxes--1 .image-boxes-readon {
    position: absolute;
    left: -10px;
    bottom: 20px;
    color: #fff;
    padding: 11px 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    border-radius: 2px;
    z-index: 1;
}

.image-boxes.image-boxes--1 .image-boxes-link:hover .image-boxes-readon {
    left: 20px;
}

.image-boxes.image-boxes--1 .image-boxes-img {
    box-shadow: 0 1px 1px rgba(0,0,0,.22)
}

.image-boxes.image-boxes--2 .image-boxes-link {
    margin-bottom: 0;
}

.imgbox-simple .image-boxes-img {
    width: auto;
    background-size: auto 100%;
}

.imgbox-simple .img-align-center .image-boxes-img {
    display: block;
    margin: 0 auto;
}

.imgbox-simple .img-align-left {
    text-align: left;
}

.imgbox-simple .img-align-right {
    text-align: right;
}

.imgbox-simple .img-align-left img.image-boxes-img,.imgbox-simple .img-align-right img.image-boxes-img {
    display: inline-block;
}

.no-object-fit .imgbox-simple .img-align-left .image-boxes-img {
    background-position-x: left;
}

.no-object-fit .imgbox-simple .img-align-right .image-boxes-img {
    background-position-x: right;
}

.sliding-details {
    position: relative;
    display: block;
    overflow: hidden;
}

.sliding-details:not([class*="znBoxShadow-"]):hover {
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
}

.sliding-details-img {
    position: relative;
}

.sliding-details,.sliding-details-content {
    -webkit-transition: all .2s cubic-bezier(0.680, 0, 0.265, 1);
    transition: all .2s cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-backface-visibility: hidden;
}

.sliding-details-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 25px 30px;
    font-size: 12px;
    color: #fff;
    background: #232323;
    background: rgba(35,35,35,0.8);
}

.sliding-details:hover .sliding-details-content {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.sliding-details-title {
    font-size: 18px;
    margin-top: 0;
}

.image-boxes.image-boxes--4 .image-boxes-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 30px;
    z-index: 0;
}

.image-boxes.image-boxes--4 .image-boxes-title:before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    height: 200%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,1) 100%);
    opacity: .8;
    -webkit-backface-visibility: hidden;
}

.image-boxes.image-boxes--4 .image-boxes-title span {
    z-index: 1;
    position: relative;
    -webkit-backface-visibility: hidden;
}

.image-boxes.image-boxes--4 .image-boxes-title:after {
    content: '';
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 1;
    -webkit-backface-visibility: hidden;
}

.image-boxes.image-boxes--4:hover .image-boxes-title:after {
    width: 60px;
}

.image-boxes.image-boxes--4 .image-boxes-img {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-backface-visibility: hidden;
}

.image-boxes.image-boxes--4:hover .image-boxes-img {
    opacity: .8
}

.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title {
    text-align: left;
    padding: 0 20px 30px;
    -webkit-transition: padding-bottom .2s ease-out;
    transition: padding-bottom .2s ease-out;
}

.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title:before {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.image-boxes.image-boxes--4.kl-title_style_bottom .image-boxes-title:after {
    display: none;
}

.image-boxes.image-boxes--4.kl-title_style_bottom .imgboxes-border-helper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 1;
}

.image-boxes.image-boxes--4.kl-title_style_bottom:hover .imgboxes-border-helper {
    border-bottom-style: solid;
    border-bottom-width: 10px;
}

.image-boxes.image-boxes--4.kl-title_style_bottom:hover .image-boxes-title {
    text-align: left;
    padding-bottom: 25px;
}

.image-boxes.image-boxes--4.kl-title_style_bottom:hover .image-boxes-title:before {
    opacity: .5;
}

.image-boxes.image-boxes--4.kl-title_style_left .image-boxes-title {
    text-align: left;
    padding: 0 20px 30px;
}

.image-boxes.image-boxes--4.kl-title_style_left .image-boxes-title:after {
    margin: initial;
    width: 40px;
    margin-top: 10px;
}

.image-boxes.image-boxes--4.kl-title_style_left:hover .image-boxes-title:after {
    width: 80px;
}

.eluidd1423a2c {
    padding-top: 15px;
    padding-bottom: 15px;
}

.eluidf1451e3b.th-spacer {
    height: 30px;
}

.eluid2839bafb {
    padding-top: 15px;
    padding-bottom: 15px;
}

.eluidc0689034 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.eluid8f12c0dd {
    margin-top: 30px;
}

.eluid8f12c0dd {
    padding-top: 35px;
    padding-bottom: 0px;
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .eluid8f12c0dd {
        padding-top:5px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .eluid8f12c0dd {
        padding-top:5px;
        padding-bottom: 5px;
    }
}
