@keyframes ilsImageHolder {
    0% {
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
    }

    60% {
        -webkit-clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);
        clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%)
    }

    100% {
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
    }
}

@keyframes ilsScrollIndicator {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes loadingSpinnerRotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes loadingSpinnerStroke {
    0% {
        stroke-dashoffset: -122
    }

    50% {
        stroke-dashoffset: -244
    }

    100% {
        stroke-dashoffset: -366
    }
}

.umea-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

.kc-elm.qodef-shortcode .fa, .kc-elm.qodef-shortcode .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

    .kc-elm.qodef-shortcode .fa:before, .kc-elm.qodef-shortcode .fas:before {
        font-family: inherit;
        font-weight: inherit
    }

.kc-elm.qodef-shortcode .fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

    .kc-elm.qodef-shortcode .fab:before {
        font-family: inherit;
        font-weight: inherit
    }

#qodef-back-to-top {
    bottom: 66px;
    color: #000001;
    height: 40px;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: 25px;
    visibility: hidden;
    width: 40px;
    z-index: 10000
}

    #qodef-back-to-top svg {
        color: currentColor
    }

        #qodef-back-to-top svg .qodef-arc-1, #qodef-back-to-top svg .qodef-arc-2 {
            fill: none;
            stroke-width: 1px;
            stroke: currentColor;
            stroke-dasharray: 251;
            transform: rotate(90deg);
            transform-origin: center
        }

        #qodef-back-to-top svg .qodef-arc-1 {
            opacity: .6;
            stroke-dashoffset: 251;
            transition: all .4s cubic-bezier(.65,.05,.36,1)
        }

        #qodef-back-to-top svg .qodef-arc-2 {
            opacity: .3;
            stroke-dashoffset: 165
        }

    #qodef-back-to-top:hover svg .qodef-arc-1 {
        stroke-dashoffset: 165
    }

    #qodef-back-to-top.qodef--off {
        opacity: 0;
        transition: opacity .15s ease,visibility 0s .15s;
        visibility: hidden
    }

    #qodef-back-to-top.qodef--on {
        opacity: 1;
        transition: opacity .3s ease;
        visibility: visible
    }

.qodef-blog.qodef-item-layout--info-below .qodef-e-media {
    margin-bottom: 21px
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-content {
    padding-bottom: 20px
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-info-title {
    margin-bottom: 20px;
    padding-bottom: 19px
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-info.qodef-info--bottom {
    margin: 0
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-media {
    overflow: hidden
}

    .qodef-blog.qodef-item-layout--info-below .qodef-e-media img {
        transform: scale(1.05) translateX(0);
        transition: transform .2s ease-out;
        will-change: transform
    }

.qodef-blog.qodef-item-layout--info-below .qodef-e-inner:hover .qodef-e-media img {
    transform: scale(1.05) translateX(5px)
}

.qodef-blog.qodef-item-layout--simple .qodef-e-inner {
    display: flex;
    align-items: flex-start
}

.qodef-blog.qodef-item-layout--simple .qodef-e-media-image {
    flex-shrink: 0;
    width: 100px;
    margin: 0 20px 0 0
}

.qodef-blog.qodef-item-layout--simple .qodef-e-title-link {
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22,.61,.36,1)
}

.qodef-blog.qodef-item-layout--simple .qodef-e-info.qodef-info--bottom {
    margin-top: 5px
}

.qodef-blog.qodef-item-layout--simple .qodef-e:hover .qodef-e-title-link {
    background-size: 100% 1px
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-blog-item .qodef-e-info-title {
    border: none;
    margin-bottom: 16px;
    padding: 0
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-blog-item .qodef-e-text {
    border-bottom: 1px solid #000001;
    margin-bottom: 18px;
    padding-bottom: 18px
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: 4px
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    margin: 0
}

.qodef-blog.qodef-item-layout--standard-compact .qodef-blog-item .qodef-e-info .qodef-e-info-date a {
    display: inline-block
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article.format-link {
    margin-bottom: 76px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-info {
    flex-direction: column
}

    .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-info .qodef-e-info-left {
        width: 100%
    }

    .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-info .qodef-e-info-right {
        width: 100%;
        flex-direction: row-reverse
    }

        .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article .qodef-e-info .qodef-e-info-right .qodef-social-share {
            margin-left: 10px
        }

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link {
    padding: 76px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link-icon {
    right: 40px;
    width: 140px
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote {
    padding: 76px
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 88px
}

    #qodef-author-info .qodef-m-inner {
        align-items: flex-start;
        display: flex;
        position: relative
    }

    #qodef-author-info .qodef-m-image {
        flex-shrink: 0;
        margin-right: 31px
    }

        #qodef-author-info .qodef-m-image a, #qodef-author-info .qodef-m-image img {
            display: block
        }

    #qodef-author-info .qodef-m-author {
        line-height: 1;
        margin: 0;
        padding: 0 0 16px;
        position: relative
    }

        #qodef-author-info .qodef-m-author:after {
            content: '';
            position: absolute;
            height: 1px;
            background-color: #000001;
            bottom: 0;
            left: 0;
            width: 100px
        }

    #qodef-author-info .qodef-m-email {
        margin: 5px 0 0
    }

    #qodef-author-info .qodef-m-description {
        margin: 16px 0 0
    }

    #qodef-author-info .qodef-m-social-icons {
        margin-top: 18px
    }

        #qodef-author-info .qodef-m-social-icons a {
            display: inline-block;
            font-size: 14px;
            margin-right: 11px;
            position: relative;
            vertical-align: top
        }

            #qodef-author-info .qodef-m-social-icons a:last-child {
                margin-right: 0
            }

            #qodef-author-info .qodef-m-social-icons a:hover {
                color: #7d7d7d
            }

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 1px solid #000001;
    margin: 0 0 3px;
    padding: 40px 24px
}

    #qodef-single-post-navigation .qodef-m-inner {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative
    }

    #qodef-single-post-navigation .qodef-m-nav {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 100%
    }

        #qodef-single-post-navigation .qodef-m-nav svg {
            fill: none !important;
            stroke: currentColor !important;
            stroke-width: 2
        }

        #qodef-single-post-navigation .qodef-m-nav > * {
            display: block;
            line-height: inherit
        }

        #qodef-single-post-navigation .qodef-m-nav .qodef-m-nav--post {
            width: calc(100% - 20px)
        }

@media only screen and (max-width:480px) {
    #qodef-single-post-navigation .qodef-m-nav .qodef-m-nav--post {
        display: none
    }
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-nav--date, #qodef-single-post-navigation .qodef-m-nav .qodef-m-nav--title {
    margin: 0
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-nav--title {
    padding-bottom: 5px
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-nav--arrow {
    width: 20px
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
    display: block;
    fill: currentColor;
    height: auto;
    position: relative;
    stroke: none;
    top: -2px;
    width: 30px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    left: 0;
    padding-right: 11px
}

    #qodef-single-post-navigation .qodef-m-nav.qodef--prev svg {
        fill: currentColor;
        stroke: none;
        transition: .3s;
        will-change: transform
    }

    #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
        margin-right: 4px
    }

    #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav--title {
        padding-right: 30px
    }

    #qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg {
        transform: translateX(-5px)
    }

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
    flex-direction: row-reverse;
    margin-left: auto;
    padding-left: 11px;
    right: 0;
    text-align: right
}

    #qodef-single-post-navigation .qodef-m-nav.qodef--next svg {
        fill: currentColor;
        stroke: none;
        transition: .3s;
        will-change: transform
    }

    #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav--title {
        padding-left: 30px
    }

    #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-pagination-icon {
        margin-left: 4px
    }

    #qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg {
        transform: translateX(5px)
    }

#qodef-single-post-navigation .qodef-m-nav--line {
    display: flex;
    position: relative
}

    #qodef-single-post-navigation .qodef-m-nav--line:after {
        background-color: #000001;
        content: '';
        display: inline-block;
        height: 20px;
        width: 1px
    }

.qodef-content-bottom .qodef-content-bottom-inner {
    box-sizing: border-box
}

    .qodef-content-bottom .qodef-content-bottom-inner.qodef-grid {
        padding: 20px 0
    }

    .qodef-content-bottom .qodef-content-bottom-inner.qodef-full-width {
        padding: 20px 40px
    }

.qodef-divided-content-slider {
    position: relative
}

.qodef-browser--chrome .qodef-divided-content-slider .qodef-woo-product-list .qodef-e {
    transform: translateZ(0);
    will-change: transform,opacity
}

    .qodef-browser--chrome .qodef-divided-content-slider .qodef-woo-product-list .qodef-e :not(.qodef-woo-product-image):not(.qodef-woo-product-image-inner):not(.yith-wcwl-add-to-wishlist):not(.yith-wcwl-add-button) {
        transform: translateZ(0);
        will-change: transform,opacity
    }

.qodef-browser--chrome .qodef-divided-content-slider .qodef-woo-product-list .qodef-woo-product-image img {
    margin: 0 auto;
    width: calc(100% - 2px)
}

.qodef-divided-content-slider article {
    cursor: grab
}

.qodef-divided-content-slider .qodef--static {
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 33% !important;
    z-index: 2
}

.qodef--middle.qodef-divided-content-slider .qodef--static {
    top: 50%;
    transform: translateY(-50%)
}

.qodef--left.qodef-divided-content-slider .qodef--static {
    left: 0;
    padding-right: 15%
}

.qodef--right.qodef-divided-content-slider .qodef--static {
    right: 0;
    padding-left: 15%
}

.qodef-divided-content-slider .qodef--dynamic {
    position: relative
}

.qodef--grid.qodef-divided-content-slider .qodef--dynamic {
    width: calc(100% - 33%);
    left: 0
}

.qodef--left.qodef-divided-content-slider .qodef--dynamic {
    left: 33%
}

.qodef--right.qodef-divided-content-slider .qodef--dynamic {
    right: 33%
}

.qodef-divided-content-slider .qodef-m-swiper-navigation {
    display: flex;
    margin-top: 35px
}

.qodef-divided-content-slider .qodef-m-tagline {
    margin: 0
}

.qodef-divided-content-slider .qodef-m-title {
    margin: 5px 0 0 0
}

.qodef-divided-content-slider .qodef-m-text {
    font-family: Roboto,sans-serif;
    font-size: 17px;
    line-height: 1.66em;
    font-weight: 300;
    color: #434343;
    margin: 14px 0 0 0
}

.qodef-divided-content-slider .qodef-m-list {
    margin: 18px 0 -5px 0;
    list-style: none
}

    .qodef-divided-content-slider .qodef-m-list li {
        line-height: 2.33em
    }

        .qodef-divided-content-slider .qodef-m-list li:before {
            content: '\24';
            font-family: eleganticons;
            padding-right: 3px
        }

.qodef-divided-content-slider .swiper-pagination {
    bottom: auto !important;
    margin-top: 15px;
    position: relative
}

.qodef-divided-content-slider .swiper-button-prev {
    border-right: 1px solid #b1b1b1;
    padding-right: 26px
}

.qodef-divided-content-slider .swiper-button-next {
    padding-left: 25px
}

.qodef-divided-content-slider .swiper-button-next, .qodef-divided-content-slider .swiper-button-prev {
    height: 20px !important;
    left: auto !important;
    position: relative;
    right: auto !important;
    top: auto;
    transform: translateX(0) translateY(0)
}

    .qodef-divided-content-slider .swiper-button-next svg, .qodef-divided-content-slider .swiper-button-prev svg {
        stroke: none;
        width: 21px
    }

.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0
}

#qodef-fullscreen-area {
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-x: hidden !important;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99
}

    #qodef-fullscreen-area .qodef-content-grid {
        height: 100%
    }

        #qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
            width: 100%
        }

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    animation: qode-fade-in .25s linear both
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
    animation: qode-fade-out .25s linear both
}

#qodef-fullscreen-area-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.qodef-fullscreen-menu {
    margin: 0 auto;
    position: relative;
    text-align: left;
    top: 0
}

    .qodef-fullscreen-menu ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .qodef-fullscreen-menu ul li {
            margin: 0;
            padding: 0;
            position: relative;
            text-align: left
        }

            .qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
                display: none
            }

            .qodef-fullscreen-menu ul li.qodef--hide-link > a {
                cursor: default
            }

        .qodef-fullscreen-menu ul.sub-menu {
            display: none
        }

    .qodef-fullscreen-menu .qodef-menu-item-icon {
        margin-right: 5px
    }

    .qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
        display: none
    }

    .qodef-fullscreen-menu > ul {
        max-width: 50%;
        min-width: 200px;
        width: 18%
    }

        .qodef-fullscreen-menu > ul > li {
            padding: 22px 10px 22px 0
        }

            .qodef-fullscreen-menu > ul > li > a {
                font-family: Roboto,sans-serif;
                font-weight: 500;
                color: #000001;
                font-size: 38px;
                line-height: 1.05em;
                text-transform: initial
            }

                .qodef-fullscreen-menu > ul > li > a > span {
                    background-image: linear-gradient(currentColor,currentColor);
                    background-position: 0 100%;
                    background-repeat: no-repeat;
                    background-size: 0 1px;
                    transition: background-size .4s cubic-bezier(.22,.61,.36,1)
                }

                .qodef-fullscreen-menu > ul > li > a:hover > span {
                    background-size: 100% 1px
                }

            .qodef-fullscreen-menu > ul > li.current-menu-ancestor > a > span, .qodef-fullscreen-menu > ul > li.current-menu-item > a > span {
                background-size: 100% 1px
            }

    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
        left: 100%;
        min-width: 250px;
        padding-left: 10px;
        position: absolute;
        top: 28px;
        width: 100%
    }

        .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
            line-height: 35px;
            display: block;
            margin: 8px 0;
            overflow: hidden;
            position: relative;
            white-space: normal;
            font-family: Roboto,sans-serif;
            font-weight: 500;
            color: #000001;
            color: #464646;
            font-size: 13px;
            font-weight: 400;
            letter-spacing: .05em;
            line-height: 2.15em;
            text-transform: uppercase
        }

            .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
                flex-shrink: 0
            }

            .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a > span {
                background-image: linear-gradient(currentColor,currentColor);
                background-position: 0 100%;
                background-repeat: no-repeat;
                background-size: 0 1px;
                transition: background-size .4s cubic-bezier(.22,.61,.36,1)
            }

            .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover > span {
                background-size: 100% 1px
            }

        .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a > span, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a > span {
            background-size: 100% 1px
        }

.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon {
    display: inline-block;
    height: 40px;
    width: 40px
}

    .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--close {
        align-items: center;
        display: flex;
        justify-content: center;
        position: absolute;
        top: 0
    }

body:not(.qodef-fullscreen-menu-animate--in) .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--open {
    opacity: 1;
    transition: opacity .2s ease-out;
    transition-delay: .35s
}

    body:not(.qodef-fullscreen-menu-animate--in) .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--open svg {
        color: currentColor
    }

        body:not(.qodef-fullscreen-menu-animate--in) .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--open svg .qodef-arc-1, body:not(.qodef-fullscreen-menu-animate--in) .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--open svg .qodef-arc-2 {
            fill: none;
            stroke-width: 1px;
            stroke: currentColor;
            stroke-dasharray: 251;
            transform: rotate(90deg);
            transform-origin: center
        }

        body:not(.qodef-fullscreen-menu-animate--in) .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--open svg .qodef-arc-1 {
            opacity: .6;
            stroke-dashoffset: 251;
            transition: all .4s cubic-bezier(.65,.05,.36,1)
        }

        body:not(.qodef-fullscreen-menu-animate--in) .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--open svg .qodef-arc-2 {
            opacity: .3;
            stroke-dashoffset: 165
        }

        body:not(.qodef-fullscreen-menu-animate--in) .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--open svg .qodef-dot {
            fill: currentColor;
            stroke: currentColor
        }

    body:not(.qodef-fullscreen-menu-animate--in) .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--open:hover svg .qodef-arc-1 {
        stroke-dashoffset: 165
    }

body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--open {
    opacity: 0
}

body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close svg {
    fill: currentColor;
    stroke: currentColor
}

    body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close svg line {
        transition: .55s cubic-bezier(.4,.05,.36,1)
    }

        body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close svg line:nth-of-type(1), body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close svg line:nth-of-type(3) {
            -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0)
        }

        body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close svg line:nth-of-type(2), body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close svg line:nth-of-type(4) {
            -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0)
        }

body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(1), body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(3) {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transition-duration: .45s
}

body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(3) {
    transition-delay: .3s
}

body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(2), body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(4) {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(2) {
    transition-delay: .2s
}

body.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close:hover line:nth-of-type(4) {
    transition-delay: .5s
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: #000001
}

    .qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon {
        visibility: hidden
    }

        .qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
            font-size: 20px;
            visibility: visible
        }

.qodef-fullscreen-menu--opened #qodef-page-header, .qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener, .qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer, .qodef-fullscreen-menu--opened .qodef-header-logo-link, .qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
    visibility: visible
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark, .qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0 !important
}

.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1 !important
}

#qodef-page-header .qodef-widget-holder {
    align-items: center;
    display: flex;
    height: 100%;
    margin-left: 32px
}

    #qodef-page-header .qodef-widget-holder .widget {
        margin: 0 16px
    }

        #qodef-page-header .qodef-widget-holder .widget:first-child {
            margin-left: 0
        }

        #qodef-page-header .qodef-widget-holder .widget:last-child {
            margin-right: 0
        }

#qodef-page-header div[id^=monster-widget-placeholder], #qodef-page-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-header-border {
    background-clip: content-box;
    height: 1px;
    padding: 0 40px
}

    #qodef-page-header-border.qodef-content-grid, #qodef-page-header-inner.qodef-content-grid {
        padding: 0
    }

#qodef-top-area-inner.qodef-skin--light .widget {
    color: #fff
}

    #qodef-top-area-inner.qodef-skin--light .widget a {
        color: #fff
    }

#qodef-top-area-inner.qodef-skin--dark .widget {
    color: #000001
}

    #qodef-top-area-inner.qodef-skin--dark .widget a {
        color: #000001
    }

#qodef-page-header-inner.qodef-skin--light nav > ul > li > a, .qodef-custom-header-layout.qodef-skin--light nav > ul > li > a {
    color: #fff !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened), .qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), .qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: #fff !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened), .qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) {
    color: #fff !important
}

    #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-fullscreen-menu-opener-icon, .qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-fullscreen-menu-opener-icon {
        color: #fff !important
    }

    #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-search-opener-icon, .qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-search-opener-icon {
        fill: #fff !important;
        stroke: none !important
    }

    #qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-woo-login-opener, .qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-woo-login-opener {
        fill: #fff !important
    }

#qodef-page-header-inner.qodef-skin--light .qodef-woo-dropdown-cart-opener, .qodef-custom-header-layout.qodef-skin--light .qodef-woo-dropdown-cart-opener {
    fill: #fff !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-m-opener-text, .qodef-custom-header-layout.qodef-skin--light .qodef-m-opener-text {
    color: #fff !important
}

#qodef-page-header-inner.qodef-skin--light .qodef-m-opener-count, .qodef-custom-header-layout.qodef-skin--light .qodef-m-opener-count {
    color: #fff !important
}

#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a, .qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
    color: #000001 !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened), .qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened), .qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
    color: #000001 !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened), .qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) {
    color: #000001 !important
}

    #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-fullscreen-menu-opener-icon, .qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-fullscreen-menu-opener-icon {
        fill: #000001 !important;
        stroke: none !important
    }

    #qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-search-opener-icon, .qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-search-opener-icon {
        fill: #000001 !important;
        stroke: none !important
    }

#qodef-page-header-inner.qodef-skin--dark .qodef-woo-dropdown-cart-opener, .qodef-custom-header-layout.qodef-skin--dark .qodef-woo-dropdown-cart-opener {
    fill: #000001 !important
}

#qodef-page-header-inner.qodef-skin--dark .qodef-m-opener-text, .qodef-custom-header-layout.qodef-skin--dark .qodef-m-opener-text {
    color: #000001 !important
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark, #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark, #qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light, #qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
    opacity: 0
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
    opacity: 1
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper, .qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper {
    justify-content: flex-end;
    padding-right: 36px
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
    padding-left: 36px
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
    align-self: center;
    justify-content: center
}

.qodef-header--divided #qodef-page-header .qodef-header-navigation {
    margin: 0 24px
}

.qodef-header--divided #qodef-page-header .qodef-widget-holder {
    margin-left: 0
}

.qodef-header--divided #qodef-page-header-inner {
    align-items: stretch;
    justify-content: center
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-right: 30px
}

.qodef-header--split-left-to-right #qodef-page-header-inner, .qodef-header--split-left-to-right .qodef-header-sticky-inner {
    align-items: stretch;
    justify-content: center
}

    .qodef-header--split-left-to-right #qodef-page-header-inner .qodef-header-navigation, .qodef-header--split-left-to-right .qodef-header-sticky-inner .qodef-header-navigation {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: flex-start;
        width: 100%
    }

    .qodef-header--split-left-to-right #qodef-page-header-inner .qodef-widget-holder, .qodef-header--split-left-to-right .qodef-header-sticky-inner .qodef-widget-holder {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: flex-end;
        width: 100%
    }

    .qodef-header--split-left-to-right #qodef-page-header-inner .qodef-header-logo-link, .qodef-header--split-left-to-right .qodef-header-sticky-inner .qodef-header-logo-link {
        align-self: center;
        justify-content: center
    }

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: auto
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 54px
}

.qodef-header--fixed-display #qodef-page-header, .qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef-header--fixed-display.admin-bar #qodef-page-header, .qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px
}

.qodef-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform .5s ease,top .5s ease;
    z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px
}

.qodef-header-sticky-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px
}

    .qodef-header-sticky-inner.qodef-content-grid {
        padding: 0
    }

.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start
}

    .qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
        margin-left: 54px
    }

    .qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
        margin-left: auto !important
    }

#qodef-top-area {
    background-color: #e7e1d8;
    position: relative;
    z-index: 101
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: space-between;
    padding: 0 40px;
    position: relative
}

    #qodef-top-area-inner.qodef-content-grid {
        padding: 0 !important
    }

#qodef-top-area .qodef-widget-holder {
    align-items: center;
    display: flex;
    height: 100%
}

    #qodef-top-area .qodef-widget-holder.qodef-top-area-left {
        margin-right: auto
    }

    #qodef-top-area .qodef-widget-holder.qodef-top-area-right {
        margin-left: auto
    }

    #qodef-top-area .qodef-widget-holder .widget {
        margin: 0 12px
    }

        #qodef-top-area .qodef-widget-holder .widget:first-child {
            margin-left: 0
        }

        #qodef-top-area .qodef-widget-holder .widget:last-child {
            margin-right: 0
        }

#qodef-top-area .widget {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

    #qodef-top-area .widget .textwidget > *, #qodef-top-area .widget .widget p {
        margin: 0
    }

#qodef-top-area div[id^=monster-widget-placeholder], #qodef-top-area div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-multiple-map-holder .gm-svpc > div {
    width: 30px
}

#qodef-multiple-map-notice {
    align-items: center;
    background-color: #e7e1d8;
    color: #000001;
    display: flex;
    height: 100%;
    padding: 30px 15%;
    position: relative;
    text-align: center
}

.qodef-map-marker-holder {
    transform: translate(-50%,-100%);
    z-index: 10
}

    .qodef-map-marker-holder.qodef-active {
        z-index: 500
    }

    .qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
        display: block
    }

    .qodef-map-marker-holder .qodef-map-marker {
        height: auto !important;
        position: relative;
        transition: all .15s ease-out;
        width: 25px !important
    }

        .qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
            height: 100%;
            position: relative;
            width: 100%
        }

        .qodef-map-marker-holder .qodef-map-marker svg {
            height: auto;
            width: 100%
        }

    .qodef-map-marker-holder .qodef-info-window {
        background-color: #fff;
        border: 1px solid #434343;
        box-shadow: 3px 3px 16px 2px rgba(0,0,1,.04);
        display: none;
        left: -17px;
        min-width: 284px;
        position: absolute;
        top: -10px;
        transform: translate(0,-100%);
        transition: opacity .3s ease;
        z-index: 10
    }

    .qodef-map-marker-holder .qodef-info-window-inner {
        align-items: center;
        display: flex;
        padding: 15px;
        position: relative
    }

        .qodef-map-marker-holder .qodef-info-window-inner:after {
            background-color: #fff;
            border-left: 1px solid #434343;
            border-top: 1px solid #434343;
            bottom: -4px;
            content: '';
            height: 5px;
            left: 35px;
            position: absolute;
            transform: rotate(-135deg);
            width: 5px
        }

    .qodef-map-marker-holder .qodef-info-window-title {
        margin: 0;
        transition: color .2s ease-out
    }

    .qodef-map-marker-holder .qodef-info-window-location {
        font-family: Roboto,sans-serif;
        font-size: 15px;
        line-height: 1.66em;
        font-weight: 300;
        color: #414042;
        margin: 3px 0 0
    }

.qodef-cluster-marker {
    height: auto !important;
    width: 25px !important
}

.qodef-cluster-marker-inner {
    position: relative
}

.qodef-cluster-marker-number {
    display: none
}

.qodef-cluster-marker svg {
    height: auto;
    width: 100%
}

.qodef-places-geo-radius {
    background-color: #fff;
    border: 1px solid #434343;
    display: none;
    height: 48px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
    z-index: 9999
}

    .qodef-places-geo-radius .qodef-range-slider-label {
        align-items: center;
        display: inline-flex;
        height: 100%
    }

    .qodef-places-geo-radius .noUi-target {
        background-color: #eaeaea;
        border: 0;
        direction: ltr;
        display: inline-flex;
        height: 3px;
        margin-left: 10px;
        position: relative;
        -webkit-tap-highlight-color: transparent;
        touch-action: none;
        -webkit-touch-callout: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        width: calc(100% - 70px)
    }

        .qodef-places-geo-radius .noUi-target * {
            -webkit-tap-highlight-color: transparent;
            touch-action: none;
            -webkit-touch-callout: none;
            -ms-user-select: none;
            -webkit-user-select: none;
            user-select: none
        }

        .qodef-places-geo-radius .noUi-target .noUi-base {
            height: 100%;
            position: relative;
            width: 100%;
            z-index: 1
        }

        .qodef-places-geo-radius .noUi-target .noUi-connects {
            height: 100%;
            overflow: hidden;
            position: relative;
            width: 100%;
            z-index: 0
        }

        .qodef-places-geo-radius .noUi-target .noUi-connect, .qodef-places-geo-radius .noUi-target .noUi-origin {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transform-origin: 0 0;
            width: 100%;
            will-change: transform;
            z-index: 1
        }

        .qodef-places-geo-radius .noUi-target .noUi-connect {
            background-color: #000001
        }

        .qodef-places-geo-radius .noUi-target .noUi-handle {
            background-color: #000001;
            cursor: pointer;
            height: 9px;
            left: auto;
            position: absolute;
            right: -9px;
            top: -3px;
            width: 9px
        }

        .qodef-places-geo-radius .noUi-target .noUi-tooltip {
            bottom: 7px;
            display: block;
            font-size: 12px;
            left: 50%;
            position: absolute;
            transform: translateX(-50%);
            white-space: nowrap
        }

            .qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
                content: ' km'
            }

    .qodef-places-geo-radius .noUi-state-drag * {
        cursor: inherit !important
    }

    .qodef-places-geo-radius .noUi-draggable {
        cursor: ew-resize
    }

    .qodef-places-geo-radius [disabled] .noUi-handle, .qodef-places-geo-radius [disabled].noUi-handle, .qodef-places-geo-radius [disabled].noUi-target {
        cursor: not-allowed !important
    }

#qodef-page-mobile-header {
    background-color: #fff
}

    #qodef-page-mobile-header .qodef-widget-holder {
        align-items: center;
        display: flex;
        height: 100%
    }

        #qodef-page-mobile-header .qodef-widget-holder .widget {
            margin: 0 0 0 12px
        }

    #qodef-page-mobile-header .widget {
        display: inline-block;
        line-height: 1;
        vertical-align: middle
    }

        #qodef-page-mobile-header .widget .textwidget > *, #qodef-page-mobile-header .widget .widget p {
            margin: 0
        }

    #qodef-page-mobile-header div[id^=monster-widget-placeholder], #qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
        display: none
    }

    #qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
        color: #000001
    }

        #qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
            visibility: hidden
        }

            #qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
                left: auto;
                right: -4px;
                top: 50%;
                transform: translateY(-50%);
                visibility: visible
            }

.qodef-mobile-header--sticky #qodef-page-mobile-header {
    left: 0;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    width: 100%
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform .3s ease,top .3s ease
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0)
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px
}

#qodef-page-mobile-header-inner.qodef-content-grid {
    padding: 0
}

.qodef--passepartout #qodef-page-mobile-header-inner {
    padding: 0
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
    width: 100%
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
    max-height: 100%;
    width: auto;
    margin-right: auto
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 1
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 0
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-mobile-header-navigation ul li.qodef--hide-link > a {
    /*cursor: default*/
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

    .qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
        margin-right: auto
    }

    .qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
        margin-left: 20px
    }

.qodef-fullscreen-menu--opened {
    overflow-y: hidden
}

    .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
        opacity: 1
    }

    .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
        opacity: 0
    }

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

    .qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
        margin-right: auto
    }

.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    line-height: inherit;
    margin-right: 5px
}

    .qodef-header-navigation .qodef-menu-item-icon:before {
        display: block;
        line-height: inherit
    }

.qodef-header-navigation ul li .qodef-drop-down-second {
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: auto;
    z-index: 10
}

    .qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
        opacity: 1;
        overflow: visible;
        transition: opacity .2s ease-out;
        visibility: visible;
        z-index: 20
    }

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: 0
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul {
        opacity: 1;
        position: relative;
        top: auto;
        visibility: visible
    }

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef--hide-link > a {
    pointer-events: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block;
    margin-top: 22px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: #fff;
    border: 1px solid #c2c2c2
}

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
    padding: 0 40px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 47px 0 49px
}

    .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
        padding: 0 15px;
        width: 100%
    }

        .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
            font-family: Roboto,sans-serif;
            font-weight: 500;
            color: #000001;
            color: #464646;
            font-size: 13px;
            font-weight: 400;
            letter-spacing: .05em;
            line-height: 2.15em;
            text-transform: uppercase
        }

            .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a > span {
                background-image: linear-gradient(currentColor,currentColor);
                background-position: 0 100%;
                background-repeat: no-repeat;
                background-size: 0 1px;
                transition: background-size .4s cubic-bezier(.22,.61,.36,1)
            }

            .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a:hover > span {
                background-size: 100% 1px
            }

        .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li .qodef-menu-item-arrow {
            display: none
        }

        .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul {
            padding-top: 4px
        }

            .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
                display: block;
                margin: 0px 0;
                overflow: hidden;
                position: relative;
                white-space: normal;
                font-family: Roboto,sans-serif;
                font-size: 12px;
                line-height: 26px;
                font-weight: 500;
                color: #000001
            }

                .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-icon {
                    flex-shrink: 0
                }

                .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a > span {
                    background-image: linear-gradient(currentColor,currentColor);
                    background-position: 0 100%;
                    background-repeat: no-repeat;
                    background-size: 0 1px;
                    transition: background-size .4s cubic-bezier(.22,.61,.36,1)
                }

            .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a > span, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a > span {
                background-size: 100% 1px
            }

        .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-ancestor > a > span, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.current-menu-item > a > span {
            background-size: 100% 1px
        }

        .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item) > a:hover > span {
            background-size: 100% 1px
        }

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 40px
}

.qodef-opener-icon {
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle
}

    .qodef-opener-icon .qodef-m-icon {
        position: relative;
        visibility: visible
    }

        .qodef-opener-icon .qodef-m-icon.qodef--close {
            left: 0;
            position: absolute;
            top: 0;
            visibility: hidden
        }

    .qodef-opener-icon.qodef-source--icon-pack {
        font-size: 35px
    }

        .qodef-opener-icon.qodef-source--icon-pack * {
            display: inline-block;
            line-height: inherit
        }

        .qodef-opener-icon.qodef-source--icon-pack :before {
            display: inline-block;
            line-height: inherit
        }

    .qodef-opener-icon.qodef-source--svg-path span {
        position: relative
    }

        .qodef-opener-icon.qodef-source--svg-path span > * {
            vertical-align: middle
        }

        .qodef-opener-icon.qodef-source--svg-path span path, .qodef-opener-icon.qodef-source--svg-path span > * {
            fill: currentColor;
            stroke: currentColor
        }

#qodef-page-background-text-holder {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1
}

    #qodef-page-background-text-holder #qodef-page-background-text {
        font-size: 70px;
        font-family: Roboto,sans-serif;
        color: #000001;
        font-weight: 500;
        line-height: 1.75em;
        transition: opacity .2s ease-out
    }

@media only screen and (max-width:1600px) {
    #qodef-page-background-text-holder #qodef-page-background-text {
        font-size: 55px
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-background-text-holder #qodef-page-background-text {
        font-size: 45px
    }
}

@media only screen and (max-width:768px) {
    #qodef-page-background-text-holder #qodef-page-background-text {
        font-size: 32px
    }
}

@media only screen and (max-width:680px) {
    #qodef-page-background-text-holder #qodef-page-background-text {
        font-size: 15px
    }
}

.qodef--on#qodef-page-background-text-holder #qodef-page-background-text {
    opacity: 1
}

.qodef--off#qodef-page-background-text-holder #qodef-page-background-text {
    opacity: 0
}

.qodef-parallax {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .qodef-parallax.elementor-section {
        overflow: visible
    }

.qodef-parallax-row-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.qodef-parallax-img-holder {
    position: absolute;
    top: -50%;
    height: 150%;
    left: 0;
    width: 100%;
    opacity: 0
}

.qodef-browser--edge .qodef-parallax-img-holder, .qodef-browser--ms-explorer .qodef-parallax-img-holder, .touchevents .qodef-parallax-img-holder {
    top: 0;
    height: 100%;
    opacity: 1
}

.qodef-parallax-content-holder {
    position: relative;
    z-index: 99
}

.qodef-parallax-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: transform
}

.qodef-parallax-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.touchevents .qodef-parallax-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-browser--edge .qodef-parallax-img, .qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%
}

.wpcf7-response-output {
    border-color: #434343 !important;
    border-width: 1px !important;
    margin: 17px 0 0 0 !important
}

.wpcf7 .ajax-loader {
    animation: qode-rotate 2s linear infinite;
    background-image: none !important;
    border: 2px solid #e6e6e6 !important;
    border-radius: 50%;
    border-top: 2px solid #000001 !important;
    height: 23px !important;
    margin: 0 0 0 12px !important;
    position: absolute;
    right: -10px;
    width: 23px !important
}

.qodef-contact-form-7 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7--single-line .wpcf7-form-control-wrap {
    display: block;
    height: 100%
}

.qodef-contact-form-7--single-line .qodef-button {
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE1Ljc5N3B4 IiBoZWlnaHQ9IjEzLjM3NXB4IiB2aWV3Qm94PSIwIDAgMTUuNzk3IDEzLjM3NSIgZW5hYmxlLWJh Y2tncm91bmQ9Im5ldyAwIDAgMTUuNzk3IDEzLjM3NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8 cGF0aCBkPSJNMC42MzYsNi4zOThoMTMuMzcxTDguNDg4LDAuODhsMC43LTAuNzAxbDYuMzYzLDYu MzY0YzAuMDIzLDAuMDIzLDAuMDI3LDAuMDU3LDAuMDQ1LDAuMDg0CgljMC4wMiwwLjAyNywwLjA1 MSwwLjA0NSwwLjA2MywwLjA3NmMwLjAwNywwLjAxNywwLDAuMDM0LDAuMDA1LDAuMDUxYzAuMDE0 LDAuMDQ2LDAuMDE0LDAuMDg5LDAuMDE0LDAuMTM3CgljMCwwLjA1MSwwLDAuMDk2LTAuMDE1LDAu MTQ1Yy0wLjAwNSwwLjAxNiwwLjAwMSwwLjAzMS0wLjAwNSwwLjA0N2MtMC4wMTIsMC4wMzEtMC4w NDEsMC4wNDctMC4wNTksMC4wNzIKCWMtMC4wMTksMC4wMjktMC4wMjMsMC4wNjQtMC4wNDcsMC4w OWwtNi4wMTUsNi4wMTNsLTAuNy0wLjcwMWw1LjE2OC01LjE2N0gwLjYzNkgwLjE0VjYuMzk4SDAu NjM2eiIvPgo8L3N2Zz4=");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px 14px;
    border: none;
    font-size: 0;
    height: 39px;
    line-height: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    width: 17px;
    will-change: transform
}

    .qodef-contact-form-7--single-line .qodef-button:hover {
        background-color: transparent;
        transform: translateX(5px)
    }

.qodef-contact-form-7--single-line .ajax-loader {
    display: none !important
}

.qodef-contact-form-7--two-columns .qodef-button {
    margin-top: 23px
}

.wpcf7-form.invalid .qodef-contact-form-7--two-columns .qodef-button {
    margin-top: 18px
}

.qodef-contact-form-7--two-columns ~ .wpcf7-response-output {
    margin-top: 26px !important
}

#qodef-page-sidebar .widget_umea_core_contact_form_7 {
    border: 1px solid #000001;
    padding: 23px 22px 21px 22px
}

    #qodef-page-sidebar .widget_umea_core_contact_form_7 .qodef-widget-title {
        margin: 0 0 1px 0;
        padding: 0
    }

        #qodef-page-sidebar .widget_umea_core_contact_form_7 .qodef-widget-title:after {
            display: none
        }

.qodef-instagram-list #sb_instagram {
    padding: 0 !important
}

    .qodef-instagram-list #sb_instagram #sbi_images {
        padding: 0 !important
    }

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 10px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 20px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 30px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 40px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 50px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--mega #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 58px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 80px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--enormous #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 94px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--mammoth #sb_instagram #sbi_images > .sbi_item {
    padding: 0 !important;
    margin: 0 124px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    visibility: hidden;
    z-index: 1
}

    .qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a, .qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img {
        width: 100%
    }

    .qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized {
        visibility: visible
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
        padding: 0 !important;
        margin: 0 !important
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -5px
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
        padding: 0 5px !important;
        margin: 0 0 10px !important
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -10px
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
        padding: 0 10px !important;
        margin: 0 0 20px !important
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -15px
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
        padding: 0 15px !important;
        margin: 0 0 30px !important
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -20px
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
        padding: 0 20px !important;
        margin: 0 0 40px !important
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -25px
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
        padding: 0 25px !important;
        margin: 0 0 50px !important
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--mega.qodef--no-bottom-space {
    margin-bottom: -58px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--mega #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -29px
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--mega #sb_instagram #sbi_images > .sbi_item {
        padding: 0 29px !important;
        margin: 0 0 58px !important
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -40px
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
        padding: 0 40px !important;
        margin: 0 0 80px !important
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous.qodef--no-bottom-space {
    margin-bottom: -94px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -47px
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--enormous #sb_instagram #sbi_images > .sbi_item {
        padding: 0 47px !important;
        margin: 0 0 94px !important
    }

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--mammoth.qodef--no-bottom-space {
    margin-bottom: -124px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--mammoth #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -62px
}

    .qodef-instagram-list.qodef-layout--columns.qodef-gutter--mammoth #sb_instagram #sbi_images > .sbi_item {
        padding: 0 62px !important;
        margin: 0 0 124px !important
    }

#sb_instagram .sbi_photo_wrap a {
    background-image: none !important;
    height: auto !important;
    opacity: 1 !important;
    padding-bottom: 0 !important
}

    #sb_instagram .sbi_photo_wrap a svg {
        opacity: 0 !important
    }

    #sb_instagram .sbi_photo_wrap a:before {
        background-color: #f3f3f3;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity .2s ease-out;
        width: 100%
    }

    #sb_instagram .sbi_photo_wrap a:after {
        color: #000001;
        content: '\e09a';
        font-family: ElegantIcons;
        font-size: 20px;
        height: 20px;
        left: 50%;
        line-height: 20px;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%,calc(-50% + 5px));
        transition: .3s ease;
        transition-delay: .11s;
        width: 20px;
        will-change: transform
    }

    #sb_instagram .sbi_photo_wrap a:hover:before {
        opacity: .65
    }

    #sb_instagram .sbi_photo_wrap a:hover:after {
        opacity: 1;
        transform: translate(-50%,-50%)
    }

    #sb_instagram .sbi_photo_wrap a img {
        display: inline-block !important
    }

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        float: left;
        border: 0
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
        margin-left: 0;
        display: block;
        margin-bottom: 8px
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
        line-height: 1 !important;
        display: flex;
        align-items: center;
        flex-flow: row wrap
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
        width: 37px;
        height: 37px;
        margin: 0 7px 0 0;
        float: none;
        border-radius: 0
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        font-size: 18px;
        line-height: 1.5555em;
        text-transform: initial;
        font-weight: 600 !important;
        margin: 0 4px 0 0
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
        display: none
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-context, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
        font-family: Roboto,sans-serif;
        font-size: 15px;
        line-height: 1.66em;
        font-weight: 300;
        color: #414042;
        margin-right: 4px;
        margin-left: 0
    }

        .qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child, .qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
            margin-right: 0
        }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
        margin-top: 4px
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
        display: none
    }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
        display: flex;
        align-items: baseline;
        margin-left: 0;
        padding: 0;
        margin-top: -5px
    }

        .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
            content: '\e094';
            font-family: ElegantIcons;
            padding-right: 10px;
            font-size: 18px;
            position: relative;
            top: 5px
        }

    .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
        display: flex;
        align-items: baseline;
        margin-left: 0;
        margin-top: -3px
    }

        .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
            content: '\e094';
            font-family: ElegantIcons;
            padding-right: 10px;
            font-size: 18px;
            visibility: hidden
        }

        .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
            padding: 0;
            font-size: 14px;
            margin-right: 8px
        }

            .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
                margin-right: 0
            }

            .qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
                margin-left: 0
            }

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
    content: "";
    display: table;
    table-layout: fixed
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
    clear: both
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets > .ctf-item {
    width: 100%
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets > .ctf-item {
    width: 50%
}

@media only screen and (min-width:681px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%
}

@media only screen and (min-width:769px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets > .ctf-item {
    width: 25%
}

@media only screen and (min-width:1025px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets > .ctf-item {
    width: 20%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets > .ctf-item {
    width: 12.5%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
    margin: 0
}

    .qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets > .ctf-item {
        padding: 0;
        margin: 0
    }

.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
    margin: 0 -5px
}

    .qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets > .ctf-item {
        padding: 0 5px;
        margin: 0 0 10px
    }

.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
    margin: 0 -10px
}

    .qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets > .ctf-item {
        padding: 0 10px;
        margin: 0 0 20px
    }

.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
    margin: 0 -15px
}

    .qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets > .ctf-item {
        padding: 0 15px;
        margin: 0 0 30px
    }

.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
    margin: 0 -20px
}

    .qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets > .ctf-item {
        padding: 0 20px;
        margin: 0 0 40px
    }

.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
    margin: 0 -25px
}

    .qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets > .ctf-item {
        padding: 0 25px;
        margin: 0 0 50px
    }

.qodef-twitter-list.qodef-gutter--mega.qodef--no-bottom-space {
    margin-bottom: -58px
}

.qodef-twitter-list.qodef-gutter--mega #ctf .ctf-tweets {
    margin: 0 -29px
}

    .qodef-twitter-list.qodef-gutter--mega #ctf .ctf-tweets > .ctf-item {
        padding: 0 29px;
        margin: 0 0 58px
    }

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -40px
}

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
        padding: 0 40px;
        margin: 0 0 80px
    }

.qodef-twitter-list.qodef-gutter--enormous.qodef--no-bottom-space {
    margin-bottom: -94px
}

.qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets {
    margin: 0 -47px
}

    .qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets > .ctf-item {
        padding: 0 47px;
        margin: 0 0 94px
    }

.qodef-twitter-list.qodef-gutter--mammoth.qodef--no-bottom-space {
    margin-bottom: -124px
}

.qodef-twitter-list.qodef-gutter--mammoth #ctf .ctf-tweets {
    margin: 0 -62px
}

    .qodef-twitter-list.qodef-gutter--mammoth #ctf .ctf-tweets > .ctf-item {
        padding: 0 62px;
        margin: 0 0 124px
    }

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

    #qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
        color: #fff
    }

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}

    #qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
        color: #fff
    }

.qodef-woo-product-list .button.yith-wcqv-button {
    margin: 0;
    background-color: transparent !important;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #434343 !important;
    display: block !important;
    height: 29px !important;
    margin: 0 6px 0 6px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 29px !important;
    z-index: 100;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE0LjkwNnB4 IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxNC45MDYgMTUiIGVuYWJsZS1iYWNrZ3JvdW5k PSJuZXcgMCAwIDE0LjkwNiAxNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8Zz4KCQk8cGF0aCBk PSJNMTQuODA1LDYuMDg4YzAsMS42MzktMC41ODIsMy4wNC0xLjc0NCw0LjIwMmMtMS4xNjIsMS4x NjMtMi41NjMsMS43NDQtNC4yMDMsMS43NDRjLTEuMzkxLDAtMi42MzktMC40MzgtMy43NDUtMS4z MTQKCQlsLTMuOTE3LDMuOTE2Yy0wLjExNCwwLjEzNC0wLjI2MiwwLjItMC40NDMsMC4yYy0wLjE4 MiwwLTAuMzM0LTAuMDYyLTAuNDU4LTAuMTg2Yy0wLjEyNC0wLjEyNC0wLjE4Ni0wLjI3Ni0wLjE4 Ni0wLjQ1NwoJCWMwLTAuMTgyLDAuMDY3LTAuMzI5LDAuMi0wLjQ0M2wzLjkxNy0zLjkxN0MzLjM1 LDguNzI5LDIuOTEyLDcuNDc5LDIuOTEyLDYuMDg4YzAtMS42MzksMC41ODEtMy4wNCwxLjc0NC00 LjIwMwoJCWMxLjE2My0xLjE2MiwyLjU2My0xLjc0NCw0LjIwMi0xLjc0NGMxLjY0MSwwLDMuMDQx LDAuNTgyLDQuMjAzLDEuNzQ0QzE0LjIyMywzLjA0OCwxNC44MDUsNC40NDksMTQuODA1LDYuMDg4 eiBNMTMuODkxLDYuMDg4CgkJYzAtMS4zOTEtMC40OTItMi41NzgtMS40NzMtMy41NmMtMC45ODIt MC45ODEtMi4xNjgtMS40NzMtMy41NjEtMS40NzNjLTEuMzkxLDAtMi41NzcsMC40OTEtMy41NTks MS40NzMKCQlDNC4zMTcsMy41MSwzLjgyNiw0LjY5NywzLjgyNiw2LjA4OGMwLDEuMzkyLDAuNDkx LDIuNTc4LDEuNDczLDMuNTZjMC45ODEsMC45ODEsMi4xNjgsMS40NzIsMy41NTksMS40NzIKCQlj MS4zOTMsMCwyLjU3OC0wLjQ5LDMuNTYxLTEuNDcyQzEzLjM5OCw4LjY2NiwxMy44OTEsNy40Nzks MTMuODkxLDYuMDg4eiIvPgoJPC9nPgo8L3N2Zz4=")
}

body #yith-quick-view-modal {
    z-index: 10001
}

    body #yith-quick-view-modal .yith-quick-view-overlay {
        background-color: rgba(255,255,255,.75)
    }

    body #yith-quick-view-modal .yith-wcqv-wrapper {
        max-width: 90% !important;
        width: 955px !important
    }

@media only screen and (min-width:1025px) {
    body #yith-quick-view-modal .yith-wcqv-wrapper {
        height: auto !important
    }
}

body #yith-quick-view-modal .yith-wcqv-main {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    box-shadow: none;
    overflow-y: auto !important
}

body #yith-quick-view-modal .yith-wcqv-close {
    border: none;
    color: #000001;
    font-size: 0;
    height: 30px;
    opacity: 1;
    right: 30px;
    top: 23px;
    width: 30px
}

    body #yith-quick-view-modal .yith-wcqv-close:after {
        content: '\4d';
        display: block;
        font-family: eleganticons;
        font-size: 30px;
        height: 100%;
        left: 0;
        line-height: 30px;
        position: absolute;
        top: 0;
        width: 100%
    }

    body #yith-quick-view-modal .yith-wcqv-close:hover {
        color: #7d7d7d
    }

body #yith-quick-view-content .product {
    display: flex
}

    body #yith-quick-view-content .product .woocommerce-product-gallery {
        float: none;
        height: 100%;
        width: 480px
    }

    body #yith-quick-view-content .product .woocommerce-product-gallery__image, body #yith-quick-view-content .product .woocommerce-product-gallery__wrapper {
        height: 100%
    }

        body #yith-quick-view-content .product .woocommerce-product-gallery__image a, body #yith-quick-view-content .product .woocommerce-product-gallery__image img {
            height: 100%
        }

        body #yith-quick-view-content .product .woocommerce-product-gallery__image img {
            -o-object-fit: cover;
            object-fit: cover
        }

    body #yith-quick-view-content .product .summary {
        float: none;
        padding: 70px 43px 70px 43px;
        width: calc(100% - 480px)
    }

        body #yith-quick-view-content .product .summary .entry-title {
            font-family: Roboto,sans-serif;
            font-weight: 500;
            color: #000001;
            font-size: 35px;
            line-height: 1.14em;
            text-transform: initial;
            margin: 0
        }

        body #yith-quick-view-content .product .summary .price {
            font-family: Roboto,sans-serif;
            font-weight: 500;
            color: #000001;
            font-size: 29px;
            line-height: 1.24em;
            text-transform: initial;
            margin: 9px 0 0 0
        }

.qodef-woo-product-list .yith-wcwl-add-to-wishlist {
    margin-top: 0
}

    .qodef-woo-product-list .yith-wcwl-add-to-wishlist a {
        background-color: transparent !important;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #434343 !important;
        display: block !important;
        height: 29px !important;
        margin: 0 6px 0 6px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: relative;
        font-size: 0 !important;
        line-height: 0 !important;
        width: 29px !important;
        z-index: 100;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2LjEyNXB4 IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNi4xMjUgMTQiIGVuYWJsZS1iYWNrZ3JvdW5k PSJuZXcgMCAwIDE2LjEyNSAxNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8Zz4KCQk8cGF0aCBk PSJNMTYuMDI1LDQuNzh2MC4wMzF2MC4wMzFjMCwwLjAyMS0wLjAwNSwwLjA1Mi0wLjAxNiwwLjA5 NEMxNiw0Ljk3OCwxNS45OTQsNS4wMDksMTUuOTk0LDUuMDI5CgkJYy0wLjAyMSwwLjg1Mi0wLjE5 MSwxLjY2Ny0wLjUxNCwyLjQ0NWMtMC4zMjEsMC43NzktMC43MDYsMS40NTQtMS4xNTIsMi4wMjVz LTAuOTc2LDEuMTA1LTEuNTg5LDEuNjA0CgkJYy0wLjYxMiwwLjQ5OC0xLjE2OCwwLjkwMy0xLjY2 NiwxLjIxNXMtMS4wMTgsMC41OTYtMS41NTgsMC44NTZjLTAuNTQsMC4yNi0wLjkwMywwLjQyMS0x LjA5LDAuNDgzCgkJYy0wLjE4NywwLjA2Mi0wLjMzMywwLjExMy0wLjQzNiwwLjE1NWMtMC4xMDQt MC4wNDItMC4yNS0wLjA5OS0wLjQzNi0wLjE3MWMtMC4xODctMC4wNzQtMC41NDUtMC4yMzQtMS4w NzUtMC40ODMKCQljLTAuNTMtMC4yNDktMS4wMzgtMC41MjktMS41MjYtMC44NDFjLTAuNDg4LTAu MzEyLTEuMDMzLTAuNzIxLTEuNjM1LTEuMjNjLTAuNjAzLTAuNTA5LTEuMTI2LTEuMDQzLTEuNTcz LTEuNjA0CgkJYy0wLjQ0Ny0wLjU2Mi0wLjgyNi0xLjIzLTEuMTM3LTIuMDA5QzAuMjk2LDYuNjk1 LDAuMTI5LDUuODgxLDAuMTA5LDUuMDI5YzAtMC4wMi0wLjAwNS0wLjA1MS0wLjAxNi0wLjA5MwoJ CUMwLjA4Myw0Ljg5NCwwLjA3OCw0Ljg2MywwLjA3OCw0Ljg0MlY0LjgxMWMwLTAuMDIxLDAtMC4w NDIsMC0wLjA2M2MwLjAyLTEuMjI1LDAuNDcyLTIuMywxLjM1NS0zLjIyNAoJCWMwLjg4Mi0wLjky NCwxLjkyNi0xLjM4NiwzLjEzLTEuMzg2YzEuNDEyLDAsMi41NzUsMC42MTMsMy40ODgsMS44Mzhj MC45MTQtMS4yMjUsMi4wNzctMS44MzgsMy40ODgtMS44MzgKCQljMS4yMDUsMCwyLjI0OCwwLjQ2 MiwzLjEzMSwxLjM4NnMxLjMzNCwxLjk5OSwxLjM1NCwzLjIyNFY0Ljc4eiBNMTUuMDI5LDQuODQy YzAtMC4wMiwwLTAuMDQyLDAtMC4wNjIKCQljLTAuMDIxLTAuOTk3LTAuMzc0LTEuODU0LTEuMDYt Mi41N2MtMC42ODUtMC43MTYtMS40OTUtMS4wNzUtMi40My0xLjA3NWMtMS4wNzksMC0xLjk3Myww LjQ3OC0yLjY3OSwxLjQzMwoJCWMtMC4yMDcsMC4yNy0wLjQ3NywwLjQwNS0wLjgxLDAuNDA1Yy0w LjMzMiwwLTAuNjAyLTAuMTM1LTAuODEtMC40MDVDNi41MzYsMS42MTMsNS42NDMsMS4xMzUsNC41 NjMsMS4xMzUKCQljLTAuOTM1LDAtMS43NDQsMC4zNTgtMi40MywxLjA3NUMxLjQ0OSwyLjkyNiwx LjA5NSwzLjc4MywxLjA3NSw0Ljc4YzAsMC4wMjEsMCwwLjA0MiwwLDAuMDYyCgkJYzAuMDIxLDAu MDQyLDAuMDMxLDAuMDgzLDAuMDMxLDAuMTI1QzEuMTI2LDUuODgxLDEuMzQ0LDYuNzUzLDEuNzYs Ny41ODNjMC40MTUsMC44MywwLjg4OCwxLjUxNiwxLjQxNywyLjA1NgoJCWMwLjUzLDAuNTQsMS4x NDcsMS4wNDksMS44NTQsMS41MjZzMS4yNzcsMC44MiwxLjcxMywxLjAyN0M3LjE4LDEyLjQsNy41 OTUsMTIuNTg3LDcuOTksMTIuNzU0CgkJYzAuMzk1LTAuMTY3LDAuODE1LTAuMzU0LDEuMjYxLTAu NTYyYzAuNDQ2LTAuMjA3LDEuMDI4LTAuNTUsMS43NDQtMS4wMjdjMC43MTctMC40NzgsMS4zNDUt MC45ODYsMS44ODUtMS41MjYKCQlzMS4wMjItMS4yMjYsMS40NDgtMi4wNTZzMC42NDktMS42OTIs MC42Ny0yLjU4NUMxNC45OTgsNC45MzYsMTUuMDA4LDQuODg0LDE1LjAyOSw0Ljg0MnoiLz4KCTwv Zz4KPC9zdmc+")
    }

    .qodef-woo-product-list .yith-wcwl-add-to-wishlist.exists a {
        background-color: transparent !important;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #434343 !important;
        display: block !important;
        height: 29px !important;
        margin: 0 6px 0 6px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: relative;
        font-size: 0 !important;
        line-height: 0 !important;
        width: 29px !important;
        z-index: 100;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2LjEyNXB4 IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNi4xMjUgMTQiIGVuYWJsZS1iYWNrZ3JvdW5k PSJuZXcgMCAwIDE2LjEyNSAxNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8Zz4KCQk8cGF0aCBk PSJNMTYuMDI1LDQuNzh2MC4wMzF2MC4wMzFjMCwwLjAyMS0wLjAwNSwwLjA1Mi0wLjAxNiwwLjA5 NEMxNiw0Ljk3OCwxNS45OTQsNS4wMDksMTUuOTk0LDUuMDI5CgkJYy0wLjAyMSwwLjg1Mi0wLjE5 MSwxLjY2Ny0wLjUxNCwyLjQ0NWMtMC4zMjEsMC43NzktMC43MDYsMS40NTQtMS4xNTIsMi4wMjVz LTAuOTc2LDEuMTA1LTEuNTg5LDEuNjA0CgkJYy0wLjYxMiwwLjQ5OC0xLjE2OCwwLjkwMy0xLjY2 NiwxLjIxNXMtMS4wMTgsMC41OTYtMS41NTgsMC44NTZjLTAuNTQsMC4yNi0wLjkwMywwLjQyMS0x LjA5LDAuNDgzCgkJYy0wLjE4NywwLjA2Mi0wLjMzMywwLjExMy0wLjQzNiwwLjE1NWMtMC4xMDQt MC4wNDItMC4yNS0wLjA5OS0wLjQzNi0wLjE3MWMtMC4xODctMC4wNzQtMC41NDUtMC4yMzQtMS4w NzUtMC40ODMKCQljLTAuNTMtMC4yNDktMS4wMzgtMC41MjktMS41MjYtMC44NDFjLTAuNDg4LTAu MzEyLTEuMDMzLTAuNzIxLTEuNjM1LTEuMjNjLTAuNjAzLTAuNTA5LTEuMTI2LTEuMDQzLTEuNTcz LTEuNjA0CgkJYy0wLjQ0Ny0wLjU2Mi0wLjgyNi0xLjIzLTEuMTM3LTIuMDA5QzAuMjk2LDYuNjk1 LDAuMTI5LDUuODgxLDAuMTA5LDUuMDI5YzAtMC4wMi0wLjAwNS0wLjA1MS0wLjAxNi0wLjA5MwoJ CUMwLjA4Myw0Ljg5NCwwLjA3OCw0Ljg2MywwLjA3OCw0Ljg0MlY0LjgxMWMwLTAuMDIxLDAtMC4w NDIsMC0wLjA2M2MwLjAyLTEuMjI1LDAuNDcyLTIuMywxLjM1NS0zLjIyNAoJCWMwLjg4Mi0wLjky NCwxLjkyNi0xLjM4NiwzLjEzLTEuMzg2YzEuNDEyLDAsMi41NzUsMC42MTMsMy40ODgsMS44Mzhj MC45MTQtMS4yMjUsMi4wNzctMS44MzgsMy40ODgtMS44MzgKCQljMS4yMDUsMCwyLjI0OCwwLjQ2 MiwzLjEzMSwxLjM4NnMxLjMzNCwxLjk5OSwxLjM1NCwzLjIyNFY0Ljc4eiIvPgoJPC9nPgo8L3N2 Zz4=")
    }

#qodef-woo-page .qodef-woo-single-inner .yith-wcwl-add-to-wishlist {
    margin-top: 28px
}

    #qodef-woo-page .qodef-woo-single-inner .yith-wcwl-add-to-wishlist a {
        font-family: Roboto,sans-serif;
        font-size: 15px;
        line-height: 1.66em;
        font-weight: 500;
        color: #000001;
        display: inline-block;
        position: relative
    }

        #qodef-woo-page .qodef-woo-single-inner .yith-wcwl-add-to-wishlist a:after {
            background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2LjEyNXB4 IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNi4xMjUgMTQiIGVuYWJsZS1iYWNrZ3JvdW5k PSJuZXcgMCAwIDE2LjEyNSAxNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8Zz4KCQk8cGF0aCBk PSJNMTYuMDI1LDQuNzh2MC4wMzF2MC4wMzFjMCwwLjAyMS0wLjAwNSwwLjA1Mi0wLjAxNiwwLjA5 NEMxNiw0Ljk3OCwxNS45OTQsNS4wMDksMTUuOTk0LDUuMDI5CgkJYy0wLjAyMSwwLjg1Mi0wLjE5 MSwxLjY2Ny0wLjUxNCwyLjQ0NWMtMC4zMjEsMC43NzktMC43MDYsMS40NTQtMS4xNTIsMi4wMjVz LTAuOTc2LDEuMTA1LTEuNTg5LDEuNjA0CgkJYy0wLjYxMiwwLjQ5OC0xLjE2OCwwLjkwMy0xLjY2 NiwxLjIxNXMtMS4wMTgsMC41OTYtMS41NTgsMC44NTZjLTAuNTQsMC4yNi0wLjkwMywwLjQyMS0x LjA5LDAuNDgzCgkJYy0wLjE4NywwLjA2Mi0wLjMzMywwLjExMy0wLjQzNiwwLjE1NWMtMC4xMDQt MC4wNDItMC4yNS0wLjA5OS0wLjQzNi0wLjE3MWMtMC4xODctMC4wNzQtMC41NDUtMC4yMzQtMS4w NzUtMC40ODMKCQljLTAuNTMtMC4yNDktMS4wMzgtMC41MjktMS41MjYtMC44NDFjLTAuNDg4LTAu MzEyLTEuMDMzLTAuNzIxLTEuNjM1LTEuMjNjLTAuNjAzLTAuNTA5LTEuMTI2LTEuMDQzLTEuNTcz LTEuNjA0CgkJYy0wLjQ0Ny0wLjU2Mi0wLjgyNi0xLjIzLTEuMTM3LTIuMDA5QzAuMjk2LDYuNjk1 LDAuMTI5LDUuODgxLDAuMTA5LDUuMDI5YzAtMC4wMi0wLjAwNS0wLjA1MS0wLjAxNi0wLjA5MwoJ CUMwLjA4Myw0Ljg5NCwwLjA3OCw0Ljg2MywwLjA3OCw0Ljg0MlY0LjgxMWMwLTAuMDIxLDAtMC4w NDIsMC0wLjA2M2MwLjAyLTEuMjI1LDAuNDcyLTIuMywxLjM1NS0zLjIyNAoJCWMwLjg4Mi0wLjky NCwxLjkyNi0xLjM4NiwzLjEzLTEuMzg2YzEuNDEyLDAsMi41NzUsMC42MTMsMy40ODgsMS44Mzhj MC45MTQtMS4yMjUsMi4wNzctMS44MzgsMy40ODgtMS44MzgKCQljMS4yMDUsMCwyLjI0OCwwLjQ2 MiwzLjEzMSwxLjM4NnMxLjMzNCwxLjk5OSwxLjM1NCwzLjIyNFY0Ljc4eiBNMTUuMDI5LDQuODQy YzAtMC4wMiwwLTAuMDQyLDAtMC4wNjIKCQljLTAuMDIxLTAuOTk3LTAuMzc0LTEuODU0LTEuMDYt Mi41N2MtMC42ODUtMC43MTYtMS40OTUtMS4wNzUtMi40My0xLjA3NWMtMS4wNzksMC0xLjk3Myww LjQ3OC0yLjY3OSwxLjQzMwoJCWMtMC4yMDcsMC4yNy0wLjQ3NywwLjQwNS0wLjgxLDAuNDA1Yy0w LjMzMiwwLTAuNjAyLTAuMTM1LTAuODEtMC40MDVDNi41MzYsMS42MTMsNS42NDMsMS4xMzUsNC41 NjMsMS4xMzUKCQljLTAuOTM1LDAtMS43NDQsMC4zNTgtMi40MywxLjA3NUMxLjQ0OSwyLjkyNiwx LjA5NSwzLjc4MywxLjA3NSw0Ljc4YzAsMC4wMjEsMCwwLjA0MiwwLDAuMDYyCgkJYzAuMDIxLDAu MDQyLDAuMDMxLDAuMDgzLDAuMDMxLDAuMTI1QzEuMTI2LDUuODgxLDEuMzQ0LDYuNzUzLDEuNzYs Ny41ODNjMC40MTUsMC44MywwLjg4OCwxLjUxNiwxLjQxNywyLjA1NgoJCWMwLjUzLDAuNTQsMS4x NDcsMS4wNDksMS44NTQsMS41MjZzMS4yNzcsMC44MiwxLjcxMywxLjAyN0M3LjE4LDEyLjQsNy41 OTUsMTIuNTg3LDcuOTksMTIuNzU0CgkJYzAuMzk1LTAuMTY3LDAuODE1LTAuMzU0LDEuMjYxLTAu NTYyYzAuNDQ2LTAuMjA3LDEuMDI4LTAuNTUsMS43NDQtMS4wMjdjMC43MTctMC40NzgsMS4zNDUt MC45ODYsMS44ODUtMS41MjYKCQlzMS4wMjItMS4yMjYsMS40NDgtMi4wNTZzMC42NDktMS42OTIs MC42Ny0yLjU4NUMxNC45OTgsNC45MzYsMTUuMDA4LDQuODg0LDE1LjAyOSw0Ljg0MnoiLz4KCTwv Zz4KPC9zdmc+");
            background-position: center;
            background-repeat: no-repeat;
            content: '';
            display: block;
            height: 16px;
            position: absolute;
            right: -27px;
            top: 50%;
            transform: translateY(-50%);
            width: 16px
        }

        #qodef-woo-page .qodef-woo-single-inner .yith-wcwl-add-to-wishlist a:hover {
            color: #7d7d7d
        }

    #qodef-woo-page .qodef-woo-single-inner .yith-wcwl-add-to-wishlist.exists a:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2LjEyNXB4 IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNi4xMjUgMTQiIGVuYWJsZS1iYWNrZ3JvdW5k PSJuZXcgMCAwIDE2LjEyNSAxNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8Zz4KCQk8cGF0aCBk PSJNMTYuMDI1LDQuNzh2MC4wMzF2MC4wMzFjMCwwLjAyMS0wLjAwNSwwLjA1Mi0wLjAxNiwwLjA5 NEMxNiw0Ljk3OCwxNS45OTQsNS4wMDksMTUuOTk0LDUuMDI5CgkJYy0wLjAyMSwwLjg1Mi0wLjE5 MSwxLjY2Ny0wLjUxNCwyLjQ0NWMtMC4zMjEsMC43NzktMC43MDYsMS40NTQtMS4xNTIsMi4wMjVz LTAuOTc2LDEuMTA1LTEuNTg5LDEuNjA0CgkJYy0wLjYxMiwwLjQ5OC0xLjE2OCwwLjkwMy0xLjY2 NiwxLjIxNXMtMS4wMTgsMC41OTYtMS41NTgsMC44NTZjLTAuNTQsMC4yNi0wLjkwMywwLjQyMS0x LjA5LDAuNDgzCgkJYy0wLjE4NywwLjA2Mi0wLjMzMywwLjExMy0wLjQzNiwwLjE1NWMtMC4xMDQt MC4wNDItMC4yNS0wLjA5OS0wLjQzNi0wLjE3MWMtMC4xODctMC4wNzQtMC41NDUtMC4yMzQtMS4w NzUtMC40ODMKCQljLTAuNTMtMC4yNDktMS4wMzgtMC41MjktMS41MjYtMC44NDFjLTAuNDg4LTAu MzEyLTEuMDMzLTAuNzIxLTEuNjM1LTEuMjNjLTAuNjAzLTAuNTA5LTEuMTI2LTEuMDQzLTEuNTcz LTEuNjA0CgkJYy0wLjQ0Ny0wLjU2Mi0wLjgyNi0xLjIzLTEuMTM3LTIuMDA5QzAuMjk2LDYuNjk1 LDAuMTI5LDUuODgxLDAuMTA5LDUuMDI5YzAtMC4wMi0wLjAwNS0wLjA1MS0wLjAxNi0wLjA5MwoJ CUMwLjA4Myw0Ljg5NCwwLjA3OCw0Ljg2MywwLjA3OCw0Ljg0MlY0LjgxMWMwLTAuMDIxLDAtMC4w NDIsMC0wLjA2M2MwLjAyLTEuMjI1LDAuNDcyLTIuMywxLjM1NS0zLjIyNAoJCWMwLjg4Mi0wLjky NCwxLjkyNi0xLjM4NiwzLjEzLTEuMzg2YzEuNDEyLDAsMi41NzUsMC42MTMsMy40ODgsMS44Mzhj MC45MTQtMS4yMjUsMi4wNzctMS44MzgsMy40ODgtMS44MzgKCQljMS4yMDUsMCwyLjI0OCwwLjQ2 MiwzLjEzMSwxLjM4NnMxLjMzNCwxLjk5OSwxLjM1NCwzLjIyNFY0Ljc4eiIvPgoJPC9nPgo8L3N2 Zz4=")
    }

.yith-wcwl-add-to-wishlist .yith-wcwl-icon {
    display: none !important
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
    display: none !important
}

.yith-wcwl-add-to-wishlist .blockOverlay {
    display: none !important
}

.yith-wcwl-form .wishlist-title {
    display: none !important
}

.yith-wcwl-form .shop_table {
    border-collapse: collapse;
    font-size: 100%;
    width: 100%
}

    .yith-wcwl-form .shop_table tr {
        border-left: none;
        border-right: none;
        border-top: none
    }

    .yith-wcwl-form .shop_table td, .yith-wcwl-form .shop_table th {
        padding: 23px 0;
        padding-right: 5px;
        vertical-align: middle;
        text-align: left;
        border: 0
    }

        .yith-wcwl-form .shop_table td:first-child, .yith-wcwl-form .shop_table th:first-child {
            padding-left: 0
        }

    .yith-wcwl-form .shop_table th {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        color: #464646;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 2.15em;
        text-transform: uppercase
    }

    .yith-wcwl-form .shop_table td ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .yith-wcwl-form .shop_table td ul li {
            margin: 0 0 10px;
            padding: 0
        }

            .yith-wcwl-form .shop_table td ul li:last-child {
                margin-bottom: 0
            }

            .yith-wcwl-form .shop_table td ul li label {
                margin-bottom: 0
            }

    .yith-wcwl-form .shop_table p {
        margin: 0
    }

    .yith-wcwl-form .shop_table th {
        padding: 23px 0;
        padding-left: 23px
    }

    .yith-wcwl-form .shop_table td {
        padding: 34px 0;
        padding-left: 23px
    }

        .yith-wcwl-form .shop_table td.product-remove {
            padding-right: 16px;
            width: 1px
        }

            .yith-wcwl-form .shop_table td.product-remove a {
                font-size: 28px
            }

        .yith-wcwl-form .shop_table td.product-thumbnail {
            width: 1px
        }

            .yith-wcwl-form .shop_table td.product-thumbnail a, .yith-wcwl-form .shop_table td.product-thumbnail img {
                display: block;
                width: 82px
            }

        .yith-wcwl-form .shop_table td.product-name {
            text-align: left
        }

            .yith-wcwl-form .shop_table td.product-name a {
                font-family: Roboto,sans-serif;
                font-weight: 500;
                font-size: 18px;
                line-height: 1.5555em;
                text-transform: initial;
                display: inline-block;
                line-height: 1.3em
            }

@media only screen and (max-width:768px) {
    .yith-wcwl-form .shop_table td.product-name a {
        font-size: 15px
    }
}

.yith-wcwl-form .shop_table td.product-name .variation:after, .yith-wcwl-form .shop_table td.product-name .variation:before {
    content: '';
    display: table;
    table-layout: fixed
}

.yith-wcwl-form .shop_table td.product-name .variation:after {
    clear: both
}

.yith-wcwl-form .shop_table td.product-name .variation dt {
    clear: left;
    float: left;
    font-weight: initial
}

.yith-wcwl-form .shop_table td.product-name .variation dd {
    clear: right;
    float: left;
    margin: 0 0 0 1em
}

.yith-wcwl-form .shop_table td.product-price {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial
}

@media only screen and (max-width:768px) {
    .yith-wcwl-form .shop_table td.product-price {
        font-size: 15px
    }
}

.yith-wcwl-form .shop_table td.product-price ins {
    text-decoration: none
}

.yith-wcwl-form .shop_table td.product-stock-status {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    font-size: 18px;
    line-height: 1.5555em;
    text-transform: initial
}

@media only screen and (max-width:768px) {
    .yith-wcwl-form .shop_table td.product-stock-status {
        font-size: 15px
    }
}

.yith-wcwl-form .shop_table td.product-stock-status span {
    color: inherit
}

.yith-wcwl-form .shop_table td.product-add-to-cart {
    width: 1px
}

    .yith-wcwl-form .shop_table td.product-add-to-cart a {
        display: inline-block !important;
        margin: 5px 0 !important
    }

    .yith-wcwl-form .shop_table td.product-add-to-cart .add_to_cart {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0;
        font-family: Roboto,sans-serif;
        color: #000001;
        font-size: 15px;
        line-height: 1em;
        font-weight: 500;
        text-decoration: none;
        border-radius: 0;
        outline: 0;
        transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
        color: #000001;
        background-color: transparent;
        border: 1px solid #000001;
        padding: 12px 25px;
        cursor: pointer;
        z-index: 3;
        padding: 12px 25px !important;
        white-space: nowrap
    }

        .yith-wcwl-form .shop_table td.product-add-to-cart .add_to_cart:hover {
            color: #fff;
            background-color: #000001;
            border-color: #000001
        }

.yith-wcwl-form .shop_table thead tr {
    border-left: 1px solid #959595;
    border-right: 1px solid #959595;
    border-top: 1px solid #959595
}

    .yith-wcwl-form .shop_table thead tr th:first-child {
        padding-left: 60px
    }

    .yith-wcwl-form .shop_table thead tr th:last-child {
        padding-right: 60px
    }

.yith-wcwl-form .shop_table tbody tr {
    border-left: 1px solid #959595;
    border-right: 1px solid #959595
}

    .yith-wcwl-form .shop_table tbody tr:last-child {
        border-bottom: 1px solid #959595
    }

    .yith-wcwl-form .shop_table tbody tr td {
        position: relative
    }

        .yith-wcwl-form .shop_table tbody tr td:before {
            background-color: #959595;
            content: '';
            display: block;
            height: 1px;
            position: absolute;
            top: 0
        }

        .yith-wcwl-form .shop_table tbody tr td:first-child {
            padding-left: 60px
        }

            .yith-wcwl-form .shop_table tbody tr td:first-child:before {
                left: 60px;
                width: calc(100% - 60px)
            }

        .yith-wcwl-form .shop_table tbody tr td:last-child {
            padding-right: 60px
        }

            .yith-wcwl-form .shop_table tbody tr td:last-child:before {
                left: 0;
                width: calc(100% - 60px)
            }

        .yith-wcwl-form .shop_table tbody tr td:not(:first-child):not(:last-child):before {
            left: 0;
            width: 100%
        }

.yith-wcwl-form .yith-wcwl-share {
    display: none
}

#yith-wcwl-popup-message {
    display: none !important
}

.qodef-woo-asymmetric-product-list .qodef-e:nth-child(4n+2), .qodef-woo-asymmetric-product-list .qodef-e:nth-child(4n+3) {
    margin-top: 80px !important
}

.qodef-woo-asymmetric-product-list .qodef-woo-product-content {
    margin-bottom: 116px
}

.qodef-woo-masonry-product-list.qodef-item-layout--info-below .qodef-grid-inner {
    margin: 0 -37px !important
}

    .qodef-woo-masonry-product-list.qodef-item-layout--info-below .qodef-grid-inner > .qodef-grid-item {
        padding: 0 37px !important;
        margin: 0 0 56px !important
    }

.qodef-woo-masonry-product-list.qodef-item-layout--info-below .qodef-e:nth-child(5n+3) {
    width: 50% !important
}

    .qodef-woo-masonry-product-list.qodef-item-layout--info-below .qodef-e:nth-child(5n+3) img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .qodef-woo-masonry-product-list.qodef-item-layout--info-below .qodef-e:nth-child(5n+3) .qodef-woo-product-content {
        margin-top: 20px
    }

    .qodef-woo-masonry-product-list.qodef-item-layout--info-below .qodef-e:nth-child(5n+3) .qodef-woo-product-title-price-wrapper {
        align-items: baseline
    }

.qodef-woo-masonry-product-list.qodef-item-layout--info-below .qodef-e .qodef-woo-product-content {
    margin-bottom: 0
}

.qodef-woo-masonry-product-list.qodef-item-layout--info-below .woocommerce-LoopProduct-link {
    display: none
}

.qodef-order-tracking p {
    margin: 0
}

.qodef-order-tracking .form-row-first {
    margin-top: 19px
}

.qodef-order-tracking #orderid {
    margin-bottom: 16px !important
}

.qodef-order-tracking button {
    margin-top: 21px
}

.qodef-woo-product-category-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-product-category-list .qodef-e-image img {
    display: block
}

.qodef-woo-product-category-list .qodef-e-content a {
    position: relative;
    z-index: 1
}

.qodef-woo-product-category-list .qodef-e-title {
    margin: 0
}

.qodef-woo-product-category-list .qodef-e-description {
    margin: 9px 0 0
}

.qodef-featured-content .qodef-e-content, .qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-content {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.qodef-featured-content .qodef-e-content-inner, .qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-content-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding: 28px 33px;
    width: 100%
}

    .qodef-featured-content .qodef-e-content-inner > a, .qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-content-inner > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .qodef-featured-content .qodef-e-content-inner *, .qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-content-inner * {
        z-index: 1
    }

.qodef-featured-content .qodef-e-description, .qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-description {
    margin: 3px 0 0 0
}

.qodef-featured-content .qodef-e-price-wrapper, .qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-price-wrapper {
    margin: 20px 0 0 0
}

.qodef-featured-content .qodef-e-price-label, .qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-price-label {
    margin-right: 9px
}

.qodef-featured-content .qodef-e-image, .qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-image {
    overflow: hidden
}

    .qodef-featured-content .qodef-e-image img, .qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-image img {
        transform: scale(1.05) translateX(0);
        transition: transform .2s ease-out;
        will-change: transform
    }

.qodef-featured-content .qodef-e-inner:hover .qodef-e-image img, .qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-inner:hover .qodef-e-image img {
    transform: scale(1.05) translateX(5px)
}

.qodef-woo-product-list .qodef-m-pagination.qodef--standard {
    margin-top: 50px
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart, .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button {
    margin-top: 20px !important
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image {
    overflow: hidden
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner {
    align-content: flex-start;
    background-color: transparent;
    flex-wrap: wrap;
    justify-content: flex-start;
    opacity: 1;
    padding: 28px 34px 28px 34px;
    text-align: left
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-title {
    width: 100%
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-excerpt {
    margin: 3px 0 0 0;
    width: 100%
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .price {
    margin-top: 20px;
    width: 100%
}

#qodef-woo-page.qodef-layout--image-with-thumbnails-left .qodef-woo-single-inner {
    margin: 0 -21px
}

#qodef-woo-page.qodef-layout--image-with-thumbnails-left .qodef-woo-single-image {
    margin: 0 21px;
    padding: 0;
    position: relative;
    width: 55.5%
}

    #qodef-woo-page.qodef-layout--image-with-thumbnails-left .qodef-woo-single-image .qodef-woo-product-mark-holder {
        left: 29.5%
    }

#qodef-woo-page.qodef-layout--image-with-thumbnails-left .qodef-woo-single-summary {
    padding: 0 21px;
    width: calc(100% - 55.5%)
}

#qodef-woo-page.qodef-layout--image-with-thumbnails-left .woocommerce-product-gallery figure {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 -14px
}

    #qodef-woo-page.qodef-layout--image-with-thumbnails-left .woocommerce-product-gallery figure a, #qodef-woo-page.qodef-layout--image-with-thumbnails-left .woocommerce-product-gallery figure img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover ;
        border: 1px solid #f5f5f5;
        border-radius: 10px;
    }

    #qodef-woo-page.qodef-layout--image-with-thumbnails-left .woocommerce-product-gallery figure > .woocommerce-product-gallery__image {
        margin: 0 14px;
        overflow: hidden;
        position: relative;
        width: calc(100% - 34.5%) !important
    }

    #qodef-woo-page.qodef-layout--image-with-thumbnails-left .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper {
        width: 29.5%
    }

        #qodef-woo-page.qodef-layout--image-with-thumbnails-left .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
            margin-top: 28px;
            padding: 0 14px;
            position: relative;
            width: 100%
        }

            #qodef-woo-page.qodef-layout--image-with-thumbnails-left .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
                margin-top: 0
            }

#qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-inner {
    margin: 0 -46px
}

#qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-image {
    padding: 0 46px;
    width: 52.5%
}

    #qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-image .qodef-woo-product-mark-holder {
        left: 46px
    }

#qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-summary {
    padding: 0 17% 0 46px;
    width: calc(100% - 52.5%)
}

#qodef-woo-page.qodef-layout--one-column-wide .woocommerce-product-gallery figure {
    margin: 0 -9px
}

#qodef-woo-page.qodef-layout--one-column-wide .woocommerce-product-gallery__image {
    margin: 0 9px 18px 9px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 18px) !important
}

    #qodef-woo-page.qodef-layout--one-column-wide .woocommerce-product-gallery__image:last-child {
        margin-bottom: 0
    }

#qodef-woo-page.qodef-layout--one-column-wide .woocommerce-product-details__short-description {
    padding-right: 29%
}

#qodef-woo-page.qodef-layout--one-column-wide .woocommerce-tabs {
    margin-top: 118px
}

#qodef-woo-page.qodef-layout--one-column-wide .related {
    margin-top: 94px
}

.qodef-woo-single--one-column-wide #qodef-page-inner {
    padding-top: 0 !important
}

.qodef-woo-single--one-column-wide #qodef-woo-page .woocommerce-notices-wrapper {
    padding: 0 40px
}

#qodef-woo-page.qodef-layout--one-column .qodef-woo-single-inner {
    margin: 0 -40px
}

#qodef-woo-page.qodef-layout--one-column .qodef-woo-single-image {
    padding: 0 40px;
    width: 53%
}

    #qodef-woo-page.qodef-layout--one-column .qodef-woo-single-image .qodef-woo-product-mark-holder {
        left: 40px
    }

#qodef-woo-page.qodef-layout--one-column .qodef-woo-single-summary {
    padding: 0 40px;
    width: calc(100% - 53%)
}

#qodef-woo-page.qodef-layout--one-column .woocommerce-product-gallery figure {
    margin: 0 -11px
}

#qodef-woo-page.qodef-layout--one-column .woocommerce-product-gallery__image {
    margin: 0 11px 22px 11px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 22px) !important
}

    #qodef-woo-page.qodef-layout--one-column .woocommerce-product-gallery__image:last-child {
        margin-bottom: 0
    }

#qodef-woo-page.qodef-layout--one-column .woocommerce-product-details__short-description {
    padding-right: 29%
}

#qodef-woo-page.qodef-layout--one-column .woocommerce-tabs {
    margin-top: 118px
}

#qodef-woo-page.qodef-layout--one-column .related {
    margin-top: 114px
}

.qodef-woo-single--one-column #qodef-page-inner {
    padding-top: 0 !important
}

#qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-inner {
    margin: 0 -31px;
    padding-left: 18px
}

#qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-image {
    padding: 0 31px;
    width: 55%
}

    #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-image .qodef-woo-product-mark-holder {
        left: 31px
    }

#qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-summary {
    padding: 0 14% 0 31px;
    width: calc(100% - 55%)
}

    #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-summary .qodef-woo-product-title {
        margin-top: 20%
    }

#qodef-woo-page.qodef-layout--two-column-wide .woocommerce-product-gallery figure {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px
}

#qodef-woo-page.qodef-layout--two-column-wide .woocommerce-product-gallery__image {
    margin: 0 9px 18px 9px;
    overflow: hidden;
    position: relative;
    width: calc(50% - 18px) !important
}

    #qodef-woo-page.qodef-layout--two-column-wide .woocommerce-product-gallery__image:last-child {
        margin-bottom: 0
    }

#qodef-woo-page.qodef-layout--two-column-wide .woocommerce-product-details__short-description {
    padding-right: 29%
}

#qodef-woo-page.qodef-layout--two-column-wide .woocommerce-tabs {
    margin-top: 118px
}

#qodef-woo-page.qodef-layout--two-column-wide .related {
    margin-top: 74px
}

.qodef-woo-single--two-column-wide #qodef-page-inner {
    padding-top: 0 !important
}

.qodef-woo-single--two-column-wide #qodef-woo-page .woocommerce-notices-wrapper {
    padding: 0 40px
}

.widget_umea_core_woo_dropdown_cart {
    height: 100%
}

.qodef-woo-dropdown-cart {
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    position: relative;
    vertical-align: top
}

    .qodef-woo-dropdown-cart .qodef-m-inner {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        height: 100%
    }

    .qodef-woo-dropdown-cart .qodef-m-opener {
        align-items: center;
        display: flex;
        height: 100%;
        position: relative
    }

    .qodef-woo-dropdown-cart .qodef-m-opener-text {
        font-weight: 500;
        margin-right: 4px
    }

    .qodef-woo-dropdown-cart .qodef-m-opener-icon {
        margin-right: 4px
    }

    .qodef-woo-dropdown-cart .qodef-m-opener-count {
        font-size: 12px;
        font-weight: 500;
        position: relative;
        top: -4px
    }

    .qodef-woo-dropdown-cart .qodef-m-dropdown {
        left: auto;
        opacity: 0;
        position: absolute;
        right: -40px;
        text-align: left;
        top: 100%;
        transition: opacity .2s ease-out,visibility .2s ease-out;
        visibility: hidden
    }

    .qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
        background-color: #fff;
        border: 1px solid #c2c2c2;
        display: inline-block;
        padding: 40px 33px 44px 40px;
        position: relative;
        vertical-align: top;
        width: 380px
    }

    .qodef-woo-dropdown-cart .qodef-m-order-details {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: 26px;
        position: relative
    }

        .qodef-woo-dropdown-cart .qodef-m-order-details > * {
            color: inherit;
            margin: 0
        }

    .qodef-woo-dropdown-cart .qodef-m-action {
        border-top: 1px solid #434343;
        display: flex;
        margin-top: 4px;
        padding-top: 34px
    }

    .qodef-woo-dropdown-cart .qodef-m-action-link {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0;
        font-family: Roboto,sans-serif;
        color: #000001;
        font-size: 15px;
        line-height: 1em;
        font-weight: 500;
        text-decoration: none;
        border-radius: 0;
        outline: 0;
        transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
        padding: 8px 30px;
        text-align: center;
        width: 100%;
        color: #000001;
        background-color: transparent;
        border: 1px solid #000001
    }

        .qodef-woo-dropdown-cart .qodef-m-action-link:first-child {
            margin-right: 20px
        }

        .qodef-woo-dropdown-cart .qodef-m-action-link:last-child {
            margin-left: 20px
        }

        .qodef-woo-dropdown-cart .qodef-m-action-link:hover {
            color: #fff;
            background-color: #000001;
            border-color: #000001
        }

    .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

    .qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
        align-items: flex-start;
        display: flex;
        position: relative
    }

        .qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
            margin-top: 0 !important
        }

    .qodef-woo-dropdown-cart .qodef-e-image {
        flex-shrink: 0
    }

        .qodef-woo-dropdown-cart .qodef-e-image a, .qodef-woo-dropdown-cart .qodef-e-image img {
            display: block
        }

    .qodef-woo-dropdown-cart .qodef-e-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-right: 20px
    }

    .qodef-woo-dropdown-cart .qodef-e-title {
        margin: -4.9995px 0 0 0
    }

    .qodef-woo-dropdown-cart .qodef-e-qty-price {
        margin: 8px 0 0 0
    }

    .qodef-woo-dropdown-cart .qodef-e-remove {
        font-size: 18px;
        line-height: 1;
        position: absolute;
        right: 0;
        top: -4.9995px
    }

.touchevents .qodef-woo-dropdown-cart {
    cursor: pointer
}

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
    opacity: 1;
    visibility: visible
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #414042
}

    .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
        color: #414042
    }

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 23px
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 25px;
    width: 84px
}

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
    margin-top: 23px
}

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
    margin-right: 25px;
    width: 84px
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details {
    color: #464646
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #464646
}

    #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
        color: #000001
    }

        #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
            color: #000001
        }

    #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
        margin-top: 23px
    }

    #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
        margin-right: 25px;
        width: 84px
    }

    #qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
        color: #464646
    }

#qodef-page-header .qodef-woo-dropdown-cart .qodef-m-order-details {
    color: #464646
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #464646
}

    #qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
        color: #000001
    }

        #qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
            color: #000001
        }

    #qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
        margin-top: 23px
    }

    #qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
        margin-right: 25px;
        width: 84px
    }

    #qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
        color: #464646
    }

#qodef-page-footer .qodef-woo-dropdown-cart .qodef-m-order-details {
    color: #000001
}

#qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #000001
}

    #qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
        color: #000001
    }

        #qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
            color: #7d7d7d
        }

    #qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
        margin-top: 23px
    }

    #qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
        margin-right: 25px;
        width: 84px
    }

    #qodef-page-footer .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
        color: #000001
    }

#qodef-side-area .qodef-woo-dropdown-cart .qodef-m-order-details {
    color: #414042
}

#qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #414042
}

    #qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
        color: #414042
    }

        #qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
            color: #414042
        }

    #qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
        margin-top: 23px
    }

    #qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
        margin-right: 25px;
        width: 84px
    }

    #qodef-side-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
        color: #414042
    }

.qodef-mega-menu-widget-holder .qodef-woo-dropdown-cart .qodef-m-order-details {
    color: #fff
}

.qodef-mega-menu-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #fff
}

    .qodef-mega-menu-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
        color: #fff
    }

        .qodef-mega-menu-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
            color: #414042
        }

    .qodef-mega-menu-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
        margin-top: 23px
    }

    .qodef-mega-menu-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
        margin-right: 25px;
        width: 84px
    }

    .qodef-mega-menu-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-m-order-details {
        color: #fff
    }

.qodef-woo-login .qodef-m-opener-text {
    font-size: 15px;
    font-weight: 500
}

.qodef-woo-login .qodef-m-opener-icon {
    position: relative;
    top: 1px
}

.qodef-shortcode .last_toggle_el_margin, .qodef-shortcode .wpb_button, .qodef-shortcode .wpb_content_element, .qodef-shortcode .wpb_row, .qodef-shortcode ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important
}

.qodef-vc-row-wrapper.qodef--parallax-row {
    width: 100%
}

.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
    height: auto !important
}

.qodef-clients-list .qodef-e {
    display: flex;
    justify-content: center
}

.qodef-clients-list .qodef-e-image img {
    transform: translateY(0);
    transition: transform .2s ease-out;
    will-change: transform
}

.qodef-clients-list .qodef-e-inner:hover .qodef-e-image img {
    transform: translateY(-5px)
}

.qodef-clients-list.qodef--retina .qodef-e-image img {
    max-width: 50%;
    margin: 0 auto;
    display: block
}

.qodef-portfolio-single .qodef-media iframe {
    max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-portfolio-title {
    margin: 0 0 25px;
    padding: 0 0 15px;
    position: relative
}

    .qodef-portfolio-single .qodef-portfolio-title:after {
        content: '';
        position: absolute;
        height: 1px;
        background-color: #000001;
        bottom: 0;
        left: 0;
        width: 100px
    }

.qodef-portfolio-single .qodef-portfolio-info > * {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    margin-bottom: 3px
}

.qodef-portfolio-single .qodef-portfolio-info > :last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info > :not(.qodef-info--tag) {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #000001;
    color: #464646;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 2.15em;
    text-transform: uppercase
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--tag {
    font-family: Roboto,sans-serif;
    font-size: 15px;
    line-height: 1.66em;
    font-weight: 300;
    color: #414042
}

.qodef-portfolio-single .qodef-portfolio-info .entry-date {
    line-height: 2.15em
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title {
    margin: 0 5px 0 0
}

.qodef-portfolio-single .qodef-portfolio-info a, .qodef-portfolio-single .qodef-portfolio-info p {
    color: #414042;
    margin: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category {
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.22,.61,.36,1);
    margin: 0 7px 0 0;
    position: relative
}

    .qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:hover {
        background-size: 100% 1px
    }

    .qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:last-child:after {
        display: none
    }

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag {
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: background-size .4s cubic-bezier(.22,.61,.36,1);
    color: inherit !important;
    display: inline-block;
    font-family: inherit;
    font-size: 15px !important;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: 1em !important;
    margin: 0 20px 0 0;
    padding-right: 15px;
    position: relative;
    text-transform: capitalize;
    margin: 0 23px 0 0;
    padding: 0 10px 0 0;
    position: relative
}

    .qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag:after {
        content: '';
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMTAuMjAzcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwLjIwMyAxMCIgZW5h YmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAuMjAzIDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4K PGc+Cgk8cGF0aCBkPSJNMC4yNzcsOS41MDFjMC0wLjExNywwLjA0Mi0wLjIxMSwwLjEyNi0wLjI3 OGw4LjIwNC04LjIyOUg1LjU0NGMtMC4xMTgsMC0wLjIxNS0wLjAzOC0wLjI5MS0wLjExNCAgIEM1 LjE3NywwLjgwMyw1LjEzOSwwLjcwNiw1LjEzOSwwLjU4OGMwLTAuMTE4LDAuMDM4LTAuMjE1LDAu MTE0LTAuMjkxYzAuMDc2LTAuMDc2LDAuMTczLTAuMTE0LDAuMjkxLTAuMTE0aDQuMDUyICAgYzAu MDUxLDAsMC4xMDEsMC4wMDksMC4xNTEsMC4wMjVjMC4xMDIsMC4wNTEsMC4xNzgsMC4xMjYsMC4y MjksMC4yMjhjMC4wMTcsMC4wNTEsMC4wMjUsMC4xMDEsMC4wMjUsMC4xNTJWNC42NCAgIGMwLDAu MTE4LTAuMDM4LDAuMjE1LTAuMTE0LDAuMjkxUzkuNzEzLDUuMDQ0LDkuNTk2LDUuMDQ0Yy0wLjEx OCwwLTAuMjE2LTAuMDM4LTAuMjkxLTAuMTE0QzkuMjI5LDQuODU0LDkuMTksNC43NTgsOS4xOSw0 LjY0ICAgVjEuNTc2TDAuOTYsOS43OGMtMC4xODYsMC4yMDItMC4zNzIsMC4yMDItMC41NTcsMEMw LjMxOSw5LjcxMywwLjI3Nyw5LjYyLDAuMjc3LDkuNTAxeiIvPgo8L2c+Cjwvc3ZnPg==");
        mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMTAuMjAzcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwLjIwMyAxMCIgZW5h YmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAuMjAzIDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4K PGc+Cgk8cGF0aCBkPSJNMC4yNzcsOS41MDFjMC0wLjExNywwLjA0Mi0wLjIxMSwwLjEyNi0wLjI3 OGw4LjIwNC04LjIyOUg1LjU0NGMtMC4xMTgsMC0wLjIxNS0wLjAzOC0wLjI5MS0wLjExNCAgIEM1 LjE3NywwLjgwMyw1LjEzOSwwLjcwNiw1LjEzOSwwLjU4OGMwLTAuMTE4LDAuMDM4LTAuMjE1LDAu MTE0LTAuMjkxYzAuMDc2LTAuMDc2LDAuMTczLTAuMTE0LDAuMjkxLTAuMTE0aDQuMDUyICAgYzAu MDUxLDAsMC4xMDEsMC4wMDksMC4xNTEsMC4wMjVjMC4xMDIsMC4wNTEsMC4xNzgsMC4xMjYsMC4y MjksMC4yMjhjMC4wMTcsMC4wNTEsMC4wMjUsMC4xMDEsMC4wMjUsMC4xNTJWNC42NCAgIGMwLDAu MTE4LTAuMDM4LDAuMjE1LTAuMTE0LDAuMjkxUzkuNzEzLDUuMDQ0LDkuNTk2LDUuMDQ0Yy0wLjEx OCwwLTAuMjE2LTAuMDM4LTAuMjkxLTAuMTE0QzkuMjI5LDQuODU0LDkuMTksNC43NTgsOS4xOSw0 LjY0ICAgVjEuNTc2TDAuOTYsOS43OGMtMC4xODYsMC4yMDItMC4zNzIsMC4yMDItMC41NTcsMEMw LjMxOSw5LjcxMywwLjI3Nyw5LjYyLDAuMjc3LDkuNTAxeiIvPgo8L2c+Cjwvc3ZnPg==");
        background-color: currentColor;
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: 3px !important;
        right: -3px
    }

    .qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag:hover {
        background-size: 0 1px
    }

.qodef-portfolio-category-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-category-list .qodef-e-image img {
    display: block
}

.qodef-portfolio-category-list .qodef-e-content a {
    position: relative;
    z-index: 1
}

.qodef-portfolio-category-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-category-list .qodef-e-description {
    margin: 9px 0 0
}

.qodef-portfolio-category-list .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 31px 40px;
    background-color: rgba(0,0,1,.4);
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description, .qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title {
    color: #fff
}

.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
    margin-top: 28px
}

.qodef-featured-content .qodef-e-inner, .qodef-portfolio-list .qodef-e-inner {
    position: relative
}

.qodef-featured-content .qodef-e-image img, .qodef-portfolio-list .qodef-e-image img {
    display: block
}

.qodef-featured-content .qodef-e-info-category a, .qodef-portfolio-list .qodef-e-info-category a {
    color: #464646;
    font-weight: 400;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #414042
}

    .qodef-featured-content .qodef-e-info-category a:not(:last-child):after, .qodef-portfolio-list .qodef-e-info-category a:not(:last-child):after {
        content: ',';
        color: inherit
    }

.qodef-featured-content .qodef-e-title, .qodef-portfolio-list .qodef-e-title {
    margin: 0
}

.qodef-featured-content .qodef-m-pagination, .qodef-portfolio-list .qodef-m-pagination {
    margin-top: 35px
}

.qodef-featured-content.qodef-items--fixed .qodef-e-image, .qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
    height: 100%;
    overflow: hidden
}

.qodef-featured-content.qodef-items--fixed .qodef-e-media-image, .qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

    .qodef-featured-content.qodef-items--fixed .qodef-e-media-image a, .qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        height: 100%
    }

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin-top: 23px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category {
    margin: 4px 0 16px
}

.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-image {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
    background-color: #fff;
    bottom: 2%;
    left: 2%;
    position: absolute
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 21px 21px
}

    .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner .qodef-e-title {
        margin-bottom: 17px;
        padding-bottom: 12px;
        position: relative
    }

        .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner .qodef-e-title:after {
            content: '';
            position: absolute;
            height: 1px;
            background-color: #b1b1b1;
            bottom: 0;
            left: 0;
            width: 60%
        }

    .qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner * {
        z-index: 1
    }

.qodef-portfolio-list.qodef-item-layout--info-bottom-left article .qodef-e-content {
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left article:not(.swiper-slide):hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left article.swiper-slide .qodef-e-image img {
    will-change: transform
}

.qodef-portfolio-list.qodef-item-layout--info-bottom-left article.swiper-slide.swiper-slide-active:hover .qodef-e-content {
    opacity: 1
}

.qodef-featured-content .type-portfolio-item .qodef-e-content, .qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-featured-content .type-portfolio-item .qodef-e-content-inner, .qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e-content-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 37px 51px
}

@media only screen and (max-width:768px) {
    .qodef-featured-content .type-portfolio-item .qodef-e-content-inner, .qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e-content-inner {
        padding: 28px 33px
    }
}

.qodef-featured-content .type-portfolio-item .qodef-e-excerpt, .qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e-excerpt {
    font-family: Roboto,sans-serif;
    font-size: 17px;
    line-height: 1.66em;
    font-weight: 300;
    color: #434343;
    margin: 13px 0 23px
}

.qodef-featured-content .type-portfolio-item .qodef-e *, .qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e * {
    color: #000001;
    z-index: 1
}

.qodef-featured-content .type-portfolio-item .qodef-e-image, .qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e-image {
    overflow: hidden
}

    .qodef-featured-content .type-portfolio-item .qodef-e-image img, .qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e-image img {
        transform: scale(1.05) translateX(0);
        transition: transform .2s ease-out;
        will-change: transform
    }

.qodef-featured-content .type-portfolio-item .qodef-e-inner:hover .qodef-e-image img, .qodef-portfolio-list.qodef-item-layout--info-top-left .qodef-e-inner:hover .qodef-e-image img {
    transform: scale(1.05) translateX(5px)
}

#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 74px
}

    #qodef-portfolio-single-related-items .qodef-portfolio-single-related-items-title {
        margin: 0 0 33px 0
    }

#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 64px 0 3px
}

    #qodef-single-portfolio-navigation .qodef-m-inner {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative
    }

    #qodef-single-portfolio-navigation .qodef-m-nav {
        align-items: center;
        display: flex;
        position: relative
    }

        #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg, #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg {
            fill: none !important;
            stroke: currentColor !important;
            stroke-width: 2
        }

        #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
            width: 21px
        }

            #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg {
                fill: currentColor;
                stroke: none;
                transition: .3s;
                will-change: transform
            }

            #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg {
                transform: translateX(-5px)
            }

        #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
            width: 21px;
            flex-direction: row-reverse;
            margin-left: auto;
            text-align: right
        }

            #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg {
                fill: currentColor;
                stroke: none;
                transition: .3s;
                will-change: transform
            }

            #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg {
                transform: translateX(5px)
            }

        #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
            left: 50%;
            position: absolute;
            transform: translateX(-50%);
            width: 26px
        }

            #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link svg {
                fill: currentColor;
                stroke: none
            }

            #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover {
                color: #7d7d7d
            }

        #qodef-single-portfolio-navigation .qodef-m-nav > * {
            display: block;
            line-height: inherit
        }

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item {
    margin-top: 37px !important
}

.qodef-portfolio-single.qodef-layout--gallery-big .qodef-grid-item.qodef-portfolio-info {
    margin-top: 116px !important
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
    margin-bottom: 25px
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info {
    margin-top: 30px !important
}

.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-title {
    margin: -2.45px 0 25px
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item {
    margin-top: 27px !important
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    margin-bottom: 10px;
    float: none
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-grid-item.qodef-portfolio-info {
    margin-top: 107px !important
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media {
    margin-bottom: 25px
}

    .qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
        display: block;
        margin-bottom: 10px;
        float: none
    }

        .qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
            margin-bottom: 0
        }

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info {
    margin-top: 30px !important
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-title {
    margin: -2.45px 0 25px
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item {
    margin-top: 50px !important
}

.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info {
    margin-top: 85px !important
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
    margin-bottom: 25px
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info {
    margin-top: 30px !important
}

.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-title {
    margin: -2.45px 0 25px
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-grid-item {
    margin-top: 37px !important
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-grid-item.qodef-portfolio-info {
    margin-top: 116px !important
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-media {
    margin-bottom: 25px
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info {
    margin-top: 30px !important
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-title {
    margin: -2.45px 0 25px
}

.qodef-store-list {
    position: relative
}

    .qodef-store-list .qodef-map {
        margin-bottom: 30px
    }

    .qodef-store-list #qodef-multiple-map-holder {
        height: 100%
    }

    .qodef-store-list .qodef-m-filter-holder {
        margin-bottom: 30px
    }

        .qodef-store-list .qodef-m-filter-holder .select2-container--default, .qodef-store-list .qodef-m-filter-holder input {
            margin-bottom: 0
        }

        .qodef-store-list .qodef-m-filter-holder .select2-container--default {
            width: 100% !important
        }

        .qodef-store-list .qodef-m-filter-holder .qodef-m-section {
            flex: 1 0 0;
            padding: 0 20px
        }

    .qodef-store-list .qodef-m-filter-bottom, .qodef-store-list .qodef-m-filter-top {
        display: flex;
        margin: 0 -20px 0 -20px
    }

    .qodef-store-list .qodef-m-filter-bottom {
        margin-top: 40px
    }

    .qodef-store-list .qodef-m-filter--search {
        margin-right: 50px !important
    }

    .qodef-store-list .qodef-grid-inner {
        margin-top: 120px !important
    }

    .qodef-store-list .qodef-e-info--email a, .qodef-store-list .qodef-e-info--phone a {
        padding-right: 19px;
        position: relative
    }

        .qodef-store-list .qodef-e-info--email a:after, .qodef-store-list .qodef-e-info--phone a:after {
            content: '';
            -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMTAuMjAzcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwLjIwMyAxMCIgZW5h YmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAuMjAzIDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4K PGc+Cgk8cGF0aCBkPSJNMC4yNzcsOS41MDFjMC0wLjExNywwLjA0Mi0wLjIxMSwwLjEyNi0wLjI3 OGw4LjIwNC04LjIyOUg1LjU0NGMtMC4xMTgsMC0wLjIxNS0wLjAzOC0wLjI5MS0wLjExNCAgIEM1 LjE3NywwLjgwMyw1LjEzOSwwLjcwNiw1LjEzOSwwLjU4OGMwLTAuMTE4LDAuMDM4LTAuMjE1LDAu MTE0LTAuMjkxYzAuMDc2LTAuMDc2LDAuMTczLTAuMTE0LDAuMjkxLTAuMTE0aDQuMDUyICAgYzAu MDUxLDAsMC4xMDEsMC4wMDksMC4xNTEsMC4wMjVjMC4xMDIsMC4wNTEsMC4xNzgsMC4xMjYsMC4y MjksMC4yMjhjMC4wMTcsMC4wNTEsMC4wMjUsMC4xMDEsMC4wMjUsMC4xNTJWNC42NCAgIGMwLDAu MTE4LTAuMDM4LDAuMjE1LTAuMTE0LDAuMjkxUzkuNzEzLDUuMDQ0LDkuNTk2LDUuMDQ0Yy0wLjEx OCwwLTAuMjE2LTAuMDM4LTAuMjkxLTAuMTE0QzkuMjI5LDQuODU0LDkuMTksNC43NTgsOS4xOSw0 LjY0ICAgVjEuNTc2TDAuOTYsOS43OGMtMC4xODYsMC4yMDItMC4zNzIsMC4yMDItMC41NTcsMEMw LjMxOSw5LjcxMywwLjI3Nyw5LjYyLDAuMjc3LDkuNTAxeiIvPgo8L2c+Cjwvc3ZnPg==");
            mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMTAuMjAzcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwLjIwMyAxMCIgZW5h YmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAuMjAzIDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4K PGc+Cgk8cGF0aCBkPSJNMC4yNzcsOS41MDFjMC0wLjExNywwLjA0Mi0wLjIxMSwwLjEyNi0wLjI3 OGw4LjIwNC04LjIyOUg1LjU0NGMtMC4xMTgsMC0wLjIxNS0wLjAzOC0wLjI5MS0wLjExNCAgIEM1 LjE3NywwLjgwMyw1LjEzOSwwLjcwNiw1LjEzOSwwLjU4OGMwLTAuMTE4LDAuMDM4LTAuMjE1LDAu MTE0LTAuMjkxYzAuMDc2LTAuMDc2LDAuMTczLTAuMTE0LDAuMjkxLTAuMTE0aDQuMDUyICAgYzAu MDUxLDAsMC4xMDEsMC4wMDksMC4xNTEsMC4wMjVjMC4xMDIsMC4wNTEsMC4xNzgsMC4xMjYsMC4y MjksMC4yMjhjMC4wMTcsMC4wNTEsMC4wMjUsMC4xMDEsMC4wMjUsMC4xNTJWNC42NCAgIGMwLDAu MTE4LTAuMDM4LDAuMjE1LTAuMTE0LDAuMjkxUzkuNzEzLDUuMDQ0LDkuNTk2LDUuMDQ0Yy0wLjEx OCwwLTAuMjE2LTAuMDM4LTAuMjkxLTAuMTE0QzkuMjI5LDQuODU0LDkuMTksNC43NTgsOS4xOSw0 LjY0ICAgVjEuNTc2TDAuOTYsOS43OGMtMC4xODYsMC4yMDItMC4zNzIsMC4yMDItMC41NTcsMEMw LjMxOSw5LjcxMywwLjI3Nyw5LjYyLDAuMjc3LDkuNTAxeiIvPgo8L2c+Cjwvc3ZnPg==");
            background-color: currentColor;
            width: 10px;
            height: 10px;
            position: absolute;
            bottom: 4px !important;
            right: -3px;
            opacity: 0;
            transition: opacity .2s ease-out
        }

        .qodef-store-list .qodef-e-info--email a:hover:after, .qodef-store-list .qodef-e-info--phone a:hover:after {
            opacity: 1
        }

    .qodef-store-list .qodef-spinner-holder {
        align-items: center;
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

    .qodef-store-list.qodef--loading .qodef-spinner-holder .qodef-m-spinner {
        visibility: visible
    }

    .qodef-store-list .qodef-m-spinner {
        animation: qode-rotate 2s infinite linear;
        color: #000001;
        display: inline-block;
        fill: currentColor;
        visibility: hidden;
        width: 36px;
        z-index: -1
    }

    .qodef-store-list .qodef-m-pagination.qodef--standard {
        margin-top: 88px
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e:first-child .qodef-e-content {
        border-top: 1px solid #434343
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e-content {
        border-bottom: 1px solid #434343;
        display: flex;
        padding: 25px 0 21px 0
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner {
        display: flex;
        flex-direction: column
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e--one {
        padding-right: 10%;
        width: 30%
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e--two {
        padding-right: 16%;
        width: 28%
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e--three {
        padding-right: 6%;
        width: 26%
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e--four {
        padding-right: 0;
        text-align: right;
        width: 16%
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e-title {
        margin: 0
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e-info--location {
        margin-bottom: 9px
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e-info--address {
        margin-top: -5px;
        line-height: 34px
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e-info--email {
        margin-top: 10px
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e-social-links {
        margin-top: 15px
    }

        .qodef-store-list.qodef-item-layout--standard .qodef-e-social-links a {
            margin-left: 11px
        }

            .qodef-store-list.qodef-item-layout--standard .qodef-e-social-links a:first-child {
                margin-left: 0
            }

            .qodef-store-list.qodef-item-layout--standard .qodef-e-social-links a:hover {
                color: #7d7d7d
            }

.qodef-team-list .qodef-e-image {
    overflow: hidden
}

    .qodef-team-list .qodef-e-image img {
        transform: scale(1.05) translateX(0);
        transition: transform .2s ease-out;
        will-change: transform
    }

.qodef-team-list .qodef-e-role {
    margin: 0
}

.qodef-team-list .qodef-e-title {
    margin: 0 0 4px
}

.qodef-team-list .qodef-e-inner:hover .qodef-e-image img {
    transform: scale(1.05) translateX(5px)
}

.qodef-team-list .qodef-team-member-social-icons {
    margin: 0
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 22px 0 20px 0
}

.qodef-testimonials-list {
    width: 100%
}

    .qodef-testimonials-list .qodef-m-icon {
        height: 105px;
        position: absolute;
        right: 7.5%;
        top: 5px;
        width: 106px
    }

        .qodef-testimonials-list .qodef-m-icon svg {
            fill: none;
            stroke: #000001;
            stroke-width: .5px
        }

    .qodef-testimonials-list .qodef-e {
        height: 100px
    }

    .qodef-testimonials-list .qodef-e-content {
        position: relative;
        text-align: center
    }

    .qodef-testimonials-list .qodef-e-title {
        margin: 0 0 25px
    }

    .qodef-testimonials-list .qodef-e-author {
        margin: 0
    }

    .qodef-testimonials-list .qodef-e-author-job {
        font-size: 15px;
        letter-spacing: 0;
        text-transform: none
    }

    .qodef-testimonials-list .qodef-e-text {
        margin: 8px 0 0 0;
        padding: 0 18%
    }

    .qodef-testimonials-list .swiper-wrapper {
        height: 100px
    }

    .qodef-testimonials-list .swiper-pagination-bullets {
        align-items: flex-end;
        bottom: auto !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: auto !important;
        line-height: 12px;
        right: 0 !important;
        top: 5px !important;
        transform: none !important;
        width: 25px !important
    }

    .qodef-testimonials-list .swiper-pagination-bullet {
        height: auto;
        margin: 0 !important
    }

        .qodef-testimonials-list .swiper-pagination-bullet:after {
            height: 25px;
            line-height: 12px
        }

        .qodef-testimonials-list .swiper-pagination-bullet:before {
            background-color: #414042;
            height: 25px;
            margin: 0 5px 14px 5px;
            width: 1px
        }

        .qodef-testimonials-list .swiper-pagination-bullet:after {
            color: #414042
        }

    .qodef-testimonials-list .swiper-pagination-bullet-active {
        width: 25px
    }

.widget_umea_core_search_opener {
    position: relative
}

    .widget_umea_core_search_opener .qodef-search-opener {
        opacity: 1;
        visibility: visible;
        line-height: 24px;
        height: 24px
    }

    .widget_umea_core_search_opener .qodef-search-opener-wrapper {
        position: relative
    }

    .widget_umea_core_search_opener .qodef-search-opener-text {
        line-height: 24px;
        margin-right: 2px
    }

    .widget_umea_core_search_opener .qodef-search-opener.qodef-source--predefined {
        display: flex
    }

        .widget_umea_core_search_opener .qodef-search-opener.qodef-source--predefined .qodef-m-icon {
            width: 16px
        }

            .widget_umea_core_search_opener .qodef-search-opener.qodef-source--predefined .qodef-m-icon svg {
                top: 2px;
                position: relative
            }

body.qodef-search--opened .widget_umea_core_search_opener .qodef-search-opener {
    opacity: 0;
    visibility: hidden
}

.widget_umea_core_search_opener .qodef-search-form {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 2px;
    visibility: hidden;
    width: 181px;
    margin-right: 15px;
    height: 24px
}

body.qodef-search--opened .widget_umea_core_search_opener .qodef-search-form {
    opacity: 1;
    visibility: visible
}

.qodef-skin--light#qodef-page-header-inner .widget_umea_core_search_opener .qodef-search-form {
    color: #fff
}

    .qodef-skin--light#qodef-page-header-inner .widget_umea_core_search_opener .qodef-search-form svg {
        fill: #fff !important
    }

.qodef-skin--light.qodef-header-sticky .widget_umea_core_search_opener .qodef-search-form {
    color: #fff
}

    .qodef-skin--light.qodef-header-sticky .widget_umea_core_search_opener .qodef-search-form svg {
        fill: #fff !important
    }

.widget_umea_core_search_opener .qodef-search-form input {
    color: inherit;
    padding: 0;
    border-bottom-color: currentColor
}

.widget_umea_core_search_opener .qodef-search-form button {
    align-items: flex-start;
    right: -15px;
    top: 1px;
    color: inherit
}

    .widget_umea_core_search_opener .qodef-search-form button:hover {
        color: currentColor
    }

.widget_umea_core_search_opener .qodef-search-form svg {
    top: -3px;
    position: relative;
    stroke: none !important;
    fill: currentColor !important
}

.qodef-search-cover {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.qodef-search-opener > * {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit
}

.qodef-search-opener .qodef-search-opener-text {
    font-size: 15px;
    font-weight: 500
}

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-banner .qodef-m-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block
    }

    .qodef-banner .qodef-m-content-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex
    }

    .qodef-banner .qodef-m-title {
        color: #fff;
        margin: 7px 0 0 0
    }

    .qodef-banner .qodef-m-title-inner {
        display: inline-block
    }

    .qodef-banner .qodef-m-subtitle {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #464646;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 2.15em;
        text-transform: uppercase;
        color: #fff;
        margin: 0
    }

    .qodef-banner .qodef-m-separator {
        width: 100%
    }

        .qodef-banner .qodef-m-separator .qodef-m-line {
            margin: 17px 0 0 0
        }

    .qodef-banner .qodef-m-text {
        color: #fff;
        margin: 24px 0 0 0;
        width: 100%
    }

    .qodef-banner .qodef-m-image {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        overflow: hidden
    }

        .qodef-banner .qodef-m-image img {
            display: block;
            min-height: 200px;
            -o-object-fit: cover;
            object-fit: cover
        }

    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-end;
        padding: 35px
    }

    .qodef-banner.qodef-layout--link-button .qodef-m-title {
        margin: 10px 0
    }

    .qodef-banner.qodef-layout--link-button .qodef-m-text {
        margin: 0
    }

    .qodef-banner.qodef-layout--link-button .qodef-m-button {
        margin: 10px 0 0
    }

    .qodef-banner.qodef-layout--link-overlay .qodef-m-image {
        overflow: hidden
    }

        .qodef-banner.qodef-layout--link-overlay .qodef-m-image img {
            transform: scale(1.05) translateX(0);
            transition: transform .2s ease-out;
            will-change: transform
        }

    .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        padding: 46px 56px
    }

    .qodef-banner.qodef-layout--link-overlay .qodef-m-text {
        padding-right: 62%
    }

    .qodef-banner.qodef-layout--link-overlay .qodef-m-banner-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1
    }

    .qodef-banner.qodef-layout--link-overlay:hover .qodef-m-image img {
        transform: scale(1.05) translateX(5px)
    }

.qodef-button.qodef-html--link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Roboto,sans-serif;
    color: #000001;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out
}

.qodef-button.qodef-layout--additional-textual {
    align-items: center;
    background-color: transparent;
    border: 0;
    display: inline-flex;
    padding: 0 !important
}

    .qodef-button.qodef-layout--additional-textual .qodef-m-icon {
        margin-left: 6px
    }

        .qodef-button.qodef-layout--additional-textual .qodef-m-icon svg {
            transition: .3s;
            will-change: transform;
            fill: none;
            stroke: currentColor;
            stroke-width: .5px
        }

    .qodef-button.qodef-layout--additional-textual:hover .qodef-m-icon svg {
        transform: translate(5px,-5px)
    }

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: #000001;
    border: 1px solid transparent
}

    .qodef-button.qodef-layout--filled.qodef-html--link:hover {
        color: #fff;
        background-color: #000001
    }

.qodef-button.qodef-layout--outlined {
    color: #000001;
    background-color: transparent;
    border: 1px solid #000001
}

    .qodef-button.qodef-layout--outlined:hover {
        color: #fff;
        background-color: #000001;
        border-color: #000001
    }

.qodef-button.qodef-layout--textual {
    background-color: transparent;
    border: 0;
    display: inline-flex;
    min-height: 40px;
    padding: 0 !important
}

    .qodef-button.qodef-layout--textual .qodef-m-text {
        margin-left: 23px;
        margin-top: 20px
    }

    .qodef-button.qodef-layout--textual .qodef-m-icon {
        display: inline-block;
        left: 0;
        position: absolute;
        top: 0
    }

        .qodef-button.qodef-layout--textual .qodef-m-icon svg {
            color: currentColor
        }

            .qodef-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-1, .qodef-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-2 {
                fill: none;
                stroke-width: 1px;
                stroke: currentColor;
                stroke-dasharray: 251;
                transform: rotate(90deg);
                transform-origin: center
            }

            .qodef-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-1 {
                opacity: .6;
                stroke-dashoffset: 251;
                transition: all .4s cubic-bezier(.65,.05,.36,1)
            }

            .qodef-button.qodef-layout--textual .qodef-m-icon svg .qodef-arc-2 {
                opacity: .3;
                stroke-dashoffset: 165
            }

    .qodef-button.qodef-layout--textual:hover .qodef-m-icon svg .qodef-arc-1 {
        stroke-dashoffset: 165
    }

.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        align-items: center;
        border: 1px solid #000001;
        display: flex;
        padding: 17px 77px 17px 27px
    }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-content {
        padding-right: 20px
    }

        .qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
            margin: 0
        }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1
    }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-button-icon {
        display: block;
        height: 24px;
        position: absolute;
        right: 27px;
        top: 50%;
        transform: translateY(-50%);
        width: auto
    }

        .qodef-call-to-action.qodef-layout--standard .qodef-m-button-icon svg {
            transition: .3s;
            will-change: transform;
            fill: currentColor;
            stroke: none
        }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-button:hover .qodef-m-button-icon svg {
        transform: translate(5px,-5px)
    }

.qodef-cards-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0
}

    .qodef-cards-gallery .qodef-e-inner {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

    .qodef-cards-gallery img {
        display: block;
        position: relative;
        box-shadow: 3px 6px 6.88px 1.12px rgba(0,0,0,.08) !important
    }

    .qodef-cards-gallery .qodef-m-fake-card {
        display: block;
        opacity: 0;
        pointer-events: none;
        position: relative;
        visibility: hidden
    }

    .qodef-cards-gallery .qodef-m-card {
        -webkit-clip-path: inset(-3% -3% -3% -3%);
        clip-path: inset(-3% -3% -3% -3%);
        position: absolute;
        transition: all .3s ease;
        overflow: visible
    }

        .qodef-cards-gallery .qodef-m-card.qodef--animating {
            pointer-events: none;
            transition: all .5s cubic-bezier(.19,1,.22,1)
        }

.qodef-orientation--left.qodef-cards-gallery .qodef-m-card.qodef--animating {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

.qodef-orientation--right.qodef-cards-gallery .qodef-m-card.qodef--animating {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
}

.qodef-cards-gallery .qodef-m-card.qodef--animating-siblings {
    pointer-events: none;
    transition: all .6s cubic-bezier(0,0,0,1)
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
    left: 0;
    will-change: transform
}

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
        transform: scale(.5) translateX(110%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
        transform: scale(.6) translateX(77%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
        transform: scale(.7) translateX(52%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
        transform: scale(.8) translateX(32%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
        transform: scale(.9) translateX(15.2%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
        cursor: pointer
    }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(6) {
            transform: scale(.5) translateX(115%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(5) {
            transform: scale(.6) translateX(82%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(4) {
            transform: scale(.7) translateX(57%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(3) {
            transform: scale(.8) translateX(37%)
        }

        .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(2) {
            transform: scale(.9) translateX(20.2%)
        }

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
    right: 0;
    will-change: transform
}

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
        transform: scale(.5) translateX(-110%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
        transform: scale(.6) translateX(-77%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
        transform: scale(.7) translateX(-52%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
        transform: scale(.8) translateX(-32%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
        transform: scale(.9) translateX(-15.2%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
        cursor: pointer
    }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(6) {
            transform: scale(.5) translateX(-115%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(5) {
            transform: scale(.6) translateX(-82%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(4) {
            transform: scale(.7) translateX(-57%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(3) {
            transform: scale(.8) translateX(-37%)
        }

        .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover:nth-last-child(2) {
            transform: scale(.9) translateX(-20.2%)
        }

.no-touch .qodef-cards-gallery.qodef-animation--bundle img {
    visibility: hidden
}

@keyframes qodefCardAppearFromRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    30% {
        opacity: 1;
        visibility: visible
    }

    100% {
        transform: translate3d(0,0,0);
        visibility: visible
    }
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef--appeared img {
    animation: qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef--appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation--done) {
    animation-delay: .2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef--appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation--done) {
    animation-delay: .4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef--appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation--done) {
    animation-delay: .6s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef--appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation--done) {
    animation-delay: .8s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef--appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation--done) {
    animation-delay: 1s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef--appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation--done) {
    animation-delay: 1.2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef--appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation--done) {
    animation-delay: 1.4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef--appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation--done) {
    animation-delay: 1.6s
}

@keyframes qodefCardAppearFromLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    30% {
        opacity: 1;
        visibility: visible
    }

    100% {
        transform: translate3d(0,0,0);
        visibility: visible
    }
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef--appeared img {
    animation: qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef--appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation--done) {
    animation-delay: .2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef--appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation--done) {
    animation-delay: .4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef--appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation--done) {
    animation-delay: .6s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef--appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation--done) {
    animation-delay: .8s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef--appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation--done) {
    animation-delay: 1s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef--appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation--done) {
    animation-delay: 1.2s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef--appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation--done) {
    animation-delay: 1.4s
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef--appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation--done) {
    animation-delay: 1.6s
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-dropcaps .qodef-m-letter {
        position: relative;
        top: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
        margin: 0 10px 5px 0;
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        font-size: 35px;
        line-height: 1.14em;
        text-transform: initial
    }

    .qodef-dropcaps .qodef-m-text {
        display: inline;
        margin: 0
    }

    .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 1.33em;
        text-transform: initial;
        color: #fff;
        background-color: #000001
    }

    .qodef-dropcaps.qodef-type--circle .qodef-m-letter {
        border-radius: 100%
    }

.qodef-featured-content .qodef-grid-item img {
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-featured-content .qodef-grid-item.portfolio-item.qodef--three .qodef-e-content {
    width: 44%
}

.qodef-featured-content .qodef-grid-item.portfolio-item.qodef--two .qodef-e-content {
    width: 85%
}

.qodef-featured-content .qodef-grid-item.portfolio-item .qodef-e-content {
    width: 100%
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-google-map .qodef-m-map {
        display: block;
        width: 100%
    }

        .qodef-google-map .qodef-m-map embed, .qodef-google-map .qodef-m-map iframe, .qodef-google-map .qodef-m-map object {
            width: 100%;
            display: block
        }

        .qodef-google-map .qodef-m-map img {
            max-width: none
        }

.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: #fff;
    background-color: #000001
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

    .qodef-icon-list-item .qodef-e-title {
        display: inline-block;
        line-height: 1;
        margin: 0;
        position: relative;
        vertical-align: top
    }

        .qodef-icon-list-item .qodef-e-title a {
            display: block
        }

            .qodef-icon-list-item .qodef-e-title a:after {
                content: '';
                -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMTAuMjAzcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwLjIwMyAxMCIgZW5h YmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAuMjAzIDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4K PGc+Cgk8cGF0aCBkPSJNMC4yNzcsOS41MDFjMC0wLjExNywwLjA0Mi0wLjIxMSwwLjEyNi0wLjI3 OGw4LjIwNC04LjIyOUg1LjU0NGMtMC4xMTgsMC0wLjIxNS0wLjAzOC0wLjI5MS0wLjExNCAgIEM1 LjE3NywwLjgwMyw1LjEzOSwwLjcwNiw1LjEzOSwwLjU4OGMwLTAuMTE4LDAuMDM4LTAuMjE1LDAu MTE0LTAuMjkxYzAuMDc2LTAuMDc2LDAuMTczLTAuMTE0LDAuMjkxLTAuMTE0aDQuMDUyICAgYzAu MDUxLDAsMC4xMDEsMC4wMDksMC4xNTEsMC4wMjVjMC4xMDIsMC4wNTEsMC4xNzgsMC4xMjYsMC4y MjksMC4yMjhjMC4wMTcsMC4wNTEsMC4wMjUsMC4xMDEsMC4wMjUsMC4xNTJWNC42NCAgIGMwLDAu MTE4LTAuMDM4LDAuMjE1LTAuMTE0LDAuMjkxUzkuNzEzLDUuMDQ0LDkuNTk2LDUuMDQ0Yy0wLjEx OCwwLTAuMjE2LTAuMDM4LTAuMjkxLTAuMTE0QzkuMjI5LDQuODU0LDkuMTksNC43NTgsOS4xOSw0 LjY0ICAgVjEuNTc2TDAuOTYsOS43OGMtMC4xODYsMC4yMDItMC4zNzIsMC4yMDItMC41NTcsMEMw LjMxOSw5LjcxMywwLjI3Nyw5LjYyLDAuMjc3LDkuNTAxeiIvPgo8L2c+Cjwvc3ZnPg==");
                mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3 aWR0aD0iMTAuMjAzcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEwLjIwMyAxMCIgZW5h YmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAuMjAzIDEwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4K PGc+Cgk8cGF0aCBkPSJNMC4yNzcsOS41MDFjMC0wLjExNywwLjA0Mi0wLjIxMSwwLjEyNi0wLjI3 OGw4LjIwNC04LjIyOUg1LjU0NGMtMC4xMTgsMC0wLjIxNS0wLjAzOC0wLjI5MS0wLjExNCAgIEM1 LjE3NywwLjgwMyw1LjEzOSwwLjcwNiw1LjEzOSwwLjU4OGMwLTAuMTE4LDAuMDM4LTAuMjE1LDAu MTE0LTAuMjkxYzAuMDc2LTAuMDc2LDAuMTczLTAuMTE0LDAuMjkxLTAuMTE0aDQuMDUyICAgYzAu MDUxLDAsMC4xMDEsMC4wMDksMC4xNTEsMC4wMjVjMC4xMDIsMC4wNTEsMC4xNzgsMC4xMjYsMC4y MjksMC4yMjhjMC4wMTcsMC4wNTEsMC4wMjUsMC4xMDEsMC4wMjUsMC4xNTJWNC42NCAgIGMwLDAu MTE4LTAuMDM4LDAuMjE1LTAuMTE0LDAuMjkxUzkuNzEzLDUuMDQ0LDkuNTk2LDUuMDQ0Yy0wLjEx OCwwLTAuMjE2LTAuMDM4LTAuMjkxLTAuMTE0QzkuMjI5LDQuODU0LDkuMTksNC43NTgsOS4xOSw0 LjY0ICAgVjEuNTc2TDAuOTYsOS43OGMtMC4xODYsMC4yMDItMC4zNzIsMC4yMDItMC41NTcsMEMw LjMxOSw5LjcxMywwLjI3Nyw5LjYyLDAuMjc3LDkuNTAxeiIvPgo8L2c+Cjwvc3ZnPg==");
                background-color: currentColor;
                width: 10px;
                height: 10px;
                position: absolute;
                bottom: 4px !important;
                right: -19px;
                opacity: 0;
                transition: opacity .2s ease-out
            }

            .qodef-icon-list-item .qodef-e-title a:hover:after {
                opacity: 1
            }

    .qodef-icon-list-item .qodef-e-title-inner {
        align-items: center;
        display: flex
    }

    .qodef-icon-list-item .qodef-icon-holder {
        flex-shrink: 0;
        float: none;
        margin-right: 5px
    }

        .qodef-icon-list-item .qodef-icon-holder .qodef-icon {
            font-size: 15px
        }

    .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
        display: inline-block;
        position: relative;
        vertical-align: top
    }

        .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a, .qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
            display: block
        }

#qodef-page-sidebar .widget.widget_umea_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_umea_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_umea_core_icon_list_item {
    margin-bottom: 0
}

.qodef-icon-with-text .qodef-m-title {
    margin: 0
}

    .qodef-icon-with-text .qodef-m-title a {
        display: block
    }

.qodef-icon-with-text .qodef-m-text {
    margin: 6px 0 0
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1
}

.qodef-icon-with-text .qodef-icon-holder {
    float: none
}

.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

    .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
        display: block
    }

.qodef-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start
}

    .qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
        flex-shrink: 0;
        margin-right: 24px;
        margin-top: 5px
    }

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 5px
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
    max-width: 50%;
    margin: 0 auto
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 21px
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
    max-width: 50%;
    margin: 0 auto
}

.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1
}

    .qodef-icon-holder a {
        display: block
    }

    .qodef-icon-holder .qodef-icon {
        display: block;
        line-height: inherit
    }

        .qodef-icon-holder .qodef-icon:before {
            display: block;
            line-height: inherit
        }

    .qodef-icon-holder.qodef-layout--circle, .qodef-icon-holder.qodef-layout--square {
        width: 2em;
        height: 2em;
        line-height: 2em;
        text-align: center;
        color: #fff;
        background-color: #000001;
        transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out
    }

        .qodef-icon-holder.qodef-layout--circle a, .qodef-icon-holder.qodef-layout--square a {
            color: inherit;
            transition: none
        }

        .qodef-icon-holder.qodef-layout--circle:hover, .qodef-icon-holder.qodef-layout--square:hover {
            background-color: #000001
        }

    .qodef-icon-holder.qodef-layout--circle {
        border-radius: 50%
    }

    .qodef-icon-holder.qodef-size--tiny {
        font-size: 1.33333333em
    }

    .qodef-icon-holder.qodef-size--small {
        font-size: 2em
    }

    .qodef-icon-holder.qodef-size--medium {
        font-size: 3em
    }

    .qodef-icon-holder.qodef-size--large {
        font-size: 4em
    }

    .qodef-icon-holder.qodef-size--huge {
        font-size: 5em
    }

.widget.widget_umea_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_umea_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_umea_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_umea_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery.qodef-shadow--yes img {
    box-shadow: 3px 3px 16px 2px rgba(0,0,1,.04)
}

.qodef-image-gallery.qodef--dynamic {
    padding: 10px 0;
    overflow-y: visible
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-image-with-text .qodef-m-image {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

        .qodef-image-with-text .qodef-m-image img {
            transform: translateY(0);
            transition: transform .2s ease-out;
            will-change: transform
        }

        .qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
            display: block
        }

        .qodef-image-with-text .qodef-m-image img {
            box-shadow: 3px 3px 16px 2px rgba(0,0,1,.04);
            width: 100%
        }

    .qodef-image-with-text .qodef-m-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

    .qodef-image-with-text .qodef-m-title {
        margin: 31px 0 0;
        text-align: center
    }

    .qodef-image-with-text:hover img {
        transform: translateY(-5px)
    }

.qodef-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: calc(100vh - 106px);
    visibility: hidden
}

.admin-bar .qodef-interactive-link-showcase {
    height: calc(100vh - 110px - 32px)
}

.qodef-interactive-link-showcase .qodef-m-items {
    align-items: center;
    display: flex;
    z-index: 10
}

.qodef-interactive-link-showcase .qodef-m-item {
    display: inline-block;
    margin: 19px 0;
    padding: 0 6px 32px;
    position: relative;
    transition: color .2s ease-out,background-color .2s ease-out;
    vertical-align: top;
    width: auto
}

    .qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 1.33em;
        text-transform: initial;
        display: block;
        margin: 0 0 5px 0;
        position: relative;
        z-index: 2
    }

    .qodef-interactive-link-showcase .qodef-m-item .qodef-e-subtitle {
        color: #464646;
        font-weight: 400;
        font-family: Roboto,sans-serif;
        font-size: 12px;
        letter-spacing: .07em;
        text-transform: uppercase;
        color: #000001
    }

.qodef-interactive-link-showcase .qodef-m-images.qodef--animate {
    animation: 1.5s ilsImageHolder cubic-bezier(0,.74,.14,.96)
}

.qodef-interactive-link-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0s .45s
}

    .qodef-interactive-link-showcase .qodef-m-image.qodef--active {
        opacity: 1;
        transition: opacity .4s cubic-bezier(.215,.61,.355,1);
        z-index: 5
    }

    .qodef-interactive-link-showcase .qodef-m-image img {
        display: none
    }

.qodef-interactive-link-showcase.qodef--init {
    visibility: visible
}

.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
    color: #fff
}

.qodef-interactive-link-showcase.qodef-layout--list {
    margin: 65px 0
}

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
        align-items: flex-start;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        left: 39px;
        position: absolute;
        top: 0;
        width: 29%
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
        display: block;
        height: 100%;
        margin-left: auto;
        overflow: hidden;
        position: relative;
        width: 71%;
        z-index: 1
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-image {
        height: 80%;
        top: 10%
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images-mark {
        background-color: #f6f3ee;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 63.9%;
        z-index: 0
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-scroll-indicator {
        animation: ilsScrollIndicator 1.5s linear infinite;
        bottom: 20px;
        display: inline-block;
        height: 53px;
        left: 47px;
        position: absolute;
        transition: opacity .2s ease-out
    }

        .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-scroll-indicator.qodef--on {
            opacity: 1
        }

        .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-scroll-indicator.qodef--off {
            opacity: 0
        }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-mobile-holder {
        display: none
    }

.qodef-masonry-image-with-text .qodef-m-image a {
    height: 100% !important
}

.qodef-masonry-image-with-text .qodef-m-image img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.qodef-masonry-image-with-text .qodef-m-title {
    margin-bottom: -6px
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    background-color: #e7e1d8
}

    .qodef-pricing-table.qodef-status--featured {
        transform: translateY(0)
    }

    .qodef-pricing-table .qodef-m-inner {
        padding: 45px 52px 65px
    }

    .qodef-pricing-table .qodef-m-title {
        margin: 0 0 10px 0
    }

        .qodef-pricing-table .qodef-m-title span {
            font-family: Roboto,sans-serif;
            font-weight: 500;
            color: #000001;
            color: #464646;
            font-size: 13px;
            font-weight: 400;
            letter-spacing: .05em;
            line-height: 2.15em;
            text-transform: uppercase
        }

    .qodef-pricing-table .qodef-m-price {
        margin-top: -3px
    }

        .qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
            display: flex;
            margin: 0;
            line-height: 1;
            justify-content: flex-start
        }

    .qodef-pricing-table .qodef-m-additional-title {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        font-size: 24px;
        line-height: 1.33em;
        text-transform: initial;
        margin: 10px 0 15px
    }

    .qodef-pricing-table .qodef-m-content {
        margin: 0 0 25px
    }

        .qodef-pricing-table .qodef-m-content ul {
            list-style: none;
            margin: 0
        }

            .qodef-pricing-table .qodef-m-content ul li {
                line-height: 2em
            }

                .qodef-pricing-table .qodef-m-content ul li:before {
                    content: '\24';
                    font-family: eleganticons;
                    padding-right: 3px
                }

            .qodef-pricing-table .qodef-m-content ul li {
                color: #000001;
                margin-bottom: 1px
            }

                .qodef-pricing-table .qodef-m-content ul li:last-child {
                    margin-bottom: 0
                }

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

    .qodef-section-title.qodef-alignment--center {
        text-align: center
    }

    .qodef-section-title.qodef-alignment--left {
        text-align: left
    }

    .qodef-section-title.qodef-alignment--right {
        text-align: right
    }

    .qodef-section-title .qodef-m-tagline {
        margin: 0 0 30px 0
    }

    .qodef-section-title .qodef-m-title {
        margin: 0
    }

        .qodef-section-title .qodef-m-title a {
            color: inherit
        }

    .qodef-section-title .qodef-m-text {
        margin: 8px 0 0
    }

    .qodef-section-title .qodef-m-separator .qodef-m-line {
        margin: 18px 0 10px
    }

    .qodef-section-title .qodef-m-button {
        margin: 40px 0 0
    }

.qodef-separator {
    font-size: 0;
    height: auto;
    line-height: 1;
    position: relative
}

    .qodef-separator .qodef-m-line {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        border-bottom: 1px solid #434343;
        margin: 10px 0
    }

    .qodef-separator.qodef-position--center {
        text-align: center
    }

    .qodef-separator.qodef-position--left {
        text-align: left
    }

    .qodef-separator.qodef-position--right {
        text-align: right
    }

#qodef-page-sidebar .widget.widget_umea_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_umea_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_umea_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: block
}

.qodef-single-image.qodef--retina img {
    max-width: 50%;
    margin: 0 auto
}

.qodef-single-image.qodef--appear {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    overflow: hidden;
    transition: 1.3s .1s cubic-bezier(.51,.01,0,1.06)
}

    .qodef-single-image.qodef--appear.qodef--appeared {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }

.qodef-video-button {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

    .qodef-video-button .qodef-m-play {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

        .qodef-video-button .qodef-m-play span {
            display: flex
        }

    .qodef-video-button .qodef-m-play-inner {
        color: #fff
    }

        .qodef-video-button .qodef-m-play-inner svg {
            color: currentColor
        }

            .qodef-video-button .qodef-m-play-inner svg .qodef-circle-1, .qodef-video-button .qodef-m-play-inner svg .qodef-circle-2 {
                fill: none;
                stroke-width: 1px;
                stroke: currentColor;
                stroke-dasharray: 248.06;
                transform: rotate(180deg);
                transform-origin: center
            }

            .qodef-video-button .qodef-m-play-inner svg .qodef-circle-1 {
                opacity: .6;
                stroke-dashoffset: 248.06;
                transition: all .5s cubic-bezier(.46,.03,.52,.96)
            }

            .qodef-video-button .qodef-m-play-inner svg .qodef-circle-2 {
                opacity: .3;
                stroke-dashoffset: 0
            }

            .qodef-video-button .qodef-m-play-inner svg .qodef-arrow {
                fill: none;
                stroke: currentColor;
                stroke-miterlimit: 10;
                stroke-width: 4px
            }

            .qodef-video-button .qodef-m-play-inner svg .qodef-circle-1 {
                opacity: 1
            }

            .qodef-video-button .qodef-m-play-inner svg .qodef-circle-2 {
                opacity: .5
            }

    .qodef-video-button .qodef-m-play:hover .qodef-m-play-inner svg .qodef-circle-1 {
        stroke-dashoffset: 0
    }

.qodef-m-play-inner:hover .qodef-progress-circle path {
    stroke-dashoffset: 0;
    transition: all 1s cubic-bezier(.24,0,.16,1.01)
}

.qodef-m-play-inner .qodef-progress-circle path {
    stroke-width: .5px;
    fill: transparent;
    stroke-dasharray: 307.919,307.919;
    stroke-dashoffset: 307.919;
    transition: all .7s cubic-bezier(.46,.03,.52,.96)
}

#qodef-side-area {
    background-color: #fff;
    border-left: 1px solid #c2c2c2;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 150px 92px 121px;
    position: fixed;
    right: -465px;
    text-align: center;
    top: 0;
    transition: all .6s cubic-bezier(.77,0,.175,1);
    visibility: hidden;
    width: 465px;
    z-index: 9999
}

.qodef-side-area--opened #qodef-side-area {
    right: 0;
    visibility: visible
}

#qodef-side-area.qodef-alignment--center {
    text-align: center
}

#qodef-side-area.qodef-alignment--right {
    text-align: right
}

#qodef-side-area.qodef-alignment--left {
    text-align: left
}

#qodef-side-area-close {
    color: #000001;
    display: block;
    font-size: 25px;
    position: absolute;
    right: 39px;
    top: 38px;
    z-index: 1000
}

.admin-bar #qodef-side-area-close {
    top: 70px
}

#qodef-side-area-close svg {
    fill: currentColor;
    stroke: currentColor
}

    #qodef-side-area-close svg line {
        transition: .55s cubic-bezier(.4,.05,.36,1)
    }

        #qodef-side-area-close svg line:nth-of-type(1), #qodef-side-area-close svg line:nth-of-type(3) {
            -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0)
        }

        #qodef-side-area-close svg line:nth-of-type(2), #qodef-side-area-close svg line:nth-of-type(4) {
            -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0)
        }

#qodef-side-area-close:hover line:nth-of-type(1), #qodef-side-area-close:hover line:nth-of-type(3) {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    transition-duration: .45s
}

#qodef-side-area-close:hover line:nth-of-type(3) {
    transition-delay: .3s
}

#qodef-side-area-close:hover line:nth-of-type(2), #qodef-side-area-close:hover line:nth-of-type(4) {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

#qodef-side-area-close:hover line:nth-of-type(2) {
    transition-delay: .2s
}

#qodef-side-area-close:hover line:nth-of-type(4) {
    transition-delay: .5s
}

.qodef-side-area-cover {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
    width: 100%;
    z-index: 0
}

.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    z-index: 1002
}

.qodef-side-area-opener svg {
    color: currentColor
}

    .qodef-side-area-opener svg .qodef-circle-1, .qodef-side-area-opener svg .qodef-circle-2 {
        fill: none;
        stroke-width: 1px;
        stroke: currentColor;
        stroke-dasharray: 59.66;
        transform: rotate(180deg);
        transform-origin: center
    }

    .qodef-side-area-opener svg .qodef-circle-1 {
        opacity: .6;
        stroke-dashoffset: 59.66;
        transition: all .3s cubic-bezier(.46,.03,.52,.96)
    }

    .qodef-side-area-opener svg .qodef-circle-2 {
        opacity: .3;
        stroke-dashoffset: 0
    }

    .qodef-side-area-opener svg .qodef-dot {
        fill: currentColor;
        stroke: currentColor
    }

.qodef-side-area-opener:hover svg .qodef-circle-1 {
    stroke-dashoffset: 0
}

.qodef-social-share {
    align-items: center;
    display: flex;
    position: relative
}

    .qodef-social-share .qodef-social-title {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        font-size: 18px;
        line-height: 1.5555em;
        text-transform: initial;
        display: inline-block;
        margin: 0 10px 0 0;
        position: relative;
        vertical-align: top
    }

    .qodef-social-share ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative
    }

    .qodef-social-share li {
        display: inline-block;
        line-height: 1;
        margin: 0;
        padding: 0;
        position: relative;
        vertical-align: top
    }

    .qodef-social-share.qodef-layout--dropdown {
        display: inline-block;
        position: relative;
        vertical-align: bottom
    }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
            margin: 0;
            vertical-align: middle
        }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
            vertical-align: middle
        }

        .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
            cursor: pointer;
            opacity: 1;
            visibility: visible
        }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
                transition-delay: .2s
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
                transition-delay: .3s
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
                transition-delay: .4s
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
                transition-delay: .5s
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
                transition-delay: .6s
            }

            .qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
                transition-delay: .7s
            }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
            display: block
        }

            .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
                display: inline-block;
                margin-right: 5px;
                vertical-align: top
            }

        .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
            position: absolute;
            visibility: hidden;
            z-index: 950
        }

            .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
                display: block;
                margin: 0;
                padding: 0 !important;
                position: relative;
                z-index: 990
            }

            .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
                display: block;
                opacity: 0;
                overflow: hidden;
                position: absolute;
                text-align: center;
                transition: opacity .2s ease-out,visibility .2s ease-out;
                visibility: hidden
            }

                .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
                    font-size: 14px;
                    transition: color .2s ease-out,background-color .2s ease-out
                }

                .qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
                    display: block;
                    line-height: inherit
                }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
            bottom: 0;
            left: 0
        }

            .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
                border: 1px solid #434343;
                height: 30px;
                line-height: 30px;
                width: 90px
            }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
                    border-top: none
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
                    background-color: #3b5998;
                    color: #fff
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
                    background-color: #00aced;
                    color: #fff
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
                    background-color: #007bb5;
                    color: #fff
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
                    background-color: #32506d;
                    color: #fff
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
                    background-color: #cb2027;
                    color: #fff
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
                    background-color: #45668e;
                    color: #fff
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
                    background-color: #fff;
                    color: #414042;
                    font-size: 14px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
                    bottom: -30px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
                    bottom: -60px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
                    bottom: -90px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
                    bottom: -120px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
                    bottom: -150px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
                    bottom: -180px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
                    bottom: -210px
                }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
            right: 0;
            top: 0
        }

            .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
                width: calc(90px / 3)
            }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
                    left: 5px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
                    left: 35px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
                    left: 65px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
                    left: 95px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
                    left: 125px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
                    left: 155px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
                    left: 185px
                }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
            left: 0;
            top: 0
        }

            .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
                width: calc(90px / 3)
            }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
                    right: 5px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
                    right: 35px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
                    right: 65px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
                    right: 95px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
                    right: 125px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
                    right: 155px
                }

                .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
                    right: 185px
                }

    .qodef-social-share.qodef-layout--list li {
        margin-right: 15px
    }

        .qodef-social-share.qodef-layout--list li:last-child {
            margin-right: 0
        }

        .qodef-social-share.qodef-layout--list li a {
            font-size: 14px
        }

    .qodef-social-share.qodef-layout--text li {
        margin-right: 15px
    }

        .qodef-social-share.qodef-layout--text li:last-child {
            margin-right: 0
        }

        .qodef-social-share.qodef-layout--text li a {
            font-family: Roboto,sans-serif;
            font-weight: 500;
            color: #000001;
            color: #464646;
            font-size: 13px;
            font-weight: 400;
            letter-spacing: .05em;
            line-height: 2.15em;
            text-transform: uppercase
        }

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000
}

    #qodef-page-spinner .qodef-m-inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #000001;
        background-color: #fff
    }

    #qodef-page-spinner .qodef-m-spinner {
        position: relative
    }

    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
        position: relative;
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px
    }

    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 50%;
        width: 50%;
        z-index: 1;
        animation: qode-atom-shrink 4.5s infinite linear
    }

        #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            height: 100%;
            width: 100%;
            background: currentColor;
            border-radius: 50%
        }

    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0
    }

        #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before, #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            height: 20px;
            width: 20px;
            margin: 0 auto;
            background: currentColor;
            border-radius: 50%
        }

    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
        animation: qode-atom-zindex 1.5s .75s infinite steps(2,end)
    }

        #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
            transform: rotate(0);
            animation: qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease
        }

    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
        transform: rotate(120deg);
        animation: qode-atom-zindex 1.5s -.25s infinite steps(2,end)
    }

        #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
            animation: qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease
        }

    #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
        transform: rotate(240deg);
        animation: qode-atom-zindex 1.5s .25s infinite steps(2,end)
    }

        #qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
            animation: qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease
        }

    #qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
        position: relative;
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        animation: qode-clock 8s infinite steps(8)
    }

    #qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
        position: absolute;
        height: 50px;
        width: 50px
    }

        #qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
            content: '';
            position: absolute;
            height: 18.31501832px;
            width: 18.31501832px;
            background: currentColor;
            border-radius: 50%
        }

        #qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
            transform: rotate(-135deg);
            animation: qode-clock-1 1s ease-in infinite
        }

        #qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
            transform: rotate(-90deg);
            animation: qode-clock-2 1s ease-in infinite
        }

        #qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
            transform: rotate(-45deg);
            animation: qode-clock-3 1s ease-in infinite
        }

        #qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
            animation: qode-clock-4 1s ease-in infinite
        }

    #qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
        background-color: currentColor;
        animation: qode-cube 1.2s infinite ease-in-out
    }

    #qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
        position: relative;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px
    }

    #qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: currentColor;
        border-radius: 50%;
        opacity: .6;
        animation: qode-double-pulse 2s infinite ease-in-out
    }

        #qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
            animation-delay: -1s
        }

    #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
        position: relative;
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px
    }

    #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
        position: absolute;
        width: 100%;
        height: 100%
    }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
            animation-delay: calc((600ms) - 1500ms)
        }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
            animation-delay: calc((900ms) - 1500ms)
        }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
            animation-delay: calc((1200ms) - 1500ms)
        }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
            transform: rotateZ(45deg)
        }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
                animation-delay: calc((300ms) - 1400ms)
            }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
                animation-delay: calc((600ms) - 1400ms)
            }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
                animation-delay: calc((900ms) - 1400ms)
            }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
                animation-delay: calc((1200ms) - 1400ms)
            }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
            transform: rotateZ(90deg)
        }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
                animation-delay: calc((300ms) - 1300ms)
            }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
                animation-delay: calc((600ms) - 1300ms)
            }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
                animation-delay: calc((900ms) - 1300ms)
            }

            #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
                animation-delay: calc((1200ms) - 1300ms)
            }

    #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: currentColor;
        border-radius: 100%;
        animation: qode-bounce-delay 1.2s infinite ease-in-out both
    }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
            top: 0;
            left: 0
        }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
            top: 0;
            right: 0
        }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
            right: 0;
            bottom: 0
        }

        #qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
            left: 0;
            bottom: 0
        }

    #qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
        position: relative;
        width: 30px;
        height: 30px;
        margin: -45px 0 0 -30px
    }

    #qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 40px;
        width: 40px;
        background: currentColor;
        border-radius: 50%
    }

        #qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
            top: 0;
            left: 50%;
            animation: qode-fussion-ball-1 1s 0s ease infinite;
            z-index: 1
        }

        #qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
            top: 50%;
            left: 100%;
            animation: qode-fussion-ball-2 1s 0s ease infinite;
            z-index: 2
        }

        #qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
            top: 100%;
            left: 50%;
            animation: qode-fussion-ball-3 1s 0s ease infinite;
            z-index: 1
        }

        #qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
            top: 50%;
            left: 0;
            animation: qode-fussion-ball-4 1s 0s ease infinite;
            z-index: 2
        }

    #qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
        width: 60px;
        height: 60px;
        margin: 0 0 0 -30px
    }

    #qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
        position: absolute;
        width: 60px;
        height: 4px;
        margin-left: 10px;
        background-color: currentColor;
        animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
    }

    #qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
        position: absolute;
        width: 60px;
        height: 4px;
        margin-left: 10px;
        background-color: currentColor;
        animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
    }

    #qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
        position: absolute;
        width: 60px;
        height: 4px;
        margin-left: 10px;
        background-color: currentColor;
        animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
    }

    #qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
        position: absolute;
        width: 60px;
        height: 4px;
        margin-left: 10px;
        background-color: currentColor;
        animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
    }

    #qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
        position: relative;
        height: 50px;
        width: 50px;
        margin: -25px 0 0 -25px;
        animation: qode-mitosis-invert 2s infinite steps(2,end)
    }

    #qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: currentColor;
        border-radius: 50%
    }

        #qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
            animation: qode-mitosis-ball-1 1s infinite alternate linear
        }

        #qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
            animation: qode-mitosis-ball-2 1s infinite alternate linear
        }

        #qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
            animation: qode-mitosis-ball-3 1s infinite alternate linear
        }

        #qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
            animation: qode-mitosis-ball-4 1s infinite alternate linear
        }

    #qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        #qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
            margin: 0;
            opacity: 0;
            animation: qode-fade-in 1s forwards
        }

    #qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
        flex-shrink: 0;
        animation-delay: .5s
    }

    #qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
        position: relative;
        display: block;
        height: 3px;
        width: 500px;
        margin-top: 20px;
        background-color: #e5e1dc;
        overflow: hidden;
        opacity: 0;
        animation: qode-fade-in 1s .3s forwards
    }

    #qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000001;
        width: 0
    }

    #qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
        position: relative;
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px
    }

    #qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
        position: absolute;
        height: 100%;
        width: 100%;
        background: currentColor;
        border: 0 solid currentColor;
        border-radius: 50%
    }

        #qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
            animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
        }

        #qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
            animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
        }

        #qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
            animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
        }

        #qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
            animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
        }

    #qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
        width: 32px;
        height: 32px;
        margin: -16px 0 0 -16px;
        background-color: currentColor;
        border-radius: 16px;
        animation: qode-scaleout 1s infinite ease-in-out
    }

    #qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
        width: 60px;
        height: 20px
    }

        #qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 4px;
            background-color: currentColor;
            border-radius: 100%;
            opacity: 0;
            animation: qode-ball-fall 1.5s ease infinite both
        }

            #qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(1) {
                animation-delay: calc((100ms) - 300ms)
            }

            #qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
                animation-delay: calc((200ms) - 300ms)
            }

            #qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
                animation-delay: calc((300ms) - 300ms)
            }

    #qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
        position: relative;
        width: 32px;
        height: 32px;
        margin: -16px 0 0 -16px
    }

    #qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        background-color: currentColor;
        animation: qode-rotating-cubes 1.8s infinite ease-in-out
    }

        #qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
            animation-delay: -.9s
        }

    #qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
        width: 50px;
        height: 60px;
        margin: -30px 0 0 -25px;
        text-align: center
    }

    #qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
        display: inline-block;
        float: left;
        height: 100%;
        width: 6px;
        margin: 0 3px 0 0;
        background-color: currentColor;
        animation: qode-stretch-delay 1.2s infinite ease-in-out
    }

        #qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
            animation-delay: calc((200ms) - 1300ms)
        }

        #qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
            animation-delay: calc((300ms) - 1300ms)
        }

        #qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
            animation-delay: calc((400ms) - 1300ms)
        }

        #qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
            animation-delay: calc((500ms) - 1300ms)
        }

    #qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
        position: relative;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        text-align: center;
        animation: qode-rotate-circles 2s infinite linear
    }

    #qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
        position: absolute;
        top: 0;
        width: 60%;
        height: 60%;
        display: inline-block;
        background-color: currentColor;
        border-radius: 100%;
        transform-origin: center bottom;
        animation: qode-bounce 2s infinite ease-in-out
    }

        #qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
            top: auto;
            bottom: 0;
            animation-delay: -1s
        }

    #qodef-page-spinner.qodef-layout--umea .qodef-m-umea {
        animation: qodef-animate-spinner-in 1s .7s forwards;
        color: currentColor;
        opacity: 0;
        position: relative
    }

        #qodef-page-spinner.qodef-layout--umea .qodef-m-umea svg {
            animation: loadingSpinnerRotate 3s linear infinite;
            color: currentColor
        }

            #qodef-page-spinner.qodef-layout--umea .qodef-m-umea svg .qodef-arc-1, #qodef-page-spinner.qodef-layout--umea .qodef-m-umea svg .qodef-arc-2 {
                fill: none;
                stroke-width: 1px;
                stroke: currentColor;
                transform: rotate(180deg);
                transform-origin: center
            }

            #qodef-page-spinner.qodef-layout--umea .qodef-m-umea svg .qodef-arc-1 {
                animation: loadingSpinnerStroke 1.5s linear infinite;
                opacity: .6;
                stroke-dasharray: 122
            }

            #qodef-page-spinner.qodef-layout--umea .qodef-m-umea svg .qodef-arc-2 {
                opacity: .3
            }

@keyframes qodef-animate-spinner-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

    #qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
        animation: qode-wave-jump-3 1.8s infinite ease-out
    }

    #qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
        animation: qode-wave-jump-2 1.8s infinite ease-out
    }

    #qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
        animation: qode-wave-jump-1 1.8s infinite ease-out
    }

    #qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
        margin-right: 0;
        animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1)
    }

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

    #qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
        animation-delay: -.32s
    }

    #qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
        animation-delay: -.16s
    }

.qodef-sp-holder {
    bottom: 0;
    max-width: 447px;
    opacity: 0;
    position: fixed;
    right: 0;
    transition: opacity .2s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 10001
}

.qodef-sp-inner {
    background-color: #fff;
    border: 1px solid #000001;
    margin: 20px;
    opacity: 0;
    padding: 29px 50px 33px 37px;
    transition: transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out
}

.qodef-sp-close {
    color: #000001;
    display: block;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 11px
}

    .qodef-sp-close:hover {
        color: #7d7d7d
    }

    .qodef-sp-close svg {
        fill: currentColor;
        stroke: currentColor
    }

.qodef-sp-content-container {
    background-color: #fff;
    background-size: cover
}

    .qodef-sp-content-container .wpcf7 {
        display: block;
        width: 100%
    }

    .qodef-sp-content-container .wpcf7-response-output {
        margin: 17px 0 23px 0 !important
    }

    .qodef-sp-content-container .qodef-contact-form-7--single-line {
        position: relative
    }

.qodef-sp-title {
    margin: -1px 0 0 0
}

.qodef-sp-subtitle {
    margin: 0 0 20px 0
}

.qodef-sp-promo-holder {
    display: flex;
    flex-direction: row
}

.qodef-sp-promo-image-holder {
    display: inline-block;
    margin: 2px 0 0 0;
    width: 28%
}

    .qodef-sp-promo-image-holder img {
        max-width: 100%
    }

.qodef-sp-promo-info {
    display: flex;
    flex-direction: column;
    width: 72%
}

.qodef-sp-promo-title {
    margin: -5px 0 4px 0
}

.qodef-sp-promo-text {
    margin: 0
}

.qodef-sp-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0 0 0
}

.qodef-sp-prevent-inner {
    cursor: pointer
}

    .qodef-sp-prevent-inner > * {
        display: inline-block;
        line-height: 1;
        position: relative;
        vertical-align: top
    }

.qodef-sp-prevent-input {
    border: 2px solid #414042;
    height: 10px;
    margin: 0 6px 0 0;
    overflow: hidden;
    width: 10px
}

    .qodef-sp-prevent-input svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        stroke: #000001;
        transition: opacity .2s ease-out
    }

    .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
        opacity: 1
    }

.qodef-sp-prevent-label {
    text-transform: initial
}

.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    transition: opacity .2s ease-out;
    visibility: visible
}

    .qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
        opacity: 1;
        transform: scale(1);
        transition: transform .8s cubic-bezier(.26,.63,0,.96)
    }

.qodef-page-title {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:400px;
        
}

    .qodef-page-title.qodef-image--responsive {
        height: auto !important
    }

        .qodef-page-title.qodef-image--responsive .qodef-m-content {
            left: 0;
            position: absolute;
            top: 0
        }

            .qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
                left: 50%;
                transform: translateX(-50%)
            }

    .qodef-page-title.qodef-alignment--center {
        text-align: center
    }

    .qodef-page-title.qodef-alignment--right {
        text-align: right
    }

    .qodef-page-title .qodef-m-image {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top
    }

        .qodef-page-title .qodef-m-image img {
            display: block;
            width: 100%
        }

    .qodef-page-title .qodef-m-content.qodef-content-full-width {
        padding: 0 40px
    }

    .qodef-page-title .qodef-m-subtitle {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        color: #464646;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 2.15em;
        text-transform: uppercase;
        margin: 0
    }

    .qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
        font-family: Roboto,sans-serif;
        font-size: 17px;
        line-height: 1.66em;
        font-weight: 300;
        color: white;
    }

    .qodef-page-title .qodef-breadcrumbs a {
        background-image: linear-gradient(currentColor,currentColor);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .4s cubic-bezier(.22,.61,.36,1)
    }

        .qodef-page-title .qodef-breadcrumbs a:hover {
            background-size: 100% 1px
        }

    .qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
        margin: 0 5px
    }

        .qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
            content: '/'
        }

    .qodef-page-title .qodef-separator .qodef-m-line {
        border-bottom-color: inherit
    }

    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
        margin-top: 5px
    }

    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
        align-items: center;
        flex-direction: row;
        justify-content: space-between
    }

    .qodef-page-title.qodef-title--standard .qodef-m-subtitle {
        margin: 4px 0 0
    }

html.elementor-html .qodef-uncovering-section .elementor-section-wrap {
    margin-bottom: 0 !important
}

.qodef-uncovering-section .elementor-section-wrap .elementor-section {
    background-color: #fff;
    z-index: 1
}

.qodef-uncovering-section .elementor-section-wrap > .elementor-section:last-child {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 0
}

html.elementor-html .qodef-uncovering-section .elementor-section-wrap > .elementor-section:last-child {
    bottom: initial;
    left: initial;
    position: initial;
    width: initial
}

.widget.qodef-author-info .qodef-author-info-image {
    margin-bottom: 21px;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 21px
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 0
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.qodef-social-icons-group .qodef-icon-holder {
    margin-right: 9px
}

    .qodef-social-icons-group .qodef-icon-holder a {
        transition: color .2s ease-out
    }

    .qodef-social-icons-group .qodef-icon-holder:last-child {
        margin-right: 0
    }

.widget_umea_core_sticky_sidebar {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

@media only screen and (max-width:680px) {
    .qodef-divided-content-slider .qodef--static.qodef--blog-list {
        padding-bottom: 36px !important
    }
}

@media only screen and (max-width:680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap
    }

    #qodef-author-info .qodef-m-content {
        margin-top: 23px
    }
}

@media only screen and (max-width:1440px) {
    .qodef--left.qodef-divided-content-slider .qodef--static {
        padding-right: 10%
    }

    .qodef--right.qodef-divided-content-slider .qodef--static {
        padding-left: 10%
    }
}

@media only screen and (max-width:1024px) {
    .qodef--left.qodef-divided-content-slider .qodef--static {
        padding-right: 5%
    }

    .qodef--right.qodef-divided-content-slider .qodef--static {
        padding-left: 5%
    }
}

@media only screen and (max-width:768px) {
    .qodef-divided-content-slider .qodef--static {
        width: 50% !important
    }

    .qodef--left.qodef-divided-content-slider .qodef--static {
        padding-right: 5%
    }

    .qodef--right.qodef-divided-content-slider .qodef--static {
        padding-left: 5%
    }

    .qodef-divided-content-slider .qodef--dynamic {
        width: calc(100% - 50%) !important
    }

    .qodef--left.qodef-divided-content-slider .qodef--dynamic {
        left: 50%
    }

    .qodef--right.qodef-divided-content-slider .qodef--dynamic {
        right: 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-divided-content-slider {
        min-height: initial !important
    }

        .qodef-divided-content-slider .qodef--static {
            padding: 0 0 26px 0 !important;
            position: relative;
            top: 0 !important;
            transform: translateY(0) !important;
            width: 100% !important
        }

        .qodef-divided-content-slider .qodef--dynamic {
            left: 0 !important;
            width: 100% !important
        }
}

@media only screen and (max-width:480px) {
    .qodef-fullscreen-menu > ul {
        box-sizing: border-box;
        min-width: initial;
        width: 50%
    }

    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
        min-width: initial
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header):not(.error404) #qodef-page-outer {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    #qodef-top-area {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-background-text-holder {
        height: 134%
    }
}

@media only screen and (max-width:768px) {
    #qodef-page-background-text-holder {
        height: 92%
    }
}

@media only screen and (max-width:480px) {
    #qodef-page-background-text-holder {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
            clear: both
        }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }

        .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
            clear: both
        }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 14.28571%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
        width: 12.5%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
        margin-bottom: -70px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
        margin: 0 -35px
    }

        .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
            padding: 0 35px;
            margin: 0 0 70px
        }
}

@media only screen and (max-width:1024px) {
    body #yith-quick-view-modal .yith-wcqv-wrapper {
        height: 90vh !important
    }

    body #yith-quick-view-content .product .summary {
        padding: 91px 43px 91px 43px
    }
}

@media only screen and (max-width:768px) {
    body #yith-quick-view-content .product {
        flex-direction: column
    }

        body #yith-quick-view-content .product .woocommerce-product-gallery {
            height: auto;
            width: 100%
        }

        body #yith-quick-view-content .product .summary {
            padding: 70px 43px 70px 43px;
            width: 100%
        }
}

@media only screen and (max-width:374px) {
    body #yith-quick-view-content .product .summary {
        padding: 55px 35px 55px 35px
    }
}

@media only screen and (max-width:768px) {
    .yith-wcwl-form .shop_table .product-remove {
        padding-right: 0
    }

        .yith-wcwl-form .shop_table .product-remove a {
            font-size: 20px !important
        }

    .yith-wcwl-form .shop_table .product-thumbnail {
        display: none
    }

    .yith-wcwl-form .shop_table th {
        padding: 12px 0;
        padding-left: 12px
    }

    .yith-wcwl-form .shop_table td {
        padding: 29px 0;
        padding-left: 12px
    }

        .yith-wcwl-form .shop_table td.product-remove {
            padding-right: 0
        }

    .yith-wcwl-form .shop_table thead tr th:first-child {
        padding-left: 30px
    }

    .yith-wcwl-form .shop_table thead tr th:last-child {
        padding-right: 30px
    }

    .yith-wcwl-form .shop_table tbody tr td:first-child {
        padding-left: 30px
    }

        .yith-wcwl-form .shop_table tbody tr td:first-child:before {
            left: 30px;
            width: calc(100% - 30px)
        }

    .yith-wcwl-form .shop_table tbody tr td:last-child {
        padding-right: 30px
    }

        .yith-wcwl-form .shop_table tbody tr td:last-child:before {
            width: calc(100% - 30px)
        }
}

@media only screen and (max-width:680px) {
    .yith-wcwl-form .shop_table th {
        padding: 4px 0;
        padding-left: 10px
    }

    .yith-wcwl-form .shop_table td {
        padding: 24px 0;
        padding-left: 10px
    }

    .yith-wcwl-form .shop_table .product-stock-status {
        display: none
    }

    .yith-wcwl-form .shop_table thead tr th:first-child {
        padding-left: 10px
    }

    .yith-wcwl-form .shop_table thead tr th:last-child {
        padding-right: 10px
    }

    .yith-wcwl-form .shop_table tbody tr td:first-child {
        padding-left: 10px
    }

        .yith-wcwl-form .shop_table tbody tr td:first-child:before {
            left: 10px;
            width: calc(100% - 10px)
        }

    .yith-wcwl-form .shop_table tbody tr td:last-child {
        padding-right: 10px
    }

        .yith-wcwl-form .shop_table tbody tr td:last-child:before {
            width: calc(100% - 10px)
        }
}

@media only screen and (max-width:480px) {
    .yith-wcwl-form .shop_table td.product-name .variation dt {
        float: none;
        width: 100%
    }

    .yith-wcwl-form .shop_table td.product-name .variation dd {
        float: none;
        margin: 0;
        width: 100%
    }

    .yith-wcwl-form .shop_table td.product-add-to-cart .add_to_cart {
        background-color: transparent !important;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #434343 !important;
        display: block !important;
        height: 29px !important;
        margin: 0 6px 0 6px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: relative;
        font-size: 0 !important;
        line-height: 0 !important;
        width: 29px !important;
        z-index: 100;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjExLjQzOHB4 IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxMS40MzggMTUiIGVuYWJsZS1iYWNrZ3JvdW5k PSJuZXcgMCAwIDExLjQzOCAxNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8Zz4KCQk8cGF0aCBk PSJNMC40NjYsMTQuNjMzYy0wLjE4NC0wLjE4My0wLjI3NC0wLjM5OS0wLjI3NC0wLjY0OVYzLjgy MmMwLTAuMjUsMC4wOTEtMC40NjYsMC4yNzQtMC42NQoJCWMwLjE4My0wLjE4MywwLjM5OS0wLjI3 NCwwLjY0OS0wLjI3NGgxLjg0OEMyLjk4MSwyLjEyOCwzLjI2MSwxLjQ3NCwzLjgsMC45MzVjMC41 MzktMC41MzksMS4xODQtMC44MDgsMS45MzQtMC44MDgKCQljMC43NTEsMCwxLjM5NSwwLjI3LDEu OTM0LDAuODA4YzAuNTM5LDAuNTM5LDAuODE4LDEuMTk0LDAuODM4LDEuOTYzaDEuODQ4YzAuMjQ5 LDAsMC40NjYsMC4wOTEsMC42NDksMC4yNzQKCQljMC4xODMsMC4xODQsMC4yNzQsMC40LDAuMjc0 LDAuNjV2MTAuMTYyYzAsMC4yNS0wLjA5MiwwLjQ2Ny0wLjI3NCwwLjY0OWMtMC4xODQsMC4xODMt MC40LDAuMjc0LTAuNjQ5LDAuMjc0SDEuMTE1CgkJQzAuODY1LDE0LjkwNywwLjY0OCwxNC44MTUs MC40NjYsMTQuNjMzeiBNMS4xMTUsMy44MjJ2MTAuMTYyaDkuMjM4VjMuODIySDEuMTE1eiBNMy44 ODcsMi44OThoMy42OTUKCQljLTAuMDItMC41Mi0wLjIwNy0wLjk1Ny0wLjU2My0xLjMxM0M2LjY2 MywxLjIyOSw2LjIzNCwxLjA1LDUuNzM0LDEuMDVTNC44MDUsMS4yMjksNC40NDksMS41ODQKCQlD NC4wOTMsMS45NDEsMy45MDUsMi4zNzgsMy44ODcsMi44OTh6IE00LjAxNyw1LjU0Yy0wLjA4Ny0w LjA4Ny0wLjEzLTAuMTk3LTAuMTMtMC4zMzJzMC4wNDMtMC4yNDYsMC4xMy0wLjMzMgoJCWMwLjA4 Ni0wLjA4NywwLjE5Ny0wLjEzLDAuMzMyLTAuMTNoMi43NzFjMC4xMzUsMCwwLjI0NiwwLjA0Myww LjMzMywwLjEzYzAuMDg2LDAuMDg2LDAuMTMsMC4xOTcsMC4xMywwLjMzMgoJCVM3LjUzOCw1LjQ1 Myw3LjQ1Miw1LjU0Yy0wLjA4NywwLjA4Ni0wLjE5OCwwLjEzLTAuMzMzLDAuMTNINC4zNDlDNC4y MTMsNS42NjksNC4xMDMsNS42MjYsNC4wMTcsNS41NHoiLz4KCTwvZz4KPC9zdmc+")
    }
}

@media only screen and (max-width:375px) {
    .yith-wcwl-form .shop_table {
        border-top: 1px solid #959595
    }

        .yith-wcwl-form .shop_table td.product-add-to-cart .add_to_cart {
            padding: 8px 15px !important
        }

        .yith-wcwl-form .shop_table thead {
            display: none
        }

        .yith-wcwl-form .shop_table tbody tr:first-child td:before {
            display: none
        }
}

@media only screen and (max-width:374px) {
    .yith-wcwl-form .shop_table td {
        padding-left: 4px
    }
}

@media only screen and (max-width:768px) {
    .qodef-woo-asymmetric-product-list .qodef-woo-product-content {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:680px) {
    .qodef-woo-asymmetric-product-list .qodef-e:nth-child(4n+2), .qodef-woo-asymmetric-product-list .qodef-e:nth-child(4n+3) {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-woo-masonry-product-list.qodef-item-layout--info-below .qodef-e:nth-child(5n+3) {
        width: 100% !important
    }

        .qodef-woo-masonry-product-list.qodef-item-layout--info-below .qodef-e:nth-child(5n+3) img {
            height: auto !important
        }
}

@media only screen and (max-width:680px) {
    .qodef-woo-masonry-product-list.qodef-item-layout--info-below .qodef-e:nth-child(5n+3) .qodef-woo-product-content {
        margin-top: 25px
    }

    .qodef-woo-masonry-product-list.qodef-item-layout--info-below .qodef-e:nth-child(5n+3) .qodef-woo-product-title {
        font-family: Roboto,sans-serif;
        font-weight: 500;
        color: #000001;
        font-size: 18px;
        line-height: 1.5555em;
        text-transform: initial
    }
}

@media only screen and (max-width:1024px) {
    .qodef-featured-content .qodef-e-content-inner, .qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-content-inner {
        padding: 37px 51px
    }
}

@media only screen and (max-width:768px) {
    .qodef-featured-content .qodef-e-content-inner, .qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-content-inner {
        padding: 28px 33px
    }
}

@media only screen and (max-width:480px) {
    .qodef-featured-content .qodef-e-content-inner, .qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-content-inner {
        padding: 24px 32px
    }
}

@media only screen and (max-width:680px) {
    .qodef-divided-content-slider .qodef--static.qodef--product-list {
        padding-bottom: 44px !important
    }
}

@media only screen and (max-width:1024px) {
    #qodef-woo-page.qodef-layout--image-with-thumbnails-left .qodef-woo-single-image {
        width: 100%
    }

    #qodef-woo-page.qodef-layout--image-with-thumbnails-left .qodef-woo-single-summary {
        width: 100%
    }
}

@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef-layout--image-with-thumbnails-left .qodef-woo-single-image .qodef-woo-product-mark-holder {
        left: 0
    }

    #qodef-woo-page.qodef-layout--image-with-thumbnails-left .woocommerce-product-gallery figure {
        flex-direction: column
    }

        #qodef-woo-page.qodef-layout--image-with-thumbnails-left .woocommerce-product-gallery figure > .woocommerce-product-gallery__image {
            width: auto !important
        }

        #qodef-woo-page.qodef-layout--image-with-thumbnails-left .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper {
            width: auto
        }

            #qodef-woo-page.qodef-layout--image-with-thumbnails-left .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
                margin-top: 22px !important
            }
}

@media only screen and (max-width:1440px) {
    #qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-summary {
        padding-right: 13%
    }

    #qodef-woo-page.qodef-layout--one-column-wide .woocommerce-product-details__short-description {
        padding-right: 20%
    }
}

@media only screen and (max-width:1366px) {
    #qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-summary {
        padding-right: 11%
    }
}

@media only screen and (max-width:1280px) {
    #qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-summary {
        padding-right: 9%
    }
}

@media only screen and (max-width:1024px) {
    #qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-inner {
        margin: 0 auto;
        width: 100%
    }

    #qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-image {
        padding: 0;
        width: 100%
    }

        #qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-image .qodef-woo-product-mark-holder {
            left: 0
        }

    #qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-summary {
        padding: 0 !important;
        margin: 0 auto
    }

    #qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single .woocommerce-product-details__short-description {
        padding-right: 0
    }
}

@media only screen and (max-width:1024px) {
    #qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-summary {
        width: 768px
    }
}

@media only screen and (max-width:800px) {
    #qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-summary {
        width: 86%
    }
}

@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-summary {
        width: 82%
    }
}

@media only screen and (min-width:769px) {
    .qodef-content-grid-800 #qodef-woo-page.qodef-layout--one-column-wide .qodef-woo-single-summary {
        width: 800px
    }
}

@media only screen and (max-width:1440px) {
    #qodef-woo-page.qodef-layout--one-column .woocommerce-product-details__short-description {
        padding-right: 20%
    }
}

@media only screen and (max-width:1024px) {
    #qodef-woo-page.qodef-layout--one-column .qodef-woo-single-image {
        width: 100%
    }

    #qodef-woo-page.qodef-layout--one-column .qodef-woo-single-summary {
        width: 100%
    }

    #qodef-woo-page.qodef-layout--one-column .woocommerce-product-details__short-description {
        padding-right: 0
    }
}

@media only screen and (max-width:1440px) {
    #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-summary {
        padding-right: 11%
    }

    #qodef-woo-page.qodef-layout--two-column-wide .woocommerce-product-details__short-description {
        padding-right: 20%
    }
}

@media only screen and (max-width:1366px) {
    #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-summary {
        padding-right: 9%
    }
}

@media only screen and (max-width:1280px) {
    #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-summary {
        padding-right: 7%
    }
}

@media only screen and (max-width:1024px) {
    #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-inner {
        margin: 0 auto;
        padding-left: 0;
        width: 100%
    }

    #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-image {
        padding: 0 12px;
        width: 100%
    }

        #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-image .qodef-woo-product-mark-holder {
            left: 12px
        }

    #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-summary {
        padding: 0 !important;
        margin: 0 auto
    }

        #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-summary .qodef-woo-product-title {
            margin-top: 0
        }

    #qodef-woo-page.qodef-layout--two-column-wide .woocommerce-product-details__short-description {
        padding-right: 0
    }
}

@media only screen and (max-width:1024px) {
    #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-summary {
        width: 768px
    }
}

@media only screen and (max-width:800px) {
    #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-summary {
        width: 86%
    }
}

@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-summary {
        width: 82%
    }
}

@media only screen and (min-width:769px) {
    .qodef-content-grid-800 #qodef-woo-page.qodef-layout--two-column-wide .qodef-woo-single-summary {
        width: 800px
    }
}

@media only screen and (max-width:680px) {
    .qodef-clients-list .qodef-e-image {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-big .qodef-grid-item.qodef-portfolio-info {
        margin-top: 19px !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
        margin: 0 0 50px
    }

    .qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info {
        margin-top: 27px !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--images-big .qodef-grid-item.qodef-portfolio-info {
        margin-top: 19px !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--images-small .qodef-media {
        margin: 0 0 50px
    }

    .qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info {
        margin-top: 27px !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
        margin: 0 0 50px
    }

    .qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--slider-big .qodef-grid-item.qodef-portfolio-info {
        margin-top: 19px !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single.qodef-layout--slider-small .qodef-media {
        margin: 0 0 50px
    }

    .qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info {
        margin-top: 27px !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-store-list .qodef-m-filter-holder {
        margin-bottom: 30px
    }

        .qodef-store-list .qodef-m-filter-holder .select2-container--default, .qodef-store-list .qodef-m-filter-holder input {
            margin-bottom: 0
        }

        .qodef-store-list .qodef-m-filter-holder .select2-container--default {
            width: 100% !important
        }

        .qodef-store-list .qodef-m-filter-holder .qodef-m-section {
            padding: 0 20px;
            flex: 1 0 0
        }

    .qodef-store-list .qodef-m-filter-bottom, .qodef-store-list .qodef-m-filter-top {
        display: flex;
        margin: 0 -20px 0 -20px
    }

    .qodef-store-list .qodef-m-filter-bottom {
        margin-top: 40px
    }

    .qodef-store-list .qodef-m-filter--search {
        margin-right: 50px !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-store-list.qodef-item-layout--standard .qodef-e-content {
        flex-direction: column
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner {
        padding: 0;
        width: 100%
    }

        .qodef-store-list.qodef-item-layout--standard .qodef-e-content-inner > * {
            margin: 15px 0 0 0 !important
        }

    .qodef-store-list.qodef-item-layout--standard .qodef-e--one > :first-child {
        margin-top: 0 !important
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e--four {
        text-align: left
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e-title {
        margin-bottom: -3px
    }

    .qodef-store-list.qodef-item-layout--standard .qodef-e-info--address {
        line-height: inherit
    }
}

@media only screen and (max-width:1024px) {
    .qodef-testimonials-list .qodef-m-icon {
        display: none
    }

    .qodef-testimonials-list .swiper-pagination-bullets {
        top: 15% !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-testimonials-list .qodef-e-inner {
        padding-bottom: 54px
    }

    .qodef-testimonials-list .qodef-e-text {
        margin: 0;
        padding: 0 5%
    }

    .qodef-testimonials-list .swiper-pagination {
        background-color: #fff;
        padding-top: 10px
    }

    .qodef-testimonials-list .swiper-pagination-bullets {
        bottom: 0 !important;
        flex-direction: row;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: 100% !important
    }

    .qodef-testimonials-list .swiper-pagination-bullet {
        height: auto
    }

        .qodef-testimonials-list .swiper-pagination-bullet:before {
            height: 1px;
            margin: 0 9px 0 0;
            width: 25px
        }

    .qodef-testimonials-list .swiper-pagination-bullet-active {
        width: 56px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-banner .qodef-m-image img {
        min-height: 220px
    }
}

@media only screen and (max-width:1280px) {
    .qodef-banner .qodef-m-image img {
        min-height: 245px
    }
}

@media only screen and (max-width:768px) {
    .qodef-banner .qodef-m-image img {
        max-height: 220px
    }

    .qodef-banner .qodef-m-title {
        margin: 0
    }
}

@media only screen and (max-width:1440px) {
    .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
        padding: 20px 33px
    }

    .qodef-banner.qodef-layout--link-overlay .qodef-m-text {
        padding-right: 49%
    }
}

@media only screen and (max-width:480px) {
    .qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
        padding: 19px 21px
    }

    .qodef-banner.qodef-layout--link-overlay .qodef-m-text {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block
    }

    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-featured-content .qodef-grid-item .qodef-e-content-inner {
        padding: 20px 25px !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-featured-content .qodef-grid-item .qodef-e-content-inner {
        padding: 28px 33px !important
    }
}

@media only screen and (max-width:1440px) {
    .qodef-featured-content .qodef-grid-item .qodef-e-excerpt {
        margin: 13px 0 13px 0 !important
    }
}

@media only screen and (max-width:1280px) {
    .qodef-featured-content .qodef-grid-item .qodef-e-excerpt {
        margin: 3px 0 8px 0 !important
    }
}

@media only screen and (max-width:1600px) {
    .qodef-featured-content .qodef-grid-item.portfolio-item.qodef--three .qodef-e-content {
        width: 55%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-featured-content .qodef-grid-item.portfolio-item.qodef--three .qodef-e-content {
        width: 60%
    }
}

@media only screen and (max-width:1280px) {
    .qodef-featured-content .qodef-grid-item.portfolio-item.qodef--three .qodef-e-content {
        width: 100%
    }
}

@media only screen and (max-width:1280px) {
    .qodef-featured-content .qodef-grid-item.portfolio-item.qodef--three .qodef-e-excerpt {
        width: 60%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-featured-content .qodef-grid-item.portfolio-item.qodef--three .qodef-e-excerpt {
        width: 100%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-featured-content .qodef-grid-item.portfolio-item.qodef--two .qodef-e-content {
        width: 90%
    }
}

@media only screen and (max-width:1280px) {
    .qodef-featured-content .qodef-grid-item.portfolio-item.qodef--two .qodef-e-content {
        width: 100%
    }
}

@media only screen and (max-width:1280px) {
    .qodef-featured-content .qodef-grid-item.portfolio-item.qodef--two .qodef-e-excerpt {
        width: 50%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-featured-content .qodef-grid-item.portfolio-item.qodef--two .qodef-e-excerpt {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .qodef-featured-content .qodef-grid-item.portfolio-item .qodef-e-content {
        width: 100% !important
    }

    .qodef-featured-content .qodef-grid-item.portfolio-item .qodef-e-excerpt {
        display: none
    }

    .qodef-featured-content .qodef-grid-item.portfolio-item .qodef-e-read-more {
        margin-top: 44px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1280px) {
    .qodef-interactive-link-showcase .qodef-m-item {
        padding: 0 6px 17px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-link-showcase {
        height: auto !important
    }
}

.qodef-interactive-link-showcase .qodef-m-item {
    margin: 7px 0
}

@media only screen and (max-width:1366px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
        justify-content: flex-start;
        top: 30px
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
        padding: 0 6px 13px 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-mobile-holder {
        display: block;
        padding-left: 8%;
        padding-right: 8%
    }

        .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-mobile-holder .qodef-m-image {
            opacity: 1;
            position: relative
        }

            .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-mobile-holder .qodef-m-image img {
                display: block
            }

        .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-mobile-holder .qodef-m-item {
            margin: 19px 0 51px;
            padding: 0
        }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
        display: none
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
        display: none !important
    }

    .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-scroll-indicator {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    .qodef-separator.qodef--disable-on-touch {
        display: none !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
        left: 1px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
        left: 46px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
        left: 91px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
        left: 136px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
        left: 181px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
        left: 226px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
        left: 271px
    }

    .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
        left: auto;
        right: 0
    }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
            right: auto;
            left: 1px
        }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
            right: auto;
            left: 46px
        }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
            right: auto;
            left: 91px
        }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
            right: auto;
            left: 136px
        }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
            right: auto;
            left: 181px
        }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
            right: auto;
            left: 226px
        }

        .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
            right: auto;
            left: 271px
        }
}

@media only screen and (max-width:480px) {
    .qodef-sp-holder {
        max-width: initial
    }

    .qodef-sp-inner {
        padding: 29px 43px 26px 30px
    }

    .qodef-sp-promo-holder {
        flex-direction: column
    }

    .qodef-sp-promo-image-holder {
        width: 100%
    }

    .qodef-sp-promo-info {
        margin-top: 10px;
        width: 100%
    }

    .qodef-sp-promo-title {
        margin: 15px 0 4px 0
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important
    }
}

@media only screen and (max-width:480px) {
    .qodef-page-title .qodef-m-subtitle {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
        justify-content: flex-start
    }
}
