.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label:before,.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible
}

.wpcf7 .ajax-loader:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7 .ajax-loader:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel] {
    direction: ltr
}

.esg-line-height-0 {
    line-height: 0
}

.esg-text-left {
    text-align: left
}

.esg-text-right {
    text-align: right
}

.esg-text-center {
    text-align: center
}

.esg-font-normal {
    font-style: normal
}

.esg-font-italic {
    font-style: italic
}

.esg-display-none {
    display: none
}

.esg-display-block {
    display: block
}

.esg-display-inline-block {
    display: inline-block
}

.esg-display-inline {
    display: inline
}

.esg-display-none-i {
    display: none !important
}

.esg-display-block-i {
    display: block !important
}

.esg-display-inline-block-i {
    display: inline-block !important
}

.esg-display-inline-i {
    display: inline !important
}

.esg-hidden {
    visibility: hidden
}

.esg-visible {
    visibility: visible
}

.esg-absolute {
    position: absolute
}

.esg-relative {
    position: relative
}

.esg-margin-0 {
    margin: 0
}

.esg-margin-t-0 {
    margin-top: 0
}

.esg-margin-b-0 {
    margin-bottom: 0
}

.esg-margin-l-0 {
    margin-left: 0
}

.esg-margin-r-0 {
    margin-right: 0
}

.esg-margin-5 {
    margin: 5px
}

.esg-margin-t-5 {
    margin-top: 5px
}

.esg-margin-b-5 {
    margin-bottom: 5px
}

.esg-margin-l-5 {
    margin-left: 5px
}

.esg-margin-r-5 {
    margin-right: 5px
}

.esg-margin-10 {
    margin: 10px
}

.esg-margin-t-10 {
    margin-top: 10px
}

.esg-margin-b-10 {
    margin-bottom: 10px
}

.esg-margin-l-10 {
    margin-left: 10px
}

.esg-margin-r-10 {
    margin-right: 10px
}

.esg-padding-0 {
    padding: 0
}

.esg-padding-t-0 {
    padding-top: 0
}

.esg-padding-b-0 {
    padding-bottom: 0
}

.esg-padding-l-0 {
    padding-left: 0
}

.esg-padding-r-0 {
    padding-right: 0
}

.esg-padding-15 {
    padding: 15px
}

.esg-padding-t-15 {
    padding-top: 15px
}

.esg-padding-b-15 {
    padding-bottom: 15px
}

.esg-padding-l-15 {
    padding-left: 15px
}

.esg-padding-r-15 {
    padding-right: 15px
}

.esg-f-left {
    float: left !important
}

.esg-f-right {
    float: right !important
}

.esg-f-none {
    float: none !important
}

.esg-black {
    color: #000
}

.esg-w100-hauto {
    width: 100%;
    height: auto
}

.esg-fullscreen-forcer {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto
}

.esg-iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.esg-clearfix:before,.esg-clearfix:after {
    content: " ";
    display: table
}

.esg-clearfix:after {
    clear: both
}

.esg-starring {
    line-height: 25px;
    display: inline-block
}

.esg-starring .star-rating {
    float: none
}

.esg-starring .star-rating {
    color: #ffc321 !important
}

.esg-starring .star-rating,.esg-starring-page .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.esg-starring .star-rating:before,.esg-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.esg-starring star-rating span,.esg-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.esg-starring .star-rating span:before,.esg-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.esg-starring .star-rating {
    color: #ffc321 !important
}

.lazyloadcover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%
}

.esg-lazyblur {
    background-repeat: no-repeat;
    filter: blur(25px);
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.esg-media-poster {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    z-index: 10;
    opacity: 0
}

.esg-video-active .esg-media-poster {
    z-index: 0
}

.esg-vimeo-frame {
    background: #000
}

.esg-grid .no-filter-message {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease
}

.esg-grid.show-message .no-filter-message {
    transition-duration: 1s;
    visibility: visible;
    opacity: 1
}

.esg-hover-image {
    display: none
}

.esg-media-poster .esg-hover-image {
    display: block;
    width: inherit;
    height: inherit;
    background-size: inherit;
    background-position: inherit;
    visibility: hidden;
    opacity: 0
}

.esg-starring .star-rating,.esg-starring-page .star-rating {
    line-height: 1em;
    font-size: 1em;
    font-family: star
}

.esg-grid {
    width: 100%;
    max-width: 100%;
    font-family: 'Open Sans',sans-serif;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px)
}

@-moz-document url-prefix() {
    .esg-grid {
        transform: none !important
    }
}

.esg-grid .mainul,.esg-grid .mainul>li {
    list-style: none;
    margin: 0;
    padding: 0;
    transform-style: flat !important
}

.esg-grid * {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.esg-grid ul,.esg-grid li {
    list-style: none;
    margin: 0;
    padding: 0;
    transform-style: flat !important
}

.esg-overflowtrick {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1
}

.esg-overflowtrick+.esg-filters {
    z-index: 0 !important
}

.esg-container {
    position: relative;
    width: 100%;
    height: auto
}

.esg-container>ul,.esg-overflowtrick>ul {
    width: 100%;
    max-width: 100%;
    height: 0;
    position: relative;
    overflow: visible
}

.esg-grid li {
    border: 0 solid transparent;
    outline: 0px solid transparent;
    visibility: hidden;
    display: none
}

.esg-grid a {
    border: none;
    text-decoration: none
}

.esg-grid a:hover,.esg-grid a:focus {
    text-decoration: none;
    border: none
}

.esg-clear {
    clear: both;
    height: 5px !important;
    background: 0 0 !important
}

.esg-clear-no-height,.eg-clearfix {
    clear: both;
    height: 0 !important;
    background: 0 0 !important
}

.esg-line-break {
    height: 5px;
    visibility: hidden
}

.esg-divide-5 {
    width: 100%;
    height: 5px
}

.esg-divide-15 {
    width: 100%;
    height: 15px
}

.esg-divide-20 {
    width: 100%;
    height: 20px
}

.esg-divide-22 {
    width: 100%;
    height: 22px
}

.esg-divide-30 {
    width: 100%;
    height: 30px
}

.esg-click-to-play-video {
    cursor: pointer
}

.esg-entry-media iframe {
    -webkit-transform-style: flat;
    -webkit-transform: translateZ(1000px);
    border: 0
}

.esg-container .tp-esg-item {
    position: absolute;
    top: 0;
    left: 0
}

.esg-container .tp-esg-item {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.esg-container .tp-esg-item .blackoverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    top: 0;
    left: 0
}

.tp-esg-item {
    z-index: 5
}

.tp-esg-item.itemonotherpage {
    z-index: 0;
    display: none
}

.esg-entry-cover {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border: 0 solid transparent;
    outline: 0px solid transparent
}

.eec {
    display: block;
    width: auto;
    height: auto;
    position: absolute !important;
    font-size: 20px;
    text-align: center
}

.esg-tc {
    top: 0;
    left: 0;
    width: 100%
}

.esg-lc {
    top: 0;
    left: 0;
    height: 100%
}

.esg-cc {
    top: 0;
    left: 0;
    width: 100%;
    vertical-align: middle
}

.esg-rc {
    top: 0;
    right: 0;
    height: 100%
}

.esg-bc {
    bottom: 0;
    left: 0;
    width: 100%
}

.esg-tc .ess-tb-cell {
    text-align: center;
    vertical-align: top
}

.esg-lc .ess-tb-cell {
    text-align: left;
    vertical-align: middle
}

.esg-rc .ess-tb-cell {
    text-align: right;
    vertical-align: middle
}

.esg-blc .ess-tb-cell {
    text-align: left;
    vertical-align: bottom
}

.esg-bc .ess-tb-cell {
    text-align: center;
    vertical-align: bottom
}

.esg-brc .ess-tb-cell {
    text-align: right;
    vertical-align: bottom
}

.esg-bc .leftalign {
    text-align: left
}

.esg-entry-media {
    position: relative;
    border: 0 solid transparent;
    outline: 0px solid transparent;
    overflow: hidden
}

.esg-entry-media {
    width: 100%
}

.esg-entry-media img {
    width: 100%;
    height: auto;
    max-width: none !important;
    min-width: none !important
}

.esg-layout-masonry .esg-entry-media img {
    line-height: 0;
    vertical-align: bottom;
    display: inline-block
}

.esg-layout-even .esg-entry-media img {
    display: none
}

.esg-media-cover-wrapper {
    position: relative;
    width: 100%;
    backface-visibility: hidden
}

.esg-layout-even .esg-media-cover-wrapper {
    height: 100%
}

.esg-entry-media-wrapper {
    z-index: 0
}

.esg-entry-media-wrapper-even {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.esg-entry-media-wrapper-not-even {
    overflow: hidden;
    position: relative
}

.esg-entry-media-wrapper .esg-video-frame {
    background: #000
}

.esg-entry-media-wrapper-item-layout {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden
}

.esg-entry-cover .esg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid transparent;
    outline: 0px solid transparent
}

.esg-layout-even .esg-entry-content {
    display: none
}

.esg-entry-content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden
}

.navigationbuttons,.esg-pagination,.esg-filters {
    position: relative;
    z-index: 50;
    -webkit-backface-visibility: hidden
}

.esg-grid .esg-pagination {
    background: #fff;
    z-index: 100;
    -webkit-backface-visibility: hidden
}

.esg-nav-by-shortcode .esg-sortbutton-order.eg-icon-down-open.tp-asc,.esg-nav-by-shortcode .esg-sortbutton-order .tp-desc,.esg-sortbutton-order.eg-icon-down-open.tp-asc,.esg-sortbutton-order .tp-desc {
    text-align: center
}

.esg-nav-by-shortcode {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.esg-nav-by-shortcode .esg-navbutton-solo-right,.esg-nav-by-shortcode .esg-navbutton-solo-left {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto
}

.esg-nav-by-shortcode .esg-filter-wrapper {
    visibility: visible
}

.esg-singlefilters .esg-filter-checked {
    display: none;
    -webkit-backface-visibility: hidden
}

.esg-filter-wrapper {
    display: inline-block
}

.esg-sortbutton-wrapper {
    display: inline-block
}

.esg-cartbutton-wrapper {
    display: inline-block
}

.esg-filter-wrapper.dropdownstyle {
    min-width: 100px;
    cursor: pointer;
    position: relative;
    z-index: 1500;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px)
}

.esg-filter-wrapper.dropdownstyle.esg-skin-preview {
    z-index: 1570;
    visibility: visible
}

.esg-filter-wrapper.dropdownstyle .esg-filterbutton {
    display: block;
    margin-right: 0;
    margin-bottom: 5px
}

.esg-filter-wrapper.dropdownstyle .esg-filter-checked {
    margin-right: 5px;
    margin-left: 0
}

.esg-dropdown-wrapper {
    display: none;
    position: absolute;
    padding: 20px;
    top: 100%;
    backface-visibility: hidden;
    transform: translateZ(10px)
}

.esg-selected-filterbutton {
    color: #999;
    margin-right: 5px;
    cursor: pointer;
    padding: 0 15px 0 10px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    display: inline-block;
    background: rgba(0,0,0,0);
    margin-bottom: 5px;
    width: 100%
}

.esg-selected-filterbutton.hovered {
    color: #444
}

.esg-selected-filterbutton .eg-icon-down-open {
    display: inline-block;
    vertical-align: top;
    width: 29px;
    line-height: inherit;
    font-size: 9px;
    font-weight: 700;
    color: #999;
    background: rgba(0,0,0,0);
    text-align: center
}

.esg-sortbutton-order.tp-desc {
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"
}

.esg-sorting-select {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-appearance: menulist-button
}

.esg-filters.esg-navbutton-solo-left {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 800
}

.esg-filters.esg-navbutton-solo-right {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 800
}

.esg-navigationbutton.esg-right,.esg-navigationbutton.esg-left {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-transform-style: flat;
    -webkit-transform: translateZ(5000px)
}

.eg-leftright-container {
    float: left;
    width: 310px;
    margin-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative
}

.eg-leftright-container.dark {
    background: #1e1e1e
}

.eg-leftright-container .pagination {
    position: absolute;
    bottom: 0
}

.eg-leftright-container .esg-filters {
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.eg-leftright-container .esg-filterbutton {
    display: block;
    margin: 0 0 5px
}

.eg-leftright-container .esg-filter-wrapper {
    display: block;
    margin-right: 0
}

.eg-ajaxtarget-container {
    position: relative;
    width: 100%;
    height: auto
}

.eg-ajaxanimwrapper {
    position: relative;
    overflow: hidden
}

.tp-esg-item .add_to_cart_button.loading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(data:image/gif;base64,R0lGODlhEAAQAPMCAN7e3nt7e729vebm5oSEhIyMjNbW1pSUlMXFxaWlpa2trbW1tQAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAwACACwGAAEABAAOAAADEQhVQBHEQcWEvTjrS9uLX5cAACH5BAkDAAQALAQAAQAIAA4AAAQikEgp0JQlBHV1KFeiLRcBDGWqrusAlIuWXJl2KRp4IUIZAQAh+QQJAwAEACwCAAIADAAMAAADIki6OgKMjUBhJIIGccmsnScMYVk6ZAdoaZRR3LVSbQSMYQIAIfkECQMAAAAsAQAEAA4ACAAABCEQyEnFUTSDETrSk9EFAjglwSEdQWJKwmi8yDi8gHKUbwQAIfkECQMAAgAsAQAGAA4ABAAAAxEIVSD+ipEQyHuzZnvFjk0HJgAh+QQJAwAAACwBAAQADgAIAAAEIRCoI4C9GIU9sBdbYHjeESRkmibBoVpGWKlDiLyAcChABAAh+QQJAwAEACwCAAIADAAMAAADIEggQ/4OhNmgEzMIG3PlA8ONZGmGnzVkwIhNG8iSYZsAACH5BAkDAAQALAQAAQAIAA4AAAQikCBBalUhFEtKDtySJRwxAGWqrqwKDGWSLdy3WV6glAJCRAAh+QQJAwACACwGAAEABAAOAAADEQhVQBHEQcWEvTjrS9uLX5cAACH5BAkDAAQALAQAAQAIAA4AAAQikEgp0JQlBHV1KFeiLRcBDGWqrusAlIuWXJl2KRp4IUIZAQAh+QQJAwAEACwCAAIADAAMAAADIki6OgKMjUBhJIIGccmsnScMYVk6ZAdoaZRR3LVSbQSMYQIAIfkECQMAAAAsAQAEAA4ACAAABCEQyEnFUTSDETrSk9EFAjglwSEdQWJKwmi8yDi8gHKUbwQAIfkECQMAAgAsAQAGAA4ABAAAAxEIVSD+ipEQyHuzZnvFjk0HJgAh+QQJAwAAACwBAAQADgAIAAAEIRCoI4C9GIU9sBdbYHjeESRkmibBoVpGWKlDiLyAcChABAAh+QQJAwAEACwCAAIADAAMAAADIEggQ/4OhNmgEzMIG3PlA8ONZGmGnzVkwIhNG8iSYZsAACH5BAUDAAQALAQAAQAIAA4AAAQikCBBalUhFEtKDtySJRwxAGWqrqwKDGWSLdy3WV6glAJCRAA7) center no-repeat rgba(255,255,255,.65)
}

.esg-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

.infinityscollavailable.esg-loader {
    position: relative;
    top: auto;
    left: 50%;
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.esg-loader.spinner0 {
    width: 40px;
    height: 40px;
    background: url(data:image/gif;base64,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) no-repeat center center;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    margin-left: -20px;
    -webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
    animation: esg-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.esg-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    margin-left: -20px;
    -webkit-animation: esg-rotateplane 1.2s infinite ease-in-out;
    animation: esg-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.esg-loader.spinner5 {
    background: url(data:image/gif;base64,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) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

@-webkit-keyframes esg-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes esg-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.esg-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    border-radius: 100%;
    -webkit-animation: esg-scaleout 1s infinite ease-in-out;
    animation: esg-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes esg-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes esg-scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.esg-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

.eg-search-wrapper .esg-loader.spinner3 {
    margin-top: -30px !important
}

.simple-light .eg-search-wrapper .esg-loader.spinner3,.simple-dark .eg-search-wrapper .esg-loader.spinner3 {
    margin-top: -25px !important
}

.text-light .eg-search-wrapper .esg-loader.spinner3,.text-dark .eg-search-wrapper .esg-loader.spinner3 {
    margin-top: -22px !important
}

.esg-loader.spinner3 .bounce1,.esg-loader.spinner3 .bounce2,.esg-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: esg-bouncedelay 1.4s infinite ease-in-out;
    animation: esg-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.esg-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.esg-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes esg-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes esg-bouncedelay {
    0%,80%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.esg-loader.spinner4 {
    margin: 0 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: esg-rotate 2s infinite linear;
    animation: esg-rotate 2s infinite linear
}

.esg-loader.spinner4 .dot1,.esg-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: esg-bounce 2s infinite ease-in-out;
    animation: esg-bounce 2s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15)
}

.esg-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes esg-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes esg-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes esg-bounce {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes esg-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

[class^=eg-icon-]:before,[class*=" eg-icon-"]:before {
    font-family: "eg-font";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

[class^=fa-icon-]:before,[class*=" fa-icon-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.esg-grid [class^=pe-7s-]:before,.esg-grid [class*=" pe-7s-"]:before {
    font-family: 'Pe-icon-7-stroke';
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.esg-filter-wrapper .esg-filterbutton:last-child,.esg-cartbutton a,.esg-selected-filterbutton {
    margin-right: 0 !important
}

.esg-singlefilters .esg-filter-checked {
    display: none !important
}

.eg-ajaxclicklistener {
    cursor: pointer
}

.eg-ajax-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.eg-ajax-video-container.widevideo {
    padding-bottom: 50%
}

.eg-ajax-video-container iframe,.eg-ajax-video-container object,.eg-ajax-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.forcenotvisible {
    visibility: hidden !important
}

.forcenotdisplay {
    display: none !important
}

input.eg-search-input[type=text],.eg-search-input {
    display: inline-block
}

.eg-search-submit,.eg-search-clean {
    display: inline-block;
    width: auto;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    text-align: center;
    vertical-align: top
}

.eg-search-submit,.eg-search-clean {
    cursor: pointer
}

.eg-search-wrapper {
    vertical-align: top;
    line-height: 40px
}

input.eg-search-input[type=text] {
    font-family: "Open Sans",sans-serif;
    outline: none !important;
    margin: 0 0 5px !important;
    padding: 8px 15px;
    vertical-align: top;
    box-sizing: border-box
}

.eg-ajax-closer-wrapper {
    display: block;
    z-index: 51000;
    position: relative
}

.eg-ajax-navbt {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px
}

.eg-acp-inner.eg-acp-tr .eg-ajax-closer.eg-ajax-navbt,.eg-acp-inner.eg-acp-br .eg-ajax-closer.eg-ajax-navbt {
    margin-right: 0
}

.eg-ajax-closer-wrapper.eg-acp-tl,.eg-ajax-closer-wrapper.eg-acp-bl {
    text-align: left
}

.eg-ajax-closer-wrapper.eg-acp-tr,.eg-ajax-closer-wrapper.eg-acp-br {
    text-align: right
}

.eg-ajax-closer-wrapper.eg-acp-t,.eg-ajax-closer-wrapper.eg-acp-b {
    text-align: center
}

.eg-ajax-closer-wrapper.eg-acp-t,.eg-ajax-closer-wrapper.eg-acp-tr,.eg-ajax-closer-wrapper.eg-acp-tl {
    margin-bottom: 5px
}

.eg-ajax-closer-wrapper.eg-acp-bl,.eg-ajax-closer-wrapper.eg-acp-br,.eg-ajax-closer-wrapper.eg-acp-b {
    margin-top: 5px
}

.eg-acp-inner {
    display: block;
    position: absolute;
    z-index: 50;
    margin: 5px
}

.eg-acp-inner.eg-acp-tr,.eg-acp-inner.eg-acp-tl,.eg-acp-inner.eg-acp-t {
    top: 0
}

.eg-acp-inner.eg-acp-br,.eg-acp-inner.eg-acp-bl,.eg-acp-inner.eg-acp-b {
    bottom: 0
}

.eg-acp-inner.eg-acp-tl,.eg-acp-inner.eg-acp-bl {
    left: 0
}

.eg-acp-inner.eg-acp-tr,.eg-acp-inner.eg-acp-br {
    right: 0
}

.eg-acp-inner.eg-acp-t,.eg-acp-inner.eg-acp-b {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.eg-ajax-navbt {
    line-height: 21px;
    background: #000;
    background: rgba(0,0,0,.75);
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-transform: uppercase;
    padding: 1px 1px 0 0;
    font-size: 11px;
    font-weight: 400
}

.eg-ajax-closer.eg-ajax-navbt {
    padding: 1px 5px 1px 3px;
    vertical-align: top
}

.eg-acp-light .eg-ajax-navbt {
    background: #e5e5e5;
    color: #000
}

.eg-ajax-closer.eg-ajax-navbt i {
    font-size: 13px
}

.eg-ajax-navbt i {
    font-size: 16px
}

.eg-ajax-closer-wrapper.eg-acp-type1 {
    margin: 0
}

.eg-acp-type1 .eg-ajax-navbt {
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 10px;
    margin: 0
}

.eg-acp-type1 .eg-ajax-navbt i {
    font-size: 20px
}

.eg-acp-type1 .eg-ajax-navbt {
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: medium !important;
    line-height: 40px;
    padding: 0
}

.eg-acp-type1 .eg-ajax-closer.eg-ajax-navbt {
    vertical-align: top;
    font-size: 24px;
    font-weight: 300;
    font-family: sans-serif;
    height: auto;
    line-height: 28px;
    padding: 8px 0 4px
}

span.eg-el-amount:before {
    content: "("
}

span.eg-el-amount:after {
    content: ")"
}

span.eg-el-amount {
    margin-left: 10px
}

.esg-split-content .esg-entry-media-wrapper,.esg-split-content .esg-entry-cover {
    width: 50% !important
}

.esg-split-content .esg-media-cover-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.esg-split-right .esg-entry-media-wrapper,.esg-split-right .esg-entry-cover {
    float: right
}

.esg-split-left .esg-entry-media-wrapper,.esg-split-left .esg-entry-cover {
    float: left
}

.esg-split-content .esg-entry-media {
    height: 100% !important
}

.esg-split-content .esg-entry-cover {
    position: relative !important
}

.esg-split-content .esg-entry-content {
    clear: both
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.esg-revealed .esg-itm-anime:not(.esg-anime-blur) .esg-overflowtrick {
    overflow: visible !important
}

.esg-revealed .esg-itm-anime .tp-esg-item {
    -webkit-mask-image: none !important
}

.esg-revealed .esg-itm-anime .tp-esg-item:hover {
    z-index: 9999 !important;
    transform: none !important
}

.esg-revealed .esg-anime-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.esg-anime-blur .esg-entry-media {
    transform: scale(1.15,1.15) !important;
    transform-origin: center center !important
}

.eg-invisiblebutton {
    box-shadow: none !important;
    height: inherit !important;
    display: block
}

.esg-lb-dummy {
    max-width: none !important;
    box-shadow: none !important;
    position: absolute;
    display: none
}

@media screen and (max-width: 736px) {
    .eg-lightbox-post-content-inner>div {
        width:100% !important;
        float: none !important
    }

    .eg-lightbox-post-content-inner .esg-post-featured-img {
        padding: 30px 0 !important
    }
}

.esgbox-stage .esgbox-slide>*:not(.esgbox-share) {
    margin: 0;
    padding: 0
}

.esgbox-stage .esgbox-slide>.esgbox-loading {
    margin-top: -30px;
    margin-left: -30px
}

.esgbox-toolbar .esgbox-button {
    transition: background .2s ease-out
}

.esgbox-toolbar .esgbox-button:focus,.esgbox-toolbar .esgbox-button:active,.esgbox-toolbar .esgbox-button:visited {
    background: rgba(30,30,30,.6)
}

.esgbox-toolbar .esgbox-button:hover {
    background: #000
}

.esgbox-navigation .esgbox-button:before {
    transition: background .2s ease-out
}

.esgbox-navigation .esgbox-button:focus:before,.esgbox-navigation .esgbox-button:active:before,.esgbox-navigation .esgbox-button:visited:before,.esgbox-navigation .esgbox-button[disabled]:hover:before,.esgbox-toolbar .esgbox-button[disabled]:hover {
    background: rgba(0,0,0,.6)
}

.esgbox-navigation .esgbox-button:hover:before {
    background: rgba(0,0,0,.6)
}

.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_left,.esgbox-hidearrows .esgbox-navigation .esgbox-button--arrow_right {
    display: none !important
}

.esgbox-single .esgbox-button--arrow_left,.esgbox-single .esgbox-button--arrow_right {
    display: none !important
}

.esgbox-slide--video iframe {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    max-height: 100%
}

.esg-four-by-three .esgbox-slide--video iframe {
    width: 800px;
    height: 600px
}

.esgbox-container .esgbox-button--arrow_right:hover,.esgbox-container .esgbox-button--arrow_right:focus,.esgbox-container .esgbox-button--arrow_left:hover,.esgbox-container .esgbox-button--arrow_left:focus {
    background: rgba(0,0,0,.6)
}

.esg-filter-wrapper {
    visibility: hidden
}

#eg-elements-container-grid-wrap.eg-startheight {
    height: 351px
}

.esg-mobile-filter-button {
    display: none
}

.esg-mobile-filter-wrap {
    visibility: visible
}

.esg-mobile-filter-wrap .esg-dropdown-wrapper {
    display: none !important;
    visibility: hidden !important
}

.eg-esgblankskin-wrapper * {
    visibility: hidden !important
}

.eg-item-in-focus {
    z-index: 999 !important
}

.esg-cover-overflow {
    overflow: hidden
}

.esg-transition[data-transition^=esg-collapse] {
    overflow: hidden
}

.esg-transition[data-transition^=esg-collapse]:before,.esg-transition[data-transition^=esg-collapse]:after {
    position: absolute;
    content: ""
}

.esg-transition[data-transition^=esg-collapsevertical]:before,.esg-transition[data-transition^=esg-collapsevertical]:after {
    width: 100%;
    height: 0;
    left: 0
}

.esg-transition[data-transition^=esg-collapsevertical]:before {
    top: 0
}

.esg-transition[data-transition^=esg-collapsevertical]:after {
    bottom: 0
}

.esg-transition[data-transition=esg-collapseverticalout]:before,.esg-transition[data-transition=esg-collapseverticalout]:after {
    height: 50%
}

.esg-transition[data-transition^=esg-collapsehorizontal]:before,.esg-transition[data-transition^=esg-collapsehorizontal]:after {
    width: 0;
    height: 100%;
    top: 0
}

.esg-transition[data-transition^=esg-collapsehorizontal]:before {
    left: 0
}

.esg-transition[data-transition^=esg-collapsehorizontal]:after {
    right: 0
}

.esg-transition[data-transition=esg-collapsehorizontalout]:before {
    width: 50%
}

.esg-transition[data-transition=esg-collapsehorizontalout]:after {
    width: 50%
}

.esg-hovered .esg-transition[data-transition=esg-collapsevertical]:before,.esg-hovered .esg-transition[data-transition=esg-collapsevertical]:after {
    height: 50%
}

.esg-hovered .esg-transition[data-transition=esg-collapseverticalout]:before,.esg-hovered .esg-transition[data-transition=esg-collapseverticalout]:after {
    height: 0
}

.esg-hovered .esg-transition[data-transition=esg-collapsehorizontal]:before,.esg-hovered .esg-transition[data-transition=esg-collapsehorizontal]:after {
    width: 50%
}

.esg-hovered .esg-transition[data-transition=esg-collapsehorizontalout]:before,.esg-hovered .esg-transition[data-transition=esg-collapsehorizontalout]:after {
    width: 0
}

.esg-transition[data-transition^=esg-line]:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center
}

.esg-transition[data-transition=esg-linediagonal]:after,.esg-transition[data-transition=esg-linehorizontal]:after,.esg-transition[data-transition=esg-linevertical]:after {
    transform: scale(0)
}

.esg-hovered .esg-transition[data-transition^=esg-line]:after {
    transform: scale(1)
}

.esg-hovered .esg-transition[data-transition=esg-linediagonalout]:after,.esg-hovered .esg-transition[data-transition=esg-linehorizontalout]:after,.esg-hovered .esg-transition[data-transition=esg-lineverticalout]:after {
    transform: scale(0)
}

.esg-transition[data-transition^=esg-spiral]:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: center;
    transform: translate(-50%,-50%) rotate(0deg) scale(0)
}

.esg-transition[data-transition=esg-spiralzoomout]:after {
    transform: translate(-50%,-50%) rotate(-300deg) scale(3)
}

.esg-hovered .esg-transition[data-transition=esg-spiralzoom]:after {
    transform: translate(-50%,-50%) rotate(-300deg) scale(3)
}

.esg-hovered .esg-transition[data-transition=esg-spiralzoomout]:after {
    transform: translate(-50%,-50%) rotate(0deg) scale(0)
}

.esg-transition[data-transition^=esg-circlezoom]:before,.esg-transition[data-transition^=esg-circlezoom]:after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    padding-bottom: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0,0);
    border-radius: 50%;
    box-sizing: border-box
}

.esg-transition[data-transition=esg-circlezoomout]:before,.esg-transition[data-transition=esg-circlezoomout]:after {
    transform: translate(-50%,-50%) scale(1,1)
}

.esg-hovered .esg-transition[data-transition=esg-circlezoom]:before,.esg-hovered .esg-transition[data-transition=esg-circlezoom]:after {
    transform: translate(-50%,-50%) scale(1,1)
}

.esg-hovered .esg-transition[data-transition=esg-circlezoomout]:before,.esg-hovered .esg-transition[data-transition=esg-circlezoomout]:after {
    transform: translate(-50%,-50%) scale(0,0)
}

.esg-transition[data-transition^=esg-line]:before,.esg-transition[data-transition^=esg-spiral]:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.esg-transition[data-transition=esg-linediagonalout]:before,.esg-transition[data-transition=esg-linehorizontalout]:before,.esg-transition[data-transition=esg-lineverticalout]:before,.esg-transition[data-transition=esg-spiralzoomout]:before {
    opacity: 1
}

.esg-hovered .esg-transition[data-transition^=esg-line]:before,.esg-hovered .esg-transition[data-transition=esg-spiralzoom]:before {
    opacity: 1
}

.esg-hovered .esg-transition[data-transition=esg-linediagonalout]:before,.esg-hovered .esg-transition[data-transition=esg-linehorizontalout]:before,.esg-hovered .esg-transition[data-transition=esg-lineverticalout]:before,.esg-hovered .esg-transition[data-transition=esg-spiralzoomout]:before {
    opacity: 0
}

.esg-overlay.esg-cover-blend-multiply {
    mix-blend-mode: multiply
}

.esg-overlay.esg-cover-blend-screen {
    mix-blend-mode: screen
}

.esg-overlay.esg-cover-blend-overlay {
    mix-blend-mode: overlay
}

.esg-overlay.esg-cover-blend-darken {
    mix-blend-mode: darken
}

.esg-overlay.esg-cover-blend-lighten {
    mix-blend-mode: lighten
}

.esg-overlay.esg-cover-blend-color-dodge {
    mix-blend-mode: color-dodge
}

.esg-overlay.esg-cover-blend-color-burn {
    mix-blend-mode: color-burn
}

.esg-overlay.esg-cover-blend-hard-light {
    mix-blend-mode: hard-light
}

.esg-overlay.esg-cover-blend-soft-light {
    mix-blend-mode: soft-light
}

.esg-overlay.esg-cover-blend-difference {
    mix-blend-mode: difference
}

.esg-overlay.esg-cover-blend-exclusion {
    mix-blend-mode: exclusion
}

.esg-overlay.esg-cover-blend-hue {
    mix-blend-mode: hue
}

.esg-overlay.esg-cover-blend-saturation {
    mix-blend-mode: saturation
}

.esg-overlay.esg-cover-blend-color {
    mix-blend-mode: color
}

.esg-overlay.esg-cover-blend-luminosity {
    mix-blend-mode: luminosity
}

.esg-container .aden {
    -webkit-filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.esg-container .aden:after {
    background: -webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);
    background: linear-gradient(to right,rgba(66,10,14,.2),transparent);
    mix-blend-mode: darken
}

.esg-container .perpetua:after,.esg-container .reyes:after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.esg-container .inkwell {
    -webkit-filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.esg-container .perpetua:after {
    background: -webkit-linear-gradient(top,#005b9a,#e6c13d);
    background: linear-gradient(to bottom,#005b9a,#e6c13d)
}

.esg-container .reyes {
    -webkit-filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75);
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.esg-container .reyes:after {
    background: #efcdad
}

.esg-container .gingham {
    -webkit-filter: brightness(1.05) hue-rotate(-10deg);
    filter: brightness(1.05) hue-rotate(-10deg)
}

.esg-container .gingham:after {
    background: -webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);
    background: linear-gradient(to right,rgba(66,10,14,.2),transparent);
    mix-blend-mode: darken
}

.esg-container .toaster {
    -webkit-filter: contrast(1.5) brightness(.9);
    filter: contrast(1.5) brightness(.9)
}

.esg-container .toaster:after {
    background: -webkit-radial-gradient(circle,#804e0f,#3b003b);
    background: radial-gradient(circle,#804e0f,#3b003b);
    mix-blend-mode: screen
}

.esg-container .walden {
    -webkit-filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.esg-container .walden:after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.esg-container .hudson {
    -webkit-filter: brightness(1.2) contrast(.9) saturate(1.1);
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.esg-container .hudson:after {
    background: -webkit-radial-gradient(circle,#a6b1ff 50%,#342134);
    background: radial-gradient(circle,#a6b1ff 50%,#342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.esg-container .earlybird {
    -webkit-filter: contrast(.9) sepia(.2);
    filter: contrast(.9) sepia(.2)
}

.esg-container .earlybird:after {
    background: -webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);
    background: radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);
    mix-blend-mode: overlay
}

.esg-container .mayfair {
    -webkit-filter: contrast(1.1) saturate(1.1);
    filter: contrast(1.1) saturate(1.1)
}

.esg-container .mayfair:after {
    background: -webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);
    background: radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.esg-container .lofi {
    -webkit-filter: saturate(1.1) contrast(1.5);
    filter: saturate(1.1) contrast(1.5)
}

.esg-container .lofi:after {
    background: -webkit-radial-gradient(circle,transparent 70%,#222 150%);
    background: radial-gradient(circle,transparent 70%,#222 150%);
    mix-blend-mode: multiply
}

.esg-container ._1977 {
    -webkit-filter: contrast(1.1) brightness(1.1) saturate(1.3);
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

.esg-container ._1977:after {
    background: rgba(243,106,188,.3);
    mix-blend-mode: screen
}

.esg-container .brooklyn {
    -webkit-filter: contrast(.9) brightness(1.1);
    filter: contrast(.9) brightness(1.1)
}

.esg-container .brooklyn:after {
    background: -webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);
    background: radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);
    mix-blend-mode: overlay
}

.esg-container .xpro2 {
    -webkit-filter: sepia(.3);
    filter: sepia(.3)
}

.esg-container .xpro2:after {
    background: -webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);
    background: radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);
    mix-blend-mode: color-burn
}

.esg-container .nashville {
    -webkit-filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.esg-container .nashville:after {
    background: rgba(0,70,150,.4);
    mix-blend-mode: lighten
}

.esg-container .nashville:before {
    background: rgba(247,176,153,.56);
    mix-blend-mode: darken
}

.esg-container .lark {
    -webkit-filter: contrast(.9);
    filter: contrast(.9)
}

.esg-container .lark:after {
    background: rgba(242,242,242,.8);
    mix-blend-mode: darken
}

.esg-container .lark:before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.esg-container .moon {
    -webkit-filter: grayscale(1) contrast(1.1) brightness(1.1);
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.esg-container .moon:before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.esg-container .moon:after {
    background: #383838;
    mix-blend-mode: lighten
}

.esg-container .clarendon {
    -webkit-filter: contrast(1.2) saturate(1.35);
    filter: contrast(1.2) saturate(1.35)
}

.esg-container .clarendon:before {
    background: rgba(127,187,227,.2);
    mix-blend-mode: overlay
}

.esg-container .willow {
    -webkit-filter: grayscale(.5) contrast(.95) brightness(.9);
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.esg-container .willow:before {
    background-color: radial-gradient(40%,circle,#d4a9af 55%,#000 150%);
    mix-blend-mode: overlay
}

.esg-container .willow:after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

.esg-container .rise {
    -webkit-filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9);
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.esg-container .rise:after {
    background: -webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);
    background: radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.esg-container .rise:before {
    background: -webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));
    background: radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));
    mix-blend-mode: multiply
}

.esg-container ._1977:after,.esg-container ._1977:before,.esg-container .aden:after,.esg-container .aden:before,.esg-container .brooklyn:after,.esg-container .brooklyn:before,.esg-container .clarendon:after,.esg-container .clarendon:before,.esg-container .earlybird:after,.esg-container .earlybird:before,.esg-container .gingham:after,.esg-container .gingham:before,.esg-container .hudson:after,.esg-container .hudson:before,.esg-container .inkwell:after,.esg-container .inkwell:before,.esg-container .lark:after,.esg-container .lark:before,.esg-container .lofi:after,.esg-container .lofi:before,.esg-container .mayfair:after,.esg-container .mayfair:before,.esg-container .moon:after,.esg-container .moon:before,.esg-container .nashville:after,.esg-container .nashville:before,.esg-container .perpetua:after,.esg-container .perpetua:before,.esg-container .reyes:after,.esg-container .reyes:before,.esg-container .rise:after,.esg-container .rise:before,.esg-container .slumber:after,.esg-container .slumber:before,.esg-container .toaster:after,.esg-container .toaster:before,.esg-container .walden:after,.esg-container .walden:before,.esg-container .willow:after,.esg-container .willow:before,.esg-container .xpro2:after,.esg-container .xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

.esg-container ._1977,.esg-container .aden,.esg-container .brooklyn,.esg-container .clarendon,.esg-container .earlybird,.esg-container .gingham,.esg-container .hudson,.esg-container .inkwell,.esg-container .lark,.esg-container .lofi,.esg-container .mayfair,.esg-container .moon,.esg-container .nashville,.esg-container .perpetua,.esg-container .reyes,.esg-container .rise,.esg-container .slumber,.esg-container .toaster,.esg-container .walden,.esg-container .willow,.esg-container .xpro2 {
    position: relative
}

.esg-container ._1977 img,.esg-container .aden img,.esg-container .brooklyn img,.esg-container .clarendon img,.esg-container .earlybird img,.esg-container .gingham img,.esg-container .hudson img,.esg-container .inkwell img,.esg-container .lark img,.esg-container .lofi img,.esg-container .mayfair img,.esg-container .moon img,.esg-container .nashville img,.esg-container .perpetua img,.esg-container .reyes img,.esg-container .rise img,.esg-container .slumber img,.esg-container .toaster img,.esg-container .walden img,.esg-container .willow img,.esg-container .xpro2 img {
    width: 100%;
    z-index: 1
}

.esg-container ._1977:before,.esg-container .aden:before,.esg-container .brooklyn:before,.esg-container .clarendon:before,.esg-container .earlybird:before,.esg-container .gingham:before,.esg-container .hudson:before,.esg-container .inkwell:before,.esg-container .lark:before,.esg-container .lofi:before,.esg-container .mayfair:before,.esg-container .moon:before,.esg-container .nashville:before,.esg-container .perpetua:before,.esg-container .reyes:before,.esg-container .rise:before,.esg-container .slumber:before,.esg-container .toaster:before,.esg-container .walden:before,.esg-container .willow:before,.esg-container .xpro2:before {
    z-index: 2
}

.esg-container ._1977:after,.esg-container .aden:after,.esg-container .brooklyn:after,.esg-container .clarendon:after,.esg-container .earlybird:after,.esg-container .gingham:after,.esg-container .hudson:after,.esg-container .inkwell:after,.esg-container .lark:after,.esg-container .lofi:after,.esg-container .mayfair:after,.esg-container .moon:after,.esg-container .nashville:after,.esg-container .perpetua:after,.esg-container .reyes:after,.esg-container .rise:after,.esg-container .slumber:after,.esg-container .toaster:after,.esg-container .walden:after,.esg-container .willow:after,.esg-container .xpro2:after {
    z-index: 3
}

.esg-container .slumber {
    -webkit-filter: saturate(.66) brightness(1.05);
    filter: saturate(.66) brightness(1.05)
}

.esg-container .slumber:after {
    background: rgba(125,105,24,.5);
    mix-blend-mode: soft-light
}

.esg-container .slumber:before {
    background: rgba(69,41,12,.4);
    mix-blend-mode: lighten
}

.source_type_stream .esg-filter-wrapper,.source_type_nextgen .esg-filter-wrapper,.source_type_rml .esg-filter-wrapper {
    display: none !important
}

[class*=" pe-7s-"]:before {
    font-family: 'Pe-icon-7-stroke'
}

#esg_search_wrapper {
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20000
}

#esg_search_wrapper .esg-filter-wrapper,#esg_search_wrapper .esg-pagination {
    margin-left: 0 !important
}

#esg_big_search_wrapper {
    padding-top: 0;
    position: relative
}

#esg_big_search_wrapper .bigsearchfield {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: none repeat scroll 0 0 rgba(255,255,255,0) !important;
    border: none !important;
    border-bottom: 2px solid #333 !important;
    color: #333 !important;
    font-size: 40px !important;
    font-weight: 700;
    line-height: 40px !important;
    padding: 0 !important;
    position: relative;
    width: 100%;
    z-index: 10;
    height: 50px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important
}

#esg_big_search_wrapper::-ms-clear {
    display: none
}

#esg_big_search_wrapper .bigsearchfield::-ms-clear {
    display: none
}

#esg_big_search_fake_txt {
    background: none repeat scroll 0 0 rgba(255,255,255,0) !important;
    border: medium none !important;
    color: #333 !important;
    font-size: 40px !important;
    font-weight: 700;
    line-height: 40px !important;
    padding: 0 !important;
    position: absolute !important;
    top: 7px !important;
    width: 100%;
    z-index: 5;
    height: 50px !important
}

.esg_big_search_close {
    color: #333;
    cursor: pointer;
    font-size: 40px;
    font-weight: 400;
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: 20
}

.esg_searchresult_title {
    color: #333;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 30px;
    text-transform: uppercase
}

#esg_search_bg {
    background: none repeat scroll 0 0 rgba(255,255,255,.85);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 19999
}

.esg_searchcontainer {
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    width: 100%
}

.esg_searchresult {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px
}

#esg_big_search_wrapper.dark .bigsearchfield {
    background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
    border-bottom: 2px solid #fff !important;
    color: #fff !important
}

.dark #esg_big_search_fake_txt {
    background: none repeat scroll 0 0 rgba(0,0,0,0) !important;
    color: #fff !important
}

.dark .esg_big_search_close {
    color: #fff
}

.dark .esg_searchresult_title {
    color: #fff
}

#esg_search_bg.dark {
    background: none repeat scroll 0 0 rgba(0,0,0,.85)
}

.dark .esg_searchresult {
    color: #fff
}

@font-face {
    font-family: 'eg-font';
    src: url(//www.vestaragroup.com/wp-content/plugins/essential-grid/public/assets/font/fontello/css/../fonts/egfont.eot?85610117);
    src: url(//www.vestaragroup.com/wp-content/plugins/essential-grid/public/assets/font/fontello/css/../fonts/egfont.eot?85610117#iefix) format('embedded-opentype'),url(//www.vestaragroup.com/wp-content/plugins/essential-grid/public/assets/font/fontello/css/../fonts/egfont.woff?85610117) format('woff'),url(//www.vestaragroup.com/wp-content/plugins/essential-grid/public/assets/font/fontello/css/../fonts/egfont.ttf?85610117) format('truetype'),url(//www.vestaragroup.com/wp-content/plugins/essential-grid/public/assets/font/fontello/css/../fonts/egfont.svg?85610117#egfont) format('svg');
    font-weight: 400;
    font-style: normal
}

.eg-icon-soundcloud:before {
    content: '\e8ca'
}

.eg-icon-music:before {
    content: '\e858'
}

.eg-icon-color-adjust:before {
    content: '\e862'
}

.eg-icon-mail:before {
    content: '\e868'
}

.eg-icon-mail-alt:before {
    content: '\e869'
}

.eg-icon-heart:before {
    content: '\e86a'
}

.eg-icon-heart-empty:before {
    content: '\e86b'
}

.eg-icon-star:before {
    content: '\e86c'
}

.eg-icon-star-empty:before {
    content: '\e86d'
}

.eg-icon-user:before {
    content: '\e879'
}

.eg-icon-male:before {
    content: '\e87a'
}

.eg-icon-female:before {
    content: '\e87b'
}

.eg-icon-video:before {
    content: '\e805'
}

.eg-icon-videocam:before {
    content: '\e859'
}

.eg-icon-picture-1:before {
    content: '\e803'
}

.eg-icon-camera:before {
    content: '\e85a'
}

.eg-icon-camera-alt:before {
    content: '\e85b'
}

.eg-icon-th-large:before {
    content: '\e83c'
}

.eg-icon-th:before {
    content: '\e83d'
}

.eg-icon-ok:before {
    content: '\e80d'
}

.eg-icon-ok-circled2:before {
    content: '\e877'
}

.eg-icon-ok-squared:before {
    content: '\e878'
}

.eg-icon-cancel:before {
    content: '\e80a'
}

.eg-icon-plus:before {
    content: '\e86e'
}

.eg-icon-plus-circled:before {
    content: '\e876'
}

.eg-icon-plus-squared:before {
    content: '\e875'
}

.eg-icon-minus:before {
    content: '\e86f'
}

.eg-icon-minus-circled:before {
    content: '\e870'
}

.eg-icon-minus-squared:before {
    content: '\e871'
}

.eg-icon-minus-squared-alt:before {
    content: '\e872'
}

.eg-icon-info-circled:before {
    content: '\e80f'
}

.eg-icon-info:before {
    content: '\e844'
}

.eg-icon-home:before {
    content: '\e843'
}

.eg-icon-link:before {
    content: '\e80e'
}

.eg-icon-unlink:before {
    content: '\e83f'
}

.eg-icon-link-ext:before {
    content: '\e840'
}

.eg-icon-lock:before {
    content: '\e856'
}

.eg-icon-lock-open:before {
    content: '\e857'
}

.eg-icon-eye:before {
    content: '\e841'
}

.eg-icon-eye-off:before {
    content: '\e842'
}

.eg-icon-tag:before {
    content: '\e85c'
}

.eg-icon-thumbs-up:before {
    content: '\e887'
}

.eg-icon-thumbs-up-alt:before {
    content: '\e888'
}

.eg-icon-download:before {
    content: '\e88a'
}

.eg-icon-upload:before {
    content: '\e889'
}

.eg-icon-reply:before {
    content: '\e8a6'
}

.eg-icon-forward:before {
    content: '\e874'
}

.eg-icon-export-1:before {
    content: '\e873'
}

.eg-icon-print:before {
    content: '\e886'
}

.eg-icon-gamepad:before {
    content: '\e837'
}

.eg-icon-trash:before {
    content: '\e801'
}

.eg-icon-doc-text:before {
    content: '\e885'
}

.eg-icon-doc-inv:before {
    content: '\e884'
}

.eg-icon-folder-1:before {
    content: '\e83e'
}

.eg-icon-folder-open:before {
    content: '\e883'
}

.eg-icon-folder-open-empty:before {
    content: '\e882'
}

.eg-icon-rss:before {
    content: '\e880'
}

.eg-icon-rss-squared:before {
    content: '\e881'
}

.eg-icon-phone:before {
    content: '\e87f'
}

.eg-icon-menu:before {
    content: '\e830'
}

.eg-icon-cog-alt:before {
    content: '\e847'
}

.eg-icon-wrench:before {
    content: '\e848'
}

.eg-icon-basket-1:before {
    content: '\e87c'
}

.eg-icon-calendar:before {
    content: '\e87d'
}

.eg-icon-calendar-empty:before {
    content: '\e87e'
}

.eg-icon-lightbulb:before {
    content: '\e88b'
}

.eg-icon-resize-full-alt:before {
    content: '\e845'
}

.eg-icon-move:before {
    content: '\e846'
}

.eg-icon-down-dir:before {
    content: '\e838'
}

.eg-icon-up-dir:before {
    content: '\e839'
}

.eg-icon-left-dir:before {
    content: '\e817'
}

.eg-icon-right-dir:before {
    content: '\e818'
}

.eg-icon-down-open:before {
    content: '\e83b'
}

.eg-icon-left-open:before {
    content: '\e819'
}

.eg-icon-right-open:before {
    content: '\e81a'
}

.eg-icon-angle-left:before {
    content: '\e820'
}

.eg-icon-angle-right:before {
    content: '\e81d'
}

.eg-icon-angle-double-left:before {
    content: '\e892'
}

.eg-icon-angle-double-right:before {
    content: '\e893'
}

.eg-icon-left-big:before {
    content: '\e81f'
}

.eg-icon-right-big:before {
    content: '\e81e'
}

.eg-icon-up-hand:before {
    content: '\e835'
}

.eg-icon-ccw-1:before {
    content: '\e891'
}

.eg-icon-shuffle-1:before {
    content: '\e849'
}

.eg-icon-play:before {
    content: '\e88c'
}

.eg-icon-play-circled:before {
    content: '\e88e'
}

.eg-icon-stop:before {
    content: '\e88f'
}

.eg-icon-pause:before {
    content: '\e88d'
}

.eg-icon-fast-fw:before {
    content: '\e890'
}

.eg-icon-desktop:before {
    content: '\e85d'
}

.eg-icon-laptop:before {
    content: '\e85e'
}

.eg-icon-tablet:before {
    content: '\e85f'
}

.eg-icon-mobile:before {
    content: '\e860'
}

.eg-icon-flight:before {
    content: '\e894'
}

.eg-icon-font:before {
    content: '\e851'
}

.eg-icon-bold:before {
    content: '\e852'
}

.eg-icon-italic:before {
    content: '\e855'
}

.eg-icon-text-height:before {
    content: '\e84f'
}

.eg-icon-text-width:before {
    content: '\e850'
}

.eg-icon-align-left:before {
    content: '\e84c'
}

.eg-icon-align-center:before {
    content: '\e84d'
}

.eg-icon-align-right:before {
    content: '\e84e'
}

.eg-icon-search:before {
    content: '\e802'
}

.eg-icon-indent-left:before {
    content: '\e866'
}

.eg-icon-indent-right:before {
    content: '\e867'
}

.eg-icon-ajust:before {
    content: '\e84a'
}

.eg-icon-tint:before {
    content: '\e84b'
}

.eg-icon-chart-bar:before {
    content: '\e853'
}

.eg-icon-magic:before {
    content: '\e807'
}

.eg-icon-sort:before {
    content: '\e895'
}

.eg-icon-sort-alt-up:before {
    content: '\e863'
}

.eg-icon-sort-alt-down:before {
    content: '\e864'
}

.eg-icon-sort-name-up:before {
    content: '\e854'
}

.eg-icon-sort-name-down:before {
    content: '\e865'
}

.eg-icon-coffee:before {
    content: '\e896'
}

.eg-icon-food:before {
    content: '\e897'
}

.eg-icon-medkit:before {
    content: '\e898'
}

.eg-icon-puzzle:before {
    content: '\e899'
}

.eg-icon-apple:before {
    content: '\e89a'
}

.eg-icon-facebook:before {
    content: '\e89b'
}

.eg-icon-gplus:before {
    content: '\e89c'
}

.eg-icon-tumblr:before {
    content: '\e8a0'
}

.eg-icon-twitter-squared:before {
    content: '\e8a2'
}

.eg-icon-twitter:before {
    content: '\e8a1'
}

.eg-icon-vimeo-squared:before {
    content: '\e89d'
}

.eg-icon-youtube:before {
    content: '\e89f'
}

.eg-icon-youtube-squared:before {
    content: '\e89e'
}

.eg-icon-picture:before {
    content: '\e800'
}

.eg-icon-check:before {
    content: '\e810'
}

.eg-icon-back:before {
    content: '\e8a5'
}

.eg-icon-thumbs-up-1:before {
    content: '\e8a9'
}

.eg-icon-thumbs-down:before {
    content: '\e8aa'
}

.eg-icon-download-1:before {
    content: '\e8ab'
}

.eg-icon-upload-1:before {
    content: '\e8ac'
}

.eg-icon-reply-1:before {
    content: '\e8a8'
}

.eg-icon-forward-1:before {
    content: '\e8a7'
}

.eg-icon-export:before {
    content: '\e80b'
}

.eg-icon-folder:before {
    content: '\e813'
}

.eg-icon-rss-1:before {
    content: '\e8c8'
}

.eg-icon-cog:before {
    content: '\e832'
}

.eg-icon-tools:before {
    content: '\e815'
}

.eg-icon-basket:before {
    content: '\e812'
}

.eg-icon-login:before {
    content: '\e833'
}

.eg-icon-logout:before {
    content: '\e834'
}

.eg-icon-resize-full:before {
    content: '\e816'
}

.eg-icon-popup:before {
    content: '\e828'
}

.eg-icon-arrow-combo:before {
    content: '\e827'
}

.eg-icon-left-open-1:before {
    content: '\e82a'
}

.eg-icon-right-open-1:before {
    content: '\e82b'
}

.eg-icon-left-open-mini:before {
    content: '\e822'
}

.eg-icon-right-open-mini:before {
    content: '\e823'
}

.eg-icon-left-open-big:before {
    content: '\e824'
}

.eg-icon-right-open-big:before {
    content: '\e825'
}

.eg-icon-left:before {
    content: '\e836'
}

.eg-icon-right:before {
    content: '\e826'
}

.eg-icon-ccw:before {
    content: '\e808'
}

.eg-icon-cw:before {
    content: '\e8c9'
}

.eg-icon-arrows-ccw:before {
    content: '\e806'
}

.eg-icon-level-down:before {
    content: '\e8a3'
}

.eg-icon-level-up:before {
    content: '\e8a4'
}

.eg-icon-shuffle:before {
    content: '\e814'
}

.eg-icon-palette:before {
    content: '\e829'
}

.eg-icon-list-add:before {
    content: '\e80c'
}

.eg-icon-back-in-time:before {
    content: '\e821'
}

.eg-icon-monitor:before {
    content: '\e81b'
}

.eg-icon-paper-plane:before {
    content: '\e8ad'
}

.eg-icon-brush:before {
    content: '\e8ae'
}

.eg-icon-droplet:before {
    content: '\e81c'
}

.eg-icon-clipboard:before {
    content: '\e8b0'
}

.eg-icon-megaphone:before {
    content: '\e8b1'
}

.eg-icon-key:before {
    content: '\e8af'
}

.eg-icon-github:before {
    content: '\e8b3'
}

.eg-icon-github-circled:before {
    content: '\e8b4'
}

.eg-icon-flickr:before {
    content: '\e8b2'
}

.eg-icon-flickr-circled:before {
    content: '\e8b5'
}

.eg-icon-vimeo:before {
    content: '\e8b6'
}

.eg-icon-vimeo-circled:before {
    content: '\e8b7'
}

.eg-icon-twitter-1:before {
    content: '\e8b8'
}

.eg-icon-twitter-circled:before {
    content: '\e8b9'
}

.eg-icon-facebook-1:before {
    content: '\e8ba'
}

.eg-icon-facebook-circled:before {
    content: '\e8bb'
}

.eg-icon-facebook-squared:before {
    content: '\e8bc'
}

.eg-icon-gplus-1:before {
    content: '\e8bd'
}

.eg-icon-gplus-circled:before {
    content: '\e8be'
}

.eg-icon-pinterest:before {
    content: '\e8bf'
}

.eg-icon-pinterest-circled:before {
    content: '\e8c0'
}

.eg-icon-tumblr-1:before {
    content: '\e8c1'
}

.eg-icon-tumblr-circled:before {
    content: '\e8c2'
}

.eg-icon-linkedin:before {
    content: '\e8c3'
}

.eg-icon-linkedin-circled:before {
    content: '\e8c4'
}

.eg-icon-dribbble:before {
    content: '\e8c5'
}

.eg-icon-dribbble-circled:before {
    content: '\e8c6'
}

.eg-icon-picasa:before {
    content: '\e8c7'
}

.eg-icon-ok-1:before {
    content: '\e811'
}

.eg-icon-doc:before {
    content: '\e809'
}

.eg-icon-left-open-outline:before {
    content: '\e82e'
}

.eg-icon-left-open-2:before {
    content: '\e82c'
}

.eg-icon-right-open-outline:before {
    content: '\e82f'
}

.eg-icon-right-open-2:before {
    content: '\e82d'
}

.eg-icon-equalizer:before {
    content: '\e83a'
}

.eg-icon-layers-alt:before {
    content: '\e804'
}

.eg-icon-pencil-1:before {
    content: '\e831'
}

.eg-icon-align-justify:before {
    content: '\e861'
}

.eg-icon-wistia:before {
    content: '\e89f'
}

.eg-icon-wistia-squared:before {
    content: '\e89e'
}

#mega-menu-wrap-primary,#mega-menu-wrap-primary #mega-menu-primary,#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #202121;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 12px;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
    word-wrap: break-word
}

#mega-menu-wrap-primary:before,#mega-menu-wrap-primary #mega-menu-primary:before,#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:before,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:before,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before,#mega-menu-wrap-primary:after,#mega-menu-wrap-primary #mega-menu-primary:after,#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:after,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:after,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after {
    display: none
}

#mega-menu-wrap-primary {
    background: rgba(255,255,255,0);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0
}

#mega-menu-wrap-primary.mega-keyboard-navigation .mega-menu-toggle:focus,#mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus,#mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary input:focus {
    -webkit-box-shadow: inset 0px 0px 3px 1px #0ff;
    -moz-box-shadow: inset 0px 0px 3px 1px #0ff;
    -ms-box-shadow: inset 0px 0px 3px 1px #0ff;
    -o-box-shadow: inset 0px 0px 3px 1px #0ff;
    box-shadow: inset 0px 0px 3px 1px #0ff
}

#mega-menu-wrap-primary #mega-menu-primary {
    visibility: visible;
    text-align: right;
    padding: 0
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary {
        background:#222
    }
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary {
        padding:0
    }
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    cursor: pointer;
    display: inline;
    -webkit-transition: background .2s linear,color .2s linear;
    -moz-transition: background .2s linear,color .2s linear;
    -o-transition: background .2s linear,color .2s linear;
    transition: background .2s linear,color .2s linear
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group {
    vertical-align: middle;
    display: inline-block;
    transition: none
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    transition: none;
    line-height: 1.5;
    display: block
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    font-style: italic;
    font-size: .8em;
    text-transform: none;
    font-weight: 400
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top>a.mega-menu-link {
    display: table-cell;
    vertical-align: middle;
    line-height: initial
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top>a.mega-menu-link:before {
    display: block;
    margin: 0 0 6px;
    text-align: center
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top>a.mega-menu-link>span.mega-title-below {
    display: inline-block;
    transition: none
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-icon-top>a.mega-menu-link {
        display:block;
        line-height: 40px
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-icon-top>a.mega-menu-link:before {
        display: inline-block;
        margin: 0 6px 0 0;
        text-align: left
    }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right>a.mega-menu-link:before {
    float: right;
    margin: 0 0 0 6px
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-animating>ul.mega-sub-menu {
    pointer-events: none
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link>a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-disable-link>a.mega-menu-link {
    cursor: default
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-disable-link>a.mega-menu-link {
    cursor: pointer
}

#mega-menu-wrap-primary #mega-menu-primary p {
    margin-bottom: 10px
}

#mega-menu-wrap-primary #mega-menu-primary input,#mega-menu-wrap-primary #mega-menu-primary img {
    max-width: 100%
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item>ul.mega-sub-menu {
    display: block;
    visibility: hidden;
    opacity: 1;
    pointer-events: auto
}

@media only screen and (min-width: 601px) {
    #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade] li.mega-menu-item>ul.mega-sub-menu {
        opacity:0;
        transition-duration: .2s;
        transition-timing-function: ease-in;
        transition-property: opacity,visibility
    }

    #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        opacity: 1
    }

    #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
        opacity: 0;
        margin-top: 10px;
        transition-duration: .2s;
        transition-timing-function: ease-in;
        transition-property: opacity,margin-top,visibility
    }

    #mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        opacity: 1;
        margin-top: 4px
    }

    #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
        margin-top: 10px;
        transition-duration: .2s;
        transition-timing-function: ease-in;
        transition-property: margin-top,visibility
    }

    #mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        margin-top: 0
    }
}

#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
    visibility: visible
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    visibility: inherit;
    opacity: 1
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^=dashicons]:before {
    font-family: dashicons
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
    display: inline-block;
    font: inherit;
    font-family: dashicons;
    position: static;
    margin: 0 6px 0 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    background: 0 0;
    height: auto;
    width: auto;
    top: auto
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
    margin: 0
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
    margin: 0 6px 0 0
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on>a.mega-menu-link {
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -ms-border-radius: 0px 0px 0 0;
    -o-border-radius: 0px 0px 0 0;
    border-radius: 0
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right>ul.mega-sub-menu {
    right: 0
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on>a.mega-menu-link {
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -ms-border-radius: 0px 0px 0 0;
    -o-border-radius: 0px 0px 0 0;
    border-radius: 0
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-menu-item {
    position: static
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0;
    display: inline-block;
    height: auto;
    vertical-align: middle
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-item-align-right {
    float: right
}

@media only screen and (min-width: 601px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-item-align-right {
        margin:0
    }
}

@media only screen and (min-width: 601px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-item-align-float-left {
        float:left
    }
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus {
    background: rgba(255,255,255,0);
    color: #FFA600;
    font-weight: 700;
    text-decoration: none;
    border-color: #fff
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus {
        color:#fff;
        background: #333
    }
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    border-top: 0 solid #fff;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 0 solid #fff;
    outline: none;
    text-decoration: none;
    padding: 0 10px;
    line-height: 42px;
    font-weight: 600;
    height: 42px;
    vertical-align: baseline;
    text-align: left;
    width: auto;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: rgba(0,0,0,0);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

@media only screen and (min-width: 601px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-multi-line>a.mega-menu-link {
        line-height:inherit;
        display: table-cell;
        vertical-align: middle
    }
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-multi-line>a.mega-menu-link br {
        display:none
    }
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        display:list-item;
        margin: 0;
        clear: both;
        border: 0
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-item-align-right {
        float: none
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 0;
        margin: 0;
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
        background: 0 0;
        text-align: left;
        color: #fff;
        font-size: 14px
    }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    width: 100%;
    float: left
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column {
    float: left;
    min-height: 1px
}

@media only screen and (min-width: 601px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-1 {
        width:100%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-2 {
        width: 50%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-2 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-3 {
        width: 33.33333%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-3 {
        width: 66.66667%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-3 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-4 {
        width: 25%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-4 {
        width: 50%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-4 {
        width: 75%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-4 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-5 {
        width: 20%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-5 {
        width: 40%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-5 {
        width: 60%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-5 {
        width: 80%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-5 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-6 {
        width: 16.66667%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-6 {
        width: 33.33333%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-6 {
        width: 50%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-6 {
        width: 66.66667%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-6 {
        width: 83.33333%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-6 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-7 {
        width: 14.28571%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-7 {
        width: 28.57143%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-7 {
        width: 42.85714%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-7 {
        width: 57.14286%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-7 {
        width: 71.42857%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-7 {
        width: 85.71429%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-7 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-8 {
        width: 12.5%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-8 {
        width: 25%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-8 {
        width: 37.5%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-8 {
        width: 50%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-8 {
        width: 62.5%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-8 {
        width: 75%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-8 {
        width: 87.5%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-8 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-9 {
        width: 11.11111%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-9 {
        width: 22.22222%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-9 {
        width: 33.33333%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-9 {
        width: 44.44444%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-9 {
        width: 55.55556%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-9 {
        width: 66.66667%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-9 {
        width: 77.77778%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-9 {
        width: 88.88889%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-9 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-10 {
        width: 10%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-10 {
        width: 20%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-10 {
        width: 30%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-10 {
        width: 40%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-10 {
        width: 50%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-10 {
        width: 60%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-10 {
        width: 70%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-10 {
        width: 80%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-10 {
        width: 90%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-10-of-10 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-11 {
        width: 9.09091%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-11 {
        width: 18.18182%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-11 {
        width: 27.27273%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-11 {
        width: 36.36364%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-11 {
        width: 45.45455%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-11 {
        width: 54.54545%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-11 {
        width: 63.63636%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-11 {
        width: 72.72727%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-11 {
        width: 81.81818%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-10-of-11 {
        width: 90.90909%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-11-of-11 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-12 {
        width: 8.33333%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12 {
        width: 16.66667%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12 {
        width: 25%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12 {
        width: 33.33333%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-12 {
        width: 41.66667%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-12 {
        width: 50%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-12 {
        width: 58.33333%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-12 {
        width: 66.66667%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-12 {
        width: 75%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-10-of-12 {
        width: 83.33333%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-11-of-12 {
        width: 91.66667%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-12-of-12 {
        width: 100%
    }
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
        width:50%
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column.mega-menu-clear {
        clear: left
    }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 5px 15px;
    width: 100%
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    z-index: 999;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    background: #fff;
    padding: 30px 30px 10px;
    position: absolute;
    width: 100%;
    border-top: 0 solid #fff;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 0 solid #fff;
    max-width: none;
    left: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2)
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        float:left;
        position: static;
        width: 100%
    }
}

@media only screen and (min-width: 601px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
        width:100%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
        width: 50%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
        width: 33.33333%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
        width: 66.66667%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
        width: 25%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
        width: 50%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
        width: 75%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
        width: 20%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
        width: 40%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
        width: 60%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
        width: 80%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
        width: 16.66667%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
        width: 33.33333%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
        width: 50%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
        width: 66.66667%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
        width: 83.33333%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
        width: 14.28571%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
        width: 28.57143%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
        width: 42.85714%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
        width: 57.14286%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
        width: 71.42857%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
        width: 85.71429%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
        width: 12.5%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
        width: 25%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
        width: 37.5%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
        width: 50%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
        width: 62.5%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
        width: 75%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
        width: 87.5%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
        width: 11.11111%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
        width: 22.22222%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
        width: 33.33333%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
        width: 44.44444%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
        width: 55.55556%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
        width: 66.66667%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
        width: 77.77778%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
        width: 88.88889%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
        width: 100%
    }
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu .mega-description-group .mega-menu-description {
    margin: 5px 0
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu {
    clear: both
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    margin-left: 10px
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
    margin-left: 10px
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    color: #202121;
    font-family: inherit;
    font-size: 12px;
    display: block;
    float: left;
    clear: none;
    padding: 5px 15px;
    vertical-align: top
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-menu-clear,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-clear {
    clear: left
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
    color: #202121;
    font-family: inherit;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: inherit;
    margin: 0;
    padding: 0 0 5px;
    vertical-align: top;
    display: block;
    visibility: inherit;
    border-top: 0 solid #555;
    border-left: 0 solid #555;
    border-right: 0 solid #555;
    border-bottom: 0 solid #555
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #202121;
    font-family: inherit;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: block;
    border-top: 0 solid #555;
    border-left: 0 solid #555;
    border-right: 0 solid #555;
    border-bottom: 0 solid #555
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus {
    color: #FFA600;
    font-weight: 700;
    text-decoration: none;
    background: rgba(0,0,0,0)
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
    color: #666;
    font-family: inherit;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: block
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:focus,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:focus {
    color: #666;
    font-weight: 400;
    text-decoration: none;
    background: rgba(0,0,0,0)
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        border:0;
        padding: 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item {
        width: 50%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li:nth-child(odd) {
        clear: left
    }
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #666;
    font-family: inherit;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: top;
    display: block
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus {
    color: #666;
    font-weight: 400;
    text-decoration: none;
    background: rgba(0,0,0,0)
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: auto;
    border-top: 0 solid #fff;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 0 solid #fff;
    padding: 20px 10px;
    background: #fff;
    max-width: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2)
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        float:left;
        position: static;
        width: 100%;
        padding: 0;
        border: 0
    }
}

@media only screen and (min-width: 601px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link {
        white-space:nowrap;
        min-width: 150px
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-has-description>a.mega-menu-link {
        white-space: normal
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-has-description>a.mega-menu-link>.mega-description-group>.mega-menu-title {
        white-space: nowrap
    }
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
        clear:both
    }
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: rgba(255,255,255,0);
    color: #202121;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 15px;
    line-height: 20px;
    text-decoration: none;
    text-transform: capitalize;
    vertical-align: baseline
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child>a.mega-menu-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child>a.mega-menu-link {
        border-top-left-radius:0;
        border-top-right-radius: 0
    }
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link {
        border-bottom-right-radius:0;
        border-bottom-left-radius: 0
    }
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: rgba(255,255,255,0);
    font-weight: 700;
    text-decoration: none;
    color: #FFA600
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: absolute;
    left: 100%;
    top: 0
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        position:static;
        left: 0;
        width: 100%
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
        padding-left: 20px
    }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link:after,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link span.mega-indicator:after {
    content: '\f140';
    display: inline-block;
    font-family: dashicons;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: 0 0;
    height: auto;
    width: auto
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    display: none;
    float: right;
    height: auto;
    width: auto;
    background: 0 0;
    position: relative;
    pointer-events: auto
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    content: '\f142'
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link:after {
        float:right
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link:after {
        display: none
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator {
        display: inline-block
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile>a.mega-menu-link:after {
        display: none
    }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children>a.mega-menu-link:after,#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-arrow>a.mega-menu-link:after {
    display: none
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children>a.mega-menu-link:after {
    content: '\f139';
    float: right
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children>a.mega-menu-link:after {
        content:'\f140'
    }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: right
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
        text-align:left
    }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
    float: right;
    margin: 0 0 0 6px
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
        float:left;
        margin: 0 6px 0 0
    }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children>a.mega-menu-link:after {
    content: '\f141';
    float: left;
    margin: 0
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children>a.mega-menu-link:after {
        content:'\f140';
        float: right
    }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: -100%;
    top: 0
}

#mega-menu-wrap-primary #mega-menu-primary li[class^=mega-lang-item]>a.mega-menu-link>img {
    display: inline
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link>img.wpml-ls-flag,#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link>img.iclflag {
    display: inline;
    margin-right: 8px
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-mobile,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-hide-on-mobile {
        display:none
    }
}

@media only screen and (min-width: 601px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-desktop,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-hide-on-desktop {
        display:none
    }
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary:after {
        content:"";
        display: table;
        clear: both
    }
}

#mega-menu-wrap-primary .mega-menu-toggle {
    display: none;
    z-index: 1;
    cursor: pointer;
    background: #222;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    white-space: nowrap
}

#mega-menu-wrap-primary .mega-menu-toggle img {
    max-width: 100%;
    padding: 0
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary .mega-menu-toggle {
        display:-webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex
    }
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left,#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center,#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-preferred-size: 33.33%;
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-left: 6px
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
    margin-left: 3px;
    margin-right: 3px
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 6px
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        display:none
    }

    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary li.mega-menu-item>ul.mega-sub-menu {
        display: none;
        visibility: visible;
        opacity: 1
    }

    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        display: block
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
        display: block
    }
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 24px;
    color: #ddd;
    margin: 0 0 0 5px
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    color: #ddd;
    font-size: 14px
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-open {
    display: none
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {
    display: inline
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
    content: '\f153'
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-open {
    display: inline
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-closed {
    display: none
}

#mega-menu-wrap-primary {
    clear: both
}

/*! This file is auto-generated */
@font-face {
    font-family: dashicons;
    src: url(//www.vestaragroup.com/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);
    src: url(//www.vestaragroup.com/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//www.vestaragroup.com/wp-includes/css/../fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");
    font-weight: 400;
    font-style: normal
}

.dashicons,.dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in
}

.dashicons-admin-appearance:before {
    content: "\f100"
}

.dashicons-admin-collapse:before {
    content: "\f148"
}

.dashicons-admin-comments:before {
    content: "\f101"
}

.dashicons-admin-customizer:before {
    content: "\f540"
}

.dashicons-admin-generic:before {
    content: "\f111"
}

.dashicons-admin-home:before {
    content: "\f102"
}

.dashicons-admin-links:before {
    content: "\f103"
}

.dashicons-admin-media:before {
    content: "\f104"
}

.dashicons-admin-multisite:before {
    content: "\f541"
}

.dashicons-admin-network:before {
    content: "\f112"
}

.dashicons-admin-page:before {
    content: "\f105"
}

.dashicons-admin-plugins:before {
    content: "\f106"
}

.dashicons-admin-post:before {
    content: "\f109"
}

.dashicons-admin-settings:before {
    content: "\f108"
}

.dashicons-admin-site-alt:before {
    content: "\f11d"
}

.dashicons-admin-site-alt2:before {
    content: "\f11e"
}

.dashicons-admin-site-alt3:before {
    content: "\f11f"
}

.dashicons-admin-site:before {
    content: "\f319"
}

.dashicons-admin-tools:before {
    content: "\f107"
}

.dashicons-admin-users:before {
    content: "\f110"
}

.dashicons-airplane:before {
    content: "\f15f"
}

.dashicons-album:before {
    content: "\f514"
}

.dashicons-align-center:before {
    content: "\f134"
}

.dashicons-align-full-width:before {
    content: "\f114"
}

.dashicons-align-left:before {
    content: "\f135"
}

.dashicons-align-none:before {
    content: "\f138"
}

.dashicons-align-pull-left:before {
    content: "\f10a"
}

.dashicons-align-pull-right:before {
    content: "\f10b"
}

.dashicons-align-right:before {
    content: "\f136"
}

.dashicons-align-wide:before {
    content: "\f11b"
}

.dashicons-amazon:before {
    content: "\f162"
}

.dashicons-analytics:before {
    content: "\f183"
}

.dashicons-archive:before {
    content: "\f480"
}

.dashicons-arrow-down-alt:before {
    content: "\f346"
}

.dashicons-arrow-down-alt2:before {
    content: "\f347"
}

.dashicons-arrow-down:before {
    content: "\f140"
}

.dashicons-arrow-left-alt:before {
    content: "\f340"
}

.dashicons-arrow-left-alt2:before {
    content: "\f341"
}

.dashicons-arrow-left:before {
    content: "\f141"
}

.dashicons-arrow-right-alt:before {
    content: "\f344"
}

.dashicons-arrow-right-alt2:before {
    content: "\f345"
}

.dashicons-arrow-right:before {
    content: "\f139"
}

.dashicons-arrow-up-alt:before {
    content: "\f342"
}

.dashicons-arrow-up-alt2:before {
    content: "\f343"
}

.dashicons-arrow-up-duplicate:before {
    content: "\f143"
}

.dashicons-arrow-up:before {
    content: "\f142"
}

.dashicons-art:before {
    content: "\f309"
}

.dashicons-awards:before {
    content: "\f313"
}

.dashicons-backup:before {
    content: "\f321"
}

.dashicons-bank:before {
    content: "\f16a"
}

.dashicons-beer:before {
    content: "\f16c"
}

.dashicons-bell:before {
    content: "\f16d"
}

.dashicons-block-default:before {
    content: "\f12b"
}

.dashicons-book-alt:before {
    content: "\f331"
}

.dashicons-book:before {
    content: "\f330"
}

.dashicons-buddicons-activity:before {
    content: "\f452"
}

.dashicons-buddicons-bbpress-logo:before {
    content: "\f477"
}

.dashicons-buddicons-buddypress-logo:before {
    content: "\f448"
}

.dashicons-buddicons-community:before {
    content: "\f453"
}

.dashicons-buddicons-forums:before {
    content: "\f449"
}

.dashicons-buddicons-friends:before {
    content: "\f454"
}

.dashicons-buddicons-groups:before {
    content: "\f456"
}

.dashicons-buddicons-pm:before {
    content: "\f457"
}

.dashicons-buddicons-replies:before {
    content: "\f451"
}

.dashicons-buddicons-topics:before {
    content: "\f450"
}

.dashicons-buddicons-tracking:before {
    content: "\f455"
}

.dashicons-building:before {
    content: "\f512"
}

.dashicons-businessman:before {
    content: "\f338"
}

.dashicons-businessperson:before {
    content: "\f12e"
}

.dashicons-businesswoman:before {
    content: "\f12f"
}

.dashicons-button:before {
    content: "\f11a"
}

.dashicons-calculator:before {
    content: "\f16e"
}

.dashicons-calendar-alt:before {
    content: "\f508"
}

.dashicons-calendar:before {
    content: "\f145"
}

.dashicons-camera-alt:before {
    content: "\f129"
}

.dashicons-camera:before {
    content: "\f306"
}

.dashicons-car:before {
    content: "\f16b"
}

.dashicons-carrot:before {
    content: "\f511"
}

.dashicons-cart:before {
    content: "\f174"
}

.dashicons-category:before {
    content: "\f318"
}

.dashicons-chart-area:before {
    content: "\f239"
}

.dashicons-chart-bar:before {
    content: "\f185"
}

.dashicons-chart-line:before {
    content: "\f238"
}

.dashicons-chart-pie:before {
    content: "\f184"
}

.dashicons-clipboard:before {
    content: "\f481"
}

.dashicons-clock:before {
    content: "\f469"
}

.dashicons-cloud-saved:before {
    content: "\f137"
}

.dashicons-cloud-upload:before {
    content: "\f13b"
}

.dashicons-cloud:before {
    content: "\f176"
}

.dashicons-code-standards:before {
    content: "\f13a"
}

.dashicons-coffee:before {
    content: "\f16f"
}

.dashicons-color-picker:before {
    content: "\f131"
}

.dashicons-columns:before {
    content: "\f13c"
}

.dashicons-controls-back:before {
    content: "\f518"
}

.dashicons-controls-forward:before {
    content: "\f519"
}

.dashicons-controls-pause:before {
    content: "\f523"
}

.dashicons-controls-play:before {
    content: "\f522"
}

.dashicons-controls-repeat:before {
    content: "\f515"
}

.dashicons-controls-skipback:before {
    content: "\f516"
}

.dashicons-controls-skipforward:before {
    content: "\f517"
}

.dashicons-controls-volumeoff:before {
    content: "\f520"
}

.dashicons-controls-volumeon:before {
    content: "\f521"
}

.dashicons-cover-image:before {
    content: "\f13d"
}

.dashicons-dashboard:before {
    content: "\f226"
}

.dashicons-database-add:before {
    content: "\f170"
}

.dashicons-database-export:before {
    content: "\f17a"
}

.dashicons-database-import:before {
    content: "\f17b"
}

.dashicons-database-remove:before {
    content: "\f17c"
}

.dashicons-database-view:before {
    content: "\f17d"
}

.dashicons-database:before {
    content: "\f17e"
}

.dashicons-desktop:before {
    content: "\f472"
}

.dashicons-dismiss:before {
    content: "\f153"
}

.dashicons-download:before {
    content: "\f316"
}

.dashicons-drumstick:before {
    content: "\f17f"
}

.dashicons-edit-large:before {
    content: "\f327"
}

.dashicons-edit-page:before {
    content: "\f186"
}

.dashicons-edit:before {
    content: "\f464"
}

.dashicons-editor-aligncenter:before {
    content: "\f207"
}

.dashicons-editor-alignleft:before {
    content: "\f206"
}

.dashicons-editor-alignright:before {
    content: "\f208"
}

.dashicons-editor-bold:before {
    content: "\f200"
}

.dashicons-editor-break:before {
    content: "\f474"
}

.dashicons-editor-code-duplicate:before {
    content: "\f494"
}

.dashicons-editor-code:before {
    content: "\f475"
}

.dashicons-editor-contract:before {
    content: "\f506"
}

.dashicons-editor-customchar:before {
    content: "\f220"
}

.dashicons-editor-expand:before {
    content: "\f211"
}

.dashicons-editor-help:before {
    content: "\f223"
}

.dashicons-editor-indent:before {
    content: "\f222"
}

.dashicons-editor-insertmore:before {
    content: "\f209"
}

.dashicons-editor-italic:before {
    content: "\f201"
}

.dashicons-editor-justify:before {
    content: "\f214"
}

.dashicons-editor-kitchensink:before {
    content: "\f212"
}

.dashicons-editor-ltr:before {
    content: "\f10c"
}

.dashicons-editor-ol-rtl:before {
    content: "\f12c"
}

.dashicons-editor-ol:before {
    content: "\f204"
}

.dashicons-editor-outdent:before {
    content: "\f221"
}

.dashicons-editor-paragraph:before {
    content: "\f476"
}

.dashicons-editor-paste-text:before {
    content: "\f217"
}

.dashicons-editor-paste-word:before {
    content: "\f216"
}

.dashicons-editor-quote:before {
    content: "\f205"
}

.dashicons-editor-removeformatting:before {
    content: "\f218"
}

.dashicons-editor-rtl:before {
    content: "\f320"
}

.dashicons-editor-spellcheck:before {
    content: "\f210"
}

.dashicons-editor-strikethrough:before {
    content: "\f224"
}

.dashicons-editor-table:before {
    content: "\f535"
}

.dashicons-editor-textcolor:before {
    content: "\f215"
}

.dashicons-editor-ul:before {
    content: "\f203"
}

.dashicons-editor-underline:before {
    content: "\f213"
}

.dashicons-editor-unlink:before {
    content: "\f225"
}

.dashicons-editor-video:before {
    content: "\f219"
}

.dashicons-ellipsis:before {
    content: "\f11c"
}

.dashicons-email-alt:before {
    content: "\f466"
}

.dashicons-email-alt2:before {
    content: "\f467"
}

.dashicons-email:before {
    content: "\f465"
}

.dashicons-embed-audio:before {
    content: "\f13e"
}

.dashicons-embed-generic:before {
    content: "\f13f"
}

.dashicons-embed-photo:before {
    content: "\f144"
}

.dashicons-embed-post:before {
    content: "\f146"
}

.dashicons-embed-video:before {
    content: "\f149"
}

.dashicons-excerpt-view:before {
    content: "\f164"
}

.dashicons-exit:before {
    content: "\f14a"
}

.dashicons-external:before {
    content: "\f504"
}

.dashicons-facebook-alt:before {
    content: "\f305"
}

.dashicons-facebook:before {
    content: "\f304"
}

.dashicons-feedback:before {
    content: "\f175"
}

.dashicons-filter:before {
    content: "\f536"
}

.dashicons-flag:before {
    content: "\f227"
}

.dashicons-food:before {
    content: "\f187"
}

.dashicons-format-aside:before {
    content: "\f123"
}

.dashicons-format-audio:before {
    content: "\f127"
}

.dashicons-format-chat:before {
    content: "\f125"
}

.dashicons-format-gallery:before {
    content: "\f161"
}

.dashicons-format-image:before {
    content: "\f128"
}

.dashicons-format-quote:before {
    content: "\f122"
}

.dashicons-format-status:before {
    content: "\f130"
}

.dashicons-format-video:before {
    content: "\f126"
}

.dashicons-forms:before {
    content: "\f314"
}

.dashicons-fullscreen-alt:before {
    content: "\f188"
}

.dashicons-fullscreen-exit-alt:before {
    content: "\f189"
}

.dashicons-games:before {
    content: "\f18a"
}

.dashicons-google:before {
    content: "\f18b"
}

.dashicons-googleplus:before {
    content: "\f462"
}

.dashicons-grid-view:before {
    content: "\f509"
}

.dashicons-groups:before {
    content: "\f307"
}

.dashicons-hammer:before {
    content: "\f308"
}

.dashicons-heading:before {
    content: "\f10e"
}

.dashicons-heart:before {
    content: "\f487"
}

.dashicons-hidden:before {
    content: "\f530"
}

.dashicons-hourglass:before {
    content: "\f18c"
}

.dashicons-html:before {
    content: "\f14b"
}

.dashicons-id-alt:before {
    content: "\f337"
}

.dashicons-id:before {
    content: "\f336"
}

.dashicons-image-crop:before {
    content: "\f165"
}

.dashicons-image-filter:before {
    content: "\f533"
}

.dashicons-image-flip-horizontal:before {
    content: "\f169"
}

.dashicons-image-flip-vertical:before {
    content: "\f168"
}

.dashicons-image-rotate-left:before {
    content: "\f166"
}

.dashicons-image-rotate-right:before {
    content: "\f167"
}

.dashicons-image-rotate:before {
    content: "\f531"
}

.dashicons-images-alt:before {
    content: "\f232"
}

.dashicons-images-alt2:before {
    content: "\f233"
}

.dashicons-index-card:before {
    content: "\f510"
}

.dashicons-info-outline:before {
    content: "\f14c"
}

.dashicons-info:before {
    content: "\f348"
}

.dashicons-insert-after:before {
    content: "\f14d"
}

.dashicons-insert-before:before {
    content: "\f14e"
}

.dashicons-insert:before {
    content: "\f10f"
}

.dashicons-instagram:before {
    content: "\f12d"
}

.dashicons-laptop:before {
    content: "\f547"
}

.dashicons-layout:before {
    content: "\f538"
}

.dashicons-leftright:before {
    content: "\f229"
}

.dashicons-lightbulb:before {
    content: "\f339"
}

.dashicons-linkedin:before {
    content: "\f18d"
}

.dashicons-list-view:before {
    content: "\f163"
}

.dashicons-location-alt:before {
    content: "\f231"
}

.dashicons-location:before {
    content: "\f230"
}

.dashicons-lock-duplicate:before {
    content: "\f315"
}

.dashicons-lock:before {
    content: "\f160"
}

.dashicons-marker:before {
    content: "\f159"
}

.dashicons-media-archive:before {
    content: "\f501"
}

.dashicons-media-audio:before {
    content: "\f500"
}

.dashicons-media-code:before {
    content: "\f499"
}

.dashicons-media-default:before {
    content: "\f498"
}

.dashicons-media-document:before {
    content: "\f497"
}

.dashicons-media-interactive:before {
    content: "\f496"
}

.dashicons-media-spreadsheet:before {
    content: "\f495"
}

.dashicons-media-text:before {
    content: "\f491"
}

.dashicons-media-video:before {
    content: "\f490"
}

.dashicons-megaphone:before {
    content: "\f488"
}

.dashicons-menu-alt:before {
    content: "\f228"
}

.dashicons-menu-alt2:before {
    content: "\f329"
}

.dashicons-menu-alt3:before {
    content: "\f349"
}

.dashicons-menu:before {
    content: "\f333"
}

.dashicons-microphone:before {
    content: "\f482"
}

.dashicons-migrate:before {
    content: "\f310"
}

.dashicons-minus:before {
    content: "\f460"
}

.dashicons-money-alt:before {
    content: "\f18e"
}

.dashicons-money:before {
    content: "\f526"
}

.dashicons-move:before {
    content: "\f545"
}

.dashicons-nametag:before {
    content: "\f484"
}

.dashicons-networking:before {
    content: "\f325"
}

.dashicons-no-alt:before {
    content: "\f335"
}

.dashicons-no:before {
    content: "\f158"
}

.dashicons-open-folder:before {
    content: "\f18f"
}

.dashicons-palmtree:before {
    content: "\f527"
}

.dashicons-paperclip:before {
    content: "\f546"
}

.dashicons-pdf:before {
    content: "\f190"
}

.dashicons-performance:before {
    content: "\f311"
}

.dashicons-pets:before {
    content: "\f191"
}

.dashicons-phone:before {
    content: "\f525"
}

.dashicons-pinterest:before {
    content: "\f192"
}

.dashicons-playlist-audio:before {
    content: "\f492"
}

.dashicons-playlist-video:before {
    content: "\f493"
}

.dashicons-plugins-checked:before {
    content: "\f485"
}

.dashicons-plus-alt:before {
    content: "\f502"
}

.dashicons-plus-alt2:before {
    content: "\f543"
}

.dashicons-plus:before {
    content: "\f132"
}

.dashicons-podio:before {
    content: "\f19c"
}

.dashicons-portfolio:before {
    content: "\f322"
}

.dashicons-post-status:before {
    content: "\f173"
}

.dashicons-pressthis:before {
    content: "\f157"
}

.dashicons-printer:before {
    content: "\f193"
}

.dashicons-privacy:before {
    content: "\f194"
}

.dashicons-products:before {
    content: "\f312"
}

.dashicons-randomize:before {
    content: "\f503"
}

.dashicons-reddit:before {
    content: "\f195"
}

.dashicons-redo:before {
    content: "\f172"
}

.dashicons-remove:before {
    content: "\f14f"
}

.dashicons-rest-api:before {
    content: "\f124"
}

.dashicons-rss:before {
    content: "\f303"
}

.dashicons-saved:before {
    content: "\f15e"
}

.dashicons-schedule:before {
    content: "\f489"
}

.dashicons-screenoptions:before {
    content: "\f180"
}

.dashicons-search:before {
    content: "\f179"
}

.dashicons-share-alt:before {
    content: "\f240"
}

.dashicons-share-alt2:before {
    content: "\f242"
}

.dashicons-share:before {
    content: "\f237"
}

.dashicons-shield-alt:before {
    content: "\f334"
}

.dashicons-shield:before {
    content: "\f332"
}

.dashicons-shortcode:before {
    content: "\f150"
}

.dashicons-slides:before {
    content: "\f181"
}

.dashicons-smartphone:before {
    content: "\f470"
}

.dashicons-smiley:before {
    content: "\f328"
}

.dashicons-sort:before {
    content: "\f156"
}

.dashicons-sos:before {
    content: "\f468"
}

.dashicons-spotify:before {
    content: "\f196"
}

.dashicons-star-empty:before {
    content: "\f154"
}

.dashicons-star-filled:before {
    content: "\f155"
}

.dashicons-star-half:before {
    content: "\f459"
}

.dashicons-sticky:before {
    content: "\f537"
}

.dashicons-store:before {
    content: "\f513"
}

.dashicons-superhero-alt:before {
    content: "\f197"
}

.dashicons-superhero:before {
    content: "\f198"
}

.dashicons-table-col-after:before {
    content: "\f151"
}

.dashicons-table-col-before:before {
    content: "\f152"
}

.dashicons-table-col-delete:before {
    content: "\f15a"
}

.dashicons-table-row-after:before {
    content: "\f15b"
}

.dashicons-table-row-before:before {
    content: "\f15c"
}

.dashicons-table-row-delete:before {
    content: "\f15d"
}

.dashicons-tablet:before {
    content: "\f471"
}

.dashicons-tag:before {
    content: "\f323"
}

.dashicons-tagcloud:before {
    content: "\f479"
}

.dashicons-testimonial:before {
    content: "\f473"
}

.dashicons-text-page:before {
    content: "\f121"
}

.dashicons-text:before {
    content: "\f478"
}

.dashicons-thumbs-down:before {
    content: "\f542"
}

.dashicons-thumbs-up:before {
    content: "\f529"
}

.dashicons-tickets-alt:before {
    content: "\f524"
}

.dashicons-tickets:before {
    content: "\f486"
}

.dashicons-tide:before {
    content: "\f10d"
}

.dashicons-translation:before {
    content: "\f326"
}

.dashicons-trash:before {
    content: "\f182"
}

.dashicons-twitch:before {
    content: "\f199"
}

.dashicons-twitter-alt:before {
    content: "\f302"
}

.dashicons-twitter:before {
    content: "\f301"
}

.dashicons-undo:before {
    content: "\f171"
}

.dashicons-universal-access-alt:before {
    content: "\f507"
}

.dashicons-universal-access:before {
    content: "\f483"
}

.dashicons-unlock:before {
    content: "\f528"
}

.dashicons-update-alt:before {
    content: "\f113"
}

.dashicons-update:before {
    content: "\f463"
}

.dashicons-upload:before {
    content: "\f317"
}

.dashicons-vault:before {
    content: "\f178"
}

.dashicons-video-alt:before {
    content: "\f234"
}

.dashicons-video-alt2:before {
    content: "\f235"
}

.dashicons-video-alt3:before {
    content: "\f236"
}

.dashicons-visibility:before {
    content: "\f177"
}

.dashicons-warning:before {
    content: "\f534"
}

.dashicons-welcome-add-page:before {
    content: "\f133"
}

.dashicons-welcome-comments:before {
    content: "\f117"
}

.dashicons-welcome-learn-more:before {
    content: "\f118"
}

.dashicons-welcome-view-site:before {
    content: "\f115"
}

.dashicons-welcome-widgets-menus:before {
    content: "\f116"
}

.dashicons-welcome-write-blog:before {
    content: "\f119"
}

.dashicons-whatsapp:before {
    content: "\f19a"
}

.dashicons-wordpress-alt:before {
    content: "\f324"
}

.dashicons-wordpress:before {
    content: "\f120"
}

.dashicons-xing:before {
    content: "\f19d"
}

.dashicons-yes-alt:before {
    content: "\f12a"
}

.dashicons-yes:before {
    content: "\f147"
}

.dashicons-youtube:before {
    content: "\f19b"
}

.dashicons-editor-distractionfree:before {
    content: "\f211"
}

.dashicons-exerpt-view:before {
    content: "\f164"
}

.dashicons-format-links:before {
    content: "\f103"
}

.dashicons-format-standard:before {
    content: "\f109"
}

.dashicons-post-trash:before {
    content: "\f182"
}

.dashicons-share1:before {
    content: "\f237"
}

.dashicons-welcome-edit-page:before {
    content: "\f119"
}

@charset "UTF-8";html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: none
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%;
    display: inline-block
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,select,textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button,input,select {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    cursor: pointer
}

[disabled] {
    cursor: default
}

button,html [type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,input:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-attachment: fixed;
    -webkit-tap-highlight-color: transparent
}

body {
    color: #777;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.xdebug-var-dump {
    position: relative;
    z-index: 1000
}

hr {
    margin: 15px 0;
    border-width: 0;
    border-top: 1px solid currentColor;
    opacity: .1
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

figure {
    margin: 0
}

pre {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    padding: 20px;
    width: 100%;
    overflow-x: auto
}

p:empty {
    display: none
}

a,button,input {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

ins {
    text-decoration: none
}

embed,iframe,object {
    max-width: 100%
}

.col,.gallery-item,.columns {
    position: relative;
    margin: 0;
    padding: 0 15px 30px;
    width: 100%
}

.col-fit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.col-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.col-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.col-has-radius {
    overflow: hidden
}

@media screen and (min-width: 850px) {
    .col:first-child .col-inner {
        margin-left:auto;
        margin-right: 0
    }

    .col+.col .col-inner {
        margin-right: auto;
        margin-left: 0
    }
}

@media screen and (max-width: 549px) {
    .small-col-first {
        -webkit-box-ordinal-group:0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media screen and (min-width: 850px) {
    .large-col-first {
        -webkit-box-ordinal-group:0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media screen and (max-width: 849px) {
    .medium-col-first {
        -webkit-box-ordinal-group:0;
        -ms-flex-order: -1;
        order: -1
    }

    .col {
        padding-bottom: 30px
    }
}

@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left:1px solid #ececec
    }

    .row-divided.row-reverse>.col+.col:not(.large-12) {
        border-left: 0;
        border-right: 1px solid #ececec
    }

    .col-divided {
        padding-right: 30px;
        border-right: 1px solid #ececec
    }

    .col.col-divided:not(.col-first):last-child {
        border-right: 0;
        padding-right: 0;
        padding-left: 30px;
        border-left: 1px solid #ececec
    }

    .col-border {
        padding-right: 0;
        border-right: 1px solid #ececec
    }

    .col-border+.col,.col-divided+.col {
        padding-left: 30px
    }
}

.dark .col-divided {
    border-color: rgba(255,255,255,.2)
}

.align-equal>.col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.align-middle {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    vertical-align: middle !important
}

.align-bottom {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
    vertical-align: bottom !important
}

.align-top {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    vertical-align: top !important
}

.align-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-right {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.small-1 {
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%
}

.small-2 {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%
}

.small-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.small-4 {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%
}

.small-5 {
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%
}

.small-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.small-7 {
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%
}

.small-8 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%
}

.small-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
}

.small-10 {
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%
}

.small-11 {
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%
}

.small-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.small-columns-1>.col,.small-columns-1 .flickity-slider>.col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.small-columns-2>.col,.small-columns-2 .flickity-slider>.col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.small-columns-3>.col,.small-columns-3 .flickity-slider>.col {
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%
}

.small-columns-4>.col,.small-columns-4 .flickity-slider>.col {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
}

.small-columns-5>.col,.small-columns-5 .flickity-slider>.col {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

.small-columns-6>.col,.small-columns-6 .flickity-slider>.col {
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%
}

.small-columns-7>.col,.small-columns-7 .flickity-slider>.col {
    max-width: 14.2857142857%;
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%
}

.small-columns-8>.col,.small-columns-8 .flickity-slider>.col {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%
}

@media screen and (min-width: 550px) {
    .medium-1 {
        max-width:8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%
    }

    .medium-2 {
        max-width: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%
    }

    .medium-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .medium-4 {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%
    }

    .medium-5 {
        max-width: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%
    }

    .medium-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .medium-7 {
        max-width: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%
    }

    .medium-8 {
        max-width: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%
    }

    .medium-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .medium-10 {
        max-width: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%
    }

    .medium-11 {
        max-width: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%
    }

    .medium-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .medium-columns-1>.col,.medium-columns-1 .flickity-slider>.col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .medium-columns-2>.col,.medium-columns-2 .flickity-slider>.col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .medium-columns-3>.col,.medium-columns-3 .flickity-slider>.col {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%
    }

    .medium-columns-4>.col,.medium-columns-4 .flickity-slider>.col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .medium-columns-5>.col,.medium-columns-5 .flickity-slider>.col {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }

    .medium-columns-6>.col,.medium-columns-6 .flickity-slider>.col {
        max-width: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%
    }

    .medium-columns-7>.col,.medium-columns-7 .flickity-slider>.col {
        max-width: 14.2857142857%;
        -ms-flex-preferred-size: 14.2857142857%;
        flex-basis: 14.2857142857%
    }

    .medium-columns-8>.col,.medium-columns-8 .flickity-slider>.col {
        max-width: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%
    }
}

@media screen and (min-width: 850px) {
    .large-1 {
        max-width:8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%
    }

    .large-2 {
        max-width: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%
    }

    .large-3 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .large-4 {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%
    }

    .large-5 {
        max-width: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%
    }

    .large-6 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .large-7 {
        max-width: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%
    }

    .large-8 {
        max-width: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%
    }

    .large-9 {
        max-width: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%
    }

    .large-10 {
        max-width: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%
    }

    .large-11 {
        max-width: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%
    }

    .large-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .gallery-columns-1 .gallery-item,.large-columns-1>.col,.large-columns-1 .flickity-slider>.col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .gallery-columns-2 .gallery-item,.large-columns-2>.col,.large-columns-2 .flickity-slider>.col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .gallery-columns-3 .gallery-item,.large-columns-3>.col,.large-columns-3 .flickity-slider>.col {
        max-width: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%
    }

    .gallery-columns-4 .gallery-item,.large-columns-4>.col,.large-columns-4 .flickity-slider>.col {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }

    .gallery-columns-5 .gallery-item,.large-columns-5>.col,.large-columns-5 .flickity-slider>.col {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }

    .gallery-columns-6 .gallery-item,.large-columns-6>.col,.large-columns-6 .flickity-slider>.col {
        max-width: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%
    }

    .gallery-columns-7 .gallery-item,.large-columns-7>.col,.large-columns-7 .flickity-slider>.col {
        max-width: 14.2857142857%;
        -ms-flex-preferred-size: 14.2857142857%;
        flex-basis: 14.2857142857%
    }

    .gallery-columns-8 .gallery-item,.large-columns-8>.col,.large-columns-8 .flickity-slider>.col {
        max-width: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%
    }
}

.has-shadow>.col>.col-inner {
    background-color: #fff
}

.col-hover-focus .col-inner,.col-hover-fade .col-inner,.col-hover-blur .col-inner {
    -webkit-transition: all,.2s;
    -o-transition: all,.2s;
    transition: all,.2s
}

.col-hover-fade .col-inner {
    opacity: .6
}

.col-hover-fade:hover .col-inner {
    opacity: 1
}

.col-hover-blur .col-inner {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.col-hover-blur:hover .col-inner {
    -webkit-filter: blur(0px);
    filter: blur(0px)
}

.col-hover-focus:hover .col-inner {
    opacity: 1
}

.row:hover .col-hover-focus .col:not(:hover) {
    opacity: .6
}

body,.container,.full-width .ubermenu-nav,.container-width,.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.container-width,.full-width .ubermenu-nav,.container,.row {
    max-width: 1080px
}

.row.row-collapse {
    max-width: 1050px
}

.row.row-small {
    max-width: 1065px
}

.row.row-large {
    max-width: 1110px
}

body.framed,body.framed header,body.framed .header-wrapper,body.boxed,body.boxed header,body.boxed .header-wrapper,body.boxed .is-sticky-section {
    max-width: 1170px
}

@media screen and (min-width: 850px) {
    body.framed {
        margin:30px auto
    }
}

.flex-row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.flex-row-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-row-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-row-col {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.text-center .flex-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .flex-row {
    height: 100%
}

.flex-col {
    max-height: 100%
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important
}

.flex-center {
    margin: 0 auto
}

.flex-left {
    margin-right: auto
}

.flex-right {
    margin-left: auto
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-has-center>.nav-row>.flex-col:not(.flex-center),.flex-has-center>.flex-row>.flex-col:not(.flex-center),.flex-has-center>.flex-col:not(.flex-center) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media(max-width: 849px) {
    .medium-flex-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .medium-flex-wrap .flex-col {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%
    }
}

@media(max-width: 549px) {
    .small-flex-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .small-flex-wrap .flex-col {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%
    }
}

@media(min-width: 850px) {
    .col2-set,.u-columns {
        -js-display:flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .col2-set>div+div,.u-columns>div+div {
        padding-left: 30px
    }
}

.row-grid .box .image-cover {
    padding: 0;
    height: 100%
}

.grid-col>.col-inner {
    height: 100%
}

.grid-col .slider:not(.flickity-enabled),.grid-col>.col-inner>.img,.grid-col>.col-inner>.img div,.grid-col>.col-inner>.img .img-inner>img,.grid-col .slider>.img,.grid-col .flickity-slider>.img,.grid-col .col-inner>.img,.grid-col .slider-wrapper,.grid-col .slider,.grid-col .banner,.grid-col .box,.grid-col .box-image,.grid-col .box-image img,.grid-col .image-cover,.grid-col .image-cover img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    position: absolute !important;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 0 !important
}

.grid-col .box-image img {
    font-family: "object-fit: cover;"
}

.grid-col .flickity-viewport {
    height: 100% !important
}

.grid-col .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
    background-color: rgba(255,255,255,.95);
    position: absolute;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em
}

@media all and (-ms-high-contrast:none) {
    .payment-icon svg {
        max-width: 50px
    }

    .slider-nav-circle .flickity-prev-next-button svg {
        height: 36px !important
    }

    .nav>li>a>i {
        top: -1px
    }
}

.row,.gallery {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.row>div:not(.col):not([class^=col-]) {
    width: 100% !important
}

.row.row-masonry,.row.row-grid {
    display: block
}

.row.row-masonry>.col,.row.row-grid>.col {
    float: left
}

.row .gallery,.row .row:not(.row-collapse),.container .row:not(.row-collapse),.lightbox-content .row:not(.row-collapse) {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: auto
}

.row .container {
    padding-left: 0;
    padding-right: 0
}

.slider-wrapper+.row:not(.row-collapse),.banner-grid-wrapper+.row:not(.row-collapse),.banner+.row:not(.row-collapse),.section+.row:not(.row-collapse) {
    margin-top: 30px
}

.row-full-width {
    max-width: 100% !important
}

.row-isotope {
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width: 549px) {
    .small-row-reverse {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (max-width: 849px) {
    .medium-row-reverse {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.row-collapse {
    padding: 0
}

.row-collapse>.flickity-viewport>.flickity-slider>.col,.row-collapse>.col {
    padding: 0 !important
}

.row-collapse>.col .container {
    max-width: 100%
}

.row .row-small:not(.row-collapse),.container .row-small:not(.row-collapse) {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0
}

.row-small>.flickity-viewport>.flickity-slider>.col,.row-small>.col {
    padding: 0 9.8px 19.6px;
    margin-bottom: 0
}

.row .row-xsmall:not(.row-collapse),.container .row-xsmall:not(.row-collapse) {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 0
}

.row-xsmall>.flickity-viewport>.flickity-slider>.col,.row-xsmall>.col {
    padding: 0 2px 3px;
    margin-bottom: 0
}

@media screen and (min-width: 850px) {
    .row-large {
        padding-left:0;
        padding-right: 0
    }

    .row .row-large:not(.row-collapse),.container .row-large:not(.row-collapse) {
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: 0
    }

    .row-large>.flickity-viewport>.flickity-slider>.col,.row-large>.col {
        padding: 0 30px 30px;
        margin-bottom: 0
    }
}

.row-dashed,.row-solid {
    overflow: hidden
}

.row-dashed .col,.row-solid .col {
    position: relative;
    padding: 0
}

.row-dashed .col-inner,.row-solid .col-inner {
    padding: 15px
}

.row-dashed .col:before,.row-solid .col:before {
    position: absolute;
    content: " ";
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #ddd
}

.row-dashed .col:after,.row-solid .col:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #ddd
}

.row-solid .col:before {
    border-left-style: solid
}

.row-solid .col:after {
    border-bottom-style: solid
}

.dark .row-solid .col:before,.dark .row-solid .col:after,.dark .row-dashed .col:before,.dark .row-dashed .col:after {
    border-color: rgba(255,255,255,.2)
}

.block-html-after-header .row .col {
    padding-bottom: 0
}

.wpb-js-composer .row:before {
    display: block !important
}

.section {
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section.dark {
    background-color: #666
}

.section-bg {
    overflow: hidden
}

.section-bg,.section-content {
    width: 100%
}

.section-content {
    z-index: 1
}

.has-parallax {
    overflow: hidden
}

.container .section,.row .section {
    padding-left: 30px;
    padding-right: 30px
}

.is-sticky-section+.sticky-section-helper {
    min-height: 100vh !important;
    background-color: #000
}

.sticky-section-helper+div {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 15px 15px 15px 15px rgba(0,0,0,.1);
    box-shadow: 15px 15px 15px 15px rgba(0,0,0,.1)
}

.sticky-section {
    padding: 0 !important;
    height: 100% !important;
    height: 100vh !important;
    width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.is-sticky-section {
    position: fixed !important
}

.nav-dropdown {
    position: absolute;
    min-width: 260px;
    max-height: 0;
    z-index: 9;
    padding: 20px 0 20px;
    opacity: 0;
    margin: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
    left: -99999px
}

.dark.nav-dropdown {
    color: #f1f1f1
}

.nav-dropdown:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

.nav-dropdown li {
    display: block;
    margin: 0;
    vertical-align: top
}

.nav-dropdown li ul {
    margin: 0;
    padding: 0
}

.nav-dropdown>li.html {
    min-width: 260px
}

li.current-dropdown>.nav-dropdown,.next-prev-thumbs li.has-dropdown:hover>.nav-dropdown,.no-js li.has-dropdown:hover>.nav-dropdown {
    opacity: 1;
    max-height: inherit;
    left: -15px
}

.nav-right li.current-dropdown:last-child>.nav-dropdown,.nav-right li.has-dropdown:hover:last-child>.nav-dropdown {
    left: auto;
    right: -15px
}

.nav-column li>a,.nav-dropdown>li>a {
    width: auto;
    display: block;
    padding: 10px 20px;
    line-height: 1.3
}

.nav-column>li:last-child:not(.nav-dropdown-col)>a,.nav-dropdown>li:last-child:not(.nav-dropdown-col)>a {
    border-bottom: 0 !important
}

.dropdown-uppercase.nav-dropdown .nav-column>li>a,.nav-dropdown.dropdown-uppercase>li>a {
    text-transform: uppercase;
    font-size: .85em
}

.nav-dropdown>li.nav-dropdown-col,.nav-dropdown>li.image-column {
    text-align: left;
    display: table-cell;
    white-space: nowrap;
    width: 160px;
    min-width: 160px
}

.nav-dropdown>li.nav-dropdown-col:not(:last-child),.nav-dropdown>li.image-column:not(:last-child) {
    border-right: 1px solid transparent
}

.nav-dropdown .menu-item-has-children>a,.nav-dropdown .title>a,.nav-dropdown .nav-dropdown-col>a {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bolder;
    color: #000
}

.nav-dropdown .nav-dropdown-col .menu-item-has-children {
    margin-top: 5px
}

.nav-dropdown li.image-column {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important
}

.nav-dropdown li.image-column>a {
    line-height: 0 !important;
    font-size: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -20px !important;
    margin-bottom: -20px !important
}

.nav-dropdown li.image-column>a img {
    margin: 0;
    display: block;
    width: 100%
}

.nav-dropdown li.image-column>a:hover {
    opacity: .8
}

.nav-dropdown-default li.image-column:first-child>a {
    margin-left: -20px !important;
    margin-right: 20px !important
}

.nav-dropdown-default li.image-column:last-child>a {
    margin-right: -20px !important
}

.nav-dropdown.nav-dropdown-bold>li.nav-dropdown-col,.nav-dropdown.nav-dropdown-simple>li.nav-dropdown-col {
    border-color: #f1f1f1
}

.nav-dropdown-default .nav-column li>a,.nav-dropdown.nav-dropdown-default>li>a {
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
    border-bottom: 1px solid #ececec
}

.nav-dropdown-default {
    padding: 20px
}

.nav-dropdown-bold .nav-column li>a,.nav-dropdown.nav-dropdown-bold>li>a {
    margin: 0 10px;
    padding-left: 10px;
    border-radius: 10px;
    padding-right: 5px
}

.nav-dropdown-bold .nav-column li>a:hover,.nav-dropdown.nav-dropdown-bold>li>a:hover,.nav-dropdown-bold.dark .nav-column li>a:hover,.nav-dropdown.nav-dropdown-bold.dark>li>a:hover {
    color: #fff !important;
    background-color: #446084
}

.nav-dropdown-simple .nav-column li>a:hover,.nav-dropdown.nav-dropdown-simple>li>a:hover {
    background-color: rgba(0,0,0,.03)
}

.nav-dropdown.nav-dropdown-simple li.html,.nav-dropdown.nav-dropdown-bold li.html {
    padding: 0 20px 10px
}

.menu-item-has-block .nav-dropdown {
    display: block;
    padding: 0
}

li.current-dropdown>.nav-dropdown-full,li.has-dropdown:hover>.nav-dropdown-full {
    position: fixed;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 50% !important;
    -webkit-transition: opacity .3s !important;
    -o-transition: opacity .3s !important;
    transition: opacity .3s !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    width: 100%;
    max-width: 1150px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav-dropdown-full>li.nav-dropdown-col {
    white-space: normal
}

.nav-dropdown-has-arrow li.has-dropdown:after,.nav-dropdown-has-arrow li.has-dropdown:before {
    bottom: -2px;
    z-index: 10;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.nav-dropdown-has-arrow li.has-dropdown:after {
    border-color: rgba(221,221,221,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    z-index: -999;
    border-width: 11px;
    margin-left: -11px
}

.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-container-width:after,.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-container-width:before,.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-full-width:after,.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-full-width:before {
    display: none
}

.nav-dropdown-has-shadow .nav-dropdown {
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,.15)
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: #ddd
}

.nav-dropdown-has-border .nav-dropdown {
    border: 2px solid #ddd
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before,.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after {
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    opacity: 1
}

.label-new.menu-item>a:after,.label-hot.menu-item>a:after,.label-sale.menu-item>a:after,.label-popular.menu-item>a:after {
    content: "";
    display: inline-block;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    letter-spacing: -.1px;
    margin-left: 4px;
    background-color: #000;
    font-weight: bolder;
    border-radius: 2px;
    color: #fff;
    padding: 2px 3px 3px;
    position: relative;
    top: -2px
}

.label-new.menu-item>a:after {
    background-color: #446084
}

.label-sale.menu-item>a:after {
    background-color: #d26e4b
}

.label-popular.menu-item>a:after {
    background-color: #7a9c59
}

.label-hot.menu-item>a:after {
    background-color: #b20000
}

.nav p {
    margin: 0;
    padding-bottom: 0
}

.nav,.nav ul:not(.nav-dropdown) {
    margin: 0;
    padding: 0
}

.nav>li>a.button,.nav>li>button {
    margin-bottom: 0
}

.nav {
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav>li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.nav>li>a {
    padding: 10px 0;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.html .nav>li>a {
    padding-top: 0;
    padding-bottom: 0
}

.nav-small .nav>li>a,.nav.nav-small>li>a {
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400
}

.nav-small.nav>li.html {
    font-size: .75em
}

.nav-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-fill {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(max-width: 849px) {
    .medium-nav-center {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 549px) {
    .small-nav-center {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.nav>li>a,.nav-dropdown>li>a,.nav-column>li>a {
    color: rgba(102,102,102,.85);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.nav-dropdown>li>a,.nav-column>li>a {
    display: block
}

.nav>li>a:hover,.nav>li.active>a,.nav>li.current>a,.nav>li>a.active,.nav>li>a.current,.nav-dropdown li.active>a,.nav-column li.active>a,.nav-dropdown>li>a:hover,.nav-column li>a:hover {
    color: rgba(17,17,17,.85)
}

.nav li:first-child {
    margin-left: 0 !important
}

.nav li:last-child {
    margin-right: 0 !important
}

.nav-uppercase>li>a {
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bolder
}

.nav-thin>li>a {
    font-weight: thin !important
}

@media(min-width: 850px) {
    .nav-divided>li {
        margin:0 .7em
    }

    .nav-divided>li+li>a:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 1px;
        border-left: 1px solid rgba(0,0,0,.1);
        height: 15px;
        margin-top: -7px;
        left: -1em
    }

    .nav-divided>li+li.icon-top>a:after {
        height: 50px;
        margin-top: -25px
    }
}

li.html .row,li.html form,li.html select,li.html input {
    margin: 0
}

li.html>.button {
    margin-bottom: 0
}

li.hide-title>a {
    display: none !important
}

.nav-pagination>li>span,.nav-pagination>li>a {
    font-size: 1.1em;
    display: block;
    height: 2.25em;
    line-height: 2em;
    text-align: center;
    width: auto;
    min-width: 2.25em;
    padding: 0 7px;
    font-weight: bolder;
    border-radius: 99px;
    border: 2px solid currentColor;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    vertical-align: top
}

.nav-pagination>li i {
    font-size: 1.2em;
    vertical-align: middle;
    top: -1px
}

.nav-pagination>li>.current,.nav-pagination>li>span:hover,.nav-pagination>li>a:hover {
    border-color: #446084;
    background-color: #446084;
    color: #fff
}

.off-canvas .mobile-sidebar-slide {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden
}

.off-canvas .mobile-sidebar-slide .sidebar-menu {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    will-change: transform
}

.mobile-sidebar-levels-1 .nav-slide>li>ul.children,.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    left: 100%;
    opacity: 1;
    display: none;
    overflow: visible;
    overflow-y: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-overflow-scrolling: touch
}

.mobile-sidebar-levels-1 .nav-slide>li>ul.children>li,.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-sidebar-levels-1 .nav-slide>li>ul.children.is-current-slide,.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu.is-current-slide {
    display: block
}

.mobile-sidebar-levels-1 .nav-slide>li>ul.children.is-current-parent,.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu.is-current-parent {
    overflow-y: hidden;
    width: 200%;
    padding-right: 100%
}

.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header),.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header) {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #ececec;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .02em;
    color: rgba(102,102,102,.85)
}

.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header).active,.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header):hover,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header).active,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header):hover {
    background-color: rgba(0,0,0,.05)
}

.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>ul.children,.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>.sub-menu,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>ul.children,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>.sub-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    left: 200%;
    opacity: 1;
    display: none;
    overflow: visible;
    overflow-y: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-overflow-scrolling: touch
}

.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>ul.children>li,.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>.sub-menu>li,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>ul.children>li,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>.sub-menu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>ul.children.is-current-slide,.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>.sub-menu.is-current-slide,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>ul.children.is-current-slide,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>.sub-menu.is-current-slide {
    display: block
}

.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>ul.children.is-current-parent,.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>.sub-menu.is-current-parent,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>ul.children.is-current-parent,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>.sub-menu.is-current-parent {
    overflow-y: hidden;
    width: 200%;
    padding-right: 100%
}

.nav-slide {
    height: 100%;
    padding-top: 20px;
    overflow: visible;
    overflow-y: auto;
    -webkit-overflow-scrolling: auto
}

.nav-slide .active>.toggle {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.nav-slide>li {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.nav-slide-header .toggle {
    position: relative !important;
    top: 0 !important;
    margin-left: 0 !important;
    padding-left: 5px;
    text-align: left;
    width: 100%
}

.nav-slide-header .toggle i {
    margin-right: 2px;
    font-size: 1.4em
}

.text-center .nav-slide-header .toggle {
    width: auto;
    margin-left: auto !important;
    margin-right: auto !important
}

.nav-line-bottom>li>a:before,.nav-line-grow>li>a:before,.nav-line>li>a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: #446084;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    height: 3px
}

.nav-line-bottom>li:hover>a:before,.nav-line-grow>li:hover>a:before,.nav-line-bottom>li.active>a:before,.nav-line-grow>li.active>a:before,.nav-line>li.active>a:before,.nav-line>li:hover>a:before {
    opacity: 1
}

.nav:hover>li:not(:hover)>a:before {
    opacity: 0
}

.tabbed-content .nav-line-bottom:before {
    top: auto;
    bottom: 0
}

.nav-line-grow>li>a:before {
    width: 0
}

.nav-line-grow>li.active>a:before,.nav-line-grow>li:hover>a:before {
    width: 100%
}

.nav-line-bottom>li:before,.nav-line-bottom>li:after {
    display: none
}

.nav-line-bottom>li>a:before {
    top: auto;
    bottom: 0
}

.nav-box>li.active>a,.nav-pills>li.active>a {
    opacity: 1;
    color: #fff;
    background-color: #446084
}

.nav-tabs>li.active>a {
    background-color: #fff
}

.nav-dark .nav.nav-tabs>li.active>a {
    color: #000
}

.nav-outline>li.active>a {
    color: #446084;
    border-color: currentColor
}

.tabbed-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tabbed-content .nav,.tabbed-content .tab-panels {
    width: 100%
}

.tab-panels {
    padding-top: 1em
}

.tab-panels .entry-content {
    padding: 0
}

.tab-panels .panel:not(.active) {
    zoom:1;visibility: hidden;
    height: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    opacity: 0
}

.tab-panels .panel.active {
    display: block !important
}

.nav-box>li,.nav-tabs>li,.nav-outline>li,.nav-pills>li {
    margin: 0
}

.nav-box>li>a {
    padding: 0 .75em;
    line-height: 2.5em
}

.nav-pills>li>a {
    padding: 0 .75em;
    border-radius: 99px;
    line-height: 2.5em
}

.nav-tabs>li>a {
    border-top: 2px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: rgba(0,0,0,.04);
    padding-left: 15px;
    padding-right: 15px
}

.nav-tabs>li.active>a {
    border-top-color: #446084
}

.nav-dark .nav-tabs>li:not(.active)>a {
    background-color: rgba(255,255,255,.1);
    border-color: transparent
}

.tabbed-content .nav-tabs>li {
    margin: 0 .1em;
    margin-bottom: -1px
}

.nav-tabs+.tab-panels {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 30px
}

.nav-outline>li>a {
    line-height: 2.4em;
    padding: 0 .75em;
    position: relative;
    z-index: 10;
    border: 2px solid transparent;
    border-radius: 32px
}

@media(min-width: 850px) {
    .tabbed-content .nav-vertical {
        padding-top:0;
        width: 25%
    }

    .nav-vertical+.tab-panels {
        margin-top: 0 !important;
        border-left: 1px solid #ddd;
        padding: 0 30px 30px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .tabbed-content .nav-vertical.nav-outline {
        padding-right: 15px
    }
}

@media(max-width: 549px) {
    .small-nav-collapse>li {
        width:100%;
        margin: 0 !important
    }

    .small-nav-collapse>li a {
        width: 100%;
        display: block
    }
}

@media(max-width: 549px) {
    .small-nav-touch {
        -webkit-overflow-scrolling:touch;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -ms-flex-flow: nowrap;
        flex-flow: nowrap
    }

    .small-nav-touch>li {
        display: inline-block
    }
}

.toggle {
    height: auto;
    width: 45px;
    line-height: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
    color: currentColor;
    opacity: .6;
    margin: 0 5px 0 0
}

.toggle i {
    font-size: 1.8em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.toggle:focus {
    color: currentColor
}

.toggle:hover {
    cursor: pointer;
    opacity: 1
}

.active>.toggle {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.active>ul.children {
    display: block !important
}

.active>ul.sub-menu {
    display: block !important
}

.widget .toggle {
    width: 1em;
    min-height: 1em;
    margin: 0 0 0 5px
}

.widget .toggle i {
    top: 1px;
    font-size: 1.2em
}

.nav.nav-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.nav.nav-vertical li {
    list-style: none;
    margin: 0;
    width: 100%
}

.nav-vertical li li {
    font-size: 1em;
    padding-left: .5em
}

.nav-vertical .image-column {
    display: none !important
}

.nav-vertical>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-vertical>li ul {
    width: 100%
}

.nav-vertical li li.menu-item-has-children {
    margin-bottom: 1em
}

.nav-vertical li li.menu-item-has-children:not(:first-child) {
    margin-top: 1em
}

.nav-vertical>li>ul>li a,.nav-vertical>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.nav-vertical li li.menu-item-has-children>a {
    color: #000;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bolder
}

.nav-vertical>li.html {
    padding-top: 1em;
    padding-bottom: 1em
}

.nav-vertical>li>ul li a {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    color: #666
}

.nav-vertical>li>ul li a:hover {
    opacity: 1;
    color: #111
}

.nav-vertical>li>ul {
    margin: 0 0 2em;
    padding-left: 1em
}

.nav .children {
    position: fixed;
    opacity: 0;
    left: -99999px;
    -webkit-transition: background-color .6s,opacity .3s,-webkit-transform .3s;
    transition: background-color .6s,opacity .3s,-webkit-transform .3s;
    -o-transition: background-color .6s,transform .3s,opacity .3s;
    transition: background-color .6s,transform .3s,opacity .3s;
    transition: background-color .6s,transform .3s,opacity .3s,-webkit-transform .3s;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.nav:not(.nav-slide) .active>.children {
    position: inherit;
    opacity: 1;
    left: auto;
    padding-bottom: 30px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nav-sidebar.nav-vertical>li.menu-item.active,.nav-sidebar.nav-vertical>li.menu-item:hover {
    background-color: rgba(0,0,0,.05)
}

.nav-sidebar.nav-vertical>li+li {
    border-top: 1px solid #ececec
}

.dark .nav-sidebar.nav-vertical>li+li {
    border-color: rgba(255,255,255,.2)
}

.nav-vertical>li+li {
    border-top: 1px solid #ececec
}

.nav-vertical.nav-line>li>a:before {
    right: -2px;
    z-index: 1;
    left: auto;
    width: 3px;
    height: 100%
}

.nav-vertical.nav-tabs>li>a {
    border: 0
}

.nav-vertical.nav-tabs>li.active>a {
    border-left: 3px solid #446084
}

.text-center .toggle {
    margin-left: -35px
}

.text-center .nav-vertical li {
    border: 0
}

.text-center.nav-vertical li li,.text-center .nav-vertical li li {
    padding-left: 0
}

@media screen and (max-width: 549px) {
    .small-nav-vertical {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 20px
    }

    .small-nav-vertical>li {
        list-style: none;
        margin: 0 !important;
        width: 100%;
        border-bottom: 1px solid #ececec
    }
}

.nav-vertical .mega-menu-item {
    width: 100%
}

.nav-vertical .social-icons,.nav-vertical .header-button {
    display: block;
    width: 100%
}

@media screen and (min-width: 849px) {
    .col-divided>.col-inner>.nav-wrapper>.nav-vertical {
        width:calc(100% + 31px)
    }
}

.badge-container {
    margin: 30px 0 0
}

.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 2.8em;
    width: 2.8em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.badge.top {
    left: 0
}

.badge-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #446084;
    line-height: .85;
    color: #fff;
    font-weight: bolder;
    padding: 2px;
    white-space: nowrap;
    -webkit-transition: background-color .3s,color .3s,border .3s;
    -o-transition: background-color .3s,color .3s,border .3s;
    transition: background-color .3s,color .3s,border .3s
}

.badge-small {
    width: 2.3em;
    height: 2.3em
}

.badge-small .badge-inner {
    line-height: .7
}

.badge+.badge {
    opacity: .9;
    width: 2.5em;
    height: 2.5em
}

.badge+.badge+.badge {
    opacity: .8
}

.badge-frame .badge-inner,.badge-outline .badge-inner {
    color: #446084;
    background-color: #fff;
    border: 2px solid currentColor
}

.has-hover:hover .badge-outline .badge-inner {
    border-color: #446084;
    background-color: #446084;
    color: #fff
}

.badge-outline,.badge-circle {
    margin-left: -.4em
}

.badge-circle-inside {
    margin-left: 1em
}

.badge-circle+.badge {
    margin-top: -.4em;
    margin-left: -.4em
}

.badge-circle-inside .badge-inner,.badge-circle .badge-inner {
    border-radius: 999px
}

.badge-frame .badge-inner,.widget .badge-outline .badge-inner {
    background-color: transparent
}

.badge-frame {
    height: 2em;
    margin-left: -4px
}

.widget .badge {
    margin: 0 !important
}

.dark .widget .badge-outline .badge-inner {
    color: #fff;
    opacity: .7
}

.row-collapse .badge-circle {
    margin-left: 15px
}

.banner {
    position: relative;
    background-color: #446084;
    width: 100%;
    min-height: 30px
}

.banner-bg {
    overflow: hidden
}

.banner-layers {
    max-height: 100%;
    height: 100%;
    position: relative
}

@media(max-width: 549px) {
    .banner-layers {
        overflow:auto;
        -webkit-overflow-scrolling: touch
    }
}

.banner-layers>* {
    position: absolute !important
}

.dark .banner a {
    color: #fff
}

.video-bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: center center;";
    position: absolute;
    width: 100%;
    height: 100%
}

@media(min-width: 549px) {
    .has-video .bg {
        display:none
    }
}

.box {
    width: 100%;
    position: relative;
    margin: 0 auto
}

.box>a {
    width: 100%;
    display: block
}

.box a {
    display: inline-block
}

.box,.box-image,.box-text {
    -webkit-transition: opacity .3s,background-color .3s,-webkit-transform .3s;
    transition: opacity .3s,background-color .3s,-webkit-transform .3s;
    -o-transition: opacity .3s,transform .3s,background-color .3s;
    transition: opacity .3s,transform .3s,background-color .3s;
    transition: opacity .3s,transform .3s,background-color .3s,-webkit-transform .3s
}

.box-image>a,.box-image>div>a {
    display: block
}

.box-text {
    padding-top: .7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: .9em
}

.has-shadow .box-text {
    padding-left: 1.2em;
    padding-right: 1.2em
}

@media(max-width: 549px) {
    .box-text {
        font-size:85%
    }
}

.box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden
}

.box-image[style*=-radius] {
    -webkit-mask-image: -webkit-radial-gradient(#fff,#000)
}

.box-image-inner {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.box-text.text-center {
    padding-left: 10px;
    padding-right: 10px
}

.box-image img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

.box-label {
    overflow: hidden
}

.box-label .box-text.text-center {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 10% 0
}

.box-label .box-text.text-right {
    right: 0;
    left: auto
}

.box-label .box-text {
    position: absolute;
    bottom: 0;
    width: auto;
    padding: 0;
    margin: 10%;
    padding: .5em 1.5em .55em;
    background-color: #fff;
    opacity: .95;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.1)
}

.box-label:hover .box-text {
    opacity: 1
}

.box-badge {
    overflow: hidden
}

.box-badge .box-text {
    background-color: rgba(255,255,255,.95);
    padding: .8em 1em 1em;
    position: absolute;
    bottom: 15%;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    z-index: 1
}

.dark .box-badge .box-text {
    background-color: rgba(0,0,0,.95)
}

.box-badge:hover .box-text {
    background-color: #446084
}

.box-bounce .box-text {
    padding: 15px 15px 20px;
    z-index: 1
}

.box-bounce:hover .box-text {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    background-color: #fff
}

.dark .box-bounce:hover .box-text {
    background-color: #222
}

.box-bounce:hover .box-image {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box-push .box-text {
    padding: 15px 20px;
    background-color: rgba(255,255,255,.95);
    max-width: 85%;
    margin: -15% auto 0
}

.box-overlay .box-text,.box-shade .box-text {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em
}

.box-overlay.dark .box-text,.box-shade.dark .box-text {
    text-shadow: 1px 1px 1px rgba(0,0,0,.5)
}

.box-none .box-text {
    display: none !important
}

.has-post-icon:hover .box-shade .box-text,.has-post-icon:hover .box-overlay .box-text {
    opacity: 0 !important
}

.box-text-middle.box-overlay .box-text,.box-text-middle.box-shade .box-text {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto !important;
    z-index: 16;
    left: 0;
    right: 0
}

.box-text-top.box-overlay .box-text,.box-text-top.box-shade .box-text {
    position: absolute;
    top: 0;
    bottom: auto !important;
    z-index: 16;
    left: 0;
    right: 0
}

.box-vertical .box-text-middle .box-text {
    position: relative;
    top: auto;
    bottom: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.has-box-vertical .col {
    width: 100% !important;
    max-width: 100% !important
}

@media screen and (max-width: 549px) {
    .box-vertical .box-image {
        width:100% !important
    }
}

@media screen and (min-width: 550px) {
    .box-list-view .col {
        -ms-flex-preferred-size:100% !important;
        flex-basis: 100% !important;
        max-width: 100% !important
    }

    .box-list-view .box,.box-vertical {
        display: table;
        width: 100%
    }

    .box-list-view .box .image-right,.box-vertical .image-right {
        direction: rtl
    }

    .box-list-view .box .box-image,.box-list-view .box .box-text,.box-vertical .box-image,.box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle
    }

    .box-list-view .box .box-text,.box-vertical .box-text {
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    .box-list-view .box .box-image,.box-vertical .box-image {
        width: 50%
    }

    .box-list-view .box.align-top .box-text,.box-vertical.align-top .box-text {
        vertical-align: top
    }
}

.button,button,input[type=submit],input[type=reset],input[type=button] {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    -webkit-transition: border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    transition: border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    -o-transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.button span {
    display: inline-block;
    line-height: 1.6
}

.button.is-outline {
    line-height: 2.19em
}

.nav>li>a.button:hover,.nav>li>a.button {
    padding-top: 0;
    padding-bottom: 0
}

.nav>li>a.button:hover {
    color: #fff
}

.button,input[type=submit],input[type=submit].button,input[type=reset].button,input[type=button].button {
    color: #fff;
    background-color: #446084;
    background-color: var(--primary-color);
    border-color: rgba(0,0,0,.05)
}

.button.is-outline,input[type=submit].is-outline,input[type=reset].is-outline,input[type=button].is-outline {
    border: 2px solid currentColor;
    background-color: transparent
}

.dark .button.is-form:hover,.button:hover,input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover {
    outline: none;
    opacity: 1;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2)
}

.button.is-underline,.button.is-link {
    background-color: transparent !important;
    border-color: transparent !important;
    padding-left: .15em;
    padding-right: .15em
}

.button.is-underline:before {
    content: "";
    height: 2px;
    background-color: currentColor;
    opacity: .3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%
}

.button.is-underline:hover:before {
    left: 0;
    width: 100%;
    opacity: 1
}

.is-link,.is-underline {
    color: #666
}

.dark .button.is-underline:hover,.dark .button.is-link:hover {
    color: #fff;
    opacity: .8
}

.button.is-underline:hover,.button.is-link:hover {
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none
}

.is-form,button.is-form,input[type=submit].is-form,input[type=reset].is-form,input[type=button].is-form {
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: 400
}

.button.is-form:hover {
    color: #000;
    background-color: #f1f1f1
}

.dark .button,.dark input[type=submit],.dark input[type=reset],.dark input[type=button] {
    color: #fff
}

.dark .button.is-form,.dark input[type=submit].is-form,.dark input[type=reset].is-form,.dark input[type=button].is-form {
    color: #000
}

.is-round {
    border-radius: 99px
}

.is-shade,.is-bevel,.is-gloss {
    overflow: hidden
}

.is-gloss:after,.is-shade:after,.is-bevel:after {
    content: "";
    position: absolute;
    top: 0;
    left: -25%;
    height: 100%;
    width: 150%;
    -webkit-box-shadow: inset 0 1.2em 0 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1.2em 0 0 rgba(255,255,255,.1)
}

.is-shade:after {
    -webkit-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1),inset 0 2em 15px 0 rgba(255,255,255,.2);
    box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1),inset 0 2em 15px 0 rgba(255,255,255,.2)
}

.is-bevel:after {
    left: 0;
    width: 100%;
    -webkit-box-shadow: inset -.01em -.1em 0 0 rgba(0,0,0,.15);
    box-shadow: inset -.01em -.1em 0 0 rgba(0,0,0,.15)
}

.is-outline {
    color: silver
}

.is-outline:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

input[type=submit],input[type=submit].button,input[type=submit],.primary {
    background-color: #446084
}

.primary.is-underline,.primary.is-link,.primary.is-outline {
    color: #446084
}

.is-outline:hover,.primary.is-outline:hover {
    color: #fff;
    background-color: #446084;
    border-color: #446084
}

.success {
    background-color: #7a9c59
}

.success.is-underline,.success.is-link,.success.is-outline {
    color: #7a9c59
}

.success.is-outline:hover {
    background-color: #7a9c59;
    border-color: #7a9c59;
    color: #fff
}

.white {
    background-color: #fff !important;
    color: #666 !important
}

.white.button.is-outline {
    background-color: transparent;
    color: currentColor !important
}

.white.is-underline,.white.is-link,.white.is-outline {
    color: #fff !important;
    background-color: transparent !important
}

.white.is-outline:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #666 !important
}

.secondary,.checkout-button,.button.checkout,.button.alt {
    background-color: #d26e4b
}

.secondary.is-underline,.secondary.is-link,.secondary.is-outline {
    color: #d26e4b
}

.secondary.is-outline:hover {
    background-color: #d26e4b;
    border-color: #d26e4b;
    color: #fff
}

a.primary:not(.button),a.secondary:not(.button) {
    background-color: transparent
}

.alert {
    background-color: #b20000
}

.alert.is-underline,.alert.is-link,.alert.is-outline {
    color: #b20000
}

.alert.is-outline:hover {
    background-color: #b20000;
    border-color: #b20000;
    color: #fff
}

.text-center .button:first-of-type {
    margin-left: 0 !important
}

.text-right .button:last-of-type,.text-center .button:last-of-type {
    margin-right: 0 !important
}

.button.disabled,button.disabled,.button[disabled],button[disabled] {
    opacity: .6
}

.header-buttons .button {
    margin-bottom: 0;
    margin-right: .65em
}

.header-button {
    display: inline-block
}

.header-button .plain.is-outline:not(:hover) {
    color: #999
}

.nav-dark .header-button .plain.is-outline:not(:hover) {
    color: #fff
}

.header-button .button {
    margin: 0
}

.scroll-for-more {
    margin-left: 0 !important
}

.scroll-for-more:not(:hover) {
    opacity: .7
}

.flex-col button,.flex-col .button,.flex-col input {
    margin-bottom: 0
}

code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: .9em;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 4px
}

pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre
}

.dark code {
    border-color: #000;
    background-color: rgba(0,0,0,.5)
}

.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px
}

.widget .is-divider {
    margin-top: .66em
}

.dark .is-divider {
    background-color: rgba(255,255,255,.3)
}

form {
    margin-bottom: 0
}

input[type=email],input[type=date],input[type=search],input[type=number],input[type=text],input[type=tel],input[type=url],input[type=password],textarea,select,.select-resize-ghost,.select2-container .select2-choice,.select2-container .select2-selection {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
    -o-transition: color .3s,border .3s,background .3s,opacity .3s;
    transition: color .3s,border .3s,background .3s,opacity .3s
}

input:hover,textarea:hover,select:hover {
    -webkit-box-shadow: inset 0 -1.8em 1em 0 rgba(0,0,0,0);
    box-shadow: inset 0 -1.8em 1em 0 rgba(0,0,0,0)
}

input[type=email],input[type=search],input[type=number],input[type=url],input[type=tel],input[type=text],textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    padding-top: .7em;
    min-height: 120px
}

input[type=email]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus {
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    outline: 0;
    color: #333;
    background-color: #fff
}

label,legend {
    font-weight: 700;
    display: block;
    font-size: .9em;
    margin-bottom: .4em
}

legend {
    width: 100%;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin: 30px 0 15px
}

fieldset {
    border-width: 0;
    padding: 0
}

input[type=checkbox],input[type=radio] {
    display: inline;
    margin-right: 10px;
    font-size: 16px
}

label>.label-body {
    display: inline-block;
    font-weight: 400;
    margin-left: .5em
}

abbr[title=required] {
    color: #b20000
}

input[type=checkbox]+label,input[type=radio]+label {
    display: inline
}

select,.select-resize-ghost,.select2-container .select2-choice,.select2-container .select2-selection {
    -webkit-box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
    box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,.02);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    border-radius: 0;
    display: block
}

.select-resize-ghost {
    display: inline-block;
    width: auto;
    position: absolute;
    opacity: 0
}

select.resize-select {
    width: 55px
}

.select2-selection__arrow b {
    border-color: transparent !important
}

.select2-container .selection .select2-selection--multiple {
    padding: 10px;
    height: auto;
    max-height: 200px;
    background-image: none;
    line-height: 1.7em
}

.select2-container .selection .select2-selection--multiple .select2-selection__choice {
    padding: 5px
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    select::-ms-expand {
        display: none
    }

    select:focus::-ms-value {
        background: 0 0;
        color: currentColor
    }
}

.form-flat input:not([type=submit]),.form-flat textarea,.form-flat select {
    background-color: rgba(0,0,0,.03);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0,0,0,.09);
    color: currentColor !important;
    border-radius: 99px
}

.form-flat button,.form-flat input {
    border-radius: 99px
}

.form-flat textarea {
    border-radius: 15px
}

.form-flat .flex-row .flex-col,.flex-row.form-flat .flex-col {
    padding-right: 4px
}

.dark .form-flat input:not([type=submit]),.dark .form-flat textarea,.dark .form-flat select,.nav-dark .form-flat input:not([type=submit]),.nav-dark .form-flat textarea,.nav-dark .form-flat select {
    background-color: rgba(255,255,255,.2) !important;
    border-color: rgba(255,255,255,.09);
    color: #fff
}

.dark .form-flat select option {
    color: #333
}

.nav-dark .form-flat select,.dark .form-flat select {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")
}

.nav-dark .form-flat input::-webkit-input-placeholder,.dark .form-flat input::-webkit-input-placeholder {
    color: #fff
}

.form-flat .button.icon {
    color: currentColor !important;
    border-color: transparent !important;
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-minimal input:not([type=submit]),.form-minimal textarea,.form-minimal select {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-minimal.quantity .qty {
    max-width: 2em;
    border-left: 0;
    border-right: 0
}

input.wpcf7-not-valid,.woocommerce-invalid input {
    border-color: #b20000;
    color: #b20000
}

.woocommerce-invalid select {
    border-color: #b20000
}

.woocommerce-invalid input.input-checkbox {
    outline: 1px solid #b20000;
    outline-offset: 1px
}

.select2-container {
    text-align: left
}

.form-row .select2-container {
    margin-bottom: 1em
}

.select2-search__field {
    margin-bottom: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px
}

.select2-container .select2-choice>.select2-chosen,.select2-container .select2-selection--single .select2-selection__rendered,.select2-selection {
    padding: 0;
    line-height: 2.507em
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.507em
}

.fl-wrap {
    position: relative
}

.loading-site .fl-labels label[for]:first-child {
    display: none
}

.fl-labels .fl-wrap label[for]:first-child {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 12px;
    white-space: nowrap;
    position: absolute;
    line-height: 1;
    top: .5em;
    opacity: 0;
    pointer-events: none;
    left: 1.1em;
    font-weight: 400
}

.dark .fl-wrap label {
    color: #000
}

.fl-wrap.fl-is-active>label[for]:first-child {
    z-index: 1;
    opacity: .8
}

.fl-labels .form-row input:not([type=checkbox]),.fl-labels .form-row textarea,.fl-labels .form-row select {
    height: 3.0084em;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s
}

.form-row .fl-is-active input,.form-row .fl-is-active textarea {
    padding-top: 1.1em;
    padding-bottom: .5em
}

.form-row .fl-is-active select {
    padding-top: 1.1em;
    padding-bottom: .4em
}

.icon-box .icon-box-img {
    margin-bottom: 1em;
    max-width: 100%;
    position: relative
}

.slider>.icon-box,.flickity-slider>.icon-box {
    padding-right: 3% !important;
    padding-left: 3% !important
}

.icon-box-img svg,.icon-box-img img {
    padding-top: .2em;
    width: 100%
}

.icon-box-img svg {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    fill: currentColor
}

.icon-box-img svg path {
    fill: currentColor
}

.icon-box:hover .has-icon-bg svg path,.icon-box:hover .has-icon-bg svg,.icon-box:hover .has-icon-bg i {
    fill: #fff
}

.has-icon-bg .icon {
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    position: relative
}

.has-icon-bg .icon .icon-inner {
    color: #446084;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    border: 2px solid currentColor;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.icon-box:hover .has-icon-bg .icon .icon-inner {
    background-color: currentColor
}

.has-icon-bg .icon svg,.has-icon-bg .icon i,.has-icon-bg .icon img {
    position: absolute;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60%;
    margin-left: 20%;
    margin-right: 20%
}

.icon-box-left .has-icon-bg .icon {
    position: absolute;
    width: 100%
}

.icon-box-left,.icon-box-right {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.icon-box-left .icon-box-img,.icon-box-right .icon-box-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px
}

.icon-box-left .icon-box-text,.icon-box-right .icon-box-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.icon-box-right .icon-box-text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em
}

.icon-box-right .icon-box-img+.icon-box-text {
    padding-right: 1em
}

.icon-box-center .icon-box-img {
    margin: 0 auto 1em
}

.links>li>a:before,i[class^=icon-],i[class*=" icon-"] {
    font-family: "fl-icons" !important;
    font-display: block;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2
}

.widget-title i {
    opacity: .35;
    margin-right: 4px
}

button i,.button i {
    vertical-align: middle;
    top: -1.5px
}

.button.open-video i {
    top: -.027em
}

a.remove,a.icon-remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: 700;
    text-align: center;
    border: 2px solid currentColor
}

button.icon:not(.button),a.icon:not(.button) {
    font-family: sans-serif;
    margin-left: .25em;
    margin-right: .25em;
    font-size: 1.2em
}

.header a.icon:not(.button) {
    margin-left: .3em;
    margin-right: .3em
}

.header .nav-small a.icon:not(.button) {
    font-size: 1em
}

.button.icon {
    margin-left: .12em;
    margin-right: .12em;
    min-width: 2.5em;
    padding-left: .6em;
    padding-right: .6em;
    display: inline-block
}

.button.icon i {
    font-size: 1.2em
}

.button.icon i+span {
    padding-right: .5em
}

.button.icon.is-small {
    border-width: 1px
}

.button.icon.is-small i {
    top: -1px
}

.button.icon.circle {
    padding-left: 0;
    padding-right: 0
}

.button.icon.circle>span {
    margin: 0 8px
}

.button.icon.circle>span+i {
    margin-left: -4px
}

.button.icon.circle>i {
    margin: 0 8px
}

.button.icon.circle>i+span {
    margin-left: -4px
}

.button.icon.circle>i:only-child {
    margin: 0
}

.nav>li>a>i {
    vertical-align: middle;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-size: 20px
}

.nav>li>a>i+span {
    margin-left: 5px
}

.nav li.has-icon-left>a>i,.nav li.has-icon-left>a>svg,.nav li.has-icon-left>a>img {
    margin-right: 5px
}

.nav>li>a>span+i {
    margin-left: 5px
}

.nav-small>li>a>i {
    font-size: 1em
}

.nav>li>a>i.icon-search {
    font-size: 1.2em
}

.nav>li>a>i.icon-menu {
    font-size: 1.9em
}

.nav>li.has-icon>a>i {
    min-width: 1em
}

.nav-vertical>li>a>i {
    font-size: 16px;
    opacity: .6
}

.header-button a.icon:not(.button) {
    display: inline-block;
    padding: 6px 0
}

.header-button a.icon:not(.button) i {
    font-size: 24px
}

.header-button a.icon:not(.button) i.icon-search {
    font-size: 16px
}

.nav-small .header-button a.icon:not(.button) {
    padding: 3px 0
}

.button:not(.icon)>i {
    margin-left: -.15em;
    margin-right: .4em
}

.button:not(.icon)>span+i {
    margin-right: -.15em;
    margin-left: .4em
}

.has-dropdown .icon-angle-down {
    font-size: 16px;
    margin-left: .2em;
    opacity: .6
}

.overlay-icon {
    background-color: rgba(0,0,0,.2);
    width: 3em;
    color: #fff;
    height: 3em;
    line-height: 2.8em;
    border-radius: 100%;
    text-align: center;
    border: 2px solid #fff;
    opacity: .8;
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    transition: opacity .2s,-webkit-transform .2s;
    -o-transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s,-webkit-transform .2s
}

.overlay-icon i {
    font-size: 1.3em;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    top: 3px
}

.has-hover:hover .overlay-icon {
    opacity: 1;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.box-shade .overlay-icon,.box-overlay .overlay-icon {
    opacity: 0
}

.image-icon {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    position: relative
}

span+.image-icon {
    margin-left: 10px
}

.image-icon img {
    max-width: 32px;
    min-width: 100%
}

.nav-small .image-icon {
    width: 16px;
    height: 16px;
    margin: 0 5px
}

.nav-small .image-icon img {
    vertical-align: top
}

[data-icon-label] {
    position: relative
}

[data-icon-label="0"]:after {
    display: none
}

[data-icon-label]:after {
    content: attr(data-icon-label);
    position: absolute;
    font-style: normal;
    font-family: Arial,Sans-serif !important;
    top: -10px;
    right: -10px;
    font-weight: bolder;
    background-color: #d26e4b;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,.3);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,.3);
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
    opacity: .9;
    line-height: 17px;
    letter-spacing: -.5px;
    height: 17px;
    min-width: 17px;
    border-radius: 99px;
    color: #fff;
    text-align: center;
    z-index: 1;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.nav-small [data-icon-label]:after {
    min-width: 13px;
    top: -4px;
    right: -10px;
    height: 13px;
    font-size: 10px;
    line-height: 13px
}

.button [data-icon-label]:after {
    top: -12px;
    right: -12px
}

.reveal-icon i {
    width: 1em
}

.reveal-icon i,.reveal-icon span {
    display: inline-block;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    -o-transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s
}

.reveal-icon span {
    -webkit-transform: translateX(.75em);
    -ms-transform: translateX(.75em);
    transform: translateX(.75em)
}

.reveal-icon i+span {
    -webkit-transform: translateX(-.75em);
    -ms-transform: translateX(-.75em);
    transform: translateX(-.75em)
}

.reveal-icon:hover>span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.reveal-icon:not(:hover) i {
    opacity: 0
}

img {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1
}

.col-inner>.img:not(:last-child),.col>.img:not(:last-child) {
    margin-bottom: 1em
}

.img {
    position: relative
}

.img .img-inner {
    position: relative;
    overflow: hidden
}

.img,.img img {
    width: 100%
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    background-color: rgba(0,0,0,.15);
    -webkit-transition: opacity .6s,-webkit-transform .3s;
    transition: opacity .6s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .6s;
    transition: transform .3s,opacity .6s;
    transition: transform .3s,opacity .6s,-webkit-transform .3s;
    pointer-events: none
}

.img .caption {
    position: absolute;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    max-height: 100% !important;
    overflow-y: auto;
    bottom: 0;
    padding: 4px 10px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    background-color: rgba(0,0,0,.3)
}

.img .caption-show,.img:hover .caption {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.lazy-load {
    background-color: rgba(0,0,0,.03)
}

.has-format,.video-fit,.image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover
}

.video-fit {
    padding-top: 56.5%
}

.video-fit video,.video-fit iframe,img.back-image,.image-cover img,.has-format img,.has-equal-box-heights .box-image img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.has-equal-box-heights .box-image {
    padding-top: 100%
}

.video-fit iframe {
    -o-object-fit: fill;
    object-fit: fill
}

.image-tools {
    padding: 10px;
    position: absolute
}

.image-tools a:last-child {
    margin-bottom: 0
}

.image-tools a.button {
    display: block
}

.image-tools.bottom.left {
    padding-top: 0;
    padding-right: 0
}

.image-tools.top.right {
    padding-bottom: 0;
    padding-left: 0
}

.image-tools .cart-icon {
    position: absolute;
    left: 10px;
    margin: 5px;
    bottom: 100%
}

.image-tools .wishlist-button:hover {
    background-color: #b20000;
    border-color: #b20000
}

@media only screen and (max-device-width: 1024px) {
    .image-tools {
        opacity:1 !important;
        padding: 5px
    }
}

.overlay-tools {
    margin-top: 10px
}

.overlay-tools a {
    display: inline-block;
    font-size: .8em;
    background-color: rgba(0,0,0,.4);
    padding: 2px 10px 3px;
    margin-right: 5px;
    border-radius: 99px;
    text-shadow: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.overlay-tools a:hover {
    background-color: #fff;
    color: #000 !important
}

.tag-label {
    text-transform: uppercase;
    display: inline-block;
    font-size: .65em;
    line-height: 1;
    letter-spacing: 1.1px;
    font-weight: 700;
    border-radius: 2px;
    padding: 2px 5px;
    color: #fff;
    background-color: rgba(0,0,0,.4);
    -webkit-transition: background-color .3s,opacity .3s;
    -o-transition: background-color .3s,opacity .3s;
    transition: background-color .3s,opacity .3s
}

.has-hover:hover .tag-label {
    opacity: 1;
    background-color: #d26e4b
}

.lightbox-content {
    background-color: #fff;
    max-width: 875px;
    margin: 0 auto;
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0,0,0,.15);
    box-shadow: 3px 3px 20px 0 rgba(0,0,0,.15);
    position: relative
}

.lightbox-content .lightbox-inner {
    padding: 30px 20px
}

.pswp__bg {
    background-color: rgba(0,0,0,.6)
}

@media(min-width: 549px) {
    .pswp__top-bar {
        background-color:transparent !important
    }
}

.pswp__item {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0
}

.pswp--visible .pswp__item {
    opacity: 1
}

.pswp__caption__center {
    text-align: center
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s
}

.mfp-bg.mfp-ready {
    opacity: .6
}

.mfp-bg.mfp-removing {
    opacity: 0 !important
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-image-holder {
    padding: 40px 6.66%
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity .3s,-webkit-transform .5s;
    transition: opacity .3s,-webkit-transform .5s;
    -o-transition: transform .5s,opacity .3s;
    transition: transform .5s,opacity .3s;
    transition: transform .5s,opacity .3s,-webkit-transform .5s
}

.mfp-content-inner {
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2)
}

.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mfp-ready.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-inline-holder .mfp-content,.mfp-ajax-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: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-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
}

.mfp-close {
    cursor: pointer;
    outline: none;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: fixed;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    padding: 0;
    mix-blend-mode: difference;
    margin: 0 !important;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    min-height: 0;
    width: 40px;
    -webkit-backface-visibility: hidden;
    height: 40px;
    line-height: 40px;
    font-family: Arial,monospace;
    -webkit-transition: opacity .6s,-webkit-transform .6s;
    transition: opacity .6s,-webkit-transform .6s;
    -o-transition: opacity .6s,transform .6s;
    transition: opacity .6s,transform .6s;
    transition: opacity .6s,transform .6s,-webkit-transform .6s;
    -webkit-transform: translateY(50%) translateZ(1px);
    transform: translateY(50%) translateZ(1px)
}

.mfp-close svg {
    pointer-events: none
}

.mfp-content .mfp-close {
    position: absolute
}

.mfp-ready .mfp-close {
    opacity: .6;
    -webkit-transform: translateY(0) translateZ(1px);
    transform: translateY(0) translateZ(1px)
}

.mfp-removing .mfp-close {
    display: none !important
}

.mfp-close:hover {
    opacity: 1
}

.mfp-close-btn-in .mfp-close {
    top: 0 !important;
    color: currentColor
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: fixed;
    opacity: .6;
    color: #fff;
    mix-blend-mode: difference;
    top: 50%;
    z-index: 1046;
    margin: 0;
    text-align: center;
    width: 50px;
    height: 50px
}

.mfp-arrow i {
    pointer-events: none;
    font-size: 42px !important
}

.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:active {
    top: 50.1%
}

.mfp-arrow-left {
    left: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.mfp-arrow-right {
    right: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.mfp-ready .mfp-arrow-right,.mfp-ready .mfp-arrow-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.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%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 0;
    padding: 0 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    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 {
    font-size: 11px;
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-title a {
    text-decoration: underline;
    color: #f3f3f3
}

.mfp-title a:hover {
    text-decoration: none;
    color: #f3f3f3;
    opacity: .8
}

.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;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
}

@media(max-width: 849px) {
    body.body-scroll-lock--active .mfp-wrap {
        position:fixed !important;
        overflow: auto
    }
}

.processing,.loading-spin {
    position: relative
}

.processing:before,.loading-spin {
    content: "";
    margin: 0 auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid rgba(0,0,0,.1) !important;
    border-right: 3px solid rgba(0,0,0,.1) !important;
    border-bottom: 3px solid rgba(0,0,0,.1) !important;
    opacity: .8;
    border-left: 3px solid #446084;
    -webkit-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    pointer-events: none
}

.box-image.processing:before,.dark .processing:before,.dark.processing:before,.dark.loading-spin,.dark .loading-spin {
    border-top: 3px solid rgba(0,0,0,.1) !important;
    border-right: 3px solid rgba(0,0,0,.1) !important;
    border-bottom: 3px solid rgba(0,0,0,.1) !important;
    border-left: 3px solid #fff !important
}

.box-image.processing:after {
    content: "";
    background-color: #000;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.box-image.processing .image-tools {
    opacity: 0 !important
}

.woocommerce-checkout.processing:before {
    position: fixed
}

.processing:before,.loading-spin.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99
}

.loading-spin {
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.button.loading {
    opacity: 1 !important;
    position: relative;
    color: rgba(255,255,255,.05);
    pointer-events: none !important
}

.button.loading:after {
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px
}

.is-outline .button.loading:after {
    border-color: #446084
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ux-menu-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ux-menu-link--active .ux-menu-link__link,.ux-menu-link:hover .ux-menu-link__link {
    color: rgba(17,17,17,.85)
}

.dark .ux-menu-link__link {
    border-bottom-color: rgba(255,255,255,.2)
}

.dark .ux-menu-link--active .ux-menu-link__link,.dark .ux-menu-link:hover .ux-menu-link__link {
    color: rgba(255,255,255,.85)
}

.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border-bottom-style: solid
}

.ux-menu-link__link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 2.5em;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: .3em;
    padding-bottom: .3em;
    color: currentColor;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-bottom-color: #ececec;
    border-bottom-width: 1px
}

.ux-menu-link__icon {
    width: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    vertical-align: middle
}

.ux-menu-link__icon+.ux-menu-link__text {
    padding-left: .5em
}

.ux-menu-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bolder;
    margin-top: 5px;
    color: #000;
    min-height: 3.125em;
    padding-top: .3em;
    padding-bottom: .3em
}

.ux-menu-link+.ux-menu-title {
    margin-top: 5px !important
}

.dark .ux-menu-title {
    color: currentColor
}

.off-canvas .mfp-content {
    -ms-scrollbar-base-color:#000;-ms-scrollbar-arrow-color:#000;-ms-overflow-style: -ms-autohiding-scrollbar
}

.off-canvas .nav-vertical>li>a {
    padding-top: 15px;
    padding-bottom: 15px
}

.off-canvas .nav-vertical li li>a {
    padding-top: 5px;
    padding-bottom: 5px
}

.off-canvas .hide-for-off-canvas {
    display: none !important
}

.off-canvas .hide-for-small,.off-canvas .hide-for-medium {
    display: inline-block !important
}

.off-canvas-right .mfp-content,.off-canvas-left .mfp-content {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 260px;
    background-color: rgba(255,255,255,.95);
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5)
}

.off-canvas-right.dark .mfp-content,.off-canvas-left.dark .mfp-content {
    background-color: rgba(0,0,0,.95)
}

.off-canvas-right .mfp-content {
    left: auto;
    right: 0;
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px)
}

.off-canvas-center .nav-vertical>li>ul>li a,.off-canvas-center .nav-vertical>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.off-canvas-center .nav-vertical>li>a {
    font-size: 1.5em
}

.off-canvas-center .mfp-container {
    padding: 0
}

.off-canvas-center .mfp-content {
    padding-top: 50px;
    max-width: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.off-canvas-center .mfp-content .searchform {
    max-width: 260px;
    margin: 0 auto
}

.off-canvas-center.mfp-bg.mfp-ready {
    opacity: .85
}

.mfp-bg.off-canvas-center:not(.dark) {
    background-color: #fff;
    opacity: .95
}

.off-canvas-center .nav-sidebar.nav-vertical>li {
    border: 0
}

.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    padding-right: 30px;
    padding-left: 30px
}

.off-canvas-center .nav-sidebar.nav-vertical>li .toggle {
    position: absolute;
    top: 15px;
    right: 0
}

.off-canvas-center:not(.dark) .mfp-close {
    color: currentColor
}

.off-canvas.mfp-removing .mfp-content {
    opacity: 0 !important
}

.off-canvas-left.mfp-ready .mfp-content,.off-canvas-right.mfp-ready .mfp-content {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1
}

.has-off-canvas .off-canvas-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.has-off-canvas .off-canvas-zoom {
    -webkit-transform: scale(.98);
    -ms-transform: scale(.98);
    transform: scale(.98)
}

.has-off-canvas .current-lightbox-clicked {
    opacity: 0 !important;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px)
}

.has-off-canvas.has-off-canvas-right .current-lightbox-clicked,.has-off-canvas.has-off-canvas-left .current-lightbox-clicked {
    -webkit-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    transform: translateX(-7px)
}

.off-canvas .sidebar-menu {
    padding: 30px 0
}

.off-canvas .sidebar-inner {
    padding: 30px 20px
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding-left: 20px
}

.off-canvas:not(.off-canvas-center) li.html {
    padding: 20px
}

.slider-wrapper {
    position: relative
}

.slider>.img,.flickity-slider>.img,.slider-wrapper:last-child {
    margin-bottom: 0
}

.slider,.row-slider {
    position: relative;
    scrollbar-width: none
}

.slider-full .flickity-slider>.col {
    padding: 0 !important
}

.slider-load-first {
    -webkit-transition: max-height 2s;
    -o-transition: max-height 2s;
    transition: max-height 2s;
    max-height: 999px
}

.slider-load-first:not(.flickity-enabled) {
    max-height: 500px
}

.slider-load-first:not(.flickity-enabled)>div {
    opacity: 0
}

.slider:not(.flickity-enabled) {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    width: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.slider::-webkit-scrollbar,.row-slider::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.row-slider:not(.flickity-enabled) {
    display: block !important
}

.slider:not(.flickity-enabled)>* {
    display: inline-block !important;
    white-space: normal !important;
    vertical-align: top
}

.slider:not(.flickity-enabled)>a {
    width: 100%
}

.slider>div:not(.col),.slider>a,.slider>p,.slider>a>img,.slider>img {
    width: 100%
}

.flickity-slider>div:not(.col),.flickity-slider>a,.flickity-slider>p,.flickity-slider>a>img,.flickity-slider>img,.flickity-slider>figure {
    width: 100% !important;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity .6s,-webkit-transform .6s,-webkit-box-shadow .6s;
    transition: opacity .6s,-webkit-transform .6s,-webkit-box-shadow .6s;
    -o-transition: transform .6s,opacity .6s,box-shadow .6s;
    transition: transform .6s,opacity .6s,box-shadow .6s;
    transition: transform .6s,opacity .6s,box-shadow .6s,-webkit-transform .6s,-webkit-box-shadow .6s
}

.flickity-slider>.row:not(.is-selected) {
    opacity: 0
}

.flickity-enabled {
    position: relative;
    display: block
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.slider-has-parallax .bg {
    -webkit-transition: opacity .3s !important;
    -o-transition: opacity .3s !important;
    transition: opacity .3s !important
}

.is-dragging .flickity-viewport .flickity-slider {
    pointer-events: none
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 40%;
    bottom: 40%;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 36px;
    color: #111;
    border: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .3s,background .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    transition: opacity .3s,background .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    -o-transition: transform .3s,opacity .3s,background .3s,box-shadow .3s;
    transition: transform .3s,opacity .3s,background .3s,box-shadow .3s;
    transition: transform .3s,opacity .3s,background .3s,box-shadow .3s,-webkit-transform .3s,-webkit-box-shadow .3s
}

.flickity-prev-next-button.next {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    right: 2%
}

.flickity-prev-next-button.previous {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    left: 2%
}

.slider-show-nav .flickity-prev-next-button,.slider:hover .flickity-prev-next-button {
    opacity: .7;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.slider .flickity-prev-next-button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1
}

.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow {
    fill: #446084
}

@media(min-width: 850px) {
    .slider-nav-outside .flickity-prev-next-button.next {
        right:auto;
        left: 100%
    }

    .slider-nav-outside .flickity-prev-next-button.previous {
        left: auto;
        right: 100%
    }
}

.flickity-prev-next-button:disabled,button.flickity-prev-next-button[disabled] {
    opacity: 0 !important;
    background: 0 0 !important;
    cursor: auto;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    pointer-events: none
}

.flickity-prev-next-button svg {
    position: absolute;
    padding: 5px;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 100%;
    padding: 20%;
    max-height: 100%;
    height: auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -10%
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
    margin-top: -40px
}

.flickity-prev-next-button svg,.flickity-prev-next-button .arrow {
    border-color: currentColor;
    fill: currentColor;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.slider-auto-height,.animate-height {
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s
}

.flickity-prev-next-button.no-svg {
    color: #111;
    font-size: 26px
}

.slider-no-arrows .flickity-prev-next-button {
    display: none !important
}

.slider-type-fade .flickity-slider {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.slider-type-fade .flickity-slider>* {
    opacity: 0;
    z-index: 1;
    left: 0 !important
}

.slider-type-fade .flickity-slider>*.is-selected {
    opacity: 1;
    z-index: 2
}

.slider-type-fade .flickity-prev-next-button,.slider-type-fade .flickity-page-dots {
    z-index: 3
}

.flickity-page-dots {
    position: absolute;
    bottom: 15px;
    left: 20%;
    right: 20%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.slider-nav-outside .flickity-page-dots,.row-slider .flickity-page-dots {
    bottom: 0
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: 3px solid #111;
    border-radius: 50%;
    opacity: .4;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.nav-dots-small .flickity-page-dots .dot,.row-slider .flickity-page-dots .dot {
    opacity: .2;
    width: 10px;
    height: 10px;
    border: 0;
    background-color: #111
}

.flickity-page-dots .dot:hover {
    opacity: .7
}

.flickity-page-dots .dot.is-selected {
    background-color: #111;
    opacity: 1 !important
}

.slider-nav-dots-dashes .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0
}

.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    border-radius: 0
}

.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #111
}

.slider-nav-dots-square .flickity-page-dots .dot {
    border-radius: 0
}

.slider-nav-circle .flickity-prev-next-button svg,.slider-nav-circle .flickity-prev-next-button .arrow {
    border-radius: 100%;
    border: 2px solid currentColor
}

.slider-nav-circle .flickity-prev-next-button:hover svg,.slider-nav-circle .flickity-prev-next-button:hover .arrow {
    background-color: #446084;
    border-color: #446084;
    fill: #fff !important
}

.slider-nav-outside.slider-nav-circle .next {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.slider-nav-outside.slider-nav-circle .previous {
    -webkit-transform: translateX(50%) !important;
    -ms-transform: translateX(50%) !important;
    transform: translateX(50%) !important
}

.slider-nav-reveal {
    padding-top: 0;
    overflow: hidden
}

.slider-nav-reveal .flickity-prev-next-button:hover,.slider-nav-reveal .flickity-prev-next-button {
    width: 30px;
    top: -2px;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 -150px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 -150px 15px 0 rgba(0,0,0,.3);
    margin: 0 !important
}

.dark .slider-nav-reveal .flickity-prev-next-button {
    border-radius: 99px;
    background-color: rgba(0,0,0,.3);
    color: #fff
}

.slider-nav-reveal .flickity-prev-next-button.next {
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    left: auto !important;
    right: -1px !important
}

.slider-nav-reveal .flickity-prev-next-button.previous {
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    transform: translateX(-10%);
    right: auto !important;
    left: -1px !important
}

.slider-nav-light .flickity-prev-next-button {
    color: #fff
}

.slider-nav-light .flickity-prev-next-button svg,.slider-nav-light .flickity-prev-next-button .arrow {
    fill: #fff
}

.slider-nav-light .flickity-page-dots .dot {
    border-color: #fff
}

.slider-nav-light .flickity-page-dots .dot.is-selected {
    background-color: #fff
}

.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #fff
}

.slider-style-container .flickity-slider>*,.slider-style-shadow .flickity-slider>*,.slider-style-focus .flickity-slider>* {
    max-width: 1080px;
    margin: 0 auto
}

.slider-style-container:not(.flickity-enabled) .ux_banner,.slider-style-shadow:not(.flickity-enabled) .ux_banner,.slider-style-focus:not(.flickity-enabled) .ux_banner {
    opacity: 0 !important
}

.slider-style-container .ux_banner,.slider-style-shadow .ux_banner,.slider-style-focus .ux_banner {
    opacity: 1
}

.slider-style-container .flickity-slider>*:not(.is-selected),.slider-style-shadow .flickity-slider>*:not(.is-selected),.slider-style-focus .flickity-slider>*:not(.is-selected) {
    opacity: .5
}

.slider-style-shadow {
    padding: 15px 0 25px
}

.slider-style-shadow .flickity-slider>*:before {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 100px;
    left: -10%;
    right: -10%;
    background-size: 100% 100%;
    z-index: -2;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAz8AAABiCAMAAABJc53FAAAAe1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC9eBywAAAAKXRSTlMAgAQNCBwRFDJOGGR7JnMjIHlDPW9ZKkA3X1xHL2w6VlIsS6uPhKCmmWNGZaEAAA3ZSURBVHja7NrtauswEIRhMRIO5P4vuCGNN5ZX0tr6cISZJ/9OT6GFvJrI1BHRHJB8Ec1h6vdiLhU2RNewD/R5T3Rk92f+8umOEqFg1h2CsT9cIboWCvszW0Ew94crRNeBQ3F/5ioIen8g5Aszdk93BHN/ZioIif3ZeX9lvu7pjtSB/SXvvRkKgkoZDiWTdU93hHh/EFv35/cFYd/7MayHRjl+kkf1yBBcCPH+nOHAJ3E0yqn3o4MagvHU7OEstkNDrGfzGeoiMpaevQqcH+qsw2l+eUEvqMRLEPXXcJxf9mwLqTsaP8LR76HhPP/F/uCDH+FoDqgXXUtGiYcO4ADRNODQ4sr9+fywLIhmghbxY7EhthctlIX4xXxImaqeF4cL9ydt00vY+Pw7A6KBTh7j2ti/RoC8XCmePCAwHxolVc7uFDc6umh/kCSjY2BBNAaElJNUSmgzE4PWJ+0bu42PsEkMqccE5Asaqmp6NG4QdQWn4ilDaYTWV+f1qbr1+EhY8WkcdZNanpYR6h73W66eNJ/HgqgLxIwz+8xNqPMCwYxHp2MXxH6odz0+L9tQYYPQ6y9GD9fjjwkr9kN1TtajIjIT6lOPs+qx21kWv6wSxwGfxlFDPpVHt12QjEe19Xm4EnC4HUX/GtwfqgwoCP2O84vVkF3QC1r3x65HBlKNjniogNgPtfYTvozzWjtS0P8AoevNZ5dOsFbnsbW8qF+A+VBjPzqfR9SQyuj9DXZBsj+dbj5hL7k8Eo627cezH2oKKPnh7bFlLVHYRdTtFpS++Rjbk1yd7ABxf6hHP/4bUPbYfkuuUNhL34I6tIPSrWfJtfMUaoE886Ge+1M8uYWxQclbUPeHBvbuPBXpR+pnP9QckFfr8xT7hkTpJoTahtb/Bk21o+NR6SjSz3aBmA/9sXdvu23DQBBACzuW3RZGAwd10yZw4vz/R5ZakjNcLUU6CP220wt6AQo98HBWtKJ+xY8QUH5+mPR7aMBRwgaIbtYzNfHsduFHThWQ14/nK4CwHOGntXsjhpA11HpZaT2b/Ne3d08Dzw5RgtyPZ3ABVfnscuZfVgkhtwtCw3zqyHrTqR7IoZ16igLy8c1zJz8rC7BB6PYOSgXTqCCrZ2MP3KgHtbPPdHjtjyqqgHDNXj+eIQMc66e1gTOtQa51G9Trn9XuUUjX8Czt/JLvBJT88IK9fjxfLSCsSVU/jyoktMuAUEQUhIIgICsIemxaBweoHqMnxtBRmRXBTwHI68fzldDPBD/gwx1cG7KEWnPcUhD6p/+Z6QNiu6eP55gDQBzgQrx+PEMKqOADP7UNXGIMaUEsodYxwmr6xwYKT0rLDgkVBTRJ3I9nWAFNanwzy7BPyHbQA9L/LJUn1zw2QKwe2zw1OueQYwr8cILz8c0zys8kKeqHC7FlqHaa0D9I6NaPwtPXY/GcdQiofIrH68czaoDD9EY/ehe3iGwLWUH1t+emskHyH7SP3ezg1sJzLRJ+iwLilYZ/0vl4RhSQfnKHfM46hlBTkCWEdM/eGpNbGw/tvCIElK7V/XjGJRXQXlLWj9nF1wnZMa55EIfCuZlPRw/tgM4hRQSxgHCdPr55xvrh+EY+rwgNNQm1prjWGdymzPpX9Sk9pnmSnYNOBiR+AGjy+vEMHOCwOlk/ajECEQ01BPUB9U+uyUff+KB6NB7dO885cunXaywgApomrx/PuAKasDrFT+Zz0EmGTAspQZUhDn7KdOuHfNa6Z4FH06EgKSDxk6/S68cztICmiXykfmRJ6o2cPbQkhBJa3Abd/MbcjQW0nN2snlU8lyIRkBRQhp79OB/PwAKS9Zn9SP1Qj0a0IFTpIABqFFCzfup8oKdaPc8FnqcYATRfcR7gHuHnwf14xgR+8vKU+ol8LkVWCFlB9i4IfJjO3Y++9anpwYkB8UDOH4kIigV0LgHt9z6+eUbpCX4e4Ocxj29xeONWDkIhlRKCoE8B6tcPy8dObqyejAdyTnNEEAAdAcjHN8/wAW6/L/kEP5EP93LJklAogLogHiP074BqT42ifkz5WD0az6mIAMoFhMdIfXzz3GOAA59jwQebuQSEdAnpKU5X0PYTgDp8qAfHg9TDS31JiYBQQKmBxI+Pb55hyQNcWqGsH+FzKkJCRlC1glhAfAqh5Yd87BeU2/JZ6oEdJAGa/SRA4sc//PGMHuDET2of1o8sSq7GECWIH/BTUA8Q+SC38Gnr+VNc6EdOBoQCOoufUD/+lQue4R8BiZ/EZ/YjfKiHhpaCbAXZ10URUN/PVvuxfOp6kp3vOQIIBXSQaxQ/fvrmGesnF5AcXef6AR9u6JJYQi1BbUA9P9sU3P0oPigfo4d4CIgFlG+BZj8+vnnGn8CJn7hAD6gfWZbFivxoCDKA6Edi/CDGD08PwAezG8uH9z0vuM73HADCGdzrVfz4+Oa5wwAnftLND+uHfEjICkIFKUC4A9qmdP3YJw/49eSRjy2fU4h0D/C8hW8REAsoAZr9+OmbBxk6wImf6yvO3sCHm3oIO0jug1hBnOEAaF8pIPJhjB/1PhPwYfno0Y1X+ZYigjIgfooa7n98fPMMD/1EPqwfLMzwTZI76BRiKigB4vui7FMIfT/kQz/kw9FN+HDCjHp+x4ggPcE9i5/dDx/fPKP5pAEurFN+chr5VLf172aIYwUBkHpfofHzTcf4IR8cq2s+tnwSnn8JEAtIzuCyn/n0zf/Hes9oQHKCLX6e9fRmtnVOcREQhzgCgh8A6viRLP2YL+gjH54blHr+pURAqoAu4ieMb/7Wa89gPdHPdp/9XDC91TZ2W0EaEB6UASDrpyJY+bGvAyIf9bjBh+HzV35OgFBAT7Of8zGOb94/nvsMcOLnourH7OwQxHMEAjKv61j62XzKz075IR81u/ES/6bADwGJn1/x9M37xzO2f/IAdzzPfp5S/YBPsbGrClIPJBCQfeEn/YBPCxAf3dHjm7n1QUGKHgQFhAlO/Mj45v3jGZzsJwxw4gd84AdrE4Iww2lA2s+u48cCoh/WD58JN3z0FTJVP9c4vnn/eO7SPzLAiR9Mb629/b12E6QHOD7E060fW0BF/ahnwp/W2+fnnEUBwQ/GN/fzv73z7WkbiOGwUqBQEjLSP1RAA1lHSr//J5zPvtp3MadAl7ACfvpimyZNkeaHn8/xgTFC/lAD91v5k/7izgLpu54SQOKP0ifZwVEAJfxR+vAD5ghbHs2wwR9q3+AhzCBjMGR7hho48Eeffrg60wm0CO96hgHUFz/ERHVwSX94Yyf2Ow/otnAQQD5/ZA/CMIZA9jYvr9GfBYdPo4uTE0gJlPCH4kfroxGBpIGT44/4w+mj/X7LIcqg9ZObH1zwRoRhDMZ0SvXq5gegD0YPu5N3EIGibZ6UP7p70wbpBJIA6uYPhqPo0zG8rpeeGvDPC63cbDtfwAThzm+3GsZg3PING5i+Pa0fZ80z1iTWI8D1GPijz0DijxyApH0TfYT+BKIAEn+ufP6QPvrwUy/LqigyoCgqoATck8NDr5rZI44RHPAPXRnGYGBV4eBgO3t+uM/JGqg+KMKCqKAU604AiUDYwMX5E8WPTp/+BPIjhHB9h54xnB2E/tRl0bYvAS0CNlXu2V0ONcjMMAalaagc7/0X8SxrkbAYswINUkcgEOiQP1fsD8aP1qeXWCAJoNCf+duj62UFj7vf74A9w89elZShhjESdU3ueG32DBUkVGHFAskmAvrje6NwgecwPOhPH2GSEkgaOB9A3bWdvHb6wJO+Hth5yCKKIWjpDGMEKvepMHhInd0BLkdXhSDQm0PseeBPFD+96dN/BmKBJICUP3lO+rz+EV4RUoiaOToZZYVhDE7maFvSh8UJy3G3J4G6izw+frh9U/r0pE//FC4SiAKI/UGBSJ/QHlZI/AEywxiNFqD0EXs6AmUVBJDyh+OH9Xnn2ad/E4GHCLFAWxYIDILuTdJHC+T9MYGMMZGJwcEfVYw7OAOVLoCCVWyKn1ifnsnbsT2cCBR3cO/QxwLIGJWWBVL+MNjBFU4gsIf12Ub6yOhAbx0cJZCOoEggeFd1X5dZWh+LH+NzIH2UQPoIlIcbCKE+x/Zu+hCUPgVt8IofDhFoxQgOP6iPmh1E+pg/hmLEAEoLlJX0LjLSR4dPQp9jT0GwnMdN3CaMoFW+LLB7i9gdcNNrix/jM2iVQITq4MifpqHRAX5zjk3y5EOB8k8RpI9BbBD4Uzp93oJfobYWP8bYSACpN0DCzndw4I+Ej3/r4388lTr5HM0kyqDodSobNHvA4cEeZRFe6GOTA+NzEYNCdsIeZ3CwkMn2qIOPCp8hDIpX4jCEwKD5bOX8ScPq/Nf3ppXxIyiQw3tUDZ0lCvDn2e0zr9GeO73uNtwtz0lHoWms0OKxyZdV1iHIm+IDWztLYyzqn8CyXhIl7fIkqEro35rtHOzB6AmX3Ya2J1RIOQQKOYHc0qsDfiGi/zS5uHQSPHwVVt+K59FZCXz9J689eQx0b3ghbRNO3EQeYuhL5uKQtHK3N3f+wp/QCLQeDjx+mPlXYn3CLL4YT0eyYPh7dGwDuKKouNbenvjME8vDBg2VQrqXk59aRGyAK0F+Qqvmpoe7d3y+FL++MbenAT8PXfmkeuQSlNKiPxwGBuIOyzMW4pBIhBqFXAjXxOVpMTVOgrPhmBL+N5cOqUZVg9f0l+rAI8kzEiqINGddzn84EyPBOX6GJlGHukqVOx9W4S84mcEeYhJ9KAAAAABJRU5ErkJggg==)
}

.slider-style-shadow .flickity-slider>*:not(.is-selected) {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    z-index: -1;
    opacity: 1
}

.slider-style-shadow .flickity-slider>*:not(.is-selected):before {
    height: 200px;
    opacity: .5
}

.slider-style-shadow .flickity-slider>.is-selected {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.slider-style-focus {
    background-color: transparent;
    padding: 30px 0
}

.slider-style-focus .flickity-page-dots {
    bottom: 6px
}

.slider-style-focus .flickity-slider>* {
    max-width: 1050px
}

.slider-style-focus .flickity-slider>*:not(.is-selected) {
    -webkit-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93)
}

@media screen and (max-width: 549px) {
    .slider-wrapper .flickity-prev-next-button {
        display:none
    }

    .row-slider .flickity-prev-next-button {
        width: 20px !important;
        opacity: .8;
        background-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important
    }

    .row-slider .flickity-prev-next-button svg {
        padding: 3px !important;
        border: 0 !important
    }

    .flickity-page-dots {
        pointer-events: none
    }

    .flickity-slider .banner-layers {
        overflow: hidden
    }
}

.stack {
    --stack-gap: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stack>.text>*:first-child {
    margin-top: 0
}

.stack>.text>*:last-child {
    margin-bottom: 0
}

.stack-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.stack-row>* {
    margin: 0 !important
}

.stack-row>*~* {
    margin-left: var(--stack-gap) !important
}

.stack-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.stack-col>* {
    margin: 0 !important
}

.stack-col>*~* {
    margin-top: var(--stack-gap) !important
}

.items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media(max-width: 849px) {
    .md\:stack-row {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .md\:stack-row>* {
        margin: 0 !important
    }

    .md\:stack-row>*~* {
        margin-left: var(--stack-gap) !important
    }

    .md\:stack-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .md\:stack-col>* {
        margin: 0 !important
    }

    .md\:stack-col>*~* {
        margin-top: var(--stack-gap) !important
    }

    .md\:items-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .md\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .md\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .md\:items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .md\:items-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .md\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .md\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .md\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .md\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .md\:justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media(max-width: 549px) {
    .sm\:stack-row {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .sm\:stack-row>* {
        margin: 0 !important
    }

    .sm\:stack-row>*~* {
        margin-left: var(--stack-gap) !important
    }

    .sm\:stack-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sm\:stack-col>* {
        margin: 0 !important
    }

    .sm\:stack-col>*~* {
        margin-top: var(--stack-gap) !important
    }

    .sm\:items-stretch {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .sm\:items-start {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sm\:items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sm\:items-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .sm\:items-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .sm\:justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .sm\:justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sm\:justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .sm\:justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sm\:justify-around {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0
}

th,td {
    padding: .5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: .9em
}

td {
    color: #666
}

th:first-child,td:first-child {
    padding-left: 0
}

th:last-child,td:last-child {
    padding-right: 0
}

.dark th,.dark td {
    border-color: rgba(255,255,255,.08)
}

td label,td .label,td input,td select,td form,td dl,td p {
    margin: .5em 0
}

label {
    color: #222
}

.table {
    display: table
}

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

@media(max-width: 849px) {
    .touch-scroll-table {
        width:calc(100% + 30px);
        padding: 15px;
        position: relative;
        overflow-y: hidden;
        margin-left: -15px;
        overflow-x: scroll;
        -webkit-box-shadow: inset -2px 0px 18px -5px rgba(0,0,0,.5);
        box-shadow: inset -2px 0px 18px -5px rgba(0,0,0,.5)
    }

    .touch-scroll-table table {
        width: 100%
    }
}

.text-box {
    max-height: 100%
}

.text-box .text-box-content {
    position: relative;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.text-box-square .text,.text-box-circle .text {
    height: 0;
    padding: 100% 0 0 !important;
    background-color: rgba(0,0,0,.9)
}

.text-box-square .text-inner,.text-box-circle .text-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.text-box-circle .border,.text-box-circle .text-box-content {
    border-radius: 100% !important
}

a {
    color: #334862;
    text-decoration: none
}

a:focus,.button:focus,button:focus,input:focus {
    outline: none
}

a.plain {
    color: currentColor;
    -webkit-transition: color .3s,opacity .3s,-webkit-transform .3s;
    transition: color .3s,opacity .3s,-webkit-transform .3s;
    -o-transition: color .3s,opacity .3s,transform .3s;
    transition: color .3s,opacity .3s,transform .3s;
    transition: color .3s,opacity .3s,transform .3s,-webkit-transform .3s
}

.nav-dark a.plain:hover {
    opacity: .7
}

a:hover,a.remove:hover,a.icon-circle:hover {
    color: #000
}

.dark a,.dark .widget a {
    color: currentColor
}

.dark a:hover,.dark .widget a:hover {
    color: #fff
}

ul.links {
    margin: 5px 0;
    font-size: .85em
}

ul.links li {
    margin: 0 .4em;
    display: inline-block
}

ul.links li a {
    color: currentColor
}

ul.links li:before {
    font-family: "fl-icons";
    display: inline-block;
    margin-right: 5px
}

ul.links li:first-child {
    margin-left: 0
}

ul.links li:last-child {
    margin-right: 0
}

.next-prev-nav .flex-col {
    padding: .7em 0
}

.next-prev-nav i {
    font-size: 2em;
    margin: 0 10px !important;
    top: -1px;
    vertical-align: middle
}

.next-prev-nav .flex-col+.flex-col {
    border-left: 1px solid #ececec
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

ol,ul {
    margin-top: 0;
    padding: 0
}

ul ul,ul ol,ol ol,ol ul {
    margin: 1.5em 0 1.5em 3em
}

li {
    margin-bottom: .6em
}

dl dt,dl dd {
    display: inline-block;
    margin: 0 5px 0 0
}

dl dt p,dl dd p {
    margin: 0;
    padding: 0
}

dl {
    opacity: .8;
    text-transform: uppercase;
    font-size: .85em
}

ul.ul-reset {
    margin: 0;
    padding: 0
}

ul.ul-reset>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.entry-content ol li,.entry-summary ol li,.col-inner ol li,.entry-content ul li,.entry-summary ul li,.col-inner ul li {
    margin-left: 1.3em
}

.entry-content ol li.tab,.entry-summary ol li.tab,.col-inner ol li.tab,.entry-content ul li.tab,.entry-summary ul li.tab,.col-inner ul li.tab {
    margin-left: 0
}

ul li.bullet-checkmark,ul li.bullet-arrow,ul li.bullet-star {
    list-style: none;
    position: relative;
    padding: 7px 0 7px 25px;
    margin: 0;
    border-bottom: 1px solid #ececec
}

.dark ul li.bullet-checkmark,.dark ul li.bullet-arrow,.dark ul li.bullet-star {
    border-color: rgba(255,255,255,.2)
}

ul li.bullet-checkmark:before,ul li.bullet-arrow:before,ul li.bullet-star:before {
    font-family: "fl-icons";
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #7a9c59
}

ul li.bullet-checkmark:before {
    content: "" !important
}

ul li.bullet-arrow:before {
    content: "" !important
}

ul li.bullet-star:before {
    content: "" !important
}

.button,button,input,textarea,select,fieldset {
    margin-bottom: 1em
}

pre,blockquote,form,figure,p,dl,ul,ol {
    margin-bottom: 1.3em
}

form p {
    margin-bottom: .5em
}

body {
    line-height: 1.6
}

h1,h2,h3,h4,h5,h6 {
    color: #555;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed
}

.h1,h1 {
    font-size: 1.7em;
    line-height: 1.3
}

.h2,h2 {
    font-size: 1.6em;
    line-height: 1.3
}

.h3,h3 {
    font-size: 1.25em
}

.h4,h4 {
    font-size: 1.125em
}

.h5,h5 {
    font-size: 1em
}

.h6,h6 {
    font-size: .85em;
    opacity: .8
}

h1.entry-title.mb {
    margin-bottom: 30px
}

@media(max-width: 549px) {
    h1 {
        font-size:1.4em
    }

    h2 {
        font-size: 1.2em
    }

    h3 {
        font-size: 1em
    }
}

h6 span {
    font-weight: 400;
    font-weight: 500
}

h3 label {
    display: inline-block;
    margin-right: 10px
}

p {
    margin-top: 0
}

h1>span,h2>span,h3>span,h4>span,h5>span,h6>span,p.headline>span {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

p.lead,a.lead {
    font-size: 1.3em
}

.uppercase,h6,th,span.widget-title {
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase
}

.lowercase {
    text-transform: none !important
}

span.widget-title {
    font-size: 1em;
    font-weight: 600
}

.is-normal {
    font-weight: 400
}

.is-bold {
    font-weight: 700
}

.thin-font,.is-thin {
    font-weight: 300 !important
}

.thin-font strong,.is-thin strong {
    font-weight: 700 !important
}

.is-italic {
    font-style: italic !important
}

.is-uppercase,.uppercase {
    line-height: 1.2;
    text-transform: uppercase
}

.is-alt-font,.alt-font {
    font-family: Georgia
}

.is-xxxlarge {
    font-size: 2.5em
}

.is-xxlarge {
    font-size: 2em
}

.is-xlarge {
    font-size: 1.5em
}

.is-larger {
    font-size: 1.3em
}

.is-large {
    font-size: 1.15em
}

.is-small,.is-small.button {
    font-size: .8em
}

.is-smaller {
    font-size: .75em
}

.is-xsmall {
    font-size: .7em
}

.is-xxsmall {
    font-size: .6em
}

@media(max-width: 549px) {
    .is-xxlarge {
        font-size:2.5em
    }

    .is-xlarge {
        font-size: 1.8em
    }

    .is-larger {
        font-size: 1.2em
    }

    .is-large {
        font-size: 1em
    }
}

.box-text h1,.box-text h2,.box-text h3,.box-text h4,.box-text h5,.box-text h6,.box-text a:not(.button) {
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .1em
}

.box-text p {
    margin-top: .1em;
    margin-bottom: .1em
}

.box-text .button {
    margin-top: 1em
}

.banner .button {
    margin-top: .5em;
    margin-bottom: .5em
}

.banner .is-divider,.banner .text-center .is-divider {
    margin-top: 1em;
    margin-bottom: 1em
}

.banner h1 {
    font-size: 3.5em
}

.banner h2 {
    font-size: 2.9em
}

.banner h3 {
    font-size: 2em
}

.banner h2,.banner h3,.banner h1 {
    padding: 0;
    font-weight: 400;
    margin-top: .2em;
    margin-bottom: .2em;
    line-height: 1
}

.banner h4 {
    padding: 0;
    font-size: 1.5em;
    margin-top: .6em;
    margin-bottom: .6em
}

.banner h6,.banner h5,.banner p {
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em
}

.line-height-small {
    line-height: 1.4em
}

[data-line-height=xs] {
    line-height: .85 !important
}

[data-line-height=s] {
    line-height: 1 !important
}

[data-line-height=m] {
    line-height: 1.2 !important
}

[data-line-height=l] {
    line-height: 1.4 !important
}

[data-line-height=xl] {
    line-height: 1.6 !important
}

.nav>li>a {
    font-size: .8em
}

.nav>li.html {
    font-size: .85em
}

.nav-size-xsmall>li>a {
    font-size: .65em
}

.nav-size-small>li>a {
    font-size: .7em
}

.nav-size-medium>li>a {
    font-size: .9em
}

.nav-size-large>li>a {
    font-size: 1em
}

.nav-size-xlarge>li>a {
    font-size: 1.1em
}

.nav-spacing-xsmall>li {
    margin: 0
}

.nav-spacing-small>li {
    margin: 0 5px
}

.nav-spacing-medium>li {
    margin: 0 9px
}

.nav-spacing-large>li {
    margin: 0 11px
}

.nav-spacing-xlarge>li {
    margin: 0 13px
}

.fancy-underline {
    position: relative
}

.fancy-underline:after {
    content: "";
    color: green;
    position: absolute;
    left: 0;
    border-radius: 999px;
    right: 0;
    top: 100%;
    height: 9px;
    image-rendering: -webkit-optimize-contrast;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVEAAAAJCAMAAAC8Au9eAAAAaVBMVEUAAAAjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNYjkNY7GF33AAAAInRSTlMAMYbwBvYheepe45pGEAs4FcG1cNYpGj+qVd3QkU3LZmuiGWQ3xQAAAyBJREFUSMftVtmynCAQFVARARVQRNz9/4/MwTuTTGWrJJXKVjkPTtM0vdNM9ruQ5x9zOp9lJWmH/HW7yXQJJD6+3ncJutMQVaPOc+wQMugu7eimyR+6uzfhpy2smpvQGiJ/H/I8v7+6JEOTKE+Uo24XB99XwSnnbnUm0lWNLRlSRkYegu17OjrTBzEqkutBOdFOYTbXJygYq+2JjarvGSuKgsUaiD0wz9s2g31dYFeBUk4lTTqi5ONeJWGgeiBRdd3PmwGCjRvkOTc2BLlQfohJjcRrMN2xC7FiVfpxSm7/rCwlokEn4KOBLjXIypdloTcWKZdFngEO4YcetN8WpE9GRFtdn0cBsOKxqCIrKkiyfquvPxtFcVcjophzT1XZfTV7fiBDOZCW3GItDdZENnPS+cHZWM82mL6GurqC2i8bNdbOLBmPktLQF0WVVmzeiutfQi/oVVF6lC67MY7jOk2rUi0B1LqOato5OouHlKxfGX5Rb2auGUPLfmT0Ex+qwHEPp0nsh2rddrEX2eptUX8QTscNd5g6fFqdPMeGlKu5DC7Saa8P0pWk4fVuMKAorgiSO5sYZo4vLWQwYuQZeSb73Q3P2c/P+dvCZVcMi0zCrGB138e7R6/vhLV24ZgPKZiFOxqMBQy74HlhJ9907SRQVWtCoBOqq0aliKCLrYuLxdse26ykXJpYYZrgwohGZ91B0RX7M5ZtctZ5eW73ih772B2G7ruAprJRCsWwGKI9NE3IQ96KAPIgniwcU3I6t5mLsmtBt6bn+kj5O9osYWHXLKFqd45T85b6SkpHsic8aUvccYVGbYFRrai9wAluY5r1PVJnFueoNKhYFe3iVuJ9icHQTtJseAxOSmVAvQQphwEjg0zuOJzbVzw6Y1m2RGcNoHWTfQSvhEB4OwweHEqWQ7idaP2YP53vlBNPN6EYl6gdshvdupxBUklL9IWlD27zeDWG9wEOsOBxflQ4jBifunP8B/DdwyP9xtPavw7EbkCUzfP9GN47Xb6MyOxH0Ok8a1LW74yP5DUvje6w/WbyR3TjvPf6g4MaMf7Hf7zgHZgVoPqfsN1vAAAAAElFTkSuQmCC) 50% top no-repeat;
    background-size: 100% 9px
}

span.count-up {
    opacity: 0;
    -webkit-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s
}

span.count-up.active {
    opacity: 1
}

[data-text-color=primary] {
    color: #446084 !important
}

[data-text-color=secondary] {
    color: #d26e4b !important
}

[data-text-color=alert] {
    color: #b20000 !important
}

[data-text-color=success] {
    color: #7a9c59 !important
}

[data-text-bg=primary] {
    background-color: #446084
}

[data-text-bg=secondary] {
    background-color: #d26e4b
}

[data-text-bg=alert] {
    background-color: #b20000
}

[data-text-bg=success] {
    background-color: #7a9c59
}

.text-bordered-white,.text-bordered-primary,.text-bordered-dark {
    border: 2px solid #fff;
    padding: 5px;
    display: inline-block
}

.text-bordered-dark {
    border-color: #000
}

h1.text-bordered-white,h1.text-bordered-primary,h1.text-bordered-dark {
    padding: 15px
}

.text-boarder-top-bottom-white,.text-boarder-top-bottom-dark {
    border-top: 3px solid #fff;
    padding-top: 15px;
    border-bottom: 3px solid #fff;
    padding-bottom: 15px;
    display: inline-block
}

.text-boarder-top-bottom-dark {
    border-color: #000
}

blockquote {
    position: relative;
    font-size: 1.2em;
    margin: 0 0 1.25em;
    padding: 0 1.25em 0 1.875em;
    border-left: 2px solid #446084;
    font-style: italic;
    color: #333
}

.dark blockquote {
    color: #fff
}

.container:after,.row:after,.clearfix:after,.clear:after {
    content: "";
    display: table;
    clear: both
}

@media(max-width: 549px) {
    [data-show=hide-for-small],.hide-for-small {
        display:none !important
    }

    .small-text-center {
        text-align: center !important;
        width: 100% !important;
        float: none !important
    }
}

@media(min-width: 550px) {
    [data-show=show-for-small],.show-for-small {
        display:none !important
    }
}

@media(min-width: 850px) {
    [data-show=show-for-medium],.show-for-medium {
        display:none !important
    }
}

@media(max-width: 849px) {
    [data-show=hide-for-medium],.hide-for-medium {
        display:none !important
    }

    .medium-text-center .pull-left,.medium-text-center .pull-right {
        float: none
    }

    .medium-text-center .ml {
        margin-left: auto
    }

    .medium-text-center .mr {
        margin-right: auto
    }

    .medium-text-center {
        text-align: center !important;
        width: 100% !important;
        float: none !important
    }
}

@media(min-width: 850px) {
    [data-show=hide-for-large],.hide-for-large {
        display:none !important
    }
}

.full-width,.expand {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block
}

.pull-right {
    float: right;
    margin-right: 0 !important
}

.pull-left {
    float: left;
    margin-left: 0 !important
}

.mb {
    margin-bottom: 30px
}

.mt {
    margin-top: 30px
}

.mr {
    margin-right: 30px
}

.ml {
    margin-left: 30px
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-half {
    margin-bottom: 15px
}

.mt-half {
    margin-top: 15px
}

.mr-half {
    margin-right: 15px
}

.ml-half {
    margin-left: 15px
}

.mb-half:last-child,.mb:last-child {
    margin-bottom: 0
}

.pb {
    padding-bottom: 30px
}

.pt {
    padding-top: 30px
}

.pb-half {
    padding-bottom: 15px
}

.pt-half {
    padding-top: 15px
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.inner-padding {
    padding: 30px
}

.first-reset *:first-child {
    margin-top: 0
}

.last-reset *:last-child {
    margin-bottom: 0
}

.no-select {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-center>div,.text-center>div>div,.text-center .is-divider,.text-center .star-rating,.text-center .is-star-rating {
    margin-left: auto;
    margin-right: auto
}

.text-center .pull-right,.text-center .pull-left {
    float: none
}

.text-left .is-divider,.text-left .star-rating,.text-left .is-star-rating {
    margin-right: auto;
    margin-left: 0
}

.text-right>div,.text-right>div>div,.text-right .is-divider,.text-right .star-rating,.text-right .is-star-rating {
    margin-left: auto;
    margin-right: 0
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.fixed {
    position: fixed !important;
    z-index: 12
}

.top {
    top: 0
}

.right {
    right: 0
}

.left {
    left: 0
}

.bottom {
    bottom: 0
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important
}

.v-center {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.h-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.h-center.v-center {
    left: auto !important;
    bottom: auto !important;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%)
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.is-full-height {
    min-height: 550px;
    height: 100%;
    height: 100vh;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%
}

.bg-top {
    background-position: top;
    -o-object-position: top;
    object-position: top
}

.circle {
    border-radius: 999px !important;
    -o-object-fit: cover;
    object-fit: cover
}

.circle img {
    border-radius: 999px !important;
    -o-object-fit: cover;
    object-fit: cover
}

.round {
    border-radius: 5px
}

.has-border {
    border: 2px solid #446084;
    padding: 15px 30px 30px
}

.dashed-border {
    border-style: dashed
}

.success-border {
    border-color: #7a9c59
}

.bt {
    border-top: 1px solid #ececec
}

.bb {
    border-bottom: 1px solid #ececec
}

.bl {
    border-left: 1px solid #ececec
}

.br {
    border-right: 1px solid #ececec
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.is-invisible {
    visibility: hidden;
    opacity: 0
}

.z-1 {
    z-index: 21
}

.z-2 {
    z-index: 22
}

.z-3 {
    z-index: 23
}

.z-4 {
    z-index: 24
}

.z-5 {
    z-index: 25
}

.z-top {
    z-index: 9995
}

.z-top-2 {
    z-index: 9996
}

.z-top-3 {
    z-index: 9997
}

.no-click {
    pointer-events: none
}

.no-wrap {
    white-space: nowrap
}

.primary-color {
    color: #446084
}

.secondary-color {
    color: #d26e4b
}

.success-color {
    color: #7a9c59
}

.alert-color {
    color: #b20000
}

.bg-primary-color {
    background-color: #446084
}

.bg-secondary-color {
    background-color: #d26e4b
}

.bg-success-color {
    background-color: #7a9c59
}

.bg-alert-color {
    background-color: #b20000
}

.is-transparent {
    background-color: transparent !important
}

.inline {
    display: inline
}

.block {
    display: block
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex
}

@media(max-width: 549px) {
    .small-block {
        display:block
    }
}

.inline-block {
    display: inline-block
}

.inline-images img,img.inline {
    display: inline-block !important
}

.is-well {
    padding: 30px;
    background-color: rgba(0,0,0,.02);
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,.2),0 1px 0 rgba(0,0,0,.07),inset 0 0 0 1px rgba(0,0,0,.05);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,.2),0 1px 0 rgba(0,0,0,.07),inset 0 0 0 1px rgba(0,0,0,.05)
}

.no-overflow {
    overflow: hidden
}

.no-text-overflow {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.strong {
    font-weight: 700
}

.op-4 {
    opacity: .4
}

.op-5 {
    opacity: .5
}

.op-6 {
    opacity: .6
}

.op-7 {
    opacity: .7
}

.op-8 {
    opacity: .8
}

@media(max-width: 549px) {
    .sm-touch-scroll {
        overflow-y:none;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.no-scrollbar {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none
}

.no-scrollbar::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

@media screen and (max-width: 549px) {
    .x5 {
        left:5%
    }

    .x15 {
        left: 15%
    }

    .x25 {
        left: 25%
    }

    .x35 {
        left: 35%
    }

    .x45 {
        left: 45%
    }

    .x55 {
        right: 45%
    }

    .x65 {
        right: 35%
    }

    .x75 {
        right: 25%
    }

    .x85 {
        right: 15%
    }

    .x95 {
        right: 5%
    }

    .x0 {
        left: 0
    }

    .x10 {
        left: 10%
    }

    .x20 {
        left: 20%
    }

    .x30 {
        left: 30%
    }

    .x40 {
        left: 40%
    }

    .x60 {
        right: 40%
    }

    .x70 {
        right: 30%
    }

    .x80 {
        right: 20%
    }

    .x90 {
        right: 10%
    }

    .x100 {
        right: 0
    }

    .y0 {
        top: 0
    }

    .y10 {
        top: 10%
    }

    .y20 {
        top: 20%
    }

    .y30 {
        top: 30%
    }

    .y40 {
        top: 40%
    }

    .y60 {
        bottom: 40%
    }

    .y70 {
        bottom: 30%
    }

    .y80 {
        bottom: 20%
    }

    .y90 {
        bottom: 10%
    }

    .y100 {
        bottom: 0
    }

    .y5 {
        top: 5%
    }

    .y15 {
        top: 15%
    }

    .y25 {
        top: 25%
    }

    .y35 {
        top: 35%
    }

    .y45 {
        top: 45%
    }

    .y55 {
        bottom: 45%
    }

    .y65 {
        bottom: 35%
    }

    .y75 {
        bottom: 25%
    }

    .y85 {
        bottom: 15%
    }

    .y95 {
        bottom: 5%
    }

    .x50 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .y50 {
        top: 50.3%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .y50.x50 {
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }
}

@media screen and (min-width: 550px)and (max-width:849px) {
    .md-x5 {
        left:5%
    }

    .md-x15 {
        left: 15%
    }

    .md-x25 {
        left: 25%
    }

    .md-x35 {
        left: 35%
    }

    .md-x45 {
        left: 45%
    }

    .md-x55 {
        right: 45%
    }

    .md-x65 {
        right: 35%
    }

    .md-x75 {
        right: 25%
    }

    .md-x85 {
        right: 15%
    }

    .md-x95 {
        right: 5%
    }

    .md-y5 {
        top: 5%
    }

    .md-y15 {
        top: 15%
    }

    .md-y25 {
        top: 25%
    }

    .md-y35 {
        top: 35%
    }

    .md-y45 {
        top: 45%
    }

    .md-y55 {
        bottom: 45%
    }

    .md-y65 {
        bottom: 35%
    }

    .md-y75 {
        bottom: 25%
    }

    .md-y85 {
        bottom: 15%
    }

    .md-y95 {
        bottom: 5%
    }

    .md-x0 {
        left: 0
    }

    .md-x10 {
        left: 10%
    }

    .md-x20 {
        left: 20%
    }

    .md-x30 {
        left: 30%
    }

    .md-x40 {
        left: 40%
    }

    .md-x60 {
        right: 40%
    }

    .md-x70 {
        right: 30%
    }

    .md-x80 {
        right: 20%
    }

    .md-x90 {
        right: 10%
    }

    .md-x100 {
        right: 0
    }

    .md-y0 {
        top: 0
    }

    .md-y10 {
        top: 10%
    }

    .md-y20 {
        top: 20%
    }

    .md-y30 {
        top: 30%
    }

    .md-y40 {
        top: 40%
    }

    .md-y60 {
        bottom: 40%
    }

    .md-y70 {
        bottom: 30%
    }

    .md-y80 {
        bottom: 20%
    }

    .md-y90 {
        bottom: 10%
    }

    .md-y100 {
        bottom: 0
    }

    .md-x50 {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }

    .md-y50 {
        top: 50%;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important
    }

    .md-x50.md-y50 {
        -webkit-transform: translate(-50%,-50%) !important;
        -ms-transform: translate(-50%,-50%) !important;
        transform: translate(-50%,-50%) !important
    }
}

@media screen and (min-width: 850px) {
    .lg-x5 {
        left:5%
    }

    .lg-x15 {
        left: 15%
    }

    .lg-x25 {
        left: 25%
    }

    .lg-x35 {
        left: 35%
    }

    .lg-x45 {
        left: 45%
    }

    .lg-x55 {
        right: 45%
    }

    .lg-x65 {
        right: 35%
    }

    .lg-x75 {
        right: 25%
    }

    .lg-x85 {
        right: 15%
    }

    .lg-x95 {
        right: 5%
    }

    .lg-y5 {
        top: 5%
    }

    .lg-y15 {
        top: 15%
    }

    .lg-y25 {
        top: 25%
    }

    .lg-y35 {
        top: 35%
    }

    .lg-y45 {
        top: 45%
    }

    .lg-y55 {
        bottom: 45%
    }

    .lg-y65 {
        bottom: 35%
    }

    .lg-y75 {
        bottom: 25%
    }

    .lg-y85 {
        bottom: 15%
    }

    .lg-y95 {
        bottom: 5%
    }

    .lg-x0 {
        left: 0
    }

    .lg-x10 {
        left: 10%
    }

    .lg-x20 {
        left: 20%
    }

    .lg-x30 {
        left: 30%
    }

    .lg-x40 {
        left: 40%
    }

    .lg-x60 {
        right: 40%
    }

    .lg-x70 {
        right: 30%
    }

    .lg-x80 {
        right: 20%
    }

    .lg-x90 {
        right: 10%
    }

    .lg-x100 {
        right: 0
    }

    .lg-y0 {
        top: 0
    }

    .lg-y10 {
        top: 10%
    }

    .lg-y20 {
        top: 20%
    }

    .lg-y30 {
        top: 30%
    }

    .lg-y40 {
        top: 40%
    }

    .lg-y60 {
        bottom: 40%
    }

    .lg-y70 {
        bottom: 30%
    }

    .lg-y80 {
        bottom: 20%
    }

    .lg-y90 {
        bottom: 10%
    }

    .lg-y100 {
        bottom: 0
    }

    .lg-x50 {
        left: 50%;
        -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important
    }

    .lg-y50 {
        top: 50%;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important
    }

    .lg-x50.lg-y50 {
        -webkit-transform: translate(-50%,-50%) !important;
        -ms-transform: translate(-50%,-50%) !important;
        transform: translate(-50%,-50%) !important
    }
}

.res-text {
    font-size: 11px
}

.widget-area .res-text,.small-1 .res-text,.small-2 .res-text,.small-3 .res-text {
    font-size: 8px
}

.small-1 .res-text h6,.small-2 .res-text h6,.small-3 .res-text h6 {
    font-size: 10px
}

.small-1 .res-text p.lead,.small-2 .res-text p.lead,.small-3 .res-text p.lead {
    font-size: 16px
}

.small-4 .res-text {
    font-size: 8.5px
}

.small-5 .res-text {
    font-size: 9px
}

.small-6 .res-text {
    font-size: 10px
}

.small-7 .res-text {
    font-size: 11px
}

.small-8 .res-text {
    font-size: 12px
}

.small-9 .res-text {
    font-size: 13px
}

.small-10 .res-text {
    font-size: 14px
}

.small-11 .res-text {
    font-size: 15px
}

@media screen and (min-width: 550px) {
    .medium-1 .res-text,.medium-2 .res-text,.medium-3 .res-text,.medium-4 .res-text,.medium-5 .res-text,.medium-6 .res-text,.medium-7 .res-text {
        font-size:.8vw
    }

    .medium-8 .res-text {
        font-size: .9vw
    }

    .medium-9 .res-text {
        font-size: 1.15vw
    }

    .medium-10 .res-text {
        font-size: 1.3vw
    }

    .medium-11 .res-text {
        font-size: 1.5vw
    }

    .res-text {
        font-size: 1.8vw
    }
}

@media screen and (min-width: 850px) {
    .res-text {
        font-size:16px
    }

    .widget-area .res-text,.large-1 .res-text,.large-2 .res-text,.large-3 .res-text {
        font-size: 8px
    }

    .large-1 .res-text h6,.large-2 .res-text h6,.large-3 .res-text h6 {
        font-size: 10px
    }

    .large-1 .res-text p.lead,.large-2 .res-text p.lead,.large-3 .res-text p.lead {
        font-size: 16px
    }

    .large-4 .res-text {
        font-size: 8.5px
    }

    .large-5 .res-text {
        font-size: 9px
    }

    .large-6 .res-text {
        font-size: 10px
    }

    .large-7 .res-text {
        font-size: 11px
    }

    .large-8 .res-text {
        font-size: 12px
    }

    .large-9 .res-text {
        font-size: 13px
    }

    .large-10 .res-text {
        font-size: 14px
    }

    .large-11 .res-text {
        font-size: 15px
    }
}

[data-animate],.slider [data-animate] {
    will-change: filter,transform,opacity;
    -webkit-backface-visibility: hidden;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0 !important;
    -webkit-transition: opacity .7s ease-in,-webkit-filter 1.3s,-webkit-transform 1.6s;
    transition: opacity .7s ease-in,-webkit-filter 1.3s,-webkit-transform 1.6s;
    -o-transition: filter 1.3s,transform 1.6s,opacity .7s ease-in;
    transition: filter 1.3s,transform 1.6s,opacity .7s ease-in;
    transition: filter 1.3s,transform 1.6s,opacity .7s ease-in,-webkit-filter 1.3s,-webkit-transform 1.6s
}

[data-animate=bounceInLeft],[data-animate=bounceInUp],[data-animate=bounceInDown],[data-animate=bounceInRight],.slider [data-animate=bounceInLeft],.slider [data-animate=bounceInUp],.slider [data-animate=bounceInDown],.slider [data-animate=bounceInRight] {
    -webkit-transition: opacity .5s ease-in,-webkit-transform .8s cubic-bezier(0,.195,0,1.465);
    transition: opacity .5s ease-in,-webkit-transform .8s cubic-bezier(0,.195,0,1.465);
    -o-transition: transform .8s cubic-bezier(0,.195,0,1.465),opacity .5s ease-in;
    transition: transform .8s cubic-bezier(0,.195,0,1.465),opacity .5s ease-in;
    transition: transform .8s cubic-bezier(0,.195,0,1.465),opacity .5s ease-in,-webkit-transform .8s cubic-bezier(0,.195,0,1.465)
}

[data-animate=bounceInLeft],.slider [data-animate=bounceInLeft] {
    -webkit-transform: translate3d(-300px,0,0);
    transform: translate3d(-300px,0,0)
}

[data-animate=blurIn],.slider [data-animate=blurIn] {
    -webkit-filter: blur(15px);
    filter: blur(15px)
}

[data-animate=fadeInLeft],.slider [data-animate=fadeInLeft] {
    -webkit-transform: translate3d(-70px,0,0);
    transform: translate3d(-70px,0,0)
}

[data-animate=fadeInRight],.slider [data-animate=fadeInRight] {
    -webkit-transform: translate3d(70px,0,0);
    transform: translate3d(70px,0,0)
}

[data-animate=bounceInUp],[data-animate=fadeInUp],.slider [data-animate=bounceInUp],.slider [data-animate=fadeInUp] {
    -webkit-transform: translate3d(0,70px,0);
    transform: translate3d(0,70px,0)
}

[data-animate=bounceInRight],.slider [data-animate=bounceInRight] {
    -webkit-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0)
}

[data-animate=bounceIn],.slider [data-animate=bounceIn] {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

[data-animate=bounceInDown],[data-animate=fadeInDown],.slider [data-animate=bounceInDown],.slider [data-animate=fadeInDown] {
    -webkit-transform: translate3d(0,-70px,0);
    transform: translate3d(0,-70px,0)
}

[data-animate=flipInY],.slider [data-animate=flipInY] {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-90deg) translate3d(15px,0,0);
    transform: perspective(400px) rotate3d(0,1,0,-90deg) translate3d(15px,0,0);
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

[data-animate=flipInX],.slider [data-animate=flipInX] {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg) translate3d(0,-15px,0);
    transform: perspective(400px) rotate3d(1,0,0,90deg) translate3d(0,-15px,0);
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

[data-animated=true],.slider .is-selected [data-animated=true],.row-slider.slider [data-animated=true] {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    opacity: 1 !important
}

.flickity-slider>*:not(.is-selected) [data-animated=true] {
    -webkit-transition: opacity .3s !important;
    -o-transition: opacity .3s !important;
    transition: opacity .3s !important
}

[data-animate=none],.slider [data-animate=none] {
    opacity: 1 !important
}

[data-animated=true][data-animate=blurIn],.slider [data-animate=blurIn][data-animated=true] {
    -webkit-filter: blur(0);
    filter: blur(0)
}

[data-animated=false] {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.has-shadow [data-animate],[data-animate]:hover {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important
}

[data-animate-delay="100"] {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.nav-anim>li {
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0
}

.active .nav-anim>li,.nav-anim.active>li,.mfp-ready .nav-anim>li {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.nav-anim>li,.col+.col [data-animate],[data-animate-delay="200"],[data-animate]+[data-animate] {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.nav-anim>li+li,[data-animate-delay="300"] {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.nav-anim>li+li+li,.col+.col+.col [data-animate],[data-animate-delay="400"],[data-animate]+[data-animate]+[data-animate] {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.nav-anim>li+li+li+li,[data-animate-delay="500"] {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.nav-anim>li+li+li+li+li,.col+.col+.col+.col [data-animate],[data-animate-delay="600"],[data-animate]+[data-animate]+[data-animate]+[data-animate] {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.nav-anim>li+li+li+li+li+li,[data-animate-delay="700"] {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.nav-anim>li+li+li+li+li+li+li,.col+.col+.col+.col+.col [data-animate],[data-animate]+[data-animate]+[data-animate]+[data-animate]+[data-animate],[data-animate-delay="800"] {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.nav-anim>li+li+li+li+li+li+li+li,.col+.col+.col+.col+.col+.col [data-animate],[data-animate-delay="900"] {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.nav-anim>li+li+li+li+li+li+li+li+li,.col+.col+.col+.col+.col+.col+.col [data-animate],[data-animate-delay="1000"] {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.slider-type-fade .flickity-slider>*:not(.is-selected) [data-animate] {
    opacity: 0 !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

@-webkit-keyframes stuckMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes stuckMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes stuckMoveUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes stuckMoveUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes stuckFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes stuckFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.is-border {
    border-width: 1px;
    border-style: solid;
    border-color: #ececec;
    position: absolute;
    pointer-events: none;
    border-radius: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.is-dashed {
    border-style: dashed
}

.is-dotted {
    border-style: dotted
}

.has-shadow.box:not(.box-overlay):not(.box-shade),.has-shadow .box:not(.box-overlay):not(.box-shade) {
    background-color: #fff
}

.dark .has-shadow.box:not(.box-overlay):not(.box-shade),.dark .has-shadow .box:not(.box-overlay):not(.box-shade) {
    background-color: #333
}

.row-box-shadow-1 .col-inner,.row-box-shadow-2 .col-inner,.row-box-shadow-3 .col-inner,.row-box-shadow-4 .col-inner,.row-box-shadow-5 .col-inner,.row-box-shadow-1-hover .col-inner,.row-box-shadow-2-hover .col-inner,.row-box-shadow-3-hover .col-inner,.row-box-shadow-4-hover .col-inner,.row-box-shadow-5-hover .col-inner,.box-shadow-1,.box-shadow-2,.box-shadow-3,.box-shadow-4,.box-shadow-5,.box-shadow-1-hover,.box-shadow-2-hover,.box-shadow-3-hover,.box-shadow-4-hover,.box-shadow-5-hover {
    -webkit-transition: background-color .3s,color .3s,opacity .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    transition: background-color .3s,color .3s,opacity .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    -o-transition: transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s;
    transition: transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s;
    transition: transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s,-webkit-transform .3s,-webkit-box-shadow .3s
}

.row-box-shadow-1 .col-inner,.row-box-shadow-1-hover .col-inner:hover,.box-shadow-1,.box-shadow-1-hover:hover {
    -webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
}

.box-shadow,.row-box-shadow-2 .col-inner,.row-box-shadow-2-hover .col-inner:hover,.box-shadow-2,.box-shadow-2-hover:hover {
    -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
}

.row-box-shadow-3 .col-inner,.row-box-shadow-3-hover .col-inner:hover,.box-shadow-3,.box-shadow-3-hover:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22);
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22)
}

.row-box-shadow-4 .col-inner,.row-box-shadow-4-hover .col-inner:hover,.box-shadow-4,.box-shadow-4-hover:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1)
}

.row-box-shadow-5 .col-inner,.row-box-shadow-5-hover .col-inner:hover,.box-shadow-5,.box-shadow-5-hover:hover {
    -webkit-box-shadow: 0px 30px 40px 0px rgba(0,0,0,.2);
    box-shadow: 0px 30px 40px 0px rgba(0,0,0,.2)
}

.row-box-shadow-5-hover .col-inner:hover,.box-shadow-5-hover:hover,.box-shadow-4-hover:hover,.row-box-shadow-4-hover .col-inner:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px)
}

.text-shadow,.text-shadow-1 {
    text-shadow: 1px 1px 1px rgba(0,0,0,.3)
}

.text-shadow-2 {
    text-shadow: 2px 2px 5px rgba(0,0,0,.4)
}

.text-shadow-3 {
    text-shadow: 3px 3px 8px rgba(0,0,0,.4)
}

.text-shadow-4 {
    text-shadow: 3px 3px 12px rgba(0,0,0,.5)
}

.text-shadow-5 {
    text-shadow: 5px 5px 16px rgba(0,0,0,.6)
}

a.hotspot {
    background-color: #000;
    color: #fff;
    border-radius: 99px;
    opacity: .8;
    font-weight: bolder;
    display: block;
    padding: 0;
    line-height: 1.5em;
    text-align: center;
    height: 1.5em;
    width: 1.5em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

a.hotspot i {
    font-size: .8em
}

a.hotspot:hover {
    opacity: 1;
    color: #000 !important;
    background-color: #fff !important
}

.has-hover .bg,.has-hover [class*=image-] img {
    -webkit-transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    transition: opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;
    -o-transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s;
    transition: filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s
}

.bg-color .bg,.bg-grayscale:hover .bg,.has-hover .image-color img,.has-hover:hover .image-grayscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.bg-color:hover .bg,.has-hover:hover .image-color img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.bg-zoom:hover .bg,.has-hover:hover .image-zoom img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.bg-zoom-long .bg,.has-hover .image-zoom-long img {
    -webkit-transition: -webkit-transform 5s !important;
    transition: -webkit-transform 5s !important;
    -o-transition: transform 5s !important;
    transition: transform 5s !important;
    transition: transform 5s,-webkit-transform 5s !important
}

.bg-zoom-long .bg,.has-hover:hover .image-zoom-long img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.bg-zoom-fade:hover .bg,.has-hover:hover .image-zoom-fade img {
    opacity: .7;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.bg-glow:hover .bg,.has-hover:hover .image-glow img {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.bg-fade-out:hover .bg,.has-hover:hover .image-fade-out img {
    opacity: .7
}

.image-fade:hover .bg,.has-hover:hover .image-fade img {
    opacity: .6
}

.bg-fade-in .bg,.image-fade-in img {
    opacity: .7
}

.bg-fade-in:hover .bg,.has-hover:hover .image-fade-in img {
    opacity: 1
}

.bg-blur:hover .bg,.has-hover:hover .image-blur img {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.bg-overlay-remove:hover .overlay,.bg-overlay-add:not(:hover) .overlay,.has-hover:hover .image-overlay-remove .overlay,.has-hover:not(:hover) .image-overlay-add .overlay {
    opacity: 0
}

.bg-overlay-remove-50:hover .overlay,.bg-overlay-add-50:not(:hover) .overlay,.has-hover:hover .image-overlay-remove-50 .overlay,.has-hover:not(:hover) .image-overlay-add-50 .overlay {
    opacity: .5
}

.has-mask {
    overflow: hidden;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px)
}

.mask-circle {
    -webkit-clip-path: circle(50% at center);
    clip-path: circle(50% at center)
}

.mask-angled {
    -webkit-clip-path: polygon(0 calc(0% + 30px),100% 0,100% 100%,0 100%);
    clip-path: polygon(0 calc(0% + 30px),100% 0,100% 100%,0 100%)
}

.mask-angled-right {
    -webkit-clip-path: polygon(0 0,100% calc(0% + 30px),100% 100%,0 100%);
    clip-path: polygon(0 0,100% calc(0% + 30px),100% 100%,0 100%)
}

.mask-arrow {
    -webkit-clip-path: polygon(0 0,calc(50% - 30px) 0,50% calc(0% + 30px),calc(50% + 30px) 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,calc(50% - 30px) 0,50% calc(0% + 30px),calc(50% + 30px) 0,100% 0,100% 100%,0 100%)
}

.mask-angled-large {
    -webkit-clip-path: polygon(0 calc(0% + 60px),100% 0,100% 100%,0 100%);
    clip-path: polygon(0 calc(0% + 60px),100% 0,100% 100%,0 100%)
}

.mask-angled-right-large {
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 60px),0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 60px),0 100%)
}

.mask-arrow-large {
    -webkit-clip-path: polygon(0 0,calc(50% - 60px) 0,50% calc(0% + 60px),calc(50% + 60px) 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,calc(50% - 60px) 0,50% calc(0% + 60px),calc(50% + 60px) 0,100% 0,100% 100%,0 100%)
}

.mask-angled-right,.mask-arrow,.mask-angled {
    margin-top: -30px
}

.mask-angled-right-large,.mask-arrow-large,.mask-angled-large {
    margin-top: -60px
}

[data-parallax]:not(.parallax-active) {
    opacity: 0
}

[data-parallax] {
    will-change: transform !important
}

[data-parallax-container] {
    overflow: hidden
}

[data-parallax]:not(.parallax-active) .bg {
    opacity: 0
}

.shade {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.2);
    background: -webkit-gradient(linear,left bottom,left top,from(#323232),color-stop(33%,rgba(50,50,50,0)));
    background: -o-linear-gradient(bottom,#323232 0%,rgba(50,50,50,0) 33%);
    background: linear-gradient(to top,#323232 0%,rgba(50,50,50,0) 33%);
    opacity: .3;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.shade-top {
    opacity: .4;
    background: rgba(0,0,0,.2);
    background: -webkit-gradient(linear,left top,left bottom,from(#000),color-stop(70%,rgba(0,0,0,0)));
    background: -o-linear-gradient(top,#000 0%,rgba(0,0,0,0) 70%);
    background: linear-gradient(to bottom,#000 0%,rgba(0,0,0,0) 70%)
}

.box:hover .shade {
    opacity: .5
}

.box-shade:not(.dark) .shade {
    opacity: .8;
    background: rgba(255,255,255,.2);
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(33%,rgba(255,255,255,0)));
    background: -o-linear-gradient(bottom,#fff 0%,rgba(255,255,255,0) 33%);
    background: linear-gradient(to top,#fff 0%,rgba(255,255,255,0) 33%)
}

.show-on-hover,.hover-slide,.hover-slide-in,.hover-zoom,.hover-zoom-in {
    opacity: 0;
    -webkit-transition: opacity .5s,max-height .6s,-webkit-transform .3s,-webkit-filter .6s;
    transition: opacity .5s,max-height .6s,-webkit-transform .3s,-webkit-filter .6s;
    -o-transition: opacity .5s,transform .3s,max-height .6s,filter .6s;
    transition: opacity .5s,transform .3s,max-height .6s,filter .6s;
    transition: opacity .5s,transform .3s,max-height .6s,filter .6s,-webkit-transform .3s,-webkit-filter .6s;
    -webkit-filter: blur(0);
    filter: blur(0);
    pointer-events: none
}

.hover-slide {
    -webkit-transform: translateY(15%) translateZ(0);
    transform: translateY(15%) translateZ(0)
}

.hover-slide-in {
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0)
}

.box-text-middle .box-text.hover-slide {
    -webkit-transform: translateY(-40%) translateZ(0);
    transform: translateY(-40%) translateZ(0)
}

.hover-fade-out {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.has-hover:hover .hover-fade-out {
    opacity: 0
}

.hover-invert {
    opacity: 1 !important;
    -webkit-filter: invert(0);
    filter: invert(0)
}

.has-hover:hover .hover-invert {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.hover-reveal {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    opacity: 0;
    -webkit-transform: translateY(15%) translateZ(0);
    transform: translateY(15%) translateZ(0);
    max-height: 0
}

.has-hover:hover .hover-reveal {
    opacity: 1;
    max-height: 150px
}

.has-hover:hover .hover-reveal.reveal-small {
    max-height: 30px
}

.hover-blur {
    opacity: 0;
    -webkit-transition: opacity .3s,-webkit-filter .3s;
    transition: opacity .3s,-webkit-filter .3s;
    -o-transition: filter .3s,opacity .3s;
    transition: filter .3s,opacity .3s;
    transition: filter .3s,opacity .3s,-webkit-filter .3s;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.has-hover:hover .hover-blur {
    opacity: 1;
    -webkit-filter: blur(0) !important;
    filter: blur(0) !important
}

.hover-zoom {
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0)
}

.box-text-middle .box-text.hover-zoom {
    -webkit-transform: scale(1.1) translateZ(0) translateY(-50%);
    transform: scale(1.1) translateZ(0) translateY(-50%)
}

.hover-zoom-in {
    -webkit-transform: scale(.9) translateZ(0);
    transform: scale(.9) translateZ(0)
}

.box-text-middle .box-text.hover-zoom-in {
    -webkit-transform: scale(.9) translateZ(0) translateY(-50%);
    transform: scale(.9) translateZ(0) translateY(-50%)
}

.hover-bounce {
    opacity: 1 !important;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: scale(1) translateZ(0) translateY(10px) !important;
    transform: scale(1) translateZ(0) translateY(10px) !important
}

.has-hover:hover .hover-bounce {
    -webkit-transform: scale(1) translateZ(0) translateY(0) !important;
    transform: scale(1) translateZ(0) translateY(0) !important
}

.box-text-middle .hover-bounce {
    -webkit-transform: scale(1) translateZ(0) translateY(-40%) !important;
    transform: scale(1) translateZ(0) translateY(-40%) !important
}

.box-text-middle:hover .box-text.hover-bounce {
    -webkit-transform: scale(1) translateZ(0) translateY(-50%) !important;
    transform: scale(1) translateZ(0) translateY(-50%) !important
}

.has-hover:hover img.show-on-hover {
    opacity: 1
}

.has-hover:hover .hover-slide,.has-hover:hover .hover-slide-in,.has-hover:hover .hover-zoom,.has-hover:hover .hover-zoom-in,.has-hover:hover .show-on-hover {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(0) !important;
    transform: scale(1) translateZ(0) translateY(0) !important;
    pointer-events: inherit
}

.has-hover:hover .show-on-hover.center,.box-text-middle:hover .show-on-hover.box-text {
    -webkit-transform: scale(1) translateZ(0) translateY(-50%) !important;
    transform: scale(1) translateZ(0) translateY(-50%) !important
}

.slider .has-slide-effect {
    overflow: hidden;
    background-color: transparent !important
}

.slider .has-slide-effect .bg {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.slide-zoom-in .bg,.slide-zoom-in-fast .bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.slide-zoom-out-fast .bg,.slide-zoom-out .bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.has-slide-effect.is-selected .bg {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1s,-webkit-transform 20s ease-out;
    transition: opacity 1s,-webkit-transform 20s ease-out;
    -o-transition: opacity 1s,transform 20s ease-out;
    transition: opacity 1s,transform 20s ease-out;
    transition: opacity 1s,transform 20s ease-out,-webkit-transform 20s ease-out
}

.slide-fade-in.is-selected .bg {
    -webkit-transition: opacity 3.5s;
    -o-transition: opacity 3.5s;
    transition: opacity 3.5s
}

.slide-fade-in-fast.is-selected .bg {
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s
}

.slide-zoom-in-fast.is-selected .bg,.slide-zoom-in.is-selected .bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.slide-zoom-out-fast.is-selected .bg {
    -webkit-transition: opacity 1s,-webkit-transform 5s ease-out;
    transition: opacity 1s,-webkit-transform 5s ease-out;
    -o-transition: opacity 1s,transform 5s ease-out;
    transition: opacity 1s,transform 5s ease-out;
    transition: opacity 1s,transform 5s ease-out,-webkit-transform 5s ease-out
}

.button.tooltip {
    opacity: 1
}

.tooltipster-default {
    border-radius: 5px;
    background: #111;
    color: #fff;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0
}

.tooltipster-default a {
    color: #eee
}

.tooltipster-default:hover {
    color: #fff
}

.tooltipster-fade-show {
    opacity: 1
}

.tooltipster-default .tooltipster-content {
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible
}

.tooltipster-base .tooltipster-content {
    overflow: hidden
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tooltipster-arrow span,.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute
}

.tooltipster-arrow-top span,.tooltipster-arrow-top-right span,.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px
}

.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-right span,.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px
}

.tooltipster-arrow-top span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto
}

.tooltipster-arrow-top-left span,.tooltipster-arrow-bottom-left span {
    left: 6px
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px
}

.tooltipster-arrow-top-right span,.tooltipster-arrow-bottom-right span {
    right: 6px
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px
}

.tooltipster-arrow-left span,.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px
}

.tooltipster-arrow-right span,.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px
}

.dark,.dark p,.dark td {
    color: #f1f1f1
}

.dark a.lead,.dark label,.dark .heading-font,.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6,.hover-dark:hover p,.hover-dark:hover h1,.hover-dark:hover h2,.hover-dark:hover h3,.hover-dark:hover h4,.hover-dark:hover h5,.hover-dark:hover h6,.hover-dark:hover a {
    color: #fff
}

.dark .stars a+a,.dark .product-section,.dark .product-footer .woocommerce-tabs {
    border-color: rgba(255,255,255,.2)
}

.nav-dark .is-outline,.dark .nav>li>a,.dark .nav>li.html,.dark .nav-vertical li li.menu-item-has-children>a,.dark .nav-vertical>li>ul li a,.nav-dropdown.dark>li>a,.nav-dropdown.dark .nav-column>li>a,.nav-dark .nav>li>a,.nav-dark .nav>li>button {
    color: rgba(255,255,255,.8)
}

.dark .nav>li>a:hover,.dark .nav>li.active>a,.dark .nav>li>a.active .nav-dark .nav>li.current>a,.nav-dark .nav>li>a:hover,.nav-dark .nav>li.active>a,.nav-dropdown.dark>li>a:hover,.nav-dropdown.dark .nav-column>li>a:hover,.nav-dark a.plain:hover,.nav-dark .nav>li>a.active {
    color: #fff
}

.dark.nav-dropdown.nav-dropdown-bold>li.nav-dropdown-col,.dark.nav-dropdown.nav-dropdown-simple>li.nav-dropdown-col,.nav-dropdown.dark .nav-column>li>a,.nav-dropdown.dark>li>a,.nav-dark .nav>li.header-divider,.nav-dark .header-divider:after,.nav-dark .nav-divided>li+li>a:after {
    border-color: rgba(255,255,255,.2)
}

.dark .nav-vertical li li.menu-item-has-children>a,.nav-dark .nav-vertical li li.menu-item-has-children>a,.nav-dark .nav>li.html,.nav-dark .header-button {
    color: #fff
}

.nav-box a:hover span.amount,.nav-dark span.amount {
    color: currentColor
}

html {
    overflow-x: hidden
}

@media(max-width: 849px) {
    body {
        overflow-x:hidden
    }
}

#wrapper,#main {
    background-color: #fff;
    position: relative
}

#main.dark {
    background-color: #333
}

.page-wrapper {
    padding-top: 30px;
    padding-bottom: 30px
}

.page-wrapper-full {
    padding-top: 0
}

.is-sticky-column {
    will-change: min-height
}

.is-sticky-column__inner {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    will-change: position,transform
}

.ux-body-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 29;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility .3s,opacity .3s ease-in-out;
    -o-transition: visibility .3s,opacity .3s ease-in-out;
    transition: visibility .3s,opacity .3s ease-in-out
}

.ux-body-overlay--hover-active,.ux-body-overlay--click-active {
    opacity: 1;
    visibility: visible
}

.header,.header-wrapper {
    width: 100%;
    z-index: 30;
    position: relative;
    background-size: cover;
    background-position: 50% 0;
    -webkit-transition: background-color .3s,opacity .3s;
    -o-transition: background-color .3s,opacity .3s;
    transition: background-color .3s,opacity .3s
}

.header-bg-color {
    background-color: rgba(255,255,255,.9)
}

.header-top,.header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap
}

.header.show-on-scroll,.header.has-transparent,.header.transparent {
    position: absolute
}

.header.show-on-scroll:not(.stuck),.header.transparent:not(.stuck) {
    left: auto;
    right: auto
}

.header.show-on-scroll .header-wrapper {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    visibility: hidden;
    opacity: 0
}

.header.show-on-scroll .header-wrapper.stuck {
    visibility: visible;
    opacity: 1
}

.header.transparent .header-wrapper,.header.transparent .header-bg-image,.header.transparent .header-bg-color,.header.transparent .header-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none !important
}

.header-bg-image,.header-bg-color {
    background-position: 50% 0;
    -webkit-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s
}

.header-top {
    background-color: #446084;
    z-index: 11;
    position: relative;
    min-height: 20px
}

.header-main {
    z-index: 10;
    position: relative
}

.header-bottom {
    z-index: 9;
    position: relative;
    min-height: 35px
}

.top-divider {
    margin-bottom: -1px;
    border-top: 1px solid currentColor;
    opacity: .1
}

.nav-dark .top-divider {
    display: none
}

.stuck {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto
}

.sticky-jump .stuck {
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s
}

.sticky-fade .stuck {
    -webkit-animation: stuckFadeIn .6s;
    animation: stuckFadeIn .6s
}

.sticky-shrink .stuck .header-main {
    -webkit-transition: height .8s;
    -o-transition: height .8s;
    transition: height .8s
}

.stuck .header-inner,.stuck .logo,.stuck .logo img {
    padding-top: 0;
    margin-top: 0
}

.header-wrapper:not(.stuck) .logo img {
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s
}

.header.show-on-scroll .hide-for-sticky,.stuck .hide-for-sticky {
    display: none
}

.header-wrapper.stuck,.header-shadow .header-wrapper,.layout-shadow #wrapper {
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15)
}

.nav>li.header-divider {
    border-left: 1px solid rgba(0,0,0,.1);
    height: 30px;
    vertical-align: middle;
    position: relative;
    margin: 0 7.5px
}

.nav-dark .nav>li.header-divider {
    border-color: rgba(255,255,255,.1)
}

.header-block {
    width: 100%;
    min-height: 15px
}

.header-full-width .container {
    max-width: 100% !important
}

@media(max-width: 849px) {
    .header-main li.html.custom {
        display:none
    }
}

@media(max-width: 549px) {
    .nav-mobile>li>a:not(.button) {
        line-height:5em
    }
}

.post {
    margin: 0 0 30px
}

.masonery .post {
    margin-bottom: 0
}

.entry-header-text {
    padding: 1.5em 0 1.5em
}

.entry-header-text.text-center {
    padding-left: 1.5em;
    padding-right: 1.5em
}

.entry-header-text-top {
    padding-top: 0
}

.entry-header-text-bottom {
    padding-bottom: 0
}

.entry-content {
    padding-top: 1.5em;
    padding-bottom: 1.5em
}

.masonery .article-inner .box {
    margin-bottom: 1.5em
}

.article-inner {
    -webkit-transition: opacity .3s,-webkit-box-shadow .5s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-box-shadow .5s,-webkit-transform .3s;
    -o-transition: opacity .3s,box-shadow .5s,transform .3s;
    transition: opacity .3s,box-shadow .5s,transform .3s;
    transition: opacity .3s,box-shadow .5s,transform .3s,-webkit-box-shadow .5s,-webkit-transform .3s
}

.blog-featured-title+#main .post-sidebar {
    padding-top: 30px
}

.from_the_blog_comments {
    padding-top: 7px;
    opacity: .8
}

.article-inner.has-shadow {
    background-color: #fff
}

.article-inner.has-shadow .entry-content,.article-inner.has-shadow footer.entry-meta,.article-inner.has-shadow .entry-header-text,.article-inner.has-shadow .author-box {
    padding-left: 1.5em;
    padding-right: 1.5em
}

.article-inner.has-shadow .entry-header-text-top {
    padding-top: 1.5em
}

.entry-author {
    padding: 2em 0
}

.banner h2.entry-title {
    font-size: 2em
}

.badge.post-date {
    top: 7%
}

.entry-image img {
    width: 100%
}

.entry-image-float {
    position: relative
}

@media(min-width: 850px) {
    .entry-image-float {
        max-width:50%;
        float: left;
        margin-right: 2em
    }

    .entry-image-float+.entry-content {
        padding-top: 0
    }
}

.post .entry-summary p:last-of-type {
    margin-bottom: 0
}

footer.entry-meta {
    font-size: .8em;
    border-top: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    padding: .5em 0 .6em
}

li.recentcomments {
    padding: 7px 0
}

li.recentcomments a {
    display: inline !important
}

.box-blog-post .is-divider {
    margin-top: .5em;
    margin-bottom: .5em;
    height: 2px
}

.bypostauthor {
    display: block
}

.more-link {
    margin-top: 1.5em
}

.updated:not(.published) {
    display: none
}

@media(min-width: 850px) {
    .alignleft {
        display:inline;
        float: left;
        margin-right: 1.5em
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em
    }

    .aligncenter {
        clear: both;
        display: block;
        margin: 0 auto
    }
}

.wp-caption {
    margin-bottom: 2em;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    padding: .4em;
    font-size: .9em;
    background: rgba(0,0,0,.05);
    font-style: italic
}

.wp-caption-text {
    text-align: center
}

img.size-full.alignnone {
    margin-bottom: 2em
}

.row .entry-content .gallery {
    padding: 0
}

.gallery-caption {
    display: block
}

.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.widget {
    margin-bottom: 1.5em
}

.widget ul {
    margin: 0
}

.widget li {
    list-style: none
}

.widgets-framed .widget,.widgets-boxed .widget {
    padding: 15px 20px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,.05);
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,.05)
}

.widgets-boxed .widget h3 {
    background-color: #446084;
    margin-left: -21px;
    margin-top: -16px;
    padding: 10px 20px 10px;
    width: calc(100% + 42px);
    color: #fff
}

.widgets-boxed h3+.is-divider {
    display: none
}

ul.menu>li,.widget>ul>li {
    list-style: none;
    margin-bottom: .3em;
    text-align: left;
    margin: 0
}

ul.menu>li li,.widget>ul>li li {
    list-style: none
}

ul.menu>li>a,ul.menu>li>span:first-child,.widget>ul>li>a,.widget>ul>li>span:first-child {
    display: inline-block;
    padding: 6px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

ul.menu>li:before,.widget>ul>li:before {
    font-family: "fl-icons";
    display: inline-block;
    opacity: .6;
    margin-right: 6px
}

ul.menu>li li>a,.widget>ul>li li>a {
    font-size: .9em;
    padding: 3px 0;
    display: inline-block
}

ul.menu>li+li,.widget>ul>li+li {
    border-top: 1px solid #ececec
}

.dark ul.menu>li+li,.dark .widget>ul>li+li {
    border-color: rgba(255,255,255,.08)
}

ul.menu>li ul,.widget>ul>li ul {
    border-left: 1px solid #ddd;
    margin: 0 0 10px 3px;
    padding-left: 15px;
    width: 100%;
    display: none
}

ul.menu>li ul li,.widget>ul>li ul li {
    border: 0;
    margin: 0
}

.dark ul.menu>li ul,.dark .widget>ul>li ul {
    border-color: rgba(255,255,255,.08)
}

.dark ul.menu>li>a:hover,.dark ul.menu>li.active>a,.dark ul.menu>li.current-cat>a,.dark .widget>ul>li>a:hover,.dark .widget>ul>li.active>a,.dark .widget>ul>li.current-cat>a {
    color: #fff
}

ul.menu>li.has-child,.widget>ul>li.has-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget>ul>li .count {
    opacity: .5;
    font-size: .7em;
    line-height: 3em
}

.widget .current>ul,.widget .current-cat-parent>ul {
    display: block
}

.widget .current-cat>a {
    color: #000;
    font-weight: bolder
}

.recent-blog-posts {
    padding: 10px 0 10px
}

.recent-blog-posts a {
    line-height: 1.2;
    display: block;
    margin-bottom: 6px
}

.widget .instagram-pics:after {
    content: "";
    display: table;
    clear: both
}

.widget .instagram-pics>li {
    border: 0;
    list-style: none;
    float: left;
    width: 33.333333%;
    margin: 0;
    padding: 0
}

.widget .instagram-pics>li a {
    padding: 0;
    margin: 0;
    display: block
}

.widget .instagram-pics>li img {
    display: block;
    width: 100%
}

.widget_layered_nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget_display-latest-tweets li {
    font-style: italic;
    font-size: .9em
}

.widget_display-latest-tweets a {
    display: inline !important
}

.widget_display-latest-tweets span {
    font-weight: bolder;
    display: block
}

.wpcf7 {
    color: #333;
    position: relative
}

.wpcf7 .ajax-loader {
    display: none !important
}

.dark .wpcf7 {
    color: #fff
}

.wpcf7 p {
    padding: 0;
    margin: 0
}

.wpcf7 br {
    display: none
}

.wpcf7 label {
    display: inline-block;
    width: 100%
}

.wpcf7 span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 1.2em
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block
}

.wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 99px
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: -10px;
    position: relative;
    padding: 5px 8px;
    line-height: 1.2em;
    border-radius: 3px;
    opacity: .8;
    background-color: #f1f1f1;
    color: #b20000
}

.wpcf7 .wpcf7-not-valid-tip:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-bottom-color: #f1f1f1;
    border-width: 10px;
    margin-left: -10px
}

.wpcf7 .wpcf7-validation-errors {
    display: none !important
}

.wpcf7 .flex-col .wpcf7-not-valid-tip {
    position: absolute;
    z-index: 99;
    margin-top: 5px;
    width: 100%
}

.wpcf7 .wpcf7-response-output {
    margin: 5px 0 0;
    border-radius: 10px
}

.wpcf7-form .processing * {
    opacity: .8
}

.password-required form.post-password-form {
    max-width: 620px;
    margin: 0 auto;
    padding: 30px 15px 30px
}

.portfolio-inner img {
    width: 100%
}

.portfolio-bottom {
    margin-bottom: -1px
}

.row+.portfolio-related .portfolio-element-wrapper {
    margin-top: 30px
}

.accordion-inner {
    padding: 1em 2.3em;
    display: none
}

.accordion-title {
    font-size: 110%;
    padding: .6em 2.3em;
    display: block;
    position: relative;
    border-top: 1px solid #ddd;
    -webkit-transition: border .2s ease-out,background-color .3s;
    -o-transition: border .2s ease-out,background-color .3s;
    transition: border .2s ease-out,background-color .3s
}

.dark .accordion-title {
    border-color: rgba(255,255,255,.2)
}

.accordion-title.active {
    border-color: #446084;
    color: #446084;
    font-weight: 700;
    background-color: rgba(0,0,0,.03)
}

.dark .accordion-title.active {
    color: #fff
}

.accordion .toggle {
    width: 2.3em;
    height: 1.5em;
    margin-right: 5px;
    top: .3em;
    border-radius: 999px;
    position: absolute;
    -webkit-transform-origin: 50% 47%;
    -ms-transform-origin: 50% 47%;
    transform-origin: 50% 47%;
    left: 0
}

.accordion .active .toggle {
    opacity: 1;
    color: currentColor
}

.breadcrumbs {
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0
}

.product-info .breadcrumbs {
    font-size: .85em;
    margin: 0 0 .5em
}

.breadcrumbs .divider,.breadcrumbs .separator {
    position: relative;
    top: 0;
    opacity: .35;
    margin: 0 .3em;
    font-weight: 300
}

.dark .breadcrumbs {
    color: #fff
}

.breadcrumbs a {
    color: rgba(102,102,102,.7);
    font-weight: 400
}

.breadcrumbs a:first-of-type {
    margin-left: 0
}

.breadcrumbs a.current,.breadcrumbs a:hover {
    color: #111
}

.dark .breadcrumbs a {
    color: #fff
}

.checkout-breadcrumbs {
    padding: 15px 0
}

.checkout-breadcrumbs a {
    color: #ccc;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout-breadcrumbs .divider {
    top: 2px;
    margin: 0 .5em
}

.breadcrumb-step {
    display: inline-block;
    background-color: #ccc;
    color: #fff;
    margin: 0 .5em;
    font-weight: bolder;
    text-align: center;
    height: 1.5em;
    width: 1.5em;
    font-size: .7em;
    line-height: 1.5em;
    border-radius: 99px;
    position: relative;
    top: 1px
}

.current .breadcrumb-step {
    background-color: #d26e4b
}

@media(min-width: 850px) {
    .comment-form {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .comment-form>div {
        padding: 0 15px;
        width: 100%
    }

    .comment-form>p {
        padding: 0 15px;
        width: 100%
    }

    .comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.comment-inner:target {
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 10px
}

.commentlist li,.comment-list li {
    list-style: none;
    padding: 1em 0 0
}

.commentlist li .meta,.comment-list li .meta {
    margin-bottom: 0
}

.commentlist li .avatar,.comment-list li .avatar {
    border-radius: 100%
}

.commentlist li .description,.comment-list li .description {
    font-style: italic
}

.commentlist li .comment-text,.comment-list li .comment-text {
    padding: 0 1.5em
}

.commentlist>li:not(:first-child),.comment-list>li:not(:first-child) {
    border-top: 1px dashed #ddd
}

#comments .comment-respond {
    background-color: rgba(0,0,0,.05);
    margin-top: 15px;
    padding: 15px 25px 0
}

#comments .comment-respond .comment-reply-title {
    font-size: 1.2em
}

#comments .comment-respond small {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: .6em
}

.footer-wrapper {
    width: 100%;
    position: relative
}

.footer {
    padding: 30px 0 0
}

.footer-1 {
    background-color: #fff
}

.footer-2 {
    background-color: #777
}

.footer-1,.footer-2 {
    border-top: 1px solid rgba(0,0,0,.05)
}

.footer-secondary {
    padding: 7.5px 0
}

.absolute-footer,html {
    background-color: #5b5b5b
}

.footer ul {
    margin: 0
}

.absolute-footer {
    color: rgba(0,0,0,.5);
    padding: 10px 0 15px;
    font-size: .9em
}

.absolute-footer.dark {
    color: rgba(255,255,255,.5)
}

.absolute-footer.fixed {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7.5px 15px;
    z-index: 101;
    color: #fff;
    background-color: transparent;
    text-shadow: 1px 1px 1px rgba(0,0,0,.7)
}

.absolute-footer ul {
    padding-bottom: 5px;
    opacity: .8;
    border-bottom: 1px solid #ddd
}

.absolute-footer.dark ul {
    border-color: rgba(255,255,255,.08)
}

.absolute-footer.text-center ul {
    border: 0;
    padding-top: 5px
}

.reveal-footer {
    z-index: 1;
    margin-bottom: 100px;
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.5)
}

.reveal-footer+.footer-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 0
}

.back-to-top {
    margin: 0;
    opacity: 0;
    bottom: 20px;
    right: 20px;
    pointer-events: none;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%)
}

.back-to-top.left {
    left: 20px;
    right: unset
}

.back-to-top.active {
    opacity: 1;
    pointer-events: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.instagram-image-container {
    display: block;
    padding-bottom: 100%
}

.instagram-image-container a>img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.logo {
    line-height: 1;
    margin: 0
}

.logo-tagline {
    font-style: italic;
    font-size: .9em;
    line-height: 1;
    margin: .85em 0
}

.logo a {
    text-decoration: none;
    display: block;
    color: #446084;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 0
}

.logo img {
    display: block;
    width: auto
}

.header-logo-dark,.nav-dark .header-logo,.header-logo-sticky,.sticky .dark .header-logo-dark,.sticky .has-sticky-logo .header-logo {
    display: none !important
}

.nav-dark .header-logo-dark,.stuck .header-logo-sticky {
    display: block !important
}

.stuck .header-logo-sticky+img,.stuck .header-logo-sticky+img+img {
    display: none !important
}

.nav-dark .logo a {
    color: #fff
}

.logo-left .logo {
    margin-left: 0;
    margin-right: 30px
}

.logo-center .flex-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.logo-center .logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    margin: 0 30px
}

.logo-center .logo img {
    margin: 0 auto
}

.logo-center .flex-right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

@media screen and (max-width: 849px) {
    .header-inner .nav {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap
    }

    .medium-logo-left .flex-left {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }

    .medium-logo-left .logo {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .medium-logo-center .flex-left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .medium-logo-center .logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        margin: 0 15px
    }

    .medium-logo-center .logo img {
        margin: 0 auto
    }

    .medium-logo-center .flex-right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.map-height {
    height: 400px
}

.map-inner {
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    padding: 20px
}

.message-box {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f1f1f1
}

.message-box.dark {
    background-color: #333
}

.message-box .col,.message-box .col-inner,.message-box .row {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.next-prev-thumbs li {
    position: relative;
    display: inline-block;
    margin: 0 1px 0 !important
}

.next-prev-thumbs li .button {
    margin-bottom: 0
}

.next-prev-thumbs .nav-dropdown {
    padding: 2px;
    width: 90px;
    min-width: 90px
}

.page-title {
    position: relative
}

.page-title .widget {
    margin: 0 .3em;
    vertical-align: middle
}

.page-title-bg {
    overflow: hidden
}

.title-bg {
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.title-overlay {
    background-color: rgba(0,0,0,.25)
}

.page-title-inner {
    position: relative;
    padding-top: 20px;
    min-height: 60px
}

.page-title-inner ul,.page-title-inner select,.page-title-inner form,.page-title-inner button,.page-title-inner p {
    margin-top: 0;
    margin-bottom: 0
}

.normal-title {
    background-color: #f7f7f7;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.normal-title .page-title-inner {
    padding-top: 15px;
    padding-bottom: 15px
}

.featured-title {
    background-color: #446084;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2)
}

.featured-title .page-title-inner {
    padding-bottom: 20px
}

.featured-title .page-title-bg {
    -webkit-box-shadow: inset 0 0 30px 0px rgba(0,0,0,.1);
    box-shadow: inset 0 0 30px 0px rgba(0,0,0,.1)
}

.featured-title .overlay {
    background-color: rgba(0,0,0,.4)
}

.payment-icons .payment-icon {
    display: inline-block;
    opacity: .6;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 5px;
    background-color: rgba(0,0,0,.1);
    padding-bottom: 0;
    padding: 3px 5px 5px;
    margin: 3px 3px 0
}

.payment-icons .payment-icon svg {
    vertical-align: middle;
    height: 20px;
    width: auto !important
}

.payment-icons .payment-icon:hover {
    opacity: 1
}

.dark .payment-icons .payment-icon {
    background-color: rgba(255,255,255,.1)
}

.dark .payment-icons .payment-icon svg {
    fill: #fff
}

.pricing-table {
    border: 1px solid #ececec;
    background-color: #fff;
    padding-bottom: 15px;
    overflow: hidden
}

.dark .pricing-table {
    border-color: rgba(255,255,255,.2)
}

.pricing-table .title {
    padding: .5em 15%;
    border-bottom: 1px solid #ececec
}

.dark .pricing-table .title {
    border-color: rgba(255,255,255,.2)
}

.pricing-table .price {
    color: #000;
    padding: .6em 15% 0;
    font-weight: 300
}

.pricing-table .description {
    padding: 15px 15px 0
}

.pricing-table .items {
    padding: 10px 15%
}

.pricing-table .is-disabled {
    text-decoration: line-through;
    opacity: .6
}

.pricing-table .items .button:last-child {
    margin: 30px 0 0
}

.pricing-table .bullet-more-info {
    font-size: 14px;
    margin-left: 10px
}

.pricing-table .items>div {
    padding: 7.5px 0;
    border-bottom: 1px solid #ececec
}

.dark .pricing-table .items>div {
    border-color: rgba(255,255,255,.08)
}

.dark .pricing-table {
    background-color: #333
}

.pricing-table .title {
    background-color: rgba(0,0,0,.02)
}

.featured-table {
    margin-top: -15px;
    border-color: #446084;
    border-width: 2px
}

.featured-table .title {
    color: #fff;
    border-color: #446084;
    background-color: #446084
}

.scroll-to {
    width: 100%
}

.scroll-to-bullets {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    max-height: 100vh;
    overflow: hidden;
    position: fixed
}

.scroll-to-bullets a {
    display: block;
    border: 3px solid transparent;
    background-color: #446084;
    margin: 10px 15px;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 1px rgba(0,0,0,.3)
}

.scroll-to-bullets a:hover {
    opacity: 1;
    background-color: #fff
}

.scroll-to-bullets a.active {
    opacity: 1;
    border-color: #446084;
    background-color: #fff
}

.sidebar-menu .search-form {
    display: block !important
}

.searchform-wrapper form {
    margin-bottom: 0
}

.mobile-nav>.search-form,.sidebar-menu .search-form {
    padding: 5px 0;
    width: 100%
}

.form-flat .search-form-categories {
    padding-right: 5px
}

.widget_search .submit-button,.searchform-wrapper:not(.form-flat) .submit-button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.searchform {
    position: relative
}

.searchform .button.icon {
    margin: 0
}

.searchform .button.icon i {
    font-size: 1.2em
}

.searchform-wrapper {
    width: 100%
}

.searchform-wrapper.form-flat .submit-button.loading .icon-search {
    opacity: 0
}

.searchform-wrapper.form-flat .submit-button.loading:after {
    border-color: currentColor
}

.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: -2.9em
}

.searchform-wrapper .autocomplete-suggestions {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 50vh;
    overflow-y: auto
}

.header-block .autocomplete-suggestions,.header .search-form .autocomplete-suggestions {
    max-height: 80vh
}

.col .live-search-results,.header-block .live-search-results,.header .search-form .live-search-results {
    text-align: left;
    color: #111;
    top: 105%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.95);
    position: absolute
}

.header li .html .live-search-results {
    top: 0;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.autocomplete-suggestion {
    padding: 10px .75em;
    border-bottom: 1px solid rgba(0,0,0,.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default
}

.autocomplete-suggestion .search-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.autocomplete-suggestion img {
    width: 40px;
    border-radius: 99px;
    height: 40px;
    display: inline-block;
    margin-right: 10px
}

.autocomplete-suggestion img+.search-name {
    margin-top: -.15em;
    padding-left: .5em
}

.autocomplete-suggestion .search-price {
    padding-top: 3px;
    margin-left: 5px;
    font-size: .8em
}

.autocomplete-suggestion:last-child {
    border-bottom: none
}

.autocomplete-selected {
    background-color: rgba(0,0,0,.05)
}

#search-lightbox {
    font-size: 1.5em;
    margin: 0 auto;
    max-width: 600px
}

.section-title-container {
    margin-bottom: 1.5em
}

.row-collapse+.section-title-container,.slider-wrapper+.section-title-container,.banner+.section-title-container {
    margin-top: 30px
}

.section-title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.section-title i {
    opacity: .6;
    margin-right: .5em
}

.section-title i.icon-angle-right {
    margin-right: 0;
    margin-left: 10px
}

.section-title span {
    text-transform: uppercase
}

.section-title small {
    text-transform: none;
    font-weight: 400;
    padding-left: 15px;
    font-size: 1em;
    opacity: .7
}

.section-title b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor
}

.section-title a {
    display: block;
    padding-left: 15px;
    font-size: .8em;
    margin-left: auto
}

.section-title-normal {
    border-bottom: 2px solid #ececec
}

.section-title-normal span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgba(0,0,0,.1);
    margin-bottom: -2px
}

.dark .section-title-normal span,.dark .section-title-normal {
    border-color: rgba(255,255,255,.2)
}

.section-title-normal b {
    display: none
}

.section-title-center span {
    margin: 0 15px
}

.section-title-center span,.section-title-bold-center span {
    text-align: center
}

.section-title-center small,.section-title-bold-center small {
    padding: 0 15px;
    display: block
}

.section-title-bold-center span,.section-title-bold span {
    border: 2px solid rgba(0,0,0,.1);
    padding: .3em .8em
}

.section-title-bold b:first-of-type {
    display: none
}

.flatsome-cookies {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 15px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px rgba(0,0,0,.14);
    box-shadow: 0 0 9px rgba(0,0,0,.14);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease,-webkit-transform .35s ease;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

.flatsome-cookies__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flatsome-cookies__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 30px
}

.flatsome-cookies__buttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.flatsome-cookies__buttons>a {
    margin-right: 20px;
    margin-bottom: 0
}

.flatsome-cookies__buttons>a:last-child {
    margin-right: 0
}

.flatsome-cookies--inactive {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}

.flatsome-cookies--active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media(max-width: 849px) {
    .flatsome-cookies__inner {
        -webkit-box-align:stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        font-size: .9em
    }

    .flatsome-cookies__buttons {
        margin-top: 15px
    }

    .flatsome-cookies__text {
        padding-right: 0
    }
}

.icon-lock:before {
    content: ""
}

.icon-user-o:before {
    content: ""
}

.icon-line:before,.icon-chat:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-shopping-cart:before {
    content: ""
}

.icon-tumblr:before {
    content: ""
}

.icon-gift:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-equalizer:before {
    content: ""
}

.icon-shopping-basket:before {
    content: ""
}

.icon-shopping-bag:before {
    content: ""
}

.icon-google-plus:before {
    content: ""
}

.icon-heart-o:before {
    content: ""
}

.icon-heart:before {
    content: ""
}

.icon-500px:before {
    content: ""
}

.icon-vk:before {
    content: ""
}

.icon-angle-left:before {
    content: ""
}

.icon-angle-right:before {
    content: ""
}

.icon-angle-up:before {
    content: ""
}

.icon-angle-down:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-envelop:before {
    content: ""
}

.icon-tag:before {
    content: ""
}

.icon-star:before {
    content: ""
}

.icon-star-o:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-feed:before {
    content: ""
}

.icon-checkmark:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-tiktok:before {
    content: ""
}

.icon-pinterest:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-skype:before {
    content: ""
}

.icon-dribbble:before {
    content: ""
}

.icon-certificate:before {
    content: ""
}

.icon-expand:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-map-pin-fill:before {
    content: ""
}

.icon-pen-alt-fill:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-flickr:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-snapchat:before {
    content: ""
}

.icon-whatsapp:before {
    content: ""
}

.icon-telegram:before {
    content: ""
}

.icon-twitch:before {
    content: ""
}

.icon-discord:before {
    content: ""
}

.text-center .social-icons {
    margin-left: auto;
    margin-right: auto
}

.social-icons {
    display: inline-block;
    vertical-align: middle;
    font-size: .85em;
    color: #999
}

.html .social-icons {
    font-size: 1em
}

.html .social-icons .button {
    margin-bottom: 0
}

.social-icons span {
    font-weight: 700;
    padding-right: 10px
}

.social-icons i {
    min-width: 1em
}

.nav-dark .social-icons,.dark .social-icons {
    color: #fff
}

.nav-dark .social-icons .button.is-outline,.dark .social-icons .button.is-outline {
    border-color: rgba(255,255,255,.5)
}

.social-button,.social-icons .button.icon:not(.is-outline),.social-icons .button.icon:hover {
    background-color: currentColor !important;
    border-color: currentColor !important
}

.social-button>i,.social-button>span,.social-icons .button.icon:not(.is-outline)>i,.social-icons .button.icon:not(.is-outline)>span,.social-icons .button.icon:hover>i,.social-icons .button.icon:hover>span {
    color: #fff !important
}

.button.facebook:not(.is-outline),.button.facebook:hover {
    color: #3a589d !important
}

.button.instagram:not(.is-outline),.button.instagram:hover {
    color: #3b6994 !important
}

.button.whatsapp:not(.is-outline),.button.whatsapp:hover {
    color: #51cb5a !important
}

.button.twitter:not(.is-outline),.button.twitter:hover {
    color: #2478ba !important
}

.button.tiktok:not(.is-outline),.button.tiktok:hover,.button.email:not(.is-outline),.button.email:hover {
    color: #111 !important
}

.button.phone:not(.is-outline),.button.phone:hover {
    color: #51cb5a !important
}

.button.pinterest:not(.is-outline),.button.pinterest:hover {
    color: #cb2320 !important
}

.button.rss:not(.is-outline),.button.rss:hover {
    color: #fc7600 !important
}

.button.tumblr:not(.is-outline),.button.tumblr:hover {
    color: #36455d !important
}

.button.vk:not(.is-outline),.button.vk:hover {
    color: #527498 !important
}

.button.google-plus:not(.is-outline),.button.google-plus:hover {
    color: #dd4e31 !important
}

.button.linkedin:not(.is-outline),.button.linkedin:hover {
    color: #0072b7 !important
}

.button.youtube:not(.is-outline),.button.youtube:hover {
    color: #c33223 !important
}

.button.flickr:not(.is-outline),.button.flickr:hover {
    color: #e5086f !important
}

.button.snapchat:not(.is-outline),.button.snapchat:hover {
    color: #fff600 !important
}

.button.snapchat:not(.is-outline) i,.button.snapchat:hover i {
    text-shadow: 0px 0px 6px rgba(0,0,0,.4)
}

.button.px500:not(.is-outline),.button.px500:hover {
    color: #0099e5 !important
}

.button.telegram:not(.is-outline),.button.telegram:hover {
    color: #54a9ea !important
}

.button.twitch:not(.is-outline),.button.twitch:hover {
    color: #9146fe !important
}

.button.discord:not(.is-outline),.button.discord:hover {
    color: #7189d9 !important
}

.woocommerce-product-rating {
    visibility: visible;
    position: relative
}

.star-rating {
    text-align: left;
    font-size: 16px;
    display: block;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    letter-spacing: 0;
    margin: .5em 0;
    width: 5.06em;
    font-family: "fl-icons" !important;
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.star-rating:before,.woocommerce-page .star-rating:before {
    content: "";
    color: #d26e4b;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.star-rating span {
    overflow: hidden;
    float: left;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    font-family: "fl-icons" !important;
    font-weight: 400 !important;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "";
    color: #d26e4b;
    top: 0;
    position: absolute;
    left: 0
}

.star-rating--inline {
    display: inline-block;
    vertical-align: middle;
    height: 18px
}

.woocommerce-review-link {
    font-size: 90%
}

li.wc-layered-nav-rating {
    font-size: .8em
}

li.wc-layered-nav-rating .star-rating {
    margin-bottom: 0;
    display: inline-block
}

.stars a {
    font-size: 16px;
    margin-left: -10px;
    display: inline-block;
    color: transparent !important;
    overflow: hidden;
    font-family: "fl-icons"
}

.stars a+a {
    margin-left: .3em;
    border-left: 1px solid #ececec
}

.stars a:hover:after,.stars a.active:after {
    color: #d26e4b
}

.stars a:after {
    color: #ddd;
    content: ""
}

.stars a.star-2:after {
    content: ""
}

.stars a.star-3:after {
    content: ""
}

.stars a.star-4:after {
    content: ""
}

.stars a.star-5:after {
    content: ""
}

@charset "UTF-8";.widget_shopping_cart_content .blockUI.blockOverlay,.woocommerce-checkout-review-order .blockUI.blockOverlay {
    background-color: #fff !important;
    opacity: .6 !important
}

.widget_shopping_cart_content .blockUI.blockOverlay:before,.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    line-height: 1;
    text-align: center;
    font-size: 2em;
    border-top: 3px solid rgba(0,0,0,.1) !important;
    border-right: 3px solid rgba(0,0,0,.1) !important;
    border-bottom: 3px solid rgba(0,0,0,.1) !important;
    pointer-events: none;
    border-left: 3px solid #446084;
    -webkit-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.category-page-row {
    padding-top: 30px
}

.price_slider_amount input {
    display: none
}

.woocommerce-result-count {
    display: inline-block;
    margin: 0 1em 0 auto
}

.woocommerce-ordering,.woocommerce-ordering select {
    margin: 5px 0;
    display: inline-block
}

.add_to_cart_button.added {
    display: none
}

a.added_to_cart {
    display: inline-block;
    font-size: .9em;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700
}

a.added_to_cart:after {
    content: " →"
}

.grid-style-3 .title-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px;
    min-width: 60%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.grid-style-3 .price-wrapper {
    text-align: right
}

.grid-style-3 .star-rating {
    margin: .2em 0;
    text-align: right
}

.grid-style-3 .price del {
    display: block
}

.grid-style-3 .price del span.amount {
    margin: 0
}

.products .box-vertical .box-text {
    font-size: 1.1em
}

.page-numbers.button.current {
    pointer-events: none;
    opacity: .6
}

.grid-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 !important;
    margin-bottom: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap
}

.grid-tools a {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    opacity: .95;
    display: block;
    width: 100%;
    padding: .4em 0 .5em;
    font-size: .85em;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #446084;
    color: #f1f1f1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.grid-tools a+a {
    border-left: 1px solid rgba(255,255,255,.1)
}

.grid-tools a:hover {
    color: #fff;
    opacity: 1
}

.grid-tools .add-to-cart-grid {
    width: 0
}

@media(max-width: 849px) {
    .category-filter-row {
        padding:10px 0
    }
}

.filter-button {
    display: inline-block;
    margin-top: .5em
}

.box-image .out-of-stock-label {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 0;
    background: rgba(255,255,255,.9);
    text-align: center;
    opacity: .9
}

.featured-title .woocommerce-result-count {
    display: none
}

.widget_product_categories>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget_product_categories>ul>li span {
    font-size: .85em;
    opacity: .4
}

.widget_product_categories>ul>li ul span.count {
    display: none
}

.message-wrapper+.login {
    padding: 30px;
    background-color: rgba(0,0,0,.03)
}

.woocommerce-form-login .button {
    margin-bottom: 0
}

.woocommerce-billing-fields {
    padding-top: 15px;
    border-top: 2px solid #ddd
}

.woocommerce-billing-fields p {
    margin-bottom: .5em
}

form.checkout h3 {
    font-size: 1.1em;
    overflow: hidden;
    padding-top: 10px;
    font-weight: bolder;
    text-transform: uppercase
}

form.checkout input[type=checkbox] {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: .5em
}

.payment_methods li+li {
    padding-top: 7px;
    border-top: 1px solid #ececec
}

.payment_methods p {
    font-size: .9em
}

.payment_method_paypal img {
    max-width: 130px;
    margin: 0 10px
}

a.about_paypal {
    font-size: .8em
}

.woocommerce-privacy-policy-text {
    font-size: 85%
}

p.form-row-wide {
    clear: both
}

p.form-row-push {
    margin-top: -15px
}

@media(min-width: 550px) {
    p.form-row-first,p.form-row-last {
        width:48%;
        float: left
    }

    p.form-row-first {
        margin-right: 4%
    }
}

input#place_order {
    font-size: 1.2em;
    white-space: normal;
    line-height: 1.2;
    padding-top: .5em;
    padding-bottom: .5em
}

#ship-to-different-address {
    padding-top: 0
}

#ship-to-different-address label {
    text-transform: none;
    font-weight: 400
}

#billing_address_2_field>label,#shipping_address_2_field>label {
    width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap
}

@media(max-width: 549px) {
    #billing_address_2_field>label,#shipping_address_2_field>label {
        display:none
    }
}

.wc-terms-and-conditions {
    margin-top: -15px;
    border-top: 1px solid #ececec;
    padding: 15px 0
}

.wc-terms-and-conditions input {
    margin-bottom: 0
}

.wc-terms-and-conditions label {
    font-weight: 400
}

div.create-account {
    clear: both
}

.form-row.create-account {
    font-size: 1.1em;
    margin: 0
}

.form-row.create-account label {
    font-weight: 400
}

.page-checkout-simple {
    padding: 3% 0
}

.js_active .woocommerce-account-fields p.create-account+div.create-account,.js_active .woocommerce-shipping-fields #ship-to-different-address+div.shipping_address {
    display: none
}

.widget_price_filter form {
    margin: 0
}

.widget_price_filter .price_slider {
    margin-bottom: 1em;
    background: #f1f1f1
}

.widget_price_filter .price_label {
    padding-top: 6px
}

.widget_price_filter span {
    font-weight: 700
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 1;
    font-size: .8751em
}

.widget_price_filter .price_slider_amount .button {
    border-radius: 99px;
    background-color: #666;
    float: left;
    font-size: .85em
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: pointer;
    outline: none;
    top: -5px;
    border-radius: 999px;
    background-color: #666
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    opacity: .5;
    border-radius: 99px;
    z-index: 1;
    font-size: 10px;
    display: block;
    border: 0;
    background-color: #666
}

.widget_price_filter .ui-slider-horizontal {
    height: 5px;
    border-radius: 99px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.widget li.chosen a:before {
    content: "x";
    display: inline-block;
    opacity: .6;
    color: currentColor;
    margin-right: 5px;
    position: relative;
    top: -2px
}

.wc-layered-nav-term.chosen>a:before {
    background-color: #f1f1f1;
    border: 1px solid rgba(0,0,0,.1);
    line-height: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 99px
}

.dark .wc-layered-nav-term.chosen>a:before {
    background-color: rgba(0,0,0,.5)
}

.widget_layered_nav_filters ul li.chosen {
    display: inline-block;
    margin-right: 10px;
    border: 0 !important
}

.widget_layered_nav_filters ul li.chosen a {
    display: inline-block;
    background-color: #f1f1f1;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 99px;
    opacity: .9;
    padding: 0 7px;
    font-size: .85em;
    font-weight: 400
}

.dark .widget_layered_nav_filters ul li.chosen a {
    color: #fff;
    background-color: rgba(0,0,0,.5)
}

.widget_layered_nav_filters ul li.chosen a:before {
    content: "x";
    opacity: .4;
    margin-right: 3px;
    position: relative;
    top: -1px
}

.widget_layered_nav_filters ul li.chosen a:hover:before {
    opacity: 1
}

.woocommerce-product-gallery figure {
    margin: 0
}

.message-wrapper {
    margin: 0;
    padding-bottom: .5em
}

#wrapper>.message-wrapper {
    padding-top: .75em;
    padding-bottom: .75em;
    margin-bottom: 10px;
    font-size: 1.1em
}

ul.message-wrapper li {
    list-style: none
}

.message-container span {
    font-weight: 700
}

.message-container .wc-forward {
    display: none
}

.message-container a {
    margin: 0 15px 0 0
}

.container .message-container {
    padding-left: 0;
    padding-right: 0
}

.message-wrapper+main .product-main {
    padding-top: 0
}

.demo_store {
    padding: 5px;
    margin: 0;
    text-align: center;
    background-color: #000;
    color: #fff
}

.has-transparent+main>.message-wrapper {
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,.1)
}

.form-row input[type=submit] {
    margin: 0
}

.form-row input[type=submit]+label {
    margin-left: 15px
}

.my-account-header.featured-title .page-title-inner {
    min-height: 100px
}

.my-account-header .button {
    margin-top: 5px;
    margin-bottom: 5px
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
    margin-bottom: 1.5em
}

form.lost_reset_password {
    padding: 30px 0
}

.dashboard-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    font-size: 1.3em;
    list-style: none
}

.dashboard-links a {
    display: block;
    border-radius: 5px;
    padding: 20px 0;
    border: 1px solid #ddd;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.dashboard-links .active {
    display: none
}

.dashboard-links a:hover {
    background-color: #333;
    color: #fff
}

.dashboard-links li {
    width: 33.333%
}

@media(max-width: 849px) {
    .dashboard-links li {
        width:50%
    }
}

@media(max-width: 549px) {
    .dashboard-links li {
        width:100%
    }
}

.price {
    line-height: 1
}

.product-info .price {
    font-size: 1.5em;
    margin: .5em 0;
    font-weight: bolder
}

.woocommerce-variation-price {
    border-top: 1px dashed #ddd;
    font-size: .8em;
    padding: 7.5px 0
}

.price-wrapper .price {
    display: block
}

span.amount {
    white-space: nowrap;
    color: #111;
    font-weight: 700
}

.dark .price,.dark .price del,.dark span.amount {
    color: #fff
}

.header-cart-title span.amount {
    color: currentColor
}

del span.amount {
    opacity: .6;
    font-weight: 400;
    margin-right: .3em
}

.no-prices .amount {
    display: none !important
}

ul.product_list_widget li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33
}

ul.product_list_widget li+li {
    border-top: 1px solid #ececec
}

.dark ul.product_list_widget li {
    border-color: rgba(255,255,255,.2)
}

.widget_shopping_cart ul.product_list_widget li {
    padding-right: 30px
}

ul.product_list_widget li>span.reviewer {
    font-size: .8em
}

ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.3
}

ul.product_list_widget li a.remove {
    position: absolute;
    right: 0;
    z-index: 9
}

ul.product_list_widget li dl {
    margin: 0;
    line-height: 1;
    font-size: .7em
}

ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

ul.product_list_widget li .quantity {
    display: block;
    margin-top: 3px;
    font-size: .85em;
    opacity: .6
}

.product-main {
    padding: 40px 0
}

.page-title:not(.featured-title)+main .product-main {
    padding-top: 15px
}

.product-info {
    padding-top: 10px
}

.product-summary .woocommerce-Price-currencySymbol {
    font-size: .75em;
    vertical-align: top;
    margin-top: .05em
}

.product-summary .quantity {
    margin-bottom: 1em
}

.product-summary .variations_button {
    padding: .5em 0
}

.product-summary table tr+tr {
    border-top: 1px dashed #ddd
}

.product_meta {
    font-size: .8em;
    margin-bottom: 1em
}

.product_meta>span {
    display: block;
    border-top: 1px dotted #ddd;
    padding: 5px 0
}

.product-info p.stock {
    margin-bottom: 1em;
    line-height: 1.3;
    font-size: .8em;
    font-weight: 700
}

p.in-stock {
    color: #7a9c59
}

.group_table .quantity {
    margin: 0
}

.group_table .price {
    font-size: 1em
}

.group_table .label label {
    padding: 0;
    margin: 0
}

.product-gallery,.product-thumbnails .col {
    padding-bottom: 0 !important
}

.product-thumbnails img,.product-gallery-slider img {
    width: 100%
}

.product-gallery-wide {
    position: relative
}

@media screen and (min-width: 850px) {
    .product-gallery-stacked {
        white-space:normal !important;
        overflow: auto !important;
        width: auto !important
    }

    .product-gallery-stacked .flickity-slider,.product-gallery-stacked .flickity-viewport {
        height: auto !important
    }

    .product-gallery-stacked .slide,.product-gallery-stacked .flickity-slider {
        position: relative !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        left: 0 !important;
        right: 0 !important
    }

    .product-gallery-stacked .slide {
        overflow: hidden
    }

    .product-gallery-stacked .slide:not(:last-child) {
        margin-bottom: 1.5em
    }

    .product-stacked-info {
        padding: 5vh 5% 2vh
    }
}

.product-thumbnails {
    padding-top: 0
}

.product-thumbnails a {
    overflow: hidden;
    display: block;
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.product-thumbnails a:hover,.product-thumbnails .is-nav-selected a {
    border-color: rgba(0,0,0,.2)
}

.product-thumbnails img {
    margin-bottom: -5px;
    opacity: .5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .6s,-webkit-transform .6s;
    transition: opacity .6s,-webkit-transform .6s;
    -o-transition: transform .6s,opacity .6s;
    transition: transform .6s,opacity .6s;
    transition: transform .6s,opacity .6s,-webkit-transform .6s
}

.product-thumbnails a:hover img,.product-thumbnails .is-nav-selected a img {
    border-color: rgba(0,0,0,.3);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1
}

.vertical-thumbnails .row-slider:not(.flickity-enabled) {
    opacity: 0
}

@media screen and (min-width: 850px) {
    .vertical-thumbnails {
        overflow-x:hidden;
        overflow-y: auto
    }

    .vertical-thumbnails .col {
        position: relative !important;
        left: 0 !important;
        max-width: 100% !important;
        min-height: 0 !important;
        margin-left: 1px;
        width: 95% !important;
        right: 0 !important;
        padding: 0 0 15px !important
    }

    .vertical-thumbnails .flickity-slider,.vertical-thumbnails .flickity-viewport {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        overflow: visible !important;
        height: auto !important
    }
}

.product-footer .woocommerce-tabs {
    padding: 30px 0;
    border-top: 1px solid #ececec
}

.product-footer .woocommerce-tabs>.nav-line-grow,.product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    margin-top: -31px
}

#product-sidebar .next-prev-thumbs {
    margin: -.5em 0 3em
}

.product-sidebar-small {
    font-size: .9em
}

.product-sidebar-small .widget-title {
    text-align: center
}

.product-sidebar-small .is-divider {
    margin-left: auto;
    margin-right: auto
}

.product-sidebar-small ul.product_list_widget li {
    padding-left: 60px
}

.product-sidebar-small ul.product_list_widget li img {
    width: 50px;
    height: 50px
}

.product-section {
    border-top: 1px solid #ececec
}

.easyzoom-notice {
    display: none
}

.easyzoom-flyout {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: stuckFadeIn .6s;
    animation: stuckFadeIn .6s
}

@media(max-width: 849px) {
    .easyzoom-flyout {
        display:none !important
    }
}

.product-gallery-slider .slide .easyzoom-flyout img {
    max-width: 1000px !important;
    width: 1000px !important
}

.woocommerce-product-gallery__trigger {
    display: none
}

.product-info .composite_form .composite_navigation .page_button {
    font-size: 1em;
    line-height: 1.2;
    font-weight: 400
}

.woocommerce-pagination ul.links li {
    margin-left: inherit
}

.has-sticky-product-cart {
    padding-bottom: 60px
}

.has-sticky-product-cart .back-to-top.active {
    bottom: 10px
}

.sticky-add-to-cart__product {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px
}

.sticky-add-to-cart__product .product-title-small {
    margin-right: 1em;
    max-width: 180px;
    line-height: 1
}

.sticky-add-to-cart__product img {
    width: 45px;
    height: 45px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    margin-right: 1em;
    border-radius: 5px
}

.sticky-add-to-cart--active {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .9em;
    background-color: rgba(255,255,255,.9);
    border-top: 1px solid #ddd;
    -webkit-animation: stuckMoveUp .6s;
    animation: stuckMoveUp .6s
}

.sticky-add-to-cart--active .woocommerce-variation-description,.sticky-add-to-cart--active .variations {
    display: none
}

.sticky-add-to-cart--active .woocommerce-variation-add-to-cart,.sticky-add-to-cart--active .single_variation_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap
}

.sticky-add-to-cart--active .woocommerce-variation-price,.sticky-add-to-cart--active .product-page-price {
    margin-top: 0;
    margin-right: .9em;
    margin-bottom: 0;
    font-size: 15px;
    padding: 0;
    border: 0
}

.sticky-add-to-cart--active .quantity,.sticky-add-to-cart--active form,.sticky-add-to-cart--active button {
    margin-bottom: 0
}

.sticky-add-to-cart--active .sticky-add-to-cart__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 550px) {
    .sticky-add-to-cart--active {
        font-size:.8em
    }
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer
}

.flex-viewport a {
    display: block
}

.flex-viewport img {
    width: 100%
}

.flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -5px 0
}

.flex-control-thumbs li {
    list-style: none;
    width: 25%;
    padding: 0 5px;
    cursor: pointer
}

.flex-control-thumbs li img {
    opacity: .6
}

.flex-control-thumbs li img.flex-active {
    opacity: 1
}

.text-center .quantity,.quantity {
    opacity: 1;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1em;
    white-space: nowrap;
    vertical-align: top
}

.text-center .button+.quantity,.button+.quantity {
    margin-right: 0
}

.quantity+.button {
    margin-right: 0;
    font-size: 1em
}

.quantity .button.minus {
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.quantity .button.plus {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.quantity .minus,.quantity .plus {
    padding-left: .5em;
    padding-right: .5em
}

.quantity input {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.quantity input[type=number] {
    max-width: 2.5em;
    width: 2.5em;
    text-align: center;
    border-radius: 0 !important;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-size: 1em
}

@media(max-width: 549px) {
    .quantity input[type=number] {
        width:2em
    }
}

.quantity input[type=number]::-webkit-outer-spin-button,.quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cart-icon {
    display: inline-block
}

.cart-icon strong {
    border-radius: 0;
    font-weight: 700;
    margin: .3em 0;
    border: 2px solid #446084;
    color: #446084;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 2.2em;
    height: 2.2em;
    font-size: 1em;
    line-height: 1.9em;
    font-family: Helvetica,Arial,Sans-serif
}

.cart-icon strong:after {
    -webkit-transition: height .1s ease-out;
    -o-transition: height .1s ease-out;
    transition: height .1s ease-out;
    bottom: 100%;
    margin-bottom: 0;
    margin-left: -7px;
    height: 8px;
    width: 14px;
    left: 50%;
    content: " ";
    position: absolute;
    pointer-events: none;
    border: 2px solid #446084;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom: 0
}

.current-dropdown .cart-icon strong,.cart-icon:hover strong {
    background-color: #446084;
    color: #fff
}

.current-dropdown .cart-icon strong:after,.cart-icon:hover strong:after {
    height: 10px
}

.nav-small .cart-icon {
    font-size: .66em
}

.nav-dark .cart-icon strong {
    color: #fff;
    border-color: #fff
}

.nav-dark .current-dropdown .cart-icon strong,.nav-dark .cart-icon:hover strong {
    background-color: #fff;
    color: #446084
}

.nav-dark .cart-icon strong:after {
    border-color: #fff
}

.woocommerce-mini-cart__empty-message {
    text-align: center
}

.loading .cart-icon strong,.loading .cart-icon strong:after {
    border-color: #7a9c59;
    color: #7a9c59
}

.loading .cart-icon:hover strong {
    background-color: #7a9c59;
    color: #fff
}

.header-cart-icon {
    position: relative
}

@media(min-width: 850px) {
    .off-canvas .off-canvas-cart {
        width:320px
    }
}

.cross-sells h2 {
    font-size: 1.2em;
    margin-bottom: 1em
}

.shop_table ul li,.checkout ul li {
    list-style: none;
    margin: 0
}

.shop_table .quantity {
    margin: 0
}

td.product-name {
    word-break: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

td.product-thumbnail {
    min-width: 60px;
    max-width: 90px;
    width: 90px
}

td.product-remove {
    width: 20px;
    padding: 0
}

.shop_table tfoot th {
    font-size: 85%;
    text-transform: inherit;
    letter-spacing: 0
}

td.product-total,.shop_table tfoot tr td,.cart_totals tbody tr td,.shop_table thead tr th:last-of-type,.shop_table tr td:last-of-type {
    text-align: right
}

.shop_table thead th,.shop_table .order-total td,.shop_table .order-total th {
    border-width: 3px
}

.shop_table th:last-child {
    border-right: 0
}

.shop_table .cart_item td {
    padding-top: 15px;
    padding-bottom: 15px
}

.shop_table .actions {
    border: 0;
    padding: 15px 0 10px
}

.shop_table .submit-col {
    padding-left: 30px
}

@media(max-width: 849px) {
    .shop_table {
        font-size:.9em
    }

    .shop_table tr.shipping th {
        width: 50%
    }

    .shop_table .product-name {
        min-width: 80px
    }

    .shop_table .product-remove {
        position: relative;
        width: 0
    }

    .shop_table .product-remove a {
        position: absolute;
        top: 10px;
        left: 0;
        width: 24px;
        height: 24px;
        line-height: 18px !important;
        font-size: 18px !important
    }

    .shop_table .mobile-product-price {
        margin: .5em 0
    }
}

@media(max-width: 549px) {
    .shop_table .product-price {
        display:none
    }

    .shop_table .product-subtotal {
        display: none
    }

    .product-quantity {
        text-align: right
    }

    .cross-sells {
        overflow: hidden
    }
}

.cart_totals tbody th {
    font-size: .9em;
    text-transform: inherit;
    letter-spacing: 0;
    font-weight: 400
}

.cart_totals>h2 {
    display: none
}

.cart_totals .button {
    min-width: 100%;
    margin-right: 0;
    display: block
}

.cart_totals .wc-proceed-to-checkout {
    margin: 1.5em 0
}

.shipping__table {
    margin: 0
}

.shipping__inner {
    border: 0;
    padding: 0;
    font-size: 1em
}

.shipping__list {
    margin-bottom: 0
}

.shipping__list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2em
}

.shipping__list_label {
    font-weight: 400;
    margin: 0;
    padding: .5em 0;
    opacity: .8;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.shipping.shipping--boxed .shipping__list {
    padding: 0
}

.shipping.shipping--boxed .shipping__list_item {
    background-color: rgba(0,0,0,.01);
    border: 1px solid rgba(0,0,0,.1);
    padding: .3em .6em;
    border-radius: 3px;
    margin-bottom: 5px;
    min-height: 2.4em
}

.shipping__table--multiple {
    display: block;
    text-align: left
}

.shipping__table--multiple tbody,.shipping__table--multiple tr,.shipping__table--multiple th,.shipping__table--multiple td {
    display: block;
    text-align: left;
    padding-left: 0
}

.shipping__table--multiple th {
    border: 0
}

.shipping__table--multiple .shipping__list {
    padding: 0 .2em
}

.shipping__table--multiple .woocommerce-shipping-calculator,.shipping__table--multiple .woocommerce-shipping-destination {
    text-align: left
}

.shipping__table--multiple .shipping__list_label {
    text-align: left
}

tr.shipping input:checked+label,tr.shipping input:hover+label,tr.shipping label:hover {
    opacity: 1
}

tr.shipping input:checked+label {
    font-weight: 700
}

tr.shipping input {
    margin-bottom: 0;
    margin-top: -2px
}

tr.shipping span.amount {
    margin-left: .2em
}

.woocommerce-shipping-calculator {
    margin-top: .5em;
    margin-bottom: 0
}

.woocommerce-shipping-destination,.shipping-calculator-button {
    font-size: .9em
}

.shipping-calculator-form {
    background-color: rgba(0,0,0,.03);
    padding: 15px 15px 10px;
    border-radius: 5px;
    margin-top: 5px
}

.cart-discount {
    background-color: rgba(122,156,89,.2);
    font-size: .85em
}

.cart-discount th,.cart-discount td {
    padding: 10px 5px
}

.cart-sidebar .widget-title {
    border-bottom: 3px solid #ececec;
    font-size: .95em;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.widget_shopping_cart .button {
    width: 100%;
    margin: .5em 0 0
}

.widget_shopping_cart li.empty {
    padding: 0 10px !important;
    margin: 0;
    min-height: 0;
    text-align: center
}

.widget_shopping_cart p.total {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ececec;
    border-bottom: 2px solid #ececec;
    margin-bottom: .5em
}

.dark .widget_shopping_cart p.total {
    border-color: rgba(255,255,255,.2)
}

.nav-dropdown .product_list_widget {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 500px;
    max-height: 50vh
}

.tagcloud {
    padding-bottom: 15px
}

.tagcloud a {
    font-size: .8em !important;
    display: inline-block;
    border: 1px solid currentColor;
    opacity: .8;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px
}

.tagcloud a:hover {
    opacity: 1;
    border-color: #446084;
    background-color: #446084;
    color: #fff
}

.variations {
    position: relative
}

.variations td {
    vertical-align: middle;
    padding: .2em 0;
    border: 0
}

.variations .reset_variations {
    position: absolute;
    right: 0;
    bottom: 95%;
    color: currentColor;
    opacity: .6;
    font-size: 11px;
    text-transform: uppercase
}

dl.variation dt {
    float: left;
    clear: both
}

dl.variation dd {
    display: block
}

.wc-item-meta {
    margin-top: 1.3em
}

.pickmeup {
    background: #fff;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    touch-action: manipulation;
    padding: 20px 50px
}

.pickmeup * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pickmeup.pmu-flat {
    position: relative
}

.pickmeup.pmu-hidden {
    display: none
}

.pickmeup .pmu-instance {
    display: inline-block;
    height: auto;
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    width: 47%;
    margin-right: 6%
}

.pickmeup .pmu-instance:last-child {
    margin-right: 0
}

.pickmeup .pmu-instance .pmu-button {
    color: #333;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    background: #f6f9fc;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 700;
    width: 14.28%;
    transition: background-color .2s ease;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}

.pickmeup .pmu-instance .pmu-today {
    background: #262626;
    color: #fff
}

.pickmeup .pmu-instance .pmu-button:hover {
    background: #e3ecf6
}

.pickmeup .pmu-instance .pmu-not-in-month {
    background: 0 0;
    color: transparent;
    cursor: default
}

.pickmeup .pmu-instance .pmu-not-in-month:hover {
    background: 0 0;
    color: transparent
}

.pickmeup .pmu-instance .pmu-disabled,.pickmeup .pmu-instance .pmu-disabled:hover {
    color: rgba(76,87,102,.6);
    background: #fff;
    cursor: default
}

.pickmeup .pmu-instance .pmu-disabled.pmu-not-in-month,.pickmeup .pmu-instance .pmu-disabled:hover.pmu-not-in-month {
    background: 0 0;
    color: transparent
}

.pickmeup .pmu-instance .pmu-selected {
    background: #7cc142;
    color: #fff
}

.pickmeup .pmu-instance .pmu-selected.pmu-today {
    background: #262626;
    color: #fff
}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
    background: 0 0;
    color: transparent
}

.pickmeup .pmu-instance nav {
    color: #262626;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 2em
}

.pickmeup .pmu-instance nav *:first-child :hover {
    color: #fff
}

.pickmeup .pmu-instance nav .pmu-prev,.pickmeup .pmu-instance nav .pmu-next {
    display: none;
    height: 2em;
    width: 1em
}

.pickmeup .pmu-instance nav .pmu-month {
    width: 20em;
    background: #fff;
    color: #262626
}

.pickmeup .pmu-instance nav .pmu-month:hover {
    background: #fff;
    color: #262626
}

.pickmeup .pmu-instance .pmu-years *,.pickmeup .pmu-instance .pmu-months * {
    display: inline-block;
    line-height: 3.6em;
    width: 3.5em
}

.pickmeup .pmu-instance .pmu-day-of-week {
    color: #262626;
    cursor: default
}

.pickmeup .pmu-instance .pmu-day-of-week *,.pickmeup .pmu-instance .pmu-days * {
    display: inline-block;
    line-height: 2em;
    width: 14.28%
}

.pickmeup .pmu-instance .pmu-day-of-week * {
    line-height: 1.8em;
    color: #000;
    padding: .4em
}

.pickmeup .pmu-instance:first-child .pmu-prev,.pickmeup .pmu-instance:last-child .pmu-next {
    display: block
}

.pickmeup .pmu-instance:first-child .pmu-month,.pickmeup .pmu-instance:last-child .pmu-month {
    width: 20em
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 20em
}

.pickmeup:not(.pmu-view-days) .pmu-days,.pickmeup:not(.pmu-view-days) .pmu-day-of-week,.pickmeup:not(.pmu-view-months) .pmu-months,.pickmeup:not(.pmu-view-years) .pmu-years {
    display: none
}

.noselect * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.omrsfdp .pmu-instance {
    white-space: normal
}

@media (max-width: 53rem) {
    .omrsfdp .omr-datepicker {
        display:inline-block;
        position: relative;
        width: auto;
        left: auto
    }

    .omrsfdp .pmu-instance {
        width: 100%;
        margin: 0;
        display: block;
        white-space: normal
    }

    .omrsfdp .pmu-days .pmu-button {
        line-height: 2.6em
    }

    .omrsfdp .pmu-instance:first-child.pmu-instance:first-child .pmu-month {
        width: 100%
    }
}

.omr-datepicker {
    position: absolute;
    width: 50%;
    left: 37.5%;
    padding-top: 1px;
    display: none
}

.omr-datepicker .next,.omr-datepicker .prev {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    z-index: 9999999;
    color: #333;
    font-size: 14px
}

.omr-datepicker .prev {
    content: '\f053';
    top: 45%;
    left: 20px
}

.omr-datepicker .next {
    content: '\f054';
    top: 45%;
    right: 20px
}

.omrswrap {
    background: #fff;
    border: none;
    font-size: 12px;
    position: relative;
    padding: 30px 20px
}

.block-html-after-header.z-1 {
    z-index: 32 !important;
    margin-bottom: -1px
}

.ux-builder-iframe.home .block-html-after-header.z-1 {
    position: relative !important
}

.home .block-html-after-header.z-1 {
    position: absolute !important
}

@media (min-width: 53rem) {
    .home .searchbar {
        max-width:1180px;
        margin: 0 auto;
        margin-top: -170px;
        margin-bottom: 90px;
        background: 0 0;
        -webkit-border-radius: 4px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 4px;
        -moz-background-clip: padding;
        border-radius: 4px;
        background-clip: padding-box
    }

    .home .searchbar .omrswrap .nav {
        display: block;
        -webkit-border-radius: 0px 0px 0 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0px 0px 0 0;
        -moz-background-clip: padding;
        border-radius: 0px 0px 0 0;
        background-clip: padding-box;
        background: #0c305e;
    }

    .home .searchbar .omrswrap .nav li:first-child {
        -webkit-border-radius: 0px 0 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0px 0 0;
        -moz-background-clip: padding;
        border-radius: 0px 0 0;
        background-clip: padding-box
    }

    .home .searchbar .omrswrap .nav li.active {
        background: #7CC142;
    }

    .home .searchbar .omrswrap .tab-panels {
        -webkit-border-radius: 0 0 0px 0px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0 0 0px 0px;
        -moz-background-clip: padding;
        border-radius: 0 0 0px 0px;
        background-clip: padding-box
    }
}

.searchbar {
    background: rgb(20 20 20 / 97%);
    padding-bottom: 0 !important;
    z-index: 999
}

.searchbar .col {
    padding-bottom: 0
}

@media (min-width: 53rem) {
    .searchbar .nav {
        display:none
    }

    .searchbar .omrscol.omrsftrip {
        position: absolute;
        top: -25px;
        left: 0;
        display: inline-block;
        width: auto
    }

    .searchbar .omrscol.omrsftrip .omr-switch input:checked+label {
        background: #FFA600 !important;
        color: #fff;
        border: 1px solid #FFA600 !important
    }
}

.searchbar .omrswrap {
    padding: 0;
    background: 0 0;
    position: relative
}

.searchbar .omrswrap .sclose {
    position: absolute;
    right: 10px;
    z-index: 999;
    font-size: 1.8em;
    display: none
}

@media (max-width: 36rem) {
    .searchbar .omrswrap .tabbed-content .tab-panels {
        visibility:hidden;
        opacity: 0;
        height: 0;
        padding: 0;
        transition: visibility 0s,opacity .5s,height .5s linear
    }

    .searchbar .omrswrap.open .sclose {
        display: block
    }

    .searchbar .omrswrap.open .tabbed-content .tab-panels {
        visibility: visible;
        height: auto;
        padding: 20px;
        opacity: 1
    }
}

.searchbar .tabbed-content .nav:hover>li:not(:hover)>a:before {
    opacity: 1
}

.searchbar .tabbed-content .nav {
    padding: 0
}

.searchbar .tabbed-content .nav li {
    margin: 0
}

.searchbar .tabbed-content .nav li a {
    color: rgba(255,255,255,.9);
    padding: 10px 20px;
    font-size: 90%;
    letter-spacing: 1px;
    position: relative
}

.searchbar .tabbed-content .nav li a span:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    margin-right: 5px
}

.searchbar .tabbed-content .nav li a.flight span:before {
    content: '\f072'
}

.searchbar .tabbed-content .nav li a.hotel span:before {
    content: '\f1ad'
}

.searchbar .tabbed-content .nav li a.car span:before {
    content: '\f1b9'
}

.searchbar .tabbed-content .nav li.active {
    background: rgb(26 26 26 / 90%)
}

.searchbar .tabbed-content .nav li.active a {
    color: #fff
}

.searchbar .tabbed-content .nav li.active a:before {
    bottom: auto;
    top: 0;
    background-color: rgba(0,0,0,.05)
}

.searchbar .tabbed-content .tab-panels {
    padding: 20px;
    background: #0c305ec4;
    position: relative
}

.searchbar .omrsfsubmit input[type=submit].omrbtn {
    background: #7CC142;
    -webkit-border-radius: 3px !important;
    -webkit-background-clip: padding-box !important;
    -moz-border-radius: 3px !important;
    -moz-background-clip: padding !important;
    border-radius: 0px !important;
    background-clip: padding-box !important
}

.homemainsearch {
    z-index: 999999999
}

.omrsform {
    margin: 0
}

.omrsrow {
    position: relative;
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.omrsrow:before,.omrsrow:after {
    content: "";
    display: table
}

.omrsrow:after {
    clear: both
}

@media screen and (max-width: 53rem) {
    .omrscol {
        margin-bottom:10px !important
    }
}

.omrscol.omrsftrip {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0
}

.omrscol.omrsforigin {
    width: 24.775%;
    float: left;
    padding: 0;
    margin: 0 .3% 0 0
}

@media screen and (max-width: 53rem) {
    .omrscol.omrsforigin {
        width:49.85%;
        float: left;
        padding: 0;
        margin: 0 .3% 0 0
    }
}

@media (max-width: 36rem) {
    .omrscol.omrsforigin {
        width:100%;
        float: left;
        padding: 0;
        margin: 0
    }
}

.omrscol.omrsfdest {
    width: 24.775%;
    float: left;
    padding: 0;
    margin: 0 .3% 0 0
}

@media screen and (max-width: 53rem) {
    .omrscol.omrsfdest {
        width:49.85%;
        float: left;
        padding: 0;
        margin: 0
    }
}

@media (max-width: 36rem) {
    .omrscol.omrsfdest {
        width:100%;
        float: left;
        padding: 0;
        margin: 0
    }
}

.omrscol.omrsfdate {
    width: 24.775%;
    float: left;
    padding: 0;
    margin: 0 .3% 0 0
}

@media screen and (max-width: 53rem) {
    .omrscol.omrsfdate {
        width:49.85%;
        float: left;
        padding: 0;
        margin: 0 .3% 0 0
    }
}

@media (max-width: 36rem) {
    .omrscol.omrsfdate {
        width:100%;
        float: left;
        padding: 0;
        margin: 0
    }
}

.omrscol.omrsfpsngr {
    width: 18.50625%;
    float: left;
    padding: 0;
    margin: 0 .3% 0 0
}

@media screen and (max-width: 53rem) {
    .omrscol.omrsfpsngr {
        width:49.85%;
        float: left;
        padding: 0;
        margin: 0
    }
}

@media (max-width: 36rem) {
    .omrscol.omrsfpsngr {
        width:100%;
        float: left;
        padding: 0;
        margin: 0
    }
}

.omrscol.omrsfsubmit {
    width: 5.96875%;
    float: left;
    padding: 0;
    margin: 0
}

@media screen and (max-width: 53rem) {
    .omrscol.omrsfsubmit {
        width:100%;
        float: left;
        padding: 0;
        margin: 0
    }
}

.omrscol.omrscpickup {
    width: 24.775%;
    float: left;
    padding: 0;
    margin: 0 .3% 0 0
}

@media screen and (max-width: 53rem) {
    .omrscol.omrscpickup {
        width:49.85%;
        float: left;
        padding: 0;
        margin: 0 .3% 0 0
    }
}

@media (max-width: 36rem) {
    .omrscol.omrscpickup {
        width:100%;
        float: left;
        padding: 0;
        margin: 0
    }
}

.omrscol.omrscdropoff {
    width: 24.775%;
    float: left;
    padding: 0;
    margin: 0 .3% 0 0
}

@media screen and (max-width: 53rem) {
    .omrscol.omrscdropoff {
        width:49.85%;
        float: left;
        padding: 0;
        margin: 0
    }
}

@media (max-width: 36rem) {
    .omrscol.omrscdropoff {
        width:100%;
        float: left;
        padding: 0;
        margin: 0
    }
}

.omrscol.omrscdate {
    width: 24.775%;
    float: left;
    padding: 0;
    margin: 0 .3% 0 0
}

@media screen and (max-width: 53rem) {
    .omrscol.omrscdate {
        width:49.85%;
        float: left;
        padding: 0;
        margin: 0 .3% 0 0
    }
}

@media (max-width: 36rem) {
    .omrscol.omrscdate {
        width:100%;
        float: left;
        padding: 0;
        margin: 0
    }
}

.omrscol.omrscvehicle {
    width: 18.50625%;
    float: left;
    padding: 0;
    margin: 0 .3% 0 0
}

@media screen and (max-width: 53rem) {
    .omrscol.omrscvehicle {
        width:49.85%;
        float: left;
        padding: 0;
        margin: 0
    }
}

@media (max-width: 36rem) {
    .omrscol.omrscvehicle {
        width:100%;
        float: left;
        padding: 0;
        margin: 0
    }
}

.omrscol.omrshdestination {
    width: 68.65625%;
    float: left;
    padding: 0;
    margin: 0 .3% 0 0
}

@media screen and (max-width: 53rem) {
    .omrscol.omrshdestination {
        width:49.85%;
        float: left;
        padding: 0;
        margin: 0 .3% 0 0
    }
}

@media (max-width: 36rem) {
    .omrscol.omrshdestination {
        width:100%;
        float: left;
        padding: 0;
        margin: 0
    }
}

.omrscol.omrshdate {
    width: 24.775%;
    float: left;
    padding: 0;
    margin: 0 .3% 0 0
}

@media screen and (max-width: 53rem) {
    .omrscol.omrshdate {
        width:49.85%;
        float: left;
        padding: 0;
        margin: 0
    }
}

@media (max-width: 36rem) {
    .omrscol.omrshdate {
        width:100%;
        float: left;
        padding: 0;
        margin: 0
    }
}

.omrsfield {
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    border: 2px solid transparent;
    background: #ffffff
}

.omrsfield input[type=text] {
    border: 0 none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background: 0 none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1
}

.omrsfield input[type=text]:focus {
    box-shadow: none
}

.omrsfield input[type=text]::placeholder {
    color: rgba(76,87,102,.6)
}

.omrsfsubmit input[type=submit].omrbtn {
    line-height: 1;
    margin: 0;
    display: block;
    background: #262626;
    border: 0 none;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}

.omr-switch input {
    position: absolute !important;
    clip: rect(0,0,0,0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}

.omr-switch label {
    display: inline-block
}

.omrsfdate:before,.omrsfdate:after {
    content: "";
    display: table
}

.omrsfdate:after {
    clear: both
}

.omrsfdate .omrsfield {
    float: left;
    width: 75%
}

.omrsftrip {
    float: left;
    width: 25%
}

.omrsftrip .omr-switch:before,.omrsftrip .omr-switch:after {
    content: "";
    display: table
}

.omrsftrip .omr-switch:after {
    clear: both
}

.omrsftrip .omr-switch label {
    float: left;
    vertical-align: middle;
    display: block;
    width: 97%;
    font-size: 11px;
    line-height: 1;
    padding: 3.5px 0;
    margin: 0;
    background: #f6f9fc;
    color: rgba(76,87,102,.6);
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #f6f9fc;
    border-left: 0 none;
    text-align: center
}

.omrsftrip .omr-switch label:nth-child(2) {
    -webkit-border-radius: 0px 0px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px 0px 0 0;
    -moz-background-clip: padding;
    border-radius: 0px 0px 0 0;
    background-clip: padding-box
}

.omrsftrip .omr-switch label:last-child {
    -webkit-border-radius: 0 0 0px 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 0px 0px;
    -moz-background-clip: padding;
    border-radius: 0 0 0px 0px;
    background-clip: padding-box;
    border-left: 0 none
}

.omrsftrip .omr-switch input:checked+label {
    background: #7CC142;
    color: #fff;
    border: 2px solid #7CC142;
}

@media (max-width: 53rem) {
    html.opopopen {
        overflow:hidden
    }

    html.opopopen .header {
        z-index: 30
    }
}

.opop .opopx {
    display: none;
    text-align: right;
    padding: 10px
}

.opop .opopx i {
    font-size: 24px;
    cursor: pointer
}

.opop .opopcontent {
    display: none
}

.opop.omrsac .opopcontent {
    display: block
}

.opop .opopo {
    position: relative
}

.opop.open .opopcontent {
    display: block
}

@media (max-width: 53rem) {
    .opop.open {
        position:fixed;
        background: #fff;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        z-index: 900
    }

    .opop.open .opopx {
        display: block
    }
}

.omrsforigin .opopo,.omrsfdest .opopo {
    padding: 4px 6px 4px 30px
}

.omrsforigin .opopo:before,.omrsfdest .opopo:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: '\f072';
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 14px;
    color: #262626
}

.omrsfdest .opopo:before {
    transform: rotate(90deg)
}

.omrscpickup .opopo,.omrscdropoff .opopo {
    padding: 4px 6px 4px 30px
}

.omrscpickup .opopo:before,.omrscdropoff .opopo:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: '\f1b9';
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 14px;
    color: #262626
}

.omrscpickup .omrsacsug .autocomplete-suggestions .acs-content span:first-child:before,.omrscdropoff .omrsacsug .autocomplete-suggestions .acs-content span:first-child:before {
    content: '\f1b9'
}

.omrshdestination .opopo {
    padding: 4px 6px 4px 30px
}

.omrshdestination .opopo:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: '\f041';
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 14px;
    color: #262626
}

.omrshdestination .omrsacsug .autocomplete-suggestions .acs-content span:first-child:before {
    content: '\f041'
}

.omrsacsug {
    position: absolute;
    left: 0;
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.omrsacsug:before,.omrsacsug:after {
    content: "";
    display: table
}

.omrsacsug:after {
    clear: both
}

.omrsacsug .autocomplete-suggestions {
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    margin-top: 1px;
    padding: 25px 30px;
    overflow: hidden;
    font-family: 'Roboto',sans-serif
}

.omrsacsug .autocomplete-suggestions .autocomplete-suggestion {
    flex: 0 0 100%;
    align-items: flex-start;
    text-transform: initial;
    border: 0 none;
    cursor: pointer;
    padding: 10px
}

.omrsacsug .autocomplete-suggestions .autocomplete-suggestion:hover {
    background: #f6f9fc
}

.omrsacsug .autocomplete-suggestions .acs-content {
    font-size: 12px;
    font-weight: 500;
    color: #333
}

.omrsacsug .autocomplete-suggestions .acs-content span:first-child:before {
    content: '\f072';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    margin-right: 5px
}

.omrsacsug .autocomplete-suggestions .acs-content.ecom {
    width: 90%
}

.omrsacsug .autocomplete-suggestions .acs-content.ecom span.sugname {
    float: left
}

.omrsacsug .autocomplete-suggestions .acs-content.ecom span.sugtype {
    float: right;
    font-weight: 400;
    color: #999
}

.omrsacsug .autocomplete-suggestions .acs-content.ecom span.sugvalue {
    float: left;
    clear: both;
    color: #999;
    margin-left: 15px
}

.omrsacsug .autocomplete-suggestions .autocomplete-selected {
    background: 0 0
}

@media (max-width: 53rem) {
    .omrsacsug .autocomplete-suggestions .autocomplete-suggestion {
        flex:0 0 100%
    }
}

.omrsacsug.ecom .autocomplete-suggestions {
    overflow-y: scroll
}

.omrsacsug.ecom .autocomplete-suggestions::-webkit-scrollbar {
    width: 8px
}

.omrsacsug.ecom .autocomplete-suggestions::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    -webkit-border-radius: 0 0px 0px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 3px 3px 0;
    -moz-background-clip: padding;
    border-radius: 0 3px 3px 0;
    background-clip: padding-box
}

.omrsacsug.ecom .autocomplete-suggestions::-webkit-scrollbar-thumb {
    background-color: #ccc;
    outline: 1px solid #ccc;
    -webkit-border-radius: 0 0px 0px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0px 0px 0;
    -moz-background-clip: padding;
    border-radius: 0 3px 3px 0;
    background-clip: padding-box
}

.opopo.searching .sugloader {
    border: 3px solid #ccc;
    border-top: 3px solid #999;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 8px;
    right: 8px
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.omrsfdp .omrsfdp-button {
    display: block;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase
}

.omrsfdp .omrsfdp-button:empty {
    padding: 9px 10px 10px;
    text-align: left
}

.omrsfdp .omrsfdp-button:empty:after {
    content: attr(data-placeholder);
    display: inline-block;
    color: rgba(76,87,102,.6)
}

.omrsfdp .omrsfdp-button:empty:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: '\f073';
    color: #262626;
    margin-right: 5px
}

.omrsfdp .omrsdate {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 100
}

.omrsfdp .omrsdate:nth-child(2):before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: '\f0ec';
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 26px;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    color: #ccc
}

.omrsfdp .omrsdate span {
    display: inline-block;
    font-style: normal;
    font-size: 28px
}

.omrsfdp .omrsdate i {
    display: block;
    font-style: normal;
    font-size: 11px;
    color: #333
}

.omrsfdp .omrsdate .omrsday {
    margin-right: 5px;
    color: #262626
}

.omr-search-psngr {
    position: relative
}

.omr-search-psngr a.omr-psngr-button {
    display: block;
    text-decoration: none;
    padding: 9px 10px 10px;
    font-size: 12px;
    box-sizing: border-box;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase
}

.omr-search-psngr a.omr-psngr-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: '\f007';
    color: #262626;
    margin-right: 5px
}

.omr-search-psngr a.omr-psngr-button span {
    display: inline-block;
    margin-right: 10px
}

.omr-search-psngr a.omr-psngr-button span:last-child {
    margin-right: 0
}

.omr-search-psngr .opopcontent {
    background: #fff;
    margin-top: 1px;
    padding: 20px;
    position: absolute;
    width: 100%
}

.omr-search-psngr .omrsfclass-wrap {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.omr-search-psngr .omr-switch:before,.omr-search-psngr .omr-switch:after {
    content: "";
    display: table
}

.omr-search-psngr .omr-switch:after {
    clear: both
}

.omr-search-psngr .omr-switch label {
    float: left;
    text-transform: capitalize;
    font-weight: 400;
    padding: 3px 10px;
    cursor: pointer;
    border: 1px solid #f6f9fc;
    background: #f6f9fc
}

.omr-search-psngr .omr-switch label.selected {
    background-color: #262626;
    color: #fff;
    border: 1px solid #262626
}

.omr-search-vehicle {
    position: relative
}

.omr-search-vehicle a.omr-vehicle-button {
    display: block;
    text-decoration: none;
    padding: 9px 10px 10px;
    font-size: 12px;
    box-sizing: border-box;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase
}

.omr-search-vehicle a.omr-vehicle-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: '\f0c9';
    color: #262626;
    margin-right: 5px
}

.omr-search-vehicle a.omr-vehicle-button span {
    display: inline-block;
    margin-right: 10px
}

.omr-search-vehicle a.omr-vehicle-button span:last-child {
    margin-right: 0
}

.omr-search-vehicle .opopcontent {
    background: #fff;
    margin-top: 1px;
    padding: 20px;
    position: absolute;
    width: 100%
}

.omr-search-vehicle .omrsctype-wrap {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.omr-search-vehicle .omr-switch:before,.omr-search-vehicle .omr-switch:after {
    content: "";
    display: table
}

.omr-search-vehicle .omr-switch:after {
    clear: both
}

.omr-search-vehicle .omr-switch label {
    float: left;
    text-transform: capitalize;
    font-weight: 400;
    padding: 3px 10px;
    cursor: pointer;
    border: 1px solid #f6f9fc;
    background: #f6f9fc
}

.omr-search-vehicle .omr-switch label.selected {
    background-color: #262626;
    color: #fff;
    border: 1px solid #262626
}

.omr-switch input {
    position: absolute !important;
    clip: rect(0,0,0,0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}

.omr-switch label {
    display: inline-block
}

.omr-spinner {
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.omr-spinner:before,.omr-spinner:after {
    content: "";
    display: table
}

.omr-spinner:after {
    clear: both
}

.omr-spinner .omr-spinner-label {
    width: 62.5%;
    float: left;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    color: #333
}

.omr-spinner .omr-spinner-label span {
    font-size: 8px;
    color: #aaa;
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase
}

.omr-spinner .omr-spinner-button {
    width: 37.5%;
    float: left;
    padding: 0;
    margin: 0
}

.omr-spinner .omr-spinner-button a {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #262626
}

.omrsforigin .opopcontent,.omrsfdest .opopcontent,.omrscpickup .opopcontent,.omrscdropoff .opopcontent,.omrshdestination .opopcontent {
    margin-top: 2px
}

.omrsforigin .autocomplete-suggestions,.omrsfdest .autocomplete-suggestions,.omrscpickup .autocomplete-suggestions,.omrscdropoff .autocomplete-suggestions,.omrshdestination .autocomplete-suggestions {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}

@media (min-width: 53rem) {
    .omrsforigin .autocomplete-suggestions,.omrsfdest .autocomplete-suggestions,.omrscpickup .autocomplete-suggestions,.omrscdropoff .autocomplete-suggestions,.omrshdestination .autocomplete-suggestions {
        -webkit-box-shadow:0 1px 10px rgba(0,0,0,.5);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.5);
        box-shadow: 0 1px 10px rgba(0,0,0,.5)
    }
}

.omrsfdate .opopcontent {
    margin-top: 2px
}

.omrsfdate .omr-datepicker-wrap {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}

@media (min-width: 53rem) {
    .omrsfdate .omr-datepicker-wrap {
        -webkit-box-shadow:0 1px 10px rgba(0,0,0,.5);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.5);
        box-shadow: 0 1px 10px rgba(0,0,0,.5)
    }
}

.omrsfpsngr .opopcontent {
    margin-top: 3px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}

@media (min-width: 53rem) {
    .omrsfpsngr .opopcontent {
        -webkit-box-shadow:0 1px 10px rgba(0,0,0,.5);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.5);
        box-shadow: 0 1px 10px rgba(0,0,0,.5)
    }
}

.omrscdate .opopcontent {
    margin-top: 2px
}

.omrscdate .omr-datepicker-wrap {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}

@media (min-width: 53rem) {
    .omrscdate .omr-datepicker-wrap {
        -webkit-box-shadow:0 1px 10px rgba(0,0,0,.5);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.5);
        box-shadow: 0 1px 10px rgba(0,0,0,.5)
    }
}

.omrscvehicle .opopcontent {
    margin-top: 3px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}

@media (min-width: 53rem) {
    .omrscvehicle .opopcontent {
        -webkit-box-shadow:0 1px 10px rgba(0,0,0,.5);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.5);
        box-shadow: 0 1px 10px rgba(0,0,0,.5)
    }
}

.omrshdate .opopcontent {
    margin-top: 2px
}

.omrshdate .omr-datepicker-wrap {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box
}

@media (min-width: 53rem) {
    .omrshdate .omr-datepicker-wrap {
        -webkit-box-shadow:0 1px 10px rgba(0,0,0,.5);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.5);
        box-shadow: 0 1px 10px rgba(0,0,0,.5)
    }
}

.category-page-row {
    padding-top: 50px;
    padding-bottom: 30px
}

.category-page-row #shop-sidebar {
    padding-right: 20px
}

.category-page-row .col:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.esg-grid .mainul li:nth-child(even) {
    border-right: 0 none
}

.esg-grid .esg-overflowtrick {
    overflow: visible
}

.esg-grid .esg-entry-media-wrapper {
    -webkit-border-radius: 0px 0px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box
}

.packagebanner .col {
    padding-bottom: 0
}

.tagline {
    margin-bottom: 0
}

.packagemaincontent {
    margin-top: 30px
}

.packagepricerow {
    margin-top: 0 !important
}

.packagepricerow .packageprice .col-inner {
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box
}

.packageprice .col-inner {
    -webkit-border-radius: 0px 0px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
    box-shadow: 1px 1px 5px rgba(0,0,0,.15)
}

.packageprice .pricedetail {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.packageprice .pricedetail .desc {
    margin-bottom: 0;
    font-size: .8em;
    text-transform: uppercase;
    display: inline-block
}

.packageprice .pricedetail .price {
    margin-bottom: 0;
    font-size: 2em;
    display: inline-block;
    margin-left: 5px;
    color: #FFA600;
    font-weight: 900
}

.packageprice .duration {
    font-size: .8em;
    text-transform: uppercase
}

.packageprice .duration:before {
    content: '\f186';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    margin-right: 5px;
    color: #FFA600
}

.packageprice .features {
    margin-bottom: 30px
}

.packageprice .features .omr-package-features ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.packageprice .features .omr-package-features ul li {
    display: inline-block;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px solid rgba(255,255,255,.1);
    text-transform: uppercase;
    font-size: .8em
}

.packageprice .features .omr-package-features ul li:last-child {
    border-right: 0 none
}

.packageprice .features .omr-package-features ul li i {
    color: #FFA600
}

.packageprice a.primary {
    background: #FFA600 !important;
    margin-bottom: 0
}

.packagetitle .col-inner {
    padding: 20px;
    -webkit-border-radius: 0px 0px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box
}

.section.inclusions {
    padding: 0 !important
}

.section.inclusions .tabbed-content .nav-tabs li a {
    border-color: transparent;
    background: #fff
}

.section.inclusions .tabbed-content .nav-tabs li.active a {
    background: #f7f7f7
}

.section.inclusions .tabbed-content .tab-panels {
    border-color: transparent;
    background: #f7f7f7
}

.package-overview ul {
    margin-left: 30px
}

.hoteloptions .tabbed-content .nav li {
    border-top-color: rgba(255,255,255,.1)
}

.hoteloptions .tabbed-content .tab-panels {
    border-left-color: rgba(255,255,255,.1)
}

.related.products h2 {
    font-size: 1.25em;
    margin-bottom: 0
}

.widget.widget_layered_nav>ul>li.chosen a {
    color: #000
}

.popupsection {
    padding-left: 100px;
    padding-right: 100px
}

.oie .header-block-block-1 {
    min-width: 250px
}

.oie .header-block-block-1 .icon-inner {
    height: 30px
}

#MfpPackageBookingForm #PackageBookingForm,#MfpCareerForm #PackageBookingForm,#MfpPackageBookingForm #CareerForm,#MfpCareerForm #CareerForm {
    border-radius: 5px;
    overflow: hidden
}

#MfpPackageBookingForm+.mfp-close,#MfpCareerForm+.mfp-close {
    background: #fff;
    color: #000;
    opacity: 1;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px
}

#MfpPackageBookingForm .wpcf7-form,#MfpCareerForm .wpcf7-form {
    margin: 0;
    padding: 50px
}

#MfpPackageBookingForm .wpcf7-form .form-flat input:not([type=submit]),#MfpCareerForm .wpcf7-form .form-flat input:not([type=submit]),#MfpPackageBookingForm .wpcf7-form .form-flat textarea,#MfpCareerForm .wpcf7-form .form-flat textarea,#MfpPackageBookingForm .wpcf7-form .form-flat select,#MfpCareerForm .wpcf7-form .form-flat select {
    border-radius: 3px;
    border-color: rgba(0,32,92,.1);
    background: #f9f9f9
}

#MfpPackageBookingForm .wpcf7-form .form-flat textarea,#MfpCareerForm .wpcf7-form .form-flat textarea {
    min-height: 60px
}

#MfpPackageBookingForm .wpcf7-form select,#MfpCareerForm .wpcf7-form select {
    margin-bottom: 0
}

#MfpPackageBookingForm .wpcf7-form .flex-row,#MfpCareerForm .wpcf7-form .flex-row {
    margin-bottom: 10px
}

@media screen and (max-width: 550px) {
    #MfpPackageBookingForm .wpcf7-form .flex-row,#MfpCareerForm .wpcf7-form .flex-row {
        display:block
    }
}

#MfpPackageBookingForm .wpcf7-form .cta,#MfpCareerForm .wpcf7-form .cta {
    text-align: center
}

#MfpPackageBookingForm .wpcf7-form .cta .button,#MfpCareerForm .wpcf7-form .cta .button {
    background: #FFA600;
    font-size: 18px
}

ol,ul {
    margin-left: 60px
}

.grecaptcha-badge {
    z-index: 10000000000000000
}

.header,.header-wrapper {
    z-index: 1000
}

.header-bottom.wide-nav .flex-col.flex-left,.header-bottom.wide-nav #mega-menu-wrap-primary {
    width: 100%
}

.mfp-bg {
    z-index: 9999999991
}

.mfp-wrap {
    z-index: 9999999992
}

.page-wrapper.page-left-sidebar .col-divided {
    border-right: 1px solid transparent
}

.otitle {
    margin-bottom: 0 !important
}

.osub {
    margin-top: .2em !important
}

.obanner {
    background: 0 0 !important
}

.obanner .banner-bg {
    border-radius: 4px
}

.osection {
    background: 0 0;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px !important
}

.osection.nopadding {
    padding: 0 !important
}

.osection .section-bg {
    border-radius: 4px
}

.ospduration {
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    background: #191616;
    border-radius: 4px;
    color: #fff
}

.omr-package-features ul li i {
    margin-right: 5px;
    color: #FFA600
}

ul.inclusion,ul.exclusion {
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;
    font-size: .9em;
    text-indent: -1em
}

ul.inclusion li,ul.exclusion li {
    margin: 0 0 .3em
}

ul.inclusion li:before {
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    padding-right: .6em;
    vertical-align: middle
}

ul.exclusion li:before {
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    padding-right: .6em;
    vertical-align: middle
}

.things .accordion a {
    font-size: .9em;
    border: 0 none
}

.things .accordion a button {
    font-size: .7em;
    top: 1em
}

.things .accordion a.active button {
    top: .4em
}

.package-banner-info h2 {
    font-size: 320%;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1
}

.package-banner-info .starting-from {
    margin-bottom: 5px
}

.package-banner-info h3 {
    font-size: 150%;
    display: inline-block;
    background: #191616;
    padding: 5px 30px;
    width: auto
}

.radius {
    border-radius: 3px !important
}

.parent-page,.parent-page:active,.parent-page:visited,.parent-page:focus {
    color: #262626
}

.current_page_item a,.current_page_item a:active,.current_page_item a:visited {
    color: #262626
}

.topdestinations a.button {
    margin-bottom: 0;
    min-height: initial;
    line-height: normal;
    letter-spacing: normal
}

.footermenu ul.nav li {
    margin-left: 0;
    border-top: 0 none
}

.footermenu ul.nav li a {
    text-transform: none;
    padding: 2px 0;
    font-weight: 600
}

.sidebarmenu a.button {
    font-size: 1em;
    text-align: left;
    line-height: 2.3em;
    min-height: 2.3em;
    margin-bottom: 0;
    font-weight: 400;
    color: #a4751d
}

.sidebarmenu a.accordion-title {
    padding: 0;
    line-height: 2.3em;
    min-height: 2.3em;
    border-top: 0 none;
    font-size: 1em;
    font-weight: 400;
    color: #a4751d
}

.sidebarmenu a.accordion-title.active {
    background: 0 0
}

.sidebarmenu a.accordion-title.active button.toggle {
    top: auto;
    min-height: 2em
}

.sidebarmenu a.accordion-title button.toggle {
    height: 2em;
    left: auto;
    right: 0;
    margin: 0;
    min-height: 2em
}

.sidebarmenu a span {
    font-size: 13px
}

.sidebarmenu a.button+a.button,.sidebarmenu .accordion-item {
    border-top: 1px solid #ececec !important
}

.sidebarmenu .accordion-inner {
    background: #f9f9f9;
    padding: 1em
}

.sidebarmenu .accordion-inner a.button+a.button {
    border-top: 0 none !important
}

.payment .img {
    display: inline-block
}

.epp.lightbox-content h3 {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 90%
}

.epp.lightbox-content p {
    line-height: 1.2;
    margin-bottom: 10px
}

.epp.lightbox-content ul {
    margin-left: 40px
}

.epp.lightbox-content ul li {
    line-height: 1.2
}

.epp.lightbox-content a span {
    line-height: 1.2;
    text-align: left
}

.mobileapp .is-border {
    border-width: 0 1px 0 0
}

.mobileapp .col {
    padding-bottom: 0
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-weight: 600;
    letter-spacing: 1px
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    font-weight: 600
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .widget_nav_menu h4 {
    font-weight: 600;
    color: #FFA600
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .widget_nav_menu li a {
    font-weight: 600;
    color: #202121
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .widget_nav_menu li a:hover {
    color: #FFA600
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .widget_nav_menu ul.menu>li+li {
    border-top: 0 none
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .woocommerce-widget-layered-nav-list li a {
    color: #202121;
    font-weight: 600
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .woocommerce-widget-layered-nav-list li a:hover {
    color: #FFA600
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .woocommerce-widget-layered-nav-list li span {
    font-weight: 600;
    color: #202121;
    display: inline-block;
    margin-left: 2px;
    display: none
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item .woocommerce-widget-layered-nav-list li.chosen a {
    font-weight: 400
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.bookmenu a {
    background: #0c305e;
    color: rgba(255,255,255,.3)
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.bookmenu a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    margin-right: 5px;
    vertical-align: middle
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.bookmenuactive a,#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.bookmenuactive a:focus {
    background: #0c305e;
    color: #fff
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.menuflights a:before {
    content: '\f072'
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.menuhotels a:before {
    content: '\f1ad'
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.menucars a:before {
    content: '\f1b9'
}

.book {
    background: url(data:image/gif;base64,R0lGODlhBAF4ANUqAAsZWunq7UhOd7m7yI+SqKyuvi83afT09lxhhZmCUd7f5G9zkYCDnZ6gs9LT28bH0SYzbMnM2z9KfeLk68a5naSQZHZ+opKZtunj2ayxx9zVxEBLfsjL2uXm7SMwarusi6+ddlxlkejj2F1mkf7+/vPw6v///vTy7Kuwxv///////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVGNTU5QkNDMUYwRTExRTk4NThEREFBOTYzQUQ4NzIyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVGNTU5QkNEMUYwRTExRTk4NThEREFBOTYzQUQ4NzIyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUY1NTlCQ0ExRjBFMTFFOTg1OEREQUE5NjNBRDg3MjIiIHN0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) center center no-repeat;
    min-height: 600px
}

iframe.bookingframe {
    border: 0 none;
    width: 100%;
    height: 0
}

.recaptcha {
    margin-bottom: 10px
}

.form-flat.vestara {
    margin-bottom: 10px
}

.form-flat.vestara input:not([type=submit]),.form-flat.vestara textarea,.form-flat.vestara select {
    background: #fff
}

.ml4 {
    margin-left: 4px
}

.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0 !important
}

.wp-block-themepunch-revslider {
    position: relative
}

rs-modal {
    position: fixed !important;
    z-index: 9999999 !important;
    pointer-events: none !important
}

rs-modal.rs-modal-auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

rs-modal.rs-modal-fullwidth,rs-modal.rs-modal-fullscreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-modal rs-fullwidth-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

rs-module-wrap.rs-modal {
    display: none;
    max-height: 100% !important;
    overflow: auto !important;
    pointer-events: auto !important
}

rs-module-wrap.hideallscrollbars.rs-modal {
    overflow: hidden !important;
    max-width: 100% !important
}

rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto
}

body>rs-modal-cover {
    position: fixed;
    z-index: 9999995 !important
}

rs-sbg-px {
    pointer-events: none
}

.rs-forceuntouchable,.rs-forceuntouchable * {
    pointer-events: none !important
}

.rs-forcehidden * {
    visibility: hidden !important
}

.rs_splitted_lines {
    display: block;
    white-space: nowrap !important
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999 !important;
    background: #fff
}

.rtl {
    direction: rtl
}

@font-face {
    font-family: 'revicons';
    src: url(//www.vestaragroup.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888);
    src: url(//www.vestaragroup.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(//www.vestaragroup.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.woff?5510888) format('woff'),url(//www.vestaragroup.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'),url(//www.vestaragroup.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^=revicon-]:before,[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: 400;
    speak-as: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

rs-module i[class^=fa-],rs-module i[class*=" fa-"],.rb-modal-wrapper i[class^=fa-],.rb-modal-wrapper i[class*=" fa-"],#waitaminute i[class^=fa-],#waitaminute i[class*=" fa-"],#objectlibrary i[class^=fa-],#objectlibrary i[class*=" fa-"],#rs_overview i[class^=fa-],#rs_overview i[class*=" fa-"],#rs_overview_menu i[class^=fa-],#rs_overview_menu i[class*=" fa-"],#builderView i[class^=fa-],#builderView i[class*=" fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

rs-module [class^=fa-]:before,rs-module [class*=" fa-"]:before,.rb-modal-wrapper [class^=fa-]:before,.rb-modal-wrapper [class*=" fa-"]:before,#rs_overview [class^=fa-]:before,#rs_overview [class*=" fa-"]:before,#objectlibrary [class^=fa-]:before,#objectlibrary [class*=" fa-"]:before,#waitaminute [class^=fa-]:before,#waitaminute [class*=" fa-"]:before,#rs_overview_menu [class^=fa-]:before,#rs_overview_menu [class*=" fa-"]:before,#builderView [class^=fa-]:before,#builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak-as: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0
}

rs-module .sr-only,#objectlibrary .sr-only,#waitaminute .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,.rb-modal-wrapper .sr-only,#builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none
}

rs-module-wrap {
    visibility: hidden
}

rs-module-wrap,rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000;
    left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
    position: sticky !important;
    top: 0;
    z-index: 1000
}

.rs-stickyscrollon {
    overflow: visible !important
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block
}

rs-module.disableVerticalScroll {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

rs-pzimg-wrap,rs-sbg-effectwrap,rs-sbg {
    display: block;
    pointer-events: none
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-carousel-wrap rs-column rs-layer img {
    width: 0;
    height: 0
}

rs-sbg-px,rs-sbg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block
}

a.rs-layer,a.rs-layer:-webkit-any-link {
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

.entry-content rs-module a,rs-module a {
    box-shadow: none
}

.rs-ov-hidden {
    overflow: hidden !important
}

.rs-forceoverflow,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-module,.rs-forceoverflow rs-slides,.rs-forceoverflow rs-slide {
    overflow: visible !important
}

.tp-simpleresponsive img,rs-module img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

rs-module .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

rs-slides,rs-slide,rs-slide:before {
    position: absolute;
    text-indent: 0em;
    top: 0;
    left: 0
}

rs-slide,rs-slide:before {
    display: block;
    visibility: hidden
}

.rs-layer .rs-untoggled-content {
    display: block
}

.rs-layer .rs-toggled-content {
    display: none
}

.rs-tc-active.rs-layer>.rs-toggled-content {
    display: block
}

.rs-tc-active.rs-layer>.rs-untoggled-content {
    display: none
}

.rs-layer-video {
    overflow: hidden
}

.rs_html5vidbasicstyles {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

rs-module rs-layer,rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-display: swap
}

rs-layer-wrap,rs-mask,rs-module-wrap,rs-module .rs-layer,rs-module img {
    user-select: none
}

rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap *:last-child,.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

rs-layer:not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer *:not(.rs-wtbindex),.rs-layer *:not(.rs-wtbindex) {
    outline: none !important
}

rs-carousel-wrap {
    cursor: url(//www.vestaragroup.com/wp-content/plugins/revslider/public/assets/css/openhand.cur),move
}

rs-carousel-wrap.dragged {
    cursor: url(//www.vestaragroup.com/wp-content/plugins/revslider/public/assets/css/closedhand.cur),move
}

rs-carousel-wrap.noswipe {
    cursor: default
}

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    position: relative
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.rs-layer.rs-selectable {
    user-select: text
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

rs-module embed,rs-module iframe,rs-module object,rs-module audio,rs-module video {
    max-width: none !important;
    border: none
}

rs-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none
}

.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0)
}

rs-zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0px;
    pointer-events: none
}

rs-row-wrap,rs-column,rs-cbg-mask-wrap {
    display: block;
    visibility: hidden
}

rs-layer-wrap,rs-parallax-wrap,rs-loop-wrap,rs-mask-wrap {
    display: block
}

rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap,rs-mask-wrap,rs-cbg-mask-wrap {
    transform-style: flat
}

@media not all and (min-resolution: .001dpcm) {
    @media {
        rs-carousel-wrap rs-layer-wrap,rs-carousel-wrap rs-loop-wrap {
            backface-visibility:hidden;
            transform-style: preserve-3d
        }
    }
}

.safarifix rs-layer-wrap {
    perspective: 1000000
}

@-moz-document url-prefix() {
    rs-layer-wrap,rs-mask-wrap,rs-cbg-mask-wrap {
        perspective: none
    }
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none !important
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_bottom {
    bottom: 0
}

.rev_row_zone_middle {
    top: 50%;
    transform: perspective(1px) translateY(-50%)
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top
}

.rs-layer img,rs-layer img {
    vertical-align: top
}

rs-row,rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0px
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0px
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.rs-pelock * {
    pointer-events: none !important
}

rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap {
    text-align: inherit
}

rs-column rs-mask-wrap {
    display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap,rs-column .rs-parallax-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap,rs-column .rs-parallax-wrap,rs-column .rev_layer_in_column {
    vertical-align: top
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block !important;
    width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-row-wrap.rs-layer-hidden,rs-column-wrap.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden !important;
    display: none !important
}

rs-layer.rs-nointeraction,.rs-layer.rs-nointeraction {
    pointer-events: none !important
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

rs-static-layers.rs-stl-back {
    z-index: 0
}

.rs-stl-visible {
    overflow: visible !important
}

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    left: 100%;
    top: 0
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    left: 100%;
    top: 0
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.noFilterClass {
    filter: none !important
}

rs-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block
}

.rs-layer.rs-fsv {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.rs-layer.rs-fsv audio,.rs-layer.rs-fsv video,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video {
    width: 100%;
    height: 100%
}

.rs-fsv video {
    background: #000
}

.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid rs-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0,0,0,.3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity .3s ease-out !important
}

.rs-ISM .tp-video-play-button {
    opacity: 1;
    transition: none !important;
    z-index: 6
}

.rs-audio .tp-video-play-button {
    display: none !important
}

.rs-layer .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center !important;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block;
    z-index: 6
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px !important;
    margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.rs-fsv .rs-fsv audio {
    object-fit: contain !important
}

.rs-fsv .rs-fsv video {
    object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

@supports not (-ms-high-contrast:none) {
    .rs-fsv .fullcoveredvideo audio {
        object-fit: cover !important
    }

    .rs-fsv .fullcoveredvideo video {
        object-fit: cover !important
    }
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 0 0;
    z-index: 5
}

.rs-nolc .tp-video-play-button,rs-bgvideo video::-webkit-media-controls-start-playback-button,rs-bgvideo video::-webkit-media-controls,rs-bgvideo audio::-webkit-media-controls {
    display: none !important
}

.rs-audio .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module div.rs-layer,rs-module span.rs-layer,rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}

rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before {
    content: none
}

rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    pointer-events: none
}

rs-sbg-wrap rs-dotted {
    z-index: 31
}

rs-dotted.twoxtwo {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADUlEQVR42mNg+M8AAQAIAgEAloXiqwAAAABJRU5ErkJggg==)
}

rs-dotted.twoxtwowhite {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADUlEQVR4AWP4/58BAgAQ+QH/eU1QjQAAAABJRU5ErkJggg==)
}

rs-dotted.threexthree {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAQAAAD8IX00AAAADUlEQVR4AWNg+M+AAQATAgEAtKVJJQAAAABJRU5ErkJggg==)
}

rs-dotted.threexthreewhite {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAQAAAD8IX00AAAADklEQVR42mP4/58BAwAAJu4B/7J4cV8AAAAASUVORK5CYII=)
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0,0,0,.8)
}

.tp-shadow2:before,.tp-shadow2:after,.tp-shadow3:before,.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0,0,0,.8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset
}

.tp-shadow5:before,.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0px rgba(0,0,0,.6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/20px
}

.rev-btn,.rev-btn:visited {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer
}

.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited {
    text-transform: uppercase
}

.rev-btn i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out,margin .2s ease-out;
    margin-left: 0;
    line-height: inherit
}

.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out,margin .2s ease-out;
    opacity: 0;
    margin-left: 0 !important;
    width: 0 !important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}

.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51,51,51,.25);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important
}

.rev-burger span:nth-child(2) {
    margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255,255,255,.2)
}

.rev-b-span-light span,.rev-burger.revb-white span {
    background: #fff
}

.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger.revb-darknoborder {
    border: 0
}

.rev-b-span-dark span,.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span {
    background: #fff
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 70%
    }

    50% {
        opacity: 0;
        top: 70%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*.active {
    color: #fff
}

.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*:active,.rev-scroll-btn>*.active {
    opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0,0,0,.5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255,255,255,.75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255,255,255,.75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3b5998
}

.rev-sbutton-lightblue {
    background-color: #00a0d1
}

.rev-sbutton-red {
    background-color: #dd4b39
}

rs-progress {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%
}

rs-progress-bar,.rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    vertical-align: top;
    line-height: 0;
    width: 100%;
    height: 100%
}

rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.rs-layer img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)
}

.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAABnRSTlMARwBwAEyv7uYjAAAAD0lEQVR4AWNwL/BBRpTyAfO4GUwbPa/4AAAAAElFTkSuQmCC) repeat
}

.rs-layer.slidelink a span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAABnRSTlMARwBwAEyv7uYjAAAAD0lEQVR4AWNwL/BBRpTyAfO4GUwbPa/4AAAAAElFTkSuQmCC) repeat;
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer .rs-starring {
    display: inline-block
}

.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #ffc321 !important
}

.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,.rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

rs-loader.off {
    display: none !important
}

rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(data:image/gif;base64,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);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner5 {
    background-image: url(data:image/gif;base64,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);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

rs-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
    animation-delay: -.32s
}

rs-loader.spinner3 .bounce2 {
    animation-delay: -.16s
}

@keyframes tp-bouncedelay {
    0%,80%,100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

rs-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s infinite linear
}

rs-loader.spinner4 .dot1,rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15)
}

rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {
    0%,100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

rs-layer iframe {
    visibility: hidden
}

rs-layer.rs-ii-o iframe {
    visibility: visible
}

rs-layer input[type=text],rs-layer input[type=email],rs-layer input[type=url],rs-layer input[type=password],rs-layer input[type=search],rs-layer input[type=number],rs-layer input[type=tel],rs-layer input[type=range],rs-layer input[type=date],rs-layer input[type=month],rs-layer input[type=week],rs-layer input[type=time],rs-layer input[type=datetime],rs-layer input[type=datetime-local] {
    display: inline-block
}

rs-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit !important
}

a.rs-layer {
    transition: none
}

rs-thumbs-wrap,rs-tabs-wrap,rs-thumbs,rs-thumb,rs-tab,rs-bullet,rs-bullets,rs-navmask,rs-tabs,rs-arrow {
    display: block
}

.tp-thumbs.navbar,.tp-bullets.navbar,.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-tabs,.tp-thumbs,.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab,.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box
}

.tp-arr-imgholder,rs-poster,.tp-thumb-image,.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

rs-poster {
    cursor: pointer;
    z-index: 3
}

.tp-tab.rs-touchhover,.tp-tab.selected,.tp-thumb.rs-touchhover,.tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask,.tp-thumb-mask {
    box-sizing: border-box !important
}

.tp-tabs,.tp-thumbs {
    box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255,255,255,.3);
    cursor: pointer
}

.tp-bullet.selected,.tp-bullet.rs-touchhover {
    background: #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows.rs-touchhover {
    background: #000
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

.rs-layer [class^=pe-7s-]:before,.rs-layer [class*=" pe-7s-"]:before,.rs-layer [class^=pe-7s-],.rs-layer [class*=" pe-7s-"] {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit
}

rs-pzimg-wrap {
    display: block
}

body.rtl .rs-pzimg {
    left: 0 !important
}

.rs_fake_cube {
    transform-style: preserve-3d
}

.rs_fake_cube,.rs_fake_cube_wall {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    top: 0;
    z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas,rs-sbg canvas {
    overflow: hidden;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0,0,0,.4)
}

.dddwrapper {
    transform-style: flat;
    perspective: 10000px
}

.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: "Open Sans",sans-serif
}

.rs_error_message_oops {
    margin: 0 0 20px;
    line-height: 60px;
    font-size: 34px;
    color: #fff
}

.rs_error_message_content {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 17px;
    color: #fff
}

.rs_error_message_button {
    color: #fff !important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important
}

.rs_error_message_button:hover {
    background: #5e35b1
}

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0,0,0,.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0,0,0,.7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden:after {
    background: linear-gradient(to right,rgba(66,10,14,.2),transparent);
    mix-blend-mode: darken
}

.perpetua:after,.reyes:after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua:after {
    background: linear-gradient(to bottom,#005b9a,#e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes:after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham:after {
    background: linear-gradient(to right,rgba(66,10,14,.2),transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster:after {
    background: radial-gradient(circle,#804e0f,#3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden:after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson:after {
    background: radial-gradient(circle,#a6b1ff 50%,#342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird:after {
    background: radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair:after {
    background: radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi:after {
    background: radial-gradient(circle,transparent 70%,#222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243,106,188,.3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn:after {
    background: radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2:after {
    background: radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville:after {
    background: rgba(0,70,150,.4);
    mix-blend-mode: lighten
}

.nashville:before {
    background: rgba(247,176,153,.56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark:after {
    background: rgba(242,242,242,.8);
    mix-blend-mode: darken
}

.lark:before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon:before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon:after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127,187,227,.2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow:before {
    background-color: radial-gradient(40%,circle,#d4a9af 55%,#000 150%);
    mix-blend-mode: overlay
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise:after {
    background: radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise:before {
    background: radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));
    mix-blend-mode: multiply
}

._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2 {
    position: absolute
}

._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before {
    z-index: 30
}

._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after {
    z-index: 40
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber:after {
    background: rgba(125,105,24,.5);
    mix-blend-mode: soft-light
}

.slumber:before {
    background: rgba(69,41,12,.4);
    mix-blend-mode: lighten
}

.willow:after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) {
        .willow {
            filter:grayscale(1) contrast(.95) brightness(.9)
        }

        .willow:after {
            background-color: transparent
        }
    }
}

rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {
    height: 500%;
    width: 500%
}

rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-animation: rs-revealer-6 1.4s linear infinite;
    animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9
}

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-6 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    -webkit-animation: rs-revealer-7 .8s linear infinite;
    animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-7 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: rs-revealer-8 1.6s linear infinite;
    animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0,0);
        opacity: .5
    }

    100% {
        transform: scale(1,1);
        opacity: 0
    }
}

@-webkit-keyframes rs-revealer-8 {
    0% {
        -webkit-transform: scale(0,0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1,1);
        opacity: 0
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
    animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes rs-revealer-9 {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
    animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {
    0%,100%,40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes rs-revealer-10 {
    0%,100%,40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
    animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {
    0%,100%,70% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1)
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1)
    }
}

@keyframes rs-revealer-11 {
    0%,100%,70% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1)
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1)
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    -webkit-animation: rs-revealer-12 1s infinite linear;
    animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rs-revealer-13 2s ease infinite;
    animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {
    0%,100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%,160%)
    }

    75% {
        transform: translate(0,160%)
    }
}

@-webkit-keyframes rs-revealer-13 {
    0%,100% {
        -webkit-transform: translate(0)
    }

    25% {
        -webkit-transform: translate(160%)
    }

    50% {
        -webkit-transform: translate(160%,160%)
    }

    75% {
        -webkit-transform: translate(0,160%)
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation: rs-revealer-14-1 2s infinite;
    animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation: rs-revealer-14-2 2s infinite;
    animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation: rs-revealer-14-3 2s infinite;
    animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation: rs-revealer-14-4 2s infinite;
    animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(80%,80%,0)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(80%,80%,0)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@-webkit-keyframes rs-revealer-14-2 {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@-webkit-keyframes rs-revealer-14-3 {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@-webkit-keyframes rs-revealer-14-4 {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        transform: rotate3d(0,0,1,0deg) translate3d(80%,80%,0)
    }

    80% {
        transform: rotate3d(0,0,1,360deg) translate3d(80%,80%,0)
    }

    100% {
        transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        transform: rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)
    }

    80% {
        transform: rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)
    }

    100% {
        transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        transform: rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)
    }

    80% {
        transform: rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)
    }

    100% {
        transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        transform: rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)
    }

    80% {
        transform: rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)
    }

    100% {
        transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
    animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden
}

.RSscrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.avada-has-rev-slider-styles .rev_slider_wrapper {
    transform: none
}

a.eg-henryharrison-element-1,a.eg-henryharrison-element-2 {
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear
}

.eg-jimmy-carter-element-11 i:before {
    margin-left: 0px;
    margin-right: 0px
}

.eg-harding-element-17 {
    letter-spacing: 1px
}

.eg-harding-wrapper .esg-entry-media {
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 30px 0px 30px
}

.eg-harding-wrapper .esg-media-poster {
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.eg-ulysses-s-grant-wrapper .esg-entry-media {
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 30px 0px 30px
}

.eg-ulysses-s-grant-wrapper .esg-media-poster {
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.eg-richard-nixon-wrapper .esg-entry-media {
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 30px 0px 30px
}

.eg-richard-nixon-wrapper .esg-media-poster {
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.eg-herbert-hoover-wrapper .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.eg-herbert-hoover-wrapper:hover .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

.eg-lyndon-johnson-wrapper .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.eg-lyndon-johnson-wrapper:hover .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

.esg-overlay.eg-ronald-reagan-container {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )
}

.eg-georgebush-wrapper .esg-entry-cover {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )
}

.eg-jefferson-wrapper {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important
}

.eg-monroe-element-1 {
    text-shadow: 0px 1px 3px rgba(0,0,0,0.1)
}

.eg-lyndon-johnson-wrapper .esg-entry-cover {
    background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.35)),color-stop(96%,rgba(18,18,18,0)),color-stop(100%,rgba(19,19,19,0)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000',endColorstr='#00131313',GradientType=1 )
}

.eg-wilbert-wrapper .esg-entry-cover {
    background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.35)),color-stop(96%,rgba(18,18,18,0)),color-stop(100%,rgba(19,19,19,0)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000',endColorstr='#00131313',GradientType=1 )
}

.eg-wilbert-wrapper .esg-media-poster {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.eg-wilbert-wrapper:hover .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

.eg-phillie-element-3:after {
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    position: absolute
}

.eg-howardtaft-wrapper .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

.eg-howardtaft-wrapper:hover .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.myportfolio-container .added_to_cart.wc-forward {
    font-family: "Open Sans";
    font-size: 13px;
    color: #fff;
    margin-top: 10px
}

.esgbox-title.esgbox-title-outside-wrap {
    font-size: 15px;
    font-weight: 700;
    text-align: center
}

.esgbox-title.esgbox-title-inside-wrap {
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center
}

.esg-content.eg-twitterstream-element-33-a {
    display: inline-block
}

.eg-twitterstream-element-35 {
    word-break: break-all
}

.esg-overlay.eg-twitterstream-container {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )
}

.esg-content.eg-facebookstream-element-33-a {
    display: inline-block
}

.eg-facebookstream-element-0 {
    word-break: break-all
}

.esg-overlay.eg-flickrstream-container {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )
}

a.eg-henryharrison-element-1,a.eg-henryharrison-element-2 {
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear
}

.eg-jimmy-carter-element-11 i:before {
    margin-left: 0px;
    margin-right: 0px
}

.eg-harding-element-17 {
    letter-spacing: 1px
}

.eg-harding-wrapper .esg-entry-media {
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 30px 0px 30px
}

.eg-harding-wrapper .esg-media-poster {
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.eg-ulysses-s-grant-wrapper .esg-entry-media {
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 30px 0px 30px
}

.eg-ulysses-s-grant-wrapper .esg-media-poster {
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.eg-richard-nixon-wrapper .esg-entry-media {
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 30px 0px 30px
}

.eg-richard-nixon-wrapper .esg-media-poster {
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.eg-herbert-hoover-wrapper .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.eg-herbert-hoover-wrapper:hover .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

.eg-lyndon-johnson-wrapper .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.eg-lyndon-johnson-wrapper:hover .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

.esg-overlay.eg-ronald-reagan-container {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )
}

.eg-georgebush-wrapper .esg-entry-cover {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )
}

.eg-jefferson-wrapper {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important
}

.eg-monroe-element-1 {
    text-shadow: 0px 1px 3px rgba(0,0,0,0.1)
}

.eg-lyndon-johnson-wrapper .esg-entry-cover {
    background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.35)),color-stop(96%,rgba(18,18,18,0)),color-stop(100%,rgba(19,19,19,0)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000',endColorstr='#00131313',GradientType=1 )
}

.eg-wilbert-wrapper .esg-entry-cover {
    background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.35)),color-stop(96%,rgba(18,18,18,0)),color-stop(100%,rgba(19,19,19,0)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000',endColorstr='#00131313',GradientType=1 )
}

.eg-wilbert-wrapper .esg-media-poster {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.eg-wilbert-wrapper:hover .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

.eg-phillie-element-3:after {
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    position: absolute
}

.eg-howardtaft-wrapper .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%)
}

.eg-howardtaft-wrapper:hover .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.myportfolio-container .added_to_cart.wc-forward {
    font-family: "Open Sans";
    font-size: 13px;
    color: #fff;
    margin-top: 10px
}

.esgbox-title.esgbox-title-outside-wrap {
    font-size: 15px;
    font-weight: 700;
    text-align: center
}

.esgbox-title.esgbox-title-inside-wrap {
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center
}

.esg-content.eg-twitterstream-element-33-a {
    display: inline-block
}

.eg-twitterstream-element-35 {
    word-break: break-all
}

.esg-overlay.eg-twitterstream-container {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )
}

.esg-content.eg-facebookstream-element-33-a {
    display: inline-block
}

.eg-facebookstream-element-0 {
    word-break: break-all
}

.esg-overlay.eg-flickrstream-container {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 )
}

</style><style type="text/css">.simple-light .navigationbuttons,.simple-light .esg-pagination,.simple-light .esg-filters {
    text-align: center
}

.simple-light .esg-filterbutton,.simple-light .esg-navigationbutton,.simple-light .esg-sortbutton,.simple-light .esg-cartbutton a {
    color: #000;
    margin-right: 5px;
    cursor: pointer;
    padding: 0px 11px;
    border: 1px solid #e5e5e5;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    font-family: \"Open Sans\",sans-serif; display:inline-block; background:#eee; margin-bottom:5px}.simple-light .esg-navigationbutton *{color:#000}.simple-light .esg-left,.simple-light .esg-right{color:#000; padding:0px 7px}.simple-light .esg-pagination-button:last-child{margin-right:0}.simple-light .esg-sortbutton-wrapper,.simple-light .esg-cartbutton-wrapper{display:inline-block}.simple-light .esg-sortbutton-order,.simple-light .esg-cartbutton-order{display:inline-block;  vertical-align:top;  border:1px solid #e5e5e5;  width:29px;  line-height:30px;  font-size:9px;  font-weight:400;  color:#000;  cursor:pointer;  background:#eee}.simple-light .esg-cartbutton{color:#333; cursor:default !important}.simple-light .esg-cartbutton .esgicon-basket{color:#333;   font-size:15px;   line-height:15px;   margin-right:10px}.simple-light .esg-cartbutton-wrapper{cursor:default !important}.simple-light .esg-sortbutton,.simple-light .esg-cartbutton{display:inline-block; position:relative; cursor:pointer; margin-right:5px}.simple-light .esg-navigationbutton:hover,.simple-light .esg-filterbutton:hover,.simple-light .esg-sortbutton:hover,.simple-light .esg-sortbutton-order:hover,.simple-light .esg-cartbutton a:hover,.simple-light .esg-filterbutton.selected{background-color:#fff;   border-color:#bbb;   color:#333;   box-shadow:0px 3px 5px 0px rgba(0,0,0,0.13)}.simple-light .esg-navigationbutton:hover *{color:#333}.simple-light .esg-sortbutton-order.tp-desc:hover{border-color:#bbb; color:#333; box-shadow:0px -3px 5px 0px rgba(0,0,0,0.13) !important}.simple-light .esg-filter-checked{padding:3px;  color:#c5c5c5;  background:#ddd;  margin-left:7px;  font-size:9px;  font-weight:400;  line-height:20px;  vertical-align:middle}.simple-light .esg-filterbutton.selected .esg-filter-checked,.simple-light .esg-filterbutton:hover .esg-filter-checked{padding:3px;  color:#fff;  background:#000;  margin-left:7px;  font-size:9px;  font-weight:400;  line-height:20px;  vertical-align:middle}</style><style type="text/css">.eg-vestara-package-4-element-0{font-size:16px !important; line-height:22px !important; color:#202121 !important; font-weight:600 !important; padding:0px 0px 0px 0px !important; border-radius:0px 0px 0px 0px !important; background:transparent !important; z-index:2 !important; display:block; font-family:"Poppins" !important}.eg-vestara-package-4-element-38{font-size:12px !important; line-height:24px !important; color:#ffffff !important; font-weight:200 !important; display:inline-block !important; float:right !important; clear:both !important; margin:0px 10px 20px 0px !important; padding:3px 10px 2px 10px !important; border-radius:4px 4px 4px 4px !important; background:#3498db !important; position:relative !important; z-index:2 !important; font-family:"Poppins" !important}.eg-vestara-package-4-element-35{font-size:12px; line-height:24px; color:#ffffff; font-weight:200; display:inline-block; float:left; clear:both; margin:30px 0px 5px 10px ; padding:3px 10px 2px 10px ; border-radius:4px 4px 4px 4px ; background:#191616; position:relative; z-index:2 !important; font-family:"Poppins"}.eg-vestara-package-4-element-45{font-size:13px; line-height:14px; color:rgba(0,0,0,0.8); font-weight:300; display:inline-block; float:none; clear:both; margin:5px 0px 15px 0px ; padding:0px 0px 0px 0px ; border-radius:0px 0px 0px 0px ; background:rgba(255,255,255,0.15); position:relative; z-index:2 !important; font-family:"Poppins"}.eg-vestara-package-4-element-40{font-size:13px !important; line-height:16px !important; color:#ffffff !important; font-weight:600 !important; padding:5px 8px 5px 8px !important; border-radius:4px 4px 4px 4px !important; background:#f90909 !important; z-index:2 !important; display:block; font-family:"Poppins" !important; text-transform:uppercase !important}.eg-vestara-package-4-element-42{font-size:13px !important; line-height:14px !important; color:#202121 !important; font-weight:300 !important; display:inline-block !important; float:left !important; clear:none !important; margin:0px 0px 0px 0px !important; padding:5px 0px 0px 0px !important; border-radius:0px 0px 0px 0px !important; background:transparent !important; position:relative !important; z-index:2 !important; font-family:"Poppins" !important}


@font-face {
    font-family: "fl-icons";
    font-display: block;
    src: url(https://www.vestaragroup.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot?v=3.14.2);
    src:
        url(https://www.vestaragroup.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot#iefix?v=3.14.2) format("embedded-opentype"),
        url(https://www.vestaragroup.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff2?v=3.14.2) format("woff2"),
        url(https://www.vestaragroup.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.ttf?v=3.14.2) format("truetype"),
        url(https://www.vestaragroup.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff?v=3.14.2) format("woff"),
        url(https://www.vestaragroup.com/wp-content/themes/flatsome/assets/css/icons/fl-icons.svg?v=3.14.2#fl-icons) format("svg");
}

:root {--primary-color: #262626;
    
}

.full-width .ubermenu-nav, .container, .row{max-width: 1210px}.row.row-collapse{max-width: 1180px}.row.row-small{max-width: 1202.5px}.row.row-large{max-width: 1240px}.header-main{height: 70px}#logo img{max-height: 70px}#logo{width:240px;}.header-bottom{min-height: 42px}.header-top{min-height: 30px}.transparent .header-main{height: 90px}.transparent #logo img{max-height: 90px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 140px;}.header.show-on-scroll,.stuck .header-main{height:60px!important}.stuck #logo img{max-height: 60px!important}.search-form{ width: 60%;}.header-bg-color, .header-wrapper {background-color: #ffffff}.header-bottom {background-color: #0c305e;}.header-main .nav > li > a{line-height: 16px }.stuck .header-main .nav > li > a{line-height: 40px }.header-bottom-nav > li > a{line-height: 29px }@media (max-width: 549px) {.header-main{height: 75px}#logo img{max-height: 70px}}.main-menu-overlay{background-color: #262626}.nav-dropdown{font-size:100%}/* Color */.accordion-title.active, .has-icon-bg .icon .icon-inner,.logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a,.nav-outline >li.active > a, .cart-icon strong,[data-color='primary'], .is-outline.primary{color: #262626;}/* Color !important */[data-text-color="primary"]{color: #262626!important;}/* Background Color */[data-text-bg="primary"]{background-color: #262626;}/* Background */.scroll-to-bullets a,.featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline),.featured-table .title,.is-outline:hover, .has-icon:hover .icon-label,.nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .is-outline:hover, .tagcloud a:hover,.grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt,.nav-box > li > a:hover,.nav-box > li.active > a,.nav-pills > li.active > a ,.current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before,.banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner{background-color: #262626;}/* Border */.nav-vertical.nav-tabs > li.active > a,.scroll-to-bullets a.active,.nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,.accordion-title.active,.featured-table,.is-outline:hover, .tagcloud a:hover,blockquote, .has-border, .cart-icon strong:after,.cart-icon strong,.blockUI:before, .processing:before,.loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover{border-color: #262626}.nav-tabs > li.active > a{border-top-color: #262626}.widget_shopping_cart_content .blockUI.blockOverlay:before { border-left-color: #262626 }.woocommerce-checkout-review-order .blockUI.blockOverlay:before { border-left-color: #262626 }/* Fill */.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow{fill: #262626;}/* Background Color */[data-icon-label]:after, .secondary.is-underline:hover,.secondary.is-outline:hover,.icon-label,.button.secondary:not(.is-outline),.button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step{ background-color:#9C814E; }[data-text-bg="secondary"]{background-color: #9C814E;}/* Color */.secondary.is-underline,.secondary.is-link, .secondary.is-outline,.stars a.active, .star-rating:before, .woocommerce-page .star-rating:before,.star-rating span:before, .color-secondary{color: #9C814E}/* Color !important */[data-text-color="secondary"]{color: #9C814E!important;}/* Border */.secondary.is-outline:hover{border-color:#9C814E}body{font-size: 90%;}@media screen and (max-width: 549px){body{font-size: 90%;}}body{font-family:"Poppins", sans-serif}body{font-weight: 0}body{color: #202121}.nav > li > a {font-family:"Poppins", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:"Poppins", sans-serif;}.nav > li > a {font-weight: 0;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 0;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Poppins", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2{font-weight: 600;}h1,h2,h3,h4,h5,h6,.heading-font{color: #202121;}.section-title span{text-transform: none;}h3.widget-title,span.widget-title{text-transform: none;}.alt-font{font-family: "Dancing Script", sans-serif;}.header:not(.transparent) .header-nav-main.nav > li > a {color: #262626;}.header:not(.transparent) .header-bottom-nav.nav > li > a{color: #ffffff;}a{color: #9c814e;}a:hover{color: #a4751d;}.tagcloud a:hover{border-color: #a4751d;background-color: #a4751d;}.shop-page-title.featured-title .title-overlay{background-color: rgba(0,0,0,0.3);}.has-equal-box-heights .box-image {padding-top: 50%;}input[type='submit'], input[type="button"], button:not(.icon), .button:not(.icon){border-radius: 0px!important}@media screen and (min-width: 550px){.products .box-vertical .box-image{min-width: 300px!important;width: 300px!important;}}.header-main .social-icons,.header-main .cart-icon strong,.header-main .menu-title,.header-main .header-button > .button.is-outline,.header-main .nav > li > a > i:not(.icon-angle-down){color: #262626!important;}.header-main .header-button > .button.is-outline,.header-main .cart-icon strong:after,.header-main .cart-icon strong{border-color: #262626!important;}.header-main .header-button > .button:not(.is-outline){background-color: #262626!important;}.header-main .current-dropdown .cart-icon strong,.header-main .header-button > .button:hover,.header-main .header-button > .button:hover i,.header-main .header-button > .button:hover span{color:#FFF!important;}.header-main .menu-title:hover,.header-main .social-icons a:hover,.header-main .header-button > .button.is-outline:hover,.header-main .nav > li > a:hover > i:not(.icon-angle-down){color: #262626!important;}.header-main .current-dropdown .cart-icon strong,.header-main .header-button > .button:hover{background-color: #262626!important;}.header-main .current-dropdown .cart-icon strong:after,.header-main .current-dropdown .cart-icon strong,.header-main .header-button > .button:hover{border-color: #262626!important;}.footer-2{background-color: #FFFFFF}.absolute-footer, html{background-color: #FFFFFF}/* Custom CSS */.tp-dottedoverlay.twoxtwo{background:rgba(0,0,0,0.2)}.bg-white{background:#fff;}#promotions-popup br {display: none;}.sectionfeaturedmain .section-bg-overlay {background: linear-gradient(transparent 0% 70%, rgba(0,0,0,0.7)) !important;}.tblpackage{border: 1px solid #ececec;border-collapse: collapse;}.tblpackage td, .tblpackage th{border: 1px solid #ececec;}.tblpackage th:first-child, .tblpackage td:first-child{padding-left:.5em;}.tblpackage th:last-child, .tblpackage td:last-child{padding-right:.5em;}.section.inclusions .tabbed-content .nav-tabs li a{background: #262626;color: #fff;}.section.inclusions .tabbed-content .nav-tabs li.active a {color:rgba(17,17,17,0.85);}.payment .col{padding-bottom:15px;}.dmca a{display:block;}.dmca a img{margin-left:-4px;}.back-to-top {bottom: 90px;}/*-----------------Repatriation-------------*/.rp-inline, .rp-half{margin-left:0;list-style:none;}ul.rp-half li {width: 45%;display: inline-block;vertical-align: top;margin-bottom: 30px;}ul.rp-half li i {display: block;font-size: 12px;}ul.rp-inline li {display: inline-block;margin-left: 50px;}/*-----------------Repatriation-------------*/.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}

.eg-vestara-package-4-element-0 {
 font-size:16px !important;
 line-height:22px !important;
 color:#202121 !important;
 font-weight:600 !important;
 padding:0px 0px 0px 0px !important;
 border-radius:0px 0px 0px 0px !important;
 background:transparent !important;
 z-index:2 !important;
 display:block;
 font-family:"Poppins" !important
}
.eg-vestara-package-4-element-38 {
 font-size:12px !important;
 line-height:24px !important;
 color:#ffffff !important;
 font-weight:200 !important;
 display:inline-block !important;
 float:right !important;
 clear:both !important;
 margin:0px 10px 20px 0px !important;
 padding:3px 10px 2px 10px !important;
 border-radius:4px 4px 4px 4px !important;
 background:#3498db !important;
 position:relative !important;
 z-index:2 !important;
 font-family:"Poppins" !important
}
.eg-vestara-package-4-element-35 {
 font-size:12px;
 line-height:24px;
 color:#ffffff;
 font-weight:200;
 display:inline-block;
 float:left;
 clear:both;
 margin:30px 0px 5px 10px ;
 padding:3px 10px 2px 10px ;
 border-radius:4px 4px 4px 4px ;
 background:#262626;
 position:relative;
 z-index:2 !important;
 font-family:"Poppins"
}
.eg-vestara-package-4-element-45 {
 font-size:13px;
 line-height:14px;
 color:rgba(0,0,0,0.8);
 font-weight:300;
 display:inline-block;
 float:none;
 clear:both;
 margin:5px 0px 15px 0px ;
 padding:0px 0px 0px 0px ;
 border-radius:0px 0px 0px 0px ;
 background:rgba(255,255,255,0.15);
 position:relative;
 z-index:2 !important;
 font-family:"Poppins"
}
.eg-vestara-package-4-element-40 {
 font-size:13px !important;
 line-height:16px !important;
 color:#ffffff !important;
 font-weight:600 !important;
 padding:5px 8px 5px 8px !important;
 border-radius:4px 4px 4px 4px !important;
 background:#f90909 !important;
 z-index:2 !important;
 display:block;
 font-family:"Poppins" !important;
 text-transform:uppercase !important
}
.eg-vestara-package-4-element-42 {
 font-size:13px !important;
 line-height:14px !important;
 color:#202121 !important;
 font-weight:300 !important;
 display:inline-block !important;
 float:left !important;
 clear:none !important;
 margin:0px 0px 0px 0px !important;
 padding:5px 0px 0px 0px !important;
 border-radius:0px 0px 0px 0px !important;
 background:transparent !important;
 position:relative !important;
 z-index:2 !important;
 font-family:"Poppins" !important
}

.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}

#section_639246843 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#gap-450151494 {
  padding-top: 31px;
} 
 #section_1796300381 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#gap-1187181766 {
  padding-top: 40px;
}

#section_1879801898 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#section_1182711422 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#col-1031025040 > .col-inner {
  padding: 0 0px 0px 0px;
  margin: 30px 0px -30px 0px;
}
#col-1215872384 > .col-inner {
  padding: 0 0px 0px 0px;
  margin: 30px 0px -30px 0px;
}

   #col-1929797556 > .col-inner {
  margin: 0px 0px -30px 0px;
}

#section_163173564 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(249, 249, 249);
}
#gap-877572706 {
  padding-top: 31px;
}

#banner-1181458203 {
    padding-top: 99.99%;
  }
    #banner-1181458203 .bg.bg-loaded {
        background-image: url(https://www.vestaragroup.com/wp-content/uploads/2023/01/tokyo-holiday-package-01.jpg);
    }
  #banner-1181458203 .overlay {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #banner-1181458203 .bg {
    background-position: 74% 75%;
  }
  @media (min-width:550px) {
    #banner-1181458203 {
      padding-top: 56.25%;
    }
  }
  #banner-1276098018 {
    padding-top: 99.99%;
  }
    #banner-1276098018 .bg.bg-loaded {
        background-image: url(https://www.vestaragroup.com/wp-content/uploads/2023/01/cruz-holiday-package-01.jpg);
    }
  #banner-1276098018 .overlay {
    background-color: rgba(0, 0, 0, 0.18);
  }
  #banner-1276098018 .bg {
    background-position: 74% 75%;
  }
  @media (min-width:550px) {
    #banner-1276098018 {
      padding-top: 56.25%;
    }
  }
  #section_506411716 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  @media (min-width:550px) {
    #section_506411716 {
      padding-top: 0px;
      padding-bottom: 0px;
    }
  }		  

  #banner-1581277084 {
    padding-top: 200px;
  }
  #banner-1581277084 .bg.bg-loaded {
    background-image: url(https://www.vestaragroup.com/wp-content/uploads/2019/02/newsletter-bg2.jpg);
  }
  #banner-1581277084 .overlay {
    background-color: rgba(0, 0, 0, 0.2);
  }
  #banner-1581277084 .bg {
    background-position: 10% 46%;
  }
  @media (min-width:550px) {
    #banner-1581277084 {
      padding-top: 240px;
    }
  }

  #text-box-678083041 {
    width: 75%;
  }
  #text-box-678083041 .text-box-content {
    font-size: 100%;
  }
  @media (min-width:550px) {
    #text-box-678083041 {
      width: 40%;
    }
  }

  #gap-90396398 {
    padding-top: 40px;
  }

  #image_179073760 {
    width: 20%;
  }

  #image_592213809 {
    width: 20%;
  }

  #image_2005205569 {
    width: 100%;
  }

  #section_1082946294 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #row-442182510 > .col > .col-inner {
    background-color: rgb(255, 255, 255);
  }
  #section_827784962 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #section_427594166 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #gap-558839543 {
    padding-top: 5px;
  }

  #text-box-1030190816 {
    width: 80%;
  }
  #text-box-1030190816 .text-box-content {
    font-size: 100%;
  }
  @media (min-width:550px) {
    #text-box-1030190816 {
      width: 80%;
    }
  }

  #text-box-106395033 {
    width: 80%;
  }
  #text-box-106395033 .text-box-content {
    font-size: 100%;
  }
  @media (min-width:550px) {
    #text-box-106395033 {
      width: 60%;
    }
  }

  #section_523248153 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgb(255,255,255);
  }

  #section_163173564 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(249, 249, 249);
  }


#section_1879801898 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#gap-1187181766 {
  padding-top: 40px;
}



#col-1031025040 > .col-inner {
  padding: 0 0px 0px 0px;
  margin: 30px 0px -30px 0px;
}

#col-1215872384 > .col-inner {
  padding: 0 0px 0px 0px;
  margin: 30px 0px -30px 0px;
}

#section_163173564 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(249, 249, 249);
}

 #gap-450151494 {
  padding-top: 31px;
}
#gap-877572706 {
  padding-top: 31px;
}

#section_639246843 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#section_1182711422 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#rev_slider_1_1_wrapper .uranus.tparrows{width:50px; height:50px; background:rgba(255,255,255,0)}
#rev_slider_1_1_wrapper .uranus.tparrows:before{width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s}
#rev_slider_1_1_wrapper .uranus.tparrows.rs-touchhover:before{opacity:0.75}
#rev_slider_1_1_wrapper .uranus .tp-bullet{border-radius:50%; box-shadow:0 0 0 2px rgba(255,255,255,0); -webkit-transition:box-shadow 0.3s ease; transition:box-shadow 0.3s ease; background:transparent; width:15px; height:15px}
#rev_slider_1_1_wrapper .uranus .tp-bullet.selected,
#rev_slider_1_1_wrapper .uranus .tp-bullet.rs-touchhover{box-shadow:0 0 0 2px rgba(255,255,255,1); border:none; border-radius:50%; background:transparent}
#rev_slider_1_1_wrapper .uranus .tp-bullet-inner{-webkit-transition:background-color 0.3s ease,-webkit-transform 0.3s ease; transition:background-color 0.3s ease,transform 0.3s ease; top:0; left:0; width:100%; height:100%; outline:none; border-radius:50%; background-color:rgba(255,255,255,0); background-color:rgba(255, 255, 255, 0.3); text-indent:-999em; cursor:pointer; position:absolute}
#rev_slider_1_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_1_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner{transform:scale(0.4); -webkit-transform:scale(0.4); background-color:rgba(255,255,255,1);}
#rev_slider_2_2_wrapper rs-loader.spinner2{background-color:#FFFFFF !important}