@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style:normal
}

:root {
    --swiper-theme-color:#007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index:1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction:column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing:content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform:translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap:wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction:column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin:0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property:transform
}

.swiper-slide-invisible-blank {
    visibility:hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height:auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property:transform, height
}

.swiper-container-3d {
    perspective:1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style:preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index:10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image:linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image:linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image:linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image:linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style:none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display:none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align:start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type:x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type:y mandatory
}

:root {
    --swiper-navigation-size:44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) /44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) /2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events:none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height:1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right:auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left:auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color:#ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color:#000000
}

.swiper-button-lock {
    display:none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index:10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity:0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width:100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size:0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position:relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform:scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform:scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform:scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform:scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity:.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor:pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background:var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform:translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display:block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width:8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition:.2s transform, .2s top
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space:nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition:.2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition:.2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position:absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin:left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin:right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top:0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top:0
}

.swiper-pagination-white {
    --swiper-pagination-color:#ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color:#000000
}

.swiper-pagination-lock {
    display:none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background:rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width:98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height:98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top:0
}

.swiper-scrollbar-cursor-drag {
    cursor:move
}

.swiper-scrollbar-lock {
    display:none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit:contain
}

.swiper-slide-zoomed {
    cursor:move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color:transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color:#000
}

@keyframes swiper-preloader-spin {
    100% {
        transform:rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index:-1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function:ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property:opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events:none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}

.swiper-container-cube {
    overflow:visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height:100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events:none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin:100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility:visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility:hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index:0
}

.swiper-container-flip {
    overflow:visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index:1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events:none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events:auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility:hidden
}

@keyframes qi-addons-for-elementor-fade-in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index:102
    }

    100% {
        opacity: 1;
        visibility: visible;
        z-index:102
    }
}

@keyframes qi-addons-for-elementor-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index:102
    }

    100% {
        opacity: 0;
        visibility: hidden;
        z-index:0
    }
}

@keyframes qodef-animate-underline-from-left {
    0% {
        transform: scaleX(1);
        transform-origin:right
    }

    37% {
        transform: scaleX(0);
        transform-origin:right
    }

    38% {
        transform: scaleX(0);
        transform-origin:left
    }

    100% {
        transform: scaleX(1);
        transform-origin:left
    }
}

@keyframes qodef-animate-underline-from-right {
    0% {
        transform: scaleX(1);
        transform-origin:left
    }

    37% {
        transform: scaleX(0);
        transform-origin:left
    }

    38% {
        transform: scaleX(0);
        transform-origin:right
    }

    100% {
        transform: scaleX(1);
        transform-origin:right
    }
}

@keyframes qodef-animate-underline-multiline {
    0% {
        background-size: 100% 87%;
        background-position-x:right
    }

    38% {
        background-size: 0 87%;
        background-position-x:right
    }

    39% {
        background-size: 0 87%;
        background-position-x:left
    }

    100% {
        background-size: 100% 87%;
        background-position-x:left
    }
}

.qi-addons-for-elementor-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display:none
}

.qodef-category-separator:after {
    content: ',';
    margin-right:5px
}

.qodef-shortcode h1 a, .qodef-shortcode h2 a, .qodef-shortcode h3 a, .qodef-shortcode h4 a, .qodef-shortcode h5 a, .qodef-shortcode h6 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color:inherit
}

.qodef-custom-text-underline-draw a {
    position: relative;
    color:currentColor
}

.qodef-custom-text-underline-draw a:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-backface-visibility: hidden;
    backface-visibility:hidden
}

.qodef-custom-text-underline-draw a:hover {
    text-decoration:none
}

.qodef-custom-text-underline-draw a:hover:after {
    animation:qodef-animate-underline-from-left .6s cubic-bezier(.45, .29, 0, .82) forwards
}

body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button, body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text, body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-title {
    opacity: 0;
    transform: translateX(50px);
    transition:opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-title {
    transition-delay:.1s, .1s
}

body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text {
    transition-delay:.35s, .35s
}

body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button {
    transition-delay:.6s, .6s
}

body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-button, body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-text, body:not(.elementor-editor-active) .qodef-landing-intro-title.qodef-qi--appeared .qodef-m-title {
    opacity: 1;
    transform:translateX(0) translateZ(0)
}

@media only screen and (max-width: 1440px) {
    .qodef-grid.qodef-qi-hide-under-1440, .qodef-qi-hide-under-1440 {
        display:none
    }
}

.qodef-grid.qodef-qi-show-under-1440, .qodef-qi-show-under-1440 {
    display:none
}

.qodef-grid.qodef-qi-show-under-1440 + .swiper-button-prev, .qodef-grid.qodef-qi-show-under-1440 + .swiper-button-prev + .swiper-button-next, .qodef-qi-show-under-1440 + .swiper-button-prev, .qodef-qi-show-under-1440 + .swiper-button-prev + .swiper-button-next {
    display:none
}

@media only screen and (max-width: 1440px) {
    .qodef-grid.qodef-qi-show-under-1440, .qodef-qi-show-under-1440 {
        display:block
    }

    .qodef-grid.qodef-qi-show-under-1440 + .swiper-button-prev, .qodef-grid.qodef-qi-show-under-1440 + .swiper-button-prev + .swiper-button-next, .qodef-qi-show-under-1440 + .swiper-button-prev, .qodef-qi-show-under-1440 + .swiper-button-prev + .swiper-button-next {
        display:block
    }
}

.fslightbox-container {
    background:rgba(0, 0, 0, .8)
}

.fslightbox-container .fslightbox-slide-btn-container {
    padding:30px
}

.fslightbox-container .fslightbox-slide-btn {
    background: 0 0;
    padding:0
}

.fslightbox-container .fslightbox-toolbar {
    background:0 0
}

.fslightbox-container .fslightbox-slide-number-container {
    max-width:unset
}

.fslightbox-container .fslightbox-nav {
    height:34px
}

.qodef-qi-swiper-container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    z-index: 1;
    visibility: hidden;
    overflow:hidden
}

.qodef-qi-swiper-container .swiper-slide a:not(.qodef-button) {
    display:block
}

.qodef-qi-swiper-container .swiper-slide img {
    width:100%
}

.qodef-qi-swiper-container.qodef-swiper--initialized {
    visibility:visible
}

.qodef-qi-swiper-container .swiper-pagination-bullet {
    color: #000;
    vertical-align: middle;
    opacity: 1;
    transform-origin: center;
    transform: matrix(1, 0, 0, 1, 0, 0);
    border: 1px solid transparent;
    background: currentColor;
    transition:transform .2s ease-out, color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-qi-swiper-container .swiper-pagination-bullet-active, .qodef-qi-swiper-container .swiper-pagination-bullet:hover {
    transform:matrix(1.4, 0, 0, 1.4, 0, 0) translateZ(0)
}

.qodef-qi-swiper-container .swiper-button-next, .qodef-qi-swiper-container .swiper-button-prev, .qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-next, .qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-prev, .qodef-qi-swiper-container + .swiper-button-prev, .qodef-qi-swiper-container + .swiper-button-prev + .swiper-button-next {
    background-image: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #111;
    font-size: 26px;
    transition: color .2s ease-out, background-color .2s ease-out;
    transform:translateY(-50%)
}

.qodef-qi-swiper-container .swiper-button-next svg, .qodef-qi-swiper-container .swiper-button-prev svg, .qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-next svg, .qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-prev svg, .qodef-qi-swiper-container + .swiper-button-prev svg, .qodef-qi-swiper-container + .swiper-button-prev + .swiper-button-next svg {
    display: block;
    width: 1em;
    height: auto;
    transition: background-color .2s ease-out, color .2s ease-out;
    stroke: currentColor;
    fill:currentColor
}

.qodef-qi-swiper-container .swiper-button-next:after, .qodef-qi-swiper-container .swiper-button-prev:after, .qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-next:after, .qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-prev:after, .qodef-qi-swiper-container + .swiper-button-prev + .swiper-button-next:after, .qodef-qi-swiper-container + .swiper-button-prev:after {
    display:none !important
}

.qodef-qi-swiper-container .swiper-button-prev {
    left:30px
}

.qodef-qi-swiper-container .swiper-button-next {
    right:30px
}

.qodef-qi-swiper-container + .swiper-button-prev {
    left:-50px
}

.qodef-qi-swiper-container + .swiper-button-prev + .swiper-button-next {
    right:-50px
}

.qodef-qi-swiper-container + .qodef-swiper-together-nav {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top:30px
}

.qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-next, .qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    z-index:15
}

.qodef-qi-swiper-container + .qodef-swiper-together-nav .swiper-button-prev {
    margin-right:20px !important
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg {
    margin-left:4px
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg {
    margin-right:4px
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next i, .qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg, .qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev i, .qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg, .qodef-qi-swiper-container.qodef-navigation--hover-move + .swiper-button-prev i, .qodef-qi-swiper-container.qodef-navigation--hover-move + .swiper-button-prev svg, .qodef-qi-swiper-container.qodef-navigation--hover-move + .swiper-button-prev + .swiper-button-next i, .qodef-qi-swiper-container.qodef-navigation--hover-move + .swiper-button-prev + .swiper-button-next svg {
    transform: translateX(0);
    will-change: transform;
    transition:transform .25s cubic-bezier(.37, .08, .02, .93), background-color .2s ease-out, color .2s ease-out
}

.qodef-qi-swiper-container.qodef-navigation--hover-move + .qodef-swiper-together-nav .swiper-button-prev i, .qodef-qi-swiper-container.qodef-navigation--hover-move + .qodef-swiper-together-nav .swiper-button-prev svg, .qodef-qi-swiper-container.qodef-navigation--hover-move + .qodef-swiper-together-nav .swiper-button-prev + .swiper-button-next i, .qodef-qi-swiper-container.qodef-navigation--hover-move + .qodef-swiper-together-nav .swiper-button-prev + .swiper-button-next svg {
    transform: translateX(0);
    will-change: transform;
    transition:transform .12s ease-out, background-color .2s ease-out, color .2s ease-out
}

.qodef-qi-swiper-container.qodef-navigation--hover-move + .qodef-swiper-together-nav .swiper-button-next:hover i, .qodef-qi-swiper-container.qodef-navigation--hover-move + .qodef-swiper-together-nav .swiper-button-next:hover svg, .qodef-qi-swiper-container.qodef-navigation--hover-move + .qodef-swiper-together-nav .swiper-button-prev:hover i, .qodef-qi-swiper-container.qodef-navigation--hover-move + .qodef-swiper-together-nav .swiper-button-prev:hover svg {
    transition:transform .22s cubic-bezier(.37, .08, .02, .93) 50ms, background-color .2s ease-out, color .2s ease-out
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover i, .qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev:hover svg, .qodef-qi-swiper-container.qodef-navigation--hover-move + .qodef-swiper-together-nav .swiper-button-prev:hover i, .qodef-qi-swiper-container.qodef-navigation--hover-move + .qodef-swiper-together-nav .swiper-button-prev:hover svg, .qodef-qi-swiper-container.qodef-navigation--hover-move + .swiper-button-prev:hover i, .qodef-qi-swiper-container.qodef-navigation--hover-move + .swiper-button-prev:hover svg {
    transform:translateX(-4px)
}

.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover i, .qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next:hover svg, .qodef-qi-swiper-container.qodef-navigation--hover-move + .qodef-swiper-together-nav .swiper-button-next:hover i, .qodef-qi-swiper-container.qodef-navigation--hover-move + .qodef-swiper-together-nav .swiper-button-next:hover svg, .qodef-qi-swiper-container.qodef-navigation--hover-move + .swiper-button-prev + .swiper-button-next:hover i, .qodef-qi-swiper-container.qodef-navigation--hover-move + .swiper-button-prev + .swiper-button-next:hover svg {
    transform:translateX(4px)
}

.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-custom, .qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-fraction, .qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside > .swiper-pagination-bullets {
    bottom:0
}

.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-custom, .qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-fraction, .qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside > .swiper-pagination-bullets {
    bottom:0
}

@media only screen and (max-width: 1024px) {
    .qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-next, .qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-prev, .qodef-qi-swiper-container.qodef-hide-navigation--1024 + .qodef-swiper-together-nav .swiper-button-next, .qodef-qi-swiper-container.qodef-hide-navigation--1024 + .qodef-swiper-together-nav .swiper-button-prev, .qodef-qi-swiper-container.qodef-hide-navigation--1024 + .swiper-button-prev, .qodef-qi-swiper-container.qodef-hide-navigation--1024 + .swiper-button-prev + .swiper-button-next {
        display:none
    }
}

@media only screen and (max-width: 768px) {
    .qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-next, .qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-prev, .qodef-qi-swiper-container.qodef-hide-navigation--768 + .qodef-swiper-together-nav .swiper-button-next, .qodef-qi-swiper-container.qodef-hide-navigation--768 + .qodef-swiper-together-nav .swiper-button-prev, .qodef-qi-swiper-container.qodef-hide-navigation--768 + .swiper-button-prev, .qodef-qi-swiper-container.qodef-hide-navigation--768 + .swiper-button-prev + .swiper-button-next {
        display:none
    }
}

@media only screen and (max-width: 680px) {
    .qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-next, .qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-prev, .qodef-qi-swiper-container.qodef-hide-navigation--680 + .qodef-swiper-together-nav .swiper-button-next, .qodef-qi-swiper-container.qodef-hide-navigation--680 + .qodef-swiper-together-nav .swiper-button-prev, .qodef-qi-swiper-container.qodef-hide-navigation--680 + .swiper-button-prev, .qodef-qi-swiper-container.qodef-hide-navigation--680 + .swiper-button-prev + .swiper-button-next {
        display:none
    }
}

.qodef-swiper-pagination-outside.swiper-pagination {
    position:relative
}

.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet {
    color: #000;
    opacity: 1;
    transform-origin: center;
    transform: matrix(1, 0, 0, 1, 0, 0);
    border: 1px solid transparent;
    background: currentColor;
    transition: transform .2s ease-out, color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    margin:0 6px
}

.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet-active, .qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet:hover {
    transform:matrix(1.4, 0, 0, 1.4, 0, 0) translateZ(0)
}

.qodef-addons-blog-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-addons-blog-list .qodef-blog-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-content, .qodef-addons-blog-list .qodef-blog-item .qodef-e-inner, .qodef-addons-blog-list .qodef-blog-item .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow:hidden
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-media {
    display:block
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-media iframe {
    display: block;
    height:100%
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-title {
    margin:0 0 .5em
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-excerpt {
    margin:0
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width:100%
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 24px;
    color:#111
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform:inherit
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
    color:#3c3c3c
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child {
    margin-right:0
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon {
    margin-right: 8px;
    width: 14px;
    height: auto;
    fill: currentColor;
    flex-shrink:0
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom:.25em
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item {
    font-family: roboto mono, sans-serif;
    font-size: 15px;
    line-height: 1.13333em;
    font-weight: 400;
    letter-spacing:-.02em
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display:inline-flex
}

.qodef-addons-blog-list .qodef-blog-item .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a {
    position: relative;
    text-decoration:underline
}

.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a:after {
    content: '*';
    position: absolute;
    top: 0;
    right: -.5em;
    font-size:1.5em
}

.qodef-addons-blog-list.qodef-alignment--centered {
    text-align:center
}

.qodef-addons-blog-list.qodef-alignment--centered .qodef-blog-item .qodef-e-info {
    justify-content:center
}

.qodef-addons-blog-list.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after {
    content: '/';
    position: relative;
    left:12px
}

.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    transition: .9s cubic-bezier(.32, .32, .15, 1.17);
    background-size:0 92%
}

.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link:hover {
    background-size:100% 92%
}

.qodef-addons-blog-list.qodef--overlay .qodef-e-media-image a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition:background-color .35s ease-out
}

.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e-media-image a {
    display: block;
    width: 100%;
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a {
    transform:scale(1.03)
}

.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e-media-image a {
    display: block;
    width: 100%;
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a {
    transform:scale(1)
}

.qodef-addons-blog-list.qodef-image--hover-move .qodef-e-media-image a {
    display: block;
    width: 100%;
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change:transform
}

.qodef-addons-blog-list.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a {
    transform:scale(1.2) translateX(12px)
}

.qodef-addons-blog-list.qodef-image--hover-from-top a {
    transform-origin:top
}

.qodef-addons-blog-list.qodef-image--hover-from-bottom a {
    transform-origin:bottom
}

.qodef-addons-blog-list.qodef-image--hover-from-left a {
    transform-origin:left
}

.qodef-addons-blog-list.qodef-image--hover-from-right a {
    transform-origin:right
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-media-holder {
    position:relative
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color:#111
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date a {
    color:inherit
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    background-color:#fff
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-text {
    margin-bottom:1em
}

.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content {
    padding:45px 40px
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media-holder {
    position:relative
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color:#111
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date a {
    color:inherit
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media {
    margin-bottom:1.5em
}

.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-text {
    margin-bottom:1em
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-media-holder {
    position:relative
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    background-color:#fff
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date a {
    color:inherit
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding:40px
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item {
    color:#fff
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover {
    color:inherit
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title {
    color: #fff;
    margin:0
}

.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title a {
    color:inherit
}

.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-inner {
    padding-bottom: 2em;
    border-bottom:1px solid #ebebeb
}

.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-grid-item:last-child .qodef-e-inner {
    padding-bottom: 0;
    border-bottom-style:hidden
}

@media only screen and (min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1367px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1367px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1367px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }

    .qodef-addons-blog-list.qodef-item-layout--minimal.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) .qodef-e-inner {
        padding-bottom: 0;
        border-bottom-style:hidden
    }
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
    display: flex;
    align-items:center
}

@media only screen and (max-width: 480px) {
    .qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
        flex-direction: column;
        align-items:flex-start
    }
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media {
    width:50%
}

@media only screen and (max-width: 480px) {
    .qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media {
        width:100%
    }
}

.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content {
    flex: 1;
    padding:20px 27px
}

@media only screen and (max-width: 480px) {
    .qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content {
        padding:20px 0
    }
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-media {
    margin-bottom:1.5em
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-text {
    margin-bottom:1em
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom {
    display: flex;
    align-items: center;
    justify-content:space-between
}

.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info-author img {
    border-radius: 50%;
    overflow: hidden;
    margin-right:12px
}

.qodef-addons-blog-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-addons-blog-slider .qodef-blog-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-content, .qodef-addons-blog-slider .qodef-blog-item .qodef-e-inner, .qodef-addons-blog-slider .qodef-blog-item .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-addons-blog-slider .qodef-blog-item.has-post-thumbnail .qodef-e-content {
    padding-top:27px
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width:100%
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image a, .qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image img {
    display: block;
    width:100%
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media {
    display:block
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-title {
    margin:0 0 .5em
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-excerpt {
    margin:0
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more {
    margin-top:14px
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    outline: 0;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
    display: inline-flex;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #111;
    background-color: transparent;
    border:0
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more-link .qodef-theme-button-icon {
    position: relative;
    flex-shrink: 0;
    width: 17px;
    height: auto;
    margin-left: 10px;
    fill: currentColor;
    transform: translateX(0);
    transition:transform .3s cubic-bezier(0, .53, .18, .98)
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more-link:hover {
    background-color: transparent;
    border: 0;
    color:#111
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more-link:hover .qodef-theme-button-icon {
    transform:translateX(5px)
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width:100%
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 24px;
    color:#111
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform:inherit
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
    color:#3c3c3c
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child {
    margin-right:0
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon {
    margin-right: 8px;
    width: 14px;
    height: auto;
    fill: currentColor;
    flex-shrink:0
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom:.25em
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item {
    font-family: roboto mono, sans-serif;
    font-size: 15px;
    line-height: 1.13333em;
    font-weight: 400;
    letter-spacing:-.02em
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display:inline-flex
}

.qodef-addons-blog-slider .qodef-blog-item .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a {
    position: relative;
    text-decoration:underline
}

.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a:after {
    content: '*';
    position: absolute;
    top: 0;
    right: -.5em;
    font-size:1.5em
}

.qodef-addons-blog-slider article .qodef-e-media-image {
    overflow:hidden
}

.qodef-addons-blog-slider.qodef-content-has-background-color .qodef-e-content {
    padding-left: 28px;
    padding-right:28px
}

.qodef-addons-blog-slider.qodef-alignment--centered {
    text-align:center
}

.qodef-addons-blog-slider.qodef-alignment--centered .qodef-blog-item .qodef-e-info {
    justify-content:center
}

.qodef-addons-blog-slider.qodef-info-no-icons .qodef-e-info .qodef-e-info-item:not(:last-child):after {
    content: '/';
    position: relative;
    left:12px
}

.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), currentColor 2px);
    transition: .9s cubic-bezier(.32, .32, .15, 1.17);
    background-size:0 92%
}

.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link:hover {
    background-size:100% 92%
}

.qodef-addons-blog-slider.qodef-title--hover-underline a.qodef-e-title-link {
    display:inline
}

.qodef-addons-blog-slider.qodef--overlay .qodef-e-media-image a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition:background-color .35s ease-out
}

.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-media-image a {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-media-image a {
    transform:scale(1.03)
}

.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-media-image a {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-media-image a {
    transform:scale(1)
}

.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e-media-image a {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change:transform
}

.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-media-image a {
    transform:scale(1.2) translateX(12px)
}

.qodef-addons-blog-slider.qodef-image--hover-from-top a {
    transform-origin:top
}

.qodef-addons-blog-slider.qodef-image--hover-from-bottom a {
    transform-origin:bottom
}

.qodef-addons-blog-slider.qodef-image--hover-from-left a {
    transform-origin:left
}

.qodef-addons-blog-slider.qodef-image--hover-from-right a {
    transform-origin:right
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-media-holder {
    position:relative
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color:#111
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date a {
    color:inherit
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-inner {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    background-color:#fff
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-text {
    margin-bottom:1em
}

.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-content {
    padding:45px 40px
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media-holder {
    position:relative
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color:#111
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date a {
    color:inherit
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media {
    margin-bottom:1.5em
}

.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-text {
    margin-bottom:1em
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-media-holder {
    position:relative
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding:40px
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item {
    color:#fff
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-info--top .qodef-e-info-item a:hover {
    color:inherit
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title {
    color: #fff;
    margin:0
}

.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title a {
    color:inherit
}

.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner {
    display: flex;
    align-items:center
}

@media only screen and (max-width: 480px) {
    .qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner {
        flex-direction: column;
        align-items:flex-start
    }
}

.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media {
    width:50%
}

@media only screen and (max-width: 480px) {
    .qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media {
        width:100%
    }
}

.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content {
    flex: 1;
    padding:20px 27px
}

@media only screen and (max-width: 480px) {
    .qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content {
        padding:20px 0
    }
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-media {
    margin-bottom:1.5em
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-text {
    margin-bottom:1em
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info.qodef-info--bottom {
    display: flex;
    align-items: center;
    justify-content:space-between
}

.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info-author img {
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right:12px
}

.qodef-shortcode .qodef-addons-m-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin:0
}

.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .nav-links {
    display: flex;
    align-items: center;
    justify-content:center
}

.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition:all .2s ease-out
}

.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.next svg, .qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers.prev svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    max-height:100%
}

.qodef-contact-form-7 form div {
    position: relative;
    margin:0
}

.qodef-contact-form-7.qodef-button--full-width input[type=submit] {
    width:100%
}

.qodef-contact-form-7 .wpcf7-form-control-wrap {
    width: 100%;
    display:block
}

.qodef-contact-form-7 textarea {
    resize:none
}

.qodef-contact-form-7 .wpcf7-list-item.first {
    margin-left:0
}

.qodef-contact-form-7 .qodef-cf7-flex {
    display:flex
}

@media only screen and (max-width: 1024px) {
    .qodef-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--1024 {
        flex-wrap:wrap
    }
}

@media only screen and (max-width: 768px) {
    .qodef-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--768 {
        flex-wrap:wrap
    }
}

@media only screen and (max-width: 680px) {
    .qodef-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--680 {
        flex-wrap:wrap
    }
}

.qodef-contact-form-7 .qodef-grid-item {
    margin:0 !important
}

.qodef-contact-form-7 .wpcf7-checkbox, .qodef-contact-form-7 .wpcf7-radio {
    line-height: 1;
    display:block
}

.qodef-contact-form-7 .wpcf7-checkbox label, .qodef-contact-form-7 .wpcf7-radio label {
    display: flex;
    align-items: center;
    justify-content:center
}

.qodef-contact-form-7 label {
    margin-bottom:0
}

.qodef-contact-form-7 input[type=date], .qodef-contact-form-7 input[type=email], .qodef-contact-form-7 input[type=number], .qodef-contact-form-7 input[type=password], .qodef-contact-form-7 input[type=search], .qodef-contact-form-7 input[type=tel], .qodef-contact-form-7 input[type=text], .qodef-contact-form-7 input[type=url], .qodef-contact-form-7 select, .qodef-contact-form-7 textarea {
    margin:0
}

.qodef-contact-form-7 input[type=checkbox], .qodef-contact-form-7 input[type=radio] {
    margin: 0;
    width: 1em;
    height: 1em;
    vertical-align:middle
}

.qodef-contact-form-7 button[type=submit]:focus, .qodef-contact-form-7 button[type=submit]:hover, .qodef-contact-form-7 input[type=submit]:focus, .qodef-contact-form-7 input[type=submit]:hover {
    color: unset;
    background-color:unset
}

.qodef-contact-form-7 input[type=submit] {
    transition:all .3s ease-out
}

.qodef-contact-form-7 textarea {
    vertical-align:middle
}

.qodef-addons-woo-shortcode .qodef-e-product-mark {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 68px;
    color: #111;
    background-color: #fff;
    padding: 1.8em 1.2em;
    z-index:5
}

.qodef-addons-woo-shortcode .qodef-e-product-title {
    margin: 0;
    z-index: 2;
    position:relative
}

.qodef-addons-woo-shortcode .qodef-e-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height:1
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align:top
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star {
    color:#111
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: 4px;
    width: 16px;
    height: auto;
    fill: none;
    stroke:currentColor
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg:last-child {
    margin-right:0
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space:nowrap
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor;
    stroke:none
}

.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg {
    width: 1em;
    margin-right:8px
}

.qodef-addons-woo-shortcode .price {
    position: relative;
    display: flex;
    align-items: center;
    margin:0
}

.qodef-addons-woo-shortcode .price del {
    margin-right:.8em
}

.qodef-addons-woo-shortcode .price ins {
    text-decoration:none
}

.qodef-addons-woo-shortcode .added_to_cart, .qodef-addons-woo-shortcode .button {
    color: #111;
    z-index:3
}

.qodef-addons-woo-shortcode .added_to_cart.added, .qodef-addons-woo-shortcode .button.added {
    display:none !important
}

.qodef-addons-woo-shortcode .added_to_cart.qodef-button.qodef-layout--textual, .qodef-addons-woo-shortcode .button.qodef-button.qodef-layout--textual {
    background:0 0
}

.qodef-woo-shortcode-add-to-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-woo-shortcode-add-to-cart .button.added {
    display:none
}

.qodef-woo-product-category-list .woocommerce-loop-category__title {
    margin:0
}

.qodef-woo-product-category-list .count {
    display:none
}

.qodef-woo-product-category-list .qodef-e-img-holder {
    overflow:hidden
}

.qodef-woo-product-category-list.qodef--overlay .qodef-e-img-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition:background-color .35s ease-out
}

.qodef-woo-product-category-list.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-woo-product-category-list.qodef-image--hover-zoom .qodef-e:hover img {
    transform:scale(1.03)
}

.qodef-woo-product-category-list.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-woo-product-category-list.qodef-image--hover-zoom-out .qodef-e:hover img {
    transform:scale(1)
}

.qodef-woo-product-category-list.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change:transform
}

.qodef-woo-product-category-list.qodef-image--hover-move .qodef-e:hover img {
    transform:scale(1.2) translateX(12px)
}

.qodef-woo-product-category-list.qodef-image--hover-from-top img {
    transform-origin:top
}

.qodef-woo-product-category-list.qodef-image--hover-from-bottom img {
    transform-origin:bottom
}

.qodef-woo-product-category-list.qodef-image--hover-from-left img {
    transform-origin:left
}

.qodef-woo-product-category-list.qodef-image--hover-from-right img {
    transform-origin:right
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image-boxed .product-category .woocommerce-loop-category__title {
    position: absolute;
    bottom: 40px;
    left: 50%;
    background-color: #fff;
    width: auto;
    text-align: center;
    padding: 10px 40px;
    transform:translateX(-50%)
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    color: #fff;
    text-align:center
}

.qodef-position--bottom-left .qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    text-align:left
}

.qodef-woo-product-category-list.qodef-item-layout--info-side .qodef-e-holder-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color:#f6f6f6
}

.qodef-woo-product-category-list.qodef-item-layout--info-side .qodef-e-content {
    position: absolute;
    max-height: 100%;
    width: 100%;
    left: 0;
    flex: 1;
    overflow:hidden
}

.qodef-woo-product-category-list.qodef-item-layout--info-side .qodef-e-image {
    width:60%
}

.qodef-woo-shortcode-product-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-woo-shortcode-product-list .qodef-e-product-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width:100%
}

.touchevents .qodef-woo-shortcode-product-list .qodef-e-product-inner {
    cursor:pointer
}

.qodef-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity:1
}

.qodef-woo-shortcode-product-list .qodef-e-product-inner:hover .qodef-e-product-title {
    color:#3c3c3c
}

.qodef-woo-shortcode-product-list .qodef-e-product-image {
    position: relative;
    display: inline-block;
    vertical-align:top
}

.qodef-woo-shortcode-product-list .qodef-e-product-image img {
    display: block;
    width:100%
}

.qodef-woo-shortcode-product-list .qodef-e-product-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition:opacity .35s ease-out
}

.qodef-woo-shortcode-product-list .qodef-e-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-woo-shortcode-product-list .qodef-e-product-heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items:baseline
}

.qodef-woo-shortcode-product-list .woocommerce-Price-currencySymbol {
    position: relative;
    top: -.3em;
    font-size:.6em
}

.qodef-woo-shortcode-product-list .price {
    flex-shrink:0
}

.qodef-woo-shortcode-product-list .qodef-e-product-title {
    transition:color .2s ease-out
}

.qodef-woo-shortcode-product-list .qodef-e-product-categories a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    z-index:3
}

.qodef-woo-shortcode-product-list .qodef-e-product-categories a:focus, .qodef-woo-shortcode-product-list .qodef-e-product-categories a:hover {
    color:#3c3c3c
}

.qodef-woo-shortcode-product-list .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.qodef-woo-shortcode-product-list.qodef--overlay .qodef-e-product-image-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition:background-color .35s ease-out
}

.qodef-woo-shortcode-product-list .qodef-e-product-image {
    overflow: hidden;
    width:101%
}

.qodef-woo-shortcode-product-list.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-woo-shortcode-product-list.qodef-image--hover-zoom .qodef-e:hover img {
    transform:scale(1.03)
}

.qodef-woo-shortcode-product-list.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-woo-shortcode-product-list.qodef-image--hover-zoom-out .qodef-e:hover img {
    transform:scale(1)
}

.qodef-woo-shortcode-product-list.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change:transform
}

.qodef-woo-shortcode-product-list.qodef-image--hover-move .qodef-e:hover img {
    transform:scale(1.2) translateX(12px)
}

.qodef-woo-shortcode-product-list.qodef-image--hover-from-top img {
    transform-origin:top
}

.qodef-woo-shortcode-product-list.qodef-image--hover-from-bottom img {
    transform-origin:bottom
}

.qodef-woo-shortcode-product-list.qodef-image--hover-from-left img {
    transform-origin:left
}

.qodef-woo-shortcode-product-list.qodef-image--hover-from-right img {
    transform-origin:right
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .25s ease-out, all .3s cubic-bezier(.46, .03, .52, .96);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    pointer-events:none
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-image-inner a {
    pointer-events:all
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity: 1;
    -webkit-clip-path: inset(13px 13px 13px 13px);
    clip-path: inset(13px 13px 13px 13px);
    transition-delay:0s, .15s
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset .qodef-e-product-content {
    padding:22px 0 25px
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-content {
    text-align: center;
    padding:22px 0 25px
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price {
    justify-content:center
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    opacity: 0;
    transition:.15s ease-out
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized {
    opacity:1
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price {
    transform: translateX(0);
    transition: transform .4s .1s ease;
    width: 100%;
    position:absolute
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap {
    position: absolute;
    width: 100%;
    transform: translateX(100%);
    transition:transform .5s 0s ease
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price {
    transform: translateX(-100%);
    transition-delay:0s
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap {
    transform: translateX(0);
    transition-delay:.1s
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-content {
    padding:22px 0 25px
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner {
    opacity: 0;
    transform: translateY(10px);
    transition:opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity: 1;
    transform:translateY(0)
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below .qodef-e-product-content {
    text-align: center;
    padding:22px 0 25px
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-below .price {
    justify-content:center
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 35px;
    background-color:#f6f6f6
}

.qodef-position--bottom-left .qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
    align-items: flex-start;
    justify-content: flex-end;
    text-align:left
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-ratings {
    text-align:center
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark {
    left: auto;
    right:0
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-price > span {
    width:100%
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-image-content-inner {
    opacity: 0;
    transform: translateY(20px);
    transition:opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-image-content-inner {
    opacity: 1;
    transform:translateY(0)
}

.qodef-woo-shortcode-product-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-woo-shortcode-product-slider .qodef-e-product-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width:100%
}

.touchevents .qodef-woo-shortcode-product-slider .qodef-e-product-inner {
    cursor:pointer
}

.qodef-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity:1
}

.qodef-woo-shortcode-product-slider .qodef-e-product-inner:hover .qodef-e-product-title {
    color:#3c3c3c
}

.qodef-woo-shortcode-product-slider .qodef-e-product-image {
    position: relative;
    display: inline-block;
    vertical-align:top
}

.qodef-woo-shortcode-product-slider .qodef-e-product-image img {
    display: block;
    width:100%
}

.qodef-woo-shortcode-product-slider .qodef-e-product-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition:opacity .35s ease-out
}

.qodef-woo-shortcode-product-slider .qodef-e-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-woo-shortcode-product-slider .qodef-e-product-heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items:baseline
}

.qodef-woo-shortcode-product-slider .woocommerce-Price-currencySymbol {
    position: relative;
    top: -.3em;
    font-size:.6em
}

.qodef-woo-shortcode-product-slider .price {
    flex-shrink:0
}

.qodef-woo-shortcode-product-slider .qodef-e-product-title {
    transition:color .2s ease-out
}

.qodef-woo-shortcode-product-slider .qodef-e-product-categories a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    z-index:3
}

.qodef-woo-shortcode-product-slider .qodef-e-product-categories a:focus, .qodef-woo-shortcode-product-slider .qodef-e-product-categories a:hover {
    color:#3c3c3c
}

.qodef-woo-shortcode-product-slider .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.qodef-woo-shortcode-product-slider.qodef--overlay .qodef-e-product-image-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition:background-color .35s ease-out
}

.qodef-woo-shortcode-product-slider .qodef-e-product-image {
    overflow: hidden;
    width:100%
}

.qodef-woo-shortcode-product-slider.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-woo-shortcode-product-slider.qodef-image--hover-zoom .qodef-e:hover img {
    transform:scale(1.03)
}

.qodef-woo-shortcode-product-slider.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-woo-shortcode-product-slider.qodef-image--hover-zoom-out .qodef-e:hover img {
    transform:scale(1)
}

.qodef-woo-shortcode-product-slider.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change:transform
}

.qodef-woo-shortcode-product-slider.qodef-image--hover-move .qodef-e:hover img {
    transform:scale(1.2) translateX(12px)
}

.qodef-woo-shortcode-product-slider.qodef-image--hover-from-top img {
    transform-origin:top
}

.qodef-woo-shortcode-product-slider.qodef-image--hover-from-bottom img {
    transform-origin:bottom
}

.qodef-woo-shortcode-product-slider.qodef-image--hover-from-left img {
    transform-origin:left
}

.qodef-woo-shortcode-product-slider.qodef-image--hover-from-right img {
    transform-origin:right
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner {
    text-align: center;
    padding: 25px 15px;
    background-color: #f6f6f6;
    transition:background-color .35s ease-out
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .price {
    justify-content:center
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    opacity: 0;
    transition:.15s ease-out
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder.qodef--initialized {
    opacity:1
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-woo-product-price {
    transform: translateX(0);
    transition: transform .4s .1s ease;
    width: 100%;
    position:absolute
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-swap-holder .qodef-e-to-swap {
    position: absolute;
    width: 100%;
    transform: translateX(100%);
    transition:transform .5s 0s ease
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-woo-product-price {
    transform: translateX(-100%);
    transition-delay:0s
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-swap .qodef-e-product-inner:hover .qodef-e-swap-holder .qodef-e-to-swap {
    transform: translateX(0);
    transition-delay:.1s
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-content {
    padding:22px 0 25px
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-image-inner {
    opacity: 0;
    transform: translateY(10px);
    transition:opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover .qodef-e-product-inner:hover .qodef-e-product-image-inner {
    opacity: 1;
    transform:translateY(0)
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-image-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 35px;
    background-color:#f6f6f6
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-ratings {
    text-align:center
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-woo-product-price > span {
    width:100%
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner .qodef-e-product-mark {
    left: auto;
    right:0
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-image-content-inner {
    opacity: 0;
    transform: translateY(20px);
    transition:opacity .25s, transform .4s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered .qodef-e-product-inner:hover .qodef-image-content-inner {
    opacity: 1;
    transform:translateY(0)
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-image-inner {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    transition:opacity .25s ease-out
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-top {
    text-align: left;
    width: 100%;
    transform: translateY(10px);
    transition:transform .25s ease-out
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-bottom {
    width:100%
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner .qodef-e-product-mark {
    left: auto;
    right:0
}

.qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-bottom, .qodef-woo-shortcode-product-slider.qodef-item-layout--info-on-image .qodef-e-product-inner:hover .qodef-e-product-top {
    transform:translateY(0)
}

.qodef-wp-forms textarea {
    resize:none
}

.qodef-wp-forms input, .qodef-wp-forms select {
    height:auto !important
}

.qodef-wp-forms.qodef-button--full-width button[type=submit] {
    width:100%
}

.qodef-wp-forms.qodef-wpf-flex form {
    display: flex;
    align-items:center
}

.qodef-wp-forms.qodef-wpf-flex form > .wpforms-field-container {
    flex-grow: 1;
    flex-basis:100%
}

.qodef-wp-forms.qodef-wpf-flex form > .wpforms-submit-container {
    flex-grow:0
}

.qodef-wp-forms.qodef-wpf-flex.qodef-wpf-absolute-btn form > .wpforms-submit-container {
    position: absolute;
    right:0
}

@media only screen and (max-width: 1024px) {
    .qodef-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--1024 form {
        flex-wrap:wrap
    }
}

@media only screen and (max-width: 768px) {
    .qodef-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--768 form {
        flex-wrap:wrap
    }
}

@media only screen and (max-width: 680px) {
    .qodef-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--680 form {
        flex-wrap:wrap
    }
}

.qodef-wp-forms .qodef-grid-item {
    margin:0 !important
}

.qodef-wp-forms .wpforms-submit-container {
    padding:0 !important
}

.qodef-wp-forms div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
    margin-right:0 !important
}

.qodef-wp-forms div.wpforms-container-full .wpforms-form ul li {
    margin-bottom:0 !important
}

.qodef-wp-forms label {
    margin-bottom:0
}

.qodef-wp-forms input[type=date], .qodef-wp-forms input[type=email], .qodef-wp-forms input[type=number], .qodef-wp-forms input[type=password], .qodef-wp-forms input[type=search], .qodef-wp-forms input[type=tel], .qodef-wp-forms input[type=text], .qodef-wp-forms input[type=url], .qodef-wp-forms textarea {
    margin:0
}

.qodef-wp-forms input[type=range] {
    padding: 0 !important;
    margin:0 !important
}

.qodef-wp-forms input[type=checkbox], .qodef-wp-forms input[type=radio] {
    margin: 0;
    width: 1em !important;
    height: 1em !important;
    vertical-align:middle !important
}

.qodef-wp-forms button[type=submit]:focus, .qodef-wp-forms button[type=submit]:hover, .qodef-wp-forms input[type=submit]:focus, .qodef-wp-forms input[type=submit]:hover {
    color: unset;
    background-color:unset
}

.qodef-wp-forms button[type=submit], .qodef-wp-forms input[type=submit] {
    display:inline-flex
}

.qodef-wp-forms button[type=submit] span, .qodef-wp-forms input[type=submit] span {
    display:inline
}

.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor:none
}

.qodef-accordion .qodef-e-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-accordion.qodef--init {
    visibility:visible
}

.qodef-accordion .qodef-e-icon > svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    vertical-align:top
}

.qodef-accordion .qodef-e-title-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 10px 26px 26px;
    transition: all .2s ease-out;
    cursor: pointer;
    margin:0
}

.qodef-accordion .qodef-e-title-holder:not(:first-child) {
    margin:12px 0 0
}

.qodef-accordion .qodef-e-title-holder .qodef-e-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align:center
}

.qodef-accordion .qodef-e-title-holder .qodef-e-mark span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 0;
    transform:translateY(-50%)
}

.qodef-accordion .qodef-e-title-holder .qodef-e-mark span:before {
    display: block;
    line-height:inherit
}

.qodef-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus, .qodef-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
    transition:opacity .2s ease-out, color .2s ease-out
}

.qodef-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
    opacity:0
}

.qodef-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
    opacity:1
}

.qodef-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus {
    opacity:1
}

.qodef-accordion .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus {
    opacity:0
}

.qodef-accordion .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus {
    opacity:0
}

.qodef-accordion .qodef-e-content {
    padding: 0 26px 16px;
    margin: 0;
    transition: background-color .2s ease-out;
    box-sizing:content-box
}

.qodef-accordion .qodef-e-content p {
    margin:0
}

.qodef-accordion.qodef-style--standard .qodef-e-content {
    padding:16px 26px
}

.qodef-accordion.qodef-style--standard .qodef-e-title-holder.ui-state-active {
    background-color:#f6f6f6
}

.qodef-accordion.qodef-style--boxed {
    border:1px solid #ebebeb
}

.qodef-accordion.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
    margin: 0;
    border-top:1px solid #ebebeb
}

.qodef-accordion.qodef-style--border-top {
    border-bottom:1px solid #ebebeb
}

.qodef-accordion.qodef-style--border-top .qodef-e-title-holder {
    margin: 0;
    border-top:1px solid #ebebeb
}

.qodef-accordion.qodef-style--border-between .qodef-e-title-holder {
    margin: 0;
    border-bottom:1px solid #ebebeb
}

.qodef-accordion.qodef-style--border-between .qodef-e-content {
    padding: 16px 26px;
    border-bottom:1px solid #ebebeb
}

.qodef-animated-text .qodef-m-title {
    overflow:hidden
}

.qodef-animated-text .qodef-e-word {
    display:inline-block
}

.qodef-animated-text.qodef--animated-by-letter.qodef--alignment-left .qodef-m-title {
    justify-content:flex-start
}

.qodef-animated-text.qodef--animated-by-letter.qodef--alignment-right .qodef-m-title {
    justify-content:flex-end
}

.qodef-animated-text.qodef--animated-by-letter.qodef--alignment-center .qodef-m-title {
    justify-content:center
}

.qodef-animated-text.qodef--appear-from-bottom .qodef-e-character, .qodef-animated-text.qodef--appear-from-bottom .qodef-e-word {
    opacity: 0;
    transform: translateY(50px);
    transition:opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-animated-text.qodef--appear-from-top .qodef-e-character, .qodef-animated-text.qodef--appear-from-top .qodef-e-word {
    opacity: 0;
    transform: translateY(-50px);
    transition:opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-animated-text.qodef--appear-from-left .qodef-e-character, .qodef-animated-text.qodef--appear-from-left .qodef-e-word {
    opacity: 0;
    transform: translateX(-50px);
    transition:opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-animated-text.qodef--appear-from-right .qodef-e-character, .qodef-animated-text.qodef--appear-from-right .qodef-e-word {
    opacity: 0;
    transform: translateX(50px);
    transition:opacity .25s, transform .45s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-animated-text.qodef--appear-fade .qodef-e-character, .qodef-animated-text.qodef--appear-fade .qodef-e-word {
    opacity: 0;
    transition:opacity 1s ease-out
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(2) {
    transition-delay:.28s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(3) {
    transition-delay:.42s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(4) {
    transition-delay:.56s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(5) {
    transition-delay:.7s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(6) {
    transition-delay:.84s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(7) {
    transition-delay:.98s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(8) {
    transition-delay:1.12s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(9) {
    transition-delay:1.26s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(10) {
    transition-delay:1.4s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(11) {
    transition-delay:1.54s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(12) {
    transition-delay:1.68s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(13) {
    transition-delay:1.82s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(14) {
    transition-delay:1.96s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(15) {
    transition-delay:2.1s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(16) {
    transition-delay:2.24s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(17) {
    transition-delay:2.38s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(18) {
    transition-delay:2.52s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(19) {
    transition-delay:2.66s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(20) {
    transition-delay:2.8s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(21) {
    transition-delay:2.94s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(22) {
    transition-delay:3.08s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(23) {
    transition-delay:3.22s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(24) {
    transition-delay:3.36s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(25) {
    transition-delay:3.5s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(26) {
    transition-delay:3.64s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(27) {
    transition-delay:3.78s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(28) {
    transition-delay:3.92s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(29) {
    transition-delay:4.06s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(30) {
    transition-delay:4.2s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(31) {
    transition-delay:4.34s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(32) {
    transition-delay:4.48s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(33) {
    transition-delay:4.62s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(34) {
    transition-delay:4.76s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(35) {
    transition-delay:4.9s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(36) {
    transition-delay:5.04s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(37) {
    transition-delay:5.18s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(38) {
    transition-delay:5.32s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(39) {
    transition-delay:5.46s
}

.qodef-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left) .qodef-e-word:nth-child(40) {
    transition-delay:5.6s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(2) {
    transition-delay:.28s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(3) {
    transition-delay:.42s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(4) {
    transition-delay:.56s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(5) {
    transition-delay:.7s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(6) {
    transition-delay:.84s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(7) {
    transition-delay:.98s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(8) {
    transition-delay:1.12s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(9) {
    transition-delay:1.26s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(10) {
    transition-delay:1.4s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(11) {
    transition-delay:1.54s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(12) {
    transition-delay:1.68s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(13) {
    transition-delay:1.82s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(14) {
    transition-delay:1.96s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(15) {
    transition-delay:2.1s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(16) {
    transition-delay:2.24s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(17) {
    transition-delay:2.38s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(18) {
    transition-delay:2.52s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(19) {
    transition-delay:2.66s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(20) {
    transition-delay:2.8s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(21) {
    transition-delay:2.94s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(22) {
    transition-delay:3.08s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(23) {
    transition-delay:3.22s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(24) {
    transition-delay:3.36s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(25) {
    transition-delay:3.5s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(26) {
    transition-delay:3.64s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(27) {
    transition-delay:3.78s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(28) {
    transition-delay:3.92s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(29) {
    transition-delay:4.06s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(30) {
    transition-delay:4.2s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(31) {
    transition-delay:4.34s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(32) {
    transition-delay:4.48s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(33) {
    transition-delay:4.62s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(34) {
    transition-delay:4.76s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(35) {
    transition-delay:4.9s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(36) {
    transition-delay:5.04s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(37) {
    transition-delay:5.18s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(38) {
    transition-delay:5.32s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(39) {
    transition-delay:5.46s
}

.qodef-animated-text.qodef--animated-by-word.qodef--appear-from-left .qodef-e-word:nth-last-child(40) {
    transition-delay:5.6s
}

.qodef-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-character, .qodef-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-word, .qodef-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-character, .qodef-animated-text.qodef--appear-from-bottom.qodef-qi--appeared .qodef-e-word, .qodef-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-character, .qodef-animated-text.qodef--appear-from-left.qodef-qi--appeared .qodef-e-word, .qodef-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-character, .qodef-animated-text.qodef--appear-from-right.qodef-qi--appeared .qodef-e-word, .qodef-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-character, .qodef-animated-text.qodef--appear-from-top.qodef-qi--appeared .qodef-e-word {
    opacity: 1;
    transform:translateX(0) translateZ(0)
}

.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom .qodef-m-title {
    opacity: 0;
    transform: translateY(50px);
    transition:opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top .qodef-m-title {
    opacity: 0;
    transform: translateY(-50px);
    transition:opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left .qodef-m-title {
    opacity: 0;
    transform: translateX(-50px);
    transition:opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right .qodef-m-title {
    opacity: 0;
    transform: translateX(50px);
    transition:opacity .4s, transform .7s cubic-bezier(.26, -.14, 0, 1.01)
}

.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade .qodef-m-title {
    opacity: 0;
    transition:opacity .7s ease-out
}

.qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-fade.qodef-qi--appeared .qodef-m-title, .qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-bottom.qodef-qi--appeared .qodef-m-title, .qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-left.qodef-qi--appeared .qodef-m-title, .qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-right.qodef-qi--appeared .qodef-m-title, .qodef-animated-text:not(.qodef--animated-by-word):not(.qodef--animated-by-letter).qodef--appear-from-top.qodef-qi--appeared .qodef-m-title {
    opacity: 1;
    transform:translateX(0) translateZ(0)
}

.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden;
    transition:box-shadow .35s ease-out
}

.qodef-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index:1
}

.qodef-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column
}

.qodef-banner .qodef-m-title {
    margin:.25em 0 0
}

.qodef-banner .qodef-m-title-inner {
    display:inline-block
}

.qodef-banner .qodef-m-subtitle {
    margin:0
}

.qodef-banner .qodef-m-content-inner > .qodef-m-text {
    margin:.7em 0 0
}

.qodef-banner .qodef-m-button {
    margin:.5em 0 0
}

.qodef-banner .qodef-m-button .qodef-button {
    z-index:2
}

.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow:hidden
}

.qodef-banner .qodef-m-image img {
    display:inline-block
}

.qodef-banner.qodef-vertical--top .qodef-m-content {
    justify-content:flex-start
}

.qodef-banner.qodef-vertical--middle .qodef-m-content {
    justify-content:center
}

.qodef-banner.qodef-vertical--bottom .qodef-m-content {
    justify-content:flex-end
}

.qodef-banner.qodef-horizontal--left .qodef-m-content {
    align-items: flex-start;
    text-align:left
}

.qodef-banner.qodef-horizontal--center .qodef-m-content {
    align-items: center;
    text-align:center
}

.qodef-banner.qodef-horizontal--right .qodef-m-content {
    align-items: flex-end;
    text-align:right
}

.qodef-banner.qodef--overlay .qodef-m-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition:background-color .35s ease-out
}

.qodef-banner.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-banner.qodef-image--hover-zoom:hover img {
    transform:scale(1.03)
}

.qodef-banner.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-banner.qodef-image--hover-zoom-out:hover img {
    transform:scale(1)
}

.qodef-banner.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change:transform
}

.qodef-banner.qodef-image--hover-move:hover img {
    transform:scale(1.2) translateX(12px)
}

.qodef-banner.qodef-image--hover-from-top img {
    transform-origin:top
}

.qodef-banner.qodef-image--hover-from-bottom img {
    transform-origin:bottom
}

.qodef-banner.qodef-image--hover-from-left img {
    transform-origin:left
}

.qodef-banner.qodef-image--hover-from-right img {
    transform-origin:right
}

.qodef-banner.qodef-layout--in-box .qodef-m-content {
    padding:45px
}

.qodef-banner.qodef-layout--in-box .qodef-m-content-inner {
    background-color: #fff;
    padding: 25px;
    max-width: 100%;
    width:100%
}

.qodef-banner.qodef-layout--standard .qodef-m-content {
    padding:30px
}

.qodef-before-after-image-holder {
    visibility: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select:none
}

.qodef-before-after-image-holder img {
    position: absolute;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select:none
}

.qodef-before-after-image-holder.active {
    cursor:grab
}

.qodef-before-after {
    -webkit-user-select: none;
    overflow:hidden
}

.qodef-before-after .twentytwenty-handle {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 100px;
    height: 1em;
    width: 1em;
    margin-left: -.5em;
    margin-top: -.5em;
    color: #fff;
    background-color: currentColor;
    border-radius: 50%;
    cursor: grab;
    z-index:40
}

@media only screen and (max-width: 1024px) {
    .qodef-before-after .twentytwenty-handle {
        font-size:50px
    }
}

.qodef-before-after .twentytwenty-handle .qodef-handle-text {
    font-size: 1rem;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select:none
}

.qodef-before-after .twentytwenty-handle:after, .qodef-before-after .twentytwenty-handle:before {
    content: " ";
    display: block;
    background: currentColor;
    position: absolute;
    z-index:30
}

.qodef-before-after .twentytwenty-horizontal .twentytwenty-handle:after, .qodef-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
    width: 2px;
    height: 100vh;
    left: 50%;
    transform:translateX(-50%)
}

.qodef-before-after .twentytwenty-vertical .twentytwenty-handle:after, .qodef-before-after .twentytwenty-vertical .twentytwenty-handle:before {
    width: 100vw;
    height: 2px;
    top: 50%;
    transform:translateY(-50%)
}

.qodef-before-after .twentytwenty-after-label, .qodef-before-after .twentytwenty-before-label {
    display:none
}

.qodef-before-after .twentytwenty-container {
    position: relative;
    overflow: hidden;
    z-index:0
}

.qodef-before-after .twentytwenty-container img {
    position: absolute;
    top: 0;
    max-width: 100%;
    width:100%
}

.qodef-before-after .twentytwenty-before {
    z-index:20
}

.qodef-before-after .twentytwenty-after {
    z-index:10
}

.qodef-before-after .twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left:.48em
}

.qodef-before-after .twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right:.48em
}

.qodef-before-after .twentytwenty-vertical .twentytwenty-down-arrow, .qodef-before-after .twentytwenty-vertical .twentytwenty-up-arrow {
    display:none
}

.qodef-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom:.48em
}

.qodef-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top:.48em
}

.qodef-before-after .twentytwenty-horizontal .twentytwenty-left-arrow, .qodef-before-after .twentytwenty-horizontal .twentytwenty-right-arrow {
    display:none
}

.qodef-blockquote .qodef-m-text {
    margin:0
}

.qodef-blockquote .qodef-m-icon {
    font-size: 30px;
    line-height: 1;
    transition:all .3s ease-in-out
}

.qodef-blockquote .qodef-m-icon i {
    color:inherit
}

.qodef-blockquote .qodef-m-icon svg {
    width: 30px;
    height: auto;
    fill: currentColor;
    stroke:currentColor
}

.qodef-blockquote.qodef-layout--inline .qodef-m-icon {
    float: left;
    line-height: 1em;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin:0 .5em 0 0
}

.qodef-business-hours {
    position: relative;
    border: 1px solid #e1e1e1;
    padding:35px
}

.qodef-business-hours.qodef-line-type--between .qodef-e-line {
    border-bottom:1px solid rgba(30, 30, 30, .2)
}

.qodef-business-hours.qodef-line-type--below .qodef-e-item {
    border-bottom:1px solid rgba(30, 30, 30, .2)
}

.qodef-business-hours.qodef-line-type--below .qodef-e-item:last-child {
    border-bottom:none
}

.qodef-business-hours.qodef-line-type--none .qodef-e-day {
    margin-right:10px
}

.qodef-business-hours.qodef-line-type--none .qodef-e-line {
    display:none
}

.qodef-business-hours .qodef-e-item {
    margin-bottom: 1em;
    display: flex;
    align-items:baseline
}

.qodef-business-hours .qodef-e-item:last-child {
    margin-bottom:0
}

.qodef-business-hours .qodef-e-title-holder {
    display: flex;
    align-items:baseline
}

.qodef-business-hours .qodef-m-title {
    margin:0 0 1em
}

.qodef-business-hours .qodef-m-subtitle {
    margin:0 0 .5em
}

.qodef-business-hours .qodef-m-text {
    margin:.5em 0 0
}

.qodef-business-hours .qodef-e-icon {
    line-height: 1;
    padding-right:12px
}

.qodef-business-hours .qodef-e-day {
    margin:0
}

.qodef-business-hours .qodef-e-hours {
    margin:0
}

.qodef-business-hours .qodef-e-line {
    flex-grow: 1;
    margin:0 8px
}

.qodef-business-hours.qodef-text-underline .qodef-m-text a {
    position: relative;
    color:currentColor
}

.qodef-business-hours.qodef-text-underline .qodef-m-text a:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-backface-visibility: hidden;
    backface-visibility:hidden
}

.qodef-business-hours.qodef-text-underline .qodef-m-text a:hover {
    text-decoration:none
}

.qodef-business-hours.qodef-text-underline .qodef-m-text a:hover:after {
    animation:qodef-animate-underline-from-left .6s cubic-bezier(.45, .29, 0, .82) forwards
}

.qodef-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    outline: 0;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 13px 46px;
    overflow:hidden
}

.qodef-button.qodef-size--small {
    padding:9px 33px
}

.qodef-button.qodef-size--large {
    padding:15px 52px
}

.qodef-button.qodef-size--full {
    width: 100%;
    text-align:center
}

.qodef-button.qodef-layout--filled {
    font-size: 17px;
    color: #111;
    background-color: #f4f4f4;
    border: 0;
    font-size: 1rem;
    border-style:solid
}

.qodef-button.qodef-layout--filled:hover {
    color: #fff;
    background-color:#111
}

.qodef-button.qodef-layout--outlined {
    color: #111;
    background-color: transparent;
    border:2px solid #111
}

.qodef-button.qodef-layout--outlined:hover {
    color: #111;
    background-color: #f4f4f4;
    border-color:#f4f4f4
}

.qodef-button.qodef-layout--textual {
    padding: 0 !important;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow:visible
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    vertical-align:middle
}

.qodef-button.qodef-layout--textual:hover {
    color:#111
}

.qodef-button.qodef-icon--left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction:row-reverse
}

.qodef-button.qodef-text-underline .qodef-m-text {
    position:relative
}

.qodef-button.qodef-text-underline .qodef-m-text:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: background-color .25s ease-in-out, width .36s cubic-bezier(.51, .5, .07, .99);
    -webkit-backface-visibility: hidden;
    backface-visibility:hidden
}

.qodef-button.qodef-text-underline:not(.qodef-button-underline-draw):hover .qodef-m-text:after {
    width:0
}

.qodef-button.qodef-text-underline.qodef-underline--center .qodef-m-text:after {
    left: 50%;
    transform:translateX(-50%)
}

.qodef-button.qodef-text-underline.qodef-underline--right .qodef-m-text:after {
    left: auto;
    right:0
}

.qodef-button.qodef-button-underline-draw .qodef-m-text {
    overflow:hidden
}

.qodef-button.qodef-button-underline-draw.qodef-underline--left:hover .qodef-m-text:after, .qodef-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after {
    animation:qodef-animate-underline-from-left .7s cubic-bezier(.45, .29, 0, .82) forwards
}

.qodef-button.qodef-button-underline-draw.qodef-underline--right:hover .qodef-m-text:after {
    animation:qodef-animate-underline-from-right .7s cubic-bezier(.45, .29, 0, .82) forwards
}

.qodef-button .qodef-m-icon {
    color: currentColor;
    line-height:0
}

.qodef-button .qodef-m-icon.qodef--icon-color-set {
    transition:color .25s ease-in-out, background-color .25s ease-in-out
}

.qodef-button .qodef-m-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    vertical-align:middle
}

.qodef-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon {
    margin-left:10px
}

.qodef-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon {
    margin-right:10px
}

.qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner, .qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner, .qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner {
    position: relative;
    overflow: hidden;
    display: inherit;
    padding:1px
}

.qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i, .qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg, .qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i, .qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg, .qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i, .qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-in-out;
    will-change:transform
}

.qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1), .qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1), .qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1), .qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1), .qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1), .qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(0) translateY(0);
    transition-delay: .1s;
    opacity:1
}

.qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2), .qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2), .qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2), .qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2), .qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2), .qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
    position: absolute;
    opacity: 0;
    left: 1px;
    top: 1px;
    transition-delay:0s
}

.qodef-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1), .qodef-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1), .qodef-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1), .qodef-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1), .qodef-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1), .qodef-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
    opacity:0
}

.qodef-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2), .qodef-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2), .qodef-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2), .qodef-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2), .qodef-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2), .qodef-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(0) translateY(0) translatez(0);
    transition-delay: .25s;
    opacity:1
}

.qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2), .qodef-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2) {
    transform:translateX(-150%) translateY(0)
}

.qodef-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1), .qodef-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform:translateX(200%) translateY(0)
}

.qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i, .qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    will-change:transform
}

.qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2), .qodef-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
    transform:translateX(0) translateY(150%) translateZ(0)
}

.qodef-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1), .qodef-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform:translateX(0) translateY(-150%) translateZ(0)
}

.qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i, .qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
    will-change:transform
}

.qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2), .qodef-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
    transform:translateX(-100%) translateY(100%) translateZ(0)
}

.qodef-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1), .qodef-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform:translateX(100%) translateY(-100%) translateZ(0)
}

.qodef-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i, .qodef-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg {
    transition: transform .3s cubic-bezier(.37, .08, .02, .93), opacity .2s ease-in-out;
    transform: translateX(0);
    will-change:transform
}

.qodef-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i, .qodef-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg {
    transform:translateX(4px)
}

.qodef-button.qodef-hover--reveal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:transform .5s cubic-bezier(.54, .3, .02, 1.01)
}

.qodef-button.qodef-hover--reveal .qodef-m-icon, .qodef-button.qodef-hover--reveal .qodef-m-text {
    z-index:1
}

.qodef-button.qodef-hover--reveal:hover:after {
    transform:scaleX(1) scaleY(1)
}

.qodef-button.qodef-hover--reveal.qodef-layout--outlined:hover {
    background-color:initial
}

.qodef-button.qodef--reveal-horizontal:after {
    transform-origin: left;
    transform:scaleX(0)
}

.qodef-button.qodef--reveal-vertical:after {
    transform-origin: bottom;
    transform:scaleY(0)
}

.qodef-button.qodef-icon-background-hover--reveal .qodef-m-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:transform .5s cubic-bezier(.54, .3, .02, 1.01)
}

.qodef-button.qodef-icon-background-hover--reveal .qodef-m-icon .qodef-m-icon-inner {
    z-index:1
}

.qodef-button.qodef-icon-background-hover--reveal:hover .qodef-m-icon:after {
    transform:scaleX(1) scaleY(1)
}

.qodef-button.qodef-icon-background-hover--reveal-horizontal .qodef-m-icon:after {
    transform-origin: left;
    transform:scaleX(0)
}

.qodef-button.qodef-icon-background-hover--reveal-vertical .qodef-m-icon:after {
    transform-origin: bottom;
    transform:scaleY(0)
}

.qodef-button.qodef-type--icon-boxed {
    padding: 0 !important;
    align-items:stretch
}

.qodef-button.qodef-type--icon-boxed .qodef-m-text {
    align-self: center;
    padding:11px 28px
}

.qodef-button.qodef-type--icon-boxed .qodef-m-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:11px 0
}

.qodef-button.qodef-type--icon-boxed .qodef-m-icon i {
    line-height:inherit
}

.qodef-button.qodef-type--icon-boxed .qodef-m-icon svg {
    width: 1em;
    fill: currentColor;
    stroke:currentColor
}

.qodef-button.qodef-type--icon-boxed .qodef-m-border {
    width: 2px;
    background-color: #111;
    transition:background-color .25s ease-in-out
}

.qodef-button.qodef-type--inner-border .qodef-m-inner-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #111;
    font-size: 4px;
    transition:color .25s ease-in-out
}

.qodef-button.qodef-type--inner-border .qodef-m-border-bottom, .qodef-button.qodef-type--inner-border .qodef-m-border-left, .qodef-button.qodef-type--inner-border .qodef-m-border-right, .qodef-button.qodef-type--inner-border .qodef-m-border-top {
    position: absolute;
    background-color: currentColor;
    transition:background-color .25s ease-in-out
}

.qodef-button.qodef-type--inner-border .qodef-m-border-top {
    top: 1em;
    left: 1em;
    height: 2px;
    width:calc(100% - 2em)
}

.qodef-button.qodef-type--inner-border .qodef-m-border-right {
    top: 1em;
    right: 1em;
    width: 2px;
    height:calc(100% - 2em)
}

.qodef-button.qodef-type--inner-border .qodef-m-border-bottom {
    bottom: 1em;
    right: 1em;
    height: 2px;
    width:calc(100% - 2em)
}

.qodef-button.qodef-type--inner-border .qodef-m-border-left {
    bottom: 1em;
    left: 1em;
    width: 2px;
    height:calc(100% - 2em)
}

.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-bottom, .qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-left, .qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-right, .qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-top {
    transition:transform .36s ease-out
}

.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-bottom, .qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-top, .qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom, .qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top, .qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-bottom, .qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-top {
    transform:scaleX(0)
}

.qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-left, .qodef-inner-border-hover--draw.q-draw-center .qodef-m-inner-border-copy .qodef-m-border-right, .qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left, .qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right, .qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-left, .qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-inner-border-copy .qodef-m-border-right {
    transform:scaleY(0)
}

.qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-bottom, .qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-left, .qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-right, .qodef-inner-border-hover--draw.q-draw-center:hover .qodef-m-inner-border-copy .qodef-m-border-top, .qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom, .qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left, .qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right, .qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top, .qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-bottom, .qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-left, .qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-right, .qodef-inner-border-hover--draw.q-draw-two-points:hover .qodef-m-inner-border-copy .qodef-m-border-top {
    transform:scaleX(1) scaleY(1)
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom, .qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left, .qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right, .qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top {
    transition-duration:.28s
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom, .qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top {
    transform-origin:left
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left, .qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right {
    transform-origin:top
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-left, .qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-top {
    transition-delay:.28s
}

.qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-bottom, .qodef-inner-border-hover--draw.q-draw-one-point .qodef-m-inner-border-copy .qodef-m-border-right {
    transition-delay:0s
}

.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-left, .qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-top {
    transition-delay:0s
}

.qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-bottom, .qodef-inner-border-hover--draw.q-draw-one-point:hover .qodef-m-inner-border-copy .qodef-m-border-right {
    transition-delay:.28s
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-top {
    transform-origin:left
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-bottom {
    transform-origin:right
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-left {
    transform-origin:top
}

.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-right {
    transform-origin:bottom
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center .qodef-m-inner-border .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points .qodef-m-inner-border .qodef-m-border-top {
    transition: background-color .25s ease-in-out, transform .36s ease-out;
    transform:scaleX(1) scaleY(1)
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-top {
    transform:scaleX(0)
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover .qodef-m-inner-border .qodef-m-border-right {
    transform:scaleY(0)
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top {
    transition:background-color .25s ease-in-out, transform .28s ease-out
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top {
    transform-origin:left
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right {
    transform-origin:top
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-top {
    transition-delay:0s, 0s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point .qodef-m-inner-border .qodef-m-border-right {
    transition-delay:0s, .28s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-top {
    transition-delay:0s, .28s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover .qodef-m-inner-border .qodef-m-border-right {
    transition-delay:0s, 0s
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-top, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-top {
    transform-origin:left
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-bottom, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-bottom {
    transform-origin:right
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-left, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-left {
    transform-origin:top
}

.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points .qodef-m-border-right, .qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points .qodef-m-border-right {
    transform-origin:bottom
}

.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge {
    overflow:visible
}

.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge .qodef-m-inner-border {
    top: 1em;
    left: 1em;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    border: 1px solid currentColor;
    transition:all .3s cubic-bezier(.46, .03, .52, .96)
}

.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge:hover .qodef-m-inner-border {
    top: -1em;
    left: -1em;
    width: calc(100% + 2em);
    height:calc(100% + 2em)
}

.qodef-call-to-action.qodef-layout--standard {
    position:relative
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #333;
    padding:6.4% 6% 6.9% 5.5%
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-title {
    color: #fff;
    margin:0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-text {
    color: #fff;
    margin:.8em 0 0
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    flex:0 0 auto
}

.qodef-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.qodef-call-to-action.qodef-layout--standard.qodef-link-overlay .qodef-m-button {
    z-index:1
}

.qodef-cards-gallery {
    position: relative;
    display:inline-block
}

.qodef-cards-gallery .qodef-e-inner {
    position:relative
}

.qodef-cards-gallery .qodef-m-fake-card {
    position: relative;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    pointer-events:none
}

.qodef-cards-gallery .qodef-m-card {
    position: absolute;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    width:100%
}

.qodef-cards-gallery.qodef-orientation--both .qodef-m-card {
    will-change:transform
}

.qodef-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n) {
    transform-origin:right
}

.qodef-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n + 1) {
    transform-origin:left
}

.qodef-cards-gallery.qodef-orientation--both .qodef-m-card.qodef-out {
    transition:transform .5s ease-in-out, left .3s ease-in-out, right .3s ease-in-out
}

.qodef-cards-gallery.qodef-orientation--both .qodef-m-card:not(:last-of-type) {
    cursor:pointer
}

.qodef-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n):not(:last-of-type):not(.active):hover {
    margin-right:-10px !important
}

.qodef-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n + 1):not(:last-of-type):not(.active):hover {
    margin-left:-10px !important
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
    transform-origin: left;
    will-change:transform
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
    transition:transform .5s ease-in-out, left .3s ease-in-out
}

.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 {
    margin-left:-10px !important
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
    transform-origin: right;
    will-change:transform
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
    transition:transform .5s ease-in-out, right .3s ease-in-out
}

.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 {
    margin-right:-10px !important
}

.qodef-charts {
    position: relative;
    visibility:hidden
}

.qodef-charts.qodef--init {
    visibility:visible
}

.qodef-charts .qodef-m-inner {
    position:relative
}

.qodef-charts .qodef-m-canvas-holder {
    display:flex
}

.qodef-charts .qodef-m-canvas {
    position: relative;
    width:260px
}

.qodef-charts .qodef-m-title {
    margin:2em 0 0
}

.qodef-charts .qodef-m-text {
    margin:.2em 0 0
}

.qodef-charts.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
    justify-content:flex-start
}

.qodef-charts.qodef-chart-alignment--center .qodef-m-canvas-holder {
    justify-content:center
}

.qodef-charts.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
    justify-content:flex-end
}

.qodef-clients-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width:100%
}

.qodef-clients-list .qodef-e-inner a {
    display:inline-block
}

.qodef-clients-list .qodef-e-inner > a {
    display:block
}

.qodef-clients-list .qodef-grid-item {
    text-align:center
}

.qodef-clients-list .qodef-e-images-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin:0 0 1em
}

.qodef-clients-list .qodef-e-main-image {
    display: inline-block;
    width:auto
}

.qodef-clients-list .qodef-e-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    opacity:0
}

.qodef-clients-list .qodef-e-hover-image img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit:contain
}

.qodef-clients-list .qodef-e-title {
    margin:0 0 .65em
}

.qodef-clients-list .qodef-e-text {
    margin:0
}

.qodef-clients-list.qodef--boxed .qodef-e-inner {
    padding: 20px;
    background-color:#f6f6f6
}

.qodef-clients-list.qodef-border--all .qodef-grid-inner {
    border-style:solid
}

.qodef-clients-list.qodef-border--all .qodef-grid-item {
    border-width: 1px;
    border-style: inherit;
    border-color: #ebebeb;
    border-left-style: hidden;
    border-bottom-style:hidden
}

@media only screen and (min-width: 681px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (min-width: 769px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (min-width: 1367px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }
}

@media only screen and (min-width: 1367px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }
}

@media only screen and (min-width: 1367px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:inherit
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-border--all.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:inherit
    }
}

.qodef-clients-list.qodef-border--inner .qodef-grid-item {
    border-bottom: 1px solid #ebebeb;
    border-right:1px solid #ebebeb
}

@media only screen and (min-width: 681px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 769px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1367px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1367px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1367px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:hidden
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-border--inner.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:hidden
    }
}

.qodef-clients-list.qodef--hover-change-image .qodef-e-hover-image, .qodef-clients-list.qodef--hover-change-image .qodef-e-main-image {
    will-change: opacity;
    transition:opacity .25s ease-in-out
}

.qodef-clients-list.qodef--hover-change-image .qodef-e-hover-image {
    opacity:0
}

.qodef-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image {
    opacity:1
}

.qodef-clients-list.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image {
    opacity:0
}

.qodef-clients-list.qodef--hover-opacity .qodef-e-main-image {
    opacity: 1;
    transition:opacity .2s ease-out
}

.qodef-clients-list.qodef--hover-opacity .qodef-e-hover-image {
    display:none
}

.qodef-clients-list.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image {
    opacity:.8
}

.qodef-clients-list.qodef--hover-scale .qodef-e-main-image {
    transform: scale(1) translateZ(0);
    transition:transform .25s cubic-bezier(.22, .61, .36, 1)
}

.qodef-clients-list.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image {
    transform:scale(1.05) translateZ(0)
}

.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-images-holder, .qodef-clients-list.qodef--hover-roll-vertical .qodef-e-images-holder {
    overflow:hidden
}

.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image, .qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image, .qodef-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image, .qodef-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
    transition:transform .5s cubic-bezier(.22, .61, .36, 1)
}

.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image, .qodef-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
    opacity:1
}

.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image {
    transform:translateX(0)
}

.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image {
    transform:translateX(-130%)
}

.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image {
    transform:translateX(0)
}

.qodef-clients-list.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image {
    transform:translateX(130%)
}

.qodef-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
    transform:translateY(0)
}

.qodef-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
    transform:translateY(130%)
}

.qodef-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image {
    transform:translateY(0)
}

.qodef-clients-list.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image {
    transform:translateY(-130%)
}

.qodef-clients-list.qodef-title--hover-underline .qodef-e-title a {
    position:relative
}

.qodef-clients-list.qodef-title--hover-underline .qodef-e-title a:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 0;
    transition:width .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-clients-list.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a:after {
    width:100%
}

.qodef-clients-slider .qodef-e-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height:0
}

.qodef-clients-slider .qodef-e-inner a {
    display:inline-block
}

.qodef-clients-slider .qodef-e-images-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin:0 0 1em
}

.qodef-clients-slider .qodef-e-title {
    margin:0 0 .65em
}

.qodef-clients-slider .qodef-e-text {
    line-height:1rem
}

.qodef-clients-slider .qodef-e-main-image {
    display: inline-block;
    width:auto
}

.qodef-clients-slider .qodef-e-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height:100%
}

.qodef-clients-slider .qodef-e-hover-image img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit:contain
}

.qodef-clients-slider.qodef--boxed .qodef-e-inner {
    padding: 20px;
    background-color:#f6f6f6
}

.qodef-clients-slider.qodef--hover-change-image .qodef-e-hover-image, .qodef-clients-slider.qodef--hover-change-image .qodef-e-main-image {
    will-change: opacity;
    transition:opacity .25s ease-in-out
}

.qodef-clients-slider.qodef--hover-change-image .qodef-e-hover-image {
    opacity:0
}

.qodef-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-hover-image {
    opacity:1
}

.qodef-clients-slider.qodef--hover-change-image .qodef-e-inner:hover .qodef-e-main-image {
    opacity:0
}

.qodef-clients-slider.qodef--hover-opacity .qodef-e-main-image {
    opacity: 1;
    transition:opacity .2s ease-out
}

.qodef-clients-slider.qodef--hover-opacity .qodef-e-hover-image {
    display:none
}

.qodef-clients-slider.qodef--hover-opacity .qodef-e-inner:hover .qodef-e-main-image {
    opacity:.8
}

.qodef-clients-slider.qodef--hover-scale .qodef-e-main-image {
    transform: scale(1) translateZ(0);
    transition:transform .25s cubic-bezier(.22, .61, .36, 1)
}

.qodef-clients-slider.qodef--hover-scale .qodef-e-inner:hover .qodef-e-main-image {
    transform:scale(1.05) translateZ(0)
}

.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-images-holder, .qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-images-holder {
    overflow:hidden
}

.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image, .qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image, .qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image, .qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
    transition:transform .5s cubic-bezier(.22, .61, .36, 1)
}

.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image, .qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
    opacity:1
}

.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image {
    transform:translateX(0)
}

.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image {
    transform:translateX(-130%)
}

.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-hover-image {
    transform:translateX(0)
}

.qodef-clients-slider.qodef--hover-roll-horizontal .qodef-e-inner:hover .qodef-e-main-image {
    transform:translateX(130%)
}

.qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
    transform:translateY(0)
}

.qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
    transform:translateY(130%)
}

.qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-hover-image {
    transform:translateY(0)
}

.qodef-clients-slider.qodef--hover-roll-vertical .qodef-e-inner:hover .qodef-e-main-image {
    transform:translateY(-130%)
}

.qodef-clients-slider.qodef-title--hover-underline .qodef-e-title a {
    display: inline-block;
    position:relative
}

.qodef-clients-slider.qodef-title--hover-underline .qodef-e-title a:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 0;
    transition:width .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-clients-slider.qodef-title--hover-underline .qodef-e-inner:hover .qodef-e-title a:after {
    width:100%
}

.qodef-countdown .qodef-m-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap
}

.qodef-countdown .qodef-digit-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width:150px
}

.qodef-countdown .qodef-digit {
    font-size: 70px;
    line-height:1
}

.qodef-countdown .qodef-label {
    font-size:20px
}

.qodef-counter.qodef-layout--simple.qodef-digit-stroke-effect .qodef-m-digit {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow:none
}

.qodef-counter.qodef-layout--simple .qodef-m-digit-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content:center
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
    display: inline-block;
    font-size: 70px;
    line-height:1
}

.qodef-counter.qodef-layout--simple .qodef-m-icon {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -50%);
    font-size:20px
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
    margin:.9em 0 0
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
    margin:.45em 0 0
}

.qodef-device-carousel {
    position:relative
}

.qodef-device-carousel > .qodef-qi-swiper-container {
    padding:30px 0
}

.qodef-device-carousel > .qodef-qi-swiper-container > .swiper-wrapper {
    align-items:center
}

.qodef-device-carousel .qodef-device-carousel-device {
    position: relative;
    margin:0 auto
}

.qodef-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image {
    position: relative;
    pointer-events: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    border-radius: 15px;
    z-index:10
}

.qodef-device-carousel .qodef-device-carousel-device .qodef-device-carousel-device-image img {
    width:100%
}

.qodef-device-carousel .qodef-device-carousel-device .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:-1
}

.qodef-device-carousel .qodef-device-carousel-device .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%;
    padding:0 !important
}

.qodef-device-carousel .qodef-device-carousel-device .qodef-m-item {
    height:100%
}

.qodef-device-carousel .qodef-device-carousel-device .qodef-m-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit:cover
}

.qodef-device-slider {
    position: relative;
    margin:auto
}

.qodef-device-slider .qodef-device-slider-image {
    position: relative;
    pointer-events: none;
    z-index:10
}

.qodef-device-slider .qodef-device-slider-image img {
    width: 100%;
    filter:drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))
}

.qodef-device-slider .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:5
}

.qodef-device-slider .qodef-qi-swiper-container {
    overflow: hidden;
    height:100%
}

.qodef-device-slider .qodef-m-item {
    height:100%
}

.qodef-device-slider .qodef-m-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit:cover
}

.qodef-dropcaps {
    position:relative
}

.qodef-dropcaps.qodef-letter-stroke-effect .qodef-m-letter {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow:none
}

.qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent
}

body.e--ua-safari .qodef-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
    display:block
}

.qodef-dropcaps .qodef-m-letter {
    float: left;
    font-size: 60px;
    line-height: 1em;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content:center
}

.qodef-dropcaps .qodef-m-text {
    margin:0
}

.qodef-dual-image-with-content {
    position: relative;
    display:flex
}

.qodef-dual-image-with-content.qodef--content-right {
    flex-direction:row-reverse
}

.qodef-dual-image-with-content .qodef-dual-content {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 100px;
    background-color:#f6f6f6
}

.qodef-dual-image-with-content .qodef-m-inner-content > .qodef-m-title {
    margin:0 0 .5em
}

.qodef-dual-image-with-content .qodef-m-inner-content > .qodef-m-text {
    margin:0 0 .5em
}

.qodef-dual-image-with-content .qodef-m-inner-bottom {
    width:100%
}

.qodef-dual-image-with-content .qodef-m-content-shortcode {
    position:relative
}

.qodef-dual-image-with-content .qodef-image-holder {
    --holder_height: auto;
    position: relative;
    flex: 1;
    height:var(--holder_height)
}

.qodef-dual-image-with-content .qodef-m-main-image {
    width: 100%;
    height:100%
}

.qodef-dual-image-with-content .qodef-m-main-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit:cover
}

.qodef-dual-image-with-content .qodef-m-second-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content:center
}

.qodef-dual-image-with-content.qodef-decoration--underline .qodef-e-decorated {
    text-decoration:underline
}

.qodef-dual-image-with-content.qodef-decoration--italic .qodef-e-decorated {
    font-style:italic
}

.qodef-dual-image-with-content.qodef-decoration--bold .qodef-e-decorated {
    font-weight:700
}

.qodef-dual-image-with-content.qodef-link--underline-draw .qodef-e-link {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - .07em), currentColor .07em);
    background-size:100% 87%
}

.qodef-dual-image-with-content.qodef-link--underline-draw .qodef-e-link:hover {
    animation:qodef-animate-underline-multiline 1.1s cubic-bezier(.32, .32, .15, 1.17) forwards
}

.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
    transform:scale(1) translateX(14px)
}

.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
    transform:scale(1) translateX(-14px)
}

.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder, .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder {
    overflow:hidden
}

.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image, .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image {
    display: flex;
    justify-content:center
}

.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img, .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
    display: inline-block;
    max-width: unset;
    transition:transform 1.3s cubic-bezier(.37, .08, .02, .93) 0s
}

.qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left.qodef-qi--appeared .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img, .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right.qodef-qi--appeared .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
    transform:scale(1) translateX(0)
}

.qodef-faq {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-faq.qodef-behavior--accordion {
    visibility: hidden;
    overflow-anchor:none
}

.qodef-faq.qodef-behavior--accordion.qodef--init {
    visibility:visible
}

.qodef-faq.qodef-behavior--accordion .qodef-e-title-holder {
    cursor:pointer
}

.qodef-faq .qodef-e-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-faq .qodef-e-icon > svg {
    width: 1em;
    fill: currentColor;
    stroke:currentColor
}

.qodef-faq .qodef-e-title-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 10px 26px 26px;
    transition: all .2s ease-out;
    margin:0
}

.qodef-faq .qodef-e-title-holder:not(:first-child) {
    margin:12px 0 0
}

.qodef-faq .qodef-e-title-holder .qodef-e-title {
    display:inline-flex
}

.qodef-faq .qodef-e-title-holder .qodef-e-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align:center
}

.qodef-faq .qodef-e-title-holder .qodef-e-mark span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition:opacity .2s ease-out, color .2s ease-out
}

.qodef-faq .qodef-e-title-holder .qodef-e-mark span:before {
    display: block;
    line-height:inherit
}

.qodef-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
    opacity:0
}

.qodef-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
    opacity:1
}

.qodef-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--minus {
    opacity:1
}

.qodef-faq .qodef-e-title-holder.ui-state-active .qodef-e-mark span.qodef-icon--plus {
    opacity:0
}

.qodef-faq .qodef-e-title-holder.ui-state-active.ui-state-hover .qodef-e-mark span.qodef-icon--plus {
    opacity:0
}

.qodef-faq .qodef-e-title-holder .qodef-e-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right:8px
}

.qodef-faq .qodef-e-content {
    padding: 0 26px 16px;
    margin: 0;
    transition:background-color .2s ease-out
}

.qodef-faq .qodef-e-content p {
    margin:0
}

.qodef-faq.qodef-style--standard .qodef-e-content {
    padding:16px 26px
}

.qodef-faq.qodef-style--standard .qodef-e-title-holder {
    background-color: #f6f6f6;
    border-bottom:1px solid #ebebeb
}

.qodef-faq.qodef-style--standard .qodef-e-title-holder.ui-state-active {
    background-color:#f6f6f6
}

.qodef-faq.qodef-style--standard .qodef-e-title-holder:not(:first-child) {
    margin:0
}

.qodef-faq.qodef-style--standard .qodef-e-title-holder.ui-accordion-header-collapsed:nth-last-child(2) {
    border-color:transparent !important
}

.qodef-faq.qodef-style--standard .qodef-e-content {
    border-bottom:1px solid #ebebeb
}

.qodef-faq.qodef-style--boxed {
    border:1px solid #ebebeb
}

.qodef-faq.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
    margin: 0;
    border-top:1px solid #ebebeb
}

.qodef-faq.qodef-style--border-between .qodef-e-title-holder {
    margin: 0;
    border-top:1px solid #ebebeb
}

.qodef-faq.qodef-style--border-between .qodef-e-title-holder:first-child {
    border-top:none
}

.qodef-graphs {
    position: relative;
    visibility:hidden
}

.qodef-graphs.qodef--init {
    visibility:visible
}

.qodef-graphs .qodef-m-inner {
    position:relative
}

.qodef-graphs .qodef-m-canvas-holder {
    display:flex
}

.qodef-graphs .qodef-m-canvas {
    position: relative;
    width:100%
}

.qodef-graphs.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
    align-items:flex-start
}

.qodef-graphs.qodef-chart-alignment--flex-start .qodef-m-legend {
    justify-content:flex-start
}

.qodef-graphs.qodef-chart-alignment--flex-start.qodef-legend-position--right .qodef-m-canvas-holder {
    justify-content:flex-start
}

.qodef-graphs.qodef-chart-alignment--flex-start.qodef-legend-position--left .qodef-m-canvas-holder {
    justify-content:flex-end
}

.qodef-graphs.qodef-chart-alignment--center .qodef-m-canvas-holder {
    align-items:center
}

.qodef-graphs.qodef-chart-alignment--center .qodef-m-legend {
    justify-content:center
}

.qodef-graphs.qodef-chart-alignment--center.qodef-legend-position--left .qodef-m-canvas-holder, .qodef-graphs.qodef-chart-alignment--center.qodef-legend-position--right .qodef-m-canvas-holder {
    justify-content:center
}

.qodef-graphs.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
    align-items:flex-end
}

.qodef-graphs.qodef-chart-alignment--flex-end .qodef-m-legend {
    justify-content:flex-end
}

.qodef-graphs.qodef-chart-alignment--flex-end.qodef-legend-position--right .qodef-m-canvas-holder {
    justify-content:flex-end
}

.qodef-graphs.qodef-chart-alignment--flex-end.qodef-legend-position--left .qodef-m-canvas-holder {
    justify-content:flex-start
}

.qodef-highlight {
    margin:0 !important
}

.qodef-highlight .qodef-highlight-text {
    padding: 0;
    color:#fff
}

.qodef-how-to {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-how-to .qodef-m-title {
    margin:.35em 0 0
}

.qodef-how-to .qodef-m-text {
    margin:1.2em 0 0
}

.qodef-how-to .qodef-m-title-holder {
    margin-bottom:2.5em
}

.qodef-how-to .qodef-e-step {
    margin-bottom:30px
}

.qodef-how-to .qodef-e-step-title {
    margin:0 0 .8em
}

.qodef-how-to .qodef-e-step-text {
    margin:0 0 1em
}

.qodef-how-to .qodef-e-step-image {
    display: inline-block;
    vertical-align:top
}

.qodef-icon-with-text .qodef-m-title {
    margin:0
}

.qodef-icon-with-text .qodef-m-title a {
    display: block;
    color:inherit
}

.qodef-icon-with-text .qodef-m-content > .qodef-m-text {
    margin:.5em 0 0
}

.qodef-icon-with-text .qodef-m-button {
    margin:1.5em 0 0
}

.qodef-icon-with-text .qodef-m-icon-holder {
    font-size: 1.4em;
    line-height: 1;
    transition:color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out
}

.qodef-icon-with-text .qodef-m-icon-holder i {
    vertical-align: top;
    color:inherit
}

.qodef-icon-with-text .qodef-m-icon-holder svg {
    width: 1em;
    vertical-align: top;
    fill: currentColor;
    stroke: currentColor;
    overflow:visible
}

.qodef-icon-with-text.qodef-icon-boxed .qodef-m-icon-holder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    background-color: #c4c4c4;
    border:1px solid transparent
}

.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-icon-with-text .qodef-m-separator .qodef-m-line {
    width:60px
}

.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--appear-from-bottom {
    opacity: 0;
    transform: translateY(50px);
    transition:opacity .25s, transform .35s ease-out
}

.qodef-icon-with-text.qodef--appear-from-bottom.qodef-qi--appeared {
    opacity: 1;
    transform:translateY(0)
}

.qodef-icon-with-text.qodef--appear-from-top {
    opacity: 0;
    transform: translateY(-50px);
    transition:opacity .25s, transform .35s ease-out
}

.qodef-icon-with-text.qodef--appear-from-top.qodef-qi--appeared {
    opacity: 1;
    transform:translateY(0)
}

.qodef-icon-with-text.qodef--appear-from-left {
    opacity: 0;
    transform: translateX(-50px);
    transition:opacity .25s, transform .35s ease-out
}

.qodef-icon-with-text.qodef--appear-from-left.qodef-qi--appeared {
    opacity: 1;
    transform:translateX(0)
}

.qodef-icon-with-text.qodef--appear-from-right {
    opacity: 0;
    transform: translateX(50px);
    transition:opacity .25s, transform .35s ease-out
}

.qodef-icon-with-text.qodef--appear-from-right.qodef-qi--appeared {
    opacity: 1;
    transform:translateX(0)
}

.qodef-icon-with-text.qodef--appear-fade {
    opacity: 0;
    transition:opacity .7s ease-out
}

.qodef-icon-with-text.qodef--appear-fade.qodef-qi--appeared {
    opacity:1
}

.qodef-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder i, .qodef-icon-with-text.qodef-icon--hover-move-horizontal .qodef-m-icon-holder svg {
    transform: translateX(0);
    transition:transform .28s cubic-bezier(.22, .61, .36, 1)
}

.qodef-icon-with-text.qodef-icon--hover-move-horizontal:hover i, .qodef-icon-with-text.qodef-icon--hover-move-horizontal:hover svg {
    transform:translateX(4px)
}

.qodef-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder i, .qodef-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder svg {
    transform: translateY(0);
    transition:transform .32s cubic-bezier(.22, .61, .36, 1)
}

.qodef-icon-with-text.qodef-icon--hover-move-vertical:hover i, .qodef-icon-with-text.qodef-icon--hover-move-vertical:hover svg {
    transform:translateY(-7px)
}

.qodef-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder i, .qodef-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder svg {
    transform: scale(1) translateZ(0);
    transition: transform .3s cubic-bezier(.22, .61, .36, 1);
    will-change:transform
}

.qodef-icon-with-text.qodef-icon--hover-scale:hover i, .qodef-icon-with-text.qodef-icon--hover-scale:hover svg {
    transform:scale(1.17) translateZ(0)
}

.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:.7em
}

@media only screen and (max-width: 768px) {
    .qodef-icon-with-text.qodef-layout--before-content.qodef-column-responsive--768 {
        flex-direction:column
    }
}

@media only screen and (max-width: 680px) {
    .qodef-icon-with-text.qodef-layout--before-content.qodef-column-responsive--680 {
        flex-direction:column
    }
}

@media only screen and (max-width: 480px) {
    .qodef-icon-with-text.qodef-layout--before-content.qodef-column-responsive--480 {
        flex-direction:column
    }
}

.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 a {
    transition:color .2s ease-out
}

.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: .15em;
    transition:color .2s ease-out
}

.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-m-title {
    margin-top:1.3em
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-separator + .qodef-m-title {
    margin:0
}

.qodef-image-gallery-masonry.qodef-grid {
    margin-bottom:-24px
}

.qodef-image-gallery-masonry.qodef-grid > .qodef-grid-inner {
    margin:0 -12px
}

.qodef-image-gallery-masonry.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 12px;
    margin:0 0 24px
}

.qodef-image-gallery-masonry.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-image-wrapper img {
    -o-object-fit: cover;
    object-fit:cover
}

.qodef-image-gallery-masonry .qodef-e-inner {
    overflow:hidden
}

.qodef-image-gallery-masonry.qodef--overlay .qodef-e-inner {
    position:relative
}

.qodef-image-gallery-masonry.qodef--overlay .qodef-e-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out;
    pointer-events:none
}

.qodef-image-gallery-masonry.qodef-image--hover-zoom .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-image-gallery-masonry.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
    transform:scale(1.03)
}

.qodef-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
    transform:scale(1)
}

.qodef-image-gallery-masonry.qodef-image--hover-move .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change:transform
}

.qodef-image-gallery-masonry.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
    transform:scale(1.2) translateX(12px)
}

.qodef-image-gallery-masonry.qodef-image--hover-from-top .qodef-e-inner img {
    transform-origin:top
}

.qodef-image-gallery-masonry.qodef-image--hover-from-bottom .qodef-e-inner img {
    transform-origin:bottom
}

.qodef-image-gallery-masonry.qodef-image--hover-from-left .qodef-e-inner img {
    transform-origin:left
}

.qodef-image-gallery-masonry.qodef-image--hover-from-right .qodef-e-inner img {
    transform-origin:right
}

.qodef-image-gallery-pinterest.qodef-grid {
    margin-bottom:-24px
}

.qodef-image-gallery-pinterest.qodef-grid > .qodef-grid-inner {
    margin:0 -12px
}

.qodef-image-gallery-pinterest.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 12px;
    margin:0 0 24px
}

.qodef-image-gallery-pinterest .qodef-e-inner {
    overflow:hidden
}

.qodef-image-gallery-pinterest.qodef--overlay .qodef-e-inner {
    position:relative
}

.qodef-image-gallery-pinterest.qodef--overlay .qodef-e-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out;
    pointer-events:none
}

.qodef-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
    transform:scale(1.03)
}

.qodef-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-image-gallery-pinterest.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
    transform:scale(1)
}

.qodef-image-gallery-pinterest.qodef-image--hover-move .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change:transform
}

.qodef-image-gallery-pinterest.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
    transform:scale(1.2) translateX(12px)
}

.qodef-image-gallery-pinterest.qodef-image--hover-from-top .qodef-e-inner img {
    transform-origin:top
}

.qodef-image-gallery-pinterest.qodef-image--hover-from-bottom .qodef-e-inner img {
    transform-origin:bottom
}

.qodef-image-gallery-pinterest.qodef-image--hover-from-left .qodef-e-inner img {
    transform-origin:left
}

.qodef-image-gallery-pinterest.qodef-image--hover-from-right .qodef-e-inner img {
    transform-origin:right
}

.qodef-image-gallery.qodef-grid {
    margin-bottom:-24px
}

.qodef-image-gallery.qodef-grid > .qodef-grid-inner {
    margin:0 -12px
}

.qodef-image-gallery.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 12px;
    margin:0 0 24px
}

.qodef-image-gallery .qodef-e-inner {
    overflow:hidden
}

.qodef-image-gallery.qodef--overlay .qodef-e-inner {
    position:relative
}

.qodef-image-gallery.qodef--overlay .qodef-e-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out;
    pointer-events:none
}

.qodef-image-gallery.qodef-image--hover-zoom .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.01) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-image-gallery.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner img {
    transform:scale(1.03)
}

.qodef-image-gallery.qodef-image--hover-zoom-out .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-image-gallery.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner img {
    transform:scale(1)
}

.qodef-image-gallery.qodef-image--hover-move .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change:transform
}

.qodef-image-gallery.qodef-image--hover-move .qodef-e:hover .qodef-e-inner img {
    transform:scale(1.2) translateX(12px)
}

.qodef-image-gallery.qodef-image--hover-from-top .qodef-e-inner img {
    transform-origin:top
}

.qodef-image-gallery.qodef-image--hover-from-bottom .qodef-e-inner img {
    transform-origin:bottom
}

.qodef-image-gallery.qodef-image--hover-from-left .qodef-e-inner img {
    transform-origin:left
}

.qodef-image-gallery.qodef-image--hover-from-right .qodef-e-inner img {
    transform-origin:right
}

.qodef-image-slider .qodef-e {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility:hidden
}

.qodef-image-slider.qodef--overlay .qodef-e-inner {
    position:relative
}

.qodef-image-slider.qodef--overlay .qodef-e-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .35s ease-out;
    pointer-events:none
}

.qodef-image-slider.qodef-image--hover-zoom .qodef-e-inner {
    display: block;
    width: calc(100% - 1px);
    transform: scale(1.02) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-image-slider.qodef-image--hover-zoom .qodef-e:hover .qodef-e-inner {
    transform:scale(1.05)
}

.qodef-image-slider.qodef-image--hover-zoom-out .qodef-e-inner {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-image-slider.qodef-image--hover-zoom-out .qodef-e:hover .qodef-e-inner {
    transform:scale(1)
}

.qodef-image-slider.qodef-image--hover-move .qodef-e-inner {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform .5s cubic-bezier(.33, .02, 0, .93);
    will-change:transform
}

.qodef-image-slider.qodef-image--hover-move .qodef-e:hover .qodef-e-inner {
    transform:scale(1.2) translateX(12px)
}

.qodef-image-slider.qodef-image--hover-from-top .qodef-e-inner {
    transform-origin:top
}

.qodef-image-slider.qodef-image--hover-from-bottom .qodef-e-inner {
    transform-origin:bottom
}

.qodef-image-slider.qodef-image--hover-from-left .qodef-e-inner {
    transform-origin:left
}

.qodef-image-slider.qodef-image--hover-from-right .qodef-e-inner {
    transform-origin:right
}

.qodef-info-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    outline: 0;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
    padding: 11px 28px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.2em;
    overflow:hidden
}

.qodef-info-button .qodef-m-text-holder {
    display: flex;
    align-items:center
}

.qodef-info-button .qodef-m-subtext {
    font-size:.75em
}

.qodef-info-button .qodef-m-subtext.qodef--subtext-color-set {
    transition:color .25s ease-in-out
}

.qodef-info-button.qodef-size--small {
    padding:6px 24px
}

.qodef-info-button.qodef-size--large {
    padding:11px 36px
}

.qodef-info-button.qodef-size--full {
    width: 100%;
    text-align:center
}

.qodef-info-button.qodef-layout--filled {
    font-size: 17px;
    color: #111;
    background-color: #f4f4f4;
    border: 0;
    border-style:solid
}

.qodef-info-button.qodef-layout--filled:hover {
    color: #fff;
    background-color:#111
}

.qodef-info-button.qodef-layout--outlined {
    color: #111;
    background-color: transparent;
    border:2px solid #111
}

.qodef-info-button.qodef-layout--outlined:hover {
    color: #111;
    background-color: #f4f4f4;
    border-color:#f4f4f4
}

.qodef-info-button.qodef-icon--left .qodef-m-text-holder {
    flex-direction:row-reverse
}

.qodef-info-button .qodef-m-icon {
    color:currentColor
}

.qodef-info-button .qodef-m-icon.qodef--icon-color-set {
    transition:color .25s ease-in-out, background-color .25s ease-in-out
}

.qodef-info-button .qodef-m-icon svg {
    width: 1em;
    fill: currentColor;
    stroke:currentColor
}

.qodef-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon i, .qodef-info-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon svg {
    margin-left:10px
}

.qodef-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon i, .qodef-info-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon svg {
    margin-right:10px
}

.qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner, .qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner, .qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner {
    position: relative;
    overflow: hidden;
    display: inherit;
    padding:1px
}

.qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i, .qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg, .qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i, .qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg, .qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i, .qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-in-out;
    will-change:transform
}

.qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(1), .qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(1), .qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(1), .qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(1), .qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(1), .qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(1) {
    transform: translateX(0) translateY(0);
    transition-delay: .1s;
    opacity:1
}

.qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2), .qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2), .qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2), .qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2), .qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2), .qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
    position: absolute;
    opacity: 0;
    left: 1px;
    top: 1px;
    transition-delay:0s
}

.qodef-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1), .qodef-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1), .qodef-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1), .qodef-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1), .qodef-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1), .qodef-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
    opacity:0
}

.qodef-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(2), .qodef-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(2), .qodef-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(2), .qodef-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(2), .qodef-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(2), .qodef-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(2) {
    transform: translateX(0) translateY(0) translatez(0);
    transition-delay: .25s;
    opacity:1
}

.qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i:nth-child(2), .qodef-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg:nth-child(2) {
    transform:translateX(-150%) translateY(0)
}

.qodef-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner i:nth-child(1), .qodef-info-button.qodef-hover--icon-move-horizontal:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform:translateX(200%) translateY(0)
}

.qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i, .qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    will-change:transform
}

.qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i:nth-child(2), .qodef-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg:nth-child(2) {
    transform:translateX(0) translateY(150%) translateZ(0)
}

.qodef-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner i:nth-child(1), .qodef-info-button.qodef-hover--icon-move-vertical:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform:translateX(0) translateY(-150%) translateZ(0)
}

.qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i, .qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
    will-change:transform
}

.qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i:nth-child(2), .qodef-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg:nth-child(2) {
    transform:translateX(-100%) translateY(100%) translateZ(0)
}

.qodef-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner i:nth-child(1), .qodef-info-button.qodef-hover--icon-move-diagonal:hover .qodef-m-icon-inner svg:nth-child(1) {
    transform:translateX(100%) translateY(-100%) translateZ(0)
}

.qodef-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i, .qodef-info-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner svg {
    transition: transform .3s cubic-bezier(.37, .08, .02, .93), opacity .2s ease-in-out;
    transform: translateX(0);
    will-change:transform
}

.qodef-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i, .qodef-info-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg {
    transform:translateX(4px)
}

.qodef-info-button.qodef-type--icon-boxed {
    padding: 0 !important;
    flex-direction: row;
    align-items:stretch
}

.qodef-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
    flex-direction: column;
    padding:11px 28px
}

.qodef-info-button.qodef-type--icon-boxed.qodef-icon--left {
    flex-direction:row-reverse
}

.qodef-info-button.qodef-type--icon-boxed.qodef-icon--left .qodef-m-icon-holder {
    flex-direction:row-reverse
}

.qodef-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
    align-items: flex-start;
    justify-content:center
}

.qodef-info-button.qodef-type--icon-boxed .qodef-m-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 11px 0;
    flex:1
}

.qodef-info-button.qodef-type--icon-boxed .qodef-m-icon i {
    line-height:inherit
}

.qodef-info-button.qodef-type--icon-boxed .qodef-m-border {
    height: 100%;
    width: 2px;
    background-color: #111;
    transition:background-color .25s ease-in-out
}

.qodef-info-cards {
    background-color: #f9f9f9;
    padding: 30px;
    transition: background-color .4s ease-out;
    position:relative
}

.qodef-info-cards .qodef-m-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.qodef-info-cards a:not(.qodef-m-link) {
    position: relative;
    z-index:1
}

.qodef-info-cards .qodef-m-title {
    margin:0 0 .5em
}

.qodef-info-cards .qodef-m-title a {
    display: block;
    color:inherit
}

.qodef-info-cards .qodef-m-subtitle {
    margin:0 0 .5em
}

.qodef-info-cards .qodef-m-content {
    position:relative
}

.qodef-info-cards .qodef-m-content .qodef-m-text {
    margin:0 0 .5em
}

.qodef-info-cards .qodef-m-icon-wrapper {
    margin:0 0 .5em
}

.qodef-info-cards .qodef-m-icon-holder {
    font-size: 55px;
    line-height: 1;
    transition:all .3s ease-in-out
}

.qodef-info-cards .qodef-m-icon-holder i {
    vertical-align: top;
    color:inherit
}

.qodef-info-cards .qodef-m-icon-holder svg {
    width: 30px;
    height: auto;
    vertical-align: top;
    fill: currentColor;
    stroke:currentColor
}

.qodef-info-cards.qodef--custom-icon .qodef-m-icon-wrapper {
    position:relative
}

.qodef-info-cards.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-info-cards.qodef--custom-icon .qodef-m-icon-wrapper img {
    display:inline-block
}

.qodef-interactive-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow:hidden
}

.qodef-interactive-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:block
}

.qodef-interactive-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column
}

.qodef-interactive-banner .qodef-m-title {
    margin:0
}

.qodef-interactive-banner .qodef-m-title-inner {
    display:inline-block
}

.qodef-interactive-banner .qodef-m-subtitle {
    margin:0 0 .4em
}

.qodef-interactive-banner .qodef-m-content-inner > .qodef-m-text {
    margin:.7em 0 0
}

.qodef-interactive-banner .qodef-m-text-holder {
    margin:.7em 0 0
}

.qodef-interactive-banner .qodef-m-button {
    padding: .5em 0 0;
    z-index: 1;
    position: relative;
    display:inline-block
}

.qodef-interactive-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow:hidden
}

.qodef-interactive-banner .qodef-m-image img {
    display: inline-block;
    transition:all .35s ease-out
}

.qodef-interactive-banner.qodef-layout--from-bottom.qodef--visible .qodef-m-content {
    opacity:1
}

.qodef-interactive-banner.qodef-layout--from-bottom .qodef-m-content {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 60px;
    opacity: 0;
    transition:opacity .2s
}

.qodef-interactive-banner.qodef-layout--from-bottom .qodef-m-content-inner {
    position: relative;
    overflow:hidden
}

.qodef-interactive-banner.qodef-layout--from-bottom .qodef-m-movement {
    transform: translateZ(0);
    transition:transform .4s cubic-bezier(.22, .61, .36, 1)
}

.qodef-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder {
    opacity: 0;
    transition:opacity .25s ease-out
}

.qodef-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder .qodef-m-text {
    margin:0
}

.qodef-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-movement {
    transform:translateY(0) translateZ(0) !important
}

.qodef-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-text-holder {
    opacity: 1;
    transition-delay:.15s
}

.qodef-interactive-banner.qodef-layout--image-switch {
    width: 100%;
    background-color:#f6f6f6
}

.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-content {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    text-align: left;
    padding:60px
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-banner.qodef-layout--image-switch .qodef-m-content {
        flex-direction:column
    }
}

.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
    flex: 1;
    margin-right:2em
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
        margin-right:0
    }
}

.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
    position: relative;
    width:35%
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
        width: 100%;
        margin-top:2em
    }
}

.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image {
    transition:.2s ease-in-out
}

.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:first-child {
    opacity:1
}

.qodef-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder .qodef-m-image:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity:0
}

.qodef-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:first-child {
    opacity:0
}

.qodef-interactive-banner.qodef-layout--image-switch:hover .qodef-m-image-holder .qodef-m-image:last-child {
    opacity:1
}

.qodef-interactive-banner.qodef-layout--revealing.qodef--visible .qodef-m-content {
    opacity:1
}

.qodef-interactive-banner.qodef-layout--revealing .qodef-m-content {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px;
    opacity: 0;
    transition:opacity .2s
}

.qodef-interactive-banner.qodef-layout--revealing .qodef-m-content-inner > .qodef-m-text {
    opacity: 0;
    transform: translateY(-10px);
    transition:opacity .25s, transform .25s cubic-bezier(.22, .61, .36, 1)
}

.qodef-interactive-banner.qodef-layout--revealing .qodef-m-button {
    transition: transform .4s cubic-bezier(.22, .61, .36, 1);
    transition-delay:.05s
}

.qodef-interactive-banner.qodef-layout--revealing:hover .qodef-m-button {
    transform: translateY(0) translateZ(0) !important;
    transition-delay:0s
}

.qodef-interactive-banner.qodef-layout--revealing:hover .qodef-m-content-inner > .qodef-m-text {
    opacity: 1;
    transform: translateY(0);
    transition-duration: .25s, .35s;
    transition-delay:.1s, .1s
}

.qodef-interactive-banner.qodef-layout--standard .qodef-m-content {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:30px
}

.qodef-interactive-banner.qodef-layout--standard .qodef-m-button, .qodef-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
    opacity: 0;
    transition:opacity .23s ease-out, transform .28s ease-out
}

.qodef-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
    transform:translateY(-10px)
}

.qodef-interactive-banner.qodef-layout--standard .qodef-m-button {
    transform:translateY(10px)
}

.qodef-interactive-banner.qodef-layout--standard:hover .qodef-m-button, .qodef-interactive-banner.qodef-layout--standard:hover .qodef-m-subtitle {
    opacity: 1;
    transform:translateY(0)
}

.qodef-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: flex;
    align-items: center;
    visibility:hidden
}

.qodef-interactive-link-showcase.qodef--full-height {
    height:100vh
}

.admin-bar .qodef-interactive-link-showcase.qodef--full-height {
    height:calc(100vh - 32px)
}

.qodef-interactive-link-showcase .qodef-e-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition:opacity 0s .45s
}

.qodef-interactive-link-showcase .qodef-e-image.qodef-background {
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat
}

.qodef-interactive-link-showcase .qodef-e-image.qodef-background img {
    display:none
}

.qodef-interactive-link-showcase .qodef-e-image.qodef--active {
    opacity: 1;
    z-index: 5;
    transition:opacity .4s cubic-bezier(.215, .61, .355, 1)
}

.qodef-interactive-link-showcase .qodef-m-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index:10
}

.qodef-interactive-link-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #111;
    margin:.6em 0
}

.qodef-interactive-link-showcase .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: inherit;
    font-weight: 500;
    letter-spacing: -.02em;
    font-size: 39px;
    line-height: 1.19048em;
    transition: color .2s ease-out;
    z-index:2
}

@media only screen and (max-width: 680px) {
    .qodef-interactive-link-showcase .qodef-e-title {
        font-size:36px
    }
}

.qodef-interactive-link-showcase .qodef-e-title:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition:width .3s ease
}

.qodef-interactive-link-showcase .qodef-e-title:hover:after {
    width:100%
}

.qodef-hover--underline.qodef-interactive-link-showcase .qodef-e-title:after {
    bottom:0
}

.qodef-hover--line-through.qodef-interactive-link-showcase .qodef-e-title:after {
    top: 50%;
    transform:translateY(-50%)
}

.qodef-interactive-link-showcase .qodef--active.qodef-m-item .qodef-e-title:after {
    width:100%
}

.qodef-interactive-link-showcase .qodef-e-text {
    display:block
}

.qodef-interactive-link-showcase.qodef--init {
    visibility:visible
}

.qodef-interactive-link-showcase.qodef-layout--background .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.qodef-interactive-link-showcase.qodef-layout--background .qodef-m-items {
    width: 40%;
    justify-content: center;
    align-items:flex-start
}

.qodef-interactive-link-showcase.qodef-layout--split {
    align-items:stretch
}

.qodef-interactive-link-showcase.qodef-layout--split .qodef-m-images {
    position: relative;
    flex:1
}

@media only screen and (max-width: 680px) {
    .qodef-split-hide-under--680 .qodef-interactive-link-showcase.qodef-layout--split .qodef-m-images {
        display:none
    }
}

@media only screen and (max-width: 480px) {
    .qodef-split-hide-under--480 .qodef-interactive-link-showcase.qodef-layout--split .qodef-m-images {
        display:none
    }
}

.qodef-interactive-link-showcase.qodef-layout--split .qodef-m-items {
    width: 40%;
    justify-content: center;
    align-items: flex-start;
    padding:150px 10%
}

@media only screen and (max-width: 680px) {
    .qodef-split-hide-under--680 .qodef-interactive-link-showcase.qodef-layout--split .qodef-m-items {
        width:100%
    }
}

@media only screen and (max-width: 480px) {
    .qodef-split-hide-under--480 .qodef-interactive-link-showcase.qodef-layout--split .qodef-m-items {
        width:100%
    }
}

.qodef-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) {
    display: flex;
    align-items: center;
    justify-content:center
}

.qodef-interactive-link-showcase.qodef-layout--split .qodef-e-image:not(.qodef-background) img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit:contain
}

.qodef-interactive-link-showcase.qodef-layout--standard {
    justify-content: center;
    text-align:center
}

.qodef-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:hidden
}

@media only screen and (max-width: 680px) {
    .qodef-standard-hide-under--680 .qodef-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
        display:none
    }
}

@media only screen and (max-width: 480px) {
    .qodef-standard-hide-under--480 .qodef-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
        display:none
    }
}

.qodef-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
    width: 40%;
    justify-content:center
}

@media only screen and (max-width: 680px) {
    .qodef-split-hide-under--680 .qodef-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
        width:100%
    }
}

@media only screen and (max-width: 480px) {
    .qodef-split-hide-under--480 .qodef-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
        width:100%
    }
}

.qodef-interactive-link-showcase.qodef-layout--standard .qodef-e-image {
    display: flex;
    align-items: center;
    justify-content: center;
    transition:opacity .35s ease-out
}

.qodef-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--left {
    left: 0;
    width:30%
}

.qodef-interactive-link-showcase.qodef-layout--standard .qodef-e-image.qodef-position--right {
    left: auto;
    right: 0;
    width:30%
}

.qodef-interactive-link-showcase.qodef-layout--standard .qodef-e-image img {
    position:relative
}

.qodef-item-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%
}

.qodef-item-showcase .qodef-m-image {
    position: relative;
    flex-shrink: 0;
    max-width: 60%;
    padding:0 60px
}

.qodef-item-showcase .qodef-m-image img {
    display:block
}

.qodef-item-showcase .qodef-m-items {
    position: relative;
    display: flex;
    flex-direction: column;
    width:100%
}

.qodef-item-showcase .qodef-m-items.qodef--left {
    text-align:right
}

.qodef-item-showcase .qodef-m-items.qodef--right {
    text-align:left
}

.qodef-item-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom:60px
}

@media screen and (min-width: 1025px) {
    .qodef-item-showcase .qodef-m-item:last-child {
        margin-bottom:0 !important
    }
}

.qodef-item-showcase .qodef-e-icon-holder {
    line-height: 1em;
    transition:color .2s ease-out
}

.qodef-item-showcase .qodef-e-icon-holder a {
    display:inline-block
}

.qodef-item-showcase .qodef-e-icon-holder > svg {
    width: 1em;
    fill: currentColor;
    stroke:currentColor
}

.qodef-item-showcase .qodef-e-title {
    margin:0 0 1em
}

.qodef-item-showcase .qodef-e-title-link {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color:inherit
}

.qodef-item-showcase .qodef-e-title-link:hover {
    color:var(--qode-main-color)
}

.qodef-item-showcase .qodef-e-text {
    margin:0
}

.qodef-item-showcase.qodef-qi--has-appear {
    visibility:hidden
}

.qodef-item-showcase.qodef-qi--has-appear .qodef-m-image {
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    opacity:0
}

.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item {
    transform: translateY(70px);
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    opacity:0
}

.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(1) {
    transition-delay:.2s
}

.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(2) {
    transition-delay:.4s
}

.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(3) {
    transition-delay:.6s
}

.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(4) {
    transition-delay:.8s
}

.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(5) {
    transition-delay:1s
}

.qodef-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(6) {
    transition-delay:1.2s
}

.qodef-item-showcase.qodef-qi--has-appear.qodef-qi--appeared {
    visibility:visible
}

.qodef-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-image {
    opacity: 1;
    transform:translateY(0)
}

.qodef-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-item {
    opacity: 1;
    transform:translateY(0)
}

.qodef-item-showcase.qodef-layout--side-icon .qodef-m-item {
    display: flex;
    align-items:flex-start
}

.qodef-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
    flex-direction:row-reverse
}

@media only screen and (max-width: 1024px) {
    .qodef-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
        flex-direction:row
    }
}

.qodef-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder {
    margin-left:.5em
}

@media only screen and (max-width: 1024px) {
    .qodef-item-showcase.qodef-layout--side-icon .qodef--left .qodef-e-side-holder {
        margin-left: 0;
        margin-right:.5em
    }
}

.qodef-item-showcase.qodef-layout--side-icon .qodef--right .qodef-e-side-holder {
    margin-right:.5em
}

.qodef-item-showcase.qodef-layout--side-icon .qodef-e-icon-holder {
    font-size: 3em;
    flex-shrink:0
}

.qodef-item-showcase.qodef-layout--side-icon .qodef-e-content-holder {
    flex:1
}

.qodef-item-showcase.qodef-layout--standard .qodef-e-icon-holder, .qodef-item-showcase.qodef-layout--standard .qodef-e-number {
    margin-bottom:.4em
}

.qodef-message-box {
    background: #d5eaf4;
    padding: 40px;
    display: flex;
    transition:opacity .19s ease, visibility .19s ease
}

.qodef-message-box.qodef-hidden {
    opacity: 0;
    visibility:hidden
}

.qodef-message-box.qodef-icon--middle {
    align-items:center
}

.qodef-message-box.qodef-icon--top {
    align-items:flex-start
}

.qodef-message-box.qodef-icon--bottom {
    align-items:flex-end
}

.qodef-message-box .qodef-m-close-icon {
    position: absolute;
    right: 17px;
    top: 17px;
    line-height: 1;
    cursor: pointer;
    transition:color .25s ease-in-out
}

.qodef-message-box .qodef-m-close-icon i {
    color:inherit
}

.qodef-message-box .qodef-m-close-icon svg {
    width: 30px;
    height: auto;
    fill: currentColor;
    stroke:currentColor
}

.qodef-message-box .qodef-m-icon {
    line-height: 1;
    margin-right:20px
}

.qodef-message-box .qodef-m-title {
    margin:0
}

.qodef-message-box .qodef-m-text {
    margin:0
}

.q-message-box-holder {
    transition:height .23s cubic-bezier(.05, .47, .58, 1)
}

.qodef-parallax-images {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-parallax-images .qodef-m-images {
    position: relative;
    display: inline-block;
    vertical-align:middle
}

.qodef-browser--ms-explorer .qodef-parallax-images .qodef-m-images {
    width:100%
}

.e--ua-firefox .qodef-parallax-images .qodef-m-images img {
    -webkit-backface-visibility: hidden;
    backface-visibility:hidden
}

.qodef-parallax-images .qodef-e-parallax-image {
    position: absolute;
    display: block;
    transition:all .7s cubic-bezier(.23, 1, .32, 1)
}

.qodef-parallax-images .qodef-e-parallax-image.qodef-position--top-left {
    top: 0;
    left:0
}

.qodef-parallax-images .qodef-e-parallax-image.qodef-position--top-right {
    top: 0;
    right:0
}

.qodef-parallax-images .qodef-e-parallax-image.qodef-position--bottom-left {
    bottom: 0;
    left:0
}

.qodef-parallax-images .qodef-e-parallax-image.qodef-position--bottom-right {
    bottom: 0;
    right:0
}

.qodef-preview-slider {
    position: relative;
    opacity: 0;
    transition:opacity .35s ease-out
}

.qodef-preview-slider.qodef--visible {
    opacity:1
}

.qodef-preview-slider .qodef-preview-slider-device-holder {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index:10
}

.qodef-preview-slider .qodef-preview-slider-device {
    position: absolute;
    margin: auto;
    width: 214px;
    bottom: -50px;
    right:50px
}

.qodef-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image {
    position: relative;
    pointer-events: none;
    z-index:10
}

.qodef-preview-slider .qodef-preview-slider-device .qodef-preview-slider-device-image img {
    width: 100%;
    filter:drop-shadow(0 6px 16.8px rgba(0, 0, 0, .07))
}

.qodef-preview-slider .qodef-preview-slider-device .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:5
}

.qodef-preview-slider .qodef-preview-slider-device .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%;
    padding:0 !important
}

.qodef-preview-slider .qodef-preview-slider-device .qodef-m-item {
    height:100%
}

.qodef-preview-slider .qodef-preview-slider-device .qodef-m-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit:cover
}

.qodef-pricing-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-pricing-list .qodef-m-item:not(:last-child) {
    margin-bottom:35px
}

.qodef-pricing-list .qodef-m-item.qodef-has-discount .qodef-e-heading-price {
    text-decoration: line-through;
    margin-right:.25em
}

.qodef-pricing-list .qodef-e-heading {
    display: flex;
    align-items:baseline
}

.qodef-pricing-list .qodef-e-heading .qodef-e-image {
    max-width:20%
}

.qodef-pricing-list .qodef-e-heading .qodef-e-image img {
    margin-left:10px
}

.qodef-pricing-list .qodef-e-heading-title {
    margin:0
}

.qodef-pricing-list .qodef-e-heading-line {
    flex-grow: 1;
    margin: 0 8px;
    border-bottom:1px solid #ebebeb
}

.qodef-pricing-list .qodef-e-heading-discount-price, .qodef-pricing-list .qodef-e-heading-price {
    margin: 0;
    color:#111
}

.qodef-pricing-list .qodef-e-description {
    margin: .5em 0 0;
    color:#9c9c9c
}

.qodef-pricing-list .qodef-m-button {
    margin-top:30px
}

.qodef-pricing-list.qodef-pricing-line--pattern .qodef-e-heading-line {
    height: 5px;
    background-repeat: repeat;
    border:none
}

.qodef-pricing-list.qodef-pricing-line--dashed .qodef-e-heading-line {
    border-bottom-style:dashed
}

.qodef-pricing-list.qodef-pricing-line--dotted .qodef-e-heading-line {
    border-bottom-style:dotted
}

.qodef-pricing-list.qodef-with-separator .qodef-m-item:not(:last-child) {
    border-bottom:1px solid #ebebeb
}

.qodef-pricing-list.qodef-layout--image-before .qodef-m-item {
    display: flex;
    align-items:center
}

.qodef-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-image {
    max-width: 25%;
    flex-shrink: 0;
    margin-right:24px
}

.qodef-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-item-holder {
    flex:1
}

.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow:hidden
}

.qodef-pricing-table.qodef-status--featured {
    transform:translateY(-18px)
}

.qodef-pricing-table .qodef-m-inner {
    position: relative;
    padding:45px
}

.qodef-pricing-table .qodef-m-title {
    margin:0
}

.qodef-pricing-table .qodef-m-price {
    display: flex;
    align-items:baseline
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: inline-flex;
    margin: 0;
    line-height: 1;
    justify-content: center;
    align-items:baseline
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-currency {
    align-self:flex-start
}

.qodef-pricing-table.qodef-period--side .qodef-m-price-period {
    margin-left:5px
}

.qodef-pricing-table.qodef-period--bottom .qodef-m-price {
    flex-direction:column
}

.qodef-pricing-table.qodef-period--bottom .qodef-m-price-period {
    margin:0
}

.qodef-pricing-table .qodef-m-content {
    padding: 25px 0 0;
    margin:0
}

.qodef-pricing-table .qodef-m-content li {
    margin-bottom:8px
}

.qodef-pricing-table .qodef-m-content li:last-child {
    margin-bottom:0
}

.qodef-pricing-table .qodef-m-content li.qodef--excluded {
    text-decoration: line-through;
    color:rgba(17, 17, 17, .6)
}

.qodef-pricing-table .qodef-m-button .qodef-button {
    margin:25px 0 0
}

.qodef-pricing-table .qodef-m-label {
    position: absolute;
    right: 15px;
    color: #fff;
    background-color:#111
}

.qodef-pricing-table.qodef-label-type--badge .qodef-m-label {
    top: 15px;
    border-radius: 50px;
    padding:10px
}

.qodef-pricing-table.qodef-label-type--ribbon .qodef-m-label {
    top: -1px;
    border-radius: 50px 0 0 50px;
    transform: rotate(-90deg) translate(0, -100%);
    transform-origin: right top;
    padding:5px 15px
}

.qodef-pricing-table.qodef-list-style-icon .qodef-m-content {
    list-style-type:none
}

.qodef-pricing-table.qodef-list-style-icon .qodef-m-content svg {
    width: 1em;
    fill: currentColor;
    stroke:currentColor
}

.qodef-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-m-content {
    margin:0 calc(-1em - 5px)
}

.qodef-pricing-table.qodef-list-style-icon.qodef-list-style--outside li {
    position: relative;
    display:flex
}

.qodef-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-icon {
    position: absolute;
    left:0
}

.qodef-pricing-table.qodef-list-style-icon.qodef-list-style--outside .qodef-e-text {
    flex: 1;
    padding: 0 5px;
    margin:0 1em
}

.qodef-pricing-table.qodef-list-style--inside .qodef-m-content {
    list-style-position:inside
}

.qodef-pricing-table.qodef-list-type--none .qodef-m-content {
    list-style-type:none
}

.qodef-pricing-table .qodef-separator .qodef-m-line {
    width:30px
}

.qodef-pricing-table.qodef-layout--cascading .qodef-m-inner {
    padding:50px
}

.qodef-pricing-table.qodef-layout--cascading .qodef-m-title {
    background-color: #f6f6f6;
    padding:30px 50px
}

.qodef-pricing-table.qodef-layout--minimal {
    border-width:0 0 0 1px
}

.qodef-pricing-table.qodef-layout--minimal .qodef-m-inner {
    padding:0 0 0 15px
}

.qodef-pricing-table.qodef-layout--minimal .qodef-m-price-wrapper {
    margin:0 0 .5em
}

.qodef-pricing-table.qodef-layout--simple .qodef-m-inner {
    padding:0 50px 40px
}

.qodef-pricing-table.qodef-layout--simple .qodef-m-title-wrapper {
    background-color: #f6f6f6;
    padding:40px 20px
}

.qodef-pricing-table.qodef-layout--standard .qodef-m-title {
    margin:0 0 1em
}

.qodef-pricing-table.qodef-layout--vertical-image {
    display:flex
}

.qodef-pricing-table.qodef-layout--vertical-image .qodef-m-inner {
    flex:1
}

.qodef-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder {
    width: 90px;
    max-width:60%
}

.qodef-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder .qodef-m-image {
    height:100%
}

.qodef-pricing-table.qodef-layout--vertical-image .qodef-m-vertical-image-holder img {
    height: 100%;
    -o-object-fit: cover;
    object-fit:cover
}

.qodef-pricing-table.qodef-layout--vertical-image .qodef-m-title {
    margin-bottom:1em
}

.qodef-pricing-table.qodef-layout--with-icon .qodef-m-inner {
    padding:0
}

.qodef-pricing-table.qodef-layout--with-icon .qodef-m-top {
    padding:50px
}

.qodef-pricing-table.qodef-layout--with-icon .qodef-m-content {
    padding:0
}

.qodef-pricing-table.qodef-layout--with-icon .qodef-m-content .qodef-e-item {
    padding: 27px 50px;
    margin: 0;
    border-top:1px solid #ebebeb
}

.qodef-pricing-table.qodef-layout--with-icon .qodef-m-title-icon {
    line-height:1em
}

.qodef-pricing-table.qodef-layout--with-icon .qodef-m-title-icon svg {
    width: 1em;
    vertical-align: top;
    fill: currentColor;
    stroke:currentColor
}

.qodef-pricing-table.qodef-layout--with-icon .qodef-m-title {
    margin:.7em 0 1em
}

.qodef-pricing-table.qodef-layout--with-icon .qodef-m-button .qodef-button {
    width: 100%;
    text-align: center;
    margin-top:0
}

.qodef-process.qodef-grid > .qodef-grid-inner {
    margin:0
}

.qodef-process.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
    padding:0
}

.qodef-process.qodef-grid > .qodef-grid-inner > .qodef-grid-item:last-child .qodef-e-line {
    display:none
}

.qodef-process .qodef-e-icon-holder {
    position: relative;
    z-index:5
}

.qodef-process .qodef-e-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    font-size: 60px;
    background: #f6f6f6;
    border-radius: 50%;
    margin: 0 auto;
    z-index:3
}

.qodef-process .qodef-e-number {
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    width: 2.8em;
    height: 2.8em;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content:center
}

.qodef-process .qodef-e-line {
    position: absolute;
    z-index:2
}

.qodef-process .qodef-e-title {
    margin:2em 0 0
}

.qodef-process .qodef-e-text {
    margin:.3em 0 0
}

.qodef-process.qodef-item-layout--horizontal .qodef-e-number {
    width: 2.8em;
    height: 2.8em;
    font-size:20px
}

.qodef-process.qodef-item-layout--horizontal .qodef-e-line {
    top: 50%;
    left: 50%;
    width: 100%;
    height:auto
}

.qodef-process.qodef-item-layout--horizontal .qodef-e-line-inner {
    width: 100%;
    height: 100%;
    border-bottom: #acacac;
    position: absolute;
    top: 0;
    left:0
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-line-inner {
    transition: transform 1s;
    transform-origin: left;
    transform:scaleX(0)
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-icon {
    transition: transform .35s, opacity .2s;
    transform: scale(.8);
    opacity:0
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e .qodef-e-title {
    transition: transform .35s, opacity .2s;
    transform: translateY(10px);
    opacity:0
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) {
    transition-delay:0s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner {
    transition-delay:.25s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon {
    transition-delay:0s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title {
    transition-delay:.1s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) {
    transition-delay:.35s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner {
    transition-delay:.6s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon {
    transition-delay:.35s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title {
    transition-delay:.45s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) {
    transition-delay:.7s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner {
    transition-delay:.95s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon {
    transition-delay:.7s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title {
    transition-delay:.8s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) {
    transition-delay:1.05s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner {
    transition-delay:1.3s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon {
    transition-delay:1.05s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title {
    transition-delay:1.15s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) {
    transition-delay:1.4s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner {
    transition-delay:1.65s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon {
    transition-delay:1.4s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title {
    transition-delay:1.5s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) {
    transition-delay:1.75s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner {
    transition-delay:2s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon {
    transition-delay:1.75s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title {
    transition-delay:1.85s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) {
    transition-delay:2.1s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner {
    transition-delay:2.35s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon {
    transition-delay:2.1s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title {
    transition-delay:2.2s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) {
    transition-delay:2.45s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner {
    transition-delay:2.7s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon {
    transition-delay:2.45s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title {
    transition-delay:2.55s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) {
    transition-delay:2.8s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner {
    transition-delay:3.05s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon {
    transition-delay:2.8s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title {
    transition-delay:2.9s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) {
    transition-delay:3.15s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner {
    transition-delay:3.4s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon {
    transition-delay:3.15s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title {
    transition-delay:3.25s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) {
    transition-delay:3.5s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner {
    transition-delay:3.75s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon {
    transition-delay:3.5s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title {
    transition-delay:3.6s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) {
    transition-delay:3.85s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner {
    transition-delay:4.1s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon {
    transition-delay:3.85s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title {
    transition-delay:3.95s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) {
    transition-delay:4.2s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner {
    transition-delay:4.45s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon {
    transition-delay:4.2s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title {
    transition-delay:4.3s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) {
    transition-delay:4.55s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner {
    transition-delay:4.8s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon {
    transition-delay:4.55s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title {
    transition-delay:4.65s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) {
    transition-delay:4.9s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner {
    transition-delay:5.15s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon {
    transition-delay:4.9s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title {
    transition-delay:5s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) {
    transition-delay:5.25s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner {
    transition-delay:5.5s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon {
    transition-delay:5.25s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title {
    transition-delay:5.35s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) {
    transition-delay:5.6s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner {
    transition-delay:5.85s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon {
    transition-delay:5.6s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title {
    transition-delay:5.7s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) {
    transition-delay:5.95s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner {
    transition-delay:6.2s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon {
    transition-delay:5.95s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title {
    transition-delay:6.05s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) {
    transition-delay:6.3s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner {
    transition-delay:6.55s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon {
    transition-delay:6.3s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title {
    transition-delay:6.4s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) {
    transition-delay:6.65s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner {
    transition-delay:6.9s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon {
    transition-delay:6.65s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title {
    transition-delay:6.75s
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner {
    transform:scaleX(1)
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon {
    transform: scale(1);
    opacity:1
}

.qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text, .qodef-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title {
    transform: translateY(0);
    opacity:1
}

.qodef-process.qodef-item-layout--vertical .qodef-e-content {
    display: flex;
    align-items:stretch
}

.qodef-process.qodef-item-layout--vertical .qodef-e-text-wrapper {
    margin-left:30px
}

.qodef-process.qodef-item-layout--vertical .qodef-process-item:not(:last-child) .qodef-e-icon-holder {
    padding-bottom:50px
}

.qodef-process.qodef-item-layout--vertical .qodef-e-icon {
    font-size:40px
}

.qodef-process.qodef-item-layout--vertical .qodef-e-line {
    top: 0;
    left: 50%;
    height: 100%;
    transform:translateX(-50%)
}

.qodef-process.qodef-item-layout--vertical .qodef-e-line-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-left:1px solid #acacac
}

.qodef-process.qodef-item-layout--vertical .qodef-e-title {
    margin:0
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-line-inner {
    transition: transform .8s;
    transform-origin: top;
    transform:scaleY(0)
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-icon {
    transition: opacity .35s;
    opacity:0
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e .qodef-e-title {
    transition: transform .35s, opacity .25s;
    transform: translateY(-10px);
    opacity:0
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) {
    transition-delay:0s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-line-inner {
    transition-delay:0s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-icon {
    transition-delay:0s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(1) .qodef-e-title {
    transition-delay:.15s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) {
    transition-delay:.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-line-inner {
    transition-delay:.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-icon {
    transition-delay:.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(2) .qodef-e-title {
    transition-delay:.65s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) {
    transition-delay:1s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-line-inner {
    transition-delay:1s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-icon {
    transition-delay:1s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(3) .qodef-e-title {
    transition-delay:1.15s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) {
    transition-delay:1.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-line-inner {
    transition-delay:1.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-icon {
    transition-delay:1.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(4) .qodef-e-title {
    transition-delay:1.65s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) {
    transition-delay:2s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-line-inner {
    transition-delay:2s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-icon {
    transition-delay:2s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(5) .qodef-e-title {
    transition-delay:2.15s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) {
    transition-delay:2.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-line-inner {
    transition-delay:2.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-icon {
    transition-delay:2.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(6) .qodef-e-title {
    transition-delay:2.65s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) {
    transition-delay:3s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-line-inner {
    transition-delay:3s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-icon {
    transition-delay:3s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(7) .qodef-e-title {
    transition-delay:3.15s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) {
    transition-delay:3.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-line-inner {
    transition-delay:3.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-icon {
    transition-delay:3.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(8) .qodef-e-title {
    transition-delay:3.65s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) {
    transition-delay:4s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-line-inner {
    transition-delay:4s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-icon {
    transition-delay:4s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(9) .qodef-e-title {
    transition-delay:4.15s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) {
    transition-delay:4.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-line-inner {
    transition-delay:4.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-icon {
    transition-delay:4.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(10) .qodef-e-title {
    transition-delay:4.65s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) {
    transition-delay:5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-line-inner {
    transition-delay:5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-icon {
    transition-delay:5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(11) .qodef-e-title {
    transition-delay:5.15s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) {
    transition-delay:5.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-line-inner {
    transition-delay:5.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-icon {
    transition-delay:5.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(12) .qodef-e-title {
    transition-delay:5.65s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) {
    transition-delay:6s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-line-inner {
    transition-delay:6s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-icon {
    transition-delay:6s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(13) .qodef-e-title {
    transition-delay:6.15s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) {
    transition-delay:6.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-line-inner {
    transition-delay:6.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-icon {
    transition-delay:6.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(14) .qodef-e-title {
    transition-delay:6.65s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) {
    transition-delay:7s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-line-inner {
    transition-delay:7s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-icon {
    transition-delay:7s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(15) .qodef-e-title {
    transition-delay:7.15s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) {
    transition-delay:7.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-line-inner {
    transition-delay:7.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-icon {
    transition-delay:7.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(16) .qodef-e-title {
    transition-delay:7.65s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) {
    transition-delay:8s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-line-inner {
    transition-delay:8s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-icon {
    transition-delay:8s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(17) .qodef-e-title {
    transition-delay:8.15s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) {
    transition-delay:8.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-line-inner {
    transition-delay:8.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-icon {
    transition-delay:8.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(18) .qodef-e-title {
    transition-delay:8.65s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) {
    transition-delay:9s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-line-inner {
    transition-delay:9s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-icon {
    transition-delay:9s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(19) .qodef-e-title {
    transition-delay:9.15s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) {
    transition-delay:9.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-line-inner {
    transition-delay:9.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-icon {
    transition-delay:9.5s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear .qodef-e:nth-child(20) .qodef-e-title {
    transition-delay:9.65s
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-line-inner {
    transform:scaleY(1)
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-icon {
    opacity:1
}

.qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-text, .qodef-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared .qodef-e .qodef-e-title {
    transform: translateX(0);
    opacity:1
}

.qodef-progress-bar-circle {
    position: relative;
    visibility:hidden
}

.qodef-progress-bar-circle.qodef--init {
    visibility:visible
}

.qodef-progress-bar-circle .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align:center
}

.qodef-progress-bar-circle .qodef-m-canvas {
    position: relative;
    width:100%
}

.qodef-progress-bar-circle .qodef-m-title {
    margin:2em 0 0
}

.qodef-progress-bar-circle .qodef-m-text {
    margin:.5em 0 0
}

.qodef-progress-bar-circle .qodef-m-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size:62px
}

.qodef-progress-bar-circle .qodef-m-percentage {
    font-size: 60%;
    top:-.3em
}

.qodef-progress-bar-horizontal {
    position: relative;
    visibility:hidden
}

.qodef-progress-bar-horizontal.qodef--init {
    visibility:visible
}

.qodef-progress-bar-horizontal.qodef--pattern .qodef-m-canvas svg path:first-child {
    opacity:0
}

.qodef-progress-bar-horizontal .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction:column
}

.qodef-progress-bar-horizontal .qodef-m-canvas {
    position: relative;
    width:100%
}

.qodef-progress-bar-horizontal .qodef-m-content {
    display: flex;
    align-items:center
}

.qodef-progress-bar-horizontal .qodef-m-title {
    margin:0 0 .5em
}

.qodef-progress-bar-horizontal .qodef-m-value {
    padding: 0;
    margin: 0 0 .5em;
    font-size: 16px;
    position:absolute
}

.qodef-progress-bar-horizontal.qodef-percentage--floating-on .qodef-m-value {
    margin: 0;
    transform: translateY(100%);
    z-index:1
}

.qodef-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner {
    opacity: 0;
    transition:opacity .2s .5s
}

.qodef-progress-bar-horizontal.qodef-percentage--floating-above.qodef--init .qodef-m-value-inner {
    opacity:1
}

.qodef-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-content {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    z-index:1
}

.qodef-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-title {
    margin:0 0 0 .5em
}

.qodef-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-value {
    margin: 0 0 0 .5em;
    position:relative
}

.qodef-progress-bar-horizontal.qodef-percentage--fixed-above .qodef-m-value {
    right:0
}

.qodef-progress-bar-vertical {
    position: relative;
    visibility:hidden
}

.qodef-progress-bar-vertical.qodef--init {
    visibility:visible
}

.qodef-progress-bar-vertical.qodef--pattern .qodef-m-canvas svg path:first-child {
    opacity:0
}

.qodef-progress-bar-vertical .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width:100%
}

.qodef-progress-bar-vertical .qodef-m-canvas {
    position:relative
}

.qodef-progress-bar-vertical .qodef-m-canvas svg {
    max-width:100%
}

.qodef-progress-bar-vertical .qodef-m-title {
    margin:1em 0 0
}

.qodef-progress-bar-vertical .qodef-m-value {
    padding: 0;
    margin: 0;
    font-size:16px
}

.qodef-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-title {
    margin:0 0 0 1em
}

.qodef-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-value {
    margin:0 0 0 1em
}

.qodef-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-inner {
    flex-direction: row;
    align-items:flex-end
}

.qodef-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-value {
    position: absolute;
    margin: 0 0 .5em;
    right:0
}

.qodef-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-title {
    position: absolute;
    margin: 0 0 .5em;
    left:0
}

.qodef-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-content {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left:0
}

.qodef-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-title {
    margin:0 0 0 .5em
}

.qodef-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-value {
    margin:0 0 0 .5em
}

.qodef-section-title {
    position:relative
}

.qodef-section-title .qodef-m-title {
    margin:0
}

.qodef-section-title .qodef-m-subtitle {
    margin:0
}

.qodef-section-title > .qodef-m-text {
    margin:.5em 0 0
}

.qodef-section-title .qodef-m-button {
    margin-top:.65em
}

.qodef-section-title.qodef-decoration--underline .qodef-e-decorated {
    text-decoration:underline
}

.qodef-section-title.qodef-decoration--italic .qodef-e-decorated {
    font-style:italic
}

.qodef-section-title.qodef-decoration--bold .qodef-e-decorated {
    font-weight:700
}

.qodef-separator {
    position: relative;
    height: auto;
    font-size: 0;
    line-height:1
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 1px;
    color: #111;
    border-bottom: 1em solid currentColor;
    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-separator.qodef-separator--border-image .qodef-m-line {
    font-size: 12px;
    height: 1em;
    border-bottom: none;
    margin: 10px 0;
    background-size: contain;
    background-repeat:round
}

.qodef-separator.qodef-separator--with-icon {
    display:flex
}

.qodef-separator.qodef-separator--with-icon .qodef-m-line {
    display: flex;
    align-items: center;
    border-width:0
}

.qodef-separator.qodef-separator--with-icon .qodef-m-separator-icon {
    flex-shrink: 0;
    font-size: 1rem;
    margin:0 1em
}

.qodef-separator.qodef-separator--with-icon .qodef-m-separator-icon svg {
    width: 1em;
    fill: currentColor;
    stroke:currentColor
}

.qodef-separator.qodef-separator--with-icon .qodef-m-inner-line {
    width: 50%;
    border-color: currentColor;
    border-style: inherit;
    border-width:1em
}

.qodef-separator.qodef-separator--with-icon.qodef-position--center {
    justify-content:center
}

.qodef-separator.qodef-separator--with-icon.qodef-position--left {
    justify-content:flex-start
}

.qodef-separator.qodef-separator--with-icon.qodef-position--right {
    justify-content:flex-end
}

.qodef-table-of-contents {
    position:relative
}

.qodef-table-of-contents .qodef-m-title {
    margin:0
}

.qodef-table-of-contents .qodef-m-subtitle {
    margin:0
}

.qodef-table-of-contents .qodef-m-text {
    margin:.5em 0 0
}

.qodef-table-of-contents .qodef-m-table-content {
    margin-top:1.5em
}

.qodef-table-of-contents .qodef-m-table-content a {
    position: relative;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform:inherit
}

.qodef-list-underline.qodef-table-of-contents .qodef-m-table-content a {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    transition: .55s cubic-bezier(.32, .32, .15, 1.17);
    background-size:0 100%
}

.qodef-list-underline.qodef-table-of-contents .qodef-m-table-content a:hover {
    background-size:100% 100%
}

.qodef-table-of-contents.qodef-list-position--inside ol, .qodef-table-of-contents.qodef-list-position--inside ul {
    list-style-position:inside
}

.qodef-table-of-contents.qodef-list-position--inside .qodef-m-table-content > ol, .qodef-table-of-contents.qodef-list-position--inside .qodef-m-table-content > ul {
    margin-left:0 !important
}

.qodef-table-of-contents.qodef-list-position--outside ol, .qodef-table-of-contents.qodef-list-position--outside ul {
    list-style-position:outside
}

.qodef-tabs-horizontal.qodef-layout--simple {
    position: relative;
    visibility:hidden
}

.qodef-tabs-horizontal.qodef-layout--simple.qodef--init {
    visibility:visible
}

.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style:none
}

@media only screen and (max-width: 680px) {
    .qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation {
        flex-direction: column;
        align-items:flex-start
    }

    .qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation .qodef-tab-title, .qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li {
        width:100%
    }
}

.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li {
    position: relative;
    margin: 0;
    padding:0
}

.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li .qodef-tab-title {
    margin:0
}

.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a {
    position: relative;
    color: #cacaca;
    display: block;
    padding: 0;
    transition:color .25s ease-out
}

.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition:opacity .25s ease-out
}

.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    transition:opacity .25s ease-out
}

.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li a .q-text {
    z-index: 1;
    position:relative
}

.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li:not(:last-child) {
    margin-right:4em
}

.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a, .qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a {
    color:#1e1e1e
}

.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:after, .qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-active a:before, .qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:after, .qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-navigation li.ui-state-hover a:before {
    opacity:1
}

.qodef-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-content {
    position: relative;
    padding:26px 0 0
}

.qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li a:after {
    opacity: 1;
    transform: scaleX(0);
    transition:transform .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-active a:after, .qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw .qodef-tabs-horizontal-navigation li.ui-state-hover a:after {
    transform:scaleX(1)
}

.qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-left .qodef-tabs-horizontal-navigation li a:after {
    transform-origin:left
}

.qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li a:after {
    left: unset;
    right: 0;
    transform: scaleX(1);
    width: 0;
    transition:width .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-active a:after, .qodef-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right .qodef-tabs-horizontal-navigation li.ui-state-hover a:after {
    width:100%
}

.qodef-tabs-vertical.qodef-layout--simple {
    position: relative;
    visibility: hidden;
    display: flex;
    align-items: stretch;
    height:100%
}

.qodef-tabs-vertical.qodef-layout--simple.qodef--init {
    visibility:visible
}

.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation {
    position: relative;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-shrink: 0;
    display:block
}

.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li {
    position: relative;
    margin: 0;
    padding: 0;
    width:100%
}

.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .qodef-tab-title {
    margin:0
}

.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a {
    position: relative;
    color: #cacaca;
    display: block;
    padding: 0;
    transition:color .25s ease-out
}

.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:after {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition:opacity .25s ease-out
}

.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    transition:opacity .25s ease-out
}

.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a, .qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a {
    color:#1e1e1e
}

.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:after, .qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-active a:before, .qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:after, .qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li.ui-state-hover a:before {
    opacity:1
}

.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation li .q-text {
    z-index: 1;
    position:relative
}

.qodef-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-content {
    position: relative;
    padding:0 0 0 26px
}

.qodef-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li a:after {
    opacity: 1;
    transform: scaleY(0);
    transition:transform .36s cubic-bezier(.51, .5, .07, .99)
}

.qodef-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-active a:after, .qodef-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw .qodef-tabs-vertical-navigation li.ui-state-hover a:after {
    transform:scaleY(1)
}

.qodef-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw.qodef-title-sideline-from-top .qodef-tabs-vertical-navigation li a:after {
    transform-origin:top
}

.qodef-team-member .qodef-m-title {
    margin:0
}

.qodef-team-member .qodef-m-role {
    margin:0 0 .8em
}

.qodef-team-member .qodef-m-text {
    margin:0 0 .8em
}

.qodef-team-member .qodef-m-social-icons {
    font-size: 0;
    margin:0
}

.qodef-team-member .qodef-m-social-icons > * {
    font-size: 1rem;
    margin-right:.7em
}

.qodef-team-member .qodef-m-social-icons > :last-child {
    margin:0
}

.qodef-team-member .qodef-e-social-icon {
    transition:color .2s ease-out
}

.qodef-team-member .qodef-e-social-icon i {
    font-size:inherit
}

.qodef-team-member .qodef-e-social-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    vertical-align:middle
}

.qodef-team-member.qodef-image--hover-scale img, .qodef-team-member.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform .35s cubic-bezier(.25, .46, .45, .94);
    will-change:transform
}

.qodef-team-member.qodef-image--hover-scale:hover img, .qodef-team-member.qodef-image--hover-zoom:hover img {
    transform:scale(1.03)
}

.qodef-team-member.qodef-image--hover-zoom .qodef-m-media-image {
    overflow:hidden
}

.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-inner {
    position: relative;
    overflow:hidden
}

.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role, .qodef-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons, .qodef-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-title {
    transform: translateX(0);
    opacity:1
}

.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-role {
    transition-delay:.15s
}

.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-inner:hover .qodef-m-social-icons {
    transition-delay:.3s
}

.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-content {
    margin:.9em 0 0
}

.qodef-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-role, .qodef-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-social-icons, .qodef-team-member.qodef-item-layout--info-below-left .qodef-m-content .qodef-m-title {
    opacity: 0;
    transform: translateX(30px);
    transition: transform .45s cubic-bezier(.16, .32, .26, .92), opacity .45s ease-out;
    transition-delay:0s, 0s
}

.qodef-team-member.qodef-item-layout--info-below .qodef-m-content {
    margin:.9em 0 0
}

.qodef-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner {
    position: relative;
    overflow:hidden
}

.qodef-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner:hover .qodef-m-content {
    transform:translateY(0)
}

.qodef-team-member.qodef-item-layout--info-from-bottom .qodef-m-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transform: translateY(100%);
    transition: transform .4s cubic-bezier(.22, .61, .36, 1);
    padding: 30px;
    z-index:1
}

.qodef-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align:top
}

.qodef-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner:hover .qodef-m-content {
    opacity: 1;
    -webkit-clip-path: inset(10px 10px 10px 10px);
    clip-path: inset(10px 10px 10px 10px);
    transition-delay:0s, .15s
}

.qodef-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-image, .qodef-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner .qodef-m-media-image {
    display: inline-block;
    vertical-align:top
}

.qodef-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .25s ease-out, all .3s cubic-bezier(.46, .03, .52, .96);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    padding:5%
}

.qodef-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content > * {
    width:100%
}

.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align:top
}

.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-inner:hover .qodef-m-content {
    opacity:1
}

.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-image, .qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-inner .qodef-m-media-image {
    display: inline-block;
    vertical-align:top
}

.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    padding:20px 30px
}

.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-content > * {
    width:100%
}

.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-title {
    color:#fff
}

.qodef-team-member.qodef-item-layout--info-on-hover .qodef-m-role {
    color:#c4c4c4
}

.qodef-testimonials-list .qodef-e-inner {
    overflow:hidden
}

.qodef-testimonials-list .qodef-e-title {
    margin:0 0 .7em
}

.qodef-testimonials-list .qodef-e-text {
    margin:0
}

.qodef-testimonials-list .qodef-e-media-image {
    display: inline-block;
    vertical-align: top;
    line-height:0
}

.qodef-testimonials-list .qodef-e-quote {
    font-size: 1em;
    line-height: 0;
    margin:auto
}

.qodef-testimonials-list .qodef-e-quote svg {
    width: 1em;
    fill: currentColor;
    stroke:currentColor
}

.qodef-testimonials-list .qodef-e-author {
    display: flex;
    margin:0
}

.qodef-testimonials-list .qodef-e-author-name {
    margin:0
}

.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-media-image {
    margin-bottom: 1.8em;
    border-radius: 50%;
    overflow:hidden
}

.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-inner {
    position: relative;
    text-align: center;
    padding: 55px 40px;
    background-color:#f6f6f6
}

.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-content, .qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-top {
    position:relative
}

.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-quote {
    position: absolute;
    top: -.1em;
    left: 50%;
    font-size: 14em;
    color: rgba(0, 0, 0, .2);
    transform:translateX(-50%)
}

.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-text {
    margin:0 0 1em
}

.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-author {
    flex-direction:column
}

.qodef-testimonials-list.qodef-item-layout--boxed .qodef-e-author-job {
    margin:.2em 0 0
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
    text-align:center
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-quote {
    font-size: 2em;
    margin-bottom:1.2em
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-text {
    margin:0 0 1.3em
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image {
    width: 50px;
    margin-bottom: .5em;
    border-radius: 50%;
    overflow:hidden
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-author {
    flex-direction:column
}

.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-author-job {
    margin:.2em 0 0
}

.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
    display:flex
}

@media only screen and (max-width: 480px) {
    .qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
        flex-direction:column
    }
}

.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
    font-size: 100px;
    width: 1em;
    margin:0 35px 0 0
}

.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote i, .qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote svg {
    vertical-align:top
}

@media only screen and (max-width: 480px) {
    .qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
        margin:0 0 35px
    }
}

.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-content {
    flex: 1;
    text-align:left
}

.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-bottom-info {
    display: flex;
    align-items:center
}

.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-media-image {
    width: 50px;
    margin:0 10px 0 0
}

.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-author {
    flex-direction: row;
    align-items:baseline
}

.qodef-testimonials-list.qodef-item-layout--side-quote .qodef-e-author-job:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 1em;
    background-color: currentColor;
    margin:0 .65em
}

.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
    display: flex;
    align-items:flex-start
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
        flex-direction: column;
        align-items:flex-start
    }
}

.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
    position: relative;
    flex-shrink: 0;
    width: 110px;
    max-width: 30%;
    margin-right:6%
}

.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image {
    border-radius: 25%;
    overflow:hidden
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
        max-width:100%
    }
}

.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-quote {
    position: absolute;
    bottom: -.5em;
    right: -.5em;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #111;
    border-radius:50%
}

.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-content {
    flex: 1;
    text-align:left
}

.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-text {
    margin:0 0 1em
}

.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author {
    flex-direction:column
}

.qodef-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author-job {
    margin:.2em 0 0
}

.qodef-testimonials-slider .qodef-e-inner {
    overflow:hidden
}

.qodef-testimonials-slider .qodef-e-title {
    margin:0 0 .7em
}

.qodef-testimonials-slider .qodef-e-text {
    margin:0
}

.qodef-testimonials-slider .qodef-e-media-image {
    display: inline-block;
    vertical-align: top;
    line-height:0
}

.qodef-testimonials-slider .qodef-e-quote {
    font-size: 1em;
    line-height: 0;
    margin:auto
}

.qodef-testimonials-slider .qodef-e-quote svg {
    width: 1em;
    fill: currentColor;
    stroke:currentColor
}

.qodef-testimonials-slider .qodef-e-author {
    display: flex;
    margin:0
}

.qodef-testimonials-slider .qodef-e-author-name {
    margin:0
}

.qodef-testimonials-slider.qodef--one-column .swiper-slide {
    opacity: 0;
    transition:opacity .2s ease-out
}

.qodef-testimonials-slider.qodef--one-column .swiper-slide.swiper-slide-active, .qodef-testimonials-slider.qodef--one-column .swiper-slide.swiper-slide-duplicate-active {
    opacity:1
}

.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-media-image {
    margin-bottom: 1em;
    border-radius: 50%;
    overflow:hidden
}

.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-inner {
    text-align: center;
    padding: 55px 40px;
    background-color:#f6f6f6
}

.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-top {
    position: relative;
    display:inline-block
}

.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-quote {
    position: absolute;
    top: 0;
    right: 0;
    font-size:2em
}

.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-text {
    margin:0 0 1.3em
}

.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-author {
    flex-direction:column
}

.qodef-testimonials-slider.qodef-item-layout--boxed .qodef-e-author-job {
    margin:.2em 0 0
}

.qodef-testimonials-slider.qodef-item-layout--info-below .qodef-e-media-image {
    margin-bottom:1em
}

.qodef-testimonials-slider.qodef-item-layout--info-below .qodef-e-inner {
    text-align:center
}

.qodef-testimonials-slider.qodef-item-layout--info-below .qodef-e-quote {
    font-size: 2em;
    margin-bottom:1.2em
}

.qodef-testimonials-slider.qodef-item-layout--info-below .qodef-e-text {
    margin:0 0 1.3em
}

.qodef-testimonials-slider.qodef-item-layout--info-below .qodef-e-author {
    flex-direction:column
}

.qodef-testimonials-slider.qodef-item-layout--info-below .qodef-e-author-job {
    margin:.2em 0 0
}

.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
    display:flex
}

@media only screen and (max-width: 480px) {
    .qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
        flex-direction:column
    }
}

.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
    font-size: 100px;
    width: 1em;
    margin:0 35px 0 0
}

.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote i, .qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote svg {
    vertical-align:top
}

@media only screen and (max-width: 480px) {
    .qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
        margin:0 0 35px
    }
}

.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-content {
    flex: 1;
    text-align:left
}

.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-bottom-info {
    display: flex;
    align-items:center
}

.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-media-image {
    width: 50px;
    margin:0 10px 0 0
}

.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author {
    flex-direction: row;
    align-items:baseline
}

.qodef-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author-job:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 1em;
    background-color: currentColor;
    margin:0 .65em
}

.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
    display: flex;
    align-items:center
}

@media only screen and (max-width: 1024px) {
    .qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
        align-items:baseline
    }
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-inner {
        flex-direction: column;
        align-items:flex-start
    }
}

.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
    position: relative;
    flex-shrink: 0;
    width: 290px;
    max-width: 30%;
    margin-right:6%
}

.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side .qodef-e-media-image {
    border-radius: 10%;
    overflow:hidden
}

@media only screen and (max-width: 680px) {
    .qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
        max-width:100%
    }
}

.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-quote {
    position: absolute;
    top: -1em;
    right: -1em;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #111;
    border-radius:50%
}

.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-content {
    flex: 1;
    text-align:left
}

.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-text {
    margin:0 0 1.3em
}

.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author {
    flex-direction:column
}

.qodef-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-author-job {
    margin:.2em 0 0
}

.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-inner {
    text-align:left
}

.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-quote {
    font-size: 2em;
    margin-bottom:1.2em
}

.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-text {
    margin:0 0 1.3em
}

.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-bottom-info {
    display: flex;
    align-items:center
}

.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-media-image {
    width: 50px;
    border-radius: 50%;
    margin-right: 1em;
    overflow:hidden
}

.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-author {
    flex-direction:column
}

.qodef-testimonials-slider.qodef-item-layout--standard .qodef-e-author-job {
    margin:0
}

.qodef-text-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-text-marquee .qodef-m-content {
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow:hidden
}

.qodef-text-marquee .qodef-marquee-element {
    will-change:transform
}

.qodef-text-marquee .qodef-m-text-item {
    font-size: 100px;
    line-height: 1.1em;
    padding-right:1em
}

.qodef-text-marquee.qodef-text-stroke-effect .qodef-m-text-item {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow:none
}

.qodef-timeline {
    position:relative
}

.qodef-timeline .qodef-e-item, .qodef-timeline .qodef-e-item-inner {
    position:relative
}

.qodef-timeline .qodef-e-image {
    display: inline-block;
    vertical-align: top;
    overflow:hidden
}

.qodef-timeline .qodef-e-date {
    margin:0 0 .5em
}

.qodef-timeline .qodef-e-title {
    margin:0 0 .85em
}

.qodef-timeline .qodef-e-text {
    margin:0
}

.qodef-timeline .qodef-e-point-holder {
    position: absolute;
    color: #fff;
    font-size: 1em;
    width: 1em;
    height: 1em;
    transform:translate(-50%, -50%)
}

.qodef-timeline .qodef-e-point-holder .qodef-e-point {
    background-color: #111;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow:hidden
}

.qodef-timeline .qodef-e-point-holder .qodef-e-icon-holder {
    font-size: .7em;
    line-height: 1em;
    max-height:100%
}

.qodef-timeline .qodef-e-point-holder svg {
    width: .7em;
    stroke: currentColor;
    fill:currentColor
}

.qodef-timeline .qodef-e-line {
    display: block;
    background-color:#ebebeb
}

.qodef-timeline.qodef-timeline--vertical .qodef-e-line-holder {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width:1px
}

.qodef-timeline.qodef-timeline--vertical .qodef-e-line {
    height:100%
}

.qodef-timeline.qodef-timeline--vertical .qodef-e-point-holder {
    top: 50%;
    left:50%
}

.qodef-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-line-holder {
    top:50%
}

.qodef-timeline.qodef-timeline--vertical.qodef-line--inside .qodef-e-item:last-child .qodef-e-line-holder {
    display:none
}

.qodef-timeline.qodef-timeline--horizontal {
    overflow:hidden
}

.qodef-timeline.qodef-timeline--horizontal .qodef-grid-inner {
    display: flex;
    transition:all .4s ease
}

.qodef-timeline.qodef-timeline--horizontal .qodef-e-item {
    flex:1
}

.qodef-timeline.qodef-timeline--horizontal .qodef-e-line-holder {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height:1px
}

.qodef-timeline.qodef-timeline--horizontal .qodef-e-line {
    height:100%
}

.qodef-timeline.qodef-timeline--horizontal .qodef-e-point-holder {
    top: 50%;
    left:50%
}

.qodef-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after, .qodef-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 100px;
    width: 1px;
    background-color: #ebebeb;
    transform: translateX(-50%);
    z-index:-1
}

.qodef-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:before {
    top:100%
}

.qodef-timeline.qodef-point--diamond.qodef-timeline--horizontal .qodef-e-point-holder:after {
    bottom:100%
}

.qodef-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after, .qodef-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: #ebebeb;
    transform: translateY(-50%);
    z-index:-1
}

.qodef-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:before {
    right:100%
}

.qodef-timeline.qodef-point--diamond.qodef-timeline--vertical .qodef-e-point-holder:after {
    left:100%
}

.qodef-timeline.qodef-point--diamond .qodef-e-point {
    border-radius: 0;
    transform:rotate(45deg)
}

.qodef-timeline.qodef-point--diamond .qodef-e-icon-holder {
    transform:rotate(-45deg)
}

.qodef-timeline .qodef-nav-next, .qodef-timeline .qodef-nav-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #111;
    font-size: 26px;
    z-index: 10;
    cursor:pointer
}

.qodef-timeline .qodef-nav-next > svg, .qodef-timeline .qodef-nav-prev > svg {
    display: block;
    width: 1em;
    height: auto;
    transition: .2s ease-out;
    stroke: currentColor;
    fill:currentColor
}

.qodef-timeline .qodef-nav-prev {
    left:0
}

.qodef-timeline .qodef-nav-next {
    right:0
}

.qodef-timeline.qodef-qi--has-appear {
    opacity: 0;
    transition:opacity .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-image {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform:translateY(-60px)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated .qodef-e-item .qodef-e-content-holder {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform:translateY(60px)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-image {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform:translateY(40px)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side .qodef-e-item .qodef-e-content-holder {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform:translateY(40px)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-image {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform:translateY(-60px)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-content-holder {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform:translateY(60px)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-image {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform:translateY(60px)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-content-holder {
    opacity: 0;
    transition: opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1);
    transform:translateY(-60px)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-image {
    transform:translateY(-60px)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder {
    transform:translateY(60px)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item .qodef-e-point {
    transform: rotate(45deg) scale(0);
    opacity: 0;
    transition:opacity .55s cubic-bezier(.23, 1, .32, 1), transform .55s cubic-bezier(.23, 1, .32, 1)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-image {
    transition-delay:.3s, .3s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-point {
    transition-delay:.4s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(1) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(1) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(1) .qodef-e-content-holder {
    transition-delay:.4s, .4s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-image {
    transition-delay:.6s, .6s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-point {
    transition-delay:.7s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(2) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(2) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(2) .qodef-e-content-holder {
    transition-delay:.8s, .8s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-image {
    transition-delay:.9s, .9s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-point {
    transition-delay:1s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(3) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(3) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(3) .qodef-e-content-holder {
    transition-delay:1.2s, 1.2s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-image {
    transition-delay:1.2s, 1.2s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-point {
    transition-delay:1.3s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(4) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(4) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(4) .qodef-e-content-holder {
    transition-delay:1.6s, 1.6s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-image {
    transition-delay:1.5s, 1.5s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-point {
    transition-delay:1.6s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(5) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(5) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(5) .qodef-e-content-holder {
    transition-delay:2s, 2s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-image {
    transition-delay:1.8s, 1.8s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-point {
    transition-delay:1.9s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(6) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(6) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(6) .qodef-e-content-holder {
    transition-delay:2.4s, 2.4s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-image {
    transition-delay:2.1s, 2.1s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-point {
    transition-delay:2.2s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(7) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(7) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(7) .qodef-e-content-holder {
    transition-delay:2.8s, 2.8s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-image {
    transition-delay:2.4s, 2.4s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-point {
    transition-delay:2.5s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(8) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(8) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(8) .qodef-e-content-holder {
    transition-delay:3.2s, 3.2s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-image {
    transition-delay:2.7s, 2.7s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-point {
    transition-delay:2.8s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(9) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(9) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(9) .qodef-e-content-holder {
    transition-delay:3.6s, 3.6s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-image {
    transition-delay:3s, 3s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-point {
    transition-delay:3.1s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(10) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(10) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(10) .qodef-e-content-holder {
    transition-delay:4s, 4s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-image {
    transition-delay:3.3s, 3.3s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-point {
    transition-delay:3.4s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(11) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(11) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(11) .qodef-e-content-holder {
    transition-delay:4.4s, 4.4s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-image {
    transition-delay:3.6s, 3.6s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-point {
    transition-delay:3.7s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical .qodef-e-item:nth-child(12) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating .qodef-e-item:nth-child(12) .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard .qodef-e-item:nth-child(12) .qodef-e-content-holder {
    transition-delay:4.8s, 4.8s
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared {
    opacity:1
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-image {
    opacity: 1;
    transform:translateY(0) translateX(0)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-content-holder, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-item.qodef-reverse .qodef-e-image {
    transform:translateY(0) translateX(0)
}

.qodef-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared .qodef-e-point, .qodef-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared .qodef-e-point {
    transform: rotate(45deg) scale(1);
    opacity:1
}

.qodef-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-item-inner {
    flex-direction:column
}

.qodef-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-top-holder {
    align-items: flex-end;
    padding:0 0 10%
}

.qodef-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item.qodef-reverse .qodef-e-content-holder {
    justify-content: flex-start;
    padding:10% 0 0
}

.qodef-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-item-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align:center
}

.qodef-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-top-holder {
    display: flex;
    align-items: flex-start;
    padding:10% 0 0
}

.qodef-timeline.qodef-timeline-layout--horizontal-alternating .qodef-e-content-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding:0 0 10%
}

.qodef-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align:center
}

.qodef-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-top-holder {
    display: flex;
    align-items: flex-end;
    padding:0 0 10%
}

.qodef-timeline.qodef-timeline-layout--horizontal-standard .qodef-e-content-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding:10% 0 0
}

.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item {
    text-align:center
}

.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item:not(:last-child) {
    padding-bottom:100px
}

.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner {
    flex-direction: row-reverse;
    text-align:right
}

@media only screen and (max-width: 480px) {
    .qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-item-inner {
        flex-direction: column;
        text-align:center
    }
}

.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder {
    text-align: left;
    padding:0 0 0 10%
}

@media only screen and (max-width: 480px) {
    .qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-side-holder {
        padding:0
    }
}

.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder {
    padding:0 10% 0 0
}

@media only screen and (max-width: 480px) {
    .qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item.qodef-reverse .qodef-e-content-holder {
        padding:0
    }
}

.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width:100%
}

@media only screen and (max-width: 480px) {
    .qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item-inner {
        flex-direction: column;
        text-align:center
    }
}

.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder {
    width: 50%;
    flex-shrink: 0;
    text-align: right;
    padding:0 10% 0 0
}

@media only screen and (max-width: 480px) {
    .qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-side-holder {
        width: 100%;
        padding: 0;
        margin-bottom:5%
    }
}

.qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder {
    width: 50%;
    padding:0 0 0 10%
}

@media only screen and (max-width: 480px) {
    .qodef-timeline.qodef-timeline-layout--vertical-separated .qodef-e-content-holder {
        width: 100%;
        padding: 0;
        margin-top:5%
    }
}

.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
    margin-left: 0;
    flex-direction: row;
    padding:0 3em 0 0
}

@media only screen and (max-width: 1024px) {
    .qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
        flex-direction: column;
        text-align:center
    }
}

@media only screen and (max-width: 480px) {
    .qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-item-content {
        padding:0
    }
}

.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder {
    margin:0 10% 0 0
}

@media only screen and (max-width: 1024px) {
    .qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item.qodef-reverse .qodef-e-side-holder {
        margin:0 0 10%
    }
}

.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    flex-direction: row-reverse;
    width: 50%;
    padding:0 0 0 3em
}

@media only screen and (max-width: 1024px) {
    .qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
        flex-direction: column;
        text-align:center
    }
}

@media only screen and (max-width: 480px) {
    .qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
        width: 100%;
        padding:0
    }
}

.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
    width: 250px;
    flex-shrink: 0;
    margin:0 0 0 10%
}

@media only screen and (max-width: 1024px) {
    .qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
        margin:0 0 10%
    }
}

.qodef-timeline.qodef-timeline-layout--vertical-side .qodef-e-image {
    border-radius:50%
}

.qodef-typeout-text .qodef-m-text {
    margin:0
}

@media only screen and (max-width: 1024px) {
    .qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link {
        padding:11% 15%
    }

    .qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote {
        padding:10.7% 15% 11.3%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
        display:inline-block
    }

    .qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link {
        padding:11% 10%
    }

    .qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link-icon {
        left: calc(50% - 75px);
        width:150px
    }

    .qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote {
        padding:11% 10%
    }

    .qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote-icon {
        left: calc(50% - 70px);
        width:140px
    }
}

@media only screen and (max-width: 768px) {
    .qodef-resposive--768.qodef-business-hours .qodef-e-item {
        flex-direction:column
    }
}

@media only screen and (max-width: 680px) {
    .qodef-resposive--680.qodef-business-hours .qodef-e-item {
        flex-direction:column
    }
}

@media only screen and (max-width: 480px) {
    .qodef-resposive--480.qodef-business-hours .qodef-e-item {
        flex-direction:column
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-call-to-action.qodef-layout--standard.qodef-button-below--1024 .qodef-m-inner {
        display:block
    }
}

@media only screen and (max-width: 768px) {
    .qodef-call-to-action.qodef-layout--standard.qodef-button-below--768 .qodef-m-inner {
        display:block
    }
}

@media only screen and (max-width: 680px) {
    .qodef-call-to-action.qodef-layout--standard.qodef-button-below--680 .qodef-m-inner {
        display:block
    }
}

@media only screen and (max-width: 768px) {
    .qodef-cards-gallery .qodef-m-fake-card {
        transform:scale(.8)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
        transform:scale(.8)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
        transform:translateX(-100%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
        transform:scale(.3) translateX(84%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
        transform:scale(.4) translateX(60%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
        transform:scale(.5) translateX(39%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
        transform:scale(.6) translateX(25%)
    }

    .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
        transform:scale(.7) translateX(11.2%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
        transform:scale(.8)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
        transform:translateX(100%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
        transform:scale(.3) translateX(-84%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
        transform:scale(.4) translateX(-60%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
        transform:scale(.5) translateX(-39%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
        transform:scale(.6) translateX(-25%)
    }

    .qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
        transform:scale(.7) translateX(-11.2%)
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(1n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(1n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(2n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(3n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(4n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(5n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(6n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(7n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-child(8n) {
        border-right-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:hidden
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--inner > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:hidden
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        border-left-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(1) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(2) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(3) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(4) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(5) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(6) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(7) {
        border-bottom-style:inherit
    }

    .qodef-clients-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns.qodef-border--all > .qodef-grid-inner > .qodef-grid-item:nth-last-child(8) {
        border-bottom-style:inherit
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-device-slider-holder {
        margin-bottom:96px
    }

    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom:-96px !important
    }
}

@media only screen and (max-width: 768px) {
    .qodef-device-slider-holder {
        margin-bottom:86px
    }

    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom:-86px !important
    }
}

@media only screen and (max-width: 680px) {
    .qodef-device-slider-holder {
        margin-bottom:76px
    }

    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom:-76px !important
    }
}

@media only screen and (max-width: 480px) {
    .qodef-device-slider-holder {
        margin-bottom:46px
    }

    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom:-46px !important
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-dual-image-with-content .qodef-image-holder {
        height:var(--holder_height_1440)
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-dual-image-with-content .qodef-image-holder {
        height:var(--holder_height_1366)
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-dual-image-with-content .qodef-image-holder {
        height:var(--holder_height_1280)
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-dual-image-with-content .qodef-image-holder {
        height:var(--holder_height_1024)
    }
}

@media only screen and (max-width: 768px) {
    .qodef-dual-image-with-content .qodef-image-holder {
        height:var(--holder_height_768)
    }
}

@media only screen and (max-width: 680px) {
    .qodef-dual-image-with-content .qodef-image-holder {
        height:var(--holder_height_680)
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-dual-image-with-content {
        flex-direction:column
    }

    .qodef-dual-image-with-content.qodef--content-right {
        flex-direction:column
    }

    .qodef-dual-image-with-content .qodef-dual-content {
        width:100%
    }

    .qodef-dual-image-with-content .qodef-m-second-image {
        position: relative;
        padding:7% 0
    }

    .qodef-dual-image-with-content .qodef-m-main-image {
        position:absolute
    }

    .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image, .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image {
        flex-flow: column;
        align-items:center
    }

    .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-left .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img, .qodef-dual-image-with-content.qodef-qi--has-appear.qodef--content-right .qodef-dual-content + .qodef-image-holder .qodef-m-main-image img {
        max-width:160%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-item-showcase {
        align-items: flex-start;
        flex-wrap:wrap
    }

    .qodef-item-showcase .qodef-m-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        max-width: 100%;
        padding-left:0 !important
    }

    .qodef-item-showcase .qodef-m-items {
        left: 40%;
        width:calc(100% - 40%)
    }

    .qodef-item-showcase .qodef-m-items .qodef-m-item {
        transition-delay:0s
    }

    .qodef-item-showcase .qodef-m-items.qodef--left {
        text-align:left
    }
}

@media only screen and (max-width: 768px) {
    .qodef-item-showcase .qodef-m-image {
        display:none
    }

    .qodef-item-showcase .qodef-m-items {
        left: 0;
        width:100%
    }
}

@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-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 {
        flex-direction: column;
        align-items:flex-start
    }

    .qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-navigation {
        width:100%
    }

    .qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 .qodef-tabs-vertical-content {
        padding:26px 0 0
    }
}

@media only screen and (max-width: 768px) {
    .qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--768 {
        flex-direction: column;
        align-items:flex-start
    }

    .qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-navigation {
        width:100%
    }

    .qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--768 .qodef-tabs-vertical-content {
        padding:26px 0 0
    }
}

@media only screen and (max-width: 680px) {
    .qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--680 {
        flex-direction: column;
        align-items:flex-start
    }

    .qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-navigation {
        width:100%
    }

    .qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--680 .qodef-tabs-vertical-content {
        padding:26px 0 0
    }
}

@media only screen and (max-width: 480px) {
    .qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--480 {
        flex-direction: column;
        align-items:flex-start
    }

    .qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-navigation {
        width:100%
    }

    .qodef-tabs-vertical.qodef-layout--simple.qodef-responsive--480 .qodef-tabs-vertical-content {
        padding:26px 0 0
    }
}

@media only screen and (max-width: 480px) {
    .qodef-timeline.qodef-timeline--vertical .qodef-e-line-holder, .qodef-timeline.qodef-timeline--vertical .qodef-e-point-holder {
        display:none
    }
}

.qodef-content-grid {
    width: 1100px;
    margin:0 auto
}

@media only screen and (min-width: 1441px) {
    .qodef-content-grid-1400 .qodef-content-grid {
        width:1400px
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-content-grid-1300 .qodef-content-grid {
        width:1300px
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-content-grid-1200 .qodef-content-grid {
        width:1200px
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-content-grid-1000 .qodef-content-grid {
        width:1000px
    }
}

@media only screen and (min-width: 769px) {
    .qodef-content-grid-800 .qodef-content-grid {
        width:800px
    }
}

.qodef-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:top
}

.qodef-grid > .qodef-grid-inner {
    margin:0 -15px
}

.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
    padding:0 15px
}

.qodef-grid .qodef-grid-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 1px;
    float:left
}

@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--12 {
        width:100%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--12 {
        left:100%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--12 {
        right:100%
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--11 {
        width:9.09091%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--11 {
        left:9.09091%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--11 {
        right:9.09091%
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--10 {
        width:83.33333%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--10 {
        left:83.33333%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--10 {
        right:83.33333%
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--9 {
        width:75%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--9 {
        left:75%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--9 {
        right:75%
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--8 {
        width:66.66667%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--8 {
        left:66.66667%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--8 {
        right:66.66667%
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--7 {
        width:14.28571%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--7 {
        left:14.28571%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--7 {
        right:14.28571%
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--6 {
        width:50%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--6 {
        left:50%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--6 {
        right:50%
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--5 {
        width:20%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--5 {
        left:20%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--5 {
        right:20%
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--4 {
        width:33.33333%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--4 {
        left:33.33333%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--4 {
        right:33.33333%
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--3 {
        width:25%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--3 {
        left:25%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--3 {
        right:25%
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--2 {
        width:16.66667%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--2 {
        left:16.66667%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--2 {
        right:16.66667%
    }
}

@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--1 {
        width:8.33333%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--1 {
        left:8.33333%
    }

    .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--1 {
        right:8.33333%
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
    width:100%
}

.qodef-grid.qodef-layout--columns.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item {
    width:50%
}

@media only screen and (min-width: 681px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item {
    width:33.33333%
}

@media only screen and (min-width: 769px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        clear:both
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item {
    width:25%
}

@media only screen and (min-width: 1025px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item {
    width:20%
}

@media only screen and (min-width: 1367px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        clear:both
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item {
    width:16.66667%
}

@media only screen and (min-width: 1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        clear:both
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item {
    width:14.28571%
}

@media only screen and (min-width: 1367px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        clear:both
    }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item {
    width:12.5%
}

@media only screen and (min-width: 1367px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        clear:both
    }
}

@media only screen and (min-width: 1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        clear:both
    }
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
    height: 100%;
    overflow:hidden
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
    height: 100%;
    width:100%
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner {
    visibility:hidden
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init {
    visibility:visible
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer {
    width: 100%;
    padding: 0;
    margin:0
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter {
    width: 0;
    padding: 0;
    margin:0
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
    width:100%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item {
    width:50%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--landscape {
    width:100%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item {
    width:33.33333%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--landscape {
    width:66.66667%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item {
    width:25%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--landscape {
    width:50%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item {
    width:20%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--landscape {
    width:40%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item {
    width:16.66667%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--landscape {
    width:33.33333%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item {
    width:14.28571%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--landscape {
    width:28.57143%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item {
    width:12.5%
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--landscape {
    width:25%
}

.qodef-grid.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom:0
}

.qodef-grid.qodef-gutter--no > .qodef-grid-inner {
    margin:0
}

.qodef-grid.qodef-gutter--no > .qodef-grid-inner > .qodef-grid-item {
    padding: 0;
    margin:0
}

.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom:-10px
}

.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner {
    margin:0 -5px
}

.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 5px;
    margin:0 0 10px
}

.qodef-grid.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom:-20px
}

.qodef-grid.qodef-gutter--small > .qodef-grid-inner {
    margin:0 -10px
}

.qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 10px;
    margin:0 0 20px
}

.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom:-30px
}

.qodef-grid.qodef-gutter--normal > .qodef-grid-inner {
    margin:0 -15px
}

.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 15px;
    margin:0 0 30px
}

.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom:-40px
}

.qodef-grid.qodef-gutter--medium > .qodef-grid-inner {
    margin:0 -20px
}

.qodef-grid.qodef-gutter--medium > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 20px;
    margin:0 0 40px
}

.qodef-grid.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom:-50px
}

.qodef-grid.qodef-gutter--large > .qodef-grid-inner {
    margin:0 -25px
}

.qodef-grid.qodef-gutter--large > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 25px;
    margin:0 0 50px
}

.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom:-68px
}

.qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
    margin:0 -34px
}

.qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 34px;
    margin:0 0 68px
}

@media only screen and (max-width: 1200px) {
    .qodef-content-grid {
        width:960px
    }

    .qodef-content-grid.qodef-extended-grid--right {
        padding-left:calc((100% - 960px)/2)
    }

    .qodef-content-grid.qodef-extended-grid--left {
        padding-right:calc((100% - 960px)/2)
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-content-grid {
        width:768px
    }

    .qodef-content-grid.qodef-extended-grid--right {
        padding-left:calc((100% - 768px)/2)
    }

    .qodef-content-grid.qodef-extended-grid--left {
        padding-right:calc((100% - 768px)/2)
    }
}

@media only screen and (max-width: 800px) {
    .qodef-content-grid {
        width:86%
    }

    .qodef-content-grid.qodef-extended-grid--right {
        padding-left:calc((100% - 86%)/2)
    }

    .qodef-content-grid.qodef-extended-grid--left {
        padding-right:calc((100% - 86%)/2)
    }
}

@media only screen and (max-width: 480px) {
    .qodef-content-grid {
        width:82%
    }

    .qodef-content-grid.qodef-extended-grid--right {
        padding-left:calc((100% - 82%)/2)
    }

    .qodef-content-grid.qodef-extended-grid--left {
        padding-right:calc((100% - 82%)/2)
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:40%
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:66.66667%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:66.66667%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:66.66667%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:40%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:28.57143%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:40%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:28.57143%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:25%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:66.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:40%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:33.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:28.57143%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1440px) and(min-width: 1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:40%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:28.57143%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1366px) and(min-width: 1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:25%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:66.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:40%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:28.57143%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 1024px) and(min-width: 769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:25%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:66.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:40%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:33.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:28.57143%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 768px) and(min-width: 681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:25%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }
}

@media only screen and (max-width: 680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:66.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:40%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:33.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:28.57143%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 680px) and(min-width: 481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:25%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:100%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:50%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:100%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:33.33333%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:66.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:25%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:50%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:20%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:40%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:16.66667%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:33.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:14.28571%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:28.57143%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
        width:100%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
        width:91.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
        width:83.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
        width:75%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
        width:66.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
        width:58.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
        width:50%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
        width:41.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
        width:33.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
        width:25%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
        width:16.66667%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
        width:8.33333%
    }
}

@media only screen and (max-width: 480px) and(min-width: 0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n + 1) {
        clear:both
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
        width:12.5%
    }

    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape {
        width:25%
    }
}

.mejs-offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap:normal
}

.mejs-container {
    background: #000;
    box-sizing: border-box;
    font-family: Helvetica, Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align:top
}

.mejs-container * {
    box-sizing:border-box
}

.mejs-container video::-webkit-media-controls, .mejs-container video::-webkit-media-controls-panel, .mejs-container video::-webkit-media-controls-panel-container, .mejs-container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display:none !important
}

.mejs-fill-container, .mejs-fill-container .mejs-container {
    height: 100%;
    width:100%
}

.mejs-fill-container {
    background: 0 0;
    margin: 0 auto;
    overflow: hidden;
    position:relative
}

.mejs-container:focus {
    outline:none
}

.mejs-iframe-overlay {
    height: 100%;
    position: absolute;
    width:100%
}

.mejs-embed, .mejs-embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width:100%
}

.mejs-fullscreen {
    overflow:hidden !important
}

.mejs-container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index:1000
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
    height: 100% !important;
    width:100% !important
}

.mejs-background {
    left: 0;
    position: absolute;
    top:0
}

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

.mejs-poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index:1
}

:root .mejs-poster-img {
    display:none
}

.mejs-poster-img {
    border: 0;
    padding:0
}

.mejs-overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top:0
}

.mejs-layer {
    z-index:1
}

.mejs-overlay-play {
    cursor:pointer
}

.mejs-overlay-button {
    background: url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width:80px
}

.mejs-overlay:hover > .mejs-overlay-button {
    background-position:-80px -39px
}

.mejs-overlay-loading {
    height: 80px;
    width:80px
}

.mejs-overlay-loading-bg-img {
    -webkit-animation: mejs-loading-spinner 1s linear infinite;
    animation: mejs-loading-spinner 1s linear infinite;
    background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index:1
}

@-webkit-keyframes mejs-loading-spinner {
    to {
        -webkit-transform: rotate(1turn);
        transform:rotate(1turn)
    }
}

@keyframes mejs-loading-spinner {
    to {
        -webkit-transform: rotate(1turn);
        transform:rotate(1turn)
    }
}

.mejs-controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.mejs-controls:not([style * ="display: none"]) {
    background: rgba(255, 0, 0, .7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .35));
    background:linear-gradient(transparent, rgba(0, 0, 0, .35))
}

.mejs-button, .mejs-time, .mejs-time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width:32px
}

.mejs-button > button {
    background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width:20px
}

.mejs-button > button:focus {
    outline:1px dotted #999
}

.mejs-container-keyboard-inactive [role=slider], .mejs-container-keyboard-inactive [role=slider]:focus, .mejs-container-keyboard-inactive a, .mejs-container-keyboard-inactive a:focus, .mejs-container-keyboard-inactive button, .mejs-container-keyboard-inactive button:focus {
    outline:0
}

.mejs-time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width:auto
}

.mejs-play > button {
    background-position:0 0
}

.mejs-pause > button {
    background-position:-20px 0
}

.mejs-replay > button {
    background-position:-160px 0
}

.mejs-time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position:relative
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position:absolute
}

.mejs-time-total {
    background: hsla(0, 0%, 100%, .3);
    margin: 5px 0 0;
    width:100%
}

.mejs-time-buffering {
    -webkit-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
    background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background: linear-gradient(-45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background-size: 15px 15px;
    width:100%
}

@-webkit-keyframes buffering-stripes {
    0% {
        background-position:0 0
    }

    to {
        background-position:30px 0
    }
}

@keyframes buffering-stripes {
    0% {
        background-position:0 0
    }

    to {
        background-position:30px 0
    }
}

.mejs-time-loaded {
    background:hsla(0, 0%, 100%, .3)
}

.mejs-time-current, .mejs-time-handle-content {
    background:hsla(0, 0%, 100%, .9)
}

.mejs-time-hovered {
    background: hsla(0, 0%, 100%, .5);
    z-index:10
}

.mejs-time-hovered.negative {
    background:rgba(0, 0, 0, .2)
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-hovered, .mejs-time-loaded {
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    width:100%
}

.mejs-time-buffering {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform:scaleX(1)
}

.mejs-time-hovered {
    -webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
    transition:height .1s cubic-bezier(.44, 0, 1, 1)
}

.mejs-time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform:scaleX(0) !important
}

.mejs-time-handle, .mejs-time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index:11
}

.mejs-time-handle-content {
    border: 4px solid hsla(0, 0%, 100%, .9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width:10px
}

.mejs-time-rail .mejs-time-handle-content:active, .mejs-time-rail .mejs-time-handle-content:focus, .mejs-time-rail:hover .mejs-time-handle-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1)
}

.mejs-time-float {
    background: #eee;
    border: 1px solid #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width:36px
}

.mejs-time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width:30px
}

.mejs-time-float-corner {
    border: 5px solid transparent;
    border-top-color: #eee;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width:0
}

.mejs-long-video .mejs-time-float {
    margin-left: -23px;
    width:64px
}

.mejs-long-video .mejs-time-float-current {
    width:60px
}

.mejs-broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width:100%
}

.mejs-fullscreen-button > button {
    background-position:-80px 0
}

.mejs-unfullscreen > button {
    background-position:-100px 0
}

.mejs-mute > button {
    background-position:-60px 0
}

.mejs-unmute > button {
    background-position:-40px 0
}

.mejs-volume-button {
    position:relative
}

.mejs-volume-button > .mejs-volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, .7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index:1
}

.mejs-volume-button:hover {
    border-radius:0 0 4px 4px
}

.mejs-volume-total {
    background: hsla(0, 0%, 100%, .5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width:2px
}

.mejs-volume-current {
    background: hsla(0, 0%, 100%, .9);
    left: 0;
    margin: 0;
    position: absolute;
    width:100%
}

.mejs-volume-handle {
    background: hsla(0, 0%, 100%, .9);
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width:16px
}

.mejs-horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width:56px
}

.mejs-horizontal-volume-total {
    background: rgba(50, 50, 50, .8);
    border-radius: 2px;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width:50px
}

.mejs-horizontal-volume-current {
    background: hsla(0, 0%, 100%, .8);
    border-radius: 2px;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width:100%
}

.mejs-horizontal-volume-handle {
    display:none
}

.mejs-captions-button, .mejs-chapters-button {
    position:relative
}

.mejs-captions-button > button {
    background-position:-140px 0
}

.mejs-chapters-button > button {
    background-position:-180px 0
}

.mejs-captions-button > .mejs-captions-selector, .mejs-chapters-button > .mejs-chapters-selector {
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width:86px
}

.mejs-chapters-button > .mejs-chapters-selector {
    margin-right: -55px;
    width:110px
}

.mejs-captions-selector-list, .mejs-chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding:0
}

.mejs-captions-selector-list-item, .mejs-chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding:0
}

.mejs-captions-selector-list-item:hover, .mejs-chapters-selector-list-item:hover {
    background-color: #c8c8c8 !important;
    background-color:hsla(0, 0%, 100%, .4) !important
}

.mejs-captions-selector-input, .mejs-chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position:absolute
}

.mejs-captions-selector-label, .mejs-chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width:100%
}

.mejs-captions-selected, .mejs-chapters-selected {
    color:#21f8f8
}

.mejs-captions-translations {
    font-size: 10px;
    margin:0 0 5px
}

.mejs-captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align:center
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration:underline
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight:400
}

.mejs-captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width:100%
}

.mejs-captions-position-hover {
    bottom:35px
}

.mejs-captions-text, .mejs-captions-text * {
    background: rgba(20, 20, 20, .5);
    box-shadow: 5px 0 0 rgba(20, 20, 20, .5), -5px 0 0 rgba(20, 20, 20, .5);
    padding: 0;
    white-space:pre-wrap
}

.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
    display:none
}

.mejs-overlay-error {
    position:relative
}

.mejs-overlay-error > img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index:-1
}

.mejs-cannotplay, .mejs-cannotplay a {
    color: #fff;
    font-size:.8em
}

.mejs-cannotplay {
    position:relative
}

.mejs-cannotplay a, .mejs-cannotplay p {
    display: inline-block;
    padding: 0 15px;
    width:100%
}

.mejs-container {
    clear: both;
    max-width:100%
}

.mejs-container * {
    font-family:Helvetica, Arial
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background:#222
}

.mejs-time {
    font-weight: 400;
    word-wrap:normal
}

.mejs-controls a.mejs-horizontal-volume-slider {
    display:table
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background:#fff
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background:#0073aa
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total {
    background:rgba(255, 255, 255, .33)
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail span {
    border-radius:0
}

.mejs-overlay-loading {
    background:0 0
}

.mejs-controls button:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow:none
}

.me-cannotplay {
    width:auto !important
}

.media-embed-details .wp-audio-shortcode {
    display: inline-block;
    max-width:400px
}

.audio-details .embed-media-settings {
    overflow:visible
}

.media-embed-details .embed-media-settings .setting span:not(.button-group) {
    max-width: 400px;
    width:auto
}

.media-embed-details .embed-media-settings .checkbox-setting span {
    display:inline-block
}

.media-embed-details .embed-media-settings {
    padding-top: 0;
    top:28px
}

.media-embed-details .instructions {
    padding: 16px 0;
    max-width:600px
}

.media-embed-details .setting .remove-setting, .media-embed-details .setting p {
    color: #a00;
    font-size: 10px;
    text-transform:uppercase
}

.media-embed-details .setting .remove-setting {
    padding:5px 0
}

.media-embed-details .setting a:hover {
    color:#dc3232
}

.media-embed-details .embed-media-settings .checkbox-setting {
    float: none;
    margin:0 0 10px
}

.wp-video {
    max-width: 100%;
    height:auto
}

.wp_attachment_holder .wp-audio-shortcode, .wp_attachment_holder .wp-video {
    margin-top:18px
}

.wp-video-shortcode video, video.wp-video-shortcode {
    max-width: 100%;
    display:inline-block
}

.video-details .wp-video-holder {
    width: 100%;
    max-width:640px
}

.wp-playlist {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 12px 0 18px;
    font-size: 14px;
    line-height:1.5
}

.wp-admin .wp-playlist {
    margin:0 0 18px
}

.wp-playlist video {
    display: inline-block;
    max-width:100%
}

.wp-playlist audio {
    display: none;
    max-width: 100%;
    width:400px
}

.wp-playlist .mejs-container {
    margin: 0;
    max-width:100%
}

.wp-playlist .mejs-controls .mejs-button button {
    outline:0
}

.wp-playlist-light {
    background: #fff;
    color:#000
}

.wp-playlist-dark {
    color: #fff;
    background:#000
}

.wp-playlist-caption {
    display: block;
    max-width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height:1.5
}

.wp-playlist-item .wp-playlist-caption {
    text-decoration: none;
    color: #000;
    max-width: -webkit-calc(100% - 40px);
    max-width:calc(100% - 40px)
}

.wp-playlist-item-meta {
    display: block;
    font-size: 14px;
    line-height:1.5
}

.wp-playlist-item-title {
    font-size: 14px;
    line-height:1.5
}

.wp-playlist-item-album {
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap
}

.wp-playlist-item-artist {
    font-size: 12px;
    text-transform:uppercase
}

.wp-playlist-item-length {
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 14px;
    line-height:1.5
}

.rtl .wp-playlist-item-length {
    left: 3px;
    right:auto
}

.wp-playlist-tracks {
    margin-top:10px
}

.wp-playlist-item {
    position: relative;
    cursor: pointer;
    padding: 0 3px;
    border-bottom:1px solid #ccc
}

.wp-playlist-item:last-child {
    border-bottom:0
}

.wp-playlist-light .wp-playlist-caption {
    color:#333
}

.wp-playlist-dark .wp-playlist-caption {
    color:#ddd
}

.wp-playlist-playing {
    font-weight: 700;
    background:#f7f7f7
}

.wp-playlist-light .wp-playlist-playing {
    background: #fff;
    color:#000
}

.wp-playlist-dark .wp-playlist-playing {
    background: #000;
    color:#fff
}

.wp-playlist-current-item {
    overflow: hidden;
    margin-bottom: 10px;
    height:60px
}

.wp-playlist .wp-playlist-current-item img {
    float: left;
    max-width: 60px;
    height: auto;
    margin-right: 10px;
    padding: 0;
    border:0
}

.rtl .wp-playlist .wp-playlist-current-item img {
    float: right;
    margin-left: 10px;
    margin-right:0
}

.wp-playlist-current-item .wp-playlist-item-artist, .wp-playlist-current-item .wp-playlist-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap
}

.wp-audio-playlist .me-cannotplay span {
    padding: 5px 15px
}
/*!* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/

@font-face {
    font-family: fontawesome;
    src: url(/wp-content/themes/stockholm/framework/modules/icons/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/wp-content/themes/stockholm/framework/modules/icons/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/wp-content/themes/stockholm/framework/modules/icons/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/wp-content/themes/stockholm/framework/modules/icons/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/wp-content/themes/stockholm/framework/modules/icons/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/wp-content/themes/stockholm/framework/modules/icons/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style:normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align:-15%
}

.fa-2x {
    font-size:2em
}

.fa-3x {
    font-size:3em
}

.fa-4x {
    font-size:4em
}

.fa-5x {
    font-size:5em
}

.fa-fw {
    width: 1.28571429em;
    text-align:center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type:none
}

.fa-ul > li {
    position:relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align:center
}

.fa-li.fa-lg {
    left:-1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius:.1em
}

.fa-pull-left {
    float:left
}

.fa-pull-right {
    float:right
}

.fa.fa-pull-left {
    margin-right:.3em
}

.fa.fa-pull-right {
    margin-left:.3em
}

.pull-right {
    float:right
}

.pull-left {
    float:left
}

.fa.pull-left {
    margin-right:.3em
}

.fa.pull-right {
    margin-left:.3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform:rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform:rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform:rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform:rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform:rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform:rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform:rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform:scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform:scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter:none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align:middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align:center
}

.fa-stack-1x {
    line-height:inherit
}

.fa-stack-2x {
    font-size:2em
}

.fa-inverse {
    color:#fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border:0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip:auto
}

@font-face {
    font-family: eleganticons;
    src: url(/wp-content/themes/stockholm/framework/modules/icons/elegant-icons/fonts/ElegantIcons.eot);
    src: url(/wp-content/themes/stockholm/framework/modules/icons/elegant-icons/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/stockholm/framework/modules/icons/elegant-icons/fonts/ElegantIcons.woff) format('woff'), url(/wp-content/themes/stockholm/framework/modules/icons/elegant-icons/fonts/ElegantIcons.ttf) format('truetype'), url(/wp-content/themes/stockholm/framework/modules/icons/elegant-icons/fonts/ElegantIcons.svg#ElegantIcons) format('svg');
    font-weight: 400;
    font-style:normal
}

[data-icon]:before {
    font-family: eleganticons;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
    font-family: eleganticons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased
}

.arrow_up:before {
    content: "\21"
}

.arrow_down:before {
    content: "\22"
}

.arrow_left:before {
    content: "\23"
}

.arrow_right:before {
    content: "\24"
}

.arrow_left-up:before {
    content: "\25"
}

.arrow_right-up:before {
    content: "\26"
}

.arrow_right-down:before {
    content: "\27"
}

.arrow_left-down:before {
    content: "\28"
}

.arrow-up-down:before {
    content: "\29"
}

.arrow_up-down_alt:before {
    content: "\2a"
}

.arrow_left-right_alt:before {
    content: "\2b"
}

.arrow_left-right:before {
    content: "\2c"
}

.arrow_expand_alt2:before {
    content: "\2d"
}

.arrow_expand_alt:before {
    content: "\2e"
}

.arrow_condense:before {
    content: "\2f"
}

.arrow_expand:before {
    content: "\30"
}

.arrow_move:before {
    content: "\31"
}

.arrow_carrot-up:before {
    content: "\32"
}

.arrow_carrot-down:before {
    content: "\33"
}

.arrow_carrot-left:before {
    content: "\34"
}

.arrow_carrot-right:before {
    content: "\35"
}

.arrow_carrot-2up:before {
    content: "\36"
}

.arrow_carrot-2down:before {
    content: "\37"
}

.arrow_carrot-2left:before {
    content: "\38"
}

.arrow_carrot-2right:before {
    content: "\39"
}

.arrow_carrot-up_alt2:before {
    content: "\3a"
}

.arrow_carrot-down_alt2:before {
    content: "\3b"
}

.arrow_carrot-left_alt2:before {
    content: "\3c"
}

.arrow_carrot-right_alt2:before {
    content: "\3d"
}

.arrow_carrot-2up_alt2:before {
    content: "\3e"
}

.arrow_carrot-2down_alt2:before {
    content: "\3f"
}

.arrow_carrot-2left_alt2:before {
    content: "\40"
}

.arrow_carrot-2right_alt2:before {
    content: "\41"
}

.arrow_triangle-up:before {
    content: "\42"
}

.arrow_triangle-down:before {
    content: "\43"
}

.arrow_triangle-left:before {
    content: "\44"
}

.arrow_triangle-right:before {
    content: "\45"
}

.arrow_triangle-up_alt2:before {
    content: "\46"
}

.arrow_triangle-down_alt2:before {
    content: "\47"
}

.arrow_triangle-left_alt2:before {
    content: "\48"
}

.arrow_triangle-right_alt2:before {
    content: "\49"
}

.arrow_back:before {
    content: "\4a"
}

.icon_minus-06:before {
    content: "\4b"
}

.icon_plus:before {
    content: "\4c"
}

.icon_close:before {
    content: "\4d"
}

.icon_check:before {
    content: "\4e"
}

.icon_minus_alt2:before {
    content: "\4f"
}

.icon_plus_alt2:before {
    content: "\50"
}

.icon_close_alt2:before {
    content: "\51"
}

.icon_check_alt2:before {
    content: "\52"
}

.icon_zoom-out_alt:before {
    content: "\53"
}

.icon_zoom-in_alt:before {
    content: "\54"
}

.icon_search:before {
    content: "\55"
}

.icon_box-empty:before {
    content: "\56"
}

.icon_box-selected:before {
    content: "\57"
}

.icon_minus-box:before {
    content: "\58"
}

.icon_plus-box:before {
    content: "\59"
}

.icon_box-checked:before {
    content: "\5a"
}

.icon_circle-empty:before {
    content: "\5b"
}

.icon_circle-slelected:before {
    content: "\5c"
}

.icon_stop_alt2:before {
    content: "\5d"
}

.icon_stop:before {
    content: "\5e"
}

.icon_pause_alt2:before {
    content: "\5f"
}

.icon_pause:before {
    content: "\60"
}

.icon_menu:before {
    content: "\61"
}

.icon_menu-square_alt2:before {
    content: "\62"
}

.icon_menu-circle_alt2:before {
    content: "\63"
}

.icon_ul:before {
    content: "\64"
}

.icon_ol:before {
    content: "\65"
}

.icon_adjust-horiz:before {
    content: "\66"
}

.icon_adjust-vert:before {
    content: "\67"
}

.icon_document_alt:before {
    content: "\68"
}

.icon_documents_alt:before {
    content: "\69"
}

.icon_pencil:before {
    content: "\6a"
}

.icon_pencil-edit_alt:before {
    content: "\6b"
}

.icon_pencil-edit:before {
    content: "\6c"
}

.icon_folder-alt:before {
    content: "\6d"
}

.icon_folder-open_alt:before {
    content: "\6e"
}

.icon_folder-add_alt:before {
    content: "\6f"
}

.icon_info_alt:before {
    content: "\70"
}

.icon_error-oct_alt:before {
    content: "\71"
}

.icon_error-circle_alt:before {
    content: "\72"
}

.icon_error-triangle_alt:before {
    content: "\73"
}

.icon_question_alt2:before {
    content: "\74"
}

.icon_question:before {
    content: "\75"
}

.icon_comment_alt:before {
    content: "\76"
}

.icon_chat_alt:before {
    content: "\77"
}

.icon_vol-mute_alt:before {
    content: "\78"
}

.icon_volume-low_alt:before {
    content: "\79"
}

.icon_volume-high_alt:before {
    content: "\7a"
}

.icon_quotations:before {
    content: "\7b"
}

.icon_quotations_alt2:before {
    content: "\7c"
}

.icon_clock_alt:before {
    content: "\7d"
}

.icon_lock_alt:before {
    content: "\7e"
}

.icon_lock-open_alt:before {
    content: "\e000"
}

.icon_key_alt:before {
    content: "\e001"
}

.icon_cloud_alt:before {
    content: "\e002"
}

.icon_cloud-upload_alt:before {
    content: "\e003"
}

.icon_cloud-download_alt:before {
    content: "\e004"
}

.icon_image:before {
    content: "\e005"
}

.icon_images:before {
    content: "\e006"
}

.icon_lightbulb_alt:before {
    content: "\e007"
}

.icon_gift_alt:before {
    content: "\e008"
}

.icon_house_alt:before {
    content: "\e009"
}

.icon_genius:before {
    content: "\e00a"
}

.icon_mobile:before {
    content: "\e00b"
}

.icon_tablet:before {
    content: "\e00c"
}

.icon_laptop:before {
    content: "\e00d"
}

.icon_desktop:before {
    content: "\e00e"
}

.icon_camera_alt:before {
    content: "\e00f"
}

.icon_mail_alt:before {
    content: "\e010"
}

.icon_cone_alt:before {
    content: "\e011"
}

.icon_ribbon_alt:before {
    content: "\e012"
}

.icon_bag_alt:before {
    content: "\e013"
}

.icon_creditcard:before {
    content: "\e014"
}

.icon_cart_alt:before {
    content: "\e015"
}

.icon_paperclip:before {
    content: "\e016"
}

.icon_tag_alt:before {
    content: "\e017"
}

.icon_tags_alt:before {
    content: "\e018"
}

.icon_trash_alt:before {
    content: "\e019"
}

.icon_cursor_alt:before {
    content: "\e01a"
}

.icon_mic_alt:before {
    content: "\e01b"
}

.icon_compass_alt:before {
    content: "\e01c"
}

.icon_pin_alt:before {
    content: "\e01d"
}

.icon_pushpin_alt:before {
    content: "\e01e"
}

.icon_map_alt:before {
    content: "\e01f"
}

.icon_drawer_alt:before {
    content: "\e020"
}

.icon_toolbox_alt:before {
    content: "\e021"
}

.icon_book_alt:before {
    content: "\e022"
}

.icon_calendar:before {
    content: "\e023"
}

.icon_film:before {
    content: "\e024"
}

.icon_table:before {
    content: "\e025"
}

.icon_contacts_alt:before {
    content: "\e026"
}

.icon_headphones:before {
    content: "\e027"
}

.icon_lifesaver:before {
    content: "\e028"
}

.icon_piechart:before {
    content: "\e029"
}

.icon_refresh:before {
    content: "\e02a"
}

.icon_link_alt:before {
    content: "\e02b"
}

.icon_link:before {
    content: "\e02c"
}

.icon_loading:before {
    content: "\e02d"
}

.icon_blocked:before {
    content: "\e02e"
}

.icon_archive_alt:before {
    content: "\e02f"
}

.icon_heart_alt:before {
    content: "\e030"
}

.icon_star_alt:before {
    content: "\e031"
}

.icon_star-half_alt:before {
    content: "\e032"
}

.icon_star:before {
    content: "\e033"
}

.icon_star-half:before {
    content: "\e034"
}

.icon_tools:before {
    content: "\e035"
}

.icon_tool:before {
    content: "\e036"
}

.icon_cog:before {
    content: "\e037"
}

.icon_cogs:before {
    content: "\e038"
}

.arrow_up_alt:before {
    content: "\e039"
}

.arrow_down_alt:before {
    content: "\e03a"
}

.arrow_left_alt:before {
    content: "\e03b"
}

.arrow_right_alt:before {
    content: "\e03c"
}

.arrow_left-up_alt:before {
    content: "\e03d"
}

.arrow_right-up_alt:before {
    content: "\e03e"
}

.arrow_right-down_alt:before {
    content: "\e03f"
}

.arrow_left-down_alt:before {
    content: "\e040"
}

.arrow_condense_alt:before {
    content: "\e041"
}

.arrow_expand_alt3:before {
    content: "\e042"
}

.arrow_carrot_up_alt:before {
    content: "\e043"
}

.arrow_carrot-down_alt:before {
    content: "\e044"
}

.arrow_carrot-left_alt:before {
    content: "\e045"
}

.arrow_carrot-right_alt:before {
    content: "\e046"
}

.arrow_carrot-2up_alt:before {
    content: "\e047"
}

.arrow_carrot-2dwnn_alt:before {
    content: "\e048"
}

.arrow_carrot-2left_alt:before {
    content: "\e049"
}

.arrow_carrot-2right_alt:before {
    content: "\e04a"
}

.arrow_triangle-up_alt:before {
    content: "\e04b"
}

.arrow_triangle-down_alt:before {
    content: "\e04c"
}

.arrow_triangle-left_alt:before {
    content: "\e04d"
}

.arrow_triangle-right_alt:before {
    content: "\e04e"
}

.icon_minus_alt:before {
    content: "\e04f"
}

.icon_plus_alt:before {
    content: "\e050"
}

.icon_close_alt:before {
    content: "\e051"
}

.icon_check_alt:before {
    content: "\e052"
}

.icon_zoom-out:before {
    content: "\e053"
}

.icon_zoom-in:before {
    content: "\e054"
}

.icon_stop_alt:before {
    content: "\e055"
}

.icon_menu-square_alt:before {
    content: "\e056"
}

.icon_menu-circle_alt:before {
    content: "\e057"
}

.icon_document:before {
    content: "\e058"
}

.icon_documents:before {
    content: "\e059"
}

.icon_pencil_alt:before {
    content: "\e05a"
}

.icon_folder:before {
    content: "\e05b"
}

.icon_folder-open:before {
    content: "\e05c"
}

.icon_folder-add:before {
    content: "\e05d"
}

.icon_folder_upload:before {
    content: "\e05e"
}

.icon_folder_download:before {
    content: "\e05f"
}

.icon_info:before {
    content: "\e060"
}

.icon_error-circle:before {
    content: "\e061"
}

.icon_error-oct:before {
    content: "\e062"
}

.icon_error-triangle:before {
    content: "\e063"
}

.icon_question_alt:before {
    content: "\e064"
}

.icon_comment:before {
    content: "\e065"
}

.icon_chat:before {
    content: "\e066"
}

.icon_vol-mute:before {
    content: "\e067"
}

.icon_volume-low:before {
    content: "\e068"
}

.icon_volume-high:before {
    content: "\e069"
}

.icon_quotations_alt:before {
    content: "\e06a"
}

.icon_clock:before {
    content: "\e06b"
}

.icon_lock:before {
    content: "\e06c"
}

.icon_lock-open:before {
    content: "\e06d"
}

.icon_key:before {
    content: "\e06e"
}

.icon_cloud:before {
    content: "\e06f"
}

.icon_cloud-upload:before {
    content: "\e070"
}

.icon_cloud-download:before {
    content: "\e071"
}

.icon_lightbulb:before {
    content: "\e072"
}

.icon_gift:before {
    content: "\e073"
}

.icon_house:before {
    content: "\e074"
}

.icon_camera:before {
    content: "\e075"
}

.icon_mail:before {
    content: "\e076"
}

.icon_cone:before {
    content: "\e077"
}

.icon_ribbon:before {
    content: "\e078"
}

.icon_bag:before {
    content: "\e079"
}

.icon_cart:before {
    content: "\e07a"
}

.icon_tag:before {
    content: "\e07b"
}

.icon_tags:before {
    content: "\e07c"
}

.icon_trash:before {
    content: "\e07d"
}

.icon_cursor:before {
    content: "\e07e"
}

.icon_mic:before {
    content: "\e07f"
}

.icon_compass:before {
    content: "\e080"
}

.icon_pin:before {
    content: "\e081"
}

.icon_pushpin:before {
    content: "\e082"
}

.icon_map:before {
    content: "\e083"
}

.icon_drawer:before {
    content: "\e084"
}

.icon_toolbox:before {
    content: "\e085"
}

.icon_book:before {
    content: "\e086"
}

.icon_contacts:before {
    content: "\e087"
}

.icon_archive:before {
    content: "\e088"
}

.icon_heart:before {
    content: "\e089"
}

.icon_profile:before {
    content: "\e08a"
}

.icon_group:before {
    content: "\e08b"
}

.icon_grid-2x2:before {
    content: "\e08c"
}

.icon_grid-3x3:before {
    content: "\e08d"
}

.icon_music:before {
    content: "\e08e"
}

.icon_pause_alt:before {
    content: "\e08f"
}

.icon_phone:before {
    content: "\e090"
}

.icon_upload:before {
    content: "\e091"
}

.icon_download:before {
    content: "\e092"
}

.social_facebook:before {
    content: "\e093"
}

.social_twitter:before {
    content: "\e094"
}

.social_pinterest:before {
    content: "\e095"
}

.social_googleplus:before {
    content: "\e096"
}

.social_tumblr:before {
    content: "\e097"
}

.social_tumbleupon:before {
    content: "\e098"
}

.social_wordpress:before {
    content: "\e099"
}

.social_instagram:before {
    content: "\e09a"
}

.social_dribbble:before {
    content: "\e09b"
}

.social_vimeo:before {
    content: "\e09c"
}

.social_linkedin:before {
    content: "\e09d"
}

.social_rss:before {
    content: "\e09e"
}

.social_deviantart:before {
    content: "\e09f"
}

.social_share:before {
    content: "\e0a0"
}

.social_myspace:before {
    content: "\e0a1"
}

.social_skype:before {
    content: "\e0a2"
}

.social_youtube:before {
    content: "\e0a3"
}

.social_picassa:before {
    content: "\e0a4"
}

.social_googledrive:before {
    content: "\e0a5"
}

.social_flickr:before {
    content: "\e0a6"
}

.social_blogger:before {
    content: "\e0a7"
}

.social_spotify:before {
    content: "\e0a8"
}

.social_delicious:before {
    content: "\e0a9"
}

.social_facebook_circle:before {
    content: "\e0aa"
}

.social_twitter_circle:before {
    content: "\e0ab"
}

.social_pinterest_circle:before {
    content: "\e0ac"
}

.social_googleplus_circle:before {
    content: "\e0ad"
}

.social_tumblr_circle:before {
    content: "\e0ae"
}

.social_stumbleupon_circle:before {
    content: "\e0af"
}

.social_wordpress_circle:before {
    content: "\e0b0"
}

.social_instagram_circle:before {
    content: "\e0b1"
}

.social_dribbble_circle:before {
    content: "\e0b2"
}

.social_vimeo_circle:before {
    content: "\e0b3"
}

.social_linkedin_circle:before {
    content: "\e0b4"
}

.social_rss_circle:before {
    content: "\e0b5"
}

.social_deviantart_circle:before {
    content: "\e0b6"
}

.social_share_circle:before {
    content: "\e0b7"
}

.social_myspace_circle:before {
    content: "\e0b8"
}

.social_skype_circle:before {
    content: "\e0b9"
}

.social_youtube_circle:before {
    content: "\e0ba"
}

.social_picassa_circle:before {
    content: "\e0bb"
}

.social_googledrive_alt2:before {
    content: "\e0bc"
}

.social_flickr_circle:before {
    content: "\e0bd"
}

.social_blogger_circle:before {
    content: "\e0be"
}

.social_spotify_circle:before {
    content: "\e0bf"
}

.social_delicious_circle:before {
    content: "\e0c0"
}

.social_facebook_square:before {
    content: "\e0c1"
}

.social_twitter_square:before {
    content: "\e0c2"
}

.social_pinterest_square:before {
    content: "\e0c3"
}

.social_googleplus_square:before {
    content: "\e0c4"
}

.social_tumblr_square:before {
    content: "\e0c5"
}

.social_stumbleupon_square:before {
    content: "\e0c6"
}

.social_wordpress_square:before {
    content: "\e0c7"
}

.social_instagram_square:before {
    content: "\e0c8"
}

.social_dribbble_square:before {
    content: "\e0c9"
}

.social_vimeo_square:before {
    content: "\e0ca"
}

.social_linkedin_square:before {
    content: "\e0cb"
}

.social_rss_square:before {
    content: "\e0cc"
}

.social_deviantart_square:before {
    content: "\e0cd"
}

.social_share_square:before {
    content: "\e0ce"
}

.social_myspace_square:before {
    content: "\e0cf"
}

.social_skype_square:before {
    content: "\e0d0"
}

.social_youtube_square:before {
    content: "\e0d1"
}

.social_picassa_square:before {
    content: "\e0d2"
}

.social_googledrive_square:before {
    content: "\e0d3"
}

.social_flickr_square:before {
    content: "\e0d4"
}

.social_blogger_square:before {
    content: "\e0d5"
}

.social_spotify_square:before {
    content: "\e0d6"
}

.social_delicious_square:before {
    content: "\e0d7"
}

.icon_printer:before {
    content: "\e103"
}

.icon_calulator:before {
    content: "\e0ee"
}

.icon_building:before {
    content: "\e0ef"
}

.icon_floppy:before {
    content: "\e0e8"
}

.icon_drive:before {
    content: "\e0ea"
}

.icon_search-2:before {
    content: "\e101"
}

.icon_id:before {
    content: "\e107"
}

.icon_id-2:before {
    content: "\e108"
}

.icon_puzzle:before {
    content: "\e102"
}

.icon_like:before {
    content: "\e106"
}

.icon_dislike:before {
    content: "\e0eb"
}

.icon_mug:before {
    content: "\e105"
}

.icon_currency:before {
    content: "\e0ed"
}

.icon_wallet:before {
    content: "\e100"
}

.icon_pens:before {
    content: "\e104"
}

.icon_easel:before {
    content: "\e0e9"
}

.icon_flowchart:before {
    content: "\e109"
}

.icon_datareport:before {
    content: "\e0ec"
}

.icon_briefcase:before {
    content: "\e0fe"
}

.icon_shield:before {
    content: "\e0f6"
}

.icon_percent:before {
    content: "\e0fb"
}

.icon_globe:before {
    content: "\e0e2"
}

.icon_globe-2:before {
    content: "\e0e3"
}

.icon_target:before {
    content: "\e0f5"
}

.icon_hourglass:before {
    content: "\e0e1"
}

.icon_balance:before {
    content: "\e0ff"
}

.icon_rook:before {
    content: "\e0f8"
}

.icon_printer-alt:before {
    content: "\e0fa"
}

.icon_calculator_alt:before {
    content: "\e0e7"
}

.icon_building_alt:before {
    content: "\e0fd"
}

.icon_floppy_alt:before {
    content: "\e0e4"
}

.icon_drive_alt:before {
    content: "\e0e5"
}

.icon_search_alt:before {
    content: "\e0f7"
}

.icon_id_alt:before {
    content: "\e0e0"
}

.icon_id-2_alt:before {
    content: "\e0fc"
}

.icon_puzzle_alt:before {
    content: "\e0f9"
}

.icon_like_alt:before {
    content: "\e0dd"
}

.icon_dislike_alt:before {
    content: "\e0f1"
}

.icon_mug_alt:before {
    content: "\e0dc"
}

.icon_currency_alt:before {
    content: "\e0f3"
}

.icon_wallet_alt:before {
    content: "\e0d8"
}

.icon_pens_alt:before {
    content: "\e0db"
}

.icon_easel_alt:before {
    content: "\e0f0"
}

.icon_flowchart_alt:before {
    content: "\e0df"
}

.icon_datareport_alt:before {
    content: "\e0f2"
}

.icon_briefcase_alt:before {
    content: "\e0f4"
}

.icon_shield_alt:before {
    content: "\e0d9"
}

.icon_percent_alt:before {
    content: "\e0da"
}

.icon_globe_alt:before {
    content: "\e0de"
}

.icon_clipboard:before {
    content: "\e0e6"
}

.glyph {
    float: left;
    text-align: center;
    padding: .75em;
    margin: .4em 1.5em .75em 0;
    width: 6em;
    text-shadow:none
}

.glyph_big {
    font-size: 128px;
    color: #59c5dc;
    float: left;
    margin-right:20px
}

.glyph div {
    padding-bottom:10px
}

.glyph input {
    font-family: consolas, monospace;
    font-size: 12px;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 1px #ccc;
    padding: .2em;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px
}

.centered {
    margin-left: auto;
    margin-right:auto
}

.glyph .fs1 {
    font-size:2em
}

@font-face {
    font-family: linearicons-free;
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linear-icons/fonts/Linearicons-Free.eot?w118d);
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linear-icons/fonts/Linearicons-Free.eot?#iefixw118d) format('embedded-opentype'), url(/wp-content/themes/stockholm/framework/modules/icons/linear-icons/fonts/Linearicons-Free.woff2?w118d) format('woff2'), url(/wp-content/themes/stockholm/framework/modules/icons/linear-icons/fonts/Linearicons-Free.woff?w118d) format('woff'), url(/wp-content/themes/stockholm/framework/modules/icons/linear-icons/fonts/Linearicons-Free.ttf?w118d) format('truetype'), url(/wp-content/themes/stockholm/framework/modules/icons/linear-icons/fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format('svg');
    font-weight: 400;
    font-style:normal
}

.lnr {
    font-family: linearicons-free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.lnr-home:before {
    content: "\e800"
}

.lnr-apartment:before {
    content: "\e801"
}

.lnr-pencil:before {
    content: "\e802"
}

.lnr-magic-wand:before {
    content: "\e803"
}

.lnr-drop:before {
    content: "\e804"
}

.lnr-lighter:before {
    content: "\e805"
}

.lnr-poop:before {
    content: "\e806"
}

.lnr-sun:before {
    content: "\e807"
}

.lnr-moon:before {
    content: "\e808"
}

.lnr-cloud:before {
    content: "\e809"
}

.lnr-cloud-upload:before {
    content: "\e80a"
}

.lnr-cloud-download:before {
    content: "\e80b"
}

.lnr-cloud-sync:before {
    content: "\e80c"
}

.lnr-cloud-check:before {
    content: "\e80d"
}

.lnr-database:before {
    content: "\e80e"
}

.lnr-lock:before {
    content: "\e80f"
}

.lnr-cog:before {
    content: "\e810"
}

.lnr-trash:before {
    content: "\e811"
}

.lnr-dice:before {
    content: "\e812"
}

.lnr-heart:before {
    content: "\e813"
}

.lnr-star:before {
    content: "\e814"
}

.lnr-star-half:before {
    content: "\e815"
}

.lnr-star-empty:before {
    content: "\e816"
}

.lnr-flag:before {
    content: "\e817"
}

.lnr-envelope:before {
    content: "\e818"
}

.lnr-paperclip:before {
    content: "\e819"
}

.lnr-inbox:before {
    content: "\e81a"
}

.lnr-eye:before {
    content: "\e81b"
}

.lnr-printer:before {
    content: "\e81c"
}

.lnr-file-empty:before {
    content: "\e81d"
}

.lnr-file-add:before {
    content: "\e81e"
}

.lnr-enter:before {
    content: "\e81f"
}

.lnr-exit:before {
    content: "\e820"
}

.lnr-graduation-hat:before {
    content: "\e821"
}

.lnr-license:before {
    content: "\e822"
}

.lnr-music-note:before {
    content: "\e823"
}

.lnr-film-play:before {
    content: "\e824"
}

.lnr-camera-video:before {
    content: "\e825"
}

.lnr-camera:before {
    content: "\e826"
}

.lnr-picture:before {
    content: "\e827"
}

.lnr-book:before {
    content: "\e828"
}

.lnr-bookmark:before {
    content: "\e829"
}

.lnr-user:before {
    content: "\e82a"
}

.lnr-users:before {
    content: "\e82b"
}

.lnr-shirt:before {
    content: "\e82c"
}

.lnr-store:before {
    content: "\e82d"
}

.lnr-cart:before {
    content: "\e82e"
}

.lnr-tag:before {
    content: "\e82f"
}

.lnr-phone-handset:before {
    content: "\e830"
}

.lnr-phone:before {
    content: "\e831"
}

.lnr-pushpin:before {
    content: "\e832"
}

.lnr-map-marker:before {
    content: "\e833"
}

.lnr-map:before {
    content: "\e834"
}

.lnr-location:before {
    content: "\e835"
}

.lnr-calendar-full:before {
    content: "\e836"
}

.lnr-keyboard:before {
    content: "\e837"
}

.lnr-spell-check:before {
    content: "\e838"
}

.lnr-screen:before {
    content: "\e839"
}

.lnr-smartphone:before {
    content: "\e83a"
}

.lnr-tablet:before {
    content: "\e83b"
}

.lnr-laptop:before {
    content: "\e83c"
}

.lnr-laptop-phone:before {
    content: "\e83d"
}

.lnr-power-switch:before {
    content: "\e83e"
}

.lnr-bubble:before {
    content: "\e83f"
}

.lnr-heart-pulse:before {
    content: "\e840"
}

.lnr-construction:before {
    content: "\e841"
}

.lnr-pie-chart:before {
    content: "\e842"
}

.lnr-chart-bars:before {
    content: "\e843"
}

.lnr-gift:before {
    content: "\e844"
}

.lnr-diamond:before {
    content: "\e845"
}

.lnr-linearicons:before {
    content: "\e846"
}

.lnr-dinner:before {
    content: "\e847"
}

.lnr-coffee-cup:before {
    content: "\e848"
}

.lnr-leaf:before {
    content: "\e849"
}

.lnr-paw:before {
    content: "\e84a"
}

.lnr-rocket:before {
    content: "\e84b"
}

.lnr-briefcase:before {
    content: "\e84c"
}

.lnr-bus:before {
    content: "\e84d"
}

.lnr-car:before {
    content: "\e84e"
}

.lnr-train:before {
    content: "\e84f"
}

.lnr-bicycle:before {
    content: "\e850"
}

.lnr-wheelchair:before {
    content: "\e851"
}

.lnr-select:before {
    content: "\e852"
}

.lnr-earth:before {
    content: "\e853"
}

.lnr-smile:before {
    content: "\e854"
}

.lnr-sad:before {
    content: "\e855"
}

.lnr-neutral:before {
    content: "\e856"
}

.lnr-mustache:before {
    content: "\e857"
}

.lnr-alarm:before {
    content: "\e858"
}

.lnr-bullhorn:before {
    content: "\e859"
}

.lnr-volume-high:before {
    content: "\e85a"
}

.lnr-volume-medium:before {
    content: "\e85b"
}

.lnr-volume-low:before {
    content: "\e85c"
}

.lnr-volume:before {
    content: "\e85d"
}

.lnr-mic:before {
    content: "\e85e"
}

.lnr-hourglass:before {
    content: "\e85f"
}

.lnr-undo:before {
    content: "\e860"
}

.lnr-redo:before {
    content: "\e861"
}

.lnr-sync:before {
    content: "\e862"
}

.lnr-history:before {
    content: "\e863"
}

.lnr-clock:before {
    content: "\e864"
}

.lnr-download:before {
    content: "\e865"
}

.lnr-upload:before {
    content: "\e866"
}

.lnr-enter-down:before {
    content: "\e867"
}

.lnr-exit-up:before {
    content: "\e868"
}

.lnr-bug:before {
    content: "\e869"
}

.lnr-code:before {
    content: "\e86a"
}

.lnr-link:before {
    content: "\e86b"
}

.lnr-unlink:before {
    content: "\e86c"
}

.lnr-thumbs-up:before {
    content: "\e86d"
}

.lnr-thumbs-down:before {
    content: "\e86e"
}

.lnr-magnifier:before {
    content: "\e86f"
}

.lnr-cross:before {
    content: "\e870"
}

.lnr-menu:before {
    content: "\e871"
}

.lnr-list:before {
    content: "\e872"
}

.lnr-chevron-up:before {
    content: "\e873"
}

.lnr-chevron-down:before {
    content: "\e874"
}

.lnr-chevron-left:before {
    content: "\e875"
}

.lnr-chevron-right:before {
    content: "\e876"
}

.lnr-arrow-up:before {
    content: "\e877"
}

.lnr-arrow-down:before {
    content: "\e878"
}

.lnr-arrow-left:before {
    content: "\e879"
}

.lnr-arrow-right:before {
    content: "\e87a"
}

.lnr-move:before {
    content: "\e87b"
}

.lnr-warning:before {
    content: "\e87c"
}

.lnr-question-circle:before {
    content: "\e87d"
}

.lnr-menu-circle:before {
    content: "\e87e"
}

.lnr-checkmark-circle:before {
    content: "\e87f"
}

.lnr-cross-circle:before {
    content: "\e880"
}

.lnr-plus-circle:before {
    content: "\e881"
}

.lnr-circle-minus:before {
    content: "\e882"
}

.lnr-arrow-up-circle:before {
    content: "\e883"
}

.lnr-arrow-down-circle:before {
    content: "\e884"
}

.lnr-arrow-left-circle:before {
    content: "\e885"
}

.lnr-arrow-right-circle:before {
    content: "\e886"
}

.lnr-chevron-up-circle:before {
    content: "\e887"
}

.lnr-chevron-down-circle:before {
    content: "\e888"
}

.lnr-chevron-left-circle:before {
    content: "\e889"
}

.lnr-chevron-right-circle:before {
    content: "\e88a"
}

.lnr-crop:before {
    content: "\e88b"
}

.lnr-frame-expand:before {
    content: "\e88c"
}

.lnr-frame-contract:before {
    content: "\e88d"
}

.lnr-layers:before {
    content: "\e88e"
}

.lnr-funnel:before {
    content: "\e88f"
}

.lnr-text-format:before {
    content: "\e890"
}

.lnr-text-format-remove:before {
    content: "\e891"
}

.lnr-text-size:before {
    content: "\e892"
}

.lnr-bold:before {
    content: "\e893"
}

.lnr-italic:before {
    content: "\e894"
}

.lnr-underline:before {
    content: "\e895"
}

.lnr-strikethrough:before {
    content: "\e896"
}

.lnr-highlight:before {
    content: "\e897"
}

.lnr-text-align-left:before {
    content: "\e898"
}

.lnr-text-align-center:before {
    content: "\e899"
}

.lnr-text-align-right:before {
    content: "\e89a"
}

.lnr-text-align-justify:before {
    content: "\e89b"
}

.lnr-line-spacing:before {
    content: "\e89c"
}

.lnr-indent-increase:before {
    content: "\e89d"
}

.lnr-indent-decrease:before {
    content: "\e89e"
}

.lnr-pilcrow:before {
    content: "\e89f"
}

.lnr-direction-ltr:before {
    content: "\e8a0"
}

.lnr-direction-rtl:before {
    content: "\e8a1"
}

.lnr-page-break:before {
    content: "\e8a2"
}

.lnr-sort-alpha-asc:before {
    content: "\e8a3"
}

.lnr-sort-amount-asc:before {
    content: "\e8a4"
}

.lnr-hand:before {
    content: "\e8a5"
}

.lnr-pointer-up:before {
    content: "\e8a6"
}

.lnr-pointer-right:before {
    content: "\e8a7"
}

.lnr-pointer-down:before {
    content: "\e8a8"
}

.lnr-pointer-left:before {
    content: "\e8a9"
}

@charset "UTF-8";
@font-face {
    font-family: linea-arrows-10;
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/arrows/fonts/linea-arrows-10.eot);
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/arrows/fonts/linea-arrows-10.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/arrows/fonts/linea-arrows-10.woff) format("woff"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/arrows/fonts/linea-arrows-10.ttf) format("truetype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/arrows/fonts/linea-arrows-10.svg#linea-arrows-10) format("svg");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: linea-basic-10;
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/basic/fonts/linea-basic-10.eot);
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/basic/fonts/linea-basic-10.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/basic/fonts/linea-basic-10.woff) format("woff"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/basic/fonts/linea-basic-10.ttf) format("truetype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/basic/fonts/linea-basic-10.svg#linea-basic-10) format("svg");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: linea-basic-elaboration-10;
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.eot);
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.woff) format("woff"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.ttf) format("truetype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.svg#linea-basic-elaboration-10) format("svg");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: linea-ecommerce-10;
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/ecommerce/fonts/linea-ecommerce-10.eot);
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/ecommerce/fonts/linea-ecommerce-10.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/ecommerce/fonts/linea-ecommerce-10.woff) format("woff"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/ecommerce/fonts/linea-ecommerce-10.ttf) format("truetype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: linea-music-10;
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/music/fonts/linea-music-10.eot);
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/music/fonts/linea-music-10.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/music/fonts/linea-music-10.woff) format("woff"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/music/fonts/linea-music-10.ttf) format("truetype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/music/fonts/linea-music-10.svg#linea-music-10) format("svg");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: linea-software-10;
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/software/fonts/linea-software-10.eot);
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/software/fonts/linea-software-10.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/software/fonts/linea-software-10.woff) format("woff"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/software/fonts/linea-software-10.ttf) format("truetype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/software/fonts/linea-software-10.svg#linea-software-10) format("svg");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: linea-weather-10;
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/weather/fonts/linea-weather-10.eot);
    src: url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/weather/fonts/linea-weather-10.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/weather/fonts/linea-weather-10.woff) format("woff"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/weather/fonts/linea-weather-10.ttf) format("truetype"), url(/wp-content/themes/stockholm/framework/modules/icons/linea-icons/weather/fonts/linea-weather-10.svg#linea-weather-10) format("svg");
    font-weight: 400;
    font-style:normal
}

[class^=icon-arrows][data-icon]:before {
    font-family: linea-arrows-10 !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^=icon-arrows-]:before, [class * =" icon-arrows-"]:before {
    font-family: linea-arrows-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.icon-arrows-anticlockwise:before {
    content: "\e000"
}

.icon-arrows-anticlockwise-dashed:before {
    content: "\e001"
}

.icon-arrows-button-down:before {
    content: "\e002"
}

.icon-arrows-button-off:before {
    content: "\e003"
}

.icon-arrows-button-on:before {
    content: "\e004"
}

.icon-arrows-button-up:before {
    content: "\e005"
}

.icon-arrows-check:before {
    content: "\e006"
}

.icon-arrows-circle-check:before {
    content: "\e007"
}

.icon-arrows-circle-down:before {
    content: "\e008"
}

.icon-arrows-circle-downleft:before {
    content: "\e009"
}

.icon-arrows-circle-downright:before {
    content: "\e00a"
}

.icon-arrows-circle-left:before {
    content: "\e00b"
}

.icon-arrows-circle-minus:before {
    content: "\e00c"
}

.icon-arrows-circle-plus:before {
    content: "\e00d"
}

.icon-arrows-circle-remove:before {
    content: "\e00e"
}

.icon-arrows-circle-right:before {
    content: "\e00f"
}

.icon-arrows-circle-up:before {
    content: "\e010"
}

.icon-arrows-circle-upleft:before {
    content: "\e011"
}

.icon-arrows-circle-upright:before {
    content: "\e012"
}

.icon-arrows-clockwise:before {
    content: "\e013"
}

.icon-arrows-clockwise-dashed:before {
    content: "\e014"
}

.icon-arrows-compress:before {
    content: "\e015"
}

.icon-arrows-deny:before {
    content: "\e016"
}

.icon-arrows-diagonal:before {
    content: "\e017"
}

.icon-arrows-diagonal2:before {
    content: "\e018"
}

.icon-arrows-down:before {
    content: "\e019"
}

.icon-arrows-down-double:before {
    content: "\e01a"
}

.icon-arrows-downleft:before {
    content: "\e01b"
}

.icon-arrows-downright:before {
    content: "\e01c"
}

.icon-arrows-drag-down:before {
    content: "\e01d"
}

.icon-arrows-drag-down-dashed:before {
    content: "\e01e"
}

.icon-arrows-drag-horiz:before {
    content: "\e01f"
}

.icon-arrows-drag-left:before {
    content: "\e020"
}

.icon-arrows-drag-left-dashed:before {
    content: "\e021"
}

.icon-arrows-drag-right:before {
    content: "\e022"
}

.icon-arrows-drag-right-dashed:before {
    content: "\e023"
}

.icon-arrows-drag-up:before {
    content: "\e024"
}

.icon-arrows-drag-up-dashed:before {
    content: "\e025"
}

.icon-arrows-drag-vert:before {
    content: "\e026"
}

.icon-arrows-exclamation:before {
    content: "\e027"
}

.icon-arrows-expand:before {
    content: "\e028"
}

.icon-arrows-expand-diagonal1:before {
    content: "\e029"
}

.icon-arrows-expand-horizontal1:before {
    content: "\e02a"
}

.icon-arrows-expand-vertical1:before {
    content: "\e02b"
}

.icon-arrows-fit-horizontal:before {
    content: "\e02c"
}

.icon-arrows-fit-vertical:before {
    content: "\e02d"
}

.icon-arrows-glide:before {
    content: "\e02e"
}

.icon-arrows-glide-horizontal:before {
    content: "\e02f"
}

.icon-arrows-glide-vertical:before {
    content: "\e030"
}

.icon-arrows-hamburger1:before {
    content: "\e031"
}

.icon-arrows-hamburger-2:before {
    content: "\e032"
}

.icon-arrows-horizontal:before {
    content: "\e033"
}

.icon-arrows-info:before {
    content: "\e034"
}

.icon-arrows-keyboard-alt:before {
    content: "\e035"
}

.icon-arrows-keyboard-cmd:before {
    content: "\e036"
}

.icon-arrows-keyboard-delete:before {
    content: "\e037"
}

.icon-arrows-keyboard-down:before {
    content: "\e038"
}

.icon-arrows-keyboard-left:before {
    content: "\e039"
}

.icon-arrows-keyboard-return:before {
    content: "\e03a"
}

.icon-arrows-keyboard-right:before {
    content: "\e03b"
}

.icon-arrows-keyboard-shift:before {
    content: "\e03c"
}

.icon-arrows-keyboard-tab:before {
    content: "\e03d"
}

.icon-arrows-keyboard-up:before {
    content: "\e03e"
}

.icon-arrows-left:before {
    content: "\e03f"
}

.icon-arrows-left-double-32:before {
    content: "\e040"
}

.icon-arrows-minus:before {
    content: "\e041"
}

.icon-arrows-move:before {
    content: "\e042"
}

.icon-arrows-move2:before {
    content: "\e043"
}

.icon-arrows-move-bottom:before {
    content: "\e044"
}

.icon-arrows-move-left:before {
    content: "\e045"
}

.icon-arrows-move-right:before {
    content: "\e046"
}

.icon-arrows-move-top:before {
    content: "\e047"
}

.icon-arrows-plus:before {
    content: "\e048"
}

.icon-arrows-question:before {
    content: "\e049"
}

.icon-arrows-remove:before {
    content: "\e04a"
}

.icon-arrows-right:before {
    content: "\e04b"
}

.icon-arrows-right-double:before {
    content: "\e04c"
}

.icon-arrows-rotate:before {
    content: "\e04d"
}

.icon-arrows-rotate-anti:before {
    content: "\e04e"
}

.icon-arrows-rotate-anti-dashed:before {
    content: "\e04f"
}

.icon-arrows-rotate-dashed:before {
    content: "\e050"
}

.icon-arrows-shrink:before {
    content: "\e051"
}

.icon-arrows-shrink-diagonal1:before {
    content: "\e052"
}

.icon-arrows-shrink-diagonal2:before {
    content: "\e053"
}

.icon-arrows-shrink-horizonal2:before {
    content: "\e054"
}

.icon-arrows-shrink-horizontal1:before {
    content: "\e055"
}

.icon-arrows-shrink-vertical1:before {
    content: "\e056"
}

.icon-arrows-shrink-vertical2:before {
    content: "\e057"
}

.icon-arrows-sign-down:before {
    content: "\e058"
}

.icon-arrows-sign-left:before {
    content: "\e059"
}

.icon-arrows-sign-right:before {
    content: "\e05a"
}

.icon-arrows-sign-up:before {
    content: "\e05b"
}

.icon-arrows-slide-down1:before {
    content: "\e05c"
}

.icon-arrows-slide-down2:before {
    content: "\e05d"
}

.icon-arrows-slide-left1:before {
    content: "\e05e"
}

.icon-arrows-slide-left2:before {
    content: "\e05f"
}

.icon-arrows-slide-right1:before {
    content: "\e060"
}

.icon-arrows-slide-right2:before {
    content: "\e061"
}

.icon-arrows-slide-up1:before {
    content: "\e062"
}

.icon-arrows-slide-up2:before {
    content: "\e063"
}

.icon-arrows-slim-down:before {
    content: "\e064"
}

.icon-arrows-slim-down-dashed:before {
    content: "\e065"
}

.icon-arrows-slim-left:before {
    content: "\e066"
}

.icon-arrows-slim-left-dashed:before {
    content: "\e067"
}

.icon-arrows-slim-right:before {
    content: "\e068"
}

.icon-arrows-slim-right-dashed:before {
    content: "\e069"
}

.icon-arrows-slim-up:before {
    content: "\e06a"
}

.icon-arrows-slim-up-dashed:before {
    content: "\e06b"
}

.icon-arrows-square-check:before {
    content: "\e06c"
}

.icon-arrows-square-down:before {
    content: "\e06d"
}

.icon-arrows-square-downleft:before {
    content: "\e06e"
}

.icon-arrows-square-downright:before {
    content: "\e06f"
}

.icon-arrows-square-left:before {
    content: "\e070"
}

.icon-arrows-square-minus:before {
    content: "\e071"
}

.icon-arrows-square-plus:before {
    content: "\e072"
}

.icon-arrows-square-remove:before {
    content: "\e073"
}

.icon-arrows-square-right:before {
    content: "\e074"
}

.icon-arrows-square-up:before {
    content: "\e075"
}

.icon-arrows-square-upleft:before {
    content: "\e076"
}

.icon-arrows-square-upright:before {
    content: "\e077"
}

.icon-arrows-squares:before {
    content: "\e078"
}

.icon-arrows-stretch-diagonal1:before {
    content: "\e079"
}

.icon-arrows-stretch-diagonal2:before {
    content: "\e07a"
}

.icon-arrows-stretch-diagonal3:before {
    content: "\e07b"
}

.icon-arrows-stretch-diagonal4:before {
    content: "\e07c"
}

.icon-arrows-stretch-horizontal1:before {
    content: "\e07d"
}

.icon-arrows-stretch-horizontal2:before {
    content: "\e07e"
}

.icon-arrows-stretch-vertical1:before {
    content: "\e07f"
}

.icon-arrows-stretch-vertical2:before {
    content: "\e080"
}

.icon-arrows-switch-horizontal:before {
    content: "\e081"
}

.icon-arrows-switch-vertical:before {
    content: "\e082"
}

.icon-arrows-up:before {
    content: "\e083"
}

.icon-arrows-up-double-33:before {
    content: "\e084"
}

.icon-arrows-upleft:before {
    content: "\e085"
}

.icon-arrows-upright:before {
    content: "\e086"
}

.icon-arrows-vertical:before {
    content: "\e087"
}

[class^=icon-basic-][data-icon]:before {
    font-family: linea-basic-10 !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^=icon-basic-]:before, [class * =" icon-basic-"]:before {
    font-family: linea-basic-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.icon-basic-accelerator:before {
    content: "a"
}

.icon-basic-alarm:before {
    content: "b"
}

.icon-basic-anchor:before {
    content: "c"
}

.icon-basic-anticlockwise:before {
    content: "d"
}

.icon-basic-archive:before {
    content: "e"
}

.icon-basic-archive-full:before {
    content: "f"
}

.icon-basic-ban:before {
    content: "g"
}

.icon-basic-battery-charge:before {
    content: "h"
}

.icon-basic-battery-empty:before {
    content: "i"
}

.icon-basic-battery-full:before {
    content: "j"
}

.icon-basic-battery-half:before {
    content: "k"
}

.icon-basic-bolt:before {
    content: "l"
}

.icon-basic-book:before {
    content: "m"
}

.icon-basic-book-pen:before {
    content: "n"
}

.icon-basic-book-pencil:before {
    content: "o"
}

.icon-basic-bookmark:before {
    content: "p"
}

.icon-basic-calculator:before {
    content: "q"
}

.icon-basic-calendar:before {
    content: "r"
}

.icon-basic-cards-diamonds:before {
    content: "s"
}

.icon-basic-cards-hearts:before {
    content: "t"
}

.icon-basic-case:before {
    content: "u"
}

.icon-basic-chronometer:before {
    content: "v"
}

.icon-basic-clessidre:before {
    content: "w"
}

.icon-basic-clock:before {
    content: "x"
}

.icon-basic-clockwise:before {
    content: "y"
}

.icon-basic-cloud:before {
    content: "z"
}

.icon-basic-clubs:before {
    content: "A"
}

.icon-basic-compass:before {
    content: "B"
}

.icon-basic-cup:before {
    content: "C"
}

.icon-basic-diamonds:before {
    content: "D"
}

.icon-basic-display:before {
    content: "E"
}

.icon-basic-download:before {
    content: "F"
}

.icon-basic-exclamation:before {
    content: "G"
}

.icon-basic-eye:before {
    content: "H"
}

.icon-basic-eye-closed:before {
    content: "I"
}

.icon-basic-female:before {
    content: "J"
}

.icon-basic-flag1:before {
    content: "K"
}

.icon-basic-flag2:before {
    content: "L"
}

.icon-basic-floppydisk:before {
    content: "M"
}

.icon-basic-folder:before {
    content: "N"
}

.icon-basic-folder-multiple:before {
    content: "O"
}

.icon-basic-gear:before {
    content: "P"
}

.icon-basic-geolocalize-01:before {
    content: "Q"
}

.icon-basic-geolocalize-05:before {
    content: "R"
}

.icon-basic-globe:before {
    content: "S"
}

.icon-basic-gunsight:before {
    content: "T"
}

.icon-basic-hammer:before {
    content: "U"
}

.icon-basic-headset:before {
    content: "V"
}

.icon-basic-heart:before {
    content: "W"
}

.icon-basic-heart-broken:before {
    content: "X"
}

.icon-basic-helm:before {
    content: "Y"
}

.icon-basic-home:before {
    content: "Z"
}

.icon-basic-info:before {
    content: "0"
}

.icon-basic-ipod:before {
    content: "1"
}

.icon-basic-joypad:before {
    content: "2"
}

.icon-basic-key:before {
    content: "3"
}

.icon-basic-keyboard:before {
    content: "4"
}

.icon-basic-laptop:before {
    content: "5"
}

.icon-basic-life-buoy:before {
    content: "6"
}

.icon-basic-lightbulb:before {
    content: "7"
}

.icon-basic-link:before {
    content: "8"
}

.icon-basic-lock:before {
    content: "9"
}

.icon-basic-lock-open:before {
    content: "!"
}

.icon-basic-magic-mouse:before {
    content: "\""
}

.icon-basic-magnifier:before {
    content: "#"
}

.icon-basic-magnifier-minus:before {
    content: "$"
}

.icon-basic-magnifier-plus:before {
    content: "%"
}

.icon-basic-mail:before {
    content: "&"
}

.icon-basic-mail-multiple:before {
    content: "'"}.icon-basic-mail-open:before{content:"("}.icon-basic-mail-open-text:before{content:")"}.icon-basic-male:before{content:"*"}.icon-basic-map:before{content:"+"}.icon-basic-message:before{content:","}.icon-basic-message-multiple:before{content:"-"}.icon-basic-message-txt:before{content:"."}.icon-basic-mixer2:before{content:"/"}.icon-basic-mouse:before{content:":"}.icon-basic-notebook:before{content:";"}.icon-basic-notebook-pen:before{content:"<"}.icon-basic-notebook-pencil:before{content:"="}.icon-basic-paperplane:before{content:">"}.icon-basic-pencil-ruler:before{content:"?"}.icon-basic-pencil-ruler-pen:before{content:"@"}.icon-basic-photo:before{content:"["}.icon-basic-picture:before{content:"]"}.icon-basic-picture-multiple:before{content:"^"}.icon-basic-pin1:before{content:"_"}.icon-basic-pin2:before{content:"`"}.icon-basic-postcard:before{content:"{"}.icon-basic-postcard-multiple:before{content:"|"}.icon-basic-printer:before{content:"}"}.icon-basic-question:before{content:"~"}.icon-basic-rss:before{content:"\\"}.icon-basic-server:before{content:"\e000"}.icon-basic-server2:before{content:"\e001"}.icon-basic-server-cloud:before{content:"\e002"}.icon-basic-server-download:before{content:"\e003"}.icon-basic-server-upload:before{content:"\e004"}.icon-basic-settings:before{content:"\e005"}.icon-basic-share:before{content:"\e006"}.icon-basic-sheet:before{content:"\e007"}.icon-basic-sheet-multiple:before{content:"\e008"}.icon-basic-sheet-pen:before{content:"\e009"}.icon-basic-sheet-pencil:before{content:"\e00a"}.icon-basic-sheet-txt:before{content:"\e00b"}.icon-basic-signs:before{content:"\e00c"}.icon-basic-smartphone:before{content:"\e00d"}.icon-basic-spades:before{content:"\e00e"}.icon-basic-spread:before{content:"\e00f"}.icon-basic-spread-bookmark:before{content:"\e010"}.icon-basic-spread-text:before{content:"\e011"}.icon-basic-spread-text-bookmark:before{content:"\e012"}.icon-basic-star:before{content:"\e013"}.icon-basic-tablet:before{content:"\e014"}.icon-basic-target:before{content:"\e015"}.icon-basic-todo:before{content:"\e016"}.icon-basic-todo-pen:before{content:"\e017"}.icon-basic-todo-pencil:before{content:"\e018"}.icon-basic-todo-txt:before{content:"\e019"}.icon-basic-todolist-pen:before{content:"\e01a"}.icon-basic-todolist-pencil:before{content:"\e01b"}.icon-basic-trashcan:before{content:"\e01c"}.icon-basic-trashcan-full:before{content:"\e01d"}.icon-basic-trashcan-refresh:before{content:"\e01e"}.icon-basic-trashcan-remove:before{content:"\e01f"}.icon-basic-upload:before{content:"\e020"}.icon-basic-usb:before{content:"\e021"}.icon-basic-video:before{content:"\e022"}.icon-basic-watch:before{content:"\e023"}.icon-basic-webpage:before{content:"\e024"}.icon-basic-webpage-img-txt:before{content:"\e025"}.icon-basic-webpage-multiple:before{content:"\e026"}.icon-basic-webpage-txt:before{content:"\e027"}.icon-basic-world:before{content:"\e028"}[class^=icon-basic-elaboration-][data-icon]:before{font-family:linea-basic-elaboration-10!important;content:attr(data-icon);font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^=icon-basic-elaboration-]:before,[class*=" icon-basic-elaboration-"]:before{font-family:linea-basic-elaboration-10!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-basic-elaboration-bookmark-checck:before{content:"a"}.icon-basic-elaboration-bookmark-minus:before{content:"b"}.icon-basic-elaboration-bookmark-plus:before{content:"c"}.icon-basic-elaboration-bookmark-remove:before{content:"d"}.icon-basic-elaboration-briefcase-check:before{content:"e"}.icon-basic-elaboration-briefcase-download:before{content:"f"}.icon-basic-elaboration-briefcase-flagged:before{content:"g"}.icon-basic-elaboration-briefcase-minus:before{content:"h"}.icon-basic-elaboration-briefcase-plus:before{content:"i"}.icon-basic-elaboration-briefcase-refresh:before{content:"j"}.icon-basic-elaboration-briefcase-remove:before{content:"k"}.icon-basic-elaboration-briefcase-search:before{content:"l"}.icon-basic-elaboration-briefcase-star:before{content:"m"}.icon-basic-elaboration-briefcase-upload:before{content:"n"}.icon-basic-elaboration-browser-check:before{content:"o"}.icon-basic-elaboration-browser-download:before{content:"p"}.icon-basic-elaboration-browser-minus:before{content:"q"}.icon-basic-elaboration-browser-plus:before{content:"r"}.icon-basic-elaboration-browser-refresh:before{content:"s"}.icon-basic-elaboration-browser-remove:before{content:"t"}.icon-basic-elaboration-browser-search:before{content:"u"}.icon-basic-elaboration-browser-star:before{content:"v"}.icon-basic-elaboration-browser-upload:before{content:"w"}.icon-basic-elaboration-calendar-check:before{content:"x"}.icon-basic-elaboration-calendar-cloud:before{content:"y"}.icon-basic-elaboration-calendar-download:before{content:"z"}.icon-basic-elaboration-calendar-empty:before{content:"A"}.icon-basic-elaboration-calendar-flagged:before{content:"B"}.icon-basic-elaboration-calendar-heart:before{content:"C"}.icon-basic-elaboration-calendar-minus:before{content:"D"}.icon-basic-elaboration-calendar-next:before{content:"E"}.icon-basic-elaboration-calendar-noaccess:before{content:"F"}.icon-basic-elaboration-calendar-pencil:before{content:"G"}.icon-basic-elaboration-calendar-plus:before{content:"H"}.icon-basic-elaboration-calendar-previous:before{content:"I"}.icon-basic-elaboration-calendar-refresh:before{content:"J"}.icon-basic-elaboration-calendar-remove:before{content:"K"}.icon-basic-elaboration-calendar-search:before{content:"L"}.icon-basic-elaboration-calendar-star:before{content:"M"}.icon-basic-elaboration-calendar-upload:before{content:"N"}.icon-basic-elaboration-cloud-check:before{content:"O"}.icon-basic-elaboration-cloud-download:before{content:"P"}.icon-basic-elaboration-cloud-minus:before{content:"Q"}.icon-basic-elaboration-cloud-noaccess:before{content:"R"}.icon-basic-elaboration-cloud-plus:before{content:"S"}.icon-basic-elaboration-cloud-refresh:before{content:"T"}.icon-basic-elaboration-cloud-remove:before{content:"U"}.icon-basic-elaboration-cloud-search:before{content:"V"}.icon-basic-elaboration-cloud-upload:before{content:"W"}.icon-basic-elaboration-document-check:before{content:"X"}.icon-basic-elaboration-document-cloud:before{content:"Y"}.icon-basic-elaboration-document-download:before{content:"Z"}.icon-basic-elaboration-document-flagged:before{content:"0"}.icon-basic-elaboration-document-graph:before{content:"1"}.icon-basic-elaboration-document-heart:before{content:"2"}.icon-basic-elaboration-document-minus:before{content:"3"}.icon-basic-elaboration-document-next:before{content:"4"}.icon-basic-elaboration-document-noaccess:before{content:"5"}.icon-basic-elaboration-document-note:before{content:"6"}.icon-basic-elaboration-document-pencil:before{content:"7"}.icon-basic-elaboration-document-picture:before{content:"8"}.icon-basic-elaboration-document-plus:before{content:"9"}.icon-basic-elaboration-document-previous:before{content:"!"}.icon-basic-elaboration-document-refresh:before{content:"\""}.icon-basic-elaboration-document-remove:before{content:"#"}.icon-basic-elaboration-document-search:before{content:"$"}.icon-basic-elaboration-document-star:before{content:"%"}.icon-basic-elaboration-document-upload:before{content:"&"}.icon-basic-elaboration-folder-check:before{content:"'"
}

.icon-basic-elaboration-folder-cloud:before {
    content: "("
}

.icon-basic-elaboration-folder-document:before {
    content: ")"
}

.icon-basic-elaboration-folder-download:before {
    content: "*"
}

.icon-basic-elaboration-folder-flagged:before {
    content: "+"
}

.icon-basic-elaboration-folder-graph:before {
    content: ","
}

.icon-basic-elaboration-folder-heart:before {
    content: "-"
}

.icon-basic-elaboration-folder-minus:before {
    content: "."
}

.icon-basic-elaboration-folder-next:before {
    content: "/"
}

.icon-basic-elaboration-folder-noaccess:before {
    content: ":"
}

.icon-basic-elaboration-folder-note:before {
    content: ";"
}

.icon-basic-elaboration-folder-pencil:before {
    content: "<"
}

.icon-basic-elaboration-folder-picture:before {
    content: "="
}

.icon-basic-elaboration-folder-plus:before {
    content: ">"
}

.icon-basic-elaboration-folder-previous:before {
    content: "?"
}

.icon-basic-elaboration-folder-refresh:before {
    content: "@"
}

.icon-basic-elaboration-folder-remove:before {
    content: "["
}

.icon-basic-elaboration-folder-search:before {
    content: "]"
}

.icon-basic-elaboration-folder-star:before {
    content: "^"
}

.icon-basic-elaboration-folder-upload:before {
    content: "_"
}

.icon-basic-elaboration-mail-check:before {
    content: "`"
}

.icon-basic-elaboration-mail-cloud:before {
    content: "{"
}

.icon-basic-elaboration-mail-document:before {
    content: "|"
}

.icon-basic-elaboration-mail-download:before {
    content: "}"
}

.icon-basic-elaboration-mail-flagged:before {
    content: "~"
}

.icon-basic-elaboration-mail-heart:before {
    content: "\\"
}

.icon-basic-elaboration-mail-next:before {
    content: "\e000"
}

.icon-basic-elaboration-mail-noaccess:before {
    content: "\e001"
}

.icon-basic-elaboration-mail-note:before {
    content: "\e002"
}

.icon-basic-elaboration-mail-pencil:before {
    content: "\e003"
}

.icon-basic-elaboration-mail-picture:before {
    content: "\e004"
}

.icon-basic-elaboration-mail-previous:before {
    content: "\e005"
}

.icon-basic-elaboration-mail-refresh:before {
    content: "\e006"
}

.icon-basic-elaboration-mail-remove:before {
    content: "\e007"
}

.icon-basic-elaboration-mail-search:before {
    content: "\e008"
}

.icon-basic-elaboration-mail-star:before {
    content: "\e009"
}

.icon-basic-elaboration-mail-upload:before {
    content: "\e00a"
}

.icon-basic-elaboration-message-check:before {
    content: "\e00b"
}

.icon-basic-elaboration-message-dots:before {
    content: "\e00c"
}

.icon-basic-elaboration-message-happy:before {
    content: "\e00d"
}

.icon-basic-elaboration-message-heart:before {
    content: "\e00e"
}

.icon-basic-elaboration-message-minus:before {
    content: "\e00f"
}

.icon-basic-elaboration-message-note:before {
    content: "\e010"
}

.icon-basic-elaboration-message-plus:before {
    content: "\e011"
}

.icon-basic-elaboration-message-refresh:before {
    content: "\e012"
}

.icon-basic-elaboration-message-remove:before {
    content: "\e013"
}

.icon-basic-elaboration-message-sad:before {
    content: "\e014"
}

.icon-basic-elaboration-smartphone-cloud:before {
    content: "\e015"
}

.icon-basic-elaboration-smartphone-heart:before {
    content: "\e016"
}

.icon-basic-elaboration-smartphone-noaccess:before {
    content: "\e017"
}

.icon-basic-elaboration-smartphone-note:before {
    content: "\e018"
}

.icon-basic-elaboration-smartphone-pencil:before {
    content: "\e019"
}

.icon-basic-elaboration-smartphone-picture:before {
    content: "\e01a"
}

.icon-basic-elaboration-smartphone-refresh:before {
    content: "\e01b"
}

.icon-basic-elaboration-smartphone-search:before {
    content: "\e01c"
}

.icon-basic-elaboration-tablet-cloud:before {
    content: "\e01d"
}

.icon-basic-elaboration-tablet-heart:before {
    content: "\e01e"
}

.icon-basic-elaboration-tablet-noaccess:before {
    content: "\e01f"
}

.icon-basic-elaboration-tablet-note:before {
    content: "\e020"
}

.icon-basic-elaboration-tablet-pencil:before {
    content: "\e021"
}

.icon-basic-elaboration-tablet-picture:before {
    content: "\e022"
}

.icon-basic-elaboration-tablet-refresh:before {
    content: "\e023"
}

.icon-basic-elaboration-tablet-search:before {
    content: "\e024"
}

.icon-basic-elaboration-todolist-2:before {
    content: "\e025"
}

.icon-basic-elaboration-todolist-check:before {
    content: "\e026"
}

.icon-basic-elaboration-todolist-cloud:before {
    content: "\e027"
}

.icon-basic-elaboration-todolist-download:before {
    content: "\e028"
}

.icon-basic-elaboration-todolist-flagged:before {
    content: "\e029"
}

.icon-basic-elaboration-todolist-minus:before {
    content: "\e02a"
}

.icon-basic-elaboration-todolist-noaccess:before {
    content: "\e02b"
}

.icon-basic-elaboration-todolist-pencil:before {
    content: "\e02c"
}

.icon-basic-elaboration-todolist-plus:before {
    content: "\e02d"
}

.icon-basic-elaboration-todolist-refresh:before {
    content: "\e02e"
}

.icon-basic-elaboration-todolist-remove:before {
    content: "\e02f"
}

.icon-basic-elaboration-todolist-search:before {
    content: "\e030"
}

.icon-basic-elaboration-todolist-star:before {
    content: "\e031"
}

.icon-basic-elaboration-todolist-upload:before {
    content: "\e032"
}

[class^=icon-ecommerce-][data-icon]:before, [class * =" icon-ecommerce-"][data-icon]:before {
    font-family: linea-ecommerce-10 !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^=icon-ecommerce-]:before, [class * =" icon-ecommerce-"]:before {
    font-family: linea-ecommerce-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.icon-ecommerce-bag:before {
    content: "a"
}

.icon-ecommerce-bag-check:before {
    content: "b"
}

.icon-ecommerce-bag-cloud:before {
    content: "c"
}

.icon-ecommerce-bag-download:before {
    content: "d"
}

.icon-ecommerce-bag-minus:before {
    content: "e"
}

.icon-ecommerce-bag-plus:before {
    content: "f"
}

.icon-ecommerce-bag-refresh:before {
    content: "g"
}

.icon-ecommerce-bag-remove:before {
    content: "h"
}

.icon-ecommerce-bag-search:before {
    content: "i"
}

.icon-ecommerce-bag-upload:before {
    content: "j"
}

.icon-ecommerce-banknote:before {
    content: "k"
}

.icon-ecommerce-banknotes:before {
    content: "l"
}

.icon-ecommerce-basket:before {
    content: "m"
}

.icon-ecommerce-basket-check:before {
    content: "n"
}

.icon-ecommerce-basket-cloud:before {
    content: "o"
}

.icon-ecommerce-basket-download:before {
    content: "p"
}

.icon-ecommerce-basket-minus:before {
    content: "q"
}

.icon-ecommerce-basket-plus:before {
    content: "r"
}

.icon-ecommerce-basket-refresh:before {
    content: "s"
}

.icon-ecommerce-basket-remove:before {
    content: "t"
}

.icon-ecommerce-basket-search:before {
    content: "u"
}

.icon-ecommerce-basket-upload:before {
    content: "v"
}

.icon-ecommerce-bath:before {
    content: "w"
}

.icon-ecommerce-cart:before {
    content: "x"
}

.icon-ecommerce-cart-check:before {
    content: "y"
}

.icon-ecommerce-cart-cloud:before {
    content: "z"
}

.icon-ecommerce-cart-content:before {
    content: "A"
}

.icon-ecommerce-cart-download:before {
    content: "B"
}

.icon-ecommerce-cart-minus:before {
    content: "C"
}

.icon-ecommerce-cart-plus:before {
    content: "D"
}

.icon-ecommerce-cart-refresh:before {
    content: "E"
}

.icon-ecommerce-cart-remove:before {
    content: "F"
}

.icon-ecommerce-cart-search:before {
    content: "G"
}

.icon-ecommerce-cart-upload:before {
    content: "H"
}

.icon-ecommerce-cent:before {
    content: "I"
}

.icon-ecommerce-colon:before {
    content: "J"
}

.icon-ecommerce-creditcard:before {
    content: "K"
}

.icon-ecommerce-diamond:before {
    content: "L"
}

.icon-ecommerce-dollar:before {
    content: "M"
}

.icon-ecommerce-euro:before {
    content: "N"
}

.icon-ecommerce-franc:before {
    content: "O"
}

.icon-ecommerce-gift:before {
    content: "P"
}

.icon-ecommerce-graph1:before {
    content: "Q"
}

.icon-ecommerce-graph2:before {
    content: "R"
}

.icon-ecommerce-graph3:before {
    content: "S"
}

.icon-ecommerce-graph-decrease:before {
    content: "T"
}

.icon-ecommerce-graph-increase:before {
    content: "U"
}

.icon-ecommerce-guarani:before {
    content: "V"
}

.icon-ecommerce-kips:before {
    content: "W"
}

.icon-ecommerce-lira:before {
    content: "X"
}

.icon-ecommerce-megaphone:before {
    content: "Y"
}

.icon-ecommerce-money:before {
    content: "Z"
}

.icon-ecommerce-naira:before {
    content: "0"
}

.icon-ecommerce-pesos:before {
    content: "1"
}

.icon-ecommerce-pound:before {
    content: "2"
}

.icon-ecommerce-receipt:before {
    content: "3"
}

.icon-ecommerce-receipt-bath:before {
    content: "4"
}

.icon-ecommerce-receipt-cent:before {
    content: "5"
}

.icon-ecommerce-receipt-dollar:before {
    content: "6"
}

.icon-ecommerce-receipt-euro:before {
    content: "7"
}

.icon-ecommerce-receipt-franc:before {
    content: "8"
}

.icon-ecommerce-receipt-guarani:before {
    content: "9"
}

.icon-ecommerce-receipt-kips:before {
    content: "!"
}

.icon-ecommerce-receipt-lira:before {
    content: "\""
}

.icon-ecommerce-receipt-naira:before {
    content: "#"
}

.icon-ecommerce-receipt-pesos:before {
    content: "$"
}

.icon-ecommerce-receipt-pound:before {
    content: "%"
}

.icon-ecommerce-receipt-rublo:before {
    content: "&"
}

.icon-ecommerce-receipt-rupee:before {
    content: "'"}.icon-ecommerce-receipt-tugrik:before{content:"("}.icon-ecommerce-receipt-won:before{content:")"}.icon-ecommerce-receipt-yen:before{content:"*"}.icon-ecommerce-receipt-yen2:before{content:"+"}.icon-ecommerce-recept-colon:before{content:","}.icon-ecommerce-rublo:before{content:"-"}.icon-ecommerce-rupee:before{content:"."}.icon-ecommerce-safe:before{content:"/"}.icon-ecommerce-sale:before{content:":"}.icon-ecommerce-sales:before{content:";"}.icon-ecommerce-ticket:before{content:"<"}.icon-ecommerce-tugriks:before{content:"="}.icon-ecommerce-wallet:before{content:">"}.icon-ecommerce-won:before{content:"?"}.icon-ecommerce-yen:before{content:"@"}.icon-ecommerce-yen2:before{content:"["}[class^=icon-music-][data-icon]:before,[class*=" icon-music-"][data-icon]:before{font-family:linea-music-10!important;content:attr(data-icon);font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^=icon-music-]:before,[class*=" icon-music-"]:before{font-family:linea-music-10!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-music-beginning-button:before{content:"a"}.icon-music-bell:before{content:"b"}.icon-music-cd:before{content:"c"}.icon-music-diapason:before{content:"d"}.icon-music-eject-button:before{content:"e"}.icon-music-end-button:before{content:"f"}.icon-music-fastforward-button:before{content:"g"}.icon-music-headphones:before{content:"h"}.icon-music-ipod:before{content:"i"}.icon-music-loudspeaker:before{content:"j"}.icon-music-microphone:before{content:"k"}.icon-music-microphone-old:before{content:"l"}.icon-music-mixer:before{content:"m"}.icon-music-mute:before{content:"n"}.icon-music-note-multiple:before{content:"o"}.icon-music-note-single:before{content:"p"}.icon-music-pause-button:before{content:"q"}.icon-music-play-button:before{content:"r"}.icon-music-playlist:before{content:"s"}.icon-music-radio-ghettoblaster:before{content:"t"}.icon-music-radio-portable:before{content:"u"}.icon-music-record:before{content:"v"}.icon-music-recordplayer:before{content:"w"}.icon-music-repeat-button:before{content:"x"}.icon-music-rewind-button:before{content:"y"}.icon-music-shuffle-button:before{content:"z"}.icon-music-stop-button:before{content:"A"}.icon-music-tape:before{content:"B"}.icon-music-volume-down:before{content:"C"}.icon-music-volume-up:before{content:"D"}[class^=icon-software-][data-icon]:before,[class*=" icon-software-"][data-icon]:before{font-family:linea-software-10!important;content:attr(data-icon);font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^=icon-software-]:before,[class*=" icon-software-"]:before{font-family:linea-software-10!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-software-add-vectorpoint:before{content:"a"}.icon-software-box-oval:before{content:"b"}.icon-software-box-polygon:before{content:"c"}.icon-software-box-rectangle:before{content:"d"}.icon-software-box-roundedrectangle:before{content:"e"}.icon-software-character:before{content:"f"}.icon-software-crop:before{content:"g"}.icon-software-eyedropper:before{content:"h"}.icon-software-font-allcaps:before{content:"i"}.icon-software-font-baseline-shift:before{content:"j"}.icon-software-font-horizontal-scale:before{content:"k"}.icon-software-font-kerning:before{content:"l"}.icon-software-font-leading:before{content:"m"}.icon-software-font-size:before{content:"n"}.icon-software-font-smallcapital:before{content:"o"}.icon-software-font-smallcaps:before{content:"p"}.icon-software-font-strikethrough:before{content:"q"}.icon-software-font-tracking:before{content:"r"}.icon-software-font-underline:before{content:"s"}.icon-software-font-vertical-scale:before{content:"t"}.icon-software-horizontal-align-center:before{content:"u"}.icon-software-horizontal-align-left:before{content:"v"}.icon-software-horizontal-align-right:before{content:"w"}.icon-software-horizontal-distribute-center:before{content:"x"}.icon-software-horizontal-distribute-left:before{content:"y"}.icon-software-horizontal-distribute-right:before{content:"z"}.icon-software-indent-firstline:before{content:"A"}.icon-software-indent-left:before{content:"B"}.icon-software-indent-right:before{content:"C"}.icon-software-lasso:before{content:"D"}.icon-software-layers1:before{content:"E"}.icon-software-layers2:before{content:"F"}.icon-software-layout:before{content:"G"}.icon-software-layout-2columns:before{content:"H"}.icon-software-layout-3columns:before{content:"I"}.icon-software-layout-4boxes:before{content:"J"}.icon-software-layout-4columns:before{content:"K"}.icon-software-layout-4lines:before{content:"L"}.icon-software-layout-8boxes:before{content:"M"}.icon-software-layout-header:before{content:"N"}.icon-software-layout-header-2columns:before{content:"O"}.icon-software-layout-header-3columns:before{content:"P"}.icon-software-layout-header-4boxes:before{content:"Q"}.icon-software-layout-header-4columns:before{content:"R"}.icon-software-layout-header-complex:before{content:"S"}.icon-software-layout-header-complex2:before{content:"T"}.icon-software-layout-header-complex3:before{content:"U"}.icon-software-layout-header-complex4:before{content:"V"}.icon-software-layout-header-sideleft:before{content:"W"}.icon-software-layout-header-sideright:before{content:"X"}.icon-software-layout-sidebar-left:before{content:"Y"}.icon-software-layout-sidebar-right:before{content:"Z"}.icon-software-magnete:before{content:"0"}.icon-software-pages:before{content:"1"}.icon-software-paintbrush:before{content:"2"}.icon-software-paintbucket:before{content:"3"}.icon-software-paintroller:before{content:"4"}.icon-software-paragraph:before{content:"5"}.icon-software-paragraph-align-left:before{content:"6"}.icon-software-paragraph-align-right:before{content:"7"}.icon-software-paragraph-center:before{content:"8"}.icon-software-paragraph-justify-all:before{content:"9"}.icon-software-paragraph-justify-center:before{content:"!"}.icon-software-paragraph-justify-left:before{content:"\""}.icon-software-paragraph-justify-right:before{content:"#"}.icon-software-paragraph-space-after:before{content:"$"}.icon-software-paragraph-space-before:before{content:"%"}.icon-software-pathfinder-exclude:before{content:"&"}.icon-software-pathfinder-intersect:before{content:"'"
}

.icon-software-pathfinder-subtract:before {
    content: "("
}

.icon-software-pathfinder-unite:before {
    content: ")"
}

.icon-software-pen:before {
    content: "*"
}

.icon-software-pen-add:before {
    content: "+"
}

.icon-software-pen-remove:before {
    content: ","
}

.icon-software-pencil:before {
    content: "-"
}

.icon-software-polygonallasso:before {
    content: "."
}

.icon-software-reflect-horizontal:before {
    content: "/"
}

.icon-software-reflect-vertical:before {
    content: ":"
}

.icon-software-remove-vectorpoint:before {
    content: ";"
}

.icon-software-scale-expand:before {
    content: "<"
}

.icon-software-scale-reduce:before {
    content: "="
}

.icon-software-selection-oval:before {
    content: ">"
}

.icon-software-selection-polygon:before {
    content: "?"
}

.icon-software-selection-rectangle:before {
    content: "@"
}

.icon-software-selection-roundedrectangle:before {
    content: "["
}

.icon-software-shape-oval:before {
    content: "]"
}

.icon-software-shape-polygon:before {
    content: "^"
}

.icon-software-shape-rectangle:before {
    content: "_"
}

.icon-software-shape-roundedrectangle:before {
    content: "`"
}

.icon-software-slice:before {
    content: "{"
}

.icon-software-transform-bezier:before {
    content: "|"
}

.icon-software-vector-box:before {
    content: "}"
}

.icon-software-vector-composite:before {
    content: "~"
}

.icon-software-vector-line:before {
    content: "\\"
}

.icon-software-vertical-align-bottom:before {
    content: "\e000"
}

.icon-software-vertical-align-center:before {
    content: "\e001"
}

.icon-software-vertical-align-top:before {
    content: "\e002"
}

.icon-software-vertical-distribute-bottom:before {
    content: "\e003"
}

.icon-software-vertical-distribute-center:before {
    content: "\e004"
}

.icon-software-vertical-distribute-top:before {
    content: "\e005"
}

[class^=icon-weather-][data-icon]:before, [class * =" icon-weather-"][data-icon]:before {
    font-family: linea-weather-10 !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^=icon-weather-]:before, [class * =" icon-weather-"]:before {
    font-family: linea-weather-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.icon-weather-aquarius:before {
    content: "\e000"
}

.icon-weather-aries:before {
    content: "\e001"
}

.icon-weather-cancer:before {
    content: "\e002"
}

.icon-weather-capricorn:before {
    content: "\e003"
}

.icon-weather-cloud:before {
    content: "\e004"
}

.icon-weather-cloud-drop:before {
    content: "\e005"
}

.icon-weather-cloud-lightning:before {
    content: "\e006"
}

.icon-weather-cloud-snowflake:before {
    content: "\e007"
}

.icon-weather-downpour-fullmoon:before {
    content: "\e008"
}

.icon-weather-downpour-halfmoon:before {
    content: "\e009"
}

.icon-weather-downpour-sun:before {
    content: "\e00a"
}

.icon-weather-drop:before {
    content: "\e00b"
}

.icon-weather-first-quarter:before {
    content: "\e00c"
}

.icon-weather-fog:before {
    content: "\e00d"
}

.icon-weather-fog-fullmoon:before {
    content: "\e00e"
}

.icon-weather-fog-halfmoon:before {
    content: "\e00f"
}

.icon-weather-fog-sun:before {
    content: "\e010"
}

.icon-weather-fullmoon:before {
    content: "\e011"
}

.icon-weather-gemini:before {
    content: "\e012"
}

.icon-weather-hail:before {
    content: "\e013"
}

.icon-weather-hail-fullmoon:before {
    content: "\e014"
}

.icon-weather-hail-halfmoon:before {
    content: "\e015"
}

.icon-weather-hail-sun:before {
    content: "\e016"
}

.icon-weather-last-quarter:before {
    content: "\e017"
}

.icon-weather-leo:before {
    content: "\e018"
}

.icon-weather-libra:before {
    content: "\e019"
}

.icon-weather-lightning:before {
    content: "\e01a"
}

.icon-weather-mistyrain:before {
    content: "\e01b"
}

.icon-weather-mistyrain-fullmoon:before {
    content: "\e01c"
}

.icon-weather-mistyrain-halfmoon:before {
    content: "\e01d"
}

.icon-weather-mistyrain-sun:before {
    content: "\e01e"
}

.icon-weather-moon:before {
    content: "\e01f"
}

.icon-weather-moondown-full:before {
    content: "\e020"
}

.icon-weather-moondown-half:before {
    content: "\e021"
}

.icon-weather-moonset-full:before {
    content: "\e022"
}

.icon-weather-moonset-half:before {
    content: "\e023"
}

.icon-weather-move2:before {
    content: "\e024"
}

.icon-weather-newmoon:before {
    content: "\e025"
}

.icon-weather-pisces:before {
    content: "\e026"
}

.icon-weather-rain:before {
    content: "\e027"
}

.icon-weather-rain-fullmoon:before {
    content: "\e028"
}

.icon-weather-rain-halfmoon:before {
    content: "\e029"
}

.icon-weather-rain-sun:before {
    content: "\e02a"
}

.icon-weather-sagittarius:before {
    content: "\e02b"
}

.icon-weather-scorpio:before {
    content: "\e02c"
}

.icon-weather-snow:before {
    content: "\e02d"
}

.icon-weather-snow-fullmoon:before {
    content: "\e02e"
}

.icon-weather-snow-halfmoon:before {
    content: "\e02f"
}

.icon-weather-snow-sun:before {
    content: "\e030"
}

.icon-weather-snowflake:before {
    content: "\e031"
}

.icon-weather-star:before {
    content: "\e032"
}

.icon-weather-storm-11:before {
    content: "\e033"
}

.icon-weather-storm-32:before {
    content: "\e034"
}

.icon-weather-storm-fullmoon:before {
    content: "\e035"
}

.icon-weather-storm-halfmoon:before {
    content: "\e036"
}

.icon-weather-storm-sun:before {
    content: "\e037"
}

.icon-weather-sun:before {
    content: "\e038"
}

.icon-weather-sundown:before {
    content: "\e039"
}

.icon-weather-sunset:before {
    content: "\e03a"
}

.icon-weather-taurus:before {
    content: "\e03b"
}

.icon-weather-tempest:before {
    content: "\e03c"
}

.icon-weather-tempest-fullmoon:before {
    content: "\e03d"
}

.icon-weather-tempest-halfmoon:before {
    content: "\e03e"
}

.icon-weather-tempest-sun:before {
    content: "\e03f"
}

.icon-weather-variable-fullmoon:before {
    content: "\e040"
}

.icon-weather-variable-halfmoon:before {
    content: "\e041"
}

.icon-weather-variable-sun:before {
    content: "\e042"
}

.icon-weather-virgo:before {
    content: "\e043"
}

.icon-weather-waning-cresent:before {
    content: "\e044"
}

.icon-weather-waning-gibbous:before {
    content: "\e045"
}

.icon-weather-waxing-cresent:before {
    content: "\e046"
}

.icon-weather-waxing-gibbous:before {
    content: "\e047"
}

.icon-weather-wind:before {
    content: "\e048"
}

.icon-weather-wind-e:before {
    content: "\e049"
}

.icon-weather-wind-fullmoon:before {
    content: "\e04a"
}

.icon-weather-wind-halfmoon:before {
    content: "\e04b"
}

.icon-weather-wind-n:before {
    content: "\e04c"
}

.icon-weather-wind-ne:before {
    content: "\e04d"
}

.icon-weather-wind-nw:before {
    content: "\e04e"
}

.icon-weather-wind-s:before {
    content: "\e04f"
}

.icon-weather-wind-se:before {
    content: "\e050"
}

.icon-weather-wind-sun:before {
    content: "\e051"
}

.icon-weather-wind-sw:before {
    content: "\e052"
}

.icon-weather-wind-w:before {
    content: "\e053"
}

.icon-weather-windgust:before {
    content: "\e054"
}

@charset "UTF-8";
/*!Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
Android-style icons originally built by Google’s
Material Design Icons: https://github.com/google/material-design-icons
used under CC BY http://creativecommons.org/licenses/by/4.0/
Modified icons to fit ionicon’s grid from original.*/
@font-face {
    font-family: ionicons;
    src: url(/wp-content/themes/stockholm/framework/modules/icons/ion-icons/fonts/ionicons.eot?v=2.0.0);
    src: url(/wp-content/themes/stockholm/framework/modules/icons/ion-icons/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(/wp-content/themes/stockholm/framework/modules/icons/ion-icons/fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(/wp-content/themes/stockholm/framework/modules/icons/ion-icons/fonts/ionicons.woff?v=2.0.0) format("woff"), url(/wp-content/themes/stockholm/framework/modules/icons/ion-icons/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
    font-weight: 400;
    font-style:normal
}

.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
    display: inline-block;
    font-family: ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.ion-alert:before {
    content: "\f101"
}

.ion-alert-circled:before {
    content: "\f100"
}

.ion-android-add:before {
    content: "\f2c7"
}

.ion-android-add-circle:before {
    content: "\f359"
}

.ion-android-alarm-clock:before {
    content: "\f35a"
}

.ion-android-alert:before {
    content: "\f35b"
}

.ion-android-apps:before {
    content: "\f35c"
}

.ion-android-archive:before {
    content: "\f2c9"
}

.ion-android-arrow-back:before {
    content: "\f2ca"
}

.ion-android-arrow-down:before {
    content: "\f35d"
}

.ion-android-arrow-dropdown:before {
    content: "\f35f"
}

.ion-android-arrow-dropdown-circle:before {
    content: "\f35e"
}

.ion-android-arrow-dropleft:before {
    content: "\f361"
}

.ion-android-arrow-dropleft-circle:before {
    content: "\f360"
}

.ion-android-arrow-dropright:before {
    content: "\f363"
}

.ion-android-arrow-dropright-circle:before {
    content: "\f362"
}

.ion-android-arrow-dropup:before {
    content: "\f365"
}

.ion-android-arrow-dropup-circle:before {
    content: "\f364"
}

.ion-android-arrow-forward:before {
    content: "\f30f"
}

.ion-android-arrow-up:before {
    content: "\f366"
}

.ion-android-attach:before {
    content: "\f367"
}

.ion-android-bar:before {
    content: "\f368"
}

.ion-android-bicycle:before {
    content: "\f369"
}

.ion-android-boat:before {
    content: "\f36a"
}

.ion-android-bookmark:before {
    content: "\f36b"
}

.ion-android-bulb:before {
    content: "\f36c"
}

.ion-android-bus:before {
    content: "\f36d"
}

.ion-android-calendar:before {
    content: "\f2d1"
}

.ion-android-call:before {
    content: "\f2d2"
}

.ion-android-camera:before {
    content: "\f2d3"
}

.ion-android-cancel:before {
    content: "\f36e"
}

.ion-android-car:before {
    content: "\f36f"
}

.ion-android-cart:before {
    content: "\f370"
}

.ion-android-chat:before {
    content: "\f2d4"
}

.ion-android-checkbox:before {
    content: "\f374"
}

.ion-android-checkbox-blank:before {
    content: "\f371"
}

.ion-android-checkbox-outline:before {
    content: "\f373"
}

.ion-android-checkbox-outline-blank:before {
    content: "\f372"
}

.ion-android-checkmark-circle:before {
    content: "\f375"
}

.ion-android-clipboard:before {
    content: "\f376"
}

.ion-android-close:before {
    content: "\f2d7"
}

.ion-android-cloud:before {
    content: "\f37a"
}

.ion-android-cloud-circle:before {
    content: "\f377"
}

.ion-android-cloud-done:before {
    content: "\f378"
}

.ion-android-cloud-outline:before {
    content: "\f379"
}

.ion-android-color-palette:before {
    content: "\f37b"
}

.ion-android-compass:before {
    content: "\f37c"
}

.ion-android-contact:before {
    content: "\f2d8"
}

.ion-android-contacts:before {
    content: "\f2d9"
}

.ion-android-contract:before {
    content: "\f37d"
}

.ion-android-create:before {
    content: "\f37e"
}

.ion-android-delete:before {
    content: "\f37f"
}

.ion-android-desktop:before {
    content: "\f380"
}

.ion-android-document:before {
    content: "\f381"
}

.ion-android-done:before {
    content: "\f383"
}

.ion-android-done-all:before {
    content: "\f382"
}

.ion-android-download:before {
    content: "\f2dd"
}

.ion-android-drafts:before {
    content: "\f384"
}

.ion-android-exit:before {
    content: "\f385"
}

.ion-android-expand:before {
    content: "\f386"
}

.ion-android-favorite:before {
    content: "\f388"
}

.ion-android-favorite-outline:before {
    content: "\f387"
}

.ion-android-film:before {
    content: "\f389"
}

.ion-android-folder:before {
    content: "\f2e0"
}

.ion-android-folder-open:before {
    content: "\f38a"
}

.ion-android-funnel:before {
    content: "\f38b"
}

.ion-android-globe:before {
    content: "\f38c"
}

.ion-android-hand:before {
    content: "\f2e3"
}

.ion-android-hangout:before {
    content: "\f38d"
}

.ion-android-happy:before {
    content: "\f38e"
}

.ion-android-home:before {
    content: "\f38f"
}

.ion-android-image:before {
    content: "\f2e4"
}

.ion-android-laptop:before {
    content: "\f390"
}

.ion-android-list:before {
    content: "\f391"
}

.ion-android-locate:before {
    content: "\f2e9"
}

.ion-android-lock:before {
    content: "\f392"
}

.ion-android-mail:before {
    content: "\f2eb"
}

.ion-android-map:before {
    content: "\f393"
}

.ion-android-menu:before {
    content: "\f394"
}

.ion-android-microphone:before {
    content: "\f2ec"
}

.ion-android-microphone-off:before {
    content: "\f395"
}

.ion-android-more-horizontal:before {
    content: "\f396"
}

.ion-android-more-vertical:before {
    content: "\f397"
}

.ion-android-navigate:before {
    content: "\f398"
}

.ion-android-notifications:before {
    content: "\f39b"
}

.ion-android-notifications-none:before {
    content: "\f399"
}

.ion-android-notifications-off:before {
    content: "\f39a"
}

.ion-android-open:before {
    content: "\f39c"
}

.ion-android-options:before {
    content: "\f39d"
}

.ion-android-people:before {
    content: "\f39e"
}

.ion-android-person:before {
    content: "\f3a0"
}

.ion-android-person-add:before {
    content: "\f39f"
}

.ion-android-phone-landscape:before {
    content: "\f3a1"
}

.ion-android-phone-portrait:before {
    content: "\f3a2"
}

.ion-android-pin:before {
    content: "\f3a3"
}

.ion-android-plane:before {
    content: "\f3a4"
}

.ion-android-playstore:before {
    content: "\f2f0"
}

.ion-android-print:before {
    content: "\f3a5"
}

.ion-android-radio-button-off:before {
    content: "\f3a6"
}

.ion-android-radio-button-on:before {
    content: "\f3a7"
}

.ion-android-refresh:before {
    content: "\f3a8"
}

.ion-android-remove:before {
    content: "\f2f4"
}

.ion-android-remove-circle:before {
    content: "\f3a9"
}

.ion-android-restaurant:before {
    content: "\f3aa"
}

.ion-android-sad:before {
    content: "\f3ab"
}

.ion-android-search:before {
    content: "\f2f5"
}

.ion-android-send:before {
    content: "\f2f6"
}

.ion-android-settings:before {
    content: "\f2f7"
}

.ion-android-share:before {
    content: "\f2f8"
}

.ion-android-share-alt:before {
    content: "\f3ac"
}

.ion-android-star:before {
    content: "\f2fc"
}

.ion-android-star-half:before {
    content: "\f3ad"
}

.ion-android-star-outline:before {
    content: "\f3ae"
}

.ion-android-stopwatch:before {
    content: "\f2fd"
}

.ion-android-subway:before {
    content: "\f3af"
}

.ion-android-sunny:before {
    content: "\f3b0"
}

.ion-android-sync:before {
    content: "\f3b1"
}

.ion-android-textsms:before {
    content: "\f3b2"
}

.ion-android-time:before {
    content: "\f3b3"
}

.ion-android-train:before {
    content: "\f3b4"
}

.ion-android-unlock:before {
    content: "\f3b5"
}

.ion-android-upload:before {
    content: "\f3b6"
}

.ion-android-volume-down:before {
    content: "\f3b7"
}

.ion-android-volume-mute:before {
    content: "\f3b8"
}

.ion-android-volume-off:before {
    content: "\f3b9"
}

.ion-android-volume-up:before {
    content: "\f3ba"
}

.ion-android-walk:before {
    content: "\f3bb"
}

.ion-android-warning:before {
    content: "\f3bc"
}

.ion-android-watch:before {
    content: "\f3bd"
}

.ion-android-wifi:before {
    content: "\f305"
}

.ion-aperture:before {
    content: "\f313"
}

.ion-archive:before {
    content: "\f102"
}

.ion-arrow-down-a:before {
    content: "\f103"
}

.ion-arrow-down-b:before {
    content: "\f104"
}

.ion-arrow-down-c:before {
    content: "\f105"
}

.ion-arrow-expand:before {
    content: "\f25e"
}

.ion-arrow-graph-down-left:before {
    content: "\f25f"
}

.ion-arrow-graph-down-right:before {
    content: "\f260"
}

.ion-arrow-graph-up-left:before {
    content: "\f261"
}

.ion-arrow-graph-up-right:before {
    content: "\f262"
}

.ion-arrow-left-a:before {
    content: "\f106"
}

.ion-arrow-left-b:before {
    content: "\f107"
}

.ion-arrow-left-c:before {
    content: "\f108"
}

.ion-arrow-move:before {
    content: "\f263"
}

.ion-arrow-resize:before {
    content: "\f264"
}

.ion-arrow-return-left:before {
    content: "\f265"
}

.ion-arrow-return-right:before {
    content: "\f266"
}

.ion-arrow-right-a:before {
    content: "\f109"
}

.ion-arrow-right-b:before {
    content: "\f10a"
}

.ion-arrow-right-c:before {
    content: "\f10b"
}

.ion-arrow-shrink:before {
    content: "\f267"
}

.ion-arrow-swap:before {
    content: "\f268"
}

.ion-arrow-up-a:before {
    content: "\f10c"
}

.ion-arrow-up-b:before {
    content: "\f10d"
}

.ion-arrow-up-c:before {
    content: "\f10e"
}

.ion-asterisk:before {
    content: "\f314"
}

.ion-at:before {
    content: "\f10f"
}

.ion-backspace:before {
    content: "\f3bf"
}

.ion-backspace-outline:before {
    content: "\f3be"
}

.ion-bag:before {
    content: "\f110"
}

.ion-battery-charging:before {
    content: "\f111"
}

.ion-battery-empty:before {
    content: "\f112"
}

.ion-battery-full:before {
    content: "\f113"
}

.ion-battery-half:before {
    content: "\f114"
}

.ion-battery-low:before {
    content: "\f115"
}

.ion-beaker:before {
    content: "\f269"
}

.ion-beer:before {
    content: "\f26a"
}

.ion-bluetooth:before {
    content: "\f116"
}

.ion-bonfire:before {
    content: "\f315"
}

.ion-bookmark:before {
    content: "\f26b"
}

.ion-bowtie:before {
    content: "\f3c0"
}

.ion-briefcase:before {
    content: "\f26c"
}

.ion-bug:before {
    content: "\f2be"
}

.ion-calculator:before {
    content: "\f26d"
}

.ion-calendar:before {
    content: "\f117"
}

.ion-camera:before {
    content: "\f118"
}

.ion-card:before {
    content: "\f119"
}

.ion-cash:before {
    content: "\f316"
}

.ion-chatbox:before {
    content: "\f11b"
}

.ion-chatbox-working:before {
    content: "\f11a"
}

.ion-chatboxes:before {
    content: "\f11c"
}

.ion-chatbubble:before {
    content: "\f11e"
}

.ion-chatbubble-working:before {
    content: "\f11d"
}

.ion-chatbubbles:before {
    content: "\f11f"
}

.ion-checkmark:before {
    content: "\f122"
}

.ion-checkmark-circled:before {
    content: "\f120"
}

.ion-checkmark-round:before {
    content: "\f121"
}

.ion-chevron-down:before {
    content: "\f123"
}

.ion-chevron-left:before {
    content: "\f124"
}

.ion-chevron-right:before {
    content: "\f125"
}

.ion-chevron-up:before {
    content: "\f126"
}

.ion-clipboard:before {
    content: "\f127"
}

.ion-clock:before {
    content: "\f26e"
}

.ion-close:before {
    content: "\f12a"
}

.ion-close-circled:before {
    content: "\f128"
}

.ion-close-round:before {
    content: "\f129"
}

.ion-closed-captioning:before {
    content: "\f317"
}

.ion-cloud:before {
    content: "\f12b"
}

.ion-code:before {
    content: "\f271"
}

.ion-code-download:before {
    content: "\f26f"
}

.ion-code-working:before {
    content: "\f270"
}

.ion-coffee:before {
    content: "\f272"
}

.ion-compass:before {
    content: "\f273"
}

.ion-compose:before {
    content: "\f12c"
}

.ion-connection-bars:before {
    content: "\f274"
}

.ion-contrast:before {
    content: "\f275"
}

.ion-crop:before {
    content: "\f3c1"
}

.ion-cube:before {
    content: "\f318"
}

.ion-disc:before {
    content: "\f12d"
}

.ion-document:before {
    content: "\f12f"
}

.ion-document-text:before {
    content: "\f12e"
}

.ion-drag:before {
    content: "\f130"
}

.ion-earth:before {
    content: "\f276"
}

.ion-easel:before {
    content: "\f3c2"
}

.ion-edit:before {
    content: "\f2bf"
}

.ion-egg:before {
    content: "\f277"
}

.ion-eject:before {
    content: "\f131"
}

.ion-email:before {
    content: "\f132"
}

.ion-email-unread:before {
    content: "\f3c3"
}

.ion-erlenmeyer-flask:before {
    content: "\f3c5"
}

.ion-erlenmeyer-flask-bubbles:before {
    content: "\f3c4"
}

.ion-eye:before {
    content: "\f133"
}

.ion-eye-disabled:before {
    content: "\f306"
}

.ion-female:before {
    content: "\f278"
}

.ion-filing:before {
    content: "\f134"
}

.ion-film-marker:before {
    content: "\f135"
}

.ion-fireball:before {
    content: "\f319"
}

.ion-flag:before {
    content: "\f279"
}

.ion-flame:before {
    content: "\f31a"
}

.ion-flash:before {
    content: "\f137"
}

.ion-flash-off:before {
    content: "\f136"
}

.ion-folder:before {
    content: "\f139"
}

.ion-fork:before {
    content: "\f27a"
}

.ion-fork-repo:before {
    content: "\f2c0"
}

.ion-forward:before {
    content: "\f13a"
}

.ion-funnel:before {
    content: "\f31b"
}

.ion-gear-a:before {
    content: "\f13d"
}

.ion-gear-b:before {
    content: "\f13e"
}

.ion-grid:before {
    content: "\f13f"
}

.ion-hammer:before {
    content: "\f27b"
}

.ion-happy:before {
    content: "\f31c"
}

.ion-happy-outline:before {
    content: "\f3c6"
}

.ion-headphone:before {
    content: "\f140"
}

.ion-heart:before {
    content: "\f141"
}

.ion-heart-broken:before {
    content: "\f31d"
}

.ion-help:before {
    content: "\f143"
}

.ion-help-buoy:before {
    content: "\f27c"
}

.ion-help-circled:before {
    content: "\f142"
}

.ion-home:before {
    content: "\f144"
}

.ion-icecream:before {
    content: "\f27d"
}

.ion-image:before {
    content: "\f147"
}

.ion-images:before {
    content: "\f148"
}

.ion-information:before {
    content: "\f14a"
}

.ion-information-circled:before {
    content: "\f149"
}

.ion-ionic:before {
    content: "\f14b"
}

.ion-ios-alarm:before {
    content: "\f3c8"
}

.ion-ios-alarm-outline:before {
    content: "\f3c7"
}

.ion-ios-albums:before {
    content: "\f3ca"
}

.ion-ios-albums-outline:before {
    content: "\f3c9"
}

.ion-ios-americanfootball:before {
    content: "\f3cc"
}

.ion-ios-americanfootball-outline:before {
    content: "\f3cb"
}

.ion-ios-analytics:before {
    content: "\f3ce"
}

.ion-ios-analytics-outline:before {
    content: "\f3cd"
}

.ion-ios-arrow-back:before {
    content: "\f3cf"
}

.ion-ios-arrow-down:before {
    content: "\f3d0"
}

.ion-ios-arrow-forward:before {
    content: "\f3d1"
}

.ion-ios-arrow-left:before {
    content: "\f3d2"
}

.ion-ios-arrow-right:before {
    content: "\f3d3"
}

.ion-ios-arrow-thin-down:before {
    content: "\f3d4"
}

.ion-ios-arrow-thin-left:before {
    content: "\f3d5"
}

.ion-ios-arrow-thin-right:before {
    content: "\f3d6"
}

.ion-ios-arrow-thin-up:before {
    content: "\f3d7"
}

.ion-ios-arrow-up:before {
    content: "\f3d8"
}

.ion-ios-at:before {
    content: "\f3da"
}

.ion-ios-at-outline:before {
    content: "\f3d9"
}

.ion-ios-barcode:before {
    content: "\f3dc"
}

.ion-ios-barcode-outline:before {
    content: "\f3db"
}

.ion-ios-baseball:before {
    content: "\f3de"
}

.ion-ios-baseball-outline:before {
    content: "\f3dd"
}

.ion-ios-basketball:before {
    content: "\f3e0"
}

.ion-ios-basketball-outline:before {
    content: "\f3df"
}

.ion-ios-bell:before {
    content: "\f3e2"
}

.ion-ios-bell-outline:before {
    content: "\f3e1"
}

.ion-ios-body:before {
    content: "\f3e4"
}

.ion-ios-body-outline:before {
    content: "\f3e3"
}

.ion-ios-bolt:before {
    content: "\f3e6"
}

.ion-ios-bolt-outline:before {
    content: "\f3e5"
}

.ion-ios-book:before {
    content: "\f3e8"
}

.ion-ios-book-outline:before {
    content: "\f3e7"
}

.ion-ios-bookmarks:before {
    content: "\f3ea"
}

.ion-ios-bookmarks-outline:before {
    content: "\f3e9"
}

.ion-ios-box:before {
    content: "\f3ec"
}

.ion-ios-box-outline:before {
    content: "\f3eb"
}

.ion-ios-briefcase:before {
    content: "\f3ee"
}

.ion-ios-briefcase-outline:before {
    content: "\f3ed"
}

.ion-ios-browsers:before {
    content: "\f3f0"
}

.ion-ios-browsers-outline:before {
    content: "\f3ef"
}

.ion-ios-calculator:before {
    content: "\f3f2"
}

.ion-ios-calculator-outline:before {
    content: "\f3f1"
}

.ion-ios-calendar:before {
    content: "\f3f4"
}

.ion-ios-calendar-outline:before {
    content: "\f3f3"
}

.ion-ios-camera:before {
    content: "\f3f6"
}

.ion-ios-camera-outline:before {
    content: "\f3f5"
}

.ion-ios-cart:before {
    content: "\f3f8"
}

.ion-ios-cart-outline:before {
    content: "\f3f7"
}

.ion-ios-chatboxes:before {
    content: "\f3fa"
}

.ion-ios-chatboxes-outline:before {
    content: "\f3f9"
}

.ion-ios-chatbubble:before {
    content: "\f3fc"
}

.ion-ios-chatbubble-outline:before {
    content: "\f3fb"
}

.ion-ios-checkmark:before {
    content: "\f3ff"
}

.ion-ios-checkmark-empty:before {
    content: "\f3fd"
}

.ion-ios-checkmark-outline:before {
    content: "\f3fe"
}

.ion-ios-circle-filled:before {
    content: "\f400"
}

.ion-ios-circle-outline:before {
    content: "\f401"
}

.ion-ios-clock:before {
    content: "\f403"
}

.ion-ios-clock-outline:before {
    content: "\f402"
}

.ion-ios-close:before {
    content: "\f406"
}

.ion-ios-close-empty:before {
    content: "\f404"
}

.ion-ios-close-outline:before {
    content: "\f405"
}

.ion-ios-cloud:before {
    content: "\f40c"
}

.ion-ios-cloud-download:before {
    content: "\f408"
}

.ion-ios-cloud-download-outline:before {
    content: "\f407"
}

.ion-ios-cloud-outline:before {
    content: "\f409"
}

.ion-ios-cloud-upload:before {
    content: "\f40b"
}

.ion-ios-cloud-upload-outline:before {
    content: "\f40a"
}

.ion-ios-cloudy:before {
    content: "\f410"
}

.ion-ios-cloudy-night:before {
    content: "\f40e"
}

.ion-ios-cloudy-night-outline:before {
    content: "\f40d"
}

.ion-ios-cloudy-outline:before {
    content: "\f40f"
}

.ion-ios-cog:before {
    content: "\f412"
}

.ion-ios-cog-outline:before {
    content: "\f411"
}

.ion-ios-color-filter:before {
    content: "\f414"
}

.ion-ios-color-filter-outline:before {
    content: "\f413"
}

.ion-ios-color-wand:before {
    content: "\f416"
}

.ion-ios-color-wand-outline:before {
    content: "\f415"
}

.ion-ios-compose:before {
    content: "\f418"
}

.ion-ios-compose-outline:before {
    content: "\f417"
}

.ion-ios-contact:before {
    content: "\f41a"
}

.ion-ios-contact-outline:before {
    content: "\f419"
}

.ion-ios-copy:before {
    content: "\f41c"
}

.ion-ios-copy-outline:before {
    content: "\f41b"
}

.ion-ios-crop:before {
    content: "\f41e"
}

.ion-ios-crop-strong:before {
    content: "\f41d"
}

.ion-ios-download:before {
    content: "\f420"
}

.ion-ios-download-outline:before {
    content: "\f41f"
}

.ion-ios-drag:before {
    content: "\f421"
}

.ion-ios-email:before {
    content: "\f423"
}

.ion-ios-email-outline:before {
    content: "\f422"
}

.ion-ios-eye:before {
    content: "\f425"
}

.ion-ios-eye-outline:before {
    content: "\f424"
}

.ion-ios-fastforward:before {
    content: "\f427"
}

.ion-ios-fastforward-outline:before {
    content: "\f426"
}

.ion-ios-filing:before {
    content: "\f429"
}

.ion-ios-filing-outline:before {
    content: "\f428"
}

.ion-ios-film:before {
    content: "\f42b"
}

.ion-ios-film-outline:before {
    content: "\f42a"
}

.ion-ios-flag:before {
    content: "\f42d"
}

.ion-ios-flag-outline:before {
    content: "\f42c"
}

.ion-ios-flame:before {
    content: "\f42f"
}

.ion-ios-flame-outline:before {
    content: "\f42e"
}

.ion-ios-flask:before {
    content: "\f431"
}

.ion-ios-flask-outline:before {
    content: "\f430"
}

.ion-ios-flower:before {
    content: "\f433"
}

.ion-ios-flower-outline:before {
    content: "\f432"
}

.ion-ios-folder:before {
    content: "\f435"
}

.ion-ios-folder-outline:before {
    content: "\f434"
}

.ion-ios-football:before {
    content: "\f437"
}

.ion-ios-football-outline:before {
    content: "\f436"
}

.ion-ios-game-controller-a:before {
    content: "\f439"
}

.ion-ios-game-controller-a-outline:before {
    content: "\f438"
}

.ion-ios-game-controller-b:before {
    content: "\f43b"
}

.ion-ios-game-controller-b-outline:before {
    content: "\f43a"
}

.ion-ios-gear:before {
    content: "\f43d"
}

.ion-ios-gear-outline:before {
    content: "\f43c"
}

.ion-ios-glasses:before {
    content: "\f43f"
}

.ion-ios-glasses-outline:before {
    content: "\f43e"
}

.ion-ios-grid-view:before {
    content: "\f441"
}

.ion-ios-grid-view-outline:before {
    content: "\f440"
}

.ion-ios-heart:before {
    content: "\f443"
}

.ion-ios-heart-outline:before {
    content: "\f442"
}

.ion-ios-help:before {
    content: "\f446"
}

.ion-ios-help-empty:before {
    content: "\f444"
}

.ion-ios-help-outline:before {
    content: "\f445"
}

.ion-ios-home:before {
    content: "\f448"
}

.ion-ios-home-outline:before {
    content: "\f447"
}

.ion-ios-infinite:before {
    content: "\f44a"
}

.ion-ios-infinite-outline:before {
    content: "\f449"
}

.ion-ios-information:before {
    content: "\f44d"
}

.ion-ios-information-empty:before {
    content: "\f44b"
}

.ion-ios-information-outline:before {
    content: "\f44c"
}

.ion-ios-ionic-outline:before {
    content: "\f44e"
}

.ion-ios-keypad:before {
    content: "\f450"
}

.ion-ios-keypad-outline:before {
    content: "\f44f"
}

.ion-ios-lightbulb:before {
    content: "\f452"
}

.ion-ios-lightbulb-outline:before {
    content: "\f451"
}

.ion-ios-list:before {
    content: "\f454"
}

.ion-ios-list-outline:before {
    content: "\f453"
}

.ion-ios-location:before {
    content: "\f456"
}

.ion-ios-location-outline:before {
    content: "\f455"
}

.ion-ios-locked:before {
    content: "\f458"
}

.ion-ios-locked-outline:before {
    content: "\f457"
}

.ion-ios-loop:before {
    content: "\f45a"
}

.ion-ios-loop-strong:before {
    content: "\f459"
}

.ion-ios-medical:before {
    content: "\f45c"
}

.ion-ios-medical-outline:before {
    content: "\f45b"
}

.ion-ios-medkit:before {
    content: "\f45e"
}

.ion-ios-medkit-outline:before {
    content: "\f45d"
}

.ion-ios-mic:before {
    content: "\f461"
}

.ion-ios-mic-off:before {
    content: "\f45f"
}

.ion-ios-mic-outline:before {
    content: "\f460"
}

.ion-ios-minus:before {
    content: "\f464"
}

.ion-ios-minus-empty:before {
    content: "\f462"
}

.ion-ios-minus-outline:before {
    content: "\f463"
}

.ion-ios-monitor:before {
    content: "\f466"
}

.ion-ios-monitor-outline:before {
    content: "\f465"
}

.ion-ios-moon:before {
    content: "\f468"
}

.ion-ios-moon-outline:before {
    content: "\f467"
}

.ion-ios-more:before {
    content: "\f46a"
}

.ion-ios-more-outline:before {
    content: "\f469"
}

.ion-ios-musical-note:before {
    content: "\f46b"
}

.ion-ios-musical-notes:before {
    content: "\f46c"
}

.ion-ios-navigate:before {
    content: "\f46e"
}

.ion-ios-navigate-outline:before {
    content: "\f46d"
}

.ion-ios-nutrition:before {
    content: "\f470"
}

.ion-ios-nutrition-outline:before {
    content: "\f46f"
}

.ion-ios-paper:before {
    content: "\f472"
}

.ion-ios-paper-outline:before {
    content: "\f471"
}

.ion-ios-paperplane:before {
    content: "\f474"
}

.ion-ios-paperplane-outline:before {
    content: "\f473"
}

.ion-ios-partlysunny:before {
    content: "\f476"
}

.ion-ios-partlysunny-outline:before {
    content: "\f475"
}

.ion-ios-pause:before {
    content: "\f478"
}

.ion-ios-pause-outline:before {
    content: "\f477"
}

.ion-ios-paw:before {
    content: "\f47a"
}

.ion-ios-paw-outline:before {
    content: "\f479"
}

.ion-ios-people:before {
    content: "\f47c"
}

.ion-ios-people-outline:before {
    content: "\f47b"
}

.ion-ios-person:before {
    content: "\f47e"
}

.ion-ios-person-outline:before {
    content: "\f47d"
}

.ion-ios-personadd:before {
    content: "\f480"
}

.ion-ios-personadd-outline:before {
    content: "\f47f"
}

.ion-ios-photos:before {
    content: "\f482"
}

.ion-ios-photos-outline:before {
    content: "\f481"
}

.ion-ios-pie:before {
    content: "\f484"
}

.ion-ios-pie-outline:before {
    content: "\f483"
}

.ion-ios-pint:before {
    content: "\f486"
}

.ion-ios-pint-outline:before {
    content: "\f485"
}

.ion-ios-play:before {
    content: "\f488"
}

.ion-ios-play-outline:before {
    content: "\f487"
}

.ion-ios-plus:before {
    content: "\f48b"
}

.ion-ios-plus-empty:before {
    content: "\f489"
}

.ion-ios-plus-outline:before {
    content: "\f48a"
}

.ion-ios-pricetag:before {
    content: "\f48d"
}

.ion-ios-pricetag-outline:before {
    content: "\f48c"
}

.ion-ios-pricetags:before {
    content: "\f48f"
}

.ion-ios-pricetags-outline:before {
    content: "\f48e"
}

.ion-ios-printer:before {
    content: "\f491"
}

.ion-ios-printer-outline:before {
    content: "\f490"
}

.ion-ios-pulse:before {
    content: "\f493"
}

.ion-ios-pulse-strong:before {
    content: "\f492"
}

.ion-ios-rainy:before {
    content: "\f495"
}

.ion-ios-rainy-outline:before {
    content: "\f494"
}

.ion-ios-recording:before {
    content: "\f497"
}

.ion-ios-recording-outline:before {
    content: "\f496"
}

.ion-ios-redo:before {
    content: "\f499"
}

.ion-ios-redo-outline:before {
    content: "\f498"
}

.ion-ios-refresh:before {
    content: "\f49c"
}

.ion-ios-refresh-empty:before {
    content: "\f49a"
}

.ion-ios-refresh-outline:before {
    content: "\f49b"
}

.ion-ios-reload:before {
    content: "\f49d"
}

.ion-ios-reverse-camera:before {
    content: "\f49f"
}

.ion-ios-reverse-camera-outline:before {
    content: "\f49e"
}

.ion-ios-rewind:before {
    content: "\f4a1"
}

.ion-ios-rewind-outline:before {
    content: "\f4a0"
}

.ion-ios-rose:before {
    content: "\f4a3"
}

.ion-ios-rose-outline:before {
    content: "\f4a2"
}

.ion-ios-search:before {
    content: "\f4a5"
}

.ion-ios-search-strong:before {
    content: "\f4a4"
}

.ion-ios-settings:before {
    content: "\f4a7"
}

.ion-ios-settings-strong:before {
    content: "\f4a6"
}

.ion-ios-shuffle:before {
    content: "\f4a9"
}

.ion-ios-shuffle-strong:before {
    content: "\f4a8"
}

.ion-ios-skipbackward:before {
    content: "\f4ab"
}

.ion-ios-skipbackward-outline:before {
    content: "\f4aa"
}

.ion-ios-skipforward:before {
    content: "\f4ad"
}

.ion-ios-skipforward-outline:before {
    content: "\f4ac"
}

.ion-ios-snowy:before {
    content: "\f4ae"
}

.ion-ios-speedometer:before {
    content: "\f4b0"
}

.ion-ios-speedometer-outline:before {
    content: "\f4af"
}

.ion-ios-star:before {
    content: "\f4b3"
}

.ion-ios-star-half:before {
    content: "\f4b1"
}

.ion-ios-star-outline:before {
    content: "\f4b2"
}

.ion-ios-stopwatch:before {
    content: "\f4b5"
}

.ion-ios-stopwatch-outline:before {
    content: "\f4b4"
}

.ion-ios-sunny:before {
    content: "\f4b7"
}

.ion-ios-sunny-outline:before {
    content: "\f4b6"
}

.ion-ios-telephone:before {
    content: "\f4b9"
}

.ion-ios-telephone-outline:before {
    content: "\f4b8"
}

.ion-ios-tennisball:before {
    content: "\f4bb"
}

.ion-ios-tennisball-outline:before {
    content: "\f4ba"
}

.ion-ios-thunderstorm:before {
    content: "\f4bd"
}

.ion-ios-thunderstorm-outline:before {
    content: "\f4bc"
}

.ion-ios-time:before {
    content: "\f4bf"
}

.ion-ios-time-outline:before {
    content: "\f4be"
}

.ion-ios-timer:before {
    content: "\f4c1"
}

.ion-ios-timer-outline:before {
    content: "\f4c0"
}

.ion-ios-toggle:before {
    content: "\f4c3"
}

.ion-ios-toggle-outline:before {
    content: "\f4c2"
}

.ion-ios-trash:before {
    content: "\f4c5"
}

.ion-ios-trash-outline:before {
    content: "\f4c4"
}

.ion-ios-undo:before {
    content: "\f4c7"
}

.ion-ios-undo-outline:before {
    content: "\f4c6"
}

.ion-ios-unlocked:before {
    content: "\f4c9"
}

.ion-ios-unlocked-outline:before {
    content: "\f4c8"
}

.ion-ios-upload:before {
    content: "\f4cb"
}

.ion-ios-upload-outline:before {
    content: "\f4ca"
}

.ion-ios-videocam:before {
    content: "\f4cd"
}

.ion-ios-videocam-outline:before {
    content: "\f4cc"
}

.ion-ios-volume-high:before {
    content: "\f4ce"
}

.ion-ios-volume-low:before {
    content: "\f4cf"
}

.ion-ios-wineglass:before {
    content: "\f4d1"
}

.ion-ios-wineglass-outline:before {
    content: "\f4d0"
}

.ion-ios-world:before {
    content: "\f4d3"
}

.ion-ios-world-outline:before {
    content: "\f4d2"
}

.ion-ipad:before {
    content: "\f1f9"
}

.ion-iphone:before {
    content: "\f1fa"
}

.ion-ipod:before {
    content: "\f1fb"
}

.ion-jet:before {
    content: "\f295"
}

.ion-key:before {
    content: "\f296"
}

.ion-knife:before {
    content: "\f297"
}

.ion-laptop:before {
    content: "\f1fc"
}

.ion-leaf:before {
    content: "\f1fd"
}

.ion-levels:before {
    content: "\f298"
}

.ion-lightbulb:before {
    content: "\f299"
}

.ion-link:before {
    content: "\f1fe"
}

.ion-load-a:before {
    content: "\f29a"
}

.ion-load-b:before {
    content: "\f29b"
}

.ion-load-c:before {
    content: "\f29c"
}

.ion-load-d:before {
    content: "\f29d"
}

.ion-location:before {
    content: "\f1ff"
}

.ion-lock-combination:before {
    content: "\f4d4"
}

.ion-locked:before {
    content: "\f200"
}

.ion-log-in:before {
    content: "\f29e"
}

.ion-log-out:before {
    content: "\f29f"
}

.ion-loop:before {
    content: "\f201"
}

.ion-magnet:before {
    content: "\f2a0"
}

.ion-male:before {
    content: "\f2a1"
}

.ion-man:before {
    content: "\f202"
}

.ion-map:before {
    content: "\f203"
}

.ion-medkit:before {
    content: "\f2a2"
}

.ion-merge:before {
    content: "\f33f"
}

.ion-mic-a:before {
    content: "\f204"
}

.ion-mic-b:before {
    content: "\f205"
}

.ion-mic-c:before {
    content: "\f206"
}

.ion-minus:before {
    content: "\f209"
}

.ion-minus-circled:before {
    content: "\f207"
}

.ion-minus-round:before {
    content: "\f208"
}

.ion-model-s:before {
    content: "\f2c1"
}

.ion-monitor:before {
    content: "\f20a"
}

.ion-more:before {
    content: "\f20b"
}

.ion-mouse:before {
    content: "\f340"
}

.ion-music-note:before {
    content: "\f20c"
}

.ion-navicon:before {
    content: "\f20e"
}

.ion-navicon-round:before {
    content: "\f20d"
}

.ion-navigate:before {
    content: "\f2a3"
}

.ion-network:before {
    content: "\f341"
}

.ion-no-smoking:before {
    content: "\f2c2"
}

.ion-nuclear:before {
    content: "\f2a4"
}

.ion-outlet:before {
    content: "\f342"
}

.ion-paintbrush:before {
    content: "\f4d5"
}

.ion-paintbucket:before {
    content: "\f4d6"
}

.ion-paper-airplane:before {
    content: "\f2c3"
}

.ion-paperclip:before {
    content: "\f20f"
}

.ion-pause:before {
    content: "\f210"
}

.ion-person:before {
    content: "\f213"
}

.ion-person-add:before {
    content: "\f211"
}

.ion-person-stalker:before {
    content: "\f212"
}

.ion-pie-graph:before {
    content: "\f2a5"
}

.ion-pin:before {
    content: "\f2a6"
}

.ion-pinpoint:before {
    content: "\f2a7"
}

.ion-pizza:before {
    content: "\f2a8"
}

.ion-plane:before {
    content: "\f214"
}

.ion-planet:before {
    content: "\f343"
}

.ion-play:before {
    content: "\f215"
}

.ion-playstation:before {
    content: "\f30a"
}

.ion-plus:before {
    content: "\f218"
}

.ion-plus-circled:before {
    content: "\f216"
}

.ion-plus-round:before {
    content: "\f217"
}

.ion-podium:before {
    content: "\f344"
}

.ion-pound:before {
    content: "\f219"
}

.ion-power:before {
    content: "\f2a9"
}

.ion-pricetag:before {
    content: "\f2aa"
}

.ion-pricetags:before {
    content: "\f2ab"
}

.ion-printer:before {
    content: "\f21a"
}

.ion-pull-request:before {
    content: "\f345"
}

.ion-qr-scanner:before {
    content: "\f346"
}

.ion-quote:before {
    content: "\f347"
}

.ion-radio-waves:before {
    content: "\f2ac"
}

.ion-record:before {
    content: "\f21b"
}

.ion-refresh:before {
    content: "\f21c"
}

.ion-reply:before {
    content: "\f21e"
}

.ion-reply-all:before {
    content: "\f21d"
}

.ion-ribbon-a:before {
    content: "\f348"
}

.ion-ribbon-b:before {
    content: "\f349"
}

.ion-sad:before {
    content: "\f34a"
}

.ion-sad-outline:before {
    content: "\f4d7"
}

.ion-scissors:before {
    content: "\f34b"
}

.ion-search:before {
    content: "\f21f"
}

.ion-settings:before {
    content: "\f2ad"
}

.ion-share:before {
    content: "\f220"
}

.ion-shuffle:before {
    content: "\f221"
}

.ion-skip-backward:before {
    content: "\f222"
}

.ion-skip-forward:before {
    content: "\f223"
}

.ion-social-android:before {
    content: "\f225"
}

.ion-social-android-outline:before {
    content: "\f224"
}

.ion-social-angular:before {
    content: "\f4d9"
}

.ion-social-angular-outline:before {
    content: "\f4d8"
}

.ion-social-apple:before {
    content: "\f227"
}

.ion-social-apple-outline:before {
    content: "\f226"
}

.ion-social-bitcoin:before {
    content: "\f2af"
}

.ion-social-bitcoin-outline:before {
    content: "\f2ae"
}

.ion-social-buffer:before {
    content: "\f229"
}

.ion-social-buffer-outline:before {
    content: "\f228"
}

.ion-social-chrome:before {
    content: "\f4db"
}

.ion-social-chrome-outline:before {
    content: "\f4da"
}

.ion-social-codepen:before {
    content: "\f4dd"
}

.ion-social-codepen-outline:before {
    content: "\f4dc"
}

.ion-social-css3:before {
    content: "\f4df"
}

.ion-social-css3-outline:before {
    content: "\f4de"
}

.ion-social-designernews:before {
    content: "\f22b"
}

.ion-social-designernews-outline:before {
    content: "\f22a"
}

.ion-social-dribbble:before {
    content: "\f22d"
}

.ion-social-dribbble-outline:before {
    content: "\f22c"
}

.ion-social-dropbox:before {
    content: "\f22f"
}

.ion-social-dropbox-outline:before {
    content: "\f22e"
}

.ion-social-euro:before {
    content: "\f4e1"
}

.ion-social-euro-outline:before {
    content: "\f4e0"
}

.ion-social-facebook:before {
    content: "\f231"
}

.ion-social-facebook-outline:before {
    content: "\f230"
}

.ion-social-foursquare:before {
    content: "\f34d"
}

.ion-social-foursquare-outline:before {
    content: "\f34c"
}

.ion-social-freebsd-devil:before {
    content: "\f2c4"
}

.ion-social-github:before {
    content: "\f233"
}

.ion-social-github-outline:before {
    content: "\f232"
}

.ion-social-google:before {
    content: "\f34f"
}

.ion-social-google-outline:before {
    content: "\f34e"
}

.ion-social-googleplus:before {
    content: "\f235"
}

.ion-social-googleplus-outline:before {
    content: "\f234"
}

.ion-social-hackernews:before {
    content: "\f237"
}

.ion-social-hackernews-outline:before {
    content: "\f236"
}

.ion-social-html5:before {
    content: "\f4e3"
}

.ion-social-html5-outline:before {
    content: "\f4e2"
}

.ion-social-instagram:before {
    content: "\f351"
}

.ion-social-instagram-outline:before {
    content: "\f350"
}

.ion-social-javascript:before {
    content: "\f4e5"
}

.ion-social-javascript-outline:before {
    content: "\f4e4"
}

.ion-social-linkedin:before {
    content: "\f239"
}

.ion-social-linkedin-outline:before {
    content: "\f238"
}

.ion-social-markdown:before {
    content: "\f4e6"
}

.ion-social-nodejs:before {
    content: "\f4e7"
}

.ion-social-octocat:before {
    content: "\f4e8"
}

.ion-social-pinterest:before {
    content: "\f2b1"
}

.ion-social-pinterest-outline:before {
    content: "\f2b0"
}

.ion-social-python:before {
    content: "\f4e9"
}

.ion-social-reddit:before {
    content: "\f23b"
}

.ion-social-reddit-outline:before {
    content: "\f23a"
}

.ion-social-rss:before {
    content: "\f23d"
}

.ion-social-rss-outline:before {
    content: "\f23c"
}

.ion-social-sass:before {
    content: "\f4ea"
}

.ion-social-skype:before {
    content: "\f23f"
}

.ion-social-skype-outline:before {
    content: "\f23e"
}

.ion-social-snapchat:before {
    content: "\f4ec"
}

.ion-social-snapchat-outline:before {
    content: "\f4eb"
}

.ion-social-tumblr:before {
    content: "\f241"
}

.ion-social-tumblr-outline:before {
    content: "\f240"
}

.ion-social-tux:before {
    content: "\f2c5"
}

.ion-social-twitch:before {
    content: "\f4ee"
}

.ion-social-twitch-outline:before {
    content: "\f4ed"
}

.ion-social-twitter:before {
    content: "\f243"
}

.ion-social-twitter-outline:before {
    content: "\f242"
}

.ion-social-usd:before {
    content: "\f353"
}

.ion-social-usd-outline:before {
    content: "\f352"
}

.ion-social-vimeo:before {
    content: "\f245"
}

.ion-social-vimeo-outline:before {
    content: "\f244"
}

.ion-social-whatsapp:before {
    content: "\f4f0"
}

.ion-social-whatsapp-outline:before {
    content: "\f4ef"
}

.ion-social-windows:before {
    content: "\f247"
}

.ion-social-windows-outline:before {
    content: "\f246"
}

.ion-social-wordpress:before {
    content: "\f249"
}

.ion-social-wordpress-outline:before {
    content: "\f248"
}

.ion-social-yahoo:before {
    content: "\f24b"
}

.ion-social-yahoo-outline:before {
    content: "\f24a"
}

.ion-social-yen:before {
    content: "\f4f2"
}

.ion-social-yen-outline:before {
    content: "\f4f1"
}

.ion-social-youtube:before {
    content: "\f24d"
}

.ion-social-youtube-outline:before {
    content: "\f24c"
}

.ion-soup-can:before {
    content: "\f4f4"
}

.ion-soup-can-outline:before {
    content: "\f4f3"
}

.ion-speakerphone:before {
    content: "\f2b2"
}

.ion-speedometer:before {
    content: "\f2b3"
}

.ion-spoon:before {
    content: "\f2b4"
}

.ion-star:before {
    content: "\f24e"
}

.ion-stats-bars:before {
    content: "\f2b5"
}

.ion-steam:before {
    content: "\f30b"
}

.ion-stop:before {
    content: "\f24f"
}

.ion-thermometer:before {
    content: "\f2b6"
}

.ion-thumbsdown:before {
    content: "\f250"
}

.ion-thumbsup:before {
    content: "\f251"
}

.ion-toggle:before {
    content: "\f355"
}

.ion-toggle-filled:before {
    content: "\f354"
}

.ion-transgender:before {
    content: "\f4f5"
}

.ion-trash-a:before {
    content: "\f252"
}

.ion-trash-b:before {
    content: "\f253"
}

.ion-trophy:before {
    content: "\f356"
}

.ion-tshirt:before {
    content: "\f4f7"
}

.ion-tshirt-outline:before {
    content: "\f4f6"
}

.ion-umbrella:before {
    content: "\f2b7"
}

.ion-university:before {
    content: "\f357"
}

.ion-unlocked:before {
    content: "\f254"
}

.ion-upload:before {
    content: "\f255"
}

.ion-usb:before {
    content: "\f2b8"
}

.ion-videocamera:before {
    content: "\f256"
}

.ion-volume-high:before {
    content: "\f257"
}

.ion-volume-low:before {
    content: "\f258"
}

.ion-volume-medium:before {
    content: "\f259"
}

.ion-volume-mute:before {
    content: "\f25a"
}

.ion-wand:before {
    content: "\f358"
}

.ion-waterdrop:before {
    content: "\f25b"
}

.ion-wifi:before {
    content: "\f25c"
}

.ion-wineglass:before {
    content: "\f2b9"
}

.ion-woman:before {
    content: "\f25d"
}

.ion-wrench:before {
    content: "\f2ba"
}

.ion-xbox:before {
    content: "\f30c"
}

@charset "UTF-8";
table td, table th {
    text-align:center
}

dt, h1 {
    font-weight:700
}

h1, h2 {
    text-transform:uppercase
}

.pagination ul li > a, .pagination ul li > span, a, p a {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    cursor: pointer;
    text-decoration:none
}

.gallery_holder ul li a img, img {
    image-rendering:optimizeQuality
}

.clear:after, .clearfix:after, .countdown-row, .drop_down .wide .second ul li:nth-child(4n + 1), .latest_post_holder.boxes > ul, .owl-carousel .owl-stage:after, .portfolio_slides:after, .projects_masonry_holder .portfolio_masonry_item:after, .projects_masonry_holder:after, .q_circles_holder, .qode-simple-blog-list .qode-sbl-post:nth-child(3n + 1), .qodef-grid-col-10:after, .qodef-grid-col-11:after, .qodef-grid-col-12:after, .qodef-grid-col-1:after, .qodef-grid-col-2:after, .qodef-grid-col-3:after, .qodef-grid-col-4:after, .qodef-grid-col-5:after, .qodef-grid-col-6:after, .qodef-grid-col-7:after, .qodef-grid-col-8:after, .qodef-grid-col-9:after, .qodef-grid-row:after, .slides:after {
    clear:both
}

.wrapper, sub, sup {
    position:relative
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline:0
}

a img, table {
    border:none
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display:block
}

blockquote:after, blockquote:before {
    content: '';
    content:none
}

.qodef-grid-col-10:after, .qodef-grid-col-10:before, .qodef-grid-col-11:after, .qodef-grid-col-11:before, .qodef-grid-col-12:after, .qodef-grid-col-12:before, .qodef-grid-col-1:after, .qodef-grid-col-1:before, .qodef-grid-col-2:after, .qodef-grid-col-2:before, .qodef-grid-col-3:after, .qodef-grid-col-3:before, .qodef-grid-col-4:after, .qodef-grid-col-4:before, .qodef-grid-col-5:after, .qodef-grid-col-5:before, .qodef-grid-col-6:after, .qodef-grid-col-6:before, .qodef-grid-col-7:after, .qodef-grid-col-7:before, .qodef-grid-col-8:after, .qodef-grid-col-8:before, .qodef-grid-col-9:after, .qodef-grid-col-9:before, .qodef-grid-row:after, .qodef-grid-row:before {
    content: " ";
    display:table
}

del {
    text-decoration:line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align:middle
}

table th {
    border: 0;
    padding:5px 7px
}

table td {
    padding:5px 10px
}

.wp-caption, img {
    max-width: 100%;
    height:auto
}

pre {
    max-width: 100%;
    margin: 15px 0;
    padding: 15px;
    background-color: #f6f6f6;
    white-space: pre-wrap;
    word-wrap:break-word
}

dt {
    margin-bottom: 10px;
    font-size:15px
}

dd {
    margin-bottom:15px
}

sub, sup {
    vertical-align: baseline;
    height: 0;
    line-height: 0;
    font-size:75%
}

sub {
    top:.5ex
}

sup {
    bottom:.5ex
}

.wp-caption-text {
    font-style: italic;
    margin:0
}

h1 {
    font-size: 64px;
    line-height: 1.3125em;
    letter-spacing:4px
}

h2 {
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-weight:800
}

h3 {
    font-family: crete round, sans-serif;
    font-size: 28px;
    line-height: 1.285714285714286em;
    font-style: italic;
    font-weight:400
}

h4, h5 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing:1px
}

h4 {
    font-size: 13px;
    line-height:1.538461538461538em
}

h5 {
    font-size: 18px;
    line-height:1.444444444444444em
}

h6 {
    font-family: crete round, sans-serif;
    font-size: 14px;
    line-height: 1.571428571428571em;
    font-style: italic;
    font-weight:400
}

h1, h1 a, h3, h3 a {
    color:#5d5d5d
}

h2, h2 a, h5, h5 a {
    color:#393939
}

h4, h4 a {
    color:#8b8b8b
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6, h6 a, h6 a:hover {
    color:#e6ae48
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform:inherit
}

a, p a {
    color: #e6ae48;
    transition:color .3s ease-in-out
}

.woocommerce input[type=button], .woocommerce-page input[type=button], input[type=submit] {
    -webkit-appearance:none
}

ul {
    list-style-position:inside
}

::selection {
    background: #e6ae48;
    color:#fff
}

::-moz-selection {
    background: #e6ae48;
    color:#fff
}

.content, .content .container, .wrapper, body {
    background-color:#f5f5f5
}

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

.clear:after {
    content: "";
    display:block
}

.alignleft {
    float: left;
    margin:0 20px 20px 0
}

.alignright {
    float: right;
    margin:0 0 20px 20px
}

.aligncenter {
    display: block;
    margin:10px auto
}

.ajax_loader, .meta {
    display:none
}

.header_top .aligncenter {
    margin:8px auto
}

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

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

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

.qode-content-aligment-right {
    text-align:right
}

.qode-content-aligment-left {
    text-align:left
}

.qode-content-aligment-center {
    text-align:center
}

html {
    height: 100%;
    margin: 0 !important;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    transition:all 1.3s ease-out
}

.carousel-inner, .wrapper {
    -moz-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -o-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -ms-transition:left .33s cubic-bezier(.694, .0482, .335, 1)
}

body {
    font-family: Raleway, sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #8d8d8d;
    font-weight: 400;
    overflow-y: scroll;
    overflow-x: hidden !important;
    -webkit-font-smoothing:antialiased
}

.content ol, .content ul ul {
    padding:0 0 0 15px
}

.wrapper {
    z-index: 1000;
    -webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    left:0
}

.container, .content, .content_bottom, .full_width {
    position: relative;
    z-index:100
}

.right_side_menu_opened .wrapper {
    left:-270px
}

.wrapper_inner {
    width: 100%;
    overflow:hidden
}

body.boxed .wrapper_inner {
    overflow:visible
}

body.boxed .content {
    overflow:hidden
}

.bypostauthor, .gallery-caption, .sticky, .wp-caption, .wp-caption-text {
    opacity:1
}

.content {
    margin-top:0
}

.content.content_top_margin {
    margin-top:90px !important
}

.content.content_top_margin_none {
    margin-top:0 !important
}

.container {
    padding: 0;
    width:100%
}

.container_inner, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .qode_elementor_container_inner {
    width: 1100px;
    margin:0 auto
}

.content_bottom .container {
    background-color:transparent !important
}

.content .container .container_inner.default_template_holder {
    padding-top:44px
}

.full_page_container_inner {
    padding:30px 0 0
}

.full_width {
    background-color:#f5f5f5
}

.ajax_loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index:1100
}

@media only screen and (min-width: 1000px) {
    body.vertical_menu_enabled .ajax_loader {
        margin-left:130px
    }
}

.ajax_loader_1 {
    position: relative;
    display: inline-block;
    width: 100%;
    height:100%
}

.ajax_loader_2 {
    margin:-50% 0 0 -50%
}

.ajax_loader .pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: #303030;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation:scaleout 1s infinite ease-in-out
}

.ajax_loader .double_pulse {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    position:relative
}

.ajax_loader .double_pulse .double-bounce1, .ajax_loader .double_pulse .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #303030;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation:bounce 2s infinite ease-in-out
}

.ajax_loader .double_pulse .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay:-1s
}

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

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

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

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

.ajax_loader .cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: #303030;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation:rotateplane 1.2s infinite ease-in-out
}

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

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

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

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

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

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

.ajax_loader .rotating_cubes {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    position:relative
}

.ajax_loader .rotating_cubes .cube1, .ajax_loader .rotating_cubes .cube2 {
    background-color: #303030;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation:cubemove 1.8s infinite ease-in-out
}

.ajax_loader .rotating_cubes .cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay:-.9s
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform:translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

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

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform:translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform:translateX(42px) translateY(42px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

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

.ajax_loader .stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center;
    font-size:10px
}

.ajax_loader .stripes > div {
    background-color: #303030;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin: 0 3px 0 0;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation:stretchdelay 1.2s infinite ease-in-out
}

.ajax_loader .stripes .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay:-1.1s
}

.ajax_loader .stripes .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay:-1s
}

.ajax_loader .stripes .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay:-.9s
}

.ajax_loader .stripes .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay:-.8s
}

@-webkit-keyframes stretchdelay {
    0%, 100%, 40% {
        -webkit-transform:scaleY(.4)
    }

    20% {
        -webkit-transform:scaleY(1)
    }
}

@keyframes stretchdelay {
    0%, 100%, 40% {
        transform: scaleY(.4);
        -webkit-transform:scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform:scaleY(1)
    }
}

.ajax_loader .wave {
    width: 72px;
    text-align: center;
    margin:-9px 0 0 -36px
}

.ajax_loader .wave > div {
    width: 18px;
    height: 18px;
    background-color: #303030;
    margin: 0 3px 0 0;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode:both
}

.ajax_loader .wave .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay:-.32s
}

.ajax_loader .wave .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay:-.16s
}

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

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

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

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

.ajax_loader .two_rotating_circles {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    position: relative;
    text-align: center;
    -webkit-animation: rotatecircles 2s infinite linear;
    animation:rotatecircles 2s infinite linear
}

.ajax_loader .two_rotating_circles .dot1, .ajax_loader .two_rotating_circles .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #303030;
    border-radius: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation:bounce 2s infinite ease-in-out
}

.ajax_loader .two_rotating_circles .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay:-1s
}

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

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

.ajax_loader .five_rotating_circles {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    position:relative
}

.ajax_loader .five_rotating_circles .container1 > div, .ajax_loader .five_rotating_circles .container2 > div, .ajax_loader .five_rotating_circles .container3 > div {
    width: 12px;
    height: 12px;
    background-color: #303030;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode:both
}

.ajax_loader .five_rotating_circles .spinner-container {
    position: absolute;
    width: 100%;
    height:100%
}

.ajax_loader .five_rotating_circles .container2 {
    -webkit-transform: rotateZ(45deg);
    transform:rotateZ(45deg)
}

.ajax_loader .five_rotating_circles .container3 {
    -webkit-transform: rotateZ(90deg);
    transform:rotateZ(90deg)
}

.ajax_loader .five_rotating_circles .circle1 {
    top: 0;
    left:0
}

.ajax_loader .five_rotating_circles .circle2 {
    top: 0;
    right:0
}

.ajax_loader .five_rotating_circles .circle3 {
    right: 0;
    bottom:0
}

.ajax_loader .five_rotating_circles .circle4 {
    left: 0;
    bottom:0
}

.ajax_loader .five_rotating_circles .container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay:-1.1s
}

.ajax_loader .five_rotating_circles .container3 .circle1 {
    -webkit-animation-delay: -1s;
    animation-delay:-1s
}

.ajax_loader .five_rotating_circles .container1 .circle2 {
    -webkit-animation-delay: -.9s;
    animation-delay:-.9s
}

.ajax_loader .five_rotating_circles .container2 .circle2 {
    -webkit-animation-delay: -.8s;
    animation-delay:-.8s
}

.ajax_loader .five_rotating_circles .container3 .circle2 {
    -webkit-animation-delay: -.7s;
    animation-delay:-.7s
}

.ajax_loader .five_rotating_circles .container1 .circle3 {
    -webkit-animation-delay: -.6s;
    animation-delay:-.6s
}

.ajax_loader .five_rotating_circles .container2 .circle3 {
    -webkit-animation-delay: -.5s;
    animation-delay:-.5s
}

.ajax_loader .five_rotating_circles .container3 .circle3 {
    -webkit-animation-delay: -.4s;
    animation-delay:-.4s
}

.ajax_loader .five_rotating_circles .container1 .circle4 {
    -webkit-animation-delay: -.3s;
    animation-delay:-.3s
}

.ajax_loader .five_rotating_circles .container2 .circle4 {
    -webkit-animation-delay: -.2s;
    animation-delay:-.2s
}

.ajax_loader .five_rotating_circles .container3 .circle4 {
    -webkit-animation-delay: -.1s;
    animation-delay:-.1s
}

@-webkit-keyframes pulsating_circle {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity:1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity:.7
    }

    100% {
        opacity:0
    }
}

@keyframes pulsating_circle {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity:1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity:.7
    }

    100% {
        opacity:0
    }
}

.ajax_loader .pulsating_circle {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #303030;
    -webkit-animation: pulsating_circle 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation:pulsating_circle 1s 0s infinite cubic-bezier(.21, .53, .56, .8)
}

@-webkit-keyframes ripples {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity:1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity:.7
    }

    100% {
        opacity:0
    }
}

@keyframes ripples {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity:1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity:.7
    }

    100% {
        opacity:0
    }
}

#back_to_top, #back_to_top.off {
    opacity: 0;
    filter:alpha(opacity=0)
}

.ajax_loader .ripples {
    position: relative;
    -webkit-transform: translateX(-25px) translateY(-25px);
    -ms-transform: translateX(-25px) translateY(-25px);
    transform:translateX(-25px) translateY(-25px)
}

.ajax_loader .ripples .ripples_circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #303030;
    -webkit-animation: ripples 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation:ripples 1.25s 0s infinite cubic-bezier(.21, .53, .56, .8)
}

.ajax_loader .ripples .ripples_circle1 {
    -webkit-animation-delay: 0s;
    animation-delay:0s
}

.ajax_loader .ripples .ripples_circle2 {
    -webkit-animation-delay: .2s;
    animation-delay:.2s
}

.ajax_loader .ripples .ripples_circle3 {
    -webkit-animation-delay: .4s;
    animation-delay:.4s
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform:rotate(0)
    }

    to {
        -webkit-transform:rotate(359deg)
    }
}

@keyframes spinner {
    from {
        transform:rotate(0)
    }

    to {
        transform:rotate(359deg)
    }
}

.ajax_loader .spinner {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    -webkit-animation: spinner 1.5s infinite linear;
    -moz-animation: spinner 1.5s infinite linear;
    -o-animation: spinner 1.5s infinite linear;
    animation: spinner 1.5s infinite linear;
    border: 1px solid #e4e4e4;
    border-radius:100%
}

.ajax_loader .spinner:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 100%;
    width: 100%;
    border-top: 1px solid #727272;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius:100%
}

.loading-center-absolute {
    height: 80px;
    width: 80px;
    margin-top: -40px;
    margin-left:-40px
}

.loading-center-absolute .object {
    width: 15px;
    height: 15px;
    background-color: #e6ae48;
    margin-right: 15px;
    float: left;
    margin-bottom:15px
}

.loading-center-absolute .object_one {
    -webkit-animation: animate 1s -.9s ease-in-out infinite;
    animation:animate 1s -.9s ease-in-out infinite
}

.loading-center-absolute .object_two {
    -webkit-animation: animate 1s -.8s ease-in-out infinite;
    animation:animate 1s -.8s ease-in-out infinite
}

.loading-center-absolute .object_three {
    -webkit-animation: animate 1s -.7s ease-in-out infinite;
    animation:animate 1s -.7s ease-in-out infinite
}

.loading-center-absolute .object_four {
    -webkit-animation: animate 1s -.6s ease-in-out infinite;
    animation:animate 1s -.6s ease-in-out infinite
}

.loading-center-absolute .object_five {
    -webkit-animation: animate 1s -.5s ease-in-out infinite;
    animation:animate 1s -.5s ease-in-out infinite
}

.loading-center-absolute .object_six {
    -webkit-animation: animate 1s -.4s ease-in-out infinite;
    animation:animate 1s -.4s ease-in-out infinite
}

.loading-center-absolute .object_seven {
    -webkit-animation: animate 1s -.3s ease-in-out infinite;
    animation:animate 1s -.3s ease-in-out infinite
}

.loading-center-absolute .object_eight {
    -webkit-animation: animate 1s -.2s ease-in-out infinite;
    animation:animate 1s -.2s ease-in-out infinite
}

.loading-center-absolute .object_nine {
    -webkit-animation: animate 1s -.1s ease-in-out infinite;
    animation:animate 1s -.1s ease-in-out infinite
}

.loading-center-absolute .object:nth-child(3n + 0) {
    margin-right:0
}

@-webkit-keyframes animate {
    50% {
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.3, 1.3);
        transform:scale(1.3, 1.3)
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform:scale(1, 1)
    }
}

@keyframes animate {
    50% {
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        transform:scale(1.3, 1.3)
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform:scale(1, 1)
    }
}

.indeterminate-holder .indeterminate-holder {
    width: 500px;
    margin:0 auto 0 -250px
}

.indeterminate-holder .indeterminate-progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #e8e6e6;
    overflow:hidden
}

.indeterminate-holder .indeterminate {
    background-color:#e6ae48
}

.indeterminate-holder .indeterminate:after, .indeterminate-holder .indeterminate:before {
    position: absolute;
    background-color: inherit;
    left: 0;
    bottom: 0;
    will-change: left, right;
    top: 0;
    content: ''
}

.indeterminate-holder .indeterminate:before {
    -webkit-animation: indeterminate 3s cubic-bezier(.65, .815, .735, .395) infinite;
    animation:indeterminate 3s cubic-bezier(.65, .815, .735, .395) infinite
}

.indeterminate-holder .indeterminate:after {
    -webkit-animation: indeterminate-short 3s cubic-bezier(.165, .84, .44, 1) infinite;
    animation: indeterminate-short 3s cubic-bezier(.165, .84, .44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay:1.15s
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right:100%
    }

    100%, 60% {
        left: 100%;
        right:-90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right:100%
    }

    100%, 60% {
        left: 100%;
        right:-90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right:100%
    }

    100%, 60% {
        left: 107%;
        right:-8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right:100%
    }

    100%, 60% {
        left: 107%;
        right:-8%
    }
}

body.boxed .footer_inner, body.boxed .wrapper_inner {
    width: 1150px;
    margin:0 auto
}

section.section {
    display: block;
    position: relative;
    padding: 50px 0;
    overflow:hidden
}

div.section {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover
}

div.section.pattern_background {
    background-position: 0 0;
    background-repeat: repeat;
    background-size:inherit
}

.use_row_as_box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius:4px
}

div.video_section {
    overflow:hidden
}

.boxed .section .section_inner, .grid_section .section_inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index:20
}

div.column1 .grid_section .section_inner, div.column2 .grid_section .section_inner {
    width:100%
}

.full_section_inner {
    position: relative;
    z-index:20
}

@media only screen and (min-width: 1600px) {
    .qode_grid_1500 .boxed .section .section_inner, .qode_grid_1500 .boxed nav.content_menu.fixed, .qode_grid_1500 .carousel-inner .slider_content_outer, .qode_grid_1500 .container_inner, .qode_grid_1500 .container_inner nav.content_menu, .qode_grid_1500 .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .qode_grid_1500 .fotter_bottom_border_holder.in_grid, .qode_grid_1500 .fotter_top_border_holder.in_grid, .qode_grid_1500 .full_width .parallax_content, .qode_grid_1500 .grid_section .section_inner, .qode_grid_1500 .qode_elementor_container_inner, .qode_grid_1500 nav.content_menu ul {
        width:1500px
    }

    .qode_grid_1500.boxed .carousel-inner, .qode_grid_1500.boxed .header_inner, body.qode_grid_1500.boxed .footer_inner, body.qode_grid_1500.boxed .wrapper_inner {
        width:1550px
    }

    .qode_grid_1500.boxed.vertical_menu_enabled .carousel-inner {
        width:1550px !important
    }

    .qode_grid_1500 .drop_down .wide .second ul li {
        width:349px
    }
}

@media only screen and (min-width: 1500px) {
    .qode_grid_1400 .boxed .section .section_inner, .qode_grid_1400 .boxed nav.content_menu.fixed, .qode_grid_1400 .carousel-inner .slider_content_outer, .qode_grid_1400 .container_inner, .qode_grid_1400 .container_inner nav.content_menu, .qode_grid_1400 .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .qode_grid_1400 .fotter_bottom_border_holder.in_grid, .qode_grid_1400 .fotter_top_border_holder.in_grid, .qode_grid_1400 .full_width .parallax_content, .qode_grid_1400 .grid_section .section_inner, .qode_grid_1400 .qode_elementor_container_inner, .qode_grid_1400 nav.content_menu ul {
        width:1400px
    }

    .qode_grid_1400.boxed .carousel-inner, .qode_grid_1400.boxed .header_inner, body.qode_grid_1400.boxed .footer_inner, body.qode_grid_1400.boxed .wrapper_inner {
        width:1450px
    }

    .qode_grid_1400.boxed.vertical_menu_enabled .carousel-inner {
        width:1450px !important
    }

    .qode_grid_1400 .drop_down .wide .second ul li {
        width:324px
    }
}

@media only screen and (min-width: 1400px) {
    .qode_grid_1300 .boxed .section .section_inner, .qode_grid_1300 .boxed nav.content_menu.fixed, .qode_grid_1300 .carousel-inner .slider_content_outer, .qode_grid_1300 .container_inner, .qode_grid_1300 .container_inner nav.content_menu, .qode_grid_1300 .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .qode_grid_1300 .fotter_bottom_border_holder.in_grid, .qode_grid_1300 .fotter_top_border_holder.in_grid, .qode_grid_1300 .full_width .parallax_content, .qode_grid_1300 .grid_section .section_inner, .qode_grid_1300 .qode_elementor_container_inner, .qode_grid_1300 nav.content_menu ul {
        width:1300px
    }

    .qode_grid_1300.boxed .carousel-inner, .qode_grid_1300.boxed .header_inner, body.qode_grid_1300.boxed .footer_inner, body.qode_grid_1300.boxed .wrapper_inner {
        width:1350px
    }

    .qode_grid_1300.boxed.vertical_menu_enabled .carousel-inner {
        width:1350px !important
    }

    .qode_grid_1300 .drop_down .wide .second ul li {
        width:299px
    }
}

@media only screen and (min-width: 1300px) {
    .qode_grid_1200 .boxed .section .section_inner, .qode_grid_1200 .boxed nav.content_menu.fixed, .qode_grid_1200 .carousel-inner .slider_content_outer, .qode_grid_1200 .container_inner, .qode_grid_1200 .container_inner nav.content_menu, .qode_grid_1200 .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .qode_grid_1200 .fotter_bottom_border_holder.in_grid, .qode_grid_1200 .fotter_top_border_holder.in_grid, .qode_grid_1200 .full_width .parallax_content, .qode_grid_1200 .grid_section .section_inner, .qode_grid_1200 .qode_elementor_container_inner, .qode_grid_1200 nav.content_menu ul {
        width:1200px
    }

    .qode_grid_1200.boxed .carousel-inner, .qode_grid_1200.boxed .header_inner, body.qode_grid_1200.boxed .footer_inner, body.qode_grid_1200.boxed .wrapper_inner {
        width:1250px
    }

    .qode_grid_1200.boxed.vertical_menu_enabled .carousel-inner {
        width:1250px !important
    }

    .qode_grid_1200 .drop_down .wide .second ul li {
        width:274px
    }
}

.pagination {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin:10px 0 50px
}

.pagination ul {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0;
    padding:0
}

.pagination ul li {
    float: left;
    display:inline-block
}

.pagination ul li.first, .pagination ul li.prev {
    position: absolute;
    top: 0;
    left:0
}

.pagination ul li.prev.prev_first {
    left:33px
}

.pagination ul li.last, .pagination ul li.next {
    position: absolute;
    top: 0;
    right:0
}

.pagination ul li.next.next_last {
    right:33px
}

.pagination ul li > a, .pagination ul li > span {
    position: relative;
    display: inline-block;
    width: 33px;
    height: auto;
    line-height: 33px;
    margin: 0;
    color: #a6a6a6;
    background-color: transparent;
    font-size: 30px;
    font-weight: 400;
    vertical-align: middle;
    text-transform: uppercase;
    white-space: nowrap;
    outline: 0;
    text-shadow: none;
    transition:color .3s ease-in-out
}

.pagination ul li a:hover, .pagination ul li.active span {
    color:#393939
}

.pagination ul li a span:before {
    position: relative;
    display: block;
    line-height:inherit
}

.pagination ul li.active span, .pagination ul li > a.inactive {
    font-family: crete round, sans-serif;
    font-size: 22px;
    font-style:italic
}

#back_to_top {
    height: auto;
    position: fixed;
    bottom: 65px;
    margin: 0;
    z-index: 10000;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    right: 25px;
    visibility:hidden
}

#back_to_top.off {
    right:25px
}

#back_to_top.on {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    right:25px
}

#back_to_top .hover {
    display:none
}

#back_to_top > span {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #d1d1d1;
    border: 1px solid transparent;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

#back_to_top span span {
    display: block;
    line-height:inherit
}

#back_to_top:hover > span {
    background-color:#585858
}

.right_side_menu_opened #back_to_top, .side_area_slide_with_content .side_menu_open #back_to_top {
    display:none
}

.paspartu_enabled #back_to_top, .paspartu_enabled #back_to_top.on {
    right:calc(2% + 10px)
}

body div.pp_default .pp_loaderIcon {
    background-color: #fff;
    border-radius:20px
}

.boxed header, header.fixed.scrolled .header_bottom, header.fixed.scrolled .header_bottom .container_inner, header.fixed_hiding.scrolled .header_bottom, header.fixed_hiding.scrolled .header_bottom .container_inner, header.sticky .header_bottom, header.sticky .header_bottom .container_inner {
    border:0 !important
}

.last_toggle_el_margin, .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid > li {
    margin-bottom:0 !important
}

.parallax_section_inner_margin, .section_inner_margin {
    margin-left: -15px;
    margin-right:-15px
}

@-webkit-keyframes element-from-left {
    0% {
        -webkit-transform: translate(-20%, 0);
        opacity:0
    }

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

@-moz-keyframes element-from-left {
    0% {
        -moz-transform: translate(-20%, 0);
        opacity:0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity:1
    }
}

@-o-keyframes element-from-left {
    0% {
        -o-transform: translate(-20%, 0);
        opacity:0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity:1
    }
}

@keyframes element-from-left {
    0% {
        transform: translate(-20%, 0);
        opacity:0
    }

    100% {
        transform: translate(0, 0);
        opacity:1
    }
}

@-webkit-keyframes element-from-right {
    0% {
        -webkit-transform: translate(20%, 0);
        opacity:0
    }

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

@-moz-keyframes element-from-right {
    0% {
        -moz-transform: translate(20%, 0);
        opacity:0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity:1
    }
}

@-o-keyframes element-from-right {
    0% {
        -o-transform: translate(20%, 0);
        opacity:0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity:1
    }
}

@keyframes element-from-right {
    0% {
        transform: translate(20%, 0);
        opacity:0
    }

    100% {
        transform: translate(0, 0);
        opacity:1
    }
}

@-webkit-keyframes element-from-bottom {
    0% {
        -webkit-transform: translate(0, 30%);
        opacity:0
    }

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

@-moz-keyframes element-from-bottom {
    0% {
        -moz-transform: translate(0, 30%);
        opacity:0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity:1
    }
}

@-o-keyframes element-from-bottom {
    0% {
        -o-transform: translate(0, 30%);
        opacity:0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity:1
    }
}

@keyframes element-from-bottom {
    0% {
        transform: translate(0, 30%);
        opacity:0
    }

    100% {
        transform: translate(0, 0);
        opacity:1
    }
}

@-webkit-keyframes element-from-top {
    0% {
        -webkit-transform: translate(0, -30%);
        opacity:0
    }

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

@-moz-keyframes element-from-top {
    0% {
        -moz-transform: translate(0, -30%);
        opacity:0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity:1
    }
}

@-o-keyframes element-from-top {
    0% {
        -o-transform: translate(0, -30%);
        opacity:0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity:1
    }
}

@keyframes element-from-top {
    0% {
        transform: translate(0, -30%);
        opacity:0
    }

    100% {
        transform: translate(0, 0);
        opacity:1
    }
}

@-webkit-keyframes element-transform {
    0% {
        -webkit-transform: scale(.3);
        opacity:.1
    }

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

@-moz-keyframes element-transform {
    0% {
        -moz-transform: scale(.3);
        opacity:.1
    }

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

@-o-keyframes element-transform {
    0% {
        -o-transform: scale(.3);
        opacity:.1
    }

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

@keyframes element-transform {
    0% {
        transform: scale(.3);
        opacity:.1
    }

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

@-webkit-keyframes buffering-stripes {
    from {
        background-position:0 0
    }

    to {
        background-position:30px 0
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position:0 0
    }

    to {
        background-position:30px 0
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position:0 0
    }

    to {
        background-position:30px 0
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position:0 0
    }

    to {
        background-position:30px 0
    }
}

@keyframes buffering-stripes {
    from {
        background-position:0 0
    }

    to {
        background-position:30px 0
    }
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        opacity:1
    }

    to {
        -webkit-transform: rotate(360deg);
        opacity:1
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0);
        opacity:1
    }

    to {
        -moz-transform: rotate(360deg);
        opacity:1
    }
}

@-ms-keyframes spin {
    from, to {
        opacity:1
    }

    from {
        -ms-transform:rotate(0)
    }

    to {
        -ms-transform:rotate(360deg)
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0);
        opacity:1
    }

    to {
        -o-transform: rotate(360deg);
        opacity:1
    }
}

@keyframes spin {
    from {
        transform: rotate(0);
        opacity:1
    }

    to {
        transform: rotate(360deg);
        opacity:1
    }
}

.element_from_bottom, .element_from_fade, .element_from_left, .element_from_right, .element_from_top {
    display: inline-block;
    width:100%
}

.touch .no_animation_on_touch .element_from_bottom > div, .touch .no_animation_on_touch .element_from_fade > div, .touch .no_animation_on_touch .element_from_left > div, .touch .no_animation_on_touch .element_from_right > div, .touch .no_animation_on_touch .element_from_top > div, .touch .no_animation_on_touch .element_transform > div {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation:none
}

.element_from_bottom > div, .element_from_fade > div, .element_from_left > div, .element_from_right > div, .element_from_top > div {
    opacity: 0;
    display: inline-block;
    width: 100%;
    filter:alpha(opacity=0)
}

.element_transform > div {
    opacity: .2;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform:scale(.5)
}

.element_from_fade.element_from_fade_on > div {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .8s ease 0s;
    -moz-transition: opacity .8s ease 0s;
    -o-transition: opacity .8s ease 0s;
    -webkit-backface-visibility:hidden
}

.element_from_left.element_from_left_on > div {
    -webkit-animation: element-from-left .7s 1 ease-in-out;
    -moz-animation: element-from-left .7s 1 ease-in-out;
    -o-animation: element-from-left .7s 1 ease-in-out;
    animation: element-from-left .7s 1 ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility:hidden
}

.element_from_right.element_from_right_on > div {
    -webkit-animation: element-from-right .7s 1 ease-in-out;
    -moz-animation: element-from-right .7s 1 ease-in-out;
    -o-animation: element-from-right .7s 1 ease-in-out;
    animation: element-from-right .7s 1 ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility:hidden
}

.element_from_top.element_from_top_on > div {
    -webkit-animation: element-from-top .7s 1 ease-in-out;
    -moz-animation: element-from-top .7s 1 ease-in-out;
    -o-animation: element-from-top .7s 1 ease-in-out;
    animation: element-from-top .7s 1 ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility:hidden
}

.element_from_bottom.element_from_bottom_on > div {
    -webkit-animation: element-from-bottom .7s 1 ease-in-out;
    -moz-animation: element-from-bottom .7s 1 ease-in-out;
    -o-animation: element-from-bottom .7s 1 ease-in-out;
    animation: element-from-bottom .7s 1 ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-backface-visibility:hidden
}

.element_transform.element_transform_on > div {
    -webkit-animation: element-transform .4s 1 cubic-bezier(.175, .885, .32, 1.275);
    -moz-animation: element-transform .4s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: element-transform .4s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: element-transform .4s 1 cubic-bezier(.175, .885, .32, 1.275);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform:scale(1)
}

.q_contact_page {
    padding:0 !important
}

.google_map_holder {
    position:relative
}

.google_map_ovrlay {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display:none
}

.q_google_map {
    display: block;
    width: 100%;
    height:300px
}

.q_google_map embed, .q_google_map iframe, .q_google_map object {
    width: 100%;
    display:block
}

.q_google_map img {
    max-width:none
}

.contact_form h5 {
    margin:0 0 18px
}

.contact-error {
    display: block;
    margin: 0;
    position: relative;
    top:-7px
}

.contact_form > form > .contact-error {
    top:5px
}

.contact_detail {
    margin:75px 0 80px
}

.contact_section {
    display: block;
    padding: 0 0 40px;
    text-align:left
}

.contact_section.center_align {
    text-align:center
}

.contact_section.right_align {
    text-align:right
}

.contact_section h4 {
    margin-bottom:20px
}

span.submit_button_contact {
    display: block;
    text-align:left
}

.drop_down .second .inner ul.right li a, .drop_down .second .inner ul.right li h4, .q_contact_page.map_lr.map_left_position span.submit_button_contact {
    text-align:right
}

.contact_detail.map_grid .google_map {
    margin:0 0 35px
}

.q_contact_page.map_lr .contact_detail {
    display: inline-block;
    width:49%
}

.q_contact_page.map_lr .google_map_holder {
    display: inline-block;
    width: 49%;
    margin:75px 0 80px
}

.q_contact_page.map_lr.map_left_position .contact_detail, .q_contact_page.map_lr.map_left_position .google_map_holder {
    float:right
}

.q_contact_page.map_lr.map_left_position .contact_detail {
    margin-left:2%
}

.q_contact_page.map_lr.map_right_position .contact_detail, .q_contact_page.map_lr.map_right_position .google_map_holder {
    float:left
}

.q_contact_page.map_lr.map_right_position .contact_detail {
    margin-right:2%
}

.q_404_page {
    padding:0 !important
}

.page_not_found {
    margin:118px 0 120px
}

.page_not_found h4 {
    margin:30px 0 70px
}

.two_columns_66_33 {
    width:100%
}

.two_columns_66_33 > .column1 {
    width: 66.66%;
    float:left
}

.two_columns_66_33 > .column1 > .column_inner {
    padding:0 20px 0 0
}

.two_columns_66_33 > .column2 {
    width: 33.33%;
    float:left
}

.two_columns_66_33 > .column2 > .column_inner {
    padding:0 0 0 20px
}

.two_columns_33_66 {
    width:100%
}

.two_columns_33_66 > .column1 {
    width: 33.33%;
    float:left
}

.two_columns_33_66 > .column1 > .column_inner {
    padding:0 20px 0 0
}

.two_columns_33_66 > .column2 {
    width: 66.66%;
    float:left
}

.two_columns_33_66 > .column2 > .column_inner {
    padding:0 0 0 20px
}

.two_columns_75_25 {
    width:100%
}

.two_columns_75_25 > .column1 {
    width: 75%;
    float:left
}

.two_columns_75_25 > .column1 > .column_inner {
    padding:0 20px 0 0
}

.two_columns_75_25 > .column2 {
    width: 25%;
    float:left
}

.two_columns_75_25 > .column2 > .column_inner {
    padding:0 0 0 20px
}

.two_columns_25_75 {
    width:100%
}

.two_columns_25_75 > .column1 {
    width: 25%;
    float:left
}

.two_columns_25_75 > .column1 > .column_inner {
    padding:0 20px 0 0
}

.two_columns_25_75 > .column2 {
    width: 75%;
    float:left
}

.two_columns_25_75 > .column2 > .column_inner {
    padding:0 0 0 20px
}

.two_columns_50_50 {
    width:100%
}

.two_columns_50_50 > .column1, .two_columns_50_50 > .column2 {
    width: 50%;
    float:left
}

.two_columns_50_50 > .column1 > .column_inner {
    padding:0 10px 0 0
}

.two_columns_50_50 > .column2 > .column_inner {
    padding:0 0 0 10px
}

.three_columns {
    width:100%
}

.three_columns > .column1, .three_columns > .column2, .three_columns > .column3 {
    width: 33.33%;
    float:left
}

.three_columns > .column1 > .column_inner {
    padding:0 15px 0 0
}

.three_columns > .column2 > .column_inner {
    padding:0 5px 0 10px
}

.three_columns > .column3 > .column_inner {
    padding:0 0 0 15px
}

.four_columns {
    width:100%
}

.four_columns > .column1, .four_columns > .column2, .four_columns > .column3, .four_columns > .column4 {
    width: 25%;
    float:left
}

.four_columns > .column1 > .column_inner {
    padding:0 15px 0 0
}

.four_columns > .column2 > .column_inner {
    padding:0 10px 0 5px
}

.four_columns > .column3 > .column_inner {
    padding:0 5px 0 10px
}

.four_columns > .column4 > .column_inner {
    padding:0 0 0 15px
}

.five_columns > .column1, .five_columns > .column2, .five_columns > .column3, .five_columns > .column4, .five_columns > .column5 {
    width: 20%;
    float:left
}

.five_columns > .column1 > .column_inner, .five_columns > .column2 > .column_inner, .five_columns > .column3 > .column_inner, .five_columns > .column4 > .column_inner {
    margin:0 2.5% 0 0
}

.five_columns > .column5 > .column_inner, header {
    margin:0
}

header {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 110;
    -webkit-backface-visibility:hidden
}

header .header_inner_left {
    position: absolute;
    left: 45px;
    top:0
}

header .container_inner .header_inner_left {
    position: absolute;
    left: 0;
    top:0
}

.header_bottom, .header_bottom .container_inner, .header_inner_right, .header_top, .q_logo, .q_logo a, header .header_top_bottom_holder {
    position:relative
}

.boxed header {
    background-color:transparent !important
}

.boxed .header_inner {
    width: 1150px;
    margin:0 auto
}

.header_inner_right {
    float: right;
    z-index:110
}

.header_top {
    line-height: 33px;
    height: 33px;
    padding: 0;
    font-size: 11px;
    background-color: #393939;
    color: #fff;
    z-index:101
}

.header_top p {
    line-height: 32px;
    padding:0 15px
}

.header_top .left {
    float:left
}

.header_top .right {
    float:right
}

.header_top .right .inner #lang_sel {
    float: left;
    padding:0
}

.header_top .inner #lang_sel > ul {
    list-style:none
}

.header_top .left .inner > div, .header_top .left .inner > div:last-child {
    float: left;
    border-bottom: 0;
    border-top:0
}

.header_top .right .inner .header-widget {
    float:left
}

header.scrolled:not(.scroll_header_top_area) .header_top {
    border-bottom:0
}

.header_top .left .header-widget:last-child, .header_top .right .header-widget:last-child {
    margin-right:0
}

.header_top .header-widget {
    margin-right:10px
}

.header_top .q_social_icon_holder {
    margin-bottom: 0 !important;
    margin-right:15px !important
}

.header_top .q_social_icon_holder.normal_social.with_link .simple_social, .light:not(.sticky) .header_top .header-widget, .light:not(.sticky) .header_top .header-widget a, .light:not(.sticky) .header_top .header-widget p, .light:not(.sticky) .header_top .header-widget span, .light:not(.sticky) .header_top .header-widget.widget_nav_menu ul.menu > li > a, .light:not(.sticky) .header_top .q_social_icon_holder i.simple_social {
    color:#fff
}

.light:not(.sticky) .header_top #lang_sel > ul > li > a, .light:not(.sticky) .header_top #lang_sel_click > ul > li > a, .light:not(.sticky) .header_top .q_social_icon_holder i.simple_social {
    color:#fff !important
}

.dark:not(.sticky) .header_top .header-widget, .dark:not(.sticky) .header_top .header-widget a, .dark:not(.sticky) .header_top .header-widget p, .dark:not(.sticky) .header_top .header-widget span, .dark:not(.sticky) .header_top .header-widget.widget_nav_menu ul.menu > li > a, .dark:not(.sticky) .header_top .q_social_icon_holder i.simple_social {
    color:#000
}

.dark:not(.sticky) .header_top #lang_sel > ul > li > a, .dark:not(.sticky) .header_top #lang_sel_click > ul > li > a, .dark:not(.sticky) .header_top .q_social_icon_holder i.simple_social {
    color:#000 !important
}

.header_bottom {
    padding: 0 45px;
    background-color: #fff;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition:all .2s ease 0s
}

.boxed .header_bottom {
    padding:0 25px
}

.logo_wrapper {
    height: 100px;
    float:left
}

.q_logo {
    top: 50%;
    left:0
}

.q_logo a {
    display: block;
    visibility:hidden
}

.q_logo img {
    display: block;
    opacity: 1;
    position: absolute;
    top: -50%;
    width: auto !important;
    max-width:none
}

header.sticky .header_fixed_right_area, header.sticky .header_top {
    display:none
}

.qode_menu_left header:not(.centered_logo) .q_logo img {
    position:relative
}

.qode_menu_left header:not(.centered_logo) .q_logo img:nth-child(2) {
    transform:translateY(-100%)
}

.qode_menu_left header:not(.centered_logo) .q_logo img:nth-child(3) {
    transform:translateY(-200%)
}

.qode_menu_left header:not(.centered_logo) .q_logo img:nth-child(4) {
    transform:translateY(-300%)
}

.qode_menu_left header:not(.centered_logo) .q_logo img:nth-child(5) {
    transform:translateY(-400%)
}

.no-touch .q_logo img {
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    -ms-transition:opacity .6s ease-in-out
}

.q_logo img.dark, .q_logo img.light, .q_logo img.popup, .q_logo img.sticky {
    opacity:0
}

header.scrolled .q_logo img.normal, header.scrolled.dark .q_logo img.normal, header.scrolled.light .q_logo img.normal {
    opacity:1
}

header.light .q_logo img.normal, header.scrolled .q_logo img.dark, header.scrolled .q_logo img.light, header.scrolled.dark .q_logo img.dark, header.scrolled.dark .q_logo img.light, header.scrolled.light .q_logo img.dark, header.scrolled.light .q_logo img.light {
    opacity:0
}

header.light .q_logo img.light {
    opacity:1
}

header.dark .q_logo img.light, header.dark .q_logo img.normal, header.light .q_logo img.dark {
    opacity:0
}

header.dark .q_logo img.dark, header.sticky .q_logo img.sticky {
    opacity:1
}

header.sticky {
    -webkit-transition: all .33s cubic-bezier(.694, .0482, .335, 1);
    -moz-transition: all .33s cubic-bezier(.694, .0482, .335, 1);
    -o-transition: all .33s cubic-bezier(.694, .0482, .335, 1);
    -ms-transition: all .33s cubic-bezier(.694, .0482, .335, 1);
    transition: all .33s cubic-bezier(.694, .0482, .335, 1);
    top: -120px;
    left: 0;
    position: fixed;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip:content-box
}

header.sticky .header_bottom {
    background-color: #fff !important;
    box-shadow:0 1px 3px rgba(0, 0, 0, .11)
}

header.sticky.no_shadow .header_bottom {
    box-shadow:none
}

header.sticky.centered_logo {
    top:-300px
}

header.sticky.sticky_animate {
    top:0
}

header.sticky .q_logo img.dark, header.sticky .q_logo img.light, header.sticky .q_logo img.normal, header.sticky .q_logo img.popup {
    opacity:0 !important
}

header.sticky .logo_wrapper, header.sticky.centered_logo .logo_wrapper {
    height: 60px !important;
    float:left
}

header.sticky .drop_down .second {
    margin-top:0
}

header.sticky .side_menu_button {
    height:60px
}

.sticky .header_menu_bottom {
    position:static
}

.right_side_menu_opened .wrapper header.sticky {
    left:-270px
}

@media only screen and (min-width: 1000px) {
    .admin-bar header.sticky.sticky_animate {
        padding-top:32px !important
    }

    .admin-bar header.sticky .qode_search_form {
        top:32px
    }
}

.side_area_over_content .side_menu {
    right: 0;
    width: 30%;
    z-index: 1005;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.23, 1, .32, 1);
    transition:transform .7s cubic-bezier(.23, 1, .32, 1)
}

.side_area_over_content.side_area_uncovered_opened .side_menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform:translateX(0)
}

.side_area_over_content .cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 1s cubic-bezier(.23, 1, .32, 1);
    z-index: -999;
    display:block
}

.side_area_over_content.side_area_uncovered_opened .cover {
    opacity: .7;
    z-index:1002
}

.side_area_slide_with_content .side_menu {
    right: -400px;
    width: 400px;
    z-index: 1005;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: right .4s cubic-bezier(.13, .57, .4, .96);
    transition:right .4s cubic-bezier(.13, .57, .4, .96)
}

.side_area_slide_with_content.side_menu_open .side_menu {
    right:0
}

.side_area_slide_with_content .carousel-inner, .side_area_slide_with_content .wrapper, .side_area_slide_with_content footer.uncover, .side_area_slide_with_content header.fixed, .side_area_slide_with_content header.fixed_hiding, .side_area_slide_with_content.paspartu_enabled .paspartu_bottom, .side_area_slide_with_content.paspartu_enabled .paspartu_top {
    -webkit-transition: left .4s cubic-bezier(.13, .57, .4, .96);
    transition:left .4s cubic-bezier(.13, .57, .4, .96)
}

.side_area_slide_with_content header.sticky {
    -webkit-transition: left .4s cubic-bezier(.13, .57, .4, .96), top .33s cubic-bezier(.694, .0482, .335, 1);
    -moz-transition: left .4s cubic-bezier(.13, .57, .4, .96), top .33s cubic-bezier(.694, .0482, .335, 1);
    transition:left .4s cubic-bezier(.13, .57, .4, .96), top .33s cubic-bezier(.694, .0482, .335, 1)
}

.paspartu_enabled.side_area_slide_with_content.side_menu_open .paspartu_bottom, .paspartu_enabled.side_area_slide_with_content.side_menu_open .paspartu_top, .side_area_slide_with_content.side_menu_open .full_width nav.content_menu.fixed, .side_area_slide_with_content.side_menu_open .wrapper, .side_area_slide_with_content.side_menu_open .wrapper header.fixed, .side_area_slide_with_content.side_menu_open .wrapper header.fixed_hiding, .side_area_slide_with_content.side_menu_open .wrapper header.sticky, .side_area_slide_with_content.side_menu_open footer.uncover {
    left:-400px
}

@media only screen and (min-width: 1100px) {
    .side_area_slide_with_content.side_menu_open:not(.boxed) .carousel-inner:not(.relative_position) {
        left:-400px !important
    }
}

@media only screen and (min-width: 1000px) {
    .side_area_slide_with_content.side_menu_open:not(.boxed) .carousel-inner:not(.relative_position) {
        left:-400px !important
    }
}

header.fixed, header.fixed_hiding {
    width: 100%;
    position: fixed;
    z-index: 110;
    top: 0;
    left:0
}

@media only screen and (min-width: 1000px) {
    header.fixed, header.fixed_hiding {
        -webkit-transition: left .13s cubic-bezier(.694, .0482, .335, 1), left .33s cubic-bezier(.694, .0482, .335, 1);
        -moz-transition: left .13s cubic-bezier(.694, .0482, .335, 1), left .33s cubic-bezier(.694, .0482, .335, 1);
        -o-transition: left .13s cubic-bezier(.694, .0482, .335, 1), left .33s cubic-bezier(.694, .0482, .335, 1);
        -ms-transition: left .13s cubic-bezier(.694, .0482, .335, 1), left .33s cubic-bezier(.694, .0482, .335, 1);
        transition:left .13s cubic-bezier(.694, .0482, .335, 1), left .33s cubic-bezier(.694, .0482, .335, 1)
    }

    .admin-bar header.fixed {
        padding-top:32px !important
    }

    .admin-bar header.fixed .qode_search_form {
        top:32px
    }
}

header.fixed.scrolled .header_bottom, header.fixed_hiding.scrolled .header_bottom {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    background-color:#fff !important
}

.right_side_menu_opened .wrapper header.fixed, .right_side_menu_opened .wrapper header.fixed_hiding {
    left:-270px
}

@media only screen and (min-width: 1100px) {
    .right_side_menu_opened:not(.boxed) .carousel-inner:not(.relative_position) {
        left:-270px !important
    }
}

header.menu_bottom .header_inner_left {
    left: 0;
    position:relative
}

header:not(.sticky) .header_menu_bottom nav.main_menu > ul > li > a {
    line-height:60px
}

header:not(.sticky) .header_menu_bottom nav.main_menu > ul > li:first-child > a {
    padding-left:0
}

header.menu_bottom:not(.sticky) .drop_down .second {
    top:100%
}

header:not(.sticky) .header_menu_bottom .side_menu_button {
    height:60px
}

header.menu_bottom.has_header_fixed_right .mobile_menu_button {
    height:130px
}

.menu_bottom.sticky .container_inner .header_inner_left {
    position:absolute
}

.menu_bottom .logo_wrapper {
    float:none
}

.menu_bottom .q_logo a {
    display:inline-block
}

.menu_bottom.sticky .logo_wrapper {
    float:left
}

.header_menu_bottom {
    position: relative;
    display:block
}

@media only screen and (min-width: 1000px) {
    header.centered_logo:not(.sticky) .q_logo img, header.fixed_hiding .q_logo img {
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform:translate(-50%, 0)
    }

    header.centered_logo {
        text-align:center
    }

    header.centered_logo .header_inner_left {
        float: none;
        position: relative;
        display: block;
        margin: 20px 0 0;
        left:0
    }

    header.centered_logo.sticky .header_inner_left {
        margin:0
    }

    header.centered_logo .logo_wrapper {
        float: none;
        height:auto !important
    }

    header.centered_logo .q_logo {
        top:0
    }

    header.centered_logo.sticky .q_logo {
        top:50%
    }

    header.centered_logo .q_logo a {
        display: inline-block;
        vertical-align:middle
    }

    header.centered_logo .q_logo img {
        top: 0;
        margin:0
    }

    header.centered_logo:not(.sticky) .q_logo img {
        transform:translate(-50%, 0)
    }

    header.centered_logo.centered_logo_animate .q_logo img, header:not(.centered_logo) .q_logo img {
        height:100%
    }

    header.centered_logo.sticky .q_logo img {
        top: -50%;
        height:100% !important
    }

    header.centered_logo .header_inner_right {
        float: none;
        display: inline-block;
        position: relative;
        vertical-align:middle
    }

    header.centered_logo .header_right_widget {
        float:left
    }

    header.centered_logo nav.main_menu, header.centered_logo nav.main_menu.right {
        position: relative;
        display: inline-block;
        left: auto;
        float: none;
        vertical-align:middle
    }

    header.centered_logo nav.main_menu > ul {
        left:0
    }

    header.centered_logo .main_menu_and_widget_holder {
        position: relative;
        display: block;
        border: 1px solid #696969;
        border-left: 0 !important;
        border-right:0 !important
    }

    header.fixed_hiding .holeder_for_hidden_menu {
        overflow: hidden;
        max-height: 180px;
        vertical-align: middle;
        -webkit-transition: max-height .2s cubic-bezier(.23, 1, .32, 1) 0s;
        -moz-transition: max-height .2s cubic-bezier(.23, 1, .32, 1) 0s;
        -o-transition: max-height .2s cubic-bezier(.23, 1, .32, 1) 0s;
        -ms-transition: max-height .2s cubic-bezier(.23, 1, .32, 1) 0s;
        transition:max-height .2s cubic-bezier(.23, 1, .32, 1) 0s
    }

    header.fixed_hiding.scrolled .holeder_for_hidden_menu {
        max-height:0
    }

    header.fixed_hiding .holeder_for_hidden_menu:hover {
        overflow:visible
    }

    header.fixed_hiding.scrolled:hover .holeder_for_hidden_menu {
        max-height: 180px;
        transition-duration: .5s;
        -webkit-transition-duration: .8s;
        -moz-transition-duration: .8s;
        -ms-transition-duration: .8s;
        -o-transition-duration:.8s
    }

    header.fixed_hiding.centered_logo .header_inner_left {
        margin: 20px 0;
        display: table;
        width:100%
    }

    header.fixed_hiding.centered_logo.fixed_hiding .header_inner_left {
        height:50px
    }

    header.fixed_hiding .header-left-from-logo-widget, header.fixed_hiding .header-right-from-logo-widget, header.fixed_hiding .logo_wrapper {
        display: table-cell;
        width: 33.33%;
        vertical-align: middle;
        position:relative
    }

    header.fixed_hiding .header-left-from-logo-widget-inner, header.fixed_hiding .header-right-from-logo-widget-inner {
        width:100%
    }

    header.fixed_hiding .header-left-from-logo-widget {
        text-align:left
    }

    header.fixed_hiding .header-right-from-logo-widget {
        text-align:right
    }

    header.fixed_hiding .q_logo, header.fixed_hiding .q_logo a {
        max-height: 124px;
        opacity: 1;
        -webkit-transition: max-height .2s ease-in-out, opacity .2s ease-in-out;
        -moz-transition: max-height .2s ease-in-out, opacity .2s ease-in-out;
        -o-transition: max-height .2s ease-in-out, opacity .2s ease-in-out;
        -ms-transition: max-height .2s ease-in-out, opacity .2s ease-in-out;
        transition:max-height .2s ease-in-out, opacity .2s ease-in-out
    }

    header.fixed_hiding.scrolled .q_logo, header.fixed_hiding.scrolled .q_logo a {
        -webkit-transition: max-height .2s ease-in-out, opacity .4s ease-in-out;
        -moz-transition: max-height .2s ease-in-out, opacity .4s ease-in-out;
        -o-transition: max-height .2s ease-in-out, opacity .4s ease-in-out;
        -ms-transition: max-height .2s ease-in-out, opacity .4s ease-in-out;
        transition: max-height .2s ease-in-out, opacity .4s ease-in-out;
        max-height: 0 !important;
        opacity:0
    }

    header.fixed_hiding .q_logo_hidden a {
        height: 50px;
        position: relative;
        display: block;
        opacity: 0;
        max-height: 0;
        -webkit-transition: opacity 0s ease-in-out, max-height 0s ease-in-out;
        -moz-transition: opacity 0s ease-in-out, max-height 0s ease-in-out;
        -o-transition: opacity 0s ease-in-out, max-height 0s ease-in-out;
        -ms-transition: opacity 0s ease-in-out, max-height 0s ease-in-out;
        transition:opacity 0s ease-in-out, max-height 0s ease-in-out
    }

    header.fixed_hiding.scrolled .q_logo_hidden a {
        max-height: 50px;
        opacity: 1;
        -webkit-transition: opacity .15s ease-in-out .4s, max-height .15s ease-in-out .2s;
        -moz-transition: opacity .15s ease-in-out .4s, max-height .15s ease-in-out .2s;
        -o-transition: opacity .15s ease-in-out .4s, max-height .15s ease-in-out .2s;
        -ms-transition: opacity .15s ease-in-out .4s, max-height .15s ease-in-out .2s;
        transition:opacity .15s ease-in-out .4s, max-height .15s ease-in-out .2s
    }

    header.fixed_hiding .q_logo img {
        transform:translate(-50%, 0)
    }

    header.fixed_hiding .q_logo_hidden a img {
        height:100%
    }

    header.stick_with_left_right_menu:not(.sticky) {
        text-align:center
    }

    header.stick_with_left_right_menu .header_inner_left {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: 0;
        margin: 0;
        left: auto;
        z-index:100
    }

    header.stick_with_left_right_menu.sticky .header_inner_left {
        display:none
    }

    header.stick_with_left_right_menu nav.main_menu.left_side {
        text-align: right;
        position: absolute;
        width: 49%;
        top: 0;
        left: 0;
        z-index:50
    }

    header.stick_with_left_right_menu nav.main_menu.left_side > ul {
        text-align: left;
        display: inline-block;
        vertical-align:middle
    }

    header.stick_with_left_right_menu nav.main_menu.right_side {
        position: absolute;
        width: 49%;
        top: 0;
        right: 0;
        left: auto;
        z-index:50
    }

    header.stick_with_left_right_menu nav.main_menu.left_side:hover, header.stick_with_left_right_menu nav.main_menu.right_side:hover {
        z-index:200
    }

    header.stick_with_left_right_menu.sticky nav.main_menu.right_side > ul > li:first-child:before {
        color: #9e9e9e;
        content: "|";
        font-size: 12px;
        font-weight: 400;
        left: -2px;
        position: relative;
        top:-1px
    }

    header.stick_with_left_right_menu.sticky nav.main_menu.left_side, header.stick_with_left_right_menu.sticky nav.main_menu.right_side {
        position: relative;
        display: inline-block;
        vertical-align:middle
    }

    header.stick_with_left_right_menu.sticky nav.main_menu.left_side > ul > li:last-child, header.stick_with_left_right_menu.sticky nav.main_menu.right_side > ul > li:first-child {
        margin:0 !important
    }

    nav.main_menu.left_side > ul, nav.main_menu.right_side > ul {
        left:auto
    }
}

nav.main_menu {
    position: absolute;
    left: 50%;
    z-index: 100;
    text-align:left
}

nav.main_menu.right {
    position: relative;
    left: auto;
    float:right
}

nav.main_menu.left {
    position: relative;
    float: left;
    left: auto;
    padding-left:24px
}

nav.main_menu.left > ul {
    left:auto
}

nav.main_menu ul {
    list-style: none;
    margin: 0;
    padding:0
}

nav.main_menu > ul {
    left: -50%;
    position:relative
}

nav.main_menu.right > ul {
    left:auto
}

nav.main_menu ul li {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position:right
}

nav.main_menu ul li a {
    color: #777;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: 100px;
    padding: 0;
    margin: 0;
    cursor:pointer
}

.dark.sticky nav.main_menu > ul > li.active > a, .dark.sticky nav.main_menu > ul > li > a, .dark.sticky nav.main_menu > ul > li > a:hover, .light.sticky nav.main_menu > ul > li.active > a, .light.sticky nav.main_menu > ul > li > a, .light.sticky nav.main_menu > ul > li > a:hover, header.sticky .header_bottom .qode-login-register-widget.qode-user-logged-in .qode-logged-in-user .qode-logged-in-user-inner > span, header.sticky .header_bottom .qode-login-register-widget.qode-user-not-logged-in .qode-login-opener, header.sticky nav.main_menu > ul > li > a {
    line-height:60px
}

nav.main_menu > ul > li > a {
    position: relative;
    padding: 0 24px;
    color: #696969;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    height: 100%;
    background-color: transparent;
    -webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
    transition:opacity .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out
}

nav.main_menu > ul > li:not(:first-child):before {
    content: '|';
    position: relative;
    left: -2px;
    top: -1px;
    color: #696969;
    font-size: 12px;
    font-weight:400
}

header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a, nav.main_menu > ul > li.active > a {
    color:#e6ae48
}

nav.main_menu > ul > li > a > i.blank {
    display:none
}

nav.main_menu > ul > li.has_sub > a > i.q_menu_arrow {
    display: inline-block;
    margin-left:6px
}

.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li.active > a, .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li:not(:first-child):before, .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a {
    color:#fff
}

.dark .mobile_menu_button span, .dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li.active > a, .dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li:not(:first-child):before, .dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a {
    color:#000
}

.menu-animation-line-through nav.main_menu > ul > li > a .menu-text, .menu-animation-line-through nav.vertical_menu > ul > li > a .menu-text {
    position:relative
}

.menu-animation-line-through nav.main_menu > ul > li > a .menu-text:before, .menu-animation-line-through nav.vertical_menu > ul > li > a .menu-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 0;
    -webkit-transition: width 0s ease-out, background .3s ease-out;
    transition: width 0s ease-out, background .3s ease-out;
    border: none;
    -webkit-backface-visibility:hidden
}

.menu-animation-line-through nav.main_menu > ul > li > a .menu-text:after, .menu-animation-line-through nav.vertical_menu > ul > li > a .menu-text:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    width: 0;
    background: #e6ae48;
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
    border: none;
    -webkit-backface-visibility:hidden
}

.menu-animation-line-through nav.main_menu > ul > li:hover > a .menu-text:before, .menu-animation-line-through nav.vertical_menu > ul > li:hover > a .menu-text:before {
    width: 100%;
    background: #e6ae48;
    transition:width .3s ease-out
}

.fs-menu-animation-line-through nav.popup_menu > ul > li:hover > a span:after, .menu-animation-line-through nav.main_menu > ul > li:hover > a .menu-text:after, .menu-animation-line-through nav.vertical_menu > ul > li:hover > a .menu-text:after {
    width: 100%;
    background: 0 0;
    transition:all 0s ease-out
}

.menu-animation-line-through .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li:hover > a .menu-text:before, .menu-animation-line-through .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a .menu-text:after {
    background-color:#fff
}

.menu-animation-line-through .dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li:hover > a .menu-text:before, .menu-animation-line-through .dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a .menu-text:after {
    background-color:#000
}

.drop_down .second .inner ul li.sub ul li a, .drop_down .second .inner ul.right li.sub ul li a, .menu-animation-line-through .dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li:hover > a .menu-text:after, .menu-animation-line-through .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li:hover > a .menu-text:after {
    background:0 0
}

.fs-menu-animation-line-through nav.popup_menu > ul > li > a span {
    position: relative;
    overflow:hidden
}

.fs-menu-animation-line-through nav.popup_menu > ul > li > a span:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: -100%;
    top: 50%;
    margin-top: -1px;
    visibility: hidden;
    background:#e6ae48
}

.fs-menu-animation-line-through nav.popup_menu > ul > li:hover > a span:before {
    -webkit-animation: dfdMenuHoverAnim .7s ease-out;
    -moz-animation: dfdMenuHoverAnim .7s ease-out;
    animation:dfdMenuHoverAnim .7s ease-out
}

@-webkit-keyframes dfdMenuHoverAnim {
    0%, 100% {
        left: -100%;
        visibility:hidden
    }

    10% {
        left: -100%;
        opacity: 1;
        visibility:visible
    }

    65% {
        opacity:.3
    }

    80% {
        left: 100%;
        opacity: .1;
        visibility:visible
    }

    81% {
        left: 100%;
        visibility:hidden
    }
}

@-moz-keyframes dfdMenuHoverAnim {
    0%, 100% {
        left: -100%;
        visibility:hidden
    }

    10% {
        left: -100%;
        opacity: 1;
        visibility:visible
    }

    65% {
        opacity:.3
    }

    80% {
        left: 100%;
        opacity: .1;
        visibility:visible
    }

    81% {
        left: 100%;
        visibility:hidden
    }
}

@-o-keyframes dfdMenuHoverAnim {
    0%, 100% {
        left: -100%;
        visibility:hidden
    }

    10% {
        left: -100%;
        opacity: 1;
        visibility:visible
    }

    65% {
        opacity:.3
    }

    80% {
        left: 100%;
        opacity: .1;
        visibility:visible
    }

    81% {
        left: 100%;
        visibility:hidden
    }
}

@keyframes dfdMenuHoverAnim {
    0%, 100% {
        left: -100%;
        visibility:hidden
    }

    10% {
        left: -100%;
        opacity: 1;
        visibility:visible
    }

    65% {
        opacity:.3
    }

    80% {
        left: 100%;
        opacity: .1;
        visibility:visible
    }

    81% {
        left: 100%;
        visibility:hidden
    }
}

.fs-menu-animation-underline nav.popup_menu > ul > li > a span, .menu-animation-underline nav.main_menu > ul > li > a .menu-text, .menu-animation-underline nav.vertical_menu > ul > li > a .menu-text {
    position:relative
}

.fs-menu-animation-underline nav.popup_menu > ul > li > a span:before, .menu-animation-underline nav.main_menu > ul > li > a .menu-text:before, .menu-animation-underline nav.vertical_menu > ul > li > a .menu-text:before {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: #e6ae48;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0) translateZ(0);
    transform: translate(-50%, 0) translateZ(0);
    -webkit-transition: width .3s cubic-bezier(.27, .62, .43, 1.01);
    transition:width .3s cubic-bezier(.27, .62, .43, 1.01)
}

.menu-animation-underline nav.main_menu > ul > li > a .menu-text:before {
    bottom:-4px
}

.fs-menu-animation-underline nav.popup_menu > ul > li > a span:before, .menu-animation-underline nav.vertical_menu > ul > li > a .menu-text:before {
    bottom:0
}

.fs-menu-animation-underline nav.popup_menu > ul > li.active > a span:before, .fs-menu-animation-underline nav.popup_menu > ul > li:hover > a span:before, .menu-animation-underline nav.main_menu > ul > li.active > a .menu-text:before, .menu-animation-underline nav.main_menu > ul > li:hover > a .menu-text:before, .menu-animation-underline nav.vertical_menu > ul > li.active > a .menu-text:before, .menu-animation-underline nav.vertical_menu > ul > li:hover > a .menu-text:before {
    width:100%
}

.menu-animation-underline .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a .menu-text:before {
    background-color:#fff
}

.menu-animation-underline .dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a .menu-text:before {
    background-color:#000
}

.menu-animation-underline-bottom nav.main_menu > ul > li > a {
    -webkit-transition: opacity .3s ease-out, color .3s ease-out, background-color ease-out;
    transition:opacity .3s ease-out, color .3s ease-out, background-color .3s ease-out
}

.menu-animation-underline-bottom nav.main_menu > ul > li > a .menu-text {
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align:middle
}

.menu-animation-underline-bottom nav.main_menu > ul > li > a .menu-text:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #e6ae48;
    -webkit-backface-visibility: hidden;
    left: 50%;
    -webkit-transform: translate(-50%, 0) translateZ(0);
    transform: translate(-50%, 0) translateZ(0);
    -webkit-transition: width .3s cubic-bezier(.27, .62, .43, 1.01);
    transition:width .3s cubic-bezier(.27, .62, .43, 1.01)
}

.menu-animation-underline-bottom nav.main_menu > ul > li.active > a .menu-text:before, .menu-animation-underline-bottom nav.main_menu > ul > li:hover > a .menu-text:before {
    width:100%
}

.menu-animation-underline-bottom .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a .menu-text:before {
    background-color:#fff
}

.menu-animation-underline-bottom .dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a .menu-text:before {
    background-color:#000
}

.drop_down ul {
    list-style:none
}

.drop_down ul li {
    position:relative
}

header.transparent.fixed.scrolled .drop_down .second, header.transparent.fixed_hiding.scrolled .drop_down .second {
    top:100%
}

.drop_down .second {
    left: 0;
    margin: 0;
    top: 100%;
    position: absolute;
    display: block;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    border-top: 5px solid #e6ae48;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition:top .3s ease-in-out
}

header.transparent:not(.sticky) .drop_down .second {
    top:75%
}

header.transparent.with_border:not(.sticky) .drop_down .second, header.transparent.with_hover_bg_color:not(.sticky) .drop_down .second {
    top:100%
}

.drop_down li.left_position .second {
    left:0
}

header.transparent .drop_down .second:not(.right) {
    left:16px
}

header.transparent.with_hover_bg_color .drop_down .second:not(.right) {
    left:0
}

.drop_down li.right_position .second {
    left: auto;
    right:0
}

.drop_down .second.drop_down_start {
    visibility: visible;
    overflow: visible;
    opacity:1
}

nav.main_menu > ul > li:hover > .second {
    z-index:20
}

.drop_down .second .inner {
    position: relative;
    padding: 0;
    display: block;
    z-index:997
}

.drop_down .second .inner > ul, li.narrow .second .inner ul {
    display: inline-block;
    position: relative;
    background-color:#fff
}

li.narrow .second .inner ul {
    padding:14px 0 22px
}

.drop_down .second .inner ul li {
    display: block;
    padding: 0 15px;
    position: relative;
    float: none;
    height: auto;
    background: 0;
    width:190px
}

li.narrow .second .inner ul li:last-child {
    border-bottom:none
}

.drop_down .wide.left_position .second ul li, .drop_down .wide.right_position .second ul li {
    width:180px
}

.drop_down .narrow .second .inner ul li {
    padding: 0;
    width:235px
}

.drop_down .second .inner ul li a, .drop_down .second .inner ul li h4 {
    display: block;
    color: #a6a6a6;
    height: auto;
    font-size: 12px;
    line-height: 34px;
    font-weight: 500;
    margin: 0 24px;
    padding: 0 4px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    border-bottom:1px solid transparent
}

.drop_down .second .inner > ul > li:last-child > a, .drop_down .second .inner > ul > li > ul > li:last-child > a, .drop_down .second .inner > ul > li > ul > li > ul > li:last-child > a {
    border-bottom:0
}

.drop_down .second .inner ul li.sub ul li a:hover, .drop_down .second .inner > ul > li > a:hover {
    color:#e6ae48
}

.drop_down .wide .second .inner ul li h4, .drop_down .wide .second .inner ul li.sub a, .drop_down .wide .second ul li a {
    background:0
}

.drop_down .second i {
    display:none
}

.drop_down .narrow .second .inner ul li ul {
    position: absolute;
    left: 100%;
    top: -19px;
    height: auto;
    display: none;
    overflow: hidden;
    z-index: 10;
    border-top:5px solid #e6ae48
}

.drop_down .second .inner ul li:hover ul {
    z-index: 20;
    display:block
}

.drop_down .second.right {
    right: 0;
    left:auto
}

.drop_down .second .inner ul.right li ul {
    left:-100%
}

.drop_down .second .inner .widget {
    padding:0 28px
}

.drop_down .wide.wide_background .second {
    background-color:#fff
}

.drop_down .wide.wide_background .second .inner ul {
    text-align:left
}

.drop_down .wide.wide_background .second .inner {
    text-align:center
}

.drop_down .wide .second ul {
    padding:26px 0 32px
}

.drop_down .wide .second ul li {
    float: left;
    width: 274px;
    padding: 0;
    border-left: 1px solid #e1e1e1;
    border-bottom:0
}

.drop_down .wide .second ul li a, .drop_down .wide .second > .inner > ul > li.sub > ul > li > a {
    border:0
}

.drop_down .wide.right_position .second ul li:last-child, .drop_down .wide.right_position .second ul li:nth-child(4n), .drop_down .wide:not(.right_position) .second ul li:first-child, .drop_down .wide:not(.right_position) .second ul li:nth-child(4n + 1) {
    border-left-color:transparent
}

.drop_down .wide .second ul li:last-child {
    margin-right:0
}

.drop_down .wide.right_position .second ul li {
    float:right
}

.drop_down .wide .second ul li:hover {
    background-color:transparent
}

.drop_down .second .inner ul li.sub a i.q_menu_arrow {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: inherit;
    margin:-6px 0 0
}

.drop_down .second .inner ul li.sub ul li a i.q_menu_arrow, .drop_down .wide .second .inner ul li.sub a i.q_menu_arrow {
    display:none
}

.drop_down .second .inner ul.right li.sub a i.q_menu_arrow {
    right: auto;
    left: 0;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform:rotate(180deg)
}

.drop_down .wide .second .inner > ul > li > a {
    color: #393939;
    border-bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height:16px
}

.drop_down .wide .second .inner ul li h4 a, .drop_down .wide .second .inner ul li.sub h4 a {
    padding:0 !important
}

.drop_down .wide .second ul li ul {
    display: block;
    left: 0;
    padding: 15px 0 0;
    position: relative;
    top: 0;
    visibility: visible;
    background-color:transparent !important
}

.drop_down .wide .second ul li ul .widget {
    padding:0 18px
}

.drop_down .wide .second ul li ul li {
    padding: 0;
    margin: 0;
    border:0
}

.drop_down .wide .second ul li ul li.menu-item-has-children > a, .drop_down .wide .second ul li ul li.menu-item-has-children > a:hover {
    border-bottom: 0;
    color:#393939
}

.drop_down .wide.icons .second ul li a span {
    position: relative;
    display:block
}

.drop_down .wide.icons .second i {
    width: 24px;
    height: auto;
    float: left;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    line-height:inherit
}

.drop_down .wide.icons .second i.blank {
    background: 0 0;
    border: 0;
    display:none
}

.mobile_menu_button {
    display: none;
    float: left;
    height: 100px;
    margin:0 20px 0 0
}

.mobile_menu_button span {
    width: 19px;
    height: 17px;
    font-size: 14px;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align:middle
}

nav.mobile_menu, nav.mobile_menu ul {
    display: none;
    width: 100%;
    position:relative
}

nav.mobile_menu {
    float: left;
    top: 0;
    text-align: left;
    overflow: hidden;
    background-color: #fff;
    z-index:100
}

nav.mobile_menu ul {
    list-style: none;
    padding: 0;
    margin:0
}

nav.mobile_menu > ul {
    margin-bottom:-1px !important
}

nav.mobile_menu ul li {
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom:1px solid #eaeaea
}

nav.mobile_menu ul li a {
    -webkit-tap-highlight-color:transparent
}

nav.mobile_menu ul li.open_sub > ul {
    border-top:1px solid #eaeaea
}

nav.mobile_menu ul li:last-child {
    border:0 !important
}

nav.mobile_menu ul > li.has_sub > span.mobile_arrow {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 50px;
    color: #8d8d8d;
    z-index: 9000;
    -webkit-tap-highlight-color:transparent
}

nav.mobile_menu ul li span.mobile_arrow i {
    color:inherit
}

nav.mobile_menu ul > li > span.mobile_arrow i {
    display:none
}

nav.mobile_menu ul > li.has_sub > span.mobile_arrow i {
    display:inline
}

nav.mobile_menu ul > li.has_sub.open_sub > span.mobile_arrow i.fa-angle-right, nav.mobile_menu ul > li.has_sub > span.mobile_arrow i.fa-angle-down, nav.mobile_menu ul > li.has_sub > ul.open_sub > li > span.mobile_arrow i.fa-angle-right {
    display:none
}

nav.mobile_menu ul > li.has_sub ul.open_sub > li > span.mobile_arrow i.fa-angle-down, nav.mobile_menu ul > li.has_sub.open_sub > span.mobile_arrow i.fa-angle-down {
    display:inline
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h4 {
    font-size: 13px;
    color: #8d8d8d;
    padding: 9px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 17px;
    letter-spacing:0
}

nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active > a {
    color:#e6ae48
}

nav.mobile_menu ul li ul li {
    margin:0 0 0 20px
}

header:not(.centered_logo) .header_fixed_right_area {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height:100px
}

.header_menu_bottom .main_menu {
    left:auto
}

.sticky .header_menu_bottom .main_menu {
    float: right;
    left: auto;
    position:relative
}

.sticky .header_menu_bottom .main_menu_header_inner_right_holder .main_menu, .sticky .header_menu_bottom .main_menu_header_inner_right_holder.with_center_logo .main_menu {
    float:left
}

.sticky .header_menu_bottom .main_menu_header_inner_right_holder {
    float:right
}

.header_menu_bottom nav.main_menu > ul, .sticky .header_menu_bottom nav.main_menu > ul {
    left:auto
}

.side_menu_button_wrapper {
    display:table
}

.side_menu_button {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    height:100px
}

.header_bottom_right_widget_holder {
    display: table-cell;
    vertical-align: middle;
    height:100%
}

@media only screen and (min-width: 1000px) {
    header.dark:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton {
        border-color: #000 !important;
        background-color: transparent !important;
        color:#000 !important
    }

    header.light:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton {
        border-color: #fff !important;
        background-color: transparent !important;
        color:#fff !important
    }

    .light:not(.sticky):not(.scrolled) .header-widget, .light:not(.sticky):not(.scrolled) .header-widget a, .light:not(.sticky):not(.scrolled) .header-widget p, .light:not(.sticky):not(.scrolled) .header-widget span, .light:not(.sticky):not(.scrolled) .header-widget.widget_nav_menu ul.menu > li > a, .light:not(.sticky):not(.scrolled) .header_bottom_widget .textwidget * {
        color:#fff
    }

    .light:not(.sticky):not(.scrolled) .q_icon_shortcode a, .light:not(.sticky):not(.scrolled) .q_social_icon_holder i.simple_social {
        color:#fff !important
    }

    .light:not(.sticky):not(.scrolled) .q_social_icon_holder .fa-stack {
        border-color:#fff
    }

    .light:not(.sticky):not(.scrolled) .q_social_icon_holder:hover .fa-stack {
        background-color: #fff !important;
        border-color:#fff !important
    }

    .dark:not(.sticky):not(.scrolled) .header-widget, .dark:not(.sticky):not(.scrolled) .header-widget a, .dark:not(.sticky):not(.scrolled) .header-widget p, .dark:not(.sticky):not(.scrolled) .header-widget span, .dark:not(.sticky):not(.scrolled) .header-widget.widget_nav_menu ul.menu > li > a {
        color:#000
    }

    .dark:not(.sticky):not(.scrolled) #lang_sel > ul > li > a, .dark:not(.sticky):not(.scrolled) #lang_sel_click > ul > li > a, .dark:not(.sticky):not(.scrolled) .q_icon_shortcode a, .dark:not(.sticky):not(.scrolled) .q_social_icon_holder i.simple_social {
        color:#000 !important
    }

    .dark:not(.sticky):not(.scrolled) .q_social_icon_holder .fa-stack {
        border-color:#000
    }

    .dark:not(.sticky):not(.scrolled) .q_social_icon_holder:hover .fa-stack {
        background-color: #000 !important;
        border-color:#000 !important
    }
}

.side_menu_button > a {
    font-size: 14px;
    position: relative;
    display: inline;
    width: 20px;
    height: 20px;
    padding:0 12px
}

.side_menu_button > a.side_menu_button_link.medium {
    display: inline-block;
    font-size: 21px;
    line-height: 30px;
    height: 30px;
    width:19px
}

.side_menu_button > a.side_menu_button_link.large {
    display: inline-block;
    font-size: 28px;
    line-height: 34px;
    height: 34px;
    width:24px
}

.mobile_menu_button span, .side_menu_button > a {
    -webkit-transition: opacity .3s ease, color .3s ease;
    -moz-transition: opacity .3s ease, color .3s ease;
    -ms-transition: opacity .3s ease, color .3s ease;
    -o-transition: opacity .3s ease, color .3s ease;
    transition: opacity .3s ease, color .3s ease;
    color:#5d5d5d
}

.mobile_menu_button span:hover, .side_menu_button > a:hover {
    color:#e6ae48
}

.qode_search_form {
    background-color: #393939;
    color: #fff;
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left:0
}

.qode_search_form i {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 0 0 0 45px;
    float: left;
    line-height:50px
}

.qode_search_form input, .qode_search_form input:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    margin: 15px 0;
    width: 90%;
    padding: 0 45px 0 10px;
    font-family: inherit;
    outline: 0;
    outline-offset: 0;
    -webkit-appearance: none;
    float:left
}

.qode_search_form input:focus {
    outline-offset:0 !important
}

:-moz-placeholder, :-ms-input-placeholder, ::-moz-placeholder, ::-webkit-input-placeholder {
    color: #fff;
    margin:10px 0 0
}

@media only screen and (max-width: 1200px) {
    .qode_search_form input {
        width:80%
    }
}

@media only screen and (max-width: 768px) {
    .qode_search_form input {
        width:70%
    }
}

@media only screen and (max-width: 500px) {
    .qode_search_form input {
        width:65%
    }
}

@media only screen and (max-width: 350px) {
    .qode_search_form input {
        width:50%
    }
}

.qode_search_form .container_inner {
    position:relative
}

.qode_search_form .container i {
    padding:0
}

.qode_search_form .container input {
    width: 90%;
    padding:0 0 0 10px
}

.qode_search_form input[type=submit] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px !important;
    margin: -1px;
    padding: 0;
    position: absolute !important;
    width: 1px !important;
    visibility:hidden
}

.qode_search_form .qode_search_close {
    position: absolute;
    line-height: 50px;
    height: 50px;
    top: 0;
    right:45px
}

.qode_search_form .container .qode_search_close {
    right:0
}

.header_bottom_widget .q_social_icon_holder {
    margin-bottom: 0 !important;
    margin-right:15px !important
}

.header_bottom_widget .q_social_icon_holder.with_link .simple_social {
    color: #696969;
    font-size:14px
}

.light:not(.sticky):not(.scrolled) .header_bottom_widget .q_social_icon_holder.with_link .simple_social {
    color:#fff !important
}

.dark:not(.sticky):not(.scrolled) .header_bottom_widget .q_social_icon_holder.with_link .simple_social {
    color:#000 !important
}

.vertical_menu_enabled .content .container, .vertical_menu_enabled .full_width, .vertical_menu_enabled .q_slider, .vertical_menu_enabled .title_outer, .vertical_menu_enabled footer {
    padding-left:260px
}

body.page-template-blog-masonry-full-width-php.vertical_menu_enabled .content .full_width, body.page-template-blog-pinterest-full-width-php.vertical_menu_enabled .content .full_width {
    padding-left:300px
}

.boxed.vertical_menu_enabled .content .container, .boxed.vertical_menu_enabled .full_width, .boxed.vertical_menu_enabled .q_slider, .boxed.vertical_menu_enabled .title_outer, .boxed.vertical_menu_enabled footer, body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.boxed .content .full_width, body.page-template-blog-pinterest-full-width-php.vertical_menu_enabled.boxed .content .full_width {
    padding-left:0
}

.boxed.vertical_menu_enabled, .boxed.vertical_menu_enabled footer.uncover, .vertical_menu_enabled .full_screen_holder {
    padding-left:260px
}

.vertical_menu_enabled .content .title .container {
    padding-left:0
}

.vertical_menu_enabled .content .container, .vertical_menu_enabled .q_slider, .vertical_menu_enabled footer {
    width:auto
}

aside.vertical_menu_area {
    position: fixed;
    width: 260px;
    top: 0;
    left: 0;
    padding: 20px 40px;
    background-color: #fff;
    height: 100%;
    z-index: 101;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
    outline:0
}

aside.vertical_menu_area.qode-vetical-area-vertical-align-bottom, aside.vertical_menu_area.qode-vetical-area-vertical-align-center, aside.vertical_menu_area.qode-vetical-area-vertical-align-space-between {
    display: flex;
    flex-direction:column
}

aside.vertical_menu_area.qode-vetical-area-vertical-align-bottom .vertical_menu_area_widget_holder, aside.vertical_menu_area.qode-vetical-area-vertical-align-bottom nav.vertical_menu, aside.vertical_menu_area.qode-vetical-area-vertical-align-center .vertical_menu_area_widget_holder, aside.vertical_menu_area.qode-vetical-area-vertical-align-center nav.vertical_menu, aside.vertical_menu_area.qode-vetical-area-vertical-align-space-between .vertical_menu_area_widget_holder, aside.vertical_menu_area.qode-vetical-area-vertical-align-space-between nav.vertical_menu {
    margin:0
}

aside.vertical_menu_area.qode-vetical-area-vertical-align-space-between {
    justify-content:space-between
}

aside.vertical_menu_area.qode-vetical-area-vertical-align-center {
    justify-content:center
}

aside.vertical_menu_area.qode-vetical-area-vertical-align-bottom {
    justify-content:end
}

aside.vertical_menu_area.with_scroll {
    overflow:hidden
}

aside.vertical_menu_area .vertical_menu_area_widget_holder {
    position:relative
}

.vertical_menu_enabled.vertical_area_transparent .content {
    padding-left:0
}

.vertical_menu_transparency_on aside.vertical_menu_area.light .q_social_icon_holder i.simple_social body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.light .vertical_menu_area_widget_holder, .vertical_menu_transparency_on aside.vertical_menu_area.light .vertical_menu_area_widget_holder, .vertical_menu_transparency_on aside.vertical_menu_area.light .widget a, body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.light .q_social_icon_holder i.simple_social, body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.light .widget a {
    color:#fff
}

.vertical_menu_transparency_on aside.vertical_menu_area.dark .q_social_icon_holder i.simple_social, .vertical_menu_transparency_on aside.vertical_menu_area.dark .vertical_menu_area_widget_holder, .vertical_menu_transparency_on aside.vertical_menu_area.dark .widget a, body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.dark .q_social_icon_holder i.simple_social, body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.dark .vertical_menu_area_widget_holder, body:not(.vertical_menu_transparency_off) aside.vertical_menu_area.dark .widget a {
    color:#000
}

.vertical_menu_enabled header {
    display:block
}

.vertical_menu_enabled header .header_inner {
    display:none
}

.vertical_area_background {
    position: fixed;
    width: 260px;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity:1
}

.vertical_logo_wrapper {
    z-index: 100;
    position:relative
}

.vertical_logo_wrapper img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition:opacity .3s ease
}

.q_tabs .tabs-nav li a, nav.vertical_menu > ul > li > a {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition:color .3s ease-in-out, background-color .3s ease-in-out
}

.q_logo_vertical img.normal {
    position:relative
}

.q_logo_vertical img.dark, .q_logo_vertical img.light, .vertical_menu_transparency_on .light .q_logo_vertical img.normal, body:not(.vertical_menu_transparency_off) .light .q_logo_vertical img.normal {
    opacity:0
}

.vertical_menu_transparency_on .light .q_logo_vertical img.light, body:not(.vertical_menu_transparency_off) .light .q_logo_vertical img.light {
    opacity:1
}

.vertical_menu_transparency_on .dark .q_logo_vertical img.light, .vertical_menu_transparency_on .dark .q_logo_vertical img.normal, .vertical_menu_transparency_on .light .q_logo_vertical img.dark, body:not(.vertical_menu_transparency_off) .dark .q_logo_vertical img.light, body:not(.vertical_menu_transparency_off) .dark .q_logo_vertical img.normal, body:not(.vertical_menu_transparency_off) .vertical_menu_transparency_on .light .q_logo_vertical img.dark {
    opacity:0
}

.vertical_menu_transparency_on .dark .q_logo_vertical img.dark, body:not(.vertical_menu_transparency_off) .dark .q_logo_vertical img.dark {
    opacity:1
}

nav.vertical_menu {
    position: relative;
    z-index: 101;
    margin: 42px 0 0;
    text-align:left
}

.vertical_menu ul {
    list-style:none
}

.vertical_menu ul li {
    position:relative
}

nav.vertical_menu > ul > li > a {
    position: relative;
    display: block;
    padding: 0;
    line-height: 35px;
    color: #393939;
    font-weight: 700;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition:color .3s ease-in-out, background-color .3s ease-in-out
}

.vertical_menu ul li a:hover {
    color:#e6ae48
}

.vertical_menu_transparency_on .light nav.vertical_menu > ul > li > a, body:not(.vertical_menu_transparency_off) .light nav.vertical_menu > ul > li > a {
    color:#fff
}

.vertical_menu_transparency_on .dark nav.vertical_menu > ul > li > a, body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu > ul > li > a {
    color:#000
}

.vertical_menu .second .inner {
    position: relative;
    display: block;
    padding: 0;
    z-index:997
}

.vertical_menu_toggle .second .inner_arrow {
    display:none
}

.vertical_menu_toggle .second {
    margin: 0;
    display: none;
    overflow: hidden;
    z-index:10
}

.vertical_menu_toggle > ul > li.current-menu-ancestor .second, nav.vertical_menu_toggle > ul > li.current-menu-ancestor .second .inner ul li.current-menu-ancestor ul {
    display:block
}

.vertical_menu_toggle .second ul ul {
    display:none
}

nav.vertical_menu_toggle ul li a {
    display:block
}

nav.vertical_menu_toggle ul li a .line {
    display:none
}

nav.vertical_menu_toggle ul > li.menu-item-has-children > a > .plus {
    width: 25px;
    height: 25px;
    z-index: 10000;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/wp-content/themes/stockholm/css/img/vertical_menu_cross.png);
    background-repeat: no-repeat;
    background-position: 100%;
    -o-background-size: 8px 8px;
    -webkit-background-size: 8px 8px;
    -moz-background-size: 8px 8px;
    background-size: 8px 8px;
    display:none
}

nav.vertical_menu_toggle > ul > li.menu-item-has-children > a > .plus {
    height:35px
}

nav.vertical_menu_toggle .second ul > li.menu-item-has-children > a > .plus, nav.vertical_menu_toggle.vm_click_event ul > li.menu-item-has-children > a > .plus {
    display:block
}

nav.vertical_menu_toggle ul li ul > li.menu-item-has-children > a > .plus {
    margin:2px 0 0
}

.no-touch nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus, nav.vertical_menu_toggle ul > li.current-menu-ancestor > a > .plus, nav.vertical_menu_toggle ul > li.menu-item-has-children.open > a > .plus {
    background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_minus.png)
}

nav.vertical_menu_toggle ul li.menu-item-has-children a span {
    display: inline-block;
    max-width:180px
}

nav.vertical_menu_toggle li.narrow .second .inner ul ul, nav.vertical_menu_toggle ul li a .q_menu_arrow {
    display:none
}

.vertical_menu_transparency_on .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a > .plus, body:not(.vertical_menu_transparency_off) .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a > .plus {
    background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_cross_white.png)
}

.vertical_menu_transparency_on .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus, body:not(.vertical_menu_transparency_off) .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus {
    background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_minus_white.png)
}

.vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a > .plus, body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a > .plus {
    background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_cross_black.png)
}

.body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus, .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus {
    background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_minus_black.png)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and(min--moz-device-pixel-ratio: 1.5), only screen and(-o-min-device-pixel-ratio: 150 / 100), only screen and(min-device-pixel-ratio: 1.5), only screen and(min-resolution: 160dppx) {
    nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
        background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_cross@1_5x.png)
    }

    .no-touch nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus, .touch nav.vertical_menu_toggle ul > li.menu-item-has-children.open > a > .plus {
        background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_minus@1_5x.png)
    }

    .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul li.menu-item-has-children a .plus, body:not(.vertical_menu_transparency_off) .light nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
        background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_cross_white@1_5x.png)
    }

    .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus, body:not(.vertical_menu_transparency_off) .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus {
        background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_minus_white@1_5x.png)
    }

    .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul li.menu-item-has-children a .plus, body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
        background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_cross_black@1_5x.png)
    }

    .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus, body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus {
        background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_minus_black@1_5x.png)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and(min--moz-device-pixel-ratio: 2), only screen and(-o-min-device-pixel-ratio: 200 / 100), only screen and(min-device-pixel-ratio: 2), only screen and(min-resolution: 210dppx) {
    nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
        background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_cross@2x.png)
    }

    .no-touch nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus, .touch nav.vertical_menu_toggle ul > li.menu-item-has-children.open > a > .plus {
        background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_minus@2x.png)
    }

    .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul li.menu-item-has-children a .plus, body:not(.vertical_menu_transparency_off) .light nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
        background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_cross_white@2x.png)
    }

    .vertical_menu_transparency_on .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus, body:not(.vertical_menu_transparency_off) .light nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus {
        background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_minus_white@2x.png)
    }

    .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul li.menu-item-has-children a .plus, body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu_toggle ul li.menu-item-has-children a .plus {
        background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_cross_black@2x.png)
    }

    .vertical_menu_transparency_on .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus, body:not(.vertical_menu_transparency_off) .dark nav.vertical_menu_toggle ul > li.menu-item-has-children > a:hover > .plus {
        background-image:url(/wp-content/themes/stockholm/css/img/vertical_menu_minus_black@2x.png)
    }
}

nav.vertical_menu_toggle li.narrow .second .inner ul {
    background-color: transparent;
    padding: 0;
    width:100%
}

.vertical_menu_toggle .second .inner ul li a {
    display: block;
    height: auto;
    font-weight: 400;
    line-height: 18px;
    color: #9d9d9d;
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition:color .3s ease
}

.vertical_menu_toggle .second .inner ul li a:hover {
    color:#e6ae48
}

.vertical_menu_transparency_on .light .vertical_menu_toggle .second .inner ul li a, .vertical_menu_transparency_on .light .vertical_menu_toggle .second .inner ul li.sub ul li a, body:not(.vertical_menu_transparency_off) .light .vertical_menu_toggle .second .inner ul li a, body:not(.vertical_menu_transparency_off) .light .vertical_menu_toggle .second .inner ul li.sub ul li a {
    color:#fff !important
}

.vertical_menu_transparency_on .dark .vertical_menu_toggle .second .inner ul li a, .vertical_menu_transparency_on .dark .vertical_menu_toggle .second .inner ul li.sub ul li a, body:not(.vertical_menu_transparency_off) .dark .vertical_menu_toggle .second .inner ul li a, body:not(.vertical_menu_transparency_off) .dark .vertical_menu_toggle .second .inner ul li.sub ul li a {
    color:#000 !important
}

.vertical_menu_toggle .second .inner ul ul li a {
    padding-left:15px
}

.vertical_menu_area_widget_holder {
    margin:22px 0 0
}

.vertical_menu_area_widget_holder .widget {
    margin:0 0 26px
}

.vertical_menu_enabled .carousel-inner:not(.relative_position) {
    left:260px !important
}

.vertical_menu_area .q_social_icon_holder {
    margin:0 12px 2px 0 !important
}

.vertical_menu_enabled .content, .vertical_menu_enabled .content.content_top_margin {
    margin-top: 0 !important;
    padding-top:0 !important
}

.boxed.vertical_menu_enabled .carousel-inner {
    width: 1150px !important;
    left:auto !important
}

.vertical_menu_enabled.vertical_menu_transparency .full_section_inner {
    overflow:hidden
}

.vertical_menu_enabled.vertical_menu_transparency_on aside.vertical_menu_area {
    background-color:transparent !important
}

.vertical_menu_enabled.vertical_menu_transparency_on aside.vertical_menu_area .vertical_area_background {
    opacity:0
}

.vertical_menu_enabled.vertical_menu_transparency .q_slider {
    padding-left:0
}

.vertical_menu_enabled.vertical_menu_enabled.vertical_menu_transparency .carousel-inner:not(.relative_position) {
    left:0 !important
}

.boxed.vertical_menu_enabled.vertical_menu_enabled.vertical_menu_transparency .carousel-inner:not(.relative_position) {
    left:auto !important
}

.vertical_menu_enabled.vertical_menu_transparency .carousel-control.left, .vertical_menu_enabled.vertical_menu_transparency .carousel-control.right {
    bottom: 50px;
    top: auto;
    width: 50px;
    height:50px
}

.vertical_menu_enabled.vertical_menu_transparency .carousel-control.left {
    right:105px
}

.vertical_menu_enabled.vertical_menu_transparency .carousel-control.right {
    right:50px
}

.vertical_menu_enabled.vertical_menu_transparency .carousel-control .next_nav, .vertical_menu_enabled.vertical_menu_transparency .carousel-control .prev_nav {
    margin: 0 !important;
    top:0
}

.vertical_menu_enabled.vertical_menu_transparency .carousel-control .prev_nav {
    left:0
}

.vertical_menu_enabled.vertical_menu_transparency .carousel-control .next_nav {
    right:0
}

.vertical_menu_enabled.vertical_menu_transparency .carousel-indicators {
    display:none !important
}

.popup_menu_inner {
    display: inline-block;
    height: 2px;
    top: -1px;
    vertical-align: middle;
    position: relative;
    width:20px
}

.popup_menu .line {
    background-color: #5d5d5d;
    height: 2px;
    margin: 0;
    width: 13px;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    display:inline-block
}

.popup_menu .line:after, .popup_menu .line:before {
    background-color: #5d5d5d;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 13px;
    z-index: -1;
    -webkit-backface-visibility:hidden
}

.popup_menu.qode-popup-menu-svg-path .qode-popup-menu-opener-inner {
    position:relative
}

.popup_menu.qode-popup-menu-svg-path .qode-popup-svg-holder {
    transition:all .3s ease
}

.popup_menu.qode-popup-menu-svg-path .qode-popup-svg-holder svg * {
    fill: currentColor;
    stroke:currentColor
}

.light .popup_menu.qode-popup-menu-svg-path .qode-popup-svg-holder svg * {
    fill: #fff;
    stroke:#fff
}

.dark .popup_menu.qode-popup-menu-svg-path .qode-popup-svg-holder svg * {
    fill: #000;
    stroke:#000
}

.popup_menu.qode-popup-menu-svg-path .qode-popup-svg-holder.qode-popup-svg-closer {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity:0
}

.popup_menu.qode-popup-menu-svg-path.opened .qode-popup-svg-holder.qode-popup-svg-opener {
    visibility: hidden;
    opacity:0
}

.popup_menu.qode-popup-menu-svg-path.opened .qode-popup-svg-holder.qode-popup-svg-closer {
    visibility: visible;
    opacity:1
}

@media only screen and (min-width: 1000px) {
    .dark:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line, .dark:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:after, .dark:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:before {
        background-color:#000
    }

    .light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line, .light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:after, .light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:before {
        background-color:#fff
    }
}

.popup_menu .line:before {
    top:-4px
}

.popup_menu .line:after {
    top:4px
}

.popup_menu:hover .line, .popup_menu:hover .line:after, .popup_menu:hover .line:before {
    background-color:#e6ae48
}

.popup_menu.opened .line {
    background-color:transparent !important
}

.popup_menu.opened .line:after {
    background-color: #fff;
    top: 0 !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform:rotate(45deg)
}

.popup_menu.opened .line:before {
    background-color: #fff;
    top: 0 !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform:rotate(-45deg)
}

.popup_menu_holder_outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index:105
}

.popup_menu_holder {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: table;
    background-repeat: repeat;
    background-position:0 0
}

.popup_menu_holder_inner {
    display: table-cell;
    vertical-align: middle;
    padding:100px 0
}

.popup_menu_opened .shopping_cart_header, .touch .popup_menu_holder_outer {
    display:none
}

.popup_menu_opened #back_to_top, .popup_menu_opened .header_top, .popup_menu_opened .main_menu, .popup_menu_opened .mobile_menu_button, .popup_menu_opened .side_menu_button a:not(.popup_menu), .popup_menu_opened header .tooltip {
    visibility:hidden !important
}

.popup_menu_opened .popup_menu_holder_outer {
    visibility: visible;
    opacity:1
}

.touch .popup_menu_opened .popup_menu_holder_outer, nav.popup_menu > ul {
    display:block
}

.popup_menu_opened header.scrolled .header_bottom, .popup_menu_opened header.sticky .header_bottom {
    background-color: transparent !important;
    box-shadow:none
}

.popup_menu_opened .header_bottom, .popup_menu_opened .header_top {
    background-color: transparent !important;
    border-bottom:0 !important
}

.popup_menu_opened .q_logo img.dark, .popup_menu_opened .q_logo img.light, .popup_menu_opened .q_logo img.normal, .popup_menu_opened .q_logo img.sticky {
    opacity:0 !important
}

.popup_menu_opened header .q_logo img.popup {
    opacity:1 !important
}

nav.popup_menu {
    margin: 0 auto;
    position: relative;
    top: 0;
    text-align:left
}

nav.popup_menu ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin:0
}

nav.popup_menu ul li {
    margin: 0;
    padding: 0;
    text-align:center
}

nav.popup_menu ul.sub_menu {
    display:none
}

nav.popup_menu ul li a {
    font-size: 40px;
    font-weight: 800;
    line-height: 47px;
    letter-spacing: 1px;
    color: #393939;
    padding: 0;
    display: block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

nav.popup_menu ul li a:hover {
    color:#e6ae48
}

nav.popup_menu ul li a span {
    display: inline-block;
    vertical-align:middle
}

nav.popup_menu ul li ul li a {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 2px;
    color:#e6ae48
}

nav.popup_menu ul li ul li ul li a {
    font-size: .8em;
    line-height:1.3em
}

nav.popup_menu ul li ul li a:hover {
    color:#8d8d8d
}

.popup_menu.medium .line, .popup_menu.medium .line:after, .popup_menu.medium .line:before, .popup_menu.medium .popup_menu_inner {
    height: 3px;
    width:19px
}

.popup_menu.medium .line:before {
    top:-6px
}

.popup_menu.medium .line:after {
    top:6px
}

.popup_menu.large .line, .popup_menu.large .line:after, .popup_menu.large .line:before, .popup_menu.large .popup_menu_inner {
    height: 4px;
    width:24px
}

.popup_menu.large .line:before {
    top:-8px
}

.popup_menu.large .line:after {
    top:8px
}

.popup-menu-slide-from-left .popup_menu_holder {
    background-color:#fff
}

.popup-menu-slide-from-left .popup_menu_holder_outer {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-transition: -ms-transform .6s cubic-bezier(.39, .58, .57, 1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.39, .58, .57, 1);
    transition:transform .6s cubic-bezier(.39, .58, .57, 1)
}

.popup-menu-slide-from-left.popup_menu_opened .popup_menu_holder_outer {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform:translateX(0)
}

.popup-menu-slide-from-left .content {
    -ms-transition: -ms-transform .6s cubic-bezier(.39, .58, .57, 1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.39, .58, .57, 1);
    transition:transform .6s cubic-bezier(.39, .58, .57, 1)
}

.popup-menu-slide-from-left.popup_menu_opened .content, .popup-menu-slide-from-left.popup_menu_opened footer {
    -ms-transform: translateX(80%);
    -webkit-transform: translateX(80%);
    transform:translateX(80%)
}

.popup-menu-text-from-top nav.popup_menu > ul {
    opacity: 0;
    -ms-transform: translateY(20%) translateZ(0);
    -webkit-transform: translateY(20%) translateZ(0);
    transform: translateY(20%) translateZ(0);
    -webkit-transition: opacity .25s ease 0s, -webkit-transform .3s ease 0s;
    -ms-transition: opacity .25s ease 0s, -ms-transform .3s ease 0s;
    transition:opacity .25s ease 0s, transform .3s ease 0s
}

.popup-menu-text-from-top.popup_menu_opened nav.popup_menu > ul {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    -webkit-transition: opacity .5s ease .2s, -webkit-transform .5s ease .2s;
    -ms-transition: opacity .5s ease .2s, -ms-transform .5s ease .2s;
    transition:opacity .5s ease .2s, transform .5s ease .2s
}

.carousel-inner .slider_content .text.all_at_once, .portfolio_gallery a, .projects_holder .mix .image {
    -moz-transform: translateZ(0);
    -webkit-transform:translateZ(0)
}

.popup-menu-text-from-top.popup_menu_opened .popup_menu_holder_outer {
    -webkit-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition:opacity .5s ease
}

.popup-menu-text-from-top .popup_menu_holder_outer {
    -webkit-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    transition:opacity .4s ease
}

.carousel {
    position: relative;
    margin-bottom:0
}

.boxed .carousel-inner {
    width: 1150px;
    left:auto !important
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition:.6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height:1
}

.carousel-inner .video {
    position: static;
    left: 0;
    direction:ltr
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display:block
}

.carousel-inner > .active {
    left:0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width:100%
}

.carousel-inner > .next {
    left:100%
}

.carousel-inner > .prev {
    left:-100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left:0
}

.carousel-inner > .active.left {
    left:-100%
}

.carousel-inner > .active.right {
    left:100%
}

.carousel.fade .item {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 1;
    filter:alpha(opacity=100)
}

.carousel-inner, .paspartu_enabled .paspartu_top {
    -webkit-transition:left .33s cubic-bezier(.694, .0482, .335, 1)
}

.carousel.fade .active.item {
    opacity: 1;
    filter:alpha(opacity=100)
}

.carousel.fade .active.left, .carousel.fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter:alpha(opacity=0)
}

.carousel.fade .next, .carousel.fade .prev {
    left: 0;
    z-index:1
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style:none
}

.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    text-indent: -999px;
    cursor: pointer;
    border-radius:10px
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 40px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow:0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow:none
}

@media screen and (min-width: 768px) {
    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size:30px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom:30px
    }
}

.carousel.full_screen {
    height:1500px
}

.qode_slider_preloader {
    width: 100%;
    background-color: #1c1c1c;
    position: absolute;
    z-index: 20;
    height:1500px
}

.qode_slider_preloader .ajax_loader {
    position:absolute
}

.carousel-inner .slider_content_outer {
    position: relative;
    height: 100%;
    width: 1100px;
    margin: 0 auto;
    z-index:12
}

.carousel-inner .slider_content {
    position: absolute;
    width:100%
}

.carousel-inner .item.vertical_align_middle .slider_content_outer {
    display:table
}

.carousel-inner .item.vertical_align_middle .slider_content {
    position: relative;
    display: table-cell;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    right: auto !important;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.vertical_menu_enabled .carousel-inner .item.vertical_align_middle .slider_content {
    padding:0 !important
}

@media only screen and (max-width: 1000px) {
    .carousel-inner .item.vertical_align_middle .slider_content {
        padding:0 !important
    }
}

.carousel-inner .slider_content_outer.content_bottom_right_alignment {
    width:100%
}

.carousel-inner .slider_content_outer.content_bottom_right_alignment .slider_content {
    left: auto !important;
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    width: auto !important;
    height:auto !important
}

.carousel-inner .slider_content_outer.content_bottom_right_alignment .slider_content .text, .carousel-inner .slider_content_outer.content_bottom_right_alignment .slider_content h2, .carousel-inner .slider_content_outer.content_bottom_right_alignment .slider_content h3 {
    text-align: right;
    margin:0
}

@media only screen and (max-width: 800px) {
    .carousel-inner .slider_content_outer.content_bottom_right_alignment .slider_content .text, .carousel-inner .slider_content_outer.content_bottom_right_alignment .slider_content h2, .carousel-inner .slider_content_outer.content_bottom_right_alignment .slider_content h3 {
        text-align:center
    }

    .carousel-inner .slider_content_outer.content_bottom_right_alignment .slider_content {
        vertical-align:bottom
    }
}

.carousel-inner .slider_content .slide_anchor_holder {
    margin-top:8%
}

.carousel-inner .item.dark .slider_content .text .slide_anchor_holder .slide_anchor_button {
    color:#000
}

.carousel-inner .slider_content .slide_anchor_holder .slide_anchor_button {
    font-size: 51px;
    color:#fff
}

.carousel-inner .slider_content .thumb {
    height: 100%;
    opacity: 1;
    filter:alpha(opacity=100)
}

.carousel-inner .slider_content .thumb.fade, .carousel-inner .slider_content .thumb.flip {
    opacity: 0;
    filter:alpha(opacity=0)
}

@media only screen and (max-height: 850px) {
    .full_screen .carousel-inner .slider_content {
        height:35%
    }
}

@media only screen and (max-height: 600px) {
    .full_screen .carousel-inner .slider_content {
        height:25%
    }
}

.carousel-inner .slider_content.left .thumb {
    text-align:left
}

.carousel-inner .slider_content.right .thumb {
    text-align:right
}

.carousel-inner .slider_content.center .thumb {
    text-align:center
}

.carousel-inner .left .text, .carousel-inner .left h2, .carousel-inner .left h3, .title {
    text-align:left
}

.carousel-inner .active .slider_content .thumb.flip {
    -webkit-animation: rotate 1s 1 ease-out;
    -moz-animation: rotate 1s 1 ease-out;
    -o-animation: rotate 1s 1 ease-out;
    animation: rotate 1s 1 ease-out;
    opacity: 1;
    filter:alpha(opacity=100)
}

.carousel-inner .active .slider_content .thumb.fade {
    -webkit-animation: fade 1.5s 1 ease-out;
    -moz-animation: fade 1.5s 1 ease-out;
    -o-animation: fade 1.5s 1 ease-out;
    animation: fade 1.5s 1 ease-out;
    opacity: 1;
    filter:alpha(opacity=100)
}

.carousel-inner .slider_content .thumb img {
    max-height:100%
}

.carousel-inner .slider_content .text {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.carousel-inner .slider_content .text.all_at_once {
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
    filter:alpha(opacity=0)
}

.carousel-inner .active .slider_content .text.all_at_once {
    -webkit-animation: text-from-bottom 1.5s 1 cubic-bezier(.165, .84, .44, 1);
    -moz-animation: text-from-bottom 1.5s 1 cubic-bezier(.165, .84, .44, 1);
    -o-animation: text-from-bottom 1.5s 1 cubic-bezier(.165, .84, .44, 1);
    animation: text-from-bottom 1.5s 1 cubic-bezier(.165, .84, .44, 1);
    opacity: 1;
    filter:alpha(opacity=100)
}

.carousel-inner .slider_content .text.one_by_one {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    opacity:1
}

.carousel-inner .slider_content .text.one_by_one .slide_anchor_holder, .carousel-inner .slider_content .text.one_by_one a.qbutton, .carousel-inner .slider_content .text.one_by_one h2, .carousel-inner .slider_content .text.one_by_one h3 {
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top:70px
}

.carousel-inner .active .slider_content .text.one_by_one .slide_anchor_holder, .carousel-inner .active .slider_content .text.one_by_one a.qbutton, .carousel-inner .active .slider_content .text.one_by_one h2, .carousel-inner .active .slider_content .text.one_by_one h3 {
    -webkit-animation: text-from-bottom-one-by-one 1.2s cubic-bezier(.165, .84, .44, 1) 0s 1;
    -moz-animation: text-from-bottom-one-by-one 1.2s cubic-bezier(.165, .84, .44, 1) 0s 1;
    -o-animation: text-from-bottom-one-by-one 1.2s cubic-bezier(.165, .84, .44, 1) 0s 1;
    animation: text-from-bottom-one-by-one 1.2s cubic-bezier(.165, .84, .44, 1) 0s 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform:translateZ(0)
}

.carousel-inner .active .slider_content .text.one_by_one h2 {
    animation-delay: .2s;
    -webkit-animation-delay:.4s
}

.carousel-inner .active .slider_content .text.one_by_one h3.q_slide_text {
    animation-delay: .4s;
    -webkit-animation-delay:.6s
}

.carousel-inner .active .slider_content .text.one_by_one a.qbutton {
    animation-delay: .6s;
    -webkit-animation-delay:.8s
}

.carousel-inner .active .slider_content .text.one_by_one .slide_anchor_holder {
    animation-delay: .8s;
    -webkit-animation-delay:1s
}

.carousel-inner .slider_content .slide_buttons_holder {
    display:inline-block
}

.carousel-inner .slider_content .slide_buttons_holder .qbutton {
    margin: 30px 10px 0;
    -webkit-transform:translateZ(0)
}

.carousel-inner .slider_content .slide_buttons_holder .qbutton:first-child {
    margin-left:0
}

.carousel-inner .slider_content .slide_buttons_holder .qbutton:last-child {
    margin-right:0
}

.carousel-inner .slider_content .text .qbutton:not(.white):hover {
    color: #fff;
    border-color:#fff
}

.carousel-inner .item.dark .slider_content .text .qbutton {
    border-color: #303030;
    background-color: #303030;
    color:#fff
}

.carousel-inner .item.dark .slider_content .text .qbutton.white, .carousel-inner .item.dark .slider_content .text .qbutton:hover {
    background-color: transparent;
    color:#303030
}

.carousel-inner .item.dark .slider_content .text .qbutton.white:hover {
    background-color: #303030;
    color: #fff !important;
    border-color:#303030
}

.carousel-inner h2 {
    display: inline-block;
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    color: #fff;
    margin:0 0 14px
}

.carousel-inner h2.with_bg_color {
    padding:22px 62px
}

.carousel-inner h2 span {
    font-size: inherit;
    line-height: 1em;
    color:inherit
}

.carousel-inner h3 {
    color: #fff;
    margin:0 0 19px
}

.carousel-inner h3.q_slide_text {
    margin:0
}

.carousel-inner .dark h2, .carousel-inner .dark h3 {
    color:#000
}

.carousel-inner .center .text, .carousel-inner .center h2, .carousel-inner .center h3 {
    text-align:center
}

.carousel-inner .right .text, .carousel-inner .right h2, .carousel-inner .right h3 {
    text-align:right
}

.carousel-inner {
    left: 0 !important;
    position: fixed;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transition:left .33s cubic-bezier(.694, .0482, .335, 1)
}

.carousel-inner.relative_position {
    position:relative
}

.carousel-inner .item img {
    display:inline-block !important
}

.touch .carousel-inner .item {
    background-position:center 0 !important
}

.carousel-inner .item .image {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:100%
}

.carousel-inner .item .image img {
    display: none !important;
    width: 0;
    height:0
}

.carousel-inner .item .image_pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:2
}

.carousel-control {
    top: 0;
    width: 8%;
    height: 100%;
    text-shadow: none;
    position: absolute;
    z-index: 2 !important;
    margin: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:hidden
}

.title_text_shadow .breadcrumbs .breadcrumbs_inner, .title_text_shadow .subtitle, .title_text_shadow .title h1 {
    text-shadow:1px 1px 2px rgba(0, 0, 0, .4)
}

.carousel-control.right {
    right: 0;
    left:auto
}

.carousel-control:hover {
    opacity:1 !important
}

.carousel-control .next_nav, .carousel-control .prev_nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #a6a6a6;
    border: 1px solid transparent;
    text-align: center;
    z-index: 10;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

body.vertical_menu_enabled .carousel-control .next_nav, body.vertical_menu_enabled .carousel-control .prev_nav {
    margin-top:-25px !important
}

.carousel-control .next_nav:hover, .carousel-control .prev_nav:hover {
    background-color:#393939
}

@media only screen and (max-width: 1000px) {
    .carousel-control .next_nav, .carousel-control .prev_nav {
        margin-top:-25px !important
    }
}

.carousel-control span span {
    display: block;
    line-height:50px
}

.carousel-control .prev_nav {
    left:0
}

.carousel-control .next_nav {
    right:0
}

@media (max-width: 1300px) {
    .carousel.responsive_height .carousel-inner .slider_content_outer {
        display:table
    }

    .carousel.responsive_height .carousel-inner .slider_content .thumb {
        height:auto
    }

    .carousel.responsive_height .carousel-inner .slider_content {
        display: table-cell;
        vertical-align: middle;
        position: static;
        top: 0 !important;
        left:0 !important
    }

    .carousel-inner h2 {
        line-height:inherit !important
    }

    .carousel .carousel-inner h2 span {
        font-size: .825em !important;
        line-height:1.2em !important
    }

    .carousel .carousel-inner h3 span {
        font-size:.95em
    }

    .vertical_menu_enabled .carousel .carousel-inner h2 span {
        font-size: .725em !important;
        line-height:1.1em !important
    }

    .vertical_menu_enabled .carousel .carousel-inner h3 span {
        font-size:.8em
    }

    .vertical_menu_enabled .carousel-control.left {
        bottom: 40px;
        height: 50px;
        right: 100px;
        top: auto;
        width:50px
    }

    .vertical_menu_enabled .carousel-control.right {
        bottom: 40px;
        height: 50px;
        right: 40px;
        top: auto;
        width:50px
    }

    .vertical_menu_enabled .carousel-control .prev_nav {
        left: 0;
        margin: 0 !important;
        top:0
    }

    .vertical_menu_enabled .carousel-control .next_nav {
        margin: 0 !important;
        right: 0;
        top:0
    }
}

@media (max-width: 1200px) {
    .carousel .carousel-inner h2 span {
        font-size: .725em !important;
        line-height:1.1em !important
    }

    .carousel .carousel-inner h3 span {
        font-size:.8em
    }

    .vertical_menu_enabled .carousel .carousel-inner h2 span {
        font-size: .625em !important;
        line-height:1em !important
    }

    .vertical_menu_enabled .carousel .carousel-inner h3 span {
        font-size:.7em
    }
}

@media (max-width: 1024px) {
    .carousel-inner {
        position:relative
    }

    .carousel-inner .qbutton {
        line-height: 32px;
        height:32px
    }
}

@media only screen and (max-width: 800px) {
    .carousel .carousel-inner .slider_content_outer {
        display:table
    }

    .carousel-inner .slider_content .thumb {
        height:auto
    }

    .carousel .carousel-inner .slider_content {
        display: table-cell;
        vertical-align: middle;
        position: static;
        top: 0 !important;
        left:0 !important
    }
}

@media (max-width: 567px) {
    .carousel .carousel-inner h2 span {
        font-size: .625em !important;
        line-height:.9em !important
    }

    .carousel .carousel-inner h3 span {
        font-size: .7em;
        line-height:1.1em
    }

    .vertical_menu_enabled .carousel .carousel-inner h2 span {
        font-size: .525em !important;
        line-height:.8em !important
    }

    .vertical_menu_enabled .carousel .carousel-inner h3 span {
        font-size: .6em;
        line-height:1em
    }

    .carousel-control {
        display:none
    }
}

@media (max-width: 320px) {
    .carousel .carousel-inner h2 span {
        font-size: .5em !important;
        line-height:.9em !important
    }

    .carousel .carousel-inner h3 span {
        font-size: .6em;
        line-height:1em
    }

    .vertical_menu_enabled .carousel .carousel-inner h2 span {
        font-size: .4em !important;
        line-height:.8em !important
    }

    .vertical_menu_enabled .carousel .carousel-inner h3 span {
        font-size: .5em;
        line-height:.9em
    }
}

.carousel-indicators li {
    background-color: #fff;
    opacity: .4;
    margin: 0 3px;
    -webkit-transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
    transition:background-color .3s ease-in-out, opacity .3s ease-in-out
}

.blog_holder article .post_info a, .breadcrumb a {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition:color .3s ease-in-out
}

.carousel-indicators.dark li {
    background-color:#000
}

.carousel-indicators .active {
    opacity: 1;
    margin:0 3px
}

@-webkit-keyframes text-from-bottom {
    0%, 50% {
        -webkit-transform: translate(0, 15%);
        opacity:0
    }

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

@-moz-keyframes text-from-bottom {
    0%, 50% {
        -moz-transform: translate(0, 15%);
        opacity:0
    }

    100% {
        -moz-transform: translate(0, 0);
        opacity:1
    }
}

@-o-keyframes text-from-bottom {
    0%, 50% {
        -o-transform: translate(0, 15%);
        opacity:0
    }

    100% {
        -o-transform: translate(0, 0);
        opacity:1
    }
}

@keyframes text-from-bottom {
    0%, 50% {
        transform: translate(0, 15%);
        opacity:0
    }

    100% {
        transform: translate(0, 0);
        opacity:1
    }
}

@-webkit-keyframes rotate {
    0%, 50% {
        -webkit-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity:0
    }

    100% {
        -webkit-transform: perspective(600px) rotateX(0) scale(1);
        opacity:1
    }
}

@-moz-keyframes rotate {
    0%, 50% {
        -moz-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity:0
    }

    100% {
        -moz-transform: perspective(600px) rotateX(0) scale(1);
        opacity:1
    }
}

@-o-keyframes rotate {
    0%, 50% {
        -o-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity:.2
    }

    100% {
        -o-transform: perspective(600px) rotateX(0) scale(1);
        opacity:1
    }
}

@keyframes rotate {
    0%, 50% {
        transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity:0
    }

    100% {
        transform: perspective(600px) rotateX(0) scale(1);
        opacity:1
    }
}

@-webkit-keyframes fade {
    0%, 50% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

@-moz-keyframes fade {
    0%, 50% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

@-o-keyframes fade {
    0%, 50% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

@keyframes fade {
    0%, 50% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

@-webkit-keyframes text-from-bottom-one-by-one {
    0% {
        top: 70px;
        opacity:0
    }

    50% {
        top: 45px;
        opacity:0
    }

    100% {
        top: 0;
        opacity:1
    }
}

@-moz-keyframes text-from-bottom-one-by-one {
    0% {
        top: 70px;
        opacity:0
    }

    50% {
        top: 45px;
        opacity:0
    }

    100% {
        top: 0;
        opacity:1
    }
}

@-o-keyframes text-from-bottom-one-by-one {
    0% {
        top: 70px;
        opacity:0
    }

    50% {
        top: 45px;
        opacity:0
    }

    100% {
        top: 0;
        opacity:1
    }
}

@keyframes text-from-bottom-one-by-one {
    0% {
        top: 70px;
        opacity:0
    }

    50% {
        top: 45px;
        opacity:0
    }

    100% {
        top: 0;
        opacity:1
    }
}

.carousel .video .mobile-video-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:10
}

.carousel .video .video-overlay img, .carousel .video .video-wrap .mejs-container .mejs-controls {
    display:none !important
}

.carousel .video .video-overlay {
    height: 3000px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:11
}

.carousel .video .video-overlay.active {
    background-image: url(/wp-content/themes/stockholm/css/img/pixel-video.png);
    background-position: 0 0;
    background-repeat: repeat;
    opacity:1
}

.carousel .video .video-wrap {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index:10
}

.carousel .video .video-wrap .mejs-poster {
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size:cover !important
}

.title, .title img {
    display: block;
    position:relative
}

.carousel .video .video-wrap .mejs-controls .mejs-button button:focus {
    outline:0 !important
}

.carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color:rgba(255, 255, 255, .18) !important
}

.carousel .video .video-wrap .mejs-container {
    background-color: transparent !important;
    background-image: none !important;
    height:auto !important
}

.carousel .video .video-wrap .mejs-mediaelement {
    background: 0 0 !important;
    border:0 !important
}

.carousel .video .video-wrap .mejs-container .mejs-poster img {
    max-width: none !important;
    width:100% !important
}

.carousel .video .video-wrap .mejs-controls button {
    opacity:.8
}

.carousel .video .video-wrap .mejs-controls button:hover, .mejs-controls .mejs-fullscreen-button:hover button {
    opacity:1 !important
}

.carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
    background:#1f1f1f !important
}

.carousel .video .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background:0 0 !important
}

.q_slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index:10
}

@media only screen and (min-width: 1000px) {
    .right_side_menu_opened:not(.boxed) .carousel-inner:not(.relative_position) {
        left:-270px !important
    }
}

.title_outer.animate_title_area {
    overflow:hidden
}

.title {
    width: 100%;
    height: 100px;
    z-index: 101;
    background-color:#5d5d5d
}

.title.with_background_color {
    background-image:none
}

.title_outer.with_image .title {
    height: auto !important;
    line-height: normal;
    background:0 0
}

.title img {
    width:100%
}

.title .not_responsive {
    display:none
}

.title .title_holder {
    display: flex;
    align-items: center;
    height: 100%;
    left: 0;
    position: relative;
    width:100%
}

.title_outer .has_background.title .title_holder, .title_outer .has_fixed_background.title .title_holder, .title_outer.with_image .title .title_holder {
    position: absolute;
    top: 0;
    display:block
}

.title .title_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    top:0
}

.title.has_background, .title.has_fixed_background {
    background-repeat: no-repeat;
    background-position:center 0
}

.title .title_holder .container {
    background-color:transparent
}

.title .title_holder .title_full_width {
    display: flex;
    align-items: center;
    height: 100%;
    width:100%
}

.title_outer .has_background.title .title_holder .container, .title_outer .has_fixed_background.title .title_holder .container, .title_outer.with_image .title .title_holder .container {
    display: block;
    height:100%
}

.content .title_outer.with_image .title .container_inner, .title_outer .has_background.title .title_holder .container_inner, .title_outer .has_fixed_background.title .title_holder .container_inner {
    display: table;
    height:100%
}

.title_subtitle_holder {
    display: block;
    padding: 0;
    position: relative;
    width:100%
}

@media only screen and (min-width: 768px) {
    .breadcrumbs_right_from_title .title_subtitle_holder, .breadcrumbs_right_from_title .title_subtitle_holder_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:100%
    }

    .breadcrumbs_right_from_title .title_subtitle_holder .breadcrumb, .breadcrumbs_right_from_title .title_subtitle_holder .title h1 {
        margin:0 !important
    }
}

.title_outer .has_background.title .title_subtitle_holder, .title_outer .has_fixed_background.title .title_subtitle_holder, .title_outer.with_image .title .title_subtitle_holder {
    display: table-cell;
    vertical-align: middle;
    width:100%
}

.title_subtitle_holder_inner {
    position:relative
}

.position_center.title .title_subtitle_holder {
    text-align:center
}

.position_right.title .title_subtitle_holder {
    text-align:right
}

.title h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 54px;
    line-height: 1.25em;
    color:#fff
}

.title.with_title_text_bg_color h1 {
    padding: 27px 57px;
    margin-bottom:23px
}

.subtitle {
    display: block;
    font-family: crete round, sans-serif;
    font-size: 20px;
    line-height: 1.214285714285714em;
    font-style: italic;
    font-weight:400
}

.title .qodef-text-above-title {
    display: block;
    margin-bottom:5px
}

.animate_title_text .breadcrumbs_title .breadcrumb, .animate_title_text .title h1 {
    -webkit-animation: title-from-right .5s 1 cubic-bezier(.175, .885, .32, 1.275) 1s;
    -moz-animation: title-from-right .5s 1 cubic-bezier(.175, .885, .32, 1.275) 1s;
    -o-animation: title-from-right .5s 1 cubic-bezier(.175, .885, .32, 1.275) 1s;
    animation: title-from-right .5s 1 cubic-bezier(.175, .885, .32, 1.275) 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility:visible
}

.blog_holder article .mejs-container .mejs-controls, .portfolio_single .mejs-container .mejs-controls {
    visibility:visible !important
}

@-webkit-keyframes title-from-right {
    0% {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform:translate(50%, 0)
    }

    100% {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform:translate(0, 0)
    }
}

@-moz-keyframes title-from-right {
    0% {
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-transform:translate(50%, 0)
    }

    100% {
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-transform:translate(0, 0)
    }
}

@-o-keyframes title-from-right {
    0% {
        filter: alpha(opacity=0);
        opacity: 0;
        -o-transform:translate(50%, 0)
    }

    100% {
        filter: alpha(opacity=100);
        opacity: 1;
        -o-transform:translate(0, 0)
    }
}

@keyframes title-from-right {
    0% {
        filter: alpha(opacity=0);
        opacity: 0;
        transform:translate(50%, 0)
    }

    100% {
        filter: alpha(opacity=100);
        opacity: 1;
        transform:translate(0, 0)
    }
}

.position_right .breadcrumb {
    left: 0;
    right:auto
}

.title.has_fixed_background {
    background-attachment: fixed;
    position: relative;
    z-index:101
}

.title.standard_title .breadcrumb {
    position: relative;
    margin:20px 0 0
}

.title.standard_title.position_center .breadcrumb {
    text-align:center
}

.title.standard_title.position_left .breadcrumb {
    text-align:left
}

.title.standard_title.position_right .breadcrumb {
    text-align:right
}

.title.without_title_text .breadcrumb {
    position:static
}

.breadcrumb {
    position: absolute;
    height: 100%;
    top: 0;
    right:0
}

.breadcrumbs {
    display: table;
    height: 100%;
    width:100%
}

.breadcrumbs .breadcrumbs_inner {
    display: table-cell;
    vertical-align:middle
}

.breadcrumb a, .breadcrumb span {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform:uppercase
}

.breadcrumb a {
    transition:color .3s ease-in-out
}

.breadcrumb a:hover, .breadcrumb span.current {
    color:#a6a6a6
}

.title.breadcrumbs_title .breadcrumb {
    position: relative;
    right: auto;
    margin: 0;
    display: inline-block;
    vertical-align:middle
}

.touch .title.has_fixed_background {
    background-attachment:scroll
}

.content .title .container_inner {
    padding:0 !important
}

.blog_holder article {
    display: inline-block;
    width: 100%;
    margin:0 0 50px
}

.blog_holder.masonry article, .blog_holder.masonry_full_width article {
    display: block;
    float:left
}

.blog_holder.blog_single article {
    margin:0
}

.blog_holder article .post_info > span:first-child:before {
    display:none
}

.blog_single .post_content > p, .content .container .container_inner > p, body:not(.wpb-js-composer) .blog_single .post_content p, body:not(.wpb-js-composer) .content .container .container_inner p {
    margin-bottom:15px
}

.blog_single .post_content > p:last-child, body:not(.wpb-js-composer) .blog_single .post_content p:last-child {
    margin-bottom:0
}

.single-post .blog_single .post_content embed, .single-post .blog_single .post_content iframe {
    max-width:100%
}

.blog_holder article.sticky .post_text h3 a {
    color:#e6ae48
}

.blog_holder article .post_content_holder {
    width:100%
}

.blog_holder article .post_image, .blog_holder article .post_image img, .blog_holder article .post_image > a {
    position: relative;
    width: 100%;
    display:block
}

.blog_holder.blog_large_image article .post_image > a {
    width: auto;
    display: inline-block;
    vertical-align:top
}

.blog_holder article .post_text .post_text_inner {
    padding: 45px 50px;
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}

.blog_holder.blog_single article .post_text .post_text_inner {
    padding:30px 40px 50px
}

.blog_single.blog_holder article.format-link .post_text .post_text_inner, .blog_single.blog_holder article.format-quote .post_text .post_text_inner {
    padding: 40px 50px;
    margin:0 0 30px
}

.blog_holder.masonry article .post_text .post_text_inner, .blog_holder.masonry_full_width article .post_text .post_text_inner {
    padding:25px 25px 35px
}

.blog_single.blog_holder article.format-link .post_content, .blog_single.blog_holder article.format-quote .post_content {
    background-color: #fff;
    padding: 35px 45px;
    border:1px solid transparent
}

.blog_holder article .post_text h5 {
    color: #5d5d5d;
    font-size: 18px;
    margin:0 0 20px
}

.blog_holder.masonry article.sticky .post_text h5 a, .blog_holder.masonry_full_width article.sticky .post_text h5 a {
    color:#e6ae48
}

.blog_holder article .post_text h2 .date {
    color:#bebebe
}

.blog_holder article .post_info {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
    color: #e6ae48;
    font-size: 14px;
    line-height: 1.5em;
    font-family: crete round, sans-serif;
    font-style:italic
}

.blog_holder article .post_info a, .blog_holder article h2 span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform:inherit
}

.blog_holder article h2 {
    margin: 0 0 32px;
    word-break:break-word
}

.blog_holder article.sticky h2 a {
    color:#e6ae48
}

.blog_holder article h2 span {
    font-family: inherit;
    font-style: inherit;
    color:inherit
}

.blog_holder article .post_info a {
    font-family: inherit;
    font-style: inherit;
    color: #e6ae48;
    transition:color .3s ease-in-out
}

.blog_holder article .post_info a:hover {
    color:#9d9d9d
}

.blog_holder article .post_text .post_info .post_author, .blog_holder article .post_text .post_info .post_category, .blog_holder article .post_text .post_info .post_comments, .blog_holder article .post_text .post_info .time, .blog_holder.masonry article .post_text .post_info .post_comments a {
    line-height: 1em;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

.blog_holder article .post_text a.more-link span, .q_social_icon_holder .fa-stack {
    -webkit-transition:color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out
}

.blog_holder article .post_info > span {
    padding: 0 10px 0 0;
    margin:0 10px 0 0
}

.blog_holder article .post_info > span:before {
    content: '/';
    position: relative;
    left:-10px
}

.blog_holder article .post_info > span:first-child:before {
    content: '';
    left:0
}

.blog_holder article .post_info > span:last-child {
    margin: 0;
    padding:0
}

.blog_holder article .post_text .post_info span i {
    padding:0 0 0 10px
}

.blog_holder article .post_text a.more-link {
    position: relative;
    display: table;
    margin:35px 0 0
}

.blog_holder article .post_text a.more-link span {
    position: relative;
    display: inline-block;
    width: auto;
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0 16px;
    border: 2px solid #e6ae48;
    font-size: 10px;
    font-weight: 700;
    font-family: inherit;
    text-align: left;
    color: #fff;
    background-color: #e6ae48;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 2px;
    white-space: nowrap;
    vertical-align: middle;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing:initial !important
}

.blog_holder article .post_text a.more-link:hover span {
    color: #e6ae48;
    background-color: transparent;
    border-color:#e6ae48
}

.blog_holder article .post_text .post_social {
    margin: 35px 0 0;
    display: inline-block;
    vertical-align: middle;
    width:100%
}

.blog_single.blog_holder article .post_text .post_social {
    margin:60px 0 0
}

.blog_holder article .post_social .blog_share, .blog_holder article .post_social .post_comments {
    margin:0 20px 0 0
}

.blog_holder article .post_social .blog_like, .blog_holder article .post_social .blog_share, .blog_holder article .post_social .post_comments {
    display: block;
    width: 40px;
    float: left;
    text-align:center
}

.blog_holder article .post_social .blog_like i, .blog_holder article .post_social .post_comments i, .blog_holder article .post_social .social_share_holder > a > i {
    display: block;
    width: 36px;
    height: 36px;
    background-color: #e6ae48;
    border-radius: 25px;
    color: #fff;
    line-height: 36px;
    font-size: 13px;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition:background-color .3s ease-in-out, color .3s ease-in-out
}

.blog_holder article .post_social .blog_like span, .blog_holder article .post_social .blog_share .social_share_title, .blog_holder article .post_social .post_comments span {
    display: block;
    color: #8b8b8b;
    font-size: 13px;
    line-height: 15px;
    margin-top: 10px;
    font-weight: 700;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

.blog_holder article .post_social .blog_like .liked i, .blog_holder article .post_social .blog_like:hover i, .blog_holder article .post_social .post_comments:hover i, .blog_holder article .post_social .social_share_holder > a:hover > i {
    background-color:#5d5d5d
}

.blog_holder article .video .mobile-video-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:10
}

.blog_holder article .video {
    position:relative
}

.blog_holder article .video .video-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index:10
}

.blog_holder article .video .video-wrap .mejs-poster {
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    width: 100% !important;
    height:100% !important
}

.blog_holder article .video .video-wrap .mejs-container {
    background-color: transparent !important;
    background-image: none !important;
    height: 100% !important;
    width: 100% !important;
    overflow:hidden
}

.blog_holder article .video .video-wrap .mejs-mediaelement {
    background: 0 0 !important;
    border:0 !important
}

.blog_holder article .video .video-wrap .mejs-container .mejs-poster img {
    max-width: none !important;
    width:100% !important
}

.blog_holder article .mejs-controls .mejs-volume-button .mejs-volume-slider, .blog_holder article .post_image .mejs-poster img {
    display:none !important
}

.blog_holder article .post_description {
    margin:2px 0 10px
}

.blog_holder article .post_info .post_info_left a.post_author_avatar {
    display: inline-block;
    float: left;
    padding:0 10px 0 0
}

.blog_holder article .post_info .post_info_left a.post_author {
    display: inline-block;
    line-height: 64px;
    float:left
}

.post_author_avatar img {
    border-radius: 60px;
    border:2px solid #eaeaea
}

.blog_holder.masonry article .post_description, .blog_holder.masonry_full_width article .post_description {
    margin:0 0 4px
}

.blog_holder article .post_description .post_comments:hover, .blog_holder article .post_description a:hover {
    color:#e6ae48
}

.blog_holder article .post_info .qbutton.dark {
    text-transform:none
}

.blog_share {
    display:inline-block
}

.blog_holder article.format-link .post_text .post_title h3, .blog_holder article.format-quote .post_text .post_title h3 {
    font-size: 20px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

.blog_holder article.format-quote .post_text .quote_author {
    display: block;
    margin: 16px 0 0;
    font-size: 22px;
    line-height: 1.538461538461538em;
    color: #5d5d5d;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

.blog_holder.blog_single article.format-link .post_text .post_info a:hover, .blog_holder.blog_single article.format-quote .post_text .post_info a:hover {
    color:#9d9d9d
}

.blog_holder article.format-link .blog_like a:hover span, .blog_holder article.format-link .post_text .post_text_inner:hover .post_info, .blog_holder article.format-link .post_text .post_text_inner:hover .post_info .time, .blog_holder article.format-link .post_text .post_text_inner:hover .post_info a, .blog_holder article.format-link .post_text .post_text_inner:hover .post_social .blog_like span, .blog_holder article.format-link .post_text .post_text_inner:hover .post_social .blog_share .social_share_title, .blog_holder article.format-link .post_text .post_text_inner:hover .post_social .post_comments span, .blog_holder article.format-link .post_text .post_text_inner:hover .post_title h3, .blog_holder article.format-link .post_text .post_text_inner:hover .post_title h3 a, .blog_holder article.format-link .post_text .post_text_inner:hover p a, .blog_holder article.format-quote .blog_like a:hover span, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_info, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_info .time, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_info a, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_social .blog_like span, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_social .blog_share .social_share_title, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_social .post_comments span, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_title h3, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_title h3 a, .blog_holder article.format-quote .post_text .post_text_inner:hover .quote_author, .blog_holder article.format-quote .post_text .post_text_inner:hover p a, .blog_holder.blog_single article.format-link .post_text .post_text_inner:hover .post_info a:hover, .blog_holder.blog_single article.format-quote .post_text .post_text_inner:hover .post_info a:hover, .blog_holder.masonry article.format-link .post_text .post_text_inner:hover .post_author, .blog_holder.masonry article.format-link .post_text .post_text_inner:hover .post_author > a, .blog_holder.masonry article.format-quote .post_text .post_text_inner:hover .post_author > a, .blog_holder.masonry article.format-quote .post_text_inner:hover .post_author, .blog_holder.masonry_full_width article.format-link .post_text .post_text_inner:hover .post_author, .blog_holder.masonry_full_width article.format-link .post_text .post_text_inner:hover .post_author > a, .blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner:hover .post_author, .blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner:hover .post_author > a, .blog_holder.pinterest_full_width article.format-link .post_text .post_text_inner:hover .post_comments, .blog_holder.pinterest_full_width article.format-quote .post_text .post_text_inner .quote_autho {
    color:#fff
}

.blog_holder article.format-link .post_text .post_text_inner:hover .post_social .blog_like i, .blog_holder article.format-link .post_text .post_text_inner:hover .post_social .post_comments i, .blog_holder article.format-link .post_text .post_text_inner:hover .post_social .social_share_holder > a > i, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_social .blog_like i, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_social .post_comments i, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_social .social_share_holder > a > i, .blog_holder.masonry article.format-link .post_text .post_text_inner:hover .link_mark, .blog_holder.masonry article.format-quote .post_text_inner:hover .qoute_mark, .blog_holder.masonry_full_width article.format-link .post_text .post_text_inner:hover .link_mark, .blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner:hover .qoute_mark {
    background-color: #fff;
    color:#e6ae48
}

.blog_holder article.format-link .post_text .post_text_inner:hover .post_social .blog_like .liked i, .blog_holder article.format-link .post_text .post_text_inner:hover .post_social .blog_like:hover i, .blog_holder article.format-link .post_text .post_text_inner:hover .post_social .post_comments:hover i, .blog_holder article.format-link .post_text .post_text_inner:hover .post_social .social_share_holder > a:hover > i, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_social .blog_like .liked i, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_social .blog_like:hover i, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_social .post_comments:hover i, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_social .social_share_holder > a:hover > i {
    background-color:#5d5d5d
}

.blog_holder.masonry article.format-link .post_text .post_text_inner h3, .blog_holder.masonry article.format-quote .post_text_inner .quote_author, .blog_holder.masonry article.format-quote .post_text_inner h3, .blog_holder.masonry_full_width article.format-link .post_text .post_text_inner h3, .blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner .quote_author, .blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner h3 {
    font-size: 17px;
    line-height: 1.47em;
    margin:0
}

.blog_holder.masonry article.format-link .post_text .post_text_inner .link_mark, .blog_holder.masonry article.format-quote .post_text_inner .qoute_mark, .blog_holder.masonry_full_width article.format-link .post_text .post_text_inner .link_mark, .blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner .qoute_mark {
    background-color: #e6ae48;
    border-radius: 30px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 48px;
    margin: 0 0 25px;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition:background-color .3s ease-in-out, color .3s ease-in-out
}

.blog_holder.masonry article.format-quote .post_text_inner .qoute_mark, .blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner .qoute_mark {
    font-size:27px
}

.blog_holder.masonry article.format-link .post_text .post_text_inner .link_mark, .blog_holder.masonry_full_width article.format-link .post_text .post_text_inner .link_mark {
    font-size:17px
}

.blog_holder.blog_chequered article {
    width: 25%;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box
}

@media only screen and (min-width: 1400px) {
    .blog_holder.blog_chequered article:nth-child(4n) {
        border-right:0
    }
}

.blog_holder.blog_chequered article .qodef-post-content {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position:relative
}

.blog_holder.blog_chequered article .qodef-post-content .qodef-post-content-overlay {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left:0
}

.blog_holder.blog_chequered article .qodef-post-content-inner {
    padding:60px 75px 50px 60px
}

.blog_holder.blog_chequered article.format-quote .qodef-post-text, .qodef-blog-holder.qodef-blog-type-chequered article.format-link .qodef-post-text {
    padding: 0;
    background-color:transparent
}

.blog_holder.blog_chequered article .qodef-post-text {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width:100%
}

.blog_holder.blog_chequered article .qodef-post-text-inner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align:left
}

.blog_holder.blog_chequered article .qodef-post-title {
    margin-bottom:17px
}

.blog_holder.blog_chequered article .qodef-post-title a {
    color:inherit
}

.blog_holder.blog_chequered article .qodef-post-title .time {
    color:#e6ae48
}

.blog_holder.blog_chequered article .post_info {
    margin-bottom:27px
}

.blog_holder.blog_chequered article .post_excerpt {
    margin-top: 0;
    margin-bottom:18px
}

.blog_holder.blog_chequered article .quote_author {
    margin-top: 10px;
    width:100%
}

.blog_holder.blog_chequered article.qodef-with-bg-image .qodef-post-content-overlay {
    background-color:rgba(0, 0, 0, .45)
}

.blog_holder.blog_chequered article.qodef-with-bg-image .qodef-post-title a {
    color:#fff
}

.blog_holder.blog_chequered article.qodef-with-bg-image .qodef-post-title a:hover {
    color:#dedede
}

.blog_holder.blog_chequered article.qodef-with-bg-color .qodef-post-title a:hover {
    color:#e6ae48
}

.blog_holder.blog_chequered article.qodef-with-bg-image .quote_author {
    color: #fff;
    font-size:12px
}

.blog_holder.blog_chequered article.qodef-with-bg-image .post_excerpt, .blog_holder.blog_chequered article.qodef-with-bg-image .post_info, .blog_holder.blog_chequered article.qodef-with-bg-image .post_info a {
    color:#fff
}

.blog_holder.blog_chequered article .more-link {
    color: #101010;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    padding: 0;
    line-height: 35px;
    font-weight:600
}

.blog_holder.blog_chequered article .more-link:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left:8px
}

.blog_holder.blog_chequered article .more-link:hover, .blog_holder.blog_chequered article.qodef-with-bg-image .more-link:hover {
    color:#a7a7a7
}

.blog_holder.blog_chequered article .more-link span {
    position:relative
}

.blog_holder.blog_chequered article .more-link span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #a7a7a7;
    -webkit-transition: width .3s ease-out;
    -moz-transition: width .3s ease-out;
    transition:width .3s ease-out
}

.blog_holder.blog_chequered article .more-link:hover span:after {
    width:100%
}

.blog_holder.blog_chequered article.qodef-with-bg-image .more-link {
    color:#fff
}

.blog_holder.blog_animated {
    line-height: 0;
    margin-bottom:60px
}

.blog_holder.blog_animated article {
    margin: 0;
    border-bottom:1px solid #e5e5e5
}

.blog_holder.blog_animated article:first-child {
    border-top:1px solid #e5e5e5
}

.blog_holder.blog_animated article .qodef-post-content-inner {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    overflow:hidden
}

.blog_holder.blog_animated article .qodef-post-content-overlay {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition:opacity .3s ease-out
}

.blog_holder.blog_animated article:hover .qodef-post-content-overlay {
    opacity:1
}

.blog_holder.blog_animated article .qodef-post-content-overlay span {
    position: absolute;
    right: 8%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 48px;
    -webkit-transition: right .3s ease-out;
    transition: right .3s ease-out;
    color:#333
}

.blog_holder.blog_animated article:hover .qodef-post-content-overlay span {
    right:5%
}

.blog_holder.blog_animated article .qodef-post-image {
    display: table-cell;
    width: 150px;
    height: 100%;
    vertical-align: middle;
    position: relative;
    line-height: 0;
    opacity: 0;
    left: -200px;
    -webkit-transition: left .4s ease-out, opacity .4s ease-out;
    transition:left .4s ease-out, opacity .4s ease-out
}

.blog_holder.blog_animated article .qodef-post-image img {
    display: inline-block;
    width:100%
}

.blog_holder.blog_animated article:hover .qodef-post-image {
    left: 0;
    opacity:1
}

.blog_holder.blog_animated article .qodef-post-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
    left: -150px;
    -webkit-transition: left .3s ease-out .1s;
    transition: left .3s ease-out .1s;
    padding-right:100px
}

.blog_holder.blog_animated article:hover .qodef-post-text {
    left:50px
}

.blog_holder.blog_animated article .post_info {
    margin:0
}

.blog_holder.blog_animated article .post_info > span:first-child:before {
    display:none
}

.blog_holder.blog_centered article {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 50px;
    padding-bottom: 21px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box
}

.blog_holder.blog_centered article.format-link, .blog_holder.blog_centered article.format-quote {
    border: 1px solid #c2c2c2;
    padding:28px 35px 29px
}

.blog_holder.blog_centered article .post_image {
    margin-bottom:37px
}

.blog_holder.blog_centered article .post_image a:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    background-color: #000;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    position: absolute;
    left: 0;
    top: 0;
    z-index:9
}

.blog_holder.blog_centered article .post_image a:hover:before {
    opacity:.15
}

.blog_holder.blog_centered article .post_image a.flex-next:before, .blog_holder.blog_centered article .post_image a.flex-prev:before {
    display:none
}

.blog_holder.blog_centered article .post_text .post_text_inner {
    padding: 0;
    background-color: transparent;
    text-align:center
}

.blog_holder.blog_centered article:not(.format-link):not(.format-quote) .post_text .post_text_inner {
    padding:0
}

.blog_holder.blog_centered article.format-link .post_text .post_text_inner, .blog_holder.blog_centered article.format-quote .post_text .post_text_inner {
    text-align:left
}

.blog_holder.blog_centered article .post_text .post_author, .blog_holder.blog_centered article .post_text .post_category, .blog_holder.blog_centered article .post_text .post_info_bottom .time {
    font-size: 12px;
    color: #868686;
    text-transform: uppercase;
    letter-spacing:1.8px
}

.blog_holder.blog_centered article .post_text .post_category {
    margin-bottom: 7px;
    display:inline-block
}

.blog_holder.blog_centered article .post_text .post_author a, .blog_holder.blog_centered article .post_text .post_category a {
    color:#868686
}

.blog_holder.blog_centered article.format-link .qodef-post-title, .blog_holder.blog_centered article.format-quote .qodef-post-title {
    margin-bottom:32px
}

.blog_holder.blog_centered article .post_excerpt {
    margin-top: 34px;
    margin-bottom:40px
}

.blog_holder.blog_centered article .post_author {
    margin-top: 9px;
    display:inline-block
}

.blog_holder.blog_centered article .post_text .qbutton.qode-blog-centered-button {
    background-color: transparent;
    border-width: 1px;
    border-color: #313131;
    height: 44px;
    line-height: 44px;
    padding: 0 32px;
    color: #161616;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1.8px;
    margin-bottom:33px
}

.blog_holder.blog_centered article .post_text .qbutton.qode-blog-centered-button:hover {
    background-color: #313131;
    color:#fff
}

.blog_holder.blog_centered article .post_social .blog_like i, .blog_holder.blog_centered article .post_social .blog_like span, .blog_holder.blog_centered article .post_social .post_comments i, .blog_holder.blog_centered article .post_social .post_comments span {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 14px;
    font-size: 14px;
    background-color: transparent;
    color: #313131;
    margin: 0;
    vertical-align:middle
}

.blog_holder.blog_centered article .post_social .blog_like span, .blog_holder.blog_centered article .post_social .post_comments span {
    margin-left:2px
}

.blog_holder.blog_centered article .post_info_bottom {
    display: table;
    width: 100%;
    height:100%
}

.blog_holder.blog_centered article .post_text .post_info_bottom .time {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 50%;
    height:100%
}

.blog_holder.blog_centered article .post_text .post_info_bottom .time span {
    display: inline-block;
    vertical-align: middle;
    line-height:22px
}

.blog_holder.blog_centered article .post_info_bottom .post_social {
    display: table-cell;
    text-align: right;
    margin-top: 0;
    vertical-align: middle;
    width:50%
}

.blog_holder.blog_centered article .post_info_bottom .blog_like, .blog_holder.blog_centered article .post_info_bottom .post_comments, .blog_holder.blog_centered article .post_info_bottom .social_share_list_holder {
    display: inline-block;
    width: auto;
    float:none
}

.blog_holder.blog_centered article .post_social .blog_like, .blog_holder.blog_centered article .post_social .post_comments {
    margin:0 0 0 15px
}

.blog_holder.blog_centered article .post_info_bottom .social_share_list_holder ul li {
    margin-top:0
}

.blog_holder.blog_centered article .post_info_bottom .social_share_list_holder ul li:last-child {
    margin-right:0
}

.blog_holder.blog_centered article .post_info_bottom .social_share_list_holder ul li a {
    vertical-align: middle;
    line-height: 24px;
    display:inline-block
}

.blog_holder.blog_centered article .post_info_bottom .social_share_list_holder ul li i {
    font-size: 14px;
    line-height: 24px;
    color: #313131;
    vertical-align:middle
}

.blog_holder article.format-link .post_text .post_text_inner:hover, .blog_holder article.format-quote .post_text .post_text_inner:hover {
    background-color:transparent
}

.blog_holder article.format-quote .post_text .post_text_inner:hover .quote_author {
    color:initial
}

.blog_load_more_button_holder {
    text-align: center;
    padding: 10px 0 50px;
    opacity:0
}

.blog_holder article .post_text .post_text_inner .single_links_pages {
    margin: 20px 0 30px;
    text-align:inherit
}

.single_links_pages {
    margin: 35px 0 0;
    display: block;
    text-align: center;
    text-decoration:none
}

.single_links_pages a, .single_links_pages > span {
    position: relative;
    display: inline-block;
    width: 33px;
    height: auto;
    line-height: 33px;
    margin: 0;
    color: #a6a6a6;
    background-color: transparent;
    font-family: crete round, sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    text-shadow: none;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

.single_links_pages a:hover, .single_links_pages > span {
    color:#393939
}

.author_description {
    display: block;
    position: relative;
    margin: 34px 0 0;
    background-color: #fff;
    padding:28px 35px
}

.author_description_inner {
    display:block
}

.author_description_inner .image {
    display: block;
    float: left;
    height: 102px;
    width:102px
}

.author_text_holder {
    min-height: 102px;
    padding: 0 0 0 130px;
    position:relative
}

.author_text_holder .author_name {
    display: block;
    margin: 0 0 4px;
    color:#393939
}

.author_text_holder .author_email {
    display: block;
    margin:0 0 6px
}

.single_tags {
    margin:35px 0 0
}

.single_tags a, .widget .tagcloud a, aside.sidebar .widget .tagcloud a {
    color: #a7a6a6;
    border: 1px solid #a7a6a6;
    padding: 0 15px;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
    transition:background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out
}

.single_tags a {
    margin:0 7px 5px 0
}

.widget .tagcloud a, aside.sidebar .widget .tagcloud a {
    margin:0 3px 5px 0
}

.single_tags a:hover, .widget .tagcloud a:hover, aside.sidebar .widget .tagcloud a:hover {
    color: #fff;
    border-color: #9d9d9d;
    background-color:#9d9d9d
}

aside.sidebar .widget:not(.woocommerce) .q_icon_shortcode a {
    color:inherit
}

.single_tags h5 {
    display: inline-block;
    line-height:36px
}

.blog_social_and_comments {
    display: inline-block;
    width: 100%;
    margin:0 0 20px
}

.comment_number_holder {
    display: inline-block;
    float:left
}

.blog_single_social {
    display: inline-block;
    float:right
}

.blog_single_social .blog_like {
    float: right;
    margin:0 0 0 15px
}

.comment_holder {
    padding: 40px 0;
    margin:0
}

.comment_number_holder .comment_number {
    color:#000
}

.comment_number .comment_number_inner i {
    position: relative;
    top: -1px;
    padding:0 10px 0 0
}

.comment_holder ul.comment-list {
    list-style: none;
    position: relative;
    z-index: 150;
    padding: 0;
    margin:30px 0 0
}

.comment_holder .comment-list li {
    display: inline-block;
    position: relative;
    width:100%
}

.comment_holder .comment-list li ul.children li:last-child {
    padding:0
}

.comment_holder .comment-list > li {
    margin:0 0 18px
}

.comment_holder .comment-list > li:last-child {
    margin:0
}

.comment_holder .comment {
    padding: 30px;
    background-color:#fff
}

.comment_holder .comment .image {
    display: block;
    width: 102px;
    height: 102px;
    float:left
}

.comment_holder .comment .text {
    padding: 0 0 0 130px;
    min-height: 102px;
    position:relative
}

.comment_holder .comment.pingback-comment .text {
    padding-left: 0;
    min-height:auto
}

.comment_holder .comment .text .comment_date {
    line-height: 20px;
    font-size: 14px;
    float: left;
    font-style: italic;
    color: #e6ae48;
    font-family:crete round, sans-serif
}

.comment_holder .comment .text .comment_info {
    display: inline-block;
    vertical-align: center;
    width:100%
}

.comment_holder .comment .text .name {
    float: left;
    margin: 0 10px 0 0;
    color:#393939
}

.comment_holder .comment .text .comment-reply-link, .comment_holder .comment .text .replay {
    color: #e6ae48;
    font-size: 13px;
    font-weight: 700;
    float: right;
    text-transform:uppercase
}

.comment_holder .comment .text .comment-reply-link:hover, .comment_holder .comment .text .replay:hover {
    color:#393939
}

.comment_holder .comment .text .text_holder {
    display: block;
    margin:25px 0 0
}

.comment_holder .comment .text .text_holder ol li, .comment_holder .comment .text .text_holder ul li {
    display:list-item
}

.comment_holder .comment .logged-in-as {
    margin:10px 0
}

.comment_holder .comment .form-submit {
    margin:0 0 20px
}

.comment_holder .comment-list li ul.children {
    margin: 18px 0 0;
    padding:0 0 0 70px
}

.comment_holder .comment-list li ul.children li {
    margin: 0 0 18px;
    border-bottom:none
}

.comment_holder .comment-list li ul.children li:last-child {
    margin:0
}

@media only screen and (max-width: 680px) {
    .comment_holder .comment .image {
        float: none;
        display: block;
        margin-bottom:35px
    }

    .comment_holder .comment .text {
        padding-left: 0;
        min-height:auto
    }

    .comment_holder .comment-list li ul.children {
        padding-left:0
    }
}

#respond h3 {
    margin:0 0 15px
}

#respond h3.comment-reply-title {
    margin:0
}

#respond small {
    display: block;
    margin: 0 0 30px;
    position:relative
}

.comment_holder .comment .comment-respond {
    margin-top:40px
}

#respond input[type=text], #respond input[type=email], #respond textarea, .contact_form input[type=text], .contact_form textarea, .post-password-form input[type=password] {
    position: relative;
    width: 100%;
    margin: 0 0 15px;
    padding: 10px 17px;
    outline: 0;
    resize: none;
    font-family: inherit;
    font-size: inherit;
    line-height: 18px;
    background-color: #fff;
    color: #8d8d8d;
    border: 1px solid #ededed;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance:none
}

.q_circles_holder .q_circle_inner2, .q_circles_holder .q_circle_outer {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box
}

#respond textarea {
    padding:15px 17px
}

.post-password-form input[type=password] {
    display: block;
    max-width: 420px;
    margin:20px 0
}

.comment_holder #respond input[type=text], .comment_holder #respond textarea {
    background-color:#fff
}

.comment_holder .comment #respond input[type=text], .comment_holder .comment #respond textarea {
    background-color:#f6f6f6
}

.comment_holder #respond textarea {
    margin:0 0 12px
}

#respond input[type=text]:focus, #respond textarea:focus, .contact_form input[type=text]:focus, .contact_form textarea:focus, .post-password-form input[type=password]:focus {
    color: #393939;
    border-color:#e6ae48
}

#respond input[type=text]:focus::-webkit-input-placeholder, #respond textarea:focus::-webkit-input-placeholder, .contact_form input[type=text]:focus::-webkit-input-placeholder, .contact_form textarea:focus::-webkit-input-placeholder, .post-password-form input[type=password]:focus::-webkit-input-placeholder {
    color:#8d8d8d
}

#respond input[type=text]:focus:-moz-placeholder, #respond textarea:focus:-moz-placeholder, .contact_form input[type=text]:focus:-moz-placeholder, .contact_form textarea:focus:-moz-placeholder, .post-password-form input[type=password]:focus:focus:-moz-placeholder {
    color:#8d8d8d
}

#respond input[type=text]:focus::-moz-placeholder, #respond textarea:focus::-moz-placeholder, .contact_form input[type=text]:focus::-moz-placeholder, .contact_form textarea:focus::-moz-placeholder, .post-password-form input[type=password]:focus::-moz-placeholder {
    color:#8d8d8d
}

#respond input[type=text]:focus:-ms-input-placeholder, #respond textarea:focus:-ms-input-placeholder, .contact_form input[type=text]:focus:-ms-input-placeholder, .contact_form textarea:focus:-ms-input-placeholder, .post-password-form input[type=password]:focus:-ms-input-placeholder {
    color:#8d8d8d
}

div.comment_form {
    display: inline-block;
    margin: 0 0 40px;
    width: 100%;
    padding:0
}

div.comment_form form p.form-submit, div.comment_holder .comment p.form-submit {
    margin:0
}

div.comment_form form p.form-submit .success p {
    margin:10px 0 0
}

div.comment_form form p.logged-in-as {
    margin: 0 0 17px;
    font-size: 12px;
    font-weight:400
}

div.comment_form form p.logged-in-as a {
    color:#e6ae48
}

div.comment_form form p.logged-in-as a:hover {
    color:#9d9d9d
}

#cancel-comment-reply-link {
    margin: 0;
    display: inline-block;
    width:100%
}

body.archive .content .full_width, body.page-template-blog-masonry-full-width-php .content .full_width {
    padding:44px 20px 25px 45px
}

body.page-template-blog-pinterest-full-width-php .content .full_width {
    padding:80px 20px 25px 115px
}

.blog_holder.masonry, .blog_holder.masonry_full_width {
    margin-bottom: 20px;
    transition: none !important;
    overflow: visible !important;
    opacity: 0;
    filter:alpha(opacity=0)
}

.blog_holder.masonry .post_author_holder, .blog_holder.masonry_full_width .post_author_holder {
    display: block;
    margin:20px 0 0
}

.blog_holder.masonry .post_author, .blog_holder.masonry .post_author a, .blog_holder.masonry_full_width .post_author, .blog_holder.masonry_full_width .post_author a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #393939;
    font-style: italic;
    font-family: crete round, sans-serif;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

.blog_holder.masonry .post_author > span {
    display: inline-block;
    vertical-align:middle
}

.blog_holder.masonry .post_author a:hover, .blog_holder.masonry .post_author:hover, .blog_holder.masonry_full_width .post_author a:hover, .blog_holder.masonry_full_width .post_author:hover {
    color:#e6ae48
}

.blog_holder.masonry .post_author i, .blog_holder.masonry_full_width .post_author i {
    margin:0 5px 0 0
}

#infscr-loading {
    position: absolute;
    bottom: -35px;
    left:50%
}

.blog_infinite_scroll_button {
    display:none
}

.blog_holder.masonry article, .blog_holder.masonry_full_width article {
    width: 31.2%;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    vertical-align: top;
    z-index:100
}

.blog_holder.masonry_full_width article {
    width:18.7%
}

.blog_holder.masonry_full_width.pinterest_full_width article {
    width: 20%;
    margin:0 0 70px
}

.two_columns_25_75 .blog_holder.masonry article, .two_columns_33_66 .blog_holder.masonry article, .two_columns_66_33 .blog_holder.masonry article, .two_columns_75_25 .blog_holder.masonry article {
    width:48%
}

.blog_holder.masonry article:hover, .blog_holder.masonry_full_width article:hover {
    z-index:200
}

.blog_holder.masonry article .post_image {
    margin: 0;
    padding: 0;
    width:auto
}

.blog_holder article .post_image a .post_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #e6ae48;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}

.blog_holder article .post_image a:hover .post_overlay {
    opacity: 1;
    filter:alpha(opacity=100)
}

.blog_holder article .post_image a .icon_plus {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 25px;
    width: 36px;
    height: 36px;
    color: #393939;
    text-align: center;
    line-height: 36px;
    margin: -18px 0 0 -18px;
    font-size:24px
}

.blog_holder.masonry article .post_info {
    margin:0 0 7px
}

.blog_holder.masonry article .post_info a:hover, .blog_holder.masonry_full_width article .post_info a:hover {
    color:#e6ae48
}

.blog_holder.masonry article .post_info .social_share_dropdown a, .blog_holder.masonry_full_width article .post_info .social_share_dropdown a {
    margin: 0;
    font-weight:400
}

.blog_holder.masonry article .post_info .social_share_dropdown a:hover, .blog_holder.masonry_full_width article .post_info .social_share_dropdown a:hover {
    color:#fff
}

.blog_holder.masonry article.format-link .post_info, .blog_holder.masonry article.format-quote .post_info, .blog_holder.masonry_full_width article.format-link .post_info, .blog_holder.masonry_full_width article.format-quote .post_info {
    margin:0 0 20px
}

.blog_holder.masonry article .post_text .post_text_innet, .blog_holder.masonry_full_width article .post_text .post_text_innet {
    padding:20px 15px
}

.blog_holder article.format-quote h3 {
    margin: 0 0 10px;
    line-height:35px
}

.blog_holder.masonry article h4, .blog_holder.masonry_full_width article h4 {
    font-size: 15px;
    margin:0 0 15px
}

.blog_holder.masonry article h4 a, .blog_holder.masonry_full_width article h4 a {
    color:#393939
}

.blog_holder.masonry article h4 a:hover, .blog_holder.masonry_full_width article h4 a:hover {
    color:#e6ae48
}

.blog_holder.masonry article .mejs-controls div.mejs-horizontal-volume-slider, .blog_holder.masonry_full_width article .mejs-controls div.mejs-horizontal-volume-slider {
    margin:0 10px 0 0
}

.isotope-item {
    z-index:2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index:1
}

.isotope {
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property:height
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property:transform, opacity
}

.isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration:0s
}

.blog_holder.pinterest_full_width .post_author {
    float:left
}

.blog_holder.pinterest_full_width .post_comments {
    float:right
}

.blog_holder.pinterest_full_width article h4 {
    margin:0 0 5px
}

.blog_holder.pinterest_full_width article .post_info {
    margin:0 0 20px
}

.blog_holder.pinterest_full_width .post_author_holder {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin:23px 0 0
}

.blog_holder.pinterest_full_width .post_text_inner {
    text-align:center
}

.blog_holder.pinterest_full_width .post_text_inner a.more-link {
    display:inline-block
}

.blog_holder.pinterest_full_width article .post_text .post_text_inner {
    padding:38px 40px 20px
}

.blog_holder.pinterest_full_width article article .post_info {
    margin-bottom:18px
}

.blog_holder.masonry_full_width.pinterest_full_width article.format-quote .post_text .post_text_inner .quote_author {
    margin-top: 22px;
    font-size: 12px;
    line-height: 29px;
    letter-spacing: .2px;
    font-weight: 600;
    font-style: normal;
    text-transform:uppercase
}

.blog_holder.blog_appear_from_bottom article {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    transform:translateY(80px)
}

.blog_holder.blog_appear_from_bottom article.show {
    -webkit-transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), -webkit-transform .8s cubic-bezier(.34, .52, .57, 1.04);
    transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), transform .8s cubic-bezier(.34, .52, .57, 1.04);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    visibility:visible
}

.latest_post_holder {
    display: inline-block;
    width:100%
}

.latest_post_holder > ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    padding:0
}

.latest_post_holder > ul > li {
    display: block;
    position: relative;
    padding-top:15px
}

.latest_post_holder.image_in_box .latest_post_holder > ul > li {
    padding-top:15px
}

.latest_post_holder > ul > li:first-child {
    padding-top:0
}

.latest_post_holder.boxes > ul > li {
    padding: 0;
    float: left;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin:0 2% 0 0
}

.latest_post_holder.boxes.one_column > ul > li {
    float: none;
    margin:0 !important
}

.latest_post_holder.boxes.two_columns > ul > li {
    width:49%
}

.latest_post_holder.boxes.three_columns > ul > li {
    width:32%
}

.latest_post_holder.boxes.four_columns > ul > li {
    width:23.5%
}

.latest_post_holder.boxes.four_columns > ul > li:nth-child(4n), .latest_post_holder.boxes.three_columns > ul > li:nth-child(3n), .latest_post_holder.boxes.two_columns > ul > li:nth-child(2n) {
    margin-right:0
}

.latest_post_holder.boxes:not(.one_row) > ul > li {
    margin-bottom:25px
}

.latest_post_holder.boxes > ul > li .latest_post {
    padding: 22px 25px 31px;
    background-color:#fff
}

.latest_post_holder.image_in_box h4.latest_post_title {
    font-size: 15px;
    font-weight:500
}

.latest_post_holder.image_in_box .post_info_section_holder {
    display:block
}

.latest_post_holder .latest_post_title a {
    color:#393939
}

.latest_post_holder .latest_post_title a:hover {
    color:#e6ae48
}

.latest_post_holder.boxes > ul > li .latest_post p.excerpt {
    margin:13px 0 19px
}

.latest_post_holder .post_info_section {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin:0 0 6px
}

.latest_post_holder.image_in_box .post_info_section {
    margin:3px 0 0
}

.latest_post_holder .post_info_section:first-child {
    padding:0 10px 0 0
}

.latest_post_holder .post_info_section:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: -10px;
    content: '/';
    line-height: 22px;
    color:#e6ae48
}

.latest_post_holder .post_info_section:first-child:before {
    left: 0;
    content: ''
}

.latest_post_holder .post_info_section a, .latest_post_holder .post_info_section span {
    display: inline-block;
    vertical-align: middle;
    font-family: crete round, sans-serif;
    font-style: italic;
    line-height: 22px;
    color:#e6ae48
}

.latest_post_holder.image_in_box .post_info_section a, .latest_post_holder.image_in_box .post_info_section span, .latest_post_holder.image_in_box .post_info_section:before {
    color: #a6a6a6;
    font-size:14px
}

.latest_post_holder.image_in_box .post_info_section a span {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

.latest_post_holder.image_in_box .post_info_section a:hover, .latest_post_holder.image_in_box .post_info_section a:hover span {
    color:#393939
}

.latest_post_holder .post_author_holder {
    display: block;
    margin:20px 0 0
}

.latest_post_holder .post_author, .latest_post_holder a.post_author_link {
    color: #393939;
    font-style: italic;
    font-family:crete round, sans-serif
}

.latest_post_holder .post_author a.post_author_link:hover {
    color:#e6ae48
}

.latest_post_holder.boxes .boxes_image {
    overflow:hidden
}

.latest_post_holder.boxes .boxes_image a img {
    vertical-align:top
}

.latest_post_holder .boxes_image a .latest_post_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #e6ae48;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}

.latest_post_holder .boxes_image a:hover .latest_post_overlay {
    opacity: 1;
    filter:alpha(opacity=100)
}

.latest_post_holder .latest_post_overlay .icon_plus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 2em;
    color: #393939;
    text-align: center;
    line-height: 36px;
    margin: -18px 0 0 -18px;
    font-size:24px
}

.blog_holder.masonry .mejs-container, .blog_holder.masonry .mejs-mediaelement {
    border:none
}

.latest_post, .latest_post a img, .latest_post > a, .latest_post_holder.boxes .boxes_image a {
    display: block;
    position:relative
}

.latest_post_image {
    width: 125px;
    float:left
}

.latest_post_image img {
    width: 100%;
    float:left
}

.latest_post_text {
    display: block;
    width:auto
}

.latest_post_holder.image_in_box .latest_post_text {
    padding:0 0 0 146px
}

.latest_post_holder.image_in_box .latest_post_text_inner {
    display: table-cell;
    vertical-align:middle
}

.latest_post_holder.image_in_box .latest_post_inner {
    display: table;
    width: 100%;
    margin:0 !important
}

.blog_holder .mejs-container, .portfolio_single .mejs-container {
    position: relative;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
    background-color: #efefef;
    font-family:inherit
}

.blog_holder .mejs-container *, .portfolio_single .mejs-container * {
    font-family:inherit
}

.blog_holder .mejs-container.mejs-audio, .portfolio_single .mejs-container.mejs-audio {
    height:80px !important
}

.blog_holder.small_images article .post_text .post_inner .mejs-container {
    margin:0 0 15px
}

.blog_holder .mejs-container .mejs-controls, .portfolio_single .mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background:0 0
}

.blog_holder .mejs-container .mejs-controls div, .portfolio_single .mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 80px;
    border: 0;
    font-size: inherit;
    line-height: inherit;
    font-family:inherit
}

.blog_holder .mejs-controls .mejs-button button, .portfolio_single .mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 34px 15px 33px;
    padding: 0;
    position: absolute;
    width: 14px;
    height: 13px;
    border: 0;
    background:0 0
}

.blog_holder .mejs-controls .mejs-button button:focus, .portfolio_single .mejs-controls .mejs-button button:focus {
    outline:0
}

.blog_holder .mejs-container .mejs-controls .mejs-time, .portfolio_single .mejs-container .mejs-controls .mejs-time {
    color: #5d5d5d;
    display: block;
    height: 80px;
    width: auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing:content-box
}

.blog_holder .mejs-container .mejs-controls .mejs-time span, .portfolio_single .mejs-container .mejs-controls .mejs-time span {
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 700;
    line-height: 80px;
    display: block;
    float: left;
    margin: 0;
    width:39px
}

.blog_holder .mejs-controls .mejs-play button, .blog_holder .mejs-controls .mejs-replay button, .portfolio_single .mejs-controls .mejs-play button, .portfolio_single .mejs-controls .mejs-replay button {
    background-image: url(/wp-content/themes/stockholm/css/img/audio/play.png);
    background-repeat: no-repeat;
    background-position:center
}

.blog_holder .mejs-controls .mejs-pause button, .portfolio_single .mejs-controls .mejs-pause button {
    background-image: url(/wp-content/themes/stockholm/css/img/audio/pause.png);
    background-repeat: no-repeat;
    background-position:center
}

.blog_holder .mejs-controls .mejs-stop button, .portfolio_single .mejs-controls .mejs-stop button {
    background-image: url(/wp-content/themes/stockholm/css/img/audio/stop.png);
    background-repeat: no-repeat;
    background-position:center
}

.blog_holder .mejs-controls .mejs-time-rail span, .portfolio_single .mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    height: 16px;
    margin: 32px 15px;
    cursor:pointer
}

.blog_holder .mejs-controls .mejs-time-rail .mejs-time-hovered, .portfolio_single .mejs-controls .mejs-time-rail .mejs-time-hovered {
    margin:0
}

.blog_holder .mejs-controls .mejs-time-rail .mejs-time-total, .portfolio_single .mejs-controls .mejs-time-rail .mejs-time-total {
    width: calc(100% - 30px);
    background-color:#5d5d5d
}

.blog_holder .mejs-controls .mejs-time-rail .mejs-time-loaded, .portfolio_single .mejs-controls .mejs-time-rail .mejs-time-loaded {
    margin: 0;
    background-color:#5d5d5d
}

.blog_holder .mejs-controls .mejs-time-rail .mejs-time-handle, .portfolio_single .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background-color: #e6ae48;
    cursor: pointer;
    top: 0;
    text-align:center
}

.blog_holder .mejs-controls .mejs-time-rail .mejs-time-current, .portfolio_single .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #e6ae48;
    margin:0
}

.blog_holder .mejs-controls .mejs-time-rail .mejs-time-float, .portfolio_single .mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    top: -28px;
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 10px;
    background: 0 0;
    border:0
}

.blog_holder .mejs-controls .mejs-time-rail .mejs-time-float-current, .portfolio_single .mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left:0
}

.blog_holder .mejs-controls .mejs-offscreen, .blog_holder .mejs-controls .mejs-time-rail .mejs-time-float-corner, .portfolio_single .mejs-controls .mejs-offscreen, .portfolio_single .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    display:none
}

.blog_holder .mejs-controls .mejs-mute button, .blog_holder .mejs-controls .mejs-volume-button, .portfolio_single .mejs-controls .mejs-mute button, .portfolio_single .mejs-controls .mejs-volume-button {
    background-image: url(/wp-content/themes/stockholm/css/img/audio/sound.png);
    background-repeat: no-repeat;
    background-position:center
}

.blog_holder .mejs-controls .mejs-unmute button, .portfolio_single .mejs-controls .mejs-unmute button {
    background-image: url(/wp-content/themes/stockholm/css/img/audio/mute.png);
    background-repeat: no-repeat;
    background-position:center
}

.blog_holder .mejs-controls .mejs-volume-button, .portfolio_single .mejs-controls .mejs-volume-button {
    position:relative
}

.blog_holder .mejs-controls .mejs-volume-button button, .portfolio_single .mejs-controls .mejs-volume-button button {
    width: 14px;
    height: 15px;
    margin:33px 6px 33px 11px
}

.blog_holder .mejs-controls .mejs-volume-button .mejs-volume-slider, .portfolio_single .mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background-image: url(/wp-content/themes/stockholm/css/img/audio/sound.png);
    background-repeat: no-repeat;
    background-position: center;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin:0
}

.blog_holder .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .blog_holder .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total, .portfolio_single .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .portfolio_single .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    margin:0
}

.blog_holder .mejs-controls div.mejs-horizontal-volume-slider, .portfolio_single .mejs-controls div.mejs-horizontal-volume-slider {
    height: 80px;
    width: 45px;
    position:relative
}

.blog_holder .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .portfolio_single .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 32px;
    width: 35px;
    height: 16px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    background-color:#5d5d5d
}

.blog_holder .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .portfolio_single .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    height: 100%;
    background-color:#e6ae48
}

.blog_holder .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .portfolio_single .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display:none
}

.blog_holder.masonry .mejs-container, .blog_holder.masonry .mejs-container .mejs-controls, .blog_holder.masonry .mejs-container .mejs-controls .mejs-time, .blog_holder.masonry .mejs-container .mejs-controls .mejs-time span, .blog_holder.masonry .mejs-container .mejs-controls div, .blog_holder.masonry .mejs-controls div.mejs-horizontal-volume-slider, .blog_holder.masonry_full_width .mejs-container, .blog_holder.masonry_full_width .mejs-container .mejs-controls, .blog_holder.masonry_full_width .mejs-container .mejs-controls .mejs-time, .blog_holder.masonry_full_width .mejs-container .mejs-controls .mejs-time span, .blog_holder.masonry_full_width .mejs-container .mejs-controls div, .blog_holder.masonry_full_width .mejs-controls div.mejs-horizontal-volume-slider {
    height:60px !important
}

.blog_holder.masonry .mejs-container .mejs-controls .mejs-time span, .blog_holder.masonry_full_width .mejs-container .mejs-controls .mejs-time span {
    line-height: 60px;
    font-size:14px
}

.blog_holder.masonry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .blog_holder.masonry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .blog_holder.masonry .mejs-controls .mejs-time-rail span, .blog_holder.masonry_full_width .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .blog_holder.masonry_full_width .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .blog_holder.masonry_full_width .mejs-controls .mejs-time-rail span {
    height:12px !important
}

.blog_holder.masonry .mejs-controls .mejs-button button, .blog_holder.masonry_full_width .mejs-controls .mejs-button button {
    margin:24px 15px 23px
}

.blog_holder.masonry .mejs-controls .mejs-time-rail span, .blog_holder.masonry_full_width .mejs-controls .mejs-time-rail span {
    margin:24px 15px
}

.blog_holder.masonry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .blog_holder.masonry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .blog_holder.masonry_full_width .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .blog_holder.masonry_full_width .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    top:25px
}

.blog_holder.masonry .mejs-controls .mejs-time-rail .mejs-time-current, .blog_holder.masonry .mejs-controls .mejs-time-rail .mejs-time-loaded, .blog_holder.masonry_full_width .mejs-controls .mejs-time-rail .mejs-time-current, .blog_holder.masonry_full_width .mejs-controls .mejs-time-rail .mejs-time-loaded {
    margin:0
}

.blog_holder.blog_centered .mejs-container.mejs-audio, .blog_holder.blog_single article.format-audio.dark .mejs-container.mejs-audio {
    height: 50px !important;
    background:#161616
}

.blog_holder.blog_centered .mejs-container .mejs-controls, .blog_holder.blog_single article.format-audio.dark .mejs-container .mejs-controls {
    box-sizing: border-box;
    height: 50px;
    background: 0 0;
    padding:0 15px 0 0
}

.blog_holder.blog_centered .mejs-container .mejs-controls .mejs-button, .blog_holder.blog_single article.format-audio.dark .mejs-container .mejs-controls .mejs-button {
    display: table;
    height: 50px;
    padding-right: 0;
    width:50px
}

.blog_holder.blog_centered .mejs-container .mejs-controls .mejs-button.mejs-playpause-button, .blog_holder.blog_single article.format-audio.dark .mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
    border-right:1px solid #fff
}

.blog_holder.blog_centered .format-video .mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
    border-right:0
}

.blog_holder.blog_centered .mejs-controls .mejs-button button, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-button button {
    background-repeat: no-repeat;
    background-position: center;
    display: table-cell;
    height: 50px;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    text-align: center;
    position:inherit
}

.blog_holder.blog_centered .mejs-controls .mejs-button button:focus, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-button button:focus {
    outline:0
}

.blog_holder.blog_centered .mejs-controls .mejs-play button, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-play button {
    background-image:url(/wp-content/themes/stockholm/css/img/audio/play-centered.png)
}

.blog_holder.blog_centered .mejs-controls .mejs-pause button, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-pause button {
    background-image:url(/wp-content/themes/stockholm/css/img/audio/pause-centered.png)
}

.blog_holder.blog_centered .mejs-controls .mejs-mute button, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-mute button {
    background-image:url(/wp-content/themes/stockholm/css/img/audio/sound-centered.png)
}

.blog_holder.blog_centered .mejs-controls .mejs-unmute button, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-unmute button {
    background-image:url(/wp-content/themes/stockholm/css/img/audio/mute-centered.png)
}

.blog_holder.blog_centered .mejs-container .mejs-controls .mejs-time, .blog_holder.blog_single article.format-audio.dark .mejs-container .mejs-controls .mejs-time {
    font-size: 15px;
    color: #949494;
    display: table;
    height: 50px;
    padding:0 10px 0 20px
}

.blog_holder.blog_centered .mejs-container .mejs-controls .mejs-time.mejs-currenttime-container, .blog_holder.blog_single article.format-audio.dark .mejs-container .mejs-controls .mejs-time.mejs-currenttime-container {
    box-sizing: border-box;
    width:67px
}

.blog_holder.blog_centered .mejs-container .mejs-controls .mejs-time .mejs-currenttime, .blog_holder.blog_centered .mejs-container .mejs-controls .mejs-time .mejs-duration, .blog_holder.blog_single article.format-audio.dark .mejs-container .mejs-controls .mejs-time .mejs-currenttime, .blog_holder.blog_single article.format-audio.dark .mejs-container .mejs-controls .mejs-time .mejs-duration {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 50px;
    font-weight:400
}

.blog_holder.blog_centered .mejs-controls .mejs-time-rail, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-time-rail {
    height:50px
}

.blog_holder.blog_centered .mejs-controls .mejs-time-rail span, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-time-rail span {
    height:9px
}

.blog_holder.blog_centered .mejs-controls .mejs-time-rail .mejs-time-float-current, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-time-rail .mejs-time-float-current {
    display:none
}

.blog_holder.blog_centered .mejs-controls .mejs-time-rail .mejs-time-total, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-time-rail .mejs-time-total {
    position: absolute;
    top: 20px;
    margin:0 5px
}

.blog_holder.blog_centered .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .blog_holder.blog_centered .mejs-controls .mejs-time-rail .mejs-time-loaded, .blog_holder.blog_centered .mejs-controls .mejs-time-rail .mejs-time-total, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-time-rail .mejs-time-loaded, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color:#fff
}

.blog_holder.blog_centered .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .blog_holder.blog_centered .mejs-controls .mejs-time-rail .mejs-time-current, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-time-rail .mejs-time-current {
    background:#d8d8d8
}

.blog_holder.blog_centered .mejs-controls .mejs-horizontal-volume-slider, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-horizontal-volume-slider {
    height: 50px;
    width:70px
}

.blog_holder.blog_centered .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    width:65px
}

.blog_holder.blog_centered .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .blog_holder.blog_centered .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .blog_holder.blog_single article.format-audio.dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    height: 9px;
    top:20px
}

.lightbox_single_portfolio, .portfolio_detail, .portfolio_single, .portfolio_single_text_holder {
    position:relative
}

.portfolio_single.portfolio-wide-left {
    padding:0 0 0 4.5%
}

.portfolio_single.portfolio-wide-right {
    padding:0 4.5% 0 0
}

.portfolio_single .portfolio_images .fluid-width-video-wrapper, .portfolio_single .portfolio_images img, .portfolio_single .portfolio_images > a.lightbox_single_portfolio, .portfolio_single.small-images .portfolio_images img, .portfolio_single.small-slider .flexslider {
    display: block;
    margin:0 0 18px
}

.portfolio_single .flexslider, .portfolio_single .portfolio_images .fluid-width-video-wrapper:last-child, .portfolio_single .portfolio_images img:last-child, .portfolio_single .portfolio_images > a.lightbox_single_portfolio:last-child {
    margin:0
}

.portfolio_single a.lightbox_single_portfolio > i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: #fff;
    margin: -20px 0 0 -15px;
    z-index:110
}

.portfolio_single .portfolio_container {
    position: relative;
    z-index:200
}

.portfolio_single.big-images .portfolio_container, .portfolio_single.big-images-inverted .portfolio_images, .portfolio_single.big-slider .portfolio_container, .portfolio_single.gallery .portfolio_container {
    display: block;
    padding: 46px 45px 26px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.portfolio_single.big-images-inverted .portfolio_images {
    padding-left: 0;
    padding-right:0
}

.portfolio_single.gallery .portfolio_container {
    margin:-2% 0 0
}

.portfolio_single h2.portfolio_single_text_title {
    margin:0 0 23px
}

.portfolio_single h2.portfolio_single_text_title span {
    color: inherit;
    font-size: inherit;
    line-height:inherit
}

.portfolio_single h3.portfolio_single_text_title {
    margin:0 0 24px
}

.portfolio_detail.portfolio_single_follow {
    position:relative
}

.portfolio_detail .info, .portfolio_single_text_holder {
    margin:0 0 20px
}

.portfolio_detail .info .info_section_title {
    margin-bottom:4px
}

.video_holder {
    position: relative;
    width: 100%;
    display: block;
    min-height:1px
}

.portfolio_single .video .mobile-video-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:10
}

.portfolio_single .video {
    margin: 0 0 44px;
    position:relative
}

.portfolio_single .video .video-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index:10
}

.portfolio_single .video .video-wrap .mejs-poster {
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    width: 100% !important;
    height:100% !important
}

.portfolio_single .video .video-wrap .mejs-container {
    background-color: transparent !important;
    background-image: none !important;
    height: 100% !important;
    width: 100% !important;
    overflow:hidden
}

.portfolio_single .video .video-wrap .mejs-mediaelement {
    background: 0 0 !important;
    border:0 !important
}

.portfolio_single .video .video-wrap .mejs-container .mejs-poster img {
    max-width: none !important;
    width:100% !important
}

.portfolio_single .mejs-controls .mejs-volume-button .mejs-volume-slider {
    display:none !important
}

.flexslider .slides .mejs-poster img, .portfolio_slider .portfolio_slides .mejs-poster img {
    display:none
}

.portfolio_single .flexslider .video .video-wrap {
    margin:0
}

.portfolio_single .social_share_list_holder ul li {
    margin:6px 12px 0 0
}

.portfolio_single .fullscreen-slider {
    position:relative
}

.portfolio_single .fullscreen-slider .qodef-full-screen-slider-holder .qodef-portfolio-slide-image {
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center
}

.portfolio_single .fullscreen-slider .qodef-full-screen-slider-holder .owl-carousel, .portfolio_single .fullscreen-slider .qodef-full-screen-slider-holder .owl-carousel .owl-item, .portfolio_single .fullscreen-slider .qodef-full-screen-slider-holder .owl-carousel .owl-stage, .portfolio_single .fullscreen-slider .qodef-full-screen-slider-holder .owl-carousel .owl-stage-outer, .portfolio_single .fullscreen-slider .qodef-full-screen-slider-holder .qodef-portfolio-single-media, .portfolio_single .fullscreen-slider .qodef-full-screen-slider-holder .qodef-portfolio-single-media a, .portfolio_single .fullscreen-slider .qodef-full-screen-slider-holder .qodef-portfolio-single-media img {
    height:100%
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
    display: inline-block;
    vertical-align: middle;
    height: 160px;
    padding: 57px 90px 40px 75px;
    -webkit-transition: width .4s ease-out, height .4s ease-out;
    -moz-transition: width .4s ease-out, height .4s ease-out;
    transition:width .4s ease-out, height .4s ease-out
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-description {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 90px 15px 45px;
    width: 100%;
    height: 100%;
    box-sizing:border-box
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-description .qodef-table {
    display: table;
    width: 100%;
    height:100%
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-description .qodef-table .qodef-table-cell {
    display: table-cell;
    vertical-align:middle
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-description h2 {
    font-size:24px
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-description .info_date {
    font-size: 15px;
    margin-top:3px
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-portfolio-title {
    text-align: left;
    margin-bottom:46px
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-portfolio-title h2 {
    font-size:21px
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-portfolio-horizontal-holder .qodef-portfolio-content-holder {
    text-align: left;
    padding:0
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-full-width-slider-holder img {
    display: block;
    width:auto
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-portfolio-single-nav {
    margin-top: 55px;
    border:none
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-portfolio-info-item .qodef-portfolio-content {
    margin:0 0 40px
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-portfolio-horizontal-holder .qodef-portfolio-info-holder {
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 23px;
    margin: 0 0 33px;
    display: inline-block;
    width: 100%;
    vertical-align:middle
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-portfolio-info-holder .info {
    float: left;
    padding: 0 20px 0 0;
    width: 20%;
    box-sizing:border-box
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-control {
    position: absolute;
    top: 25px;
    right: 23px;
    font-size: 30px;
    color: #e6ae48;
    cursor: pointer;
    -webkit-transition: opacity .4s ease-out;
    -moz-transition: opacity .4s ease-out;
    transition:opacity .4s ease-out
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-control.qodef-close {
    opacity: 0;
    z-index:9
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-control.qodef-open, .portfolio_single .fullscreen-slider .qodef-portfolio-slider-content.opened .qodef-control.qodef-close {
    opacity: 1;
    z-index:99
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content:not(.opened) {
    cursor: pointer;
    overflow:hidden !important
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content:not(.opened) .qodef-portfolio-slider-content-info, .vertical_menu_hidden .vertical_menu_area {
    overflow:visible !important
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-portfolio-slider-content-info {
    height: 100%;
    padding: 0;
    overflow: hidden;
    display:none
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content.opened {
    width: 60%;
    height:540px
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content.opened .qodef-portfolio-title h2 {
    font-size:32px
}

.portfolio_single .fullscreen-slider .qodef-portfolio-slider-content.opened .qodef-control.qodef-open {
    opacity: 0;
    z-index:9
}

.portfolio_single .fullscreen-slider .qodef-social-share-holder.qodef-list li a:hover {
    background-color: #121212;
    color: #fff;
    border-color:#121212
}

.portfolio_single .fullscreen-slider .portfolio_social_holder {
    margin:25px 0 0
}

.portfolio_single.portfolio_fullwidth_slider .portfolio_owl_slider.owl-carousel .owl-item, .portfolio_single.portfolio_fullwidth_slider_inverted .portfolio_owl_slider.owl-carousel .owl-item {
    width:100%
}

.portfolio_single.portfolio_fullwidth_slider .portfolio_owl_slider {
    opacity: 0;
    margin:40px 0 0
}

.portfolio_single.portfolio_fullwidth_slider_inverted .portfolio_owl_slider {
    margin:0 0 40px
}

.portfolio_single .owl-carousel .owl-next, .portfolio_single .owl-carousel .owl-prev {
    position: absolute;
    display: block;
    top: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: -23px 0 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #a6a6a6;
    z-index: 110;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing:initial
}

.portfolio_single .owl-carousel .owl-next:hover, .portfolio_single .owl-carousel .owl-prev:hover {
    background-color:#393939
}

.portfolio_single .owl-carousel .owl-prev {
    left:30px
}

.portfolio_single .owl-carousel .owl-next {
    right:30px
}

.portfolio_gallery {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    vertical-align:middle
}

.portfolio_gallery a {
    position: relative;
    float: left;
    display: inline-block;
    overflow: hidden;
    -webkit-backface-visibility:hidden
}

.portfolio_gallery a.v2 {
    width: 49%;
    margin:0 2% 2% 0
}

.portfolio_gallery a.v3 {
    width: 32%;
    margin:0 2% 2% 0
}

.portfolio_gallery a.v4 {
    width: 23.5%;
    margin:0 2% 2% 0
}

.portfolio_gallery a.v2:nth-child(2n), .portfolio_gallery a.v3:nth-child(3n), .portfolio_gallery a.v4:nth-child(4n) {
    margin:0 0 2%
}

.portfolio_gallery a frame, .portfolio_gallery a img {
    position: relative;
    display: block;
    width: 100%;
    z-index:100
}

.portfolio_gallery iframe {
    min-height:200px
}

.portfolio_gallery a .gallery_text_holder {
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 200;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition:opacity .3s ease-in-out
}

.portfolio_gallery a:hover .gallery_text_holder {
    opacity: 1;
    filter:alpha(opacity=100)
}

.portfolio_gallery a .gallery_text_inner {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height:100%
}

.portfolio_gallery a .gallery_text_inner h4 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 15px;
    color:#393939
}

.portfolio_navigation {
    display: inline-block;
    width: 100%;
    padding: 40px 0 50px;
    z-index: 100;
    position: relative;
    text-align: center;
    vertical-align:middle
}

.portfolio_navigation_inner {
    position: relative;
    display: block;
    height:33px
}

.portfolio_navigation .portfolio_button, .portfolio_navigation .portfolio_next, .portfolio_navigation .portfolio_prev {
    position: relative;
    display: inline-block;
    height: 33px;
    width: auto;
    margin: 0;
    background-color: transparent;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    text-shadow:none
}

.portfolio_navigation .portfolio_button {
    width:33px
}

.portfolio_navigation .portfolio_prev {
    position: absolute;
    top: 0;
    left:0
}

.portfolio_navigation .portfolio_next {
    position: absolute;
    top: 0;
    right:0
}

.portfolio_navigation a {
    display: block;
    font-size: 30px;
    line-height: 33px;
    color: #a6a6a6;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

.portfolio_navigation a:hover {
    color:#393939
}

.portfolio_navigation span {
    display: block;
    font-size: inherit;
    line-height: inherit;
    color:inherit
}

.portfolio_navigation span:before {
    display:block
}

.projects_holder_outer {
    margin: 0;
    display: block;
    width:100%
}

.projects_holder_outer .container .container_inner {
    padding:0
}

.full_width .projects_holder_outer.v4 .hover_text, .full_width .projects_holder_outer.v4 .standard, .full_width .projects_holder_outer.v5 .hover_text, .full_width .projects_holder_outer.v5 .standard, .full_width .projects_holder_outer.v6 .hover_text, .full_width .projects_holder_outer.v6 .standard {
    width: 95%;
    margin:0 auto
}

.full_width .section_inner .projects_holder_outer.v4 .hover_text, .full_width .section_inner .projects_holder_outer.v4 .standard, .full_width .section_inner .projects_holder_outer.v5 .hover_text, .full_width .section_inner .projects_holder_outer.v5 .standard, .full_width .section_inner .projects_holder_outer.v6 .hover_text, .full_width .section_inner .projects_holder_outer.v6 .standard {
    width:100%
}

.full_width .projects_holder_outer.v4 .hover_text.no_space, .full_width .projects_holder_outer.v5 .hover_text.no_space, .full_width .projects_holder_outer.v6 .hover_text.no_space {
    width: 100%;
    margin:0
}

.projects_holder {
    font-size: .1px;
    line-height: 0;
    list-style-type: none;
    text-align:justify
}

.projects_holder:after, .projects_holder:before {
    content: "";
    display: inline-block !important;
    width:100%
}

.projects_holder > .mix {
    display: none;
    position: relative;
    vertical-align: top;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align:left
}

.projects_holder.hover_text.no_space:not(.portfolio_full_image) > .mix {
    float:left
}

.projects_holder .mix .image {
    position: relative;
    display: block;
    overflow: hidden;
    width:100%
}

.projects_holder article .image img {
    position: relative;
    display: block;
    width: 100%;
    z-index:100
}

.portfolio_slider .portfolio_slides li.item img, .projects_holder article .image img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition:transform .3s ease-in-out
}

.projects_holder.hover_text.no_space article .image img {
    margin:0 1px
}

.projects_holder article .image_holder, .projects_holder article .portfolio_description {
    display: block;
    position: relative;
    overflow:hidden
}

.projects_holder.hover_text.no_space article .image_holder {
    margin:0 -1px -1px
}

.firefox_mac_browser .projects_holder.hover_text.no_space article .image_holder {
    margin:0 -2px -2px
}

.projects_holder article .image_holder.portfolio_jg_image_link {
    position: static;
    display:block
}

.projects_holder article .portfolio_description {
    padding: 20px 0 27px;
    background-color: #fff;
    border-top:none !important
}

.projects_holder article .portfolio_description.text_align_left {
    text-align:left
}

.projects_holder article .portfolio_description.text_align_center {
    text-align:center
}

.projects_holder article .portfolio_description.text_align_right {
    text-align:right
}

.projects_holder.standard article .portfolio_description, .projects_holder.standard_no_space article .portfolio_description {
    padding-left: 25px;
    padding-right:25px
}

.masonry_with_space .projects_holder article .portfolio_description {
    padding:35px 25px 43px
}

.standard_no_space.projects_holder article .portfolio_description {
    margin:0 -1px 0 0
}

.projects_holder article .portfolio_title, .projects_masonry_holder article .portfolio_title {
    display: block;
    margin: 0 0 12px;
    color:#fff
}

.projects_holder article .portfolio_subtitle, .projects_masonry_holder article .portfolio_subtitle {
    color:#fff
}

.projects_holder.hover_text article .portfolio_title, .projects_masonry_holder article .portfolio_title {
    margin:0
}

.projects_holder article .portfolio_title a {
    color:#393939
}

.projects_holder article .portfolio_title a:hover {
    color:#e6ae48
}

.portfolio_slides .project_category, .projects_holder article .project_category, .projects_masonry_holder .project_category {
    display: block;
    font-family: crete round, sans-serif;
    font-size: 14px;
    line-height: 1.571428571428571em;
    font-style: italic;
    font-weight:400
}

.projects_holder.standard article .project_category, .projects_holder.standard_no_space article .project_category {
    color:#a6a6a6
}

.portfolio_slides .project_category, .projects_holder.hover_text article .project_category, .projects_masonry_holder .project_category {
    color: #fff;
    margin:0 0 6px
}

.portfolio_slides a.portfolio_link_class, .projects_holder article a.portfolio_link_class, .projects_masonry_holder article a.portfolio_link_class {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: 0 0 !important;
    color: transparent !important;
    z-index:110
}

.portfolio_slides .portfolio_shader, .projects_holder article .portfolio_shader, .projects_masonry_holder article .portfolio_shader {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    z-index: 100;
    background-color: #e6ae48;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}

.portfolio_slides .portfolio_shader {
    width:100%
}

.portfolio_slides li:hover .portfolio_shader, .projects_holder article:hover .portfolio_shader, .projects_masonry_holder article:hover .portfolio_shader {
    opacity: 1;
    filter:alpha(opacity=100)
}

.portfolio_slides .icons_holder, .projects_holder article .icons_holder, .projects_masonry_holder article .icons_holder {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: auto;
    height: 36px;
    vertical-align:middle
}

.content .content_inner > .container > .container_inner .projects_holder.standard.v6 article .icons_holder {
    margin:0 0 0 -8px
}

.projects_holder.hover_text article .icons_holder, .projects_masonry_holder article .icons_holder {
    top: auto;
    bottom: 25px;
    left:30px
}

.portfolio_slides .icons_holder {
    top:auto
}

.portfolio_slides .icons_holder, .projects_holder.hover_text.v2 article .icons_holder, .projects_holder.hover_text.v3 article .icons_holder {
    bottom: 45px;
    left:45px
}

.full_width .projects_holder.hover_text.v2 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v3 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v4 article .image_holder.standard_hover .icons_holder {
    bottom: 80px;
    left:90px
}

.full_width .projects_holder.hover_text.v5 article .image_holder.standard_hover .icons_holder, .full_width .projects_masonry_holder article .image_holder.standard_hover .icons_holder {
    bottom: 50px;
    left:60px
}

.full_width .projects_holder.hover_text.v6 article .image_holder.standard_hover .icons_holder {
    bottom: 40px;
    left:50px
}

.portfolio_slides .icons_holder_inner, .projects_holder article .icons_holder_inner, .projects_masonry_holder article .icons_holder_inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin:-18px 0 0 -50%
}

.portfolio_slides .icons_holder_inner, .projects_holder.hover_text article .icons_holder_inner, .projects_masonry_holder article .icons_holder_inner {
    margin:0
}

.portfolio_slides .image_holder .text_holder, .projects_holder article .image_holder .text_holder, .projects_masonry_holder article .image_holder .text_holder {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    padding: 25px 30px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transform:translateZ(0)
}

.portfolio_slides li:hover .image_holder .text_holder, .projects_holder article .image_holder.move_from_left .portfolio_shader, .projects_holder article .image_holder.move_from_left .text-holder, .projects_holder article:hover .image_holder .text_holder, .projects_masonry_holder article .image_holder.move_from_left .portfolio_shader, .projects_masonry_holder article .image_holder.move_from_left .text-holder, .projects_masonry_holder article:hover .image_holder .text_holder {
    filter: alpha(opacity=100);
    opacity:1
}

.projects_holder article .image_holder.elegant_hover .text_holder, .projects_holder.v2 article .image_holder.elegant_hover .text_holder, .projects_holder.v3 article .image_holder.elegant_hover .text_holder, .projects_masonry_holder article .image_holder.elegant_hover .text_holder {
    padding:25px 30px
}

.full_width .projects_holder.v2 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v3 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v4 article .image_holder.standard_hover .text_holder {
    padding:80px 90px 115px
}

.full_width .projects_holder.v5 article .image_holder.standard_hover .text_holder, .full_width .projects_masonry_holder article .image_holder.standard_hover .text_holder {
    padding:50px 60px 85px
}

.full_width .projects_holder.v6 article .image_holder.standard_hover .text_holder {
    padding:40px 50px 75px
}

.portfolio_slides .image_holder .text_holder, .projects_holder.v2 article .image_holder .text_holder, .projects_holder.v3 article .image_holder .text_holder {
    padding:40px 45px 80px
}

.projects_holder article .image_holder .text_holder_inner, .projects_masonry_holder article .image_holder .text_holder_inner {
    position: relative;
    display: table;
    width: 100%;
    height:100%
}

.projects_holder article .image_holder .text_holder_inner2, .projects_masonry_holder article .image_holder .text_holder_inner2 {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align:center
}

.projects_holder article .image_holder.move_from_left, .projects_masonry_holder article .image_holder.move_from_left {
    overflow: hidden;
    position:relative
}

.projects_holder article .image_holder.move_from_left .holder-move, .projects_masonry_holder article .image_holder.move_from_left .holder-move {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: -ms-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: translate3d(-102%, 0, 0);
    -ms-transform: translate3d(-102%, 0, 0);
    transform:translate3d(-102%, 0, 0)
}

.projects_holder article:hover .image_holder.move_from_left .holder-move, .projects_masonry_holder article:hover .image_holder.move_from_left .holder-move {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}

.projects_holder article .image_holder.move_from_left .image, .projects_masonry_holder article .image_holder.move_from_left .image {
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: -ms-transform .25s cubic-bezier(.25, .46, .45, .94);
    transition: transform .25s cubic-bezier(.25, .46, .45, .94);
    position: relative;
    display: block;
    overflow: hidden;
    width:100%
}

.projects_holder article:hover .image_holder.move_from_left .image, .projects_masonry_holder article:hover .image_holder.move_from_left .image {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: -ms-transform .4s cubic-bezier(.25, .46, .45, .94);
    transition:transform .4s cubic-bezier(.25, .46, .45, .94)
}

.projects_holder article .image_holder.move_from_left .holder-move .portfolio_shader, .projects_masonry_holder article .image_holder.move_from_left .holder-move .portfolio_shader {
    opacity:1
}

.projects_holder article .image_holder.overlapping_title_hover, .projects_masonry_holder article .image_holder.overlapping_title_hover {
    overflow:visible
}

.projects_holder article .image_holder.overlapping_title_hover .text_holder, .projects_masonry_holder article .image_holder.overlapping_title_hover .text_holder {
    overflow: visible;
    padding: 0;
    background-color: rgba(255, 255, 255, .35);
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    transition:opacity .15s ease-in-out
}

.projects_holder article .image_holder.overlapping_title_hover .portfolio_title, .projects_masonry_holder article .image_holder.overlapping_title_hover .portfolio_title {
    color: #000;
    background-color: #fff;
    position: absolute;
    top: 20%;
    right: -30px;
    max-width: 70%;
    padding: 5px 10px;
    opacity: 0;
    -webkit-transition: opacity 0s .1s;
    -moz-transition: opacity 0s .1s;
    transition:opacity 0s .1s
}

.projects_holder article:hover .image_holder.overlapping_title_hover .portfolio_title, .projects_masonry_holder article:hover .image_holder.overlapping_title_hover .portfolio_title {
    opacity:1
}

.portfolio_slides .icons_holder a, .projects_holder article .icons_holder a, .projects_masonry_holder article .icons_holder a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    margin: 0 8px;
    font-size: 24px;
    line-height: 36px;
    color: #393939;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2em;
    z-index: 130;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition:opacity .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out
}

.portfolio_slides .icons_holder a, .projects_holder.hover_text article .icons_holder a, .projects_masonry_holder article .icons_holder a {
    margin:0 15px 0 0
}

.portfolio_slides .icons_holder a:last-child, .projects_holder.hover_text article .icons_holder a:last-child, .projects_masonry_holder article .icons_holder a:last-child {
    margin:0
}

.portfolio_slides .icons_holder a.portfolio_lightbox:before, .projects_holder article .icons_holder a.portfolio_lightbox:before, .projects_masonry_holder article .icons_holder a.portfolio_lightbox:before {
    font-family: ElegantIcons;
    content: "\4c"
}

.portfolio_slides .icons_holder a.qode-like:before, .projects_holder article .icons_holder a.qode-like:before, .projects_masonry_holder article .icons_holder a.qode-like:before {
    font-family: ElegantIcons;
    font-size: 18px;
    content: "\e030"
}

.portfolio_slides .icons_holder a.qode-like.liked:before, .projects_holder article .icons_holder a.qode-like.liked:before, .projects_masonry_holder article .icons_holder a.qode-like.liked:before {
    content: "\e089"
}

.portfolio_slides li:hover .icons_holder a, .projects_holder article:hover .icons_holder a, .projects_masonry_holder article:hover .icons_holder a {
    opacity: 1;
    filter:alpha(opacity=100)
}

.portfolio_slides .icons_holder a:hover, .projects_holder article .icons_holder a:hover, .projects_masonry_holder article .icons_holder a:hover {
    color: #fff;
    background-color:#393939
}

.portfolio_slider, .portfolio_slides .image_holder {
    position: relative;
    display: block;
    -webkit-backface-visibility:hidden
}

.projects_holder .filler {
    display: inline-block;
    height:0
}

.projects_holder.v6 .mix, .projects_holder.v6.hover_text .mix {
    width: 15.7%;
    margin:0 0 1.2%
}

.projects_holder.v6.hover_text .mix {
    margin:0 0 1.7%
}

.projects_holder.v6 .filler, .projects_holder.v6.hover_text .filler {
    width:15.7%
}

.projects_holder.v6.hover_text.no_space .mix, .projects_holder.v6.standard_no_space .mix {
    width: 16.66%;
    margin:0
}

.projects_holder.v6.standard_no_space .mix {
    margin:0
}

.projects_holder.v6.hover_text.no_space .filler, .projects_holder.v6.standard_no_space .filler {
    width:16.66%
}

.firefox_mac_browser .projects_holder.v6.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v6.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v6.standard_no_space .filler, .firefox_mac_browser .projects_holder.v6.standard_no_space .mix, .safari_browser .projects_holder.v6.hover_text.no_space .filler, .safari_browser .projects_holder.v6.hover_text.no_space .mix, .safari_browser .projects_holder.v6.standard_no_space .filler, .safari_browser .projects_holder.v6.standard_no_space .mix {
    width:16.6%
}

.projects_holder.v5 .mix, .projects_holder.v5.hover_text .mix {
    width: 18%;
    margin:0 0 2.9%
}

.projects_holder.v5.hover_text .mix {
    margin:0 0 2%
}

.projects_holder.v5 .filler, .projects_holder.v5.hover_text .filler {
    width:18.5%
}

.projects_holder.v5.hover_text.no_space .mix, .projects_holder.v5.standard_no_space .mix {
    width: 19.99%;
    margin:0
}

.projects_holder.v5.standard_no_space .mix {
    margin:0
}

.projects_holder.v5.hover_text.no_space .filler, .projects_holder.v5.standard_no_space .filler {
    width:19.99%
}

.firefox_mac_browser .projects_holder.v5.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v5.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v5.standard_no_space .filler, .firefox_mac_browser .projects_holder.v5.standard_no_space .mix, .safari_browser .projects_holder.v5.hover_text.no_space .filler, .safari_browser .projects_holder.v5.hover_text.no_space .mix, .safari_browser .projects_holder.v5.standard_no_space .filler, .safari_browser .projects_holder.v5.standard_no_space .mix {
    width:19.93%
}

.projects_holder.v4 .mix, .projects_holder.v4.hover_text .mix {
    width: 23.5%;
    margin:0 0 2.5%
}

.projects_holder.v4.hover_text .mix {
    margin:0 0 2.2%
}

.projects_holder.v4 .filler, .projects_holder.v4.hover_text .filler {
    width:23.5%
}

.projects_holder.v4.hover_text.no_space .mix, .projects_holder.v4.standard_no_space .mix {
    width: 24.99%;
    margin:0
}

.projects_holder.v4.standard_no_space .mix {
    margin:0
}

.projects_holder.v4.hover_text.no_space .filler, .projects_holder.v4.standard_no_space .filler {
    width:24.99%
}

.firefox_mac_browser .projects_holder.v4.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v4.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v4.standard_no_space .filler, .firefox_mac_browser .projects_holder.v4.standard_no_space .mix, .safari_browser .projects_holder.v4.hover_text.no_space .filler, .safari_browser .projects_holder.v4.hover_text.no_space .mix, .safari_browser .projects_holder.v4.standard_no_space .filler, .safari_browser .projects_holder.v4.standard_no_space .mix {
    width:24.93%
}

.projects_holder.v3 .mix, .projects_holder.v3.hover_text .mix {
    width: 32%;
    margin:0 0 2.4%
}

.projects_holder.v3.hover_text .mix {
    margin:0 0 2.2%
}

.projects_holder.v3 .filler, .projects_holder.v3.hover_text .filler {
    width:32%
}

.projects_holder.v3.hover_text.no_space .mix, .projects_holder.v3.standard_no_space .mix {
    width: 33.32%;
    margin:0
}

.projects_holder.v3.standard_no_space .mix {
    margin:0
}

.projects_holder.v3.hover_text.no_space .filler, .projects_holder.v3.standard_no_space .filler {
    width:33.32%
}

.firefox_mac_browser .projects_holder.v3.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v3.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v3.standard_no_space .filler, .firefox_mac_browser .projects_holder.v3.standard_no_space .mix, .safari_browser .projects_holder.v3.hover_text.no_space .filler, .safari_browser .projects_holder.v3.hover_text.no_space .mix, .safari_browser .projects_holder.v3.standard_no_space .filler, .safari_browser .projects_holder.v3.standard_no_space .mix {
    width:33.3%
}

.projects_holder.v2 .mix, .projects_holder.v2.hover_text .mix {
    width: 49%;
    margin:0 0 2.4%
}

.projects_holder.v2.hover_text .mix {
    margin:0 0 2.1%
}

.projects_holder.v2 .filler, .projects_holder.v2.hover_text .filler {
    width:49%
}

.projects_holder.v2.hover_text.no_space .mix, .projects_holder.v2.standard_no_space .mix {
    width: 49.99%;
    margin:0
}

.projects_holder.v2.standard_no_space .mix {
    margin:0
}

.projects_holder.v2.hover_text.no_space .filler, .projects_holder.v2.standard_no_space .filler {
    width:49.99%
}

.firefox_mac_browser .projects_holder.v2.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v2.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v2.standard_no_space .filler, .firefox_mac_browser .projects_holder.v2.standard_no_space .mix, .safari_browser .projects_holder.v2.hover_text.no_space .filler, .safari_browser .projects_holder.v2.hover_text.no_space .mix, .safari_browser .projects_holder.v2.standard_no_space .filler, .safari_browser .projects_holder.v2.standard_no_space .mix {
    width:49.93%
}

.portfolio_paging, .portfolio_paging_loading {
    text-align: center;
    margin:40px 0 0
}

.portfolio_paging_loading {
    display:none
}

.portfolio_with_hover_text .portfolio_paging, .portfolio_with_hover_text .portfolio_paging_loading {
    margin:32px 0 0
}

.filter_outer {
    display: block;
    position: relative;
    margin:0 0 36px
}

.filter_holder, .filter_holder ul {
    display:inline-block
}

.filter_outer.left_align {
    text-align:left
}

.filter_outer.center_align {
    text-align:center
}

.filter_outer.right_align {
    text-align:right
}

.full_width .projects_holder_outer.v4.portfolio_with_space .filter_outer, .full_width .projects_holder_outer.v5.portfolio_with_space .filter_outer, .full_width .projects_holder_outer.v6.portfolio_with_space .filter_outer {
    width: 95%;
    margin:0 auto 36px
}

.full_width .projects_holder_outer.v4.portfolio_with_space.masonry_with_space .filter_outer, .full_width .projects_holder_outer.v5.portfolio_with_space.masonry_with_space .filter_outer, .full_width .projects_holder_outer.v6.portfolio_with_space.masonry_with_space .filter_outer, .full_width .section_inner .projects_holder_outer.v4.portfolio_with_space .filter_outer, .full_width .section_inner .projects_holder_outer.v5.portfolio_with_space .filter_outer, .full_width .section_inner .projects_holder_outer.v6.portfolio_with_space .filter_outer {
    width:100%
}

.filter_holder ul {
    list-style:none
}

.filter_holder ul li {
    cursor: pointer;
    display: block;
    margin: 0;
    float: left;
    text-align:center
}

.filter_holder ul li.filter_title {
    text-align: left;
    cursor:default
}

.filter_holder ul li span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    color: #a6a6a6;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

.filter_holder.without_separator ul li span {
    padding:0 15px
}

.filter_holder ul li:last-child span {
    padding-right:0
}

.filter_holder ul li:first-child:not(.filter_title) span {
    padding-left:0
}

.filter_holder ul li.filter_title span {
    padding: 0;
    color: #393939;
    font-weight:700
}

.filter_holder.without_separator ul li.filter_title span {
    padding:0 15px 0 0
}

.filter_holder ul li span:after {
    content: '|';
    position: absolute;
    right: 0;
    display: inline-block;
    width: 1px;
    color:#a6a6a6
}

.filter_holder ul li.filter_title span:after, .filter_holder ul li:last-child span:after, .filter_holder.without_separator ul li span:after {
    content:none
}

.filter_holder ul li.current span, .filter_holder ul li:not(.filter_title):hover span {
    color:#e6ae48
}

.masonry_with_space .projects_holder.appear_from_bottom article, .masonry_with_space .projects_masonry_holder.appear_from_bottom article, .projects_holder.appear_from_bottom article, .projects_masonry_holder.appear_from_bottom article {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: opacity .8s cubic-bezier(.34, .52, .57, 1.04), -webkit-transform .8s cubic-bezier(.34, .52, .57, 1.04);
    transition:opacity .8s cubic-bezier(.34, .52, .57, 1.04), transform .8s cubic-bezier(.34, .52, .57, 1.04)
}

.projects_holder.appear_from_bottom article.show, .projects_masonry_holder.appear_from_bottom article.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform:translateY(0)
}

.masonry_with_space .projects_holder.appear_from_bottom article.show.shown, .masonry_with_space .projects_masonry_holder.appear_from_bottom article.show.shown, .projects_holder.appear_from_bottom article.show.shown, .projects_masonry_holder.appear_from_bottom article.show.shown {
    -webkit-transition: none;
    transition:none
}

.projects_masonry_holder {
    opacity:0
}

.default_template_holder .projects_masonry_holder.masonry_extended, .grid_section .section_inner .projects_masonry_holder.masonry_extended, .qode_elementor_container_inner .projects_masonry_holder.masonry_extended {
    margin:0 -30px
}

.projects_masonry_holder.masonry_extended .portfolio_masonry_item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    z-index:1 !important
}

.projects_masonry_holder.masonry_extended .portfolio_masonry_item.parallax_item {
    z-index:0 !important
}

.projects_masonry_holder.masonry_extended .portfolio_masonry_item.parallax_item .portfolio_shader, .projects_masonry_holder.masonry_extended .portfolio_masonry_item.parallax_item .text_holder {
    display:none
}

.projects_masonry_holder.masonry_extended .portfolio_masonry_item, .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_height {
    width:25%
}

.projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width, .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width_height {
    width:50%
}

.full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item, .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_height {
    width:25%
}

.full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width_height {
    width:50%
}

.projects_masonry_holder.masonry_extended .image_holder {
    margin: 0;
    position:relative
}

.projects_masonry_holder.masonry_extended article .portfolio_shader {
    width:100%
}

.projects_masonry_holder .portfolio_masonry_item, .projects_masonry_holder .portfolio_masonry_item.large_height {
    width:33.33%
}

.projects_masonry_holder .portfolio_masonry_item.large_width, .projects_masonry_holder .portfolio_masonry_item.large_width_height {
    width:66.66%
}

.full_width .projects_masonry_holder .portfolio_masonry_item, .full_width .projects_masonry_holder .portfolio_masonry_item.large_height {
    width:19.96%
}

.full_width .projects_masonry_holder .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder .portfolio_masonry_item.large_width_height {
    width:39.92%
}

.projects_masonry_holder .portfolio_masonry_item:after, .projects_masonry_holder:after {
    content: "";
    display: block;
    height: 0;
    visibility:hidden
}

.projects_masonry_holder .image_holder img {
    vertical-align: top;
    width: 100%;
    height: auto;
    image-rendering:optimizequality
}

.projects_masonry_holder .image_holder {
    margin:0 -1px 0 0
}

.masonry_with_space .projects_holder {
    position: relative;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.masonry_with_space .projects_holder .mix {
    display: block;
    padding: 0;
    margin: 0 !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.masonry_with_space .projects_holder.v6 .filler, .masonry_with_space .projects_holder.v6 .mix {
    width:16.66%
}

.masonry_with_space .projects_holder.v5 .filler, .masonry_with_space .projects_holder.v5 .mix {
    width:20%
}

.masonry_with_space .projects_holder.v4 .filler, .masonry_with_space .projects_holder.v4 .mix {
    width:25%
}

.masonry_with_space .projects_holder.v3 .filler, .masonry_with_space .projects_holder.v3 .mix {
    width:33.33%
}

.masonry_with_space .projects_holder.v2 .filler, .masonry_with_space .projects_holder.v2 .mix {
    width:50%
}

.masonry_with_space.pinterest_space .projects_holder article {
    padding:10px
}

.projects_holder .pinterest_info_on_hover .pinterest_info_hover_holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing:border-box
}

.projects_holder .pinterest_info_on_hover .pinterest_info_hover_inner {
    width: 100%;
    display: table;
    height:100%
}

.projects_holder .pinterest_info_on_hover .pinterest_info_hover_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height:100%
}

.projects_holder .pinterest_info_on_hover .icons_holder {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    z-index:130
}

.projects_holder .pinterest_info_on_hover .icons_holder a {
    margin-bottom:10px
}

.projects_holder .pinterest_info_on_hover .icons_holder .icons_holder_inner {
    margin:0
}

.projects_holder .pinterest_info_on_hover .portfolio_title {
    margin-bottom:5px
}

.projects_holder .pinterest_info_on_hover .portfolio_subtitle, .projects_holder .pinterest_info_on_hover .portfolio_title, .projects_holder .pinterest_info_on_hover .project_category {
    z-index: 130;
    position: relative;
    opacity:0
}

.projects_holder .pinterest_info_on_hover .portfolio_title, .projects_holder .pinterest_info_on_hover .portfolio_title a, .projects_holder .pinterest_info_on_hover .portfolio_title a:hover, .projects_holder .pinterest_info_on_hover .project_category, .projects_holder.standard .pinterest_info_on_hover .project_category {
    color:#fff
}

.projects_holder .pinterest_info_on_hover .icons_holder, .projects_holder .pinterest_info_on_hover .portfolio_subtitle, .projects_holder .pinterest_info_on_hover .portfolio_title, .projects_holder .pinterest_info_on_hover .project_category {
    -webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    transform: translateY(-13px);
    -ms-transition: -ms-transform .4s cubic-bezier(.25, .46, .45, .94), opacity .4s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94), opacity .4s cubic-bezier(.25, .46, .45, .94);
    transition:transform .4s cubic-bezier(.25, .46, .45, .94), opacity .4s cubic-bezier(.25, .46, .45, .94)
}

.projects_holder article:hover .pinterest_info_on_hover .icons_holder, .projects_holder article:hover .pinterest_info_on_hover .portfolio_subtitle, .projects_holder article:hover .pinterest_info_on_hover .portfolio_title, .projects_holder article:hover .pinterest_info_on_hover .project_category {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity:1
}

.projects_holder .pinterest_info_on_hover .portfolio_shader {
    -webkit-transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
    transition:opacity .4s cubic-bezier(.25, .46, .45, .94)
}

.full_width .projects_holder_outer.v4.pinterest_space .projects_holder, .full_width .projects_holder_outer.v5.pinterest_space .projects_holder, .full_width .projects_holder_outer.v6.pinterest_space .projects_holder {
    width:100%
}

.full_width .projects_holder_outer.pinterest_space {
    padding: 10px;
    box-sizing:border-box
}

.projects_holder_outer.qode-filter-position-left {
    display:inline-block
}

.projects_holder_outer.qode-filter-position-left .filter_outer {
    width: 13.5%;
    float: left;
    padding-right: 20px;
    margin: 0;
    box-sizing:border-box
}

.projects_holder_outer.qode-filter-position-left .filter_outer ul li {
    float: none;
    text-align: left;
    padding:7px 0
}

.projects_holder_outer.qode-filter-position-left .filter_outer ul li.filter_title {
    padding:0 0 30px
}

.projects_holder_outer.qode-filter-position-left .filter_outer ul li span {
    padding:0
}

.projects_holder_outer.qode-filter-position-left .projects_holder, .projects_holder_outer.qode-filter-position-left .projects_masonry_holder {
    width: 86.5%;
    float:left
}

.portfolio_single .portfolio_masonry_gallery_holder {
    margin:0 0 0 -10px
}

.portfolio_single .portfolio_masonry_gallery {
    position: relative;
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: opacity .3s ease-out;
    -ms-transition:opacity .3s ease-out
}

.portfolio_single .portfolio_masonry_gallery .mix {
    float: none;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px
}

.portfolio_single .portfolio_masonry_gallery .mix .inner {
    box-sizing: border-box;
    margin: 12px;
    position: relative;
    display: block;
    overflow:hidden
}

.portfolio_single .portfolio_masonry_gallery .mix, .portfolio_single .single_masonry_grid_sizer {
    width:25%
}

.portfolio_single .portfolio_masonry_gallery .mix.huge {
    width:75%
}

.portfolio_single .portfolio_masonry_gallery .mix.large {
    width:50%
}

.portfolio_single .portfolio_masonry_gallery {
    display:inline-block
}

.portfolio_single .portfolio_masonry_gallery img {
    display:block
}

.portfolio_single .portfolio_masonry_gallery a {
    position:relative
}

.portfolio_single .portfolio_masonry_gallery a:before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, .8);
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition:opacity .3s ease-out
}

.portfolio_single .portfolio_masonry_gallery a:hover:before {
    opacity:1
}

.portfolio_single_sticky.stick {
    position:fixed
}

.portfolio_single_sticky.stick.portfolio_single_sticky_animate_top {
    -webkit-transition: top .33s cubic-bezier(.694, .0482, .335, 1) .18s;
    transition:top .33s cubic-bezier(.694, .0482, .335, 1) .18s
}

.portfolio_single_sticky {
    position:relative
}

.paspartu_enabled .paspartu_bottom, .paspartu_enabled .paspartu_left, .paspartu_enabled .paspartu_top {
    position: fixed;
    left: 0;
    background-color: #fff;
    z-index:200
}

.paspartu_enabled .paspartu_top {
    padding-top: 2%;
    height: 0;
    width: 100%;
    top: 0;
    transition:left .33s cubic-bezier(.694, .0482, .335, 1)
}

.paspartu_enabled .paspartu_bottom, footer.uncover {
    -webkit-transition:left .33s cubic-bezier(.694, .0482, .335, 1)
}

.paspartu_enabled .paspartu_bottom {
    padding-bottom: 2%;
    height: 0;
    width: 100%;
    bottom: 0;
    transition:left .33s cubic-bezier(.694, .0482, .335, 1)
}

.paspartu_enabled .paspartu_left {
    width: 2%;
    height: 100%;
    top:0
}

.paspartu_enabled .paspartu_right {
    position: absolute;
    width: 2%;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 200;
    height: 100%;
    min-height:100vh
}

.paspartu_enabled .aside.vertical_menu_area, .paspartu_enabled .vertical_area_background {
    left:2%
}

.paspartu_enabled.right_side_menu_opened .paspartu_bottom, .paspartu_enabled.right_side_menu_opened .paspartu_top, .right_side_menu_opened .full_width nav.content_menu.fixed {
    left:-270px
}

.paspartu_enabled footer.uncover {
    padding-bottom:2%
}

.paspartu_enabled.vertical_menu_enabled .content .content_inner {
    padding-top:2%
}

.q_accordion_holder {
    position: relative;
    display: block;
    visibility:hidden
}

.q_accordion_holder.accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    display: block;
    height: 58px;
    line-height: 58px;
    color: #393939;
    padding: 0;
    margin: 28px 0 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.q_accordion_holder.accordion.boxed .ui-accordion-header {
    height: 48px;
    line-height: 48px;
    margin: 16px 0 0;
    padding: 0 27px;
    color: #fff;
    background-color: #393939;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition:background-color .3s ease-in-out, border-color .3s ease-in-out
}

.q_accordion_holder.accordion .ui-accordion-header:first-child, .q_accordion_holder.accordion.boxed .ui-accordion-header:first-child {
    margin:0
}

.q_accordion_holder.accordion .ui-accordion-header span.tab-title, .q_accordion_holder.accordion .ui-accordion-header span.tab-title-inner {
    color: inherit;
    line-height:inherit
}

.q_accordion_holder.accordion:not(.boxed) .ui-accordion-header span.tab-title {
    padding: 0 0 0 78px;
    display: table;
    width: 100%;
    height: 100%;
    line-height: normal;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.q_accordion_holder.accordion:not(.boxed) .ui-accordion-header span.tab-title-inner {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    line-height: normal;
    vertical-align:middle
}

.q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-active, .q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-hover {
    background-color:#e6ae48
}

.q_accordion_holder .ui-accordion-header .accordion_mark {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 58px;
    height: 58px;
    background-color: transparent;
    border: 2px solid #e6ae48;
    border-radius: 3em;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.frame_holder.frame_holder3 .gallery_frame, .q_dropcap.normal {
    left:7px
}

.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark, .q_accordion_holder.accordion .ui-accordion-header.ui-state-hover .accordion_mark {
    background-color:#e6ae48
}

.q_accordion_holder.boxed .ui-accordion-header .accordion_mark {
    display:none
}

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 54px;
    text-align: center;
    color: #e6ae48;
    font-size: 18px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon, .q_accordion_holder.accordion .ui-accordion-header.ui-state-hover .accordion_mark_icon {
    color:#fff
}

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 54px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon .icon_minus-06, .q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon .icon_plus, .q_accordion_holder.accordion .ui-accordion-header.ui-state-hover .accordion_mark_icon .icon_plus {
    opacity: 0;
    filter:alpha(opacity=0)
}

.q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon .icon_minus-06, .q_accordion_holder.accordion .ui-accordion-header.ui-state-hover .accordion_mark_icon .icon_minus-06 {
    opacity: 1;
    filter:alpha(opacity=100)
}

.q_accordion_holder.accordion div.accordion_content {
    margin: 0;
    padding:0 0 0 82px
}

.q_accordion_holder.accordion.boxed div.accordion_content {
    padding:0
}

.q_accordion_holder.accordion div.accordion_content_inner {
    display:block
}

.q_accordion_holder.accordion.boxed div.accordion_content_inner {
    padding:20px 0 0
}

blockquote {
    quotes: none;
    position: relative;
    border:1px solid transparent
}

blockquote.with_background, blockquote.with_border {
    padding:14px 14px 14px 10px
}

blockquote.with_border {
    border-left:4px solid transparent
}

blockquote.with_border.with_quote_icon {
    padding:0
}

blockquote.without_quote_icon {
    padding-left:20px
}

blockquote.with_quote_icon {
    display:table
}

blockquote.with_quote_icon .icon_quotations_holder {
    display: table-cell;
    vertical-align:middle
}

blockquote.with_quote_icon .blockquote_text {
    display: table-cell;
    vertical-align: middle;
    padding-left:10px
}

blockquote.with_quote_icon i {
    font-size: 48px;
    color:#e6ae48
}

blockquote h3, blockquote > p {
    font-size: 20px;
    color:#e6ae48
}

.q_dropcap {
    position: relative;
    display: inline-block;
    float: left;
    height: 48px;
    width: 48px;
    line-height: 48px;
    font-size: 44px;
    color: #e6ae48;
    font-weight: 700;
    text-align: center;
    margin: 5px 20px 0 0;
    border:1px solid transparent
}

.q_dropcap.circle, .q_dropcap.square {
    margin: 5px 20px 0 0;
    font-size: 22px;
    background-color: #e6ae48;
    color:#fff
}

.q_dropcap.circle {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius:2em
}

.gallery_holder {
    display: block;
    position:relative
}

.wpb_image_grid .gallery_holder {
    width:100.1%
}

.wpb_image_grid .gallery_holder.with_space {
    width:100.2%
}

.wpb_image_grid .gallery_holder ul li a {
    margin-right: -1px;
    margin-bottom:-1px !important
}

.wpb_image_grid .gallery_holder.with_space ul li a {
    display: table;
    margin:0 !important
}

.gallery_holder ul {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    padding:0
}

.gallery_holder.with_space ul {
    width: calc(100% + 30px);
    margin:0 -15px
}

.gallery_holder ul li {
    position: relative;
    display: block;
    float: left;
    overflow:hidden
}

.gallery_holder.with_space ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding:15px !important
}

.gallery_holder ul li a {
    position: relative;
    -webkit-backface-visibility: hidden;
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform:translateZ(0)
}

.gallery_holder ul li a img {
    display: block;
    width: 100%;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform:scale(1, 1)
}

.gallery_holder ul li.grayscale a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter:url(/wp-content/themes/stockholm/css/img/desaturate.svg#grayscale)
}

.gallery_holder ul li.grayscale:hover a img {
    -webkit-filter: grayscale(0);
    filter:none
}

.gallery_holder ul li:hover a img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform:scale(1.03, 1.03)
}

.gallery_holder ul li .gallery_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #efeeed;
    background-color: rgba(255, 255, 255, .9);
    visibility: visible;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    z-index:1000
}

.q_tabs, .testimonials.testimonials_carousel {
    visibility:hidden
}

.gallery_holder ul li .gallery_hover i, .price_table_inner .price_button {
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition:background-color .3s ease-in-out
}

.gallery_holder ul li:hover .gallery_hover {
    opacity: 1;
    filter:alpha(opacity=100)
}

.gallery_holder ul li .gallery_hover i {
    position: absolute;
    background-color: #e6ae48;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    font-size: 12px;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -o-transition: background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}

.gallery_holder ul li .gallery_hover i:hover {
    background-color:#9d9d9d
}

.gallery_holder ul.v5 li, .wpb_gallery_slides .gallery_holder ul.v5 li {
    width: 20%;
    margin:0
}

.gallery_holder ul.v4 li, .wpb_gallery_slides .gallery_holder ul.v4 li {
    width: 25%;
    margin:0
}

.gallery_holder ul.v3 li, .wpb_gallery_slides .gallery_holder ul.v3 li {
    width: 33.33333333333333%;
    margin:0
}

.gallery_holder ul.v2 li, .wpb_gallery_slides .gallery_holder ul.v2 li {
    width: 50%;
    margin:0
}

.highlight {
    background-color: #e6ae48;
    color: #fff;
    padding:0 3px
}

.testimonials {
    position:relative
}

.testimonials .testimonial_container {
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    text-align: left;
    margin:0 0 16px
}

.testimonials_holder.qodef-testimonials-nav-arrows .testimonials {
    padding:0 45px
}

.testimonials_holder .flex-direction-nav {
    display: block;
    position:static
}

.testimonials_holder .flex-direction-nav li {
    display:inline-block
}

.testimonials_holder .flex-direction-nav a {
    position: absolute;
    z-index: 200;
    top: 50%;
    margin: -20px 0 0;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
    background-color: transparent;
    text-indent: -9999px;
    box-sizing:border-box
}

.testimonials_holder .flex-direction-nav a:before {
    font-family: Linearicons-Free, sans-serif;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
    color: #393939;
    text-indent: 0;
    font-size: 32px;
    text-align:center
}

.testimonials_holder .flex-direction-nav a.flex-prev:before {
    content: '\e875'
}

.testimonials_holder .flex-direction-nav a.flex-next:before {
    content: '\e876'
}

.testimonials_holder .flex-direction-nav .flex-prev {
    left:0
}

.testimonials_holder .flex-direction-nav .flex-next {
    right:0
}

.testimonials_holder.full_width {
    background:0 0
}

.content .testimonial_content .container .container_inner {
    padding:0
}

.testimonial_text_holder {
    position: relative;
    display:block
}

.testimonial_text_holder.center_align {
    text-align:center
}

.testimonial_text_holder.right_align {
    text-align:right
}

.testimonials .testimonial_text_inner {
    display:block
}

.testimonials .testimonial_text_inner .testimonial_image_holder {
    line-height: 0;
    margin-bottom:35px
}

.testimonials .testimonial_text_inner p.testimonial_title {
    color: #4d4d4d;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -.2px;
    font-style: normal;
    line-height: 30px;
    margin-bottom:30px
}

.testimonials .testimonial_text_inner p:not(.testimonial_author):not(.testimonial_title) {
    font-family: crete round, sans-serif;
    font-size: 26px;
    line-height: 1.285714285714286em;
    font-style: italic;
    font-weight: 400;
    color:#fff
}

.testimonials .testimonial_text_inner p.testimonial_author .testimonial_author_job {
    display: block;
    color: #a0a0a0;
    font-size:15px
}

.testimonials .testimonial_text_inner p.testimonial_author {
    line-height: 1.666666666666667em;
    font-size: 18px;
    color: #a6a6a6;
    font-weight: 700;
    letter-spacing: 2px;
    margin:41px 0 0
}

.testimonials_holder .flex-control-paging {
    display: block;
    text-align: center;
    margin-top:41px
}

.testimonials_holder .flex-control-paging li {
    display:inline-block
}

.testimonials_holder .flex-control-paging li a {
    display: inline-block;
    text-indent: -5000px;
    width: 8px;
    height: 8px;
    position: relative;
    margin-right: 7px;
    background-color: #d6d6d6;
    border-radius:3em
}

.testimonials_holder.light .flex-control-paging li a {
    border-color:#fff
}

.testimonials_holder .flex-control-paging li a.flex-active {
    background-color:#393939
}

.testimonials_holder.light .flex-control-paging li a.flex-active {
    background-color:#fff
}

.testimonials_holder.grouped .testimonials .testimonial_text_inner p.testimonial_author {
    margin-top:28px
}

.testimonial_content_grouped_item {
    margin-right: 3%;
    width: 31.33%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding: 40px 40px 60px;
    border: 3px solid #4e2b83;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius:25px
}

.testimonial_content_grouped_item:last-child {
    margin-right:0
}

.wpb_content_element.wpb_single_image img {
    vertical-align:middle
}

.q_tabs {
    display:block
}

.q_tabs .tabs-nav, .q_tabs .tabs-nav li {
    display: inline-block;
    position: relative;
    overflow:hidden
}

.q_tabs .tabs-nav {
    list-style: none;
    margin: 0;
    padding:0
}

.q_tabs .tabs-nav li {
    margin: 0 8px 0 0;
    float:left
}

.q_tabs .tabs-nav li:last-child {
    margin:0
}

.q_tabs .tabs-nav li a {
    position: relative;
    display: block;
    height: 52px;
    line-height: 52px;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    background-color: #eaeaea;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
    transition:color .3s ease-in-out, background-color .3s ease-in-out
}

.q_tabs .tabs-nav li a:hover, .q_tabs .tabs-nav li.active a {
    background-color:#e6ae48
}

.q_tabs.horizontal.center {
    text-align:center
}

.q_tabs.horizontal.left {
    text-align:left
}

.q_tabs.horizontal.left .tabs-nav li a:first-child {
    padding-left:0
}

.q_tabs.horizontal.right {
    text-align:right
}

.q_tabs.horizontal.right .tabs-nav li a:last-child {
    padding-right:0
}

.q_tabs.boxed .tabs-container, .q_tabs.horizontal .tabs-container {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align:left
}

.q_tabs.horizontal.right .tabs-container {
    text-align:right
}

.q_tabs.vertical .tabs-nav {
    width: 24.02957486136784%;
    margin:0
}

.q_tabs.vertical.right .tabs-nav {
    float:right
}

.q_tabs.vertical.left .tabs-nav {
    float:left
}

.q_tabs.vertical .tabs-nav li {
    display: block;
    width: 100%;
    top: 0;
    margin:0 0 7px
}

.q_tabs.vertical .tabs-nav li:last-child {
    margin:0
}

.q_tabs.vertical .tabs-nav li a {
    text-align: center;
    height: auto;
    line-height: normal;
    padding:19px 20px
}

.q_tabs.vertical .tabs-container {
    position: relative;
    width: 73.68576709796673%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.q_tabs.vertical.left .tabs-container {
    float: left;
    text-align:left
}

.q_tabs.vertical.right .tabs-container {
    float: right;
    text-align:right
}

.q_tabs.boxed {
    text-align:left
}

.q_tabs.boxed .tabs-nav {
    display:block
}

.q_tabs.boxed .tabs-container {
    position: relative;
    background-color: #fff;
    text-align: left;
    padding:35px 30px
}

.q_message {
    position: relative;
    padding: 24px 28px;
    margin: 0;
    background-color:#e6ae48
}

.q_message .q_message_inner {
    position:relative
}

.q_message.with_icon .q_message_icon_holder {
    float: left;
    padding:0 15px 0 0
}

.q_message .message_text, .q_message.with_icon .q_message_icon {
    display: table;
    height:100%
}

.q_message .message_text_inner, .q_message.with_icon .q_message_icon_inner {
    display: table-cell;
    height: 100%;
    vertical-align:middle
}

.q_message.with_icon .q_message_icon_inner > .q_font_elegant_icon, .q_message.with_icon .q_message_icon_inner > i {
    color: #fff;
    line-height:1em
}

.q_message.with_icon img {
    float:left
}

.q_message a.close {
    position: absolute;
    top: -15px;
    right: -15px;
    line-height: 13px;
    font-size:18px
}

.q_message a.close i {
    width: 14px;
    height: 14px;
    color: #fff;
    font-weight: 700;
    display:inline-block
}

.q_price_table {
    position: relative;
    width: 100%;
    padding: 0;
    margin-left: 2.5%;
    float:left
}

.qode_pricing_tables.two_columns .q_price_table {
    width:48.75%
}

.qode_pricing_tables.three_columns .q_price_table {
    width:31.666666666666668%
}

.qode_pricing_tables.four_columns .q_price_table {
    width:23.125%
}

.qode_pricing_tables .q_price_table:first-child {
    margin-left:0
}

.q_price_table .price_table_inner {
    background-color: #f7f7f7;
    position:relative
}

.q_price_table.active .active_text {
    position: absolute;
    top: -30px;
    left: 17px;
    text-align: center;
    background-color: #393939;
    width: 66px;
    height: 66px;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius:33px
}

.q_price_table.active .active_text span.active_text_inner {
    display: table;
    width: 100%;
    height:100%
}

.q_price_table.active .active_text span span {
    display: table-cell;
    vertical-align: middle;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    line-height: normal;
    word-break:break-word
}

.price_table_inner ul {
    list-style: none;
    margin:0
}

.price_table_inner ul li {
    text-align: center;
    margin: 0;
    padding:12px 20px
}

.price_table_inner ul li.pricing_table_content {
    padding:0
}

.price_table_inner ul li.pricing_table_content ul {
    padding:0 35px
}

.price_table_inner ul li.pricing_table_content li {
    border-bottom: 1px solid #8d8d8d;
    font-weight:300
}

.price_table_inner ul li.pricing_table_content li:last-child {
    border-bottom:none
}

.price_table_inner ul li.prices {
    padding:41px 27px 33px
}

.price_table_inner ul li.table_title {
    padding: 20px 27px;
    background-color:#e6ae48
}

.price_table_inner ul li.table_title .title_content {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 1.538461538461538em;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform:uppercase
}

.price_in_table {
    text-align:center
}

.price_in_table .value {
    font-size: 24px;
    position: relative;
    color: #e6ae48;
    top:13px
}

.price_in_table .price {
    font-size: 48px;
    line-height: 32px;
    padding: 0 3px;
    vertical-align: middle;
    color: #e6ae48;
    letter-spacing:1px
}

.price_in_table .mark {
    vertical-align: bottom;
    position: relative;
    font-family: crete round, sans-serif;
    font-size: 14px;
    top: 17px;
    display: block;
    font-style:italic
}

.price_table_inner .price_button {
    padding: 0 27px;
    background-color: #e6ae48;
    -o-transition: background-color .3s ease-in-out;
    transition:background-color .3s ease-in-out
}

.price_table_inner .price_button:hover {
    background-color:#393939 !important
}

.price_table_inner .price_button a {
    display: inline-block;
    color: #fff;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing:2px
}

.qode-pricing-list .qode-pricing-list-item {
    margin-bottom:40px
}

.qode-pricing-list .qode-pricing-item-title-holder {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding-right:5px
}

.qode-pricing-list .qode-pricing-item-price-holder {
    display: table-cell;
    width: 1%;
    padding-left: 5px;
    white-space:nowrap
}

.qode-pricing-list .pricing-list-dots {
    height: 3px;
    background-image: radial-gradient(circle closest-side, #cdcdcd 99%, transparent 100%);
    background-position: 50% 70%;
    background-size: 4px 2px;
    background-repeat: repeat-x;
    display: table-cell;
    width: 98%;
    z-index: 1;
    position:relative
}

.qode-pricing-list .qode-pricing-list-bottom {
    display: table;
    width: 100%;
    margin:5px 0 0
}

.qode-pricing-list .qode-pricing-list-text {
    display:table-cell
}

.qode-pricing-list .qode-pricing-list-highlited {
    display: table-cell;
    text-align:right
}

.qode-pricing-list .qode-pricing-list-highlited span {
    background-color: #e6ae48;
    color: #fff;
    padding:0 3px
}

.q_font_awsome_icon {
    display: inline-block;
    vertical-align:middle
}

.q_font_elegant_holder, .q_linear_icons_holder {
    position: relative;
    display: inline-block;
    vertical-align:middle
}

.q_font_elegant_icon, .q_linear_icons_icon {
    position: relative;
    display:block
}

.q_font_awsome_icon_holder, .q_font_awsome_icon_holder a, .q_font_elegant_holder, .q_font_elegant_holder a, .q_linear_icons_holder, .q_linear_icons_holder a {
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -webkit-transform:translateZ(0)
}

.q_icon_shortcode.q_font_awsome_icon_holder a, .q_icon_shortcode.q_font_elegant_holder a, .q_icon_shortcode.q_linear_icons_holder a {
    color:inherit
}

.q_font_awsome_icon_holder.q_icon_shortcode:hover, .q_font_elegant_holder.q_icon_shortcode:hover, .q_linear_icons_holder.q_icon_shortcode:hover {
    color:#e6ae48
}

.q_font_awsome_icon_circle, .q_font_awsome_icon_square, .q_font_elegant_holder.circle, .q_font_elegant_holder.square, .q_linear_icons_holder.circle, .q_linear_icons_holder.square {
    border: 1px solid transparent;
    background-color: transparent;
    text-align: center;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -webkit-transform:translateZ(0)
}

.q_font_awsome_icon_circle, .q_font_elegant_holder.circle, .q_linear_icons_holder.circle {
    border-radius:5em
}

.q_font_awsome_icon.pull-center, .q_font_elegant_holder.pull-center, .q_linear_icons_holder.pull-center {
    display: block;
    text-align:center
}

.q_font_awsome_icon_circle.pull-center, .q_font_awsome_icon_square.pull-center {
    display: block;
    margin:0 auto !important
}

.q_font_awsome_icon_holder.q_icon_animation {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s ease;
    -moz-transition: -moz-transform .2s ease;
    -o-transition: -o-transform .2s ease;
    -ms-transition: -ms-transform .2s ease;
    transition: transform .2s ease;
    -webkit-backface-visibility:hidden
}

.q_font_awsome_icon_holder.q_show_animation {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform:scale(1)
}

.qodef-icon-element-holder.q_icon_shortcode {
    position: relative;
    display: inline-block;
    vertical-align:middle
}

.qodef-icon-element-holder.q_icon_shortcode.q_icon_animation {
    transform: scale(0);
    transition:transform .2s ease
}

.qodef-icon-element-holder.q_icon_shortcode.q_show_animation {
    transform:scale(1)
}

.qodef-icon-element-holder.q_icon_shortcode.circle, .qodef-icon-element-holder.q_icon_shortcode.square {
    border: 1px solid transparent;
    background-color: transparent;
    text-align: center;
    transition:background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out
}

.qodef-icon-element-holder.q_icon_shortcode.circle {
    border-radius:5em
}

.qodef-icon-element-holder.q_icon_shortcode.pull-center {
    display: block;
    text-align:center
}

.qodef-icon-element-holder.q_icon_shortcode a {
    color: inherit;
    transition:color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out
}

.qodef-icon-element-holder.q_icon_shortcode:hover {
    color:#e6ae48
}

.qodef-icon-element-holder.q_icon_shortcode .qodef-icon-element {
    position: relative;
    display:block
}

.q_icon_with_title {
    display: block;
    position:relative
}

.q_icon_with_title .q_linear_icons_holder {
    display:block
}

.q_icon_with_title .icon_holder {
    float: left;
    display: inline-block;
    position: relative;
    z-index:2
}

.q_icon_with_title.center {
    text-align:center
}

.q_icon_with_title.center .icon_holder {
    float: none;
    padding:0
}

.box_holder_icon_inner.q_icon_animation, .q_icon_with_title .icon_holder.q_icon_animation {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition:transform .2s ease-in-out
}

.box_holder_icon_inner.q_icon_animation.q_show_animation, .q_icon_with_title .icon_holder.q_icon_animation.q_show_animation, .touch .no_animation_on_touch .q_icon_animation {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform:scale(1)
}

.q_icon_with_title .icon_holder .icon_holder_inner {
    display:inline-block
}

.box_holder_icon_inner.circle .icon_holder_inner, .box_holder_icon_inner.square .icon_holder_inner, .q_icon_with_title.circle .icon_holder .icon_holder_inner, .q_icon_with_title.square .icon_holder .icon_holder_inner {
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    background-color:#e6ae48
}

.box_holder_icon_inner.circle.without_double_border .icon_holder_inner, .box_holder_icon_inner.square.without_double_border .icon_holder_inner, .q_icon_with_title.circle.without_double_border .icon_holder .icon_holder_inner, .q_icon_with_title.square.without_double_border .icon_holder .icon_holder_inner {
    padding: 0;
    border:none
}

.box_holder_icon_inner .q_font_elegant_holder.circle, .box_holder_icon_inner .q_font_elegant_holder.square, .box_holder_icon_inner .q_linear_icons_holder.circle, .box_holder_icon_inner .q_linear_icons_holder.square, .q_icon_with_title.circle .q_font_elegant_holder.circle, .q_icon_with_title.circle .q_linear_icons_holder.circle, .q_icon_with_title.square .q_font_elegant_holder.square, .q_icon_with_title.square .q_linear_icons_holder.square {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    position: relative;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    border: 1px solid transparent;
    background-color: #e6ae48;
    color: #fff;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition:background-color .3s ease-in-out, border-color .3s ease-in-out
}

.box_holder_icon_inner .q_font_elegant_holder:not(.normal) .icon_text_icon, .box_holder_icon_inner .q_linear_icons_holder:not(.normal) .icon_text_icon, .q_icon_with_title:not(.normal_icon) .q_font_elegant_holder .icon_text_icon, .q_icon_with_title:not(.normal_icon) .q_linear_icons_holder .icon_text_icon {
    position: absolute;
    width: 100%;
    line-height: inherit;
    left:0
}

.q_icon_with_title.circle .icon_holder .icon_holder_inner {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius:50%
}

.box_holder_icon .icon_text_icon, .q_icon_with_title .icon_holder .icon_text_icon {
    font-size: .8em;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

.q_icon_with_title .icon_holder .fa-stack.fa-lg i {
    line-height:39px
}

.q_icon_with_title .icon_holder .fa-stack.fa-2x i {
    line-height:52px
}

.q_icon_with_title .icon_holder .fa-stack.fa-3x i {
    line-height:79px
}

.q_icon_with_title .icon_holder .fa-stack.fa-4x i {
    line-height:104px
}

.q_icon_with_title .icon_holder .fa-stack.fa-5x i {
    line-height:130px
}

.box_holder_icon_inner .fa-stack, .q_icon_with_title .icon_holder .fa-stack {
    background-color: transparent;
    border-style: solid;
    text-align: center;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing:initial !important
}

.box_holder_icon_inner .fa-stack, .box_holder_icon_inner .q_font_awsome_icon, .q_font_awsome_icon_holder, .q_font_awsome_icon_holder a, .q_font_elegant_holder, .q_font_elegant_holder a, .q_icon_with_title .icon_holder .fa-stack, .q_icon_with_title .icon_holder .q_font_awsome_icon, .q_linear_icons_holder, .q_linear_icons_holder a {
    color:#393939
}

.box_holder_icon_inner .fa-stack, .box_holder_icon_inner .icon_holder_inner, .box_holder_icon_inner .icon_holder_inner:hover .icon_text_icon, .box_holder_icon_inner .q_font_elegant_holder.circle, .box_holder_icon_inner .q_font_elegant_holder.square, .box_holder_icon_inner .q_linear_icons_holder.circle, .box_holder_icon_inner .q_linear_icons_holder.square, .q_icon_with_title .icon_holder:hover .icon_text_icon, .q_icon_with_title.square .icon_holder .fa-stack {
    color:#fff
}

.box_holder_icon_inner.circle .fa-stack, .q_icon_with_title.circle .icon_holder .fa-stack {
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius:2em
}

.box_holder_icon_inner .icon_holder_inner:hover .q_font_elegant_holder.circle, .box_holder_icon_inner .icon_holder_inner:hover .q_font_elegant_holder.square, .box_holder_icon_inner .icon_holder_inner:hover .q_linear_icons_holder.circle, .box_holder_icon_inner .icon_holder_inner:hover .q_linear_icons_holder.square, .box_holder_icon_inner.circle .icon_holder_inner:hover, .box_holder_icon_inner.square .icon_holder_inner:hover, .q_icon_with_title.circle .icon_holder:hover .fa-stack, .q_icon_with_title.circle .icon_holder:hover .icon_holder_inner, .q_icon_with_title.circle .icon_holder_inner:hover .q_font_elegant_holder.circle, .q_icon_with_title.circle .icon_holder_inner:hover .q_linear_icons_holder.circle, .q_icon_with_title.square .icon_holder:hover .fa-stack, .q_icon_with_title.square .icon_holder:hover .icon_holder_inner, .q_icon_with_title.square .icon_holder_inner:hover .q_font_elegant_holder.square, .q_icon_with_title.square .icon_holder_inner:hover .q_linear_icons_holder.square {
    border-color: #393939 !important;
    background-color:#393939 !important
}

.box_holder_icon_inner.normal_icon .icon_holder_inner:hover .icon_text_icon, .q_icon_with_title.normal_icon .icon_holder:hover .icon_text_icon {
    color:#e6ae48
}

.q_box_holder.with_icon span.fa-stack.fa-lg, .q_icon_with_title span.fa-stack.fa-lg {
    font-size:19px
}

.q_icon_with_title .icon_text_holder {
    position:relative
}

.q_icon_with_title.center .icon_text_holder {
    margin:40px 0 0
}

.q_icon_with_title.center.normal_icon.tiny .icon_text_holder {
    margin:34px 0 0
}

.q_icon_with_title.center.normal_icon.large .icon_text_holder, .q_icon_with_title.center.normal_icon.medium .icon_text_holder, .q_icon_with_title.center.normal_icon.small .icon_text_holder {
    margin:32px 0 0
}

.q_icon_with_title.center.normal_icon.very_large .icon_text_holder {
    margin:30px 0 0
}

.q_icon_with_title .icon_text_inner {
    padding:0 0 18px
}

.q_icon_with_title.center .icon_text_inner, .q_icon_with_title.left_from_title .icon_text_holder {
    padding:0
}

.q_icon_with_title .icon_title_holder {
    display: table;
    width: 100%;
    height: 100%;
    margin:0 0 17px
}

.q_icon_with_title .icon_title_holder .icon_holder {
    display: table-cell;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    float: none;
    padding:0 25px 0 0
}

.q_icon_with_title .icon_text_holder .icon_title_holder .icon_title {
    display: table-cell;
    width: 100%;
    margin: 0;
    vertical-align:middle
}

.q_icon_with_title.large .icon_holder, .q_icon_with_title.medium .icon_holder, .q_icon_with_title.small.square .icon_holder, .q_icon_with_title.tiny.square .icon_holder {
    text-align:center
}

.q_icon_with_title.tiny .icon_text_holder {
    padding:0 0 0 41px
}

.q_icon_with_title.small .icon_text_holder {
    padding:0 0 0 43px
}

.q_icon_with_title.medium .icon_text_holder {
    padding:0 0 0 47px
}

.q_icon_with_title.large .icon_text_holder {
    padding:0 0 0 51px
}

.q_icon_with_title.very_large .icon_text_holder {
    padding:0 0 0 54px
}

.q_icon_with_title.tiny.boxed .icon_text_holder, .q_icon_with_title.tiny.circle .icon_text_holder, .q_icon_with_title.tiny.icon_image .icon_text_holder, .q_icon_with_title.tiny.square .icon_text_holder {
    padding:0 0 0 74px
}

.q_icon_with_title.small.boxed .icon_text_holder, .q_icon_with_title.small.circle .icon_text_holder, .q_icon_with_title.small.icon_image .icon_text_holder, .q_icon_with_title.small.square .icon_text_holder {
    padding:0 0 0 88px
}

.q_icon_with_title.medium.boxed .icon_text_holder, .q_icon_with_title.medium.circle .icon_text_holder, .q_icon_with_title.medium.icon_image .icon_text_holder, .q_icon_with_title.medium.square .icon_text_holder {
    padding:0 0 0 114px
}

.q_icon_with_title.large.boxed .icon_text_holder, .q_icon_with_title.large.circle .icon_text_holder, .q_icon_with_title.large.icon_image .icon_text_holder, .q_icon_with_title.large.square .icon_text_holder {
    padding:0 0 0 140px
}

.q_icon_with_title.very_large.boxed .icon_text_holder, .q_icon_with_title.very_large.circle .icon_text_holder, .q_icon_with_title.very_large.icon_image .icon_text_holder, .q_icon_with_title.very_large.square .icon_text_holder {
    padding:0 0 0 166px
}

.q_icon_with_title.left_from_title .icon_text_holder {
    padding:0 !important
}

.q_icon_with_title.large.boxed.center .icon_text_holder, .q_icon_with_title.large.center .icon_text_holder, .q_icon_with_title.large.circle.center .icon_text_holder, .q_icon_with_title.large.icon_image.center .icon_text_holder, .q_icon_with_title.medium.boxed.center .icon_text_holder, .q_icon_with_title.medium.center .icon_text_holder, .q_icon_with_title.medium.circle.center .icon_text_holder, .q_icon_with_title.medium.icon_image.center .icon_text_holder, .q_icon_with_title.small.boxed.center .icon_text_holder, .q_icon_with_title.small.center .icon_text_holder, .q_icon_with_title.small.circle.center .icon_text_holder, .q_icon_with_title.small.icon_image.center .icon_text_holder, .q_icon_with_title.tiny.boxed.center .icon_text_holder, .q_icon_with_title.tiny.center .icon_text_holder, .q_icon_with_title.tiny.circle.center .icon_text_holder, .q_icon_with_title.tiny.icon_image.center .icon_text_holder, .q_icon_with_title.very_large.boxed.center .icon_text_holder, .q_icon_with_title.very_large.center .icon_text_holder, .q_icon_with_title.very_large.circle.center .icon_text_holder, .q_icon_with_title.very_large.icon_image.center .icon_text_holder {
    padding:0
}

.box_holder_inner, .q_box_holder.with_icon .box_holder_inner.tiny {
    padding:50px 20px 30px
}

.q_icon_with_title.left_from_title .icon_holder {
    display:block
}

.q_icon_with_title.tiny .icon_holder img {
    width:35px
}

.q_icon_with_title.small .icon_holder img {
    width:52px
}

.q_icon_with_title.medium .icon_holder img {
    width:78px
}

.q_icon_with_title.large .icon_holder img {
    width:104px
}

.q_icon_with_title.very_large .icon_holder img {
    width:130px
}

.q_icon_with_title.left_from_title.tiny.normal_icon .icon_holder i {
    position: relative;
    top: -1px;
    line-height:1em
}

.q_icon_with_title .icon_text_holder .icon_title {
    display: block;
    margin: 0 0 1.1em;
    color:#393939
}

.q_icon_with_title .icon_with_title_link {
    display: inline-block;
    margin:18px 0 0
}

.q_icon_with_title.top_title_over .icon_holder {
    margin:0 0 18px
}

.q_icon_with_title.top_title_over .icon_holder i, .q_icon_with_title.top_title_over .icon_holder span {
    font-size: 120px !important;
    line-height: 1em !important;
    color:#f0f0f0
}

.q_icon_with_title.top_title_over .icon_holder img {
    min-width:120px !important
}

.q_icon_with_title.top_title_over .icon_title {
    position: absolute;
    top: -85px;
    width: 100%;
    margin: 0 !important;
    z-index:3
}

.q_box_holder {
    display: block;
    position: relative;
    border: 1px solid transparent;
    z-index:200
}

.q_box_holder.with_icon {
    border:1px solid #dcdcdc
}

.box_holder_inner {
    display:block
}

.q_box_holder.with_icon .box_holder_inner.small {
    padding:57px 20px 30px
}

.q_box_holder.with_icon .box_holder_inner.medium {
    padding:70px 20px 30px
}

.q_box_holder.with_icon .box_holder_inner.large {
    padding:83px 20px 30px
}

.q_box_holder.with_icon .box_holder_inner.very_large {
    padding:96px 20px 30px
}

.box_holder_inner.left {
    text-align:left
}

.box_holder_inner.right {
    text-align:right
}

.box_holder_inner.center {
    text-align:center
}

.box_holder_inner .icon_title {
    margin:0 0 14px
}

.box_holder_icon_inner, .box_holder_icon_inner.circle, .box_holder_icon_inner.image, .box_holder_icon_inner.square {
    margin:-50% 0 0 -50%
}

.box_holder_icon {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    z-index:250
}

.box_holder_icon_inner .icon_holder_inner {
    display:inline-block
}

.box_holder_icon_inner.circle .icon_holder_inner {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e6ae48;
    color:#fff
}

.box_holder_icon_inner.circle .fa-stack, .circle .icon_holder .fa-stack {
    -o-border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -ms-border-radius: 2em;
    border-radius: 2em;
    color:#fff
}

.box_holder_icon_inner.image.tiny img {
    height:35px
}

.box_holder_icon_inner.image.small img {
    height:52px
}

.box_holder_icon_inner.image.medium img {
    height:78px
}

.box_holder_icon_inner.image.large img {
    height:104px
}

.box_holder_icon_inner.image.very_large img {
    height:130px
}

.q_icon_with_title.with_custom_icon .icon_holder {
    line-height:0
}

.q_icon_with_title.left_from_title.with_custom_icon .icon_holder {
    display: inline-block;
    padding:0
}

.q_icon_with_title.left_from_title.with_custom_icon .icon_text_holder .icon_title_holder .icon_title {
    display: inline-block;
    width:50%
}

.q_progress_bars_icons {
    display: block;
    position:relative
}

.q_progress_bars_icons_inner {
    position: relative;
    width:100%
}

.q_progress_bars_icons_inner .bar {
    position: relative;
    float: left;
    margin:0 5px 5px 0 !important
}

.q_progress_bars_icons_inner.normal .bar {
    margin:0
}

.q_progress_bars_icons_inner.tiny .bar {
    height: 40px;
    width:40px
}

.q_progress_bars_icons_inner.small .bar {
    width: 56px;
    height:56px
}

.q_progress_bars_icons_inner.medium .bar {
    width: 84px;
    height:84px
}

.q_progress_bars_icons_inner.large .bar {
    width: 112px;
    height:112px
}

.q_progress_bars_icons_inner.very_large .bar {
    width: 140px;
    height:140px
}

.q_progress_bars_icons_inner .bar .bar_active, .q_progress_bars_icons_inner .bar .bar_noactive {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index:50
}

.q_progress_bars_icons_inner.tiny .bar .bar_active, .q_progress_bars_icons_inner.tiny .bar .bar_noactive {
    width: 40px;
    height: 40px;
    line-height:40px
}

.q_progress_bars_icons_inner .bar.active .bar_noactive {
    z-index:100
}

.q_progress_bars_icons_inner.circle .bar .bar_active, .q_progress_bars_icons_inner.circle .bar .bar_noactive, .q_progress_bars_icons_inner.square .bar .bar_active, .q_progress_bars_icons_inner.square .bar .bar_noactive {
    background-color:#fff
}

.q_progress_bars_icons_inner.circle .bar .bar_noactive, .q_progress_bars_icons_inner.square .bar .bar_noactive {
    border:2px solid #e6ae48
}

.q_progress_bars_icons_inner.circle .bar .bar_active, .q_progress_bars_icons_inner.square .bar .bar_active {
    border:2px solid #e2e2e2
}

.q_progress_bars_icons_inner.circle .bar .bar_active, .q_progress_bars_icons_inner.circle .bar .bar_noactive {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius:2em
}

.q_progress_bars_icons_inner .bar.active i.fa-circle, .q_progress_bars_icons_inner.circle .bar.active .q_font_elegant_icon, .q_progress_bars_icons_inner.circle .bar.active i, .q_progress_bars_icons_inner.normal .bar.active .q_font_elegant_icon, .q_progress_bars_icons_inner.normal .bar.active i, .q_progress_bars_icons_inner.square .bar.active .q_font_elegant_icon, .q_progress_bars_icons_inner.square .bar.active i {
    color:#e6ae48
}

.q_progress_bars_icons_inner .bar i.fa-circle, .q_progress_bars_icons_inner.circle .bar .q_font_elegant_icon, .q_progress_bars_icons_inner.circle .bar i, .q_progress_bars_icons_inner.normal .bar .q_font_elegant_icon, .q_progress_bars_icons_inner.normal .bar i, .q_progress_bars_icons_inner.square .bar .q_font_elegant_icon, .q_progress_bars_icons_inner.square .bar i {
    color:#f6f6f6
}

.q_progress_bars_icons_inner .lnr, .q_progress_bars_icons_inner .q_font_elegant_icon {
    display: inline-block;
    width: 100%;
    text-align:center
}

.q_social_icon_holder {
    position: relative;
    display: inline-block;
    margin: 0 14px 14px 0 !important;
    vertical-align:middle
}

.q_social_icon_holder .fa-stack {
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #e6ae48;
    border: 1px solid transparent;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.footer_top .q_social_icon_holder .fa-stack {
    background-color:#fff
}

.q_social_icon_holder:hover .fa-stack {
    color: #fff;
    background-color:#393939
}

.footer_top .q_social_icon_holder:hover .fa-stack {
    color: #393939;
    background-color:#e6ae48
}

.q_social_icon_holder.normal_social .simple_social, .q_social_icon_holder.normal_social.with_link .simple_social {
    color: #e6ae48;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition:color .3s ease-in-out
}

.q_social_icon_holder.normal_social:hover .simple_social {
    color:#393939
}

.q_social_icon_holder .fa-stack.circle_social {
    border-radius:3em
}

.q_social_icon_holder .fa-stack.tiny {
    width: 35px;
    height: 35px;
    line-height:35px
}

.q_social_icon_holder .fa-stack.small {
    width: 44px;
    height: 44px;
    line-height:44px
}

.q_social_icon_holder .fa-stack.medium {
    width: 51px;
    height: 51px;
    line-height:51px
}

.q_social_icon_holder .fa-stack.large {
    width: 64px;
    height: 64px;
    line-height:64px
}

.q_social_icon_holder .fa-stack.huge {
    width: 110px;
    height: 110px;
    line-height:110px
}

.q_social_icon_holder .fa-stack.tiny i, .q_social_icon_holder .fa-stack.tiny span, .q_social_icon_holder i.tiny, .q_social_icon_holder span.tiny {
    font-size:16px
}

.q_social_icon_holder .fa-stack.small i, .q_social_icon_holder .fa-stack.small span, .q_social_icon_holder i.small, .q_social_icon_holder span.small {
    font-size:18px
}

.q_social_icon_holder .fa-stack.medium i, .q_social_icon_holder .fa-stack.medium span, .q_social_icon_holder i.medium, .q_social_icon_holder span.medium {
    font-size:20px
}

.q_social_icon_holder .fa-stack.large i, .q_social_icon_holder .fa-stack.large span, .q_social_icon_holder i.large, .q_social_icon_holder span.large {
    font-size:24px
}

.q_social_icon_holder .fa-stack.huge i, .q_social_icon_holder .fa-stack.huge span, .q_social_icon_holder i.huge, .q_social_icon_holder span.huge {
    font-size:40px
}

.q_social_icon_holder > i, .q_social_icon_holder > span.simple_social {
    position: relative;
    display: block;
    width: auto;
    line-height:1.2em
}

.q_social_icon_holder .fa-stack span {
    position: relative;
    color:inherit
}

.q_social_icon_holder .fa-stack.tiny span {
    line-height:36px
}

.q_social_icon_holder .fa-stack.small span {
    line-height:44px
}

.q_social_icon_holder .fa-stack.medium span {
    line-height:51px
}

.q_social_icon_holder .fa-stack.large span {
    line-height:64px
}

.q_social_icon_holder .fa-stack.huge span {
    line-height:110px
}

.ordered ol, .ordered ul {
    counter-reset: li;
    display: block;
    list-style-type: decimal;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0 0 30px;
    padding:0 0 0 20px
}

.ordered ol li {
    margin: 0 0 21px;
    padding:0 0 0 4px
}

.q_list.normal ul > li {
    font-weight:400 !important
}

.q_list.light ul > li {
    font-weight:300 !important
}

.q_list.bold ul > li {
    font-weight:600 !important
}

.q_list.circle ul, .q_list.number ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding:0
}

.q_list.number ul {
    counter-reset:li
}

.q_list.circle ul > li, .q_list.number ul > li {
    position: relative;
    margin: 0 0 20px;
    padding:0 0 0 21px
}

.q_list.number ul > li {
    padding:0 0 0 32px
}

.q_list.number.circle_number li {
    padding-left:45px
}

.q_list.circle ul > li:before {
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    top: 9px;
    background-color: #e6ae48;
    content: '';
    border-radius:25px
}

.q_list.number ul > li:before {
    height: 20px;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
    padding: 0;
    color: #e6ae48;
    text-align: center;
    content: counter(li, decimal-leading-zero);
    counter-increment:li
}

.q_list.number.circle_number ul > li:before {
    color: #fff;
    background-color: #e6ae48;
    border-radius: 2em;
    height: 31px;
    width: 31px;
    line-height: 31px;
    top:-3px
}

.q_list.circle.animate_list ul li, .q_list.number.animate_list ul li {
    opacity: 0;
    filter: alpha(opacity=0);
    top:-40px
}

.touch .no_animation_on_touch .q_list.circle.animate_list ul li, .touch .no_animation_on_touch .q_list.number.animate_list ul li {
    opacity: 1;
    filter: alpha(opacity=100);
    top:0
}

.social_share_holder {
    position: relative;
    display: inline-block;
    cursor:default
}

.social_share_holder:hover .social_share_title {
    cursor:pointer
}

.social_share_holder:hover .social_share_dropdown {
    visibility: visible;
    cursor:pointer
}

.social_share_title {
    display:inline-block
}

.page_share .social_share_title {
    margin-left:7px
}

.social_share_dropdown {
    display: block;
    left: 0;
    margin: 0;
    padding: 10px 0 0;
    position: absolute;
    top: 100%;
    width: auto;
    visibility: hidden;
    z-index:950
}

.social_share_dropdown ul {
    list-style: none;
    position: relative;
    display: block;
    background-color: #fff;
    z-index: 990;
    padding: 0 !important;
    border: 1px solid #5d5d5d;
    min-width: 108px;
    font-weight:400
}

.page_share {
    position: relative;
    display: inline-block;
    vertical-align:middle
}

.social_share_dropdown ul li {
    display: block;
    position: relative;
    text-align:center
}

.social_share_dropdown ul li.share_title {
    color: #a6a6a6;
    padding:10px 20px
}

.social_share_dropdown ul li a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border-bottom: 1px solid #5d5d5d;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: left;
    color: #5d5d5d !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition:none !important
}

.blog_holder article .post_info .social_share_dropdown ul li a span, .latest_post_holder .social_share_dropdown ul li a span, .social_share_dropdown ul li a span {
    font-size:10px
}

.social_share_dropdown ul li:last-child a {
    border-bottom:0
}

.social_share_dropdown ul li .social_network_icon {
    font-size: 13px;
    color: #5d5d5d;
    position: relative;
    top: 1px;
    margin-right:7px
}

.social_share_dropdown ul li img {
    width: 8px;
    margin:0 12px 0 0
}

.social_share_dropdown ul li:hover {
    background-color:#5d5d5d
}

.vc_text_separator.full .separator_content, .vc_text_separator.full .separator_wrapper {
    display: inline-block;
    top: 0;
    background-color: #fff;
    position: relative;
    vertical-align:middle
}

.latest_post_holder .social_share_dropdown ul li:hover a, .social_share_dropdown ul li:hover .social_network_icon, .social_share_dropdown ul li:hover a {
    color:#fff !important
}

.social_share_list_holder ul {
    list-style: none;
    display:inline-block
}

.social_share_list_holder ul li {
    display: inline-block;
    margin: 10px 12px 0 0;
    vertical-align:middle
}

.social_share_list_holder ul li i {
    color: #393939;
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition:color .2s ease-in-out
}

.social_share_list_holder ul li i:hover {
    color:#e6ae48
}

.social_share_list_holder.regular ul li i {
    font-size: 19px;
    line-height:19px
}

.vc_text_separator.full {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 0;
    text-align:center
}

.vc_text_separator.full .separator_wrapper {
    padding: 0 35px;
    border: 0;
    z-index:2
}

.vc_text_separator.full .separator_content {
    padding: 20px 60px;
    font-size: 17px;
    line-height: 30px;
    color: #3e3e3e;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    border:1px solid #a6a6a6
}

.vc_text_separator.full .separator_content span {
    position: relative;
    display:block
}

.vc_text_separator.full .separator_line {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    padding: 0;
    display: block;
    background-color: #a6a6a6;
    z-index:1
}

.q_line_graf_holder, .q_pie_graf_holder {
    display: block;
    position: relative;
    overflow:hidden
}

.q_line_graf, .q_pie_graf {
    margin: 0 22px 0 0;
    float:left
}

.q_pie_graf_legend {
    position: relative;
    float: left;
    width:40%
}

.q_line_graf_legend {
    position: relative;
    float: left;
    width:20%
}

.q_line_graf_legend ul, .q_pie_graf_legend ul {
    list-style: none;
    padding:0
}

.q_line_graf_legend ul li, .q_pie_graf_legend ul li {
    display: block;
    margin:0 0 10px
}

.q_line_graf_legend ul li .color_holder, .q_pie_graf_legend ul li .color_holder {
    width: 25px;
    height: 25px;
    background-color: #e6ae48;
    float:left
}

.q_line_graf_legend ul li p, .q_pie_graf_legend ul li p {
    line-height: 25px;
    margin: 0;
    padding:0 0 0 50px
}

.q_image_with_text_over {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 100%;
    cursor:default
}

.q_image_with_text_over.one_half {
    width:50%
}

.q_image_with_text_over.one_third {
    width:33.33%
}

.q_image_with_text_over.one_fourth {
    width:25%
}

.q_image_with_text_over img {
    display: block;
    position: relative;
    width: 100%;
    z-index:10
}

.q_image_with_text_over .shader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 0 0;
    background-color: rgba(57, 57, 57, .9);
    background-repeat: repeat;
    z-index: 20;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition:background-color .2s ease-in-out
}

.q_image_with_text_over:hover .shader {
    background-color:rgba(230, 174, 72, .9)
}

.q_image_with_text_over .back_holder, .q_image_with_text_over .front_holder {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30;
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: hidden;
    padding: 35px 40px 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-transform:translateZ(0)
}

.q_image_with_text_over .back_holder, .q_image_with_text_over:hover .front_holder {
    opacity: 0;
    filter:alpha(opacity=0)
}

.q_image_with_text_over:hover .back_holder {
    opacity: 1;
    filter:alpha(opacity=100)
}

.q_image_with_text_over .back_holder_inner, .q_image_with_text_over .front_holder_inner {
    position: relative;
    display: table;
    width: 100%;
    height:100%
}

.q_image_with_text_over .back_holder_inner2, .q_image_with_text_over .front_holder_inner2 {
    position: relative;
    display: table-cell;
    vertical-align:bottom
}

.q_image_with_text_over .icon_holder {
    position: absolute;
    top:0
}

.q_image_with_text_over .front_subtitle, .q_image_with_text_over .front_title, .q_image_with_text_over .icon_holder {
    display: block;
    color:#fff
}

.q_image_with_text_over .front_subtitle {
    margin:0 0 4px
}

.q_team {
    overflow:hidden
}

.q_team.with_padding .q_team_text {
    padding-left: 20px;
    padding-right:20px
}

.q_team_inner {
    overflow: hidden;
    width:100%
}

.q_team .q_team_image {
    position:relative
}

.q_team .q_team_image img {
    width: 100%;
    vertical-align:middle
}

.q_team .q_team_description {
    display: table;
    width: 100%;
    height:100%
}

.q_team .q_team_text {
    padding:19px 0 16px
}

.q_team .q_team_text.left_align {
    text-align:left
}

.q_team .q_team_text.center_align {
    text-align:center
}

.q_team .q_team_text.right_align {
    text-align:right
}

.q_team .q_team_title_holder {
    margin:0 0 12px
}

.q_team .q_team_title_holder .q_team_name {
    margin-bottom: 7px;
    color:#393939
}

.q_team .q_team_social_holder {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: table-cell;
    vertical-align: middle;
    background-color: #e6ae48;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -webkit-transform:translateZ(0)
}

.q_team:hover .q_team_social_holder {
    opacity: 1;
    filter:alpha(opacity=100)
}

.q_team .q_team_social {
    display: table;
    width: 100%;
    height:100%
}

.q_team .q_team_social_inner {
    display: table-cell;
    vertical-align: middle;
    text-align:center
}

.q_team_social .q_social_icon_holder {
    margin:0 7px 7px !important
}

.q_team_social_holder .q_social_icon_holder .fa-stack {
    color: #393939;
    background-color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    line-height:36px
}

.q_team_social_holder .q_social_icon_holder:hover .fa-stack {
    color: #fff;
    background-color:#393939
}

.q_team .q_social_icon_holder.normal_social .simple_social, .q_team .q_social_icon_holder.normal_social.with_link .simple_social {
    font-size: 24px;
    line-height: 36px;
    color: #393939;
    -webkit-transform:translateZ(0)
}

.q_team .q_social_icon_holder.normal_social span.simple_social, .q_team .q_social_icon_holder.normal_social.with_link span.simple_social {
    font-size:22px
}

.q_team .q_team_social_holder .simple_social:hover {
    color:#fff !important
}

.q_team .q_team_social_holder .social_icon {
    font-size: 18px;
    line-height:36px
}

.q_team .q_team_social_holder span.social_icon {
    font-size:16px
}

.q_team .q_team_social_holder .social_icon, .q_team .q_team_social_holder .social_icon:before {
    display:block
}

.q_team .q_team_skills_holder {
    margin-top: 30px;
    margin-bottom:48px
}

.q_team.info_hover .q_social_icon_holder.normal_social .simple_social, .q_team.info_hover .q_social_icon_holder.normal_social.with_link .simple_social, .q_team.info_hover .q_team_name, .q_team.info_hover .q_team_position {
    color:#fff
}

.q_team.info_hover .q_team_social_inner {
    text-align: left;
    position:relative
}

.q_team.info_hover .q_team_title_holder {
    position: absolute;
    top: 25px;
    left:35px
}

.q_team.info_hover .q_team_social_on_hover {
    display: inline-block;
    position: absolute;
    bottom: 18px;
    left:35px
}

.image_hover, .image_hover .images_holder {
    position:relative
}

.q_team.info_hover .q_social_icon_holder.normal_social .simple_social, .q_team.info_hover .q_social_icon_holder.normal_social span.simple_social, .q_team.info_hover .q_social_icon_holder.normal_social.with_link .simple_social {
    font-size:15px
}

.q_team.info_hover .q_team_social .q_social_icon_holder {
    margin:0 14px 7px 0 !important
}

.q_team.info_hover .q_team_social_holder {
    opacity: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: -ms-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform:translate3d(-100%, 0, 0)
}

.q_team.info_hover:hover .q_team_social_holder {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0)
}

.q_team.info_hover .q_team_image img {
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: -ms-transform .25s cubic-bezier(.25, .46, .45, .94);
    transition: transform .25s cubic-bezier(.25, .46, .45, .94);
    -webkit-backface-visibility:hidden
}

.q_team.info_hover:hover .q_team_image img {
    -webkit-transform: translate3d(102%, 0, 0);
    -ms-transform: translate3d(102%, 0, 0);
    transform: translate3d(102%, 0, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: -ms-transform .4s cubic-bezier(.25, .46, .45, .94);
    transition:transform .4s cubic-bezier(.25, .46, .45, .94)
}

.image_hover {
    display: inline-block;
    width:100%
}

.image_hover .images_holder img.hover_image {
    position: absolute;
    top: 0;
    left:0
}

.image_hover .images_holder img.active_image {
    position: relative;
    display: block;
    opacity: 1;
    filter:alpha(opacity=100)
}

.image_hover .images_holder img.active_image, .image_hover .images_holder img.hover_image, .image_hover.hovered.show .images_holder img.active_image, .image_hover.hovered.show .images_holder img.hover_image {
    -webkit-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-transform:translateZ(0)
}

.image_hover .images_holder img.hover_image, .image_hover .images_holder:hover img.active_image, .image_hover.hovered.show .images_holder img.active_image {
    opacity: 0;
    filter:alpha(opacity=0)
}

.image_hover .images_holder:hover img.hover_image, .image_hover.hovered.show .images_holder img.hover_image {
    opacity: 1;
    filter:alpha(opacity=100)
}

.qode_carousels {
    padding: 0;
    position: relative;
    display: block;
    zoom:1
}

.qode_carousels_holder.two_rows .slides .item .carousel_item_holder, .qode_carousels_holder.two_rows .slides > li .carousel_item_holder {
    margin-bottom: 50px;
    position:relative
}

.qode_carousels .slides > li .first_image_holder, .qode_carousels .slides > li .second_image_holder, .qode_carousels.carousel_owl .slides .item .first_image_holder, .qode_carousels.carousel_owl .slides .item .second_image_holder {
    display: block;
    position: relative;
    width: 100%;
    opacity:1
}

.qode_carousels .slides > li .second_image_holder, .qode_carousels.carousel_owl .slides .item .second_image_holder {
    position: absolute;
    top: 0;
    left:0
}

.qode_carousels_holder.hover_second_image .carousel_owl .slides .item .first_image_holder, .qode_carousels_holder.hover_second_image .carousel_owl .slides .item .second_image_holder, .qode_carousels_holder.hover_second_image .slides > li .first_image_holder, .qode_carousels_holder.hover_second_image .slides > li .second_image_holder {
    transition:opacity .25s linear
}

.qode_carousels .slides > li .second_image_holder, .qode_carousels.carousel_owl .slides .item .second_image_holder, .qode_carousels_holder.hover_second_image:not(.two_rows) .qode_carousels .slides > li:hover .first_image_holder.has_hover_image, .qode_carousels_holder.hover_second_image:not(.two_rows) .qode_carousels.carousel_owl .slides .item:hover .first_image_holder.has_hover_image {
    opacity:0
}

.qode_carousels_holder.hover_second_image:not(.two_rows) .qode_carousels .slides > li:hover .second_image_holder.has_hover_image, .qode_carousels_holder.hover_second_image:not(.two_rows) .qode_carousels.carousel_owl .slides .item:hover .second_image_holder.has_hover_image {
    opacity:1
}

.qode_carousels_holder.two_rows .qode_carousels .slides > li div.carousel_item_holder .second_image_holder, .qode_carousels_holder.two_rows .qode_carousels.carousel_owl .slides .item div.carousel_item_holder .second_image_holder, .qode_carousels_holder.two_rows.hover_second_image .qode_carousels .slides > li div.carousel_item_holder:hover .first_image_holder.has_hover_image, .qode_carousels_holder.two_rows.hover_second_image .qode_carousels.carousel_owl .slides .item div.carousel_item_holder:hover .first_image_holder.has_hover_image {
    opacity:0
}

.qode_carousels_holder.two_rows.hover_second_image .qode_carousels .slides > li div.carousel_item_holder:hover .second_image_holder.has_hover_image, .qode_carousels_holder.two_rows.hover_second_image .qode_carousels.carousel_owl .slides .item div.carousel_item_holder:hover .second_image_holder.has_hover_image {
    opacity:1
}

.qode_carousels .slides > li .carousel_image_overlay, .qode_carousels.carousel_owl .slides .item .carousel_image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .25);
    opacity: 0;
    transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition:opacity .3s ease-out
}

.qode_carousels_holder.hover_overlay:not(.two_rows) .qode_carousels .slides > li:hover .carousel_image_overlay, .qode_carousels_holder.hover_overlay:not(.two_rows) .qode_carousels.carousel_owl .slides .item:hover .carousel_image_overlay, .qode_carousels_holder.two_rows.hover_overlay .qode_carousels .slides > li div.carousel_item_holder:hover .carousel_image_overlay, .qode_carousels_holder.two_rows.hover_overlay .qode_carousels.carousel_owl .slides .item div.carousel_item_holder:hover .carousel_image_overlay {
    opacity:1
}

.qode_carousels .caroufredsel-direction-nav .caroufredsel-navigation-item {
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #a6a6a6;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing:initial
}

.qode_carousels .caroufredsel-direction-nav .caroufredsel-navigation-item:hover {
    background-color:#393939
}

.qode_carousels .caroufredsel-direction-nav .caroufredsel-navigation-item span {
    display: block;
    vertical-align: middle;
    color:inherit
}

.full_width .section_inner .qode_carousels .caroufredsel-direction-nav .qode_carousel_next, .qode_carousels .caroufredsel-direction-nav .qode_carousel_next {
    right:-95px
}

.full_width .qode_carousels .caroufredsel-direction-nav .qode_carousel_next {
    right:0
}

.full_width .section_inner .qode_carousels .caroufredsel-direction-nav .qode_carousel_prev, .qode_carousels .caroufredsel-direction-nav .qode_carousel_prev {
    left:-95px
}

.full_width .qode_carousels .caroufredsel-direction-nav .qode_carousel_prev {
    left:0
}

.qode_carousels_holder.with_space .qode_carousels {
    width: calc(100% + 18px);
    margin:0 -9px
}

.qode_carousels_holder.with_space .qode_carousels .slides > li {
    margin-right: 0;
    padding:0 9px
}

.qode_carousels_holder.with_space .qode_carousels.carousel_owl .slides .item {
    margin-right: 0;
    padding:10px 25px
}

.qode_carousels_holder.with_space .carousel_item_holder {
    position:relative
}

.full_width .qode_carousels_holder.with_space .qode_carousels .caroufredsel-direction-nav .qode_carousel_prev {
    left:9px
}

.full_width .qode_carousels_holder.with_space .qode_carousels .caroufredsel-direction-nav .qode_carousel_next {
    right:9px
}

.animated_icons_with_text .animated_icon_with_text_holder {
    float: left;
    text-align:center
}

.animated_icons_with_text.two_columns .animated_icon_with_text_holder {
    width:50%
}

.animated_icons_with_text.three_columns .animated_icon_with_text_holder {
    width:33.33%
}

.animated_icons_with_text.four_columns .animated_icon_with_text_holder {
    width:25%
}

.animated_icons_with_text.five_columns .animated_icon_with_text_holder {
    width:20%
}

.animated_icons_with_text.six_columns .animated_icon_with_text_holder {
    width:16.66666666666667%
}

.animated_icons_with_text .animated_icon_with_text_inner {
    position: relative;
    padding: 0 20px;
    height:85px
}

.animated_icons_with_text .animated_icon_with_text_inner:after, .animated_icons_with_text .animated_icon_with_text_inner:before {
    display: block;
    content: "";
    position:absolute
}

.animated_icons_with_text .animated_icon_with_text_inner:before {
    height: 100%;
    right: 0;
    width: 1px;
    border-right:1px solid #f5f5f5
}

.animated_icons_with_text .animated_icon_with_text_inner:after {
    width: 100%;
    bottom: 0;
    height: 1px;
    border-bottom:1px solid #f5f5f5
}

.animated_icons_with_text .animated_icon_with_text_holder.border-bottom-none .animated_icon_with_text_inner:after {
    border-bottom:none
}

.animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(5n) .animated_icon_with_text_inner:before, .animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(4n) .animated_icon_with_text_inner:before, .animated_icons_with_text.six_columns .animated_icon_with_text_holder:nth-child(6n) .animated_icon_with_text_inner:before, .animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(3n) .animated_icon_with_text_inner:before, .animated_icons_with_text.two_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before {
    border-right-width:0
}

.animated_icon_holder {
    height: 100%;
    padding: 0 0 0 15px;
    display: block;
    width: 81px;
    float: left;
    position:relative
}

.animated_icon {
    height: 100%;
    width: 100%;
    position:relative
}

.animated_icon_inner > span {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition:.2s ease-in
}

.animated_icon_inner > span.animated_icon_back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform:rotateY(-180deg)
}

.animated_icon_with_text_holder:hover .animated_icon_inner span.animated_icon_back {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform:rotateY(0)
}

.animated_icon_with_text_holder:hover .animated_icon_inner > span {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform:rotateY(180deg)
}

.animated_icon_inner {
    height: 81px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin:-41px 0 0
}

.animated_icon_inner .animated_icon {
    width: 77px;
    height: 77px;
    line-height: 77px;
    background: 0 0;
    -o-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin: 0;
    border: 2px solid silver;
    color: silver;
    font-size: 35px;
    display:inline-block
}

.animated_icon_inner span.animated_icon_back .animated_icon {
    background-color: #e6ae48;
    color: #fff;
    border-color:#e6ae48
}

.animated_icon_with_text_holder .animated_text_holder {
    text-align: left;
    width: 100%;
    height:100%
}

.animated_icon_with_text_holder .animated_text_holder_wrap {
    display: block;
    padding: 0 0 0 116px;
    height:100%
}

.animated_icon_with_text_holder .animated_text_holder_wrap_inner {
    width: 100%;
    height: 100%;
    position:relative
}

.animated_text_holder_inner {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    overflow: hidden;
    height:100%
}

.animated_icon_with_text_holder .animated_text, .animated_icon_with_text_holder .animated_title {
    display: table;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height:100%
}

.animated_icon_with_text_holder .animated_text p, .animated_icon_with_text_holder .animated_title_inner {
    display: table-cell;
    vertical-align:middle
}

.animated_icon_with_text_holder .animated_text, .animated_icon_with_text_holder .animated_text p, .animated_icon_with_text_holder .animated_title, .animated_icon_with_text_holder .animated_title_inner {
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition:.2s ease-in
}

.animated_icon_with_text_holder .animated_text {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform:translate3d(0, -100%, 0)
}

.animated_icon_with_text_holder .animated_text p {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform:translate3d(0, 100%, 0)
}

.animated_icon_with_text_holder:hover .animated_text, .animated_icon_with_text_holder:hover .animated_text p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 250ms ease-out;
    -moz-transition: 250ms ease-out;
    -o-transition: 250ms ease-out;
    transition:250ms ease-out
}

.animated_icon_with_text_holder:hover .animated_title_inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: 250ms ease-out;
    -moz-transition: 250ms ease-out;
    -o-transition: 250ms ease-out;
    transition:250ms ease-out
}

.animated_icon_with_text_holder:hover .animated_title {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: 250ms ease-out;
    -moz-transition: 250ms ease-out;
    -o-transition: 250ms ease-out;
    transition:250ms ease-out
}

.service_table_holder {
    display: block;
    position: relative;
    border-color: #e6ae48;
    border-width: 2px;
    border-style:none
}

.service_table_inner {
    display: block;
    position: relative;
    list-style: none;
    margin: 0;
    padding:0
}

.service_table_inner ul {
    padding:0 35px !important
}

.service_table_inner li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border-bottom:2px solid #e6ae48
}

.service_table_inner > li {
    background-color:#fff
}

.service_table_inner li li {
    padding:14px 20px 13px
}

.service_table_inner .service_icon, .service_table_inner li:last-child {
    border-bottom:0
}

.service_table_inner li.service_table_title_holder {
    display: block;
    position: relative;
    border: none;
    background-color: #e6ae48;
    padding:20px 0
}

.service_table_inner li.service_icon .service_table_icon {
    color: #393939;
    font-size:35px
}

.service_table_title_inner {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align:center
}

.service_table_title_inner2 {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align:middle
}

.service_table_inner li.service_table_title_holder.background_image_type {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover
}

.service_table_inner li.service_table_title_holder.background_color_type .service_table_title_inner2 {
    padding:0
}

.service_table_title_holder .service_title {
    display: block;
    color:#fff
}

.service_table_inner .service_table_icon {
    display: block;
    line-height: 1em;
    padding:27px 0 10px
}

.q_circles_holder {
    position: relative;
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    border-color:#afafaf
}

.q_circles_holder.with_lines.three_columns:before {
    top:78px
}

.q_circles_holder.with_lines.four_columns:before {
    top:68px
}

.q_circles_holder.with_lines.five_columns:before {
    top:56px
}

.q_circles_holder.with_lines:before {
    position: absolute;
    left: 110px;
    display: block;
    width: 75%;
    height: 0;
    border-top: 1px solid;
    border-color: inherit;
    content: ""
}

.q_circles_holder.no_line:before {
    display: none;
    border: 0;
    height: 0;
    width:0
}

.q_circles_holder .q_circle_outer {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    -o-box-sizing:border-box
}

.q_circles_holder.three_columns .q_circle_outer {
    width:33.3%
}

.q_circles_holder.four_columns .q_circle_outer {
    width:25%
}

.q_circles_holder.five_columns .q_circle_outer {
    width:20%
}

.q_circles_holder .q_circle_inner {
    position: relative;
    display: table;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    padding: 6px;
    border: 1px solid #afafaf;
    border-radius: 50%;
    -webkit-transition: border-color .15s ease-in-out, padding .15s ease-in-out;
    -moz-transition: border-color .15 ease-in-out, padding .15s ease-in-out;
    -ms-transition: border-color .15s ease-in-out, padding .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, padding .15s ease-in-out;
    transition:border-color .15s ease-in-out, padding .15s ease-in-out
}

.q_circles_holder.with_lines .q_circle_inner {
    background-color:#fff
}

.q_circle_outer.without_double_border .q_circle_inner {
    padding: 0;
    border:none
}

.q_circles_holder.three_columns .q_circle_inner {
    width: 148px;
    height:148px
}

.q_circles_holder.four_columns .q_circle_inner {
    width: 128px;
    height:128px
}

.q_circles_holder.five_columns .q_circle_inner {
    width: 108px;
    height:108px
}

.q_circles_holder.five_columns .q_circle_inner.big_border {
    width: 124px;
    height:124px
}

.q_circles_holder .q_circle_inner2 {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #afafaf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -o-box-sizing: border-box;
    overflow:hidden
}

.q_circle_outer.text_type .q_circle_inner2 {
    padding:5px
}

.q_circles_holder .q_circle_inner2 img {
    display: block;
    width: 100%;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -o-border-radius:1000px
}

.q_circles_holder .q_circle_inner2, .q_circles_holder .q_circle_inner2 .process_icon, .q_circles_holder .q_circle_inner2 .q_text_in_circle {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition:all .15s ease-in-out
}

.q_circles_holder .q_circle_inner2 .process_icon {
    color: #696969;
    font-size:24px
}

.q_circles_holder .q_circle_inner:hover .q_circle_inner2 {
    background-color:#e6ae48 !important
}

.q_circles_holder .q_circle_inner:hover, .q_circles_holder .q_circle_inner:hover .q_circle_inner2 {
    border-color:#e6ae48 !important
}

.q_circles_holder .q_circle_inner:hover .q_circle_inner2 .process_icon, .q_circles_holder .q_circle_inner:hover .q_circle_inner2 .q_text_in_circle {
    color:#fff !important
}

.q_circles_holder .q_circle_text_holder {
    display: block;
    text-align: center;
    margin: 24px 0 0;
    padding:0 10px
}

.q_circles_holder .q_circle_text_holder .q_circle_text {
    display: block;
    margin:20px 0 0
}

.cover_boxes {
    position: relative;
    overflow:hidden
}

.cover_boxes ul {
    list-style: none;
    margin: 0 -20px 0 0;
    padding: 0;
    width:200%
}

.cover_boxes ul li {
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    width: 265px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition:all .4s ease 0s
}

.cover_boxes ul li .box, .cover_boxes ul li.act {
    width:530px
}

.cover_boxes ul li .box .thumb {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 10;
    width:265px
}

.cover_boxes ul li .box .thumb img {
    display: block;
    position: relative;
    max-width:100%
}

.cover_boxes ul li .box .box_content {
    bottom: 0;
    left: 285px;
    position: absolute;
    padding: 0;
    width: 245px;
    z-index: 9;
    top:0
}

.cover_boxes ul li .box .cover_box_title {
    margin:0 0 18px
}

.cover_boxes ul li .box .qbutton {
    margin:20px 0 0
}

.q_icon_list {
    display: block;
    position: relative;
    margin-bottom:15px
}

.q_icon_list p {
    position: relative;
    line-height: 37px;
    font-weight: 300;
    margin:0
}

.q_icon_list p.small_icon_list {
    line-height: 28px;
    padding:0 0 0 28px
}

.q_icon_list .q_font_elegant_icon, .q_icon_list i {
    float: left;
    color: #696969;
    font-size: 19px;
    line-height: 35px;
    height: 37px;
    width: 37px;
    text-align: center;
    margin:0 10px 0 0
}

.q_icon_list i.small_icon_list, .q_icon_list span.q_font_elegant_icon {
    font-size: 15px;
    line-height: 28px;
    height: 28px;
    width:28px
}

.q_icon_list .q_font_elegant_icon.circle, .q_icon_list .q_font_elegant_icon.square, .q_icon_list i.circle, .q_icon_list i.square {
    border: 1px solid #696969;
    margin:0 18px 0 0
}

.q_font_elegant_icon.circle, .q_icon_list i.circle {
    border-radius:3em
}

.q_progress_bar {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
    overflow: hidden;
    text-align:left
}

.q_progress_bar .progress_content_outer {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    height:16px
}

.q_progress_bar .progress_content {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    background-color: #e6ae48;
    height:16px
}

.q_progress_bar .progress_title_holder {
    position: relative;
    margin:0 0 5px
}

.q_progress_bar .progress_number.with_mark:after, .q_progress_bars_vertical .progress_number.with_mark:after {
    margin-left: .1em;
    font-size: 1em;
    content: '%'
}

.q_progress_bar .progress_title {
    display: inline-block;
    z-index: 100;
    padding-right:30px
}

.q_progress_bar .progress_number {
    text-align: right;
    position: absolute;
    right: 0;
    color:#e6ae48
}

.q_progress_bars_vertical .progress_content_outer {
    height: 200px;
    position: relative;
    background-color:#fff
}

.q_progress_bars_vertical .progress_number {
    line-height: 1em;
    color: #393939;
    display: block;
    position: relative;
    font-weight: 700;
    margin-bottom:14px
}

.q_progress_bars_vertical .progress_title {
    margin-bottom: .7777777777777778em;
    margin-top:1em
}

.q_progress_bars_vertica .progress_text {
    display:inline-block
}

.q_progress_bars_vertical .progress_content_outer .progress_content {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color:#e6ae48
}

.q_counter_holder {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .2s ease 0s;
    -moz-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s ease 0s;
    -ms-transition: opacity .2s ease 0s;
    transition: opacity .2s ease 0s;
    padding:20px 0
}

.q_counter_holder.boxed_counter {
    border: 1px solid #a6a6a6;
    padding: 20px 40px;
    background-color:transparent
}

.q_counter_holder.left {
    text-align:left
}

.q_counter_holder.right {
    text-align:right
}

.q_counter_holder.center {
    text-align: center;
    padding:20px 40px
}

.q_counter_holder span.counter {
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    font-family: inherit;
    color: #fff;
    overflow: hidden;
    display: inline-block !important;
    height:1em
}

.q_counter_holder p.counter_text {
    margin: 5px 0 0;
    color:#fff
}

.q_counter_holder .separator.small {
    margin: 10px auto 0;
    border-bottom:1px solid #a6a6a6
}

.wpb_column > .wpb_wrapper .q_counter_holder .separator.small {
    margin-bottom:18px
}

.q_counter_holder.left .separator.small {
    margin-left: 0;
    margin-right:auto
}

.q_counter_holder.right .separator.small {
    margin-left: auto;
    margin-right:0
}

.countdown-rtl {
    direction:rtl
}

.countdown-row {
    width: 100%;
    padding: 0 2px;
    text-align:center
}

.countdown-show1 .countdown-section {
    width:98%
}

.countdown-show2 .countdown-section {
    width:48%
}

.countdown-show3 .countdown-section {
    width:32.5%
}

.countdown-show4 .countdown-section {
    width:24.5%
}

.countdown-show5 .countdown-section {
    width:19.5%
}

.countdown-show6 .countdown-section {
    width:16.25%
}

.countdown-show7 .countdown-section {
    width:14%
}

.qode-countdown {
    font-weight:500
}

.countdown-section {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight:inherit
}

.countdown-amount {
    display: block;
    position: relative;
    font-size: 72px;
    line-height: 74px;
    margin-bottom: 23px;
    letter-spacing: 0;
    color: #212121;
    font-weight:400
}

.countdown-period {
    display: block;
    font-size: 18px;
    line-height: 0;
    letter-spacing: 0;
    text-transform: lowercase;
    color: #212121;
    font-weight:500
}

.countdown-descr {
    display: block;
    width:100%
}

#submit_comment, .blog_load_more_button a, .load_more a, .post-password-form input[type=submit], .qbutton {
    position: relative;
    display: inline-block;
    width: auto;
    height: 37px;
    line-height: 37px;
    margin: 0;
    padding: 0 22px;
    border: 2px solid #e6ae48;
    font-size: 11px;
    font-weight: 800;
    font-family: inherit;
    text-align: left;
    color: #fff;
    background-color: #e6ae48;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 2px;
    white-space: nowrap;
    border-radius: 0;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing:initial !important
}

.post-password-form label {
    display:block
}

#submit_comment:hover, .blog_load_more_button a:hover, .drop_down .wide .second ul li .qbutton:hover, .drop_down .wide .second ul li ul li .qbutton:hover, .load_more a:hover, .post-password-form input[type=submit]:hover, .qbutton:hover {
    color: #e6ae48;
    background-color: transparent;
    border-color:#e6ae48
}

.qbutton.left {
    text-align:left
}

.qbutton.right {
    text-align:right
}

.qbutton.center {
    text-align:center
}

.qbutton.move_icon .button_icon {
    -webkit-transition: margin .25s ease-out;
    transition:margin .25s ease-out
}

.qbutton.move_icon:hover .button_icon {
    margin-left:17px
}

.qbutton.move_icon.large:hover .button_icon {
    margin-left:24px
}

.qbutton.display_dash:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 2px;
    background-color: currentColor;
    line-height: 0;
    margin-top: -1px;
    margin-right: 0;
    -webkit-transition: width .15s ease-out, margin .15s ease-out;
    -moz-transition: width .15s ease-out, margin .15s ease-out;
    transition:width .15s ease-out, margin .15s ease-out
}

.qbutton.display_dash:hover:before {
    width: 21px;
    margin-right:9px
}

.qbutton.underlined {
    border: none;
    border-bottom: 4px solid #e6ae48;
    background-color: transparent !important;
    color: #000;
    padding: 0 !important;
    line-height: 24px !important;
    height:24px !important
}

.qbutton.underlined .qode-underlined-button-span {
    background-color: #000;
    bottom: -4px;
    height: 4px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition:width .3s
}

.qbutton.underlined:hover {
    color:#000 !important
}

.qbutton.underlined:hover .qode-underlined-button-span {
    width:100%
}

.qbutton.big_large {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding:0 36px
}

.qbutton.big_large_full_width {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding: 0;
    text-align: center;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing:border-box !important
}

.qbutton.large {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding:0 28px
}

.qbutton.small {
    height: 34px;
    line-height: 34px;
    font-size: 10px;
    padding:0 16px
}

.qbutton.white {
    border-color: #fff;
    color: #fff;
    background-color:transparent
}

.qbutton.solid_color, .qbutton.white:hover {
    background-color: #e6ae48;
    border-color:#e6ae48
}

.qbutton.solid_color {
    color:#fff
}

.qbutton.solid_color:hover {
    background-color: #fff;
    border-color: #fff;
    color:#a2a2a2
}

.qbutton .button_icon {
    margin: 0 0 0 10px;
    display:inline-block
}

.qbutton .button_icon.custom_icon_size {
    line-height: 37px;
    vertical-align:top
}

.qbutton.large .button_icon {
    margin:0 0 0 17px
}

.qbutton.large .button_icon.custom_icon_size {
    line-height:45px
}

.qbutton.medium .button_icon {
    margin:0 0 0 15px
}

.qbutton.medium .button_icon.custom_icon_size {
    line-height:37px
}

.qbutton.small .button_icon {
    margin:0 0 0 10px
}

.qbutton.small .button_icon.custom_icon_size {
    line-height:34px
}

.qbutton.big_large .button_icon, .qbutton.big_large_full_width .button_icon {
    margin:0 0 0 19px
}

.qbutton.big_large .button_icon.custom_icon_size {
    line-height:50px
}

.qbutton.big_large_full_width .button_icon.custom_icon_size {
    line-height:60px
}

.q_pie_chart_holder, .q_pie_chart_with_icon_holder {
    position: relative;
    display:block
}

.q_percentage, .q_percentage_with_icon {
    position: relative;
    display: block;
    height: 175px;
    width: 175px;
    line-height: 175px;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -o-transition:opacity .3s ease 0s
}

.q_percentage canvas, .q_percentage_with_icon canvas {
    position: absolute;
    top: 0;
    left:0
}

.q_percentage_with_icon .q_font_elegant_icon, .q_percentage_with_icon i, .q_pie_chart_holder .tocounter {
    float: none;
    margin: 0;
    font-size: 30px;
    color: #393939;
    vertical-align:middle !important
}

.q_pie_chart_holder .tocounter {
    position: relative;
    font-weight:700
}

.q_percentage_with_icon .q_font_elegant_icon, .q_percentage_with_icon i {
    display:inline
}

.q_pie_chart_holder .tocounter.with_mark:after {
    content: '%';
    margin-left: .1em;
    font-size:1em
}

.q_pie_chart_holder .pie_chart_text, .q_pie_chart_with_icon_holder .pie_chart_text {
    text-align: center;
    margin:34px 0 0
}

.q_pie_chart_holder .pie_chart_text .pie_title, .q_pie_chart_with_icon_holder .pie_chart_text .pie_title {
    margin:0 0 15px
}

.image_with_text {
    display: inline-block;
    width: 100%;
    position:relative
}

.image_with_text img {
    display: block;
    margin:0 0 22px
}

.call_to_action {
    position: relative;
    display: block;
    padding: 60px 0;
    background-color:#fff
}

.call_to_action .text_wrapper, .call_to_action .two_columns_75_25 {
    position:relative
}

.call_to_action.with_icon .text_wrapper .call_to_action_text {
    padding:0 20px 0 70px
}

.call_to_action .text_wrapper .call_to_action_icon_holder {
    position: absolute;
    height:100%
}

.call_to_action .text_wrapper .call_to_action_icon {
    display: table;
    height:100%
}

.call_to_action .text_wrapper .call_to_action_icon_inner {
    display: table-cell;
    height: 100%;
    vertical-align:middle
}

.call_to_action .text_wrapper .call_to_action_icon_inner .call_to_action_icon {
    color: #8b8b8b;
    font-size:40px
}

.call_to_action .column2.button_wrapper {
    text-align:right
}

.call_to_action .column2.button_wrapper .qbutton {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -21px 0 0;
    color: #8b8b8b;
    background-color:transparent
}

.call_to_action .column2.button_wrapper .qbutton:hover {
    color: #fff;
    border-color: #e6ae48;
    background-color:#e6ae48
}

.call_to_action .column2.button_wrapper .qbutton.small {
    margin-top:-17px
}

.call_to_action .column2.button_wrapper .qbutton.large {
    margin-top:-23px
}

.call_to_action .column2.button_wrapper .qbutton.big_large {
    margin-top:-25px
}

.full_width .parallax_content {
    width: 1100px;
    margin:0 auto
}

section.section section.parallax {
    margin:-50px 0
}

.boxed section.section section.parallax {
    margin:-50px -25px
}

.boxed .full_width .parallax_content {
    width: auto;
    margin: 0;
    padding:0 25px
}

section.parallax_section_holder {
    position: static;
    padding: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center 0;
    background-attachment: fixed;
    overflow:hidden
}

.parallax_content, section.parallax_section_holder.elementor-element {
    position:relative
}

.parallax_content {
    z-index:100
}

.parallax_content.left {
    text-align:left
}

.parallax_content.center {
    text-align:center
}

.parallax_content.right {
    text-align:right
}

section.parallax_section_holder.vertical_middle_align {
    display: table;
    width:100%
}

section.parallax_section_holder.vertical_middle_align .parallax_content_outer {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding:100% 0
}

.separator, .separator.small {
    height: 1px;
    display: block;
    position:relative
}

.separator {
    border-bottom: 1px solid #b2b2b2;
    margin:10px 0
}

.separator.transparent {
    border-color:transparent
}

.separator.small {
    width: 27px;
    margin:10px auto 20px
}

.wpb_column > .wpb_wrapper .separator.small {
    margin-bottom:20px
}

.separator.small.left {
    margin:10px 0 20px
}

.separator.small.right {
    margin:10px 0 20px auto
}

nav.content_menu {
    position: relative;
    text-align: left;
    display: block;
    z-index: 1001;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    width:100%
}

.container_inner nav.content_menu {
    width:1100px
}

.container_inner nav.content_menu.fixed {
    -moz-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .11);
    -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .11);
    box-shadow:0 4px 4px -4px rgba(0, 0, 0, .11)
}

nav.content_menu ul {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    -webkit-backface-visibility:hidden
}

nav.content_menu ul li {
    display: inline-block;
    padding: 0;
    text-align: center;
    position: relative;
    -webkit-backface-visibility:hidden
}

nav.content_menu ul li .arrow {
    background-image: url(/wp-content/themes/stockholm/css/img/content_menu_arrow.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: none;
    width: 11px;
    height: 7px;
    position: absolute;
    left: 50%;
    margin: -1px 0 0 -5px;
    -webkit-backface-visibility:hidden
}

nav.content_menu.fixed ul li.active .arrow {
    display:none
}

nav.content_menu ul li a {
    color: #c3c3c3;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 21px 20px;
    margin:0
}

nav.content_menu ul li a span {
    display: block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 12px 0 0;
    font-weight:600
}

nav.content_menu ul li i {
    color: #c3c3c3;
    margin: 4px 0 0;
    font-size: 24px;
    line-height: 1em;
    display:block
}

nav.content_menu ul li i.undefined {
    display:none
}

nav.content_menu ul li.active:hover a, nav.content_menu ul li.active:hover i, nav.content_menu ul li:hover a, nav.content_menu ul li:hover i {
    color:#e6ae48
}

nav.content_menu ul li.active a, nav.content_menu ul li.active i {
    color:#5d5d5d
}

nav.content_menu .nav_select_menu {
    display: none;
    border:1px solid #eaeaea
}

nav.content_menu .nav_select_menu .nav_select_button {
    cursor: pointer;
    display: block;
    height: 40px;
    position: relative;
    width: 40px;
    line-height: 40px;
    text-align: center;
    float:right
}

nav.content_menu .nav_select_menu ul {
    display: none;
    border: 0;
    width: 100%;
    position: relative;
    top: 0;
    text-align: left;
    padding: 0 0 10px;
    float: left;
    z-index: 100;
    zoom:1
}

nav.content_menu .nav_select_menu ul li {
    display: block;
    border: 0;
    float: none;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    -webkit-backface-visibility:hidden
}

nav.content_menu .nav_select_menu ul li a {
    line-height:30px
}

nav.content_menu .nav_select_menu ul li a i {
    width: 12px;
    text-align:center
}

.boxed nav.content_menu.fixed {
    padding: 0;
    width:1100px
}

.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus, .portfolio_slider .flex-container a:active, .portfolio_slider .flex-container a:focus, .portfolio_slider .flexslider a:active, .portfolio_slider .flexslider a:focus, .qode_carousels .flex-container a:active, .qode_carousels .flex-container a:focus, .qode_carousels a:active, .qode_carousels a:focus {
    outline:0
}

.caroufredsel-direction-nav, .flex-control-nav, .flex-direction-nav, .portfolio_slides, .slides {
    margin: 0;
    padding: 0;
    list-style:none
}

.flexslider .slides > li {
    background-color: transparent;
    display: none;
    position: relative;
    margin:0
}

.caroufredsel_wrapper {
    cursor: grab !important;
    cursor: -moz-grab !important;
    cursor: -webkit-grab !important;
    margin:0 !important
}

.portfolio_slider .portfolio_slides, .qode_carousels .slides {
    opacity:0
}

.portfolio_slider .portfolio_slides > li, .qode_carousels .slides > li, .qode_carousels.carousel_owl .slides .item {
    background-color: transparent;
    position: relative;
    margin: 0;
    float:left
}

.qode_carousels.carousel_owl .slides .owl-item {
    text-align:center
}

.qode_carousels.carousel_owl .slides .item {
    float: none;
    display:inline-block
}

.qode_carousels .slides > li {
    margin:0 5px 0 0
}

.flexslider .slides img, .portfolio_slider .portfolio_slides img, .qode_carousels .slides img {
    width: 100%;
    display:block
}

.gallery_frame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align:center
}

.wpb_flexslider.flexslider.have_frame {
    width: 645px;
    margin: 0 auto;
    overflow:visible
}

.wpb_flexslider.flexslider.have_frame.frame3 {
    width:545px
}

.wpb_flexslider.flexslider.have_frame.frame4 {
    width:376px
}

.frame_holder > .wpb_wrapper {
    padding: 10px 0 102px;
    position:relative
}

.frame_holder.frame_holder2 > .wpb_wrapper {
    padding:48px 0 75px
}

.frame_holder.frame_holder3 > .wpb_wrapper {
    padding:20px 0 190px
}

.portfolio_slides:after, .slides:after {
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height:0
}

html[xmlns] .portfolio_slides, html[xmlns] .slides {
    display:block
}

* html .portfolio_slides, * html .slides {
    height:1%
}

.no-js .portfolio_slides > li:first-child, .no-js .slides > li:first-child {
    display:block
}

.flexslider, .portfolio_slider {
    position: relative;
    margin: 0 0 60px;
    zoom:1
}

.blog_holder article.format-gallery .flexslider {
    margin:0
}

.portfolio_slider {
    margin: 0;
    width:100.2%
}

.flex-viewport, .portfolio_slider .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    direction:ltr
}

.loading .flex-viewport {
    max-height:300px
}

.flexslider .slides, .portfolio_slider .portfolio_slides, .qode_carousels .slides {
    zoom:1
}

.caroufredsel-direction-nav a, .flex-direction-nav a, .qode-owl-slider .owl-nav .owl-next, .qode-owl-slider .owl-nav .owl-prev, .qode_carousels.carousel_owl .owl-nav .owl-next, .qode_carousels.carousel_owl .owl-nav .owl-prev {
    position: absolute;
    display: block;
    top: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: -23px 0 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #a6a6a6;
    z-index: 110;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing:initial
}

.qode-owl-slider .owl-nav .owl-prev, .qode_carousels.carousel_owl .owl-nav .owl-prev {
    left:0
}

.qode-owl-slider .owl-nav .owl-next, .qode_carousels.carousel_owl .owl-nav .owl-next {
    right:0
}

.flexslider:hover .flex-direction-nav a:hover, .portfolio_slider:hover .caroufredsel-direction-nav a:hover {
    background-color:#393939
}

.caroufredsel-direction-nav a span, .flex-direction-nav a span {
    display: block;
    line-height:inherit
}

.have_frame .flex-direction-nav a i {
    display:none
}

.flexslider .flex-next, .full_width .section_inner .portfolio_slider .caroufredsel-next, .portfolio_slider .caroufredsel-next {
    right:-95px
}

.flexslider.frame4 .flex-next {
    right:-70px
}

.blog_holder.masonry .flexslider .flex-next, .blog_holder.masonry_full_width .flexslider .flex-next, .full_width .portfolio_slider .caroufredsel-next, .grid2 .blog_holder .flexslider .flex-next, .portfolio_single .column1 .flexslider .flex-next, .portfolio_single_sidebar .flexslider .flex-next, body.boxed .flexslider .flex-next, body.boxed .full_width .section_inner .portfolio_slider .caroufredsel-next, body.boxed .portfolio_slider .caroufredsel-next {
    right:0
}

.flexslider .flex-prev, .full_width .section_inner .portfolio_slider .caroufredsel-prev, .portfolio_slider .caroufredsel-prev {
    left:-95px
}

.flexslider.frame4 .flex-prev {
    left:-70px
}

.blog_holder.masonry .flexslider .flex-prev, .blog_holder.masonry_full_width .flexslider .flex-prev, .full_width .portfolio_slider .caroufredsel-prev, .grid2 .blog_holder .flexslider .flex-prev, .portfolio_single .column1 .flexslider .flex-prev, .portfolio_single_sidebar .flexslider .flex-prev, body.boxed .flexslider .flex-prev, body.boxed .full_width .section_inner .portfolio_slider .caroufredsel-prev, body.boxed .portfolio_slider .caroufredsel-prev {
    left:0
}

.flex-direction-nav .flex-disabled {
    cursor:default
}

body div.pp_default .pp_bottom, body div.pp_default .pp_bottom .pp_left, body div.pp_default .pp_bottom .pp_middle, body div.pp_default .pp_bottom .pp_right, body div.pp_default .pp_top, body div.pp_default .pp_top .pp_left, body div.pp_default .pp_top .pp_middle, body div.pp_default .pp_top .pp_right {
    background: 0 0;
    display:none
}

body div.pp_default .pp_content_container .pp_left, body div.pp_default .pp_content_container .pp_right {
    background: 0 0;
    padding:0
}

body div.pp_default .pp_expand {
    display:none !important
}

body div.pp_default .pp_content {
    background: 0 0;
    margin:0 auto
}

div.pp_default .pp_content .ppt {
    color:#f8f8f8
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/stockholm/css/img/prettyPhoto/sprite.png) 2px 1px no-repeat;
    cursor:pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(/wp-content/themes/stockholm/css/img/prettyPhoto/default_thumb.png) center center #f8f8f8;
    border:1px solid #aaa
}

div.pp_default .pp_social {
    margin-top:7px
}

div.pp_default .pp_gallery a.pp_arrow_next, div.pp_default .pp_gallery a.pp_arrow_previous {
    position: static;
    left:auto
}

div.pp_default .pp_nav .pp_pause, div.pp_default .pp_nav .pp_play {
    background: url(/wp-content/themes/stockholm/css/img/prettyPhoto/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width:30px
}

div.pp_default .pp_nav .pp_pause {
    background-position:-51px -29px
}

div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous {
    background: url(/wp-content/themes/stockholm/css/img/prettyPhoto/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin:4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position:-82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top:5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 130px;
    position: relative;
    float:left
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: inherit;
    color: #999;
    font-size: 13px;
    left: 65px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding:0 0 0 10px
}

div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover, div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_nav .pp_play:hover {
    opacity:.7
}

div.pp_default .pp_bottom .pp_left {
    background:url(/wp-content/themes/stockholm/css/img/prettyPhoto/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background:url(/wp-content/themes/stockholm/css/img/prettyPhoto/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background:url(/wp-content/themes/stockholm/css/img/prettyPhoto/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background:url(/wp-content/themes/stockholm/css/img/prettyPhoto/loader.gif) center center no-repeat
}

div.pp_pic_holder a:focus {
    outline:0
}

div.pp_overlay {
    background-color: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index:10000
}

.pp_content {
    height: 40px;
    min-width:40px
}

* html .pp_content {
    width:40px
}

.pp_content_container {
    position: relative;
    text-align: left;
    width:100%
}

.pp_content_container .pp_left {
    padding-left:20px
}

.pp_content_container .pp_right {
    padding-right:20px
}

.pp_content_container .pp_details {
    float: left;
    margin:10px 0 2px
}

.pp_social {
    float: left;
    margin:0
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow:hidden
}

.pp_social .twitter {
    float:left
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin:2px 4px
}

.pp_nav .pp_pause, .pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent:-10000px
}

a.pp_arrow_next, a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width:14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index:2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index:10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position:relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding:0
}

.pp_loaderIcon, a.pp_close {
    position: absolute;
    display:block
}

.pp_gallery ul a {
    border: 1px solid rgba(0, 0, 0, .5);
    display: block;
    float: left;
    height: 33px;
    overflow:hidden
}

.pp_gallery ul a img {
    border:0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding:0
}

.pp_gallery li.default a {
    background: url(/wp-content/themes/stockholm/images/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;
    display: block;
    height: 33px;
    width:50px
}

.pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
    margin-top:7px !important
}

a.pp_close {
    right: 0;
    top: 0;
    line-height: 22px;
    text-indent:-10000px
}

.pp_loaderIcon {
    height: 24px;
    left: 50%;
    top: 50%;
    width: 24px;
    margin:-12px 0 0 -12px
}

.pp_fade, .pp_gallery li.default a img, div.ppt {
    display:none
}

#pp_full_res {
    line-height:1 !important
}

#pp_full_res .pp_inline {
    text-align:left
}

#pp_full_res .pp_inline p {
    margin:0 0 15px
}

div.ppt {
    color: #fff;
    font-size: 17px;
    z-index: 9999;
    margin:0 0 5px
}

div.pp_default .pp_content {
    background-color:#fff
}

div.pp_default #pp_full_res .pp_inline {
    color:#000
}

.pp_gallery li.selected a, .pp_gallery ul a:hover, div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a {
    border-color:#fff
}

div.pp_default .pp_details {
    position:relative
}

.pp_bottom, .pp_top {
    height: 20px;
    position:relative
}

* html .pp_bottom, * html .pp_top {
    padding:0 20px
}

.pp_bottom .pp_left, .pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width:20px
}

.pp_bottom .pp_middle, .pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right:20px
}

* html .pp_bottom .pp_middle, * html .pp_top .pp_middle {
    left: 0;
    position:static
}

.pp_bottom .pp_right, .pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width:20px
}

body div.pp_default .pp_content_container .pp_details, body div.pp_overlay {
    opacity:.7 !important
}

body div.pp_default a.pp_next, body div.pp_default a.pp_previous {
    position: absolute;
    top: 50%;
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin: -23px 0 0;
    color: transparent;
    background: #a6a6a6 !important;
    font-size: 0 !important;
    text-align: center;
    text-indent: 0 !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: opacity .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-transform:translateZ(0)
}

.side_menu .widget li, body div.pp_default a.pp_next:after, body div.pp_default a.pp_previous:after {
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition:color .3s ease-in-out
}

body div.pp_default a.pp_next:after, body div.pp_default a.pp_previous:after {
    position: absolute;
    top: 0;
    left: 46%;
    display: block;
    color: #fff;
    font-family: FontAwesome, serif;
    font-size: 14px;
    transition:color .3s ease-in-out
}

body div.pp_default a.pp_previous:after {
    content: "\f104"
}

body div.pp_default a.pp_next:after {
    content: "\f105"
}

body div.pp_default a.pp_next {
    right:0
}

body div.pp_default a.pp_previous {
    left:0
}

body div.pp_default a.pp_next:hover, body div.pp_default a.pp_previous:hover {
    background-color:#393939 !important
}

body div.pp_default .pp_content:hover a.pp_next, body div.pp_default .pp_content:hover a.pp_previous {
    opacity:1
}

body div.pp_default .pp_description {
    float: left;
    font-family: crete round, sans-serif;
    font-size: 14px;
    line-height: 1.571428571428571em;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    margin:2px 0 0
}

body div.pp_default .pp_nav .currentTextHolder {
    left: auto;
    position: relative;
    float: left;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    font-weight:600
}

body .pp_gallery {
    display:none !important
}

body div.pp_default .pp_nav .pp_pause, body div.pp_default .pp_nav .pp_play {
    display:none
}

body div.pp_default a.pp_arrow_next, body div.pp_default a.pp_arrow_previous {
    background: 0 0;
    position: relative;
    left:0
}

body div.pp_default a.pp_arrow_next:after, body div.pp_default a.pp_arrow_previous:after {
    height: 20px;
    line-height: 20px;
    width: 20px;
    position: absolute;
    color: #fff;
    font-family: FontAwesome, serif;
    text-indent:0
}

body div.pp_default a.pp_arrow_previous:after {
    content: "\f104";
    font-size: 20px;
    text-align: center;
    top: 0;
    left:0
}

body div.pp_default a.pp_arrow_next:after {
    content: "\f105";
    font-size: 20px;
    text-align: center;
    top: 0;
    right:0
}

body div.pp_default .pp_close {
    background: 0 0;
    opacity:1 !important
}

body div.pp_default .pp_close:after {
    color: #fff;
    content: "\f00d";
    font-family: FontAwesome, serif;
    font-size: 15px;
    height: 15px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    text-indent: 0;
    position: absolute;
    top: 0;
    left:0
}

.container aside.sidebar.left, .more_facts_button_holder.left {
    text-align:left
}

.section .mobile-video-image, .section .video-overlay, .section .video-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top:0
}

.section .mobile-video-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 100%;
    z-index:10
}

.section .video-overlay {
    height: 3000px;
    opacity: 0;
    z-index:11
}

.section .video-overlay.active {
    background-image: url(/wp-content/themes/stockholm/css/img/pixel-video.png);
    background-position: 0 0;
    background-repeat: repeat;
    opacity:1
}

.section .video-wrap {
    overflow: hidden;
    z-index:10
}

.section .video-wrap .mejs-poster {
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size:cover !important
}

.section .video-wrap .mejs-container .mejs-controls {
    display:none !important
}

.section .video-wrap .mejs-controls .mejs-button button:focus {
    outline:0 !important
}

.section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color:rgba(255, 255, 255, .18) !important
}

.section .video-wrap .mejs-container {
    background-color: transparent !important;
    background-image: none !important;
    height:auto !important
}

.section .video-wrap .mejs-mediaelement {
    background: 0 0 !important;
    border:0 !important
}

.section .video-wrap .mejs-container .mejs-poster img {
    max-width: none !important;
    width:100% !important
}

.section .video-wrap .mejs-controls button {
    opacity:.8
}

.mejs-controls .mejs-fullscreen-button:hover button, .section .video-wrap .mejs-controls button:hover {
    opacity:1 !important
}

.section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
    background:#1f1f1f !important
}

.section .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background:0 0 !important
}

.more_facts_holder, .side_menu {
    background-color:#393939
}

.more_facts_outer {
    position: relative;
    display: block;
    height: 0;
    overflow:hidden
}

.more_facts_inner, .more_facts_inner_holder {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align:middle
}

.more_facts_inner {
    padding:70px 0 0
}

.more_facts_button {
    display: block;
    position: relative;
    margin: 0;
    padding: 39px 0 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1.444444444444444em;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    z-index:90
}

.more_facts_button:hover {
    color:#8d8d8d
}

.more_facts_button .more_facts_button_arrow, .more_facts_button .more_facts_button_text {
    display:block
}

.more_facts_button .more_facts_button_text {
    display: block;
    padding: 0 0 5px;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition:color .15s ease-in-out
}

.more_facts_button .more_facts_button_arrow {
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition:color .15s ease-in-out
}

.more_facts_button .more_facts_button_arrow.rotate_arrow {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform:rotate(-180deg)
}

.more_facts_button_holder {
    display: block;
    position:relative
}

.more_facts_button_holder.center {
    text-align:center
}

.more_facts_button_holder.right {
    text-align:right
}

.custom_font_holder {
    display: block;
    position:relative
}

.header_top .custom_font_holder {
    display: inline-block;
    vertical-align:middle
}

.custom_font_holder > span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    text-transform:inherit
}

.qode_shop_category_showcase {
    display: table;
    width: 100%;
    height:100%
}

.grid_section .qode_shop_category_showcase, .page-template-default .qode_shop_category_showcase {
    width: calc(100% + 80px);
    margin:0 -40px
}

.qode_shop_category_showcase .qode_shop_category_showcase_element {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 40px 40px 0;
    line-height:0
}

.qode_shop_category_showcase_element.element_left {
    padding-right:20px
}

.qode_shop_category_showcase_element.element_right {
    padding-left:20px
}

.qode_shop_category_showcase.cat_and_products_33_66 .qode_shop_category_showcase_element.element_left, .qode_shop_category_showcase.cat_and_products_66_33 .qode_shop_category_showcase_element.element_right {
    width:33.33%
}

.qode_shop_category_showcase.cat_and_products_33_66 .qode_shop_category_showcase_element.element_right, .qode_shop_category_showcase.cat_and_products_66_33 .qode_shop_category_showcase_element.element_left {
    width:66.66%
}

.qode_shop_category_showcase .qode_category_showcase_product_holder:first-child {
    padding-bottom:20px
}

.qode_shop_category_showcase .qode_category_showcase_product_holder:last-child {
    padding-top:20px
}

.qode_shop_category_showcase.showcase_single_product .qode_category_showcase_product_holder:first-child, .qode_shop_category_showcase.showcase_single_product .qode_category_showcase_product_holder:last-child {
    padding:0
}

.qode_shop_category_showcase .qode_category_showcase_category_holder {
    position: relative;
    line-height: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height:220px
}

.qode_shop_category_showcase .qode_category_showcase_category_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat
}

.qode_shop_category_showcase .qode_category_showcase_category_info:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0;
    background: #fff;
    -ms-transition: opacity .3s cubic-bezier(.27, .52, .55, .96);
    -webkit-transition: opacity .3s cubic-bezier(.27, .52, .55, .96);
    transition:opacity .3s cubic-bezier(.27, .52, .55, .96)
}

.qode_shop_category_showcase .qode_category_showcase_category_holder:hover .qode_category_showcase_category_info:before {
    opacity:.2
}

.qode_shop_category_showcase .qode_category_showcase_category_name {
    position: absolute;
    bottom: 8%;
    left: 7%;
    color: #161616;
    line-height: 24px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.6px;
    -ms-transition: -ms-transform .3s cubic-bezier(.27, .52, .55, .96);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.27, .52, .55, .96);
    transition:transform .3s cubic-bezier(.27, .52, .55, .96)
}

.qode_shop_category_showcase .qode_category_showcase_category_holder:hover .qode_category_showcase_category_name {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform:translateY(-20px)
}

.qode_shop_category_showcase .qode_category_showcase_product_holder_inner {
    position: relative;
    line-height:0
}

.qode_shop_category_showcase .qode_category_showcase_product_image_holder {
    line-height:0
}

.qode_shop_category_showcase .qode_category_showcase_product_info_holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.qode_shop_category_showcase .qode_category_showcase_product_info_holder_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    height:100%
}

.qode_shop_category_showcase .qode_category_showcase_product_info_wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding:0 30px
}

.qode_shop_category_showcase .qode_category_showcase_product_title {
    font-size: 22px;
    color: #161616;
    font-weight: 600;
    letter-spacing: 1.6px;
    margin-bottom: 55px;
    line-height: 1.2em;
    opacity: 0;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -ms-transition: opacity .3s cubic-bezier(.27, .52, .55, .96), -ms-transform .3s cubic-bezier(.27, .52, .55, .96);
    -webkit-transition: opacity .3s cubic-bezier(.27, .52, .55, .96), -webkit-transform .3s cubic-bezier(.27, .52, .55, .96);
    transition:opacity .3s cubic-bezier(.27, .52, .55, .96), transform .3s cubic-bezier(.27, .52, .55, .96)
}

.qode_shop_category_showcase .qode_category_showcase_product_price {
    font-size: 20px;
    font-style: italic;
    color: #5c5c5c;
    font-family: Georgia, sans-serif;
    opacity: 0;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -ms-transition: opacity .3s cubic-bezier(.27, .52, .55, .96), -ms-transform .3s cubic-bezier(.27, .52, .55, .96);
    -webkit-transition: opacity .3s cubic-bezier(.27, .52, .55, .96), -webkit-transform .3s cubic-bezier(.27, .52, .55, .96);
    transition:opacity .3s cubic-bezier(.27, .52, .55, .96), transform .3s cubic-bezier(.27, .52, .55, .96)
}

.side_menu .widget li, aside.sidebar .widget:not(.woocommerce) li {
    margin: 0 0 7px;
    font-family: crete round, sans-serif;
    font-size: 14px;
    font-style:italic
}

.qode_shop_category_showcase .qode_category_showcase_product_holder:hover .qode_category_showcase_product_price, .qode_shop_category_showcase .qode_category_showcase_product_holder:hover .qode_category_showcase_product_title {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity:1
}

.qode_shop_category_showcase .qode_category_showcase_product_holder .qode_category_showcase_product_shader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .95);
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.27, .52, .55, .96);
    transition:opacity .3s cubic-bezier(.27, .52, .55, .96)
}

#wp-calendar td#today, aside.sidebar .widget h4 {
    background-color:#e6ae48
}

.qode_shop_category_showcase .qode_category_showcase_product_holder:hover .qode_category_showcase_product_shader {
    opacity:1
}

.container aside.sidebar {
    position: relative;
    z-index:11
}

.side_menu .widget li {
    color: inherit;
    transition:color .3s ease-in-out
}

aside.sidebar .widget a {
    color: #a6a6a6;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

aside.sidebar .widget a:hover {
    color:#393939
}

.side_menu .widget a:hover, .side_menu .widget li:hover, .side_menu .widget li:hover > a {
    color:#fff
}

.side_menu .widget ul, aside.sidebar .widget ul {
    list-style:none
}

aside.sidebar .widget:not(.woocommerce) li {
    color:#e6ae48
}

.side_menu .widget li:last-child, aside.sidebar .widget li:last-child {
    margin:0
}

#wp-calendar caption, .widget.widget_rss li a.rsswidget {
    color:#393939
}

#wp-calendar td, #wp-calendar th {
    padding:3px 4px
}

#wp-calendar td#today a {
    color:#fff
}

#wp-calendar {
    width: 100%;
    text-align:center
}

#wp-calendar caption, .widget.widget_rss li span.rss-date {
    margin:0 0 15px
}

.widget.widget_rss li {
    margin:0 0 25px
}

.widget.qodef-separator-widget {
    display: flex;
    margin-bottom:0
}

.container aside.sidebar.center .post-date, aside.sidebar .widget.posts_holder li.menu-item-has-children > a, aside.sidebar .widget.posts_holder li.page_item_has_children > a {
    display:block
}

aside.sidebar .widget.widget_search {
    border-bottom: 0;
    padding:0
}

aside.sidebar .widget h4 {
    margin-bottom: 18px;
    padding: 12px 18px;
    color: #fff;
    letter-spacing:1px
}

aside.sidebar .widget.posts_holder li.menu-item-has-children > ul.sub-menu li:last-child, aside.sidebar .widget.posts_holder li.page_item_has_children > ul.children li:last-child {
    border-bottom:0
}

aside.sidebar .widget.posts_holder li.menu-item-has-children > ul.sub-menu, aside.sidebar .widget.posts_holder li.page_item_has_children > ul.children {
    padding-left:10px
}

aside.sidebar .widget {
    margin:0 0 26px
}

aside.sidebar .widget_nav_menu .sub-menu, aside.sidebar .widget_pages .children {
    margin-left: 5px;
    margin-top:6px
}

.container aside.sidebar.center {
    text-align:center
}

.container aside.sidebar.right {
    text-align:right
}

aside.sidebar.enable_widget_borders .widget h4, aside.sidebar.enable_widget_borders .widget.widget_product_tag_cloud h4 {
    margin-bottom:0
}

aside.sidebar.enable_widget_borders .widget label {
    display:none
}

aside.sidebar.enable_widget_borders .widget form, aside.sidebar.enable_widget_borders .widget select {
    margin-top:18px
}

aside.sidebar.enable_widget_borders .widget #calendar_wrap, aside.sidebar.enable_widget_borders .widget .tagcloud, aside.sidebar.enable_widget_borders .widget .textwidget, aside.sidebar.enable_widget_borders .widget .widget_shopping_cart_content, aside.sidebar.enable_widget_borders .widget.widget_nav_menu > div, aside.sidebar.enable_widget_borders .widget > ul {
    padding: 23px 20px;
    border: 1px solid #d1d1d1;
    border-top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box
}

.fullscreen_search_holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.fullscreen_search_table {
    display: table;
    width: 100%;
    height:100%
}

.fullscreen_search_cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align:center
}

.fullscreen_search_holder .form_holder {
    position: relative;
    width: 50%;
    margin:0 auto
}

.fullscreen_search_holder .qode_search_field {
    width: 100%;
    border: none;
    outline: 0;
    color: #cbcbcb;
    position: relative;
    font-size: 48px;
    line-height: 77px;
    background-color: transparent;
    border-bottom: 2px solid #cbcbcb;
    font-family:Raleway, sans-serif
}

.fullscreen_search_holder .qode_search_field::-webkit-input-placeholder {
    color:#cbcbcb
}

.fullscreen_search_holder .qode_search_field::-moz-placeholder {
    color:#cbcbcb
}

.fullscreen_search_holder .qode_search_field:-ms-input-placeholder {
    color:#cbcbcb
}

.fullscreen_search_holder .search_submit {
    border: none;
    background: 0 0;
    outline: 0;
    width: auto;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 33px;
    line-height: 77px;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    color: #161616;
    position: absolute;
    right: 0;
    bottom:0
}

.fullscreen_search_holder .search_submit:hover {
    color:#cbcbcb
}

.fullscreen_search_holder .fullscreen_search_close {
    display: inline-block;
    position: absolute;
    top: 4%;
    right: 5%;
    width: 19px;
    height: 19px;
    line-height: 19px;
    z-index:1000
}

.fullscreen_search_holder .fullscreen_search_close .line {
    height: 3px;
    width: 19px;
    background-color: transparent;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    position: absolute;
    display:inline-block
}

.fullscreen_search_holder .fullscreen_search_close .line:before {
    background-color: #161616;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    width: 19px;
    top: 0;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    z-index: -1;
    -webkit-backface-visibility:hidden
}

.fullscreen_search_holder .fullscreen_search_close .line:after {
    background-color: #161616;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    width: 19px;
    top: 0;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    z-index: -1;
    -webkit-backface-visibility:hidden
}

.fullscreen_search_holder .fullscreen_search_close:hover .line:after, .fullscreen_search_holder .fullscreen_search_close:hover .line:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform:rotate(0)
}

.fullscreen_search_holder {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    z-index: 111;
    box-sizing:border-box
}

.fullscreen_search_holder .fullscreen_search_table {
    background-color:#fff
}

.search_fade_out .fullscreen_search_holder {
    -webkit-animation: search_fade_out .25s linear both;
    animation:search_fade_out .25s linear both
}

.search_fade_in .fullscreen_search_holder.animate {
    -webkit-animation: search_fade_in .25s linear both;
    animation:search_fade_in .25s linear both
}

@-webkit-keyframes search_fade_out {
    0% {
        opacity: 1;
        visibility:visible
    }

    100% {
        opacity: 0;
        visibility:hidden
    }
}

@keyframes search_fade_out {
    0% {
        opacity: 1;
        visibility:visible
    }

    100% {
        opacity: 0;
        visibility:hidden
    }
}

@-webkit-keyframes search_fade_in {
    0% {
        opacity: 0;
        visibility:hidden
    }

    100% {
        opacity: 1;
        visibility:visible
    }
}

@keyframes search_fade_in {
    0% {
        opacity: 0;
        visibility:hidden
    }

    100% {
        opacity: 1;
        visibility:visible
    }
}

.fullscreen_search_holder .form_holder {
    opacity: 0;
    -ms-transform: translateY(30%) translateZ(0);
    -webkit-transform: translateY(30%) translateZ(0);
    transform: translateY(30%) translateZ(0);
    -webkit-transition: opacity .25s ease 0s, -webkit-transform .3s ease 0s;
    -ms-transition: opacity .25s ease 0s, -ms-transform .3s ease 0s;
    transition:opacity .25s ease 0s, transform .3s ease 0s
}

.fullscreen_search_holder.animate .form_holder {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    -webkit-transition: opacity .5s ease .2s, -webkit-transform .5s ease .2s;
    -ms-transition: opacity .5s ease .2s, -ms-transform .5s ease .2s;
    transition:opacity .5s ease .2s, transform .5s ease .2s
}

.side_menu {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 30px;
    position: fixed;
    top: 0;
    right: -270px;
    width: 270px;
    z-index: 90;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box
}

@media only screen and (min-width: 1000px) {
    .admin-bar .side_menu {
        top:32px
    }
}

.side_menu h5, .side_menu h6 {
    margin: 0 0 12px;
    color:#fff
}

.side_menu .widget li {
    position:relative
}

.side_menu .widget ul li.menu-item-has-children, .side_menu .widget ul li.page_item_has_children {
    padding-right: 0;
    border-bottom:none
}

.side_menu .widget ul ul {
    padding:6px 0 0 10px
}

.side_menu .widget {
    margin:0 0 30px
}

.side_menu #wp-calendar caption, .side_menu #wp-calendar td, .side_menu #wp-calendar th, .side_menu .widget.widget_rss li a.rsswidget, .side_menu a, .side_menu li, .side_menu p, .side_menu span {
    color:#8d8d8d
}

.side_menu span.q_font_elegant_icon {
    color:inherit
}

.side_menu .widget.widget_calendar a {
    color:#fff
}

.side_menu .widget.widget_calendar {
    font-size:14px
}

.side_menu .side_menu_title {
    display: block;
    margin:0 0 12px
}

.side_menu h4, .side_menu h5 {
    color:#fff
}

.side_menu h4 {
    margin:0 0 15px
}

.side_menu .widget.widget_nav_menu li.menu-item-has-children > .sub-menu {
    display:none
}

.side_menu .widget.widget_nav_menu li a, .side_menu .widget.widget_nav_menu li:last-child {
    margin:0
}

.side_menu a.close_side_menu {
    display: inline-block;
    position: absolute;
    top: 29px;
    right: 25px;
    width: 13px;
    height: 13px;
    line-height: 13px;
    background-image: url(/wp-content/themes/stockholm/css/img/close_side_menu.png);
    background-repeat: no-repeat;
    z-index: 1000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition:all .5s ease
}

.side_menu a.close_side_menu:hover {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform:rotate(180deg)
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and(min--moz-device-pixel-ratio: 2), only screen and(-o-min-device-pixel-ratio: 200 / 100), only screen and(min-device-pixel-ratio: 2), only screen and(min-resolution: 210dppx) {
    .side_menu a.close_side_menu {
        background-image: url(/wp-content/themes/stockholm/css/img/close_side_menu@2x.png);
        -o-background-size: 13px 13px;
        -webkit-background-size: 13px 13px;
        -moz-background-size: 13px 13px;
        background-size:13px 13px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and(min--moz-device-pixel-ratio: 1.5), only screen and(-o-min-device-pixel-ratio: 150 / 100), only screen and(min-device-pixel-ratio: 1.5), only screen and(min-resolution: 160dppx) {
    .side_menu a.close_side_menu {
        background-image: url(/wp-content/themes/stockholm/css/img/close_side_menu@2x.png);
        -o-background-size: 13px 13px;
        -webkit-background-size: 13px 13px;
        -moz-background-size: 13px 13px;
        background-size:13px 13px
    }
}

.side_menu a.close_side_menu_fold {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    z-index:1000
}

.side_menu a.close_side_menu_fold .line {
    height: 3px;
    width: 19px;
    background-color: transparent;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    position: absolute;
    display:inline-block
}

.side_menu a.close_side_menu_fold .line:after, .side_menu a.close_side_menu_fold .line:before {
    width: 19px;
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #fff;
    -webkit-backface-visibility:hidden
}

.side_menu a.close_side_menu_fold .line:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    top: 0;
    content: "";
    -webkit-transition: -webkit-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    transition:transform .3s ease-out
}

.side_menu a.close_side_menu_fold .line:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    top: 0;
    content: "";
    -webkit-transition: -webkit-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    transition:transform .3s ease-out
}

.side_menu a.close_side_menu_fold:hover .line:after, .side_menu a.close_side_menu_fold:hover .line:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform:rotate(0)
}

.header-widget.widget_nav_menu {
    padding: 0 15px 0 0;
    position: relative;
    font-size:13px
}

.header-widget.widget_nav_menu ul ul {
    display: none;
    height: auto;
    border-top: 2px solid #e6ae48;
    background-color: #fafafa;
    z-index: 1010;
    position: absolute;
    top: 33px;
    left: 0;
    padding:0
}

.header-widget.widget_nav_menu ul li:hover ul {
    display:block
}

.header-widget.widget_nav_menu ul ul ul {
    left: 100%;
    display: none !important;
    top:-2px
}

.header-widget.widget_nav_menu ul ul li:hover ul {
    display:block !important
}

.header-widget.widget_nav_menu ul li {
    list-style:none
}

.header-widget.widget_nav_menu ul.menu > li {
    display: inline-block;
    float: left;
    position:relative
}

.header-widget.widget_nav_menu ul.menu li a {
    display: inline-block;
    padding: 0 0 0 15px;
    color:#9d9d9d
}

.header-widget.widget_nav_menu ul.menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome, sans-serif;
    margin-left:5px
}

.header-widget.widget_nav_menu ul.menu li a:hover {
    color:#e6ae48
}

.header-widget.widget_nav_menu ul.menu li ul li a {
    color: #9d9d9d;
    display: block;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    line-height: 38px;
    margin: 0 15px;
    padding: 0;
    border-bottom:1px solid #e1e1e1
}

.header-widget.widget_nav_menu ul.menu li ul li:last-child a {
    border-bottom:0
}

.header-widget ul.menu li:last-child {
    margin-right:0
}

.header-left-from-logo-widget, .header-right-from-logo-widget {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:0 50px
}

.header-right-from-logo-widget {
    left: auto;
    right:0
}

header .container_inner .header-left-from-logo-widget, header .container_inner .header-right-from-logo-widget {
    padding:0
}

.header-left-from-logo-widget-inner, .header-right-from-logo-widget-inner {
    display: table;
    height:100%
}

.header-left-from-logo-widget-inner2, .header-right-from-logo-widget-inner2 {
    display: table-cell;
    height: 100%;
    vertical-align:middle
}

header.sticky .header-left-from-logo-widget, header.sticky .header-right-from-logo-widget {
    display:none
}

.footer_top .widget.widget_nav_menu li {
    margin: 0;
    line-height:22px
}

.widget.widget_archive select, .widget.widget_categories select, .widget.widget_text select {
    width: 100%;
    overflow: hidden;
    border: none;
    font-size: 13px;
    background-color: #ededed;
    outline: 0;
    color: inherit;
    font-family: inherit;
    padding: 9px 12px;
    height: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.widget #searchform {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    background-color:#ededed
}

.footer_top .widget #searchform {
    background-color: transparent;
    border:1px solid #6a6a6a
}

.header_top #searchform {
    padding: 0 10px;
    height:33px
}

.header_top .woocommerce.widget_product_search #searchform {
    display: inline-block;
    vertical-align:middle
}

.header_top #searchform input[type=submit], .widget.widget_search form input[type=submit] {
    width: 37px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    margin: 0;
    padding: 0 4%;
    outline: 0;
    border: none;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    color: #8d8d8d;
    font-family: FontAwesome, sans-serif;
    cursor: pointer;
    white-space: nowrap;
    float: right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out
}

.footer_top .widget #searchform input[type=submit] {
    color:#6a6a6a
}

.header_top #searchform input[type=submit] {
    width: 22px;
    height: 33px;
    line-height: 33px;
    margin: 0;
    background:0 0
}

.header_top #searchform .screen-reader-text, .widget.widget_search form .screen-reader-text {
    display:none
}

.header_top #searchform input[type=text], .widget.widget_search form input[type=text] {
    display: inline-block;
    text-decoration: none;
    border: 0;
    outline: 0;
    color: #8d8d8d;
    background-color: transparent;
    font-family: inherit;
    margin: 0;
    padding: 2px 12px;
    width: 74%;
    height: 33px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.footer_top .widget #searchform input[type=text] {
    color:#6a6a6a
}

.header_top #searchform input[type=text] {
    height: 33px;
    font-size:12px
}

.widget .tagcloud {
    display: inline-block;
    width:100%
}

footer .wpcf7 .qodef-subscription-form {
    position:relative
}

footer .wpcf7 .qodef-subscription-form .wpcf7-form-control.wpcf7-text {
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    vertical-align: top;
    height: 44px;
    line-height: normal;
    background-color: #fff;
    color: #8f8f8f;
    border: 1px solid #f0f0f0;
    border-right: 0;
    padding-right: 58px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px
}

footer .wpcf7 .qodef-subscription-form .wpcf7-form-control-wrap {
    display:inline-block
}

footer .wpcf7 .qodef-subscription-form .wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
    opacity: 1;
    color: #8f8f8f;
    line-height:normal
}

footer .wpcf7 .qodef-subscription-form .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder {
    color:#8f8f8f
}

footer .wpcf7 .qodef-subscription-form .wpcf7-form-control.wpcf7-text:-moz-placeholder {
    color: #8f8f8f;
    opacity:1
}

footer .wpcf7 .qodef-subscription-form .wpcf7-form-control.wpcf7-text::-moz-placeholder {
    color: #8f8f8f;
    opacity:1
}

footer .qodef-subscription-form input.wpcf7-form-control.wpcf7-submit {
    font-family: ElegantIcons;
    font-size: 22px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    width: 40px;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    text-align: center;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    box-sizing:content-box
}

.qode_image_gallery_no_space {
    position: relative;
    opacity:0
}

.qode_image_gallery_no_space .qode_image_gallery_holder {
    overflow: hidden;
    position: relative;
    width:100%
}

.qode_image_gallery_no_space ul {
    margin: 0;
    overflow: hidden;
    padding:0
}

.qode_image_gallery_no_space ul li {
    float: left;
    list-style: none;
    margin:0
}

@media only screen and (min-width: 800px) {
    .qode_image_gallery_no_space.highlight_active ul li:not(.active) {
        opacity:.2
    }

    .qode_image_gallery_no_space.highlight_active ul li {
        -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -ms-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition:opacity .3s ease-in-out
    }
}

@media only screen and (min-width: 801px) {
    .qode_image_gallery_no_space ul li:not(.active) a {
        cursor:default
    }
}

.qode_image_gallery_no_space a.prettyphoto {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition:none
}

.qode_image_gallery_no_space ul li img {
    display: block;
    position:relative
}

.qode_image_gallery_no_space .controls {
    width:100%
}

.qode_image_gallery_no_space .controls a.next-slide, .qode_image_gallery_no_space .controls a.prev-slide {
    position: absolute;
    top: 50%;
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin: -22px 0 0;
    color: #fff;
    background-color: #a6a6a6;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition:color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out
}

.qode_image_gallery_no_space .controls a.next-slide span, .qode_image_gallery_no_space .controls a.prev-slide span {
    position: relative;
    display: inline-block;
    vertical-align:middle
}

.qode_image_gallery_no_space.light .controls a.next-slide, .qode_image_gallery_no_space.light .controls a.prev-slide {
    color: #393939;
    background-color:#fff
}

.qode_image_gallery_no_space .controls a.next-slide:hover, .qode_image_gallery_no_space .controls a.prev-slide:hover {
    background-color:#393939
}

.qode_image_gallery_no_space.light .controls a.next-slide:hover, .qode_image_gallery_no_space.light .controls a.prev-slide:hover {
    color: #fff;
    background-color:#e6ae48
}

.qode_image_gallery_no_space .controls a.prev-slide {
    left:15px
}

.qode_image_gallery_no_space .controls a.next-slide {
    right:15px
}

@media only screen and (max-width: 800px) {
    .qode_image_gallery_no_space ul, .qode_image_gallery_no_space ul li div {
        height: auto !important;
        width:100% !important
    }

    .qode_image_gallery_no_space .controls, .qode_image_gallery_no_space ul li.-after, .qode_image_gallery_no_space ul li.-before {
        display:none
    }

    .qode_image_gallery_no_space .qode_image_gallery_holder {
        height:auto !important
    }

    .qode_image_gallery_no_space ul li {
        float:none
    }

    .qode_image_gallery_no_space ul li img {
        height: auto;
        width:100%
    }
}

.ls-noskin .ls-nav-next, .ls-noskin .ls-nav-prev {
    position: absolute;
    display: inline-block !important;
    margin: -25px 0 0;
    top: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 99;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    background-color: #a6a6a6;
    opacity: 1 !important;
    text-align: center;
    -webkit-transition: background-color .3s ease-in-out !important;
    -moz-transition: background-color .3s ease-in-out !important;
    -o-transition: background-color .3s ease-in-out !important;
    transition:background-color .3s ease-in-out !important
}

.ls-noskin .ls-nav-next:hover, .ls-noskin .ls-nav-prev:hover {
    background-color:#393939
}

.ls-noskin .ls-nav-prev {
    left:0
}

.ls-noskin .ls-nav-next {
    right:0
}

.ls-noskin .ls-nav-next:after, .ls-noskin .ls-nav-prev:after {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-family:ElegantIcons
}

.ls-noskin .ls-nav-prev:after {
    content: "\34"
}

.ls-noskin .ls-nav-next:after {
    content: "\35"
}

.ls-wp-fullwidth-helper {
    left:0 !important
}

.header_top .widget.icl_languages_selector, aside .widget.icl_languages_selector, footer .widget.icl_languages_selector, section.side_menu .widget.icl_languages_selector {
    overflow:visible
}

#lang_sel img.iclflag, #lang_sel_list img.iclflag, .lang_sel_sel img.iclflag {
    margin-right:6px
}

.header_bottom #lang_sel, .header_bottom #lang_sel_click, aside .widget #lang_sel, aside .widget #lang_sel_click, footer #lang_sel, footer #lang_sel_click, section.side_menu #lang_sel, section.side_menu #lang_sel_click {
    height: 40px;
    width:100%
}

.header_bottom #lang_sel {
    position: relative;
    top:4px
}

.header_bottom #lang_sel_list, .header_top #lang_sel, .header_top #lang_sel_click, .header_top #lang_sel_list, aside .widget #lang_sel_list, footer #lang_sel_list, section.side_menu #lang_sel_list {
    display: inline-block;
    height:auto
}

.header_top #lang_sel, .header_top #lang_sel_click {
    position: relative;
    height: 33px;
    float: left;
    padding: 0;
    z-index:1000
}

aside.sidebar #lang_sel_click li, section.side_menu #lang_sel_click li {
    margin:0
}

.header_top #lang_sel_list {
    width:auto !important
}

.header_top #lang_sel li, .header_top #lang_sel ul ul {
    width: 180px !important;
    text-align:left
}

.header_bottom #lang_sel_list ul, .header_top #lang_sel_list ul, aside .widget #lang_sel_list ul, footer #lang_sel_list ul, section.side_menu #lang_sel_list ul {
    display: inline-block;
    top: 0 !important;
    height: auto !important;
    border:0 !important
}

.header_bottom #lang_sel > ul > li, .header_bottom #lang_sel_click > ul > li, aside .widget #lang_sel > ul > li, aside .widget #lang_sel_click > ul > li, footer #lang_sel > ul > li, footer #lang_sel_click > ul > li, section.side_menu #lang_sel > ul > li, section.side_menu #lang_sel_click > ul > li {
    line-height:38px
}

.header_bottom #lang_sel > ul > li, .header_bottom #lang_sel_click > ul > li, aside .widget #lang_sel > ul > li, aside .widget #lang_sel_click > ul > li {
    background-color:#fff
}

.header_bottom #lang_sel_list.lang_sel_list_horizontal > ul > li, .header_top #lang_sel_list > ul > li, aside .widget #lang_sel_list.lang_sel_list_horizontal > ul > li, footer #lang_sel_list.lang_sel_list_horizontal > ul > li, section.side_menu #lang_sel_list.lang_sel_list_horizontal > ul > li {
    margin:0 15px 0 0 !important
}

.vertical_menu_area #lang_sel ul li {
    width:100%
}

.header_top #lang_sel_list > ul > li:last-child, aside .widget #lang_sel_list.lang_sel_list_horizontal > ul > li:last-child, footer #lang_sel_list.lang_sel_list_horizontal > ul > li:last-child, section.side_menu #lang_sel_list.lang_sel_list_horizontal > ul > li:last-child {
    margin:0 !important
}

.header_bottom #lang_sel ul li a, .header_bottom #lang_sel_click > ul > li a, .header_top #lang_sel ul li a, .header_top #lang_sel_click ul li a, aside .widget #lang_sel ul li a, aside .widget #lang_sel_click ul li a, footer #lang_sel ul li a, footer #lang_sel_click ul li a, section.side_menu #lang_sel ul li a, section.side_menu #lang_sel_click ul li a {
    position: relative;
    display: block;
    font-family: crete round, sans-serif;
    font-size: 14px !important;
    font-style: italic;
    font-weight: 400;
    height: auto;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 8px 20px !important;
    cursor: pointer;
    background: 0 0 !important;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    transition:color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out
}

.header_bottom #lang_sel ul li a, .header_bottom #lang_sel_click > ul > li a, aside .widget #lang_sel ul li a, aside .widget #lang_sel_click ul li a {
    color: #a6a6a6 !important;
    border:1px solid #a6a6a6 !important
}

footer #lang_sel ul li a, footer #lang_sel_click ul li a, section.side_menu #lang_sel ul li a, section.side_menu #lang_sel_click ul li a {
    color: #a2a2a2 !important;
    border:1px solid #fff !important
}

.header_top #lang_sel ul li a, .header_top #lang_sel_click ul li a {
    color: #a2a2a2 !important;
    border: 0 !important;
    height: 33px !important;
    line-height: 33px !important;
    padding: 0 15px !important;
    z-index: 2500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.header_bottom #lang_sel > ul > li > a:after, .header_bottom #lang_sel_click > ul > li > a:after, .header_top #lang_sel > ul > li > a:after, .header_top #lang_sel_click > ul > li > a:after, aside .widget #lang_sel > ul > li > a:after, aside .widget #lang_sel_click > ul > li > a:after, footer #lang_sel > ul > li > a:after, footer #lang_sel_click > ul > li > a:after, section.side_menu #lang_sel > ul > li > a:after, section.side_menu #lang_sel_click > ul > li > a:after {
    font-family: ElegantIcons;
    font-size: 14px;
    content: '\43';
    position: absolute;
    top: 9px;
    right: 14px;
    border:0
}

.header_top #lang_sel > ul > li > a:after, .header_top #lang_sel_click > ul > li > a:after {
    top:1px
}

.header_bottom #lang_sel_list a, .header_top #lang_sel_list a, aside .widget #lang_sel_list a, footer #lang_sel_list a, section.side_menu #lang_sel_list a {
    display: block;
    font-size: 15px !important;
    color: #8d8d8d !important;
    height: auto;
    line-height: 33px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    cursor: pointer;
    background:0 0 !important
}

.header_bottom #lang_sel_list a {
    line-height:22px !important
}

.header_top #lang_sel_list ul li, .header_top #lang_sel_list ul li a {
    display: inline-block !important;
    width: auto !important;
    float:left !important
}

.header_top #lang_sel_list a {
    line-height:33px !important
}

.header_bottom #lang_sel_list ul li a.lang_sel_sel, .header_bottom #lang_sel_list ul li:hover > a, aside .widget #lang_sel_list ul li a.lang_sel_sel, aside .widget #lang_sel_list ul li:hover > a {
    color:#393939 !important
}

.header_bottom #lang_sel ul > li:hover > a, .header_bottom #lang_sel_click > ul > li:hover a, aside .widget #lang_sel > ul > li:hover > a, aside .widget #lang_sel_click > ul > li:hover > a {
    color: #393939 !important;
    border-color:#393939 !important
}

.header_top #lang_sel_list ul li a.lang_sel_sel, .header_top #lang_sel_list ul li:hover > a, footer #lang_sel_list ul li a.lang_sel_sel, footer #lang_sel_list ul li:hover > a, section.side_menu #lang_sel_list ul li a.lang_sel_sel, section.side_menu #lang_sel_list ul li:hover > a {
    color:#fff !important
}

.header_bottom #lang_sel ul ul, .header_bottom #lang_sel_click ul ul, aside .widget #lang_sel ul ul, aside .widget #lang_sel_click ul ul, footer #lang_sel ul ul, footer #lang_sel_click ul ul, section.side_menu #lang_sel ul ul, section.side_menu #lang_sel_click ul ul {
    width: 100%;
    height: auto;
    top: 38px;
    left: 0;
    background-color: transparent;
    padding: 0 !important;
    margin: 0;
    border: 0;
    z-index:2
}

.header_bottom #lang_sel ul ul, .header_bottom #lang_sel_click ul ul, aside .widget #lang_sel ul ul, aside .widget #lang_sel_click ul ul {
    background-color:#fff
}

.header_top #lang_sel ul ul, .header_top #lang_sel_click ul ul {
    position: absolute;
    height: auto;
    top: 33px;
    left: 0;
    border: 0;
    z-index: 1000;
    background-color: #393939;
    padding: 10px 0 !important;
    list-style:none
}

.header_bottom #lang_sel ul ul a, .header_bottom #lang_sel_click ul ul a, aside .widget #lang_sel ul ul a, aside .widget #lang_sel_click ul ul a {
    border: 1px solid #a6a6a6 !important;
    border-top: 0 !important;
    padding:8px 20px !important
}

.header_bottom #lang_sel ul:hover ul a, .header_bottom #lang_sel_click ul:hover ul a, aside .widget #lang_sel ul:hover ul a, aside .widget #lang_sel_click ul:hover ul a {
    border-color: #393939 !important;
    border-top:0 !important
}

.header_bottom .submenu-languages {
    display:none
}

footer #lang_sel ul ul a, footer #lang_sel_click ul ul a, section.side_menu #lang_sel ul ul a, section.side_menu #lang_sel_click ul ul a {
    color: #a2a2a2 !important;
    border: 1px solid #fff !important;
    border-top: 0 !important;
    padding:8px 20px !important
}

.header_top #lang_sel ul ul a, .header_top #lang_sel_click ul ul a {
    color: #a2a2a2 !important;
    border:0 !important
}

footer #lang_sel ul ul a span, footer #lang_sel_click ul ul a span, section.side_menu #lang_sel ul ul a span, section.side_menu #lang_sel_click ul ul a span {
    color: #a2a2a2 !important;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition:color .3s ease-in-out
}

aside .widget #lang_sel ul ul a:hover, aside .widget #lang_sel_click ul ul a:hover {
    color:#393939 !important
}

.header_top #lang_sel ul ul a:hover, .header_top #lang_sel > ul > li:hover > a, .header_top #lang_sel_click ul ul a:hover, .header_top #lang_sel_click > ul > li:hover > a, footer #lang_sel ul ul a:hover, footer #lang_sel ul ul a:hover span, footer #lang_sel_click ul ul a:hover, footer #lang_sel_click ul ul a:hover span, section.side_menu #lang_sel ul ul a:hover, section.side_menu #lang_sel ul ul a:hover span, section.side_menu #lang_sel_click ul ul a:hover, section.side_menu #lang_sel_click ul ul a:hover span {
    color:#fff !important
}

footer #lang_sel ul ul a span, footer #lang_sel_click ul ul a span {
    line-height:normal !important
}

footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    position:relative
}

footer.uncover {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    -moz-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -o-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -ms-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -webkit-backface-visibility:hidden
}

.boxed footer {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing:border-box
}

.right_side_menu_opened footer.uncover {
    left:-270px
}

footer .container_inner {
    position:relative
}

footer .container_inner > .widget {
    text-align:center
}

.fotter_bottom_border_holder, .fotter_top_border_holder {
    position: relative;
    display: block;
    width:100%
}

.fotter_bottom_border_holder.in_grid, .fotter_top_border_holder.in_grid {
    width: 1100px;
    margin:0 auto
}

.footer_top_holder {
    display: block;
    background-color:#393939
}

.footer_top {
    padding:82px 0 76px
}

.footer_top.footer_top_full {
    padding:82px 45px 76px
}

.footer_top .widget {
    margin:0 0 26px
}

.footer_top .widget:last-child {
    margin:0
}

.footer_top .widget h4 {
    color: #fff;
    margin:0 0 15px
}

.footer_top ul {
    list-style:none
}

.footer_top ol, .footer_top ul ul {
    padding:0 0 0 15px
}

.footer_top .textwidget, .footer_top .widget_recent_entries > ul > li > span, .footer_top a, .footer_top li, .footer_top p {
    color: #a2a2a2;
    word-wrap:break-word
}

.footer_top a:hover {
    color:#fff
}

footer:not(.footer_border_columns) .footer_top .four_columns .column2 .column_inner > div, footer:not(.footer_border_columns) .footer_top .three_columns .column2 .column_inner > div, footer:not(.footer_border_columns) .footer_top .two_columns_50_50 .column2 .column_inner > div {
    margin:0 0 0 15px
}

footer.footer_border_columns .qode_column {
    border-left: 1px solid #444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

footer.footer_border_columns .qode_column:first-child {
    border:none
}

footer.footer_border_columns .qode_column > .column_inner {
    padding:0 30px
}

footer.footer_border_columns .qode_column:first-child > .column_inner {
    padding-left:0
}

footer.footer_border_columns .qode_column:last-child > .column_inner {
    padding-right:0
}

.footer_top .four_columns .column4 .column_inner > div {
    margin:0 0 0 5px
}

.footer_top .widget_nav_menu li.menu-item a {
    margin-bottom:10px
}

.footer_top #wp-calendar caption, .footer_top .widget.widget_rss li a.rsswidget {
    color:#8d8d8d
}

.footer_top .widget_meta > ul > li, .footer_top .widget_nav_menu ul li, .footer_top .widget_pages ul li, .footer_top .widget_recent_comments > ul > li, .footer_top .widget_recent_entries > ul > li {
    padding: 0;
    position:relative
}

.footer_top .widget_nav_menu ul li ul, .footer_top .widget_pages ul li ul {
    padding:0 0 0 10px
}

.footer_top .widget_meta > ul > li > a, .footer_top .widget_nav_menu ul li a, .footer_top .widget_pages > ul > li > a, .footer_top .widget_recent_comments > ul > li > a, .footer_top .widget_recent_entries > ul > li > a, .footer_top .widget_recent_entries > ul > li > span {
    display:block
}

.footer_bottom_holder {
    display: block;
    background-color:#f6f6f6
}

.footer_bottom {
    display: table-cell;
    text-align: center;
    line-height: 22px;
    height: 65px;
    width: 1%;
    vertical-align:middle
}

.footer_bottom p, .footer_bottom span, .footer_bottom ul li a {
    margin: 0;
    color:#393939
}

.footer_top .widget.widget_search form input[type=text] {
    width:70% !important
}

.footer_bottom ul {
    list-style: none;
    text-align:center
}

.footer_bottom ul .sub-menu {
    display:none
}

.footer_bottom ul li {
    display: inline-block;
    margin-right:20px
}

.footer_bottom ul li:last-child {
    margin-right:0
}

@media only screen and (max-width: 768px) {
    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .qodef-footer-top-column-1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .qodef-footer-top-column-2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .qodef-footer-top-column-3, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .qodef-footer-top-column-4 {
        text-align:left
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column3, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column4, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column3, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_25_75 .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_25_75 .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_33_66 .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_33_66 .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_66_33 .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_66_33 .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_75_25 .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_75_25 .column2 {
        width:100%
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column2 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column3 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column4 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column2 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column3 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_25_75 .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_25_75 .column2 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_33_66 .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_33_66 .column2 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column2 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_66_33 .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_66_33 .column2 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_75_25 .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_75_25 .column2 > .column_inner {
        padding:0
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column2 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column3 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column4 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column2 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column3 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_25_75 .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_25_75 .column2 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_33_66 .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_33_66 .column2 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column2 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_66_33 .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_66_33 .column2 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_75_25 .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_75_25 .column2 > .column_inner > div {
        margin-left: 0;
        margin-right:0
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column3, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column1 {
        margin:0 0 25px
    }
}

@media only screen and (max-width: 768px) and(min-width: 601px) {
    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column3, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column4 {
        width:50%
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column2 {
        margin:0 0 25px
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column3 {
        clear:both
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column3 > .column_inner {
        padding-left:0
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_768.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column3 > .column_inner > div {
        margin-left:0
    }
}

@media only screen and (max-width: 1024px) {
    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .qodef-footer-top-column-1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .qodef-footer-top-column-2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .qodef-footer-top-column-3, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .qodef-footer-top-column-4 {
        text-align:left
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column3, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column4, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column3, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_25_75 .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_25_75 .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_33_66 .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_33_66 .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_66_33 .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_66_33 .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_75_25 .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_75_25 .column2 {
        width:100%
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column2 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column3 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column4 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column2 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column3 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_25_75 .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_25_75 .column2 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_33_66 .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_33_66 .column2 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column2 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_66_33 .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_66_33 .column2 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_75_25 .column1 > .column_inner, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_75_25 .column2 > .column_inner {
        padding:0
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column2 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column3 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column4 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column2 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column3 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_25_75 .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_25_75 .column2 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_33_66 .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_33_66 .column2 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column2 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_66_33 .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_66_33 .column2 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_75_25 .column1 > .column_inner > div, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_75_25 .column2 > .column_inner > div {
        margin-left: 0;
        margin-right:0
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .four_columns .column3, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .three_columns .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_one_column .footer_top .two_columns_50_50 .column1 {
        margin:0 0 25px
    }
}

@media only screen and (max-width: 1024px) and(min-width: 601px) {
    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column2, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column3, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column4 {
        width:50%
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column1, .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column2 {
        margin:0 0 25px
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column3 {
        clear:both
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column3 > .column_inner {
        padding-left:0
    }

    .qode_footer_adv_responsiveness.qode_footer_adv_responsiveness_1024.qode_footer_adv_responsiveness_two_columns .footer_top .four_columns .column3 > .column_inner > div {
        margin-left:0
    }
}

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
    width:100%
}

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
    margin: 0 0 15px;
    padding: 10px 17px;
    border: 2px solid transparent;
    outline: 0;
    resize: none;
    font-family: inherit;
    line-height: 18px;
    background-color: #fff;
    color: #8d8d8d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.gform_wrapper input[type=button], .gform_wrapper input[type=submit], input.wpcf7-form-control.wpcf7-submit {
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    text-align: left;
    font-style: normal;
    text-decoration: none;
    text-shadow: none;
    cursor:pointer
}

textarea.wpcf7-form-control.wpcf7-textarea {
    padding:15px 17px
}

input.wpcf7-form-control.wpcf7-date:focus, input.wpcf7-form-control.wpcf7-number:focus, input.wpcf7-form-control.wpcf7-quiz:focus, input.wpcf7-form-control.wpcf7-text:focus, select.wpcf7-form-control.wpcf7-select:focus, textarea.wpcf7-form-control.wpcf7-textarea:focus {
    color: #393939;
    border-color:#e6ae48
}

input.wpcf7-form-control.wpcf7-quiz {
    margin-left:15px
}

span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox], span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio input[type=radio] {
    position: relative;
    top:2px
}

span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
    margin-left:5px
}

input.wpcf7-form-control.wpcf7-submit {
    position: relative;
    display: inline-block;
    width: auto;
    height: 37px;
    line-height: 37px;
    margin: 0;
    padding: 0 22px;
    border: 2px solid #e6ae48;
    font-size: 12px;
    font-weight: 700;
    font-family: inherit;
    color: #fff;
    background-color: #e6ae48;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    box-sizing:initial !important
}

input.wpcf7-form-control.wpcf7-submit[disabled] {
    color: #fff;
    border: 2px solid #e6ae48;
    cursor:not-allowed
}

input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    border: 2px solid #e6ae48;
    color:#fff
}

input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
    border-color: #e6ae48;
    background-color: transparent;
    color: #e6ae48;
    text-decoration:none
}

input.wpcf7-form-control.wpcf7-range {
    width:100%
}

.qode-field-holder {
    position:relative
}

input.wpcf7-form-control ~ .qode-focus-border {
    background-color: #000;
    bottom: 15px;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
    transition: width .4s ease;
    width:0
}

div.wpcf7-response-output.wpcf7-mail-sent-ok, div.wpcf7-response-output.wpcf7-validation-errors {
    background-color:#e6ae48
}

input.wpcf7-form-control:focus ~ .qode-focus-border {
    width:100%
}

div.wpcf7-response-output {
    position: relative;
    padding: 17px 30px 17px 55px;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border:none
}

div.wpcf7-response-output:before {
    font-family: FontAwesome, sans-serif;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
    position: absolute;
    left:25px
}

div.wpcf7-response-output.wpcf7-mail-sent-ok:before {
    content: "\f087"
}

div.wpcf7-response-output.wpcf7-validation-errors:before {
    content: "\f12a"
}

.wpcf7-form-control.wpcf7-submit, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    -webkit-appearance:none
}

.qodef-subscription-form {
    position:relative
}

.qodef-subscription-form input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0;
    top:0
}

.full_screen_holder {
    position: relative;
    display: block;
    z-index:100
}

.full_screen_inner {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    visibility:hidden
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 !important
}

.fp-slide {
    float:left
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display:block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition:all .3s ease-out
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    width:100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height:100%
}

.fp-slidesContainer {
    float: left;
    position:relative
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top:-28px
}

.content.content_top_margin .fp-controlArrow {
    margin-top:-78px
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 28.5px 24px 28.5px 0;
    border-color:transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 28.5px 0 28.5px 24px;
    border-color:transparent transparent transparent #fff
}

.fp-scrollable {
    overflow:scroll
}

.fp-easing {
    -webkit-transition: all .7s ease-out;
    transition:all .7s ease-out
}

.boxed.vertical_menu_enabled .full_screen_holder {
    padding-left:0
}

@media only screen and (max-width: 1000px) {
    .vertical_menu_enabled .full_screen_holder {
        padding-left:0
    }
}

.full_screen_navigation_holder {
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 10000;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}

.full_screen_navigation_holder.up_arrow {
    top:145px
}

.content.content_top_margin .full_screen_navigation_holder.up_arrow {
    top:45px !important
}

.full_screen_navigation_holder.down_arrow {
    position: fixed;
    bottom:45px
}

.full_screen_navigation_inner {
    position: relative;
    display: inline-block;
    vertical-align:middle
}

.full_screen_preloader, .full_screen_preloader .ajax_loader {
    position: absolute;
    display:block
}

.full_screen_navigation_inner a {
    display: block;
    color: #efe0c6;
    font-size: 50px;
    line-height:1em
}

.full_screen_navigation_inner a:hover {
    color:#eac786
}

.full_screen_navigation_inner span {
    font-size: inherit;
    color: inherit;
    line-height:inherit
}

.full_screen_preloader {
    height: 1200px;
    width: 100%;
    background-color: #1c1c1c;
    z-index:10001
}

.full_screen_sections_video {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #000;
    background-position: center center;
    background-size: contain;
    object-fit:cover
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-family: crete round, sans-serif;
    font-size: 28px !important;
    font-weight: inherit !important;
    font-style: italic;
    text-transform:inherit
}

.gform_wrapper .top_label .gfield_label {
    color: #8b8b8b;
    font-size: 13px;
    line-height: 1.538461538461538em !important;
    letter-spacing: 1px;
    font-weight: 700 !important;
    text-transform:uppercase
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .ginput_complex label, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
    font-family: inherit !important;
    letter-spacing:normal !important
}

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
    vertical-align:middle !important
}

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea {
    position: relative;
    padding: 10px 17px !important;
    outline: 0;
    resize: none;
    font-family: inherit !important;
    font-size: 11px !important;
    line-height: 18px;
    background-color: #fff;
    color: #8d8d8d;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.gform_wrapper .gfield_date_day input[type=text], .gform_wrapper .gfield_date_month input[type=text], .gform_wrapper .gfield_date_year input[type=text], .gform_wrapper .gfield_time_hour input[type=text], .gform_wrapper .gfield_time_minute input[type=text], .gform_wrapper ul.gfield_radio li input[type=text] {
    padding:5px 2px !important
}

.gform_wrapper textarea {
    padding:15px 17px !important
}

.gform_wrapper input[type=email]:focus, .gform_wrapper input[type=number]:focus, .gform_wrapper input[type=password]:focus, .gform_wrapper input[type=tel]:focus, .gform_wrapper input[type=text]:focus, .gform_wrapper input[type=url]:focus, .gform_wrapper textarea:focus {
    color: #393939;
    border-color:#e6ae48
}

.gform_wrapper input[type=text]:focus::-webkit-input-placeholder, .gform_wrapper textarea:focus::-webkit-input-placeholder {
    color:#8d8d8d
}

.gform_wrapper input[type=text]:focus:-moz-placeholder, .gform_wrapper textarea:focus:-moz-placeholder {
    color:#8d8d8d
}

.gform_wrapper input[type=text]:focus::-moz-placeholder, .gform_wrapper textarea:focus::-moz-placeholder {
    color:#8d8d8d
}

.gform_wrapper input[type=text]:focus:-ms-input-placeholder, .gform_wrapper textarea:focus:-ms-input-placeholder {
    color:#8d8d8d
}

.gform_wrapper select {
    font-size: 11px !important;
    background-color: #ededed;
    border: 1px solid transparent;
    outline: 0;
    color: inherit;
    font-family: inherit !important;
    padding: 9px 12px !important;
    height: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.gform_wrapper .gfield_time_ampm select {
    height: 30px;
    padding:6px !important
}

.gform_wrapper select[multiple] {
    height:90px
}

.gform_wrapper input[type=button], .gform_wrapper input[type=submit] {
    position: relative;
    display: inline-block;
    width: auto;
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0 16px;
    border: 2px solid #e6ae48;
    font-size: 10px;
    font-weight: 800;
    font-family: inherit;
    color: #fff;
    background-color: #e6ae48;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    border-radius: 0;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    box-sizing:initial !important
}

.gform_wrapper input[type=button]:hover, .gform_wrapper input[type=submit]:hover {
    color: #e6ae48;
    background-color: transparent;
    border-color:#e6ae48
}

.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn, .vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: 37px;
    line-height: 37px;
    margin: 0;
    padding: 0 22px;
    border: 2px solid #e6ae48;
    font-size: 11px;
    font-weight: 800;
    font-family: inherit;
    text-align: left;
    color: #fff;
    background-color: #e6ae48;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 2px;
    white-space: nowrap;
    border-radius: 0;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing:initial !important
}

.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn:hover, .vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn:hover {
    color: #e6ae48 !important;
    background-color: transparent;
    border-color:#e6ae48
}

.vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span, .vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span {
    border: 2px solid #a6a6a6;
    background-color:transparent !important
}

.vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span:hover, .vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot.active span, .vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span:hover, .vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot.active span {
    background-color: #393939 !important;
    border-color:#393939 !important
}

.vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
    border-radius:50%
}

.vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span, .vc_grid-container .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
    background-color:#393939 !important
}

.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list > li > a {
    position: relative;
    font-family: crete round, sans-serif;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 25px;
    padding: 0 !important;
    margin: 0;
    color: #a6a6a6;
    background-color: transparent;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    text-shadow: none;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    border:none
}

.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list > li.vc_grid-active > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list > li > a:hover {
    color:#393939
}

.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a {
    border: 2px solid #a6a6a6;
    line-height: 23px;
    margin-right:5px
}

.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li.vc_grid-active > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a:hover {
    border:2px solid #393939
}

.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a {
    border: 2px solid #fff;
    line-height: 23px;
    margin-right:5px
}

.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li.vc_grid-active > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a:hover {
    border:2px solid #fff
}

.vc_grid-container .vc_grid-pagination-list.vc_grid-pagination_rounded > li > a, .vc_grid-container .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a, .vc_grid-container .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a {
    border-radius: 30px !important;
    border:2px solid #a6a6a6
}

.vc_grid-container .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a {
    border: 2px solid #fff;
    color:#fff
}

.vc_grid-container .vc_grid-pagination-list.vc_grid-pagination_rounded > li.vc_grid-active > a, .vc_grid-container .vc_grid-pagination-list.vc_grid-pagination_rounded > li > a:hover, .vc_grid-container .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li.vc_grid-active > a, .vc_grid-container .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a:hover {
    border:2px solid #393939
}

.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a {
    border-radius: 0 !important;
    border:2px solid #a6a6a6
}

.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a {
    color: #fff;
    border:2px solid #fff
}

.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li.vc_grid-active > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > a:hover, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li.vc_grid-active > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a:hover {
    border:2px solid #393939
}

.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a {
    border:2px solid #a6a6a6
}

.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li.vc_grid-active > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a:hover, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li.vc_grid-active > a, .vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a:hover {
    border:2px solid #393939
}

.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a {
    border:2px solid #fff
}

.vc_grid.vc_row.vc_grid-gutter-30px {
    margin-bottom:0 !important
}

.vc_grid-container .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item {
    border:none !important
}

.vc_grid-container .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .vc_grid-container .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
    background:0 0
}

.vc_row.qode-row-background-animation-from-right {
    background-position: 120vw center;
    -webkit-transition: background-position 1.3s cubic-bezier(0, .5, .5, 1) .2s;
    -moz-transition: background-position 1.3s cubic-bezier(0, .5, .5, 1) .2s;
    transition:background-position 1.3s cubic-bezier(0, .5, .5, 1) .2s
}

.vc_row.qode-row-background-animation-from-left {
    background-position: -120vw center;
    -webkit-transition: background-position 1.3s cubic-bezier(0, .5, .5, 1) .2s;
    -moz-transition: background-position 1.3s cubic-bezier(0, .5, .5, 1) .2s;
    transition:background-position 1.3s cubic-bezier(0, .5, .5, 1) .2s
}

.vc_row.qode-row-background-animation-from-left.animate, .vc_row.qode-row-background-animation-from-right.animate {
    background-position:center center
}

.qode_instagram_feed {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    width:100%
}

.qode_instagram_feed li {
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.qode_instagram_feed li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width:100%
}

.qode_instagram_feed li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition:opacity .3s ease-out
}

.qode_instagram_feed li a:hover:before {
    opacity:.2
}

.qode_instagram_feed li img {
    display: block;
    max-width:100%
}

.qode_instagram_feed.col_8 li {
    width:12.5%
}

.qode_instagram_feed.col_7 li {
    width:14.285%
}

.qode_instagram_feed.col_6 li {
    width:16.66666666666667%
}

.qode_instagram_feed.col_5 li {
    width:20%
}

.qode_instagram_feed.col_4 li {
    width:25%
}

.qode_instagram_feed.col_3 li {
    width:33.33%
}

.qode_instagram_feed.col_2 li {
    width:50%
}

.content_bottom .qode_instagram_feed li {
    padding: 0;
    margin:0
}

.qode_twitter_widget li {
    margin-bottom: 13px;
    position: relative;
    box-sizing:border-box
}

.qode_twitter_widget li .tweet_icon_holder {
    position: absolute;
    top:5px
}

.qode_twitter_widget li .tweet_icon_holder .social_twitter {
    font-size: 18px;
    color: #e6ae48;
    font-family:ElegantIcons
}

.qode_twitter_widget li .tweet_content_holder {
    padding-left:33px
}

.qode_twitter_shortcode {
    list-style:none
}

.qode_twitter_shortcode .qode_twitter_holder {
    margin: 0 auto;
    text-align:center
}

.default_template_holder .qode_twitter_shortcode .qode_twitter_holder {
    width:80%
}

.qode_twitter_shortcode .qode_twitter_holder .tweet_icon_holder {
    font-size: 48px;
    color: #e6ae48;
    margin-bottom:55px
}

.qode_twitter_shortcode .qode_twitter_holder .qode_tweet_text_holder {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 40px;
    margin-bottom:55px
}

.qode_twitter_shortcode .qode_twitter_holder .qode_tweet_time {
    font-size:12px
}

.qode_twitter_shortcode .qode_twitter_holder .qode_tweet_text a {
    color:#393939
}

.qode_twitter_shortcode .qode_twitter_holder .qode_tweet_text a:hover {
    color:#e6ae48
}

.qode_twitter_shortcode .qode_twitter_holder .qode_tweet_author {
    font-size: 14px;
    color:#393939
}

.qode_twitter_shortcode .qode_twitter_holder .qode_tweet_author a {
    color:#393939
}

.qode_twitter_shortcode .qode_twitter_holder .qode_tweet_author a:hover {
    color:#e6ae48
}

.qode_twitter_shortcode .flex-direction-nav a {
    background-color: transparent;
    font-size: 48px;
    color: #393939;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform:translateY(-50%)
}

.qode_twitter_shortcode .flex-direction-nav a.flex-prev {
    left:5%
}

.qode_twitter_shortcode .flex-direction-nav a.flex-next {
    right:5%
}

.qode_twitter_shortcode .flex-control-paging li a {
    display: inline-block;
    text-indent: -5000px;
    width: 8px;
    height: 8px;
    position: relative;
    margin-right: 7px;
    background-color: #d6d6d6;
    border-radius:3em
}

.qode_twitter_shortcode .flex-control-paging {
    display: block;
    text-align: center;
    margin-top:41px
}

.qode_twitter_shortcode .flex-control-paging li {
    display:inline-block
}

.qode_twitter_shortcode .flex-control-paging li a.flex-active {
    background-color:#393939
}

@-webkit-keyframes justified-gallery-show-caption-animation {
    from {
        opacity:0
    }

    to {
        opacity:.7
    }
}

@-moz-keyframes justified-gallery-show-caption-animation {
    from {
        opacity:0
    }

    to {
        opacity:.7
    }
}

@-o-keyframes justified-gallery-show-caption-animation {
    from {
        opacity:0
    }

    to {
        opacity:.7
    }
}

@keyframes justified-gallery-show-caption-animation {
    from {
        opacity:0
    }

    to {
        opacity:.7
    }
}

@-webkit-keyframes justified-gallery-show-entry-animation {
    from {
        opacity:0
    }

    to {
        opacity:1
    }
}

@-moz-keyframes justified-gallery-show-entry-animation {
    from {
        opacity:0
    }

    to {
        opacity:1
    }
}

@-o-keyframes justified-gallery-show-entry-animation {
    from {
        opacity:0
    }

    to {
        opacity:1
    }
}

@keyframes justified-gallery-show-entry-animation {
    from {
        opacity:0
    }

    to {
        opacity:1
    }
}

.justified-gallery {
    width: 100%;
    position: relative;
    overflow:hidden
}

.justified-gallery > a, .justified-gallery > div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    filter:alpha(opacity=0)
}

.justified-gallery > a > a > img, .justified-gallery > a > img, .justified-gallery > div > a > img, .justified-gallery > div > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border:0
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family:sans-serif
}

.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
    display: initial;
    opacity: .7;
    filter: "alpha(opacity=70)";
    -webkit-animation: justified-gallery-show-caption-animation .5s 0 ease;
    -moz-animation: justified-gallery-show-caption-animation .5s 0 ease;
    -ms-animation:justified-gallery-show-caption-animation .5s 0 ease
}

.justified-gallery > .entry-visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: justified-gallery-show-entry-animation .5s 0 ease;
    -moz-animation: justified-gallery-show-entry-animation .5s 0 ease;
    -ms-animation:justified-gallery-show-entry-animation .5s 0 ease
}

.justified-gallery > .jg-filtered {
    display:none
}

.justified-gallery > .spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%;
    opacity: initial;
    filter: initial;
    overflow:initial
}

.justified-gallery > .spinner > span {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #000;
    border-radius:6px
}

.justified-gallery > article {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    filter:alpha(opacity=0)
}

.justified-gallery > article a img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border:0
}

.portfolio_justified_gallery {
    opacity: 0;
    -ms-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    transition:opacity .5s ease
}

.portfolio_justified_gallery .projects_holder article .portfolio_shader {
    -webkit-transition: opacity .5s cubic-bezier(.43, .53, .48, 1.01);
    transition:opacity .5s cubic-bezier(.43, .53, .48, 1.01)
}

.q_elements_holder {
    width: 100%;
    display: table;
    table-layout:fixed
}

.q_elements_holder .q_elements_item {
    display: table-cell;
    vertical-align: middle;
    height:100%
}

.q_elements_holder .q_elements_item_inner {
    width:100%
}

.q_elements_holder.two_columns .q_elements_item {
    width:50%
}

.q_elements_holder.three_columns .q_elements_item {
    width:33.33333333333333%
}

.q_elements_holder.four_columns .q_elements_item {
    width:25%
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode:both
}

.owl-carousel .owl-animated-in {
    z-index:0
}

.owl-animated-out, .owl-carousel .owl-animated-out {
    z-index:1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name:fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity:1
    }

    100% {
        opacity:0
    }
}

@keyframes fadeOut {
    0% {
        opacity:1
    }

    100% {
        opacity:0
    }
}

.owl-animated-in {
    z-index:0
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name:fadeIn
}

@-webkit-keyframes fadeIn {
    0% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

@keyframes fadeIn {
    0% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition:height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index:1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action:pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height:0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform:translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none
}

.owl-carousel.owl-loaded {
    display:block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display:block
}

.owl-carousel .owl-refresh .owl-item, .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn, .side_menu .qode-sub-menu-closed {
    display:none
}

.owl-carousel.owl-hidden {
    opacity:0
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style:preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select:auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor:grab
}

.owl-carousel.owl-rtl {
    direction:rtl
}

.owl-carousel.owl-rtl .owl-item {
    float:right
}

.no-js .owl-carousel {
    display:block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition:opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background:#000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/wp-content/themes/stockholm/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition:scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition:scale(1.3, 1.3)
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition:opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index:1
}

.qodef-two-columns-form-without-space .qodef-column-left {
    display: table-cell;
    width: 99%;
    vertical-align:top
}

.qodef-two-columns-form-without-space .qodef-column-right {
    display: table-cell;
    width: 1%;
    text-align: left;
    vertical-align:top
}

.qodef-two-columns-form-with-space .qodef-column-left {
    display: table-cell;
    width: 99%;
    vertical-align: top;
    padding: 0 10px 0 0;
    box-sizing:border-box
}

.qodef-two-columns-form-with-space .qodef-column-right {
    display: table-cell;
    width: 1%;
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 10px;
    box-sizing:border-box
}

.qodef-no-space.qodef-disable-bottom-space {
    margin-bottom:0
}

.qodef-no-space .qodef-outer-space {
    margin:0
}

.qodef-no-space .qodef-outer-space .qodef-item-space {
    padding: 0;
    margin:0
}

.qodef-no-space.qodef-disable-item-bottom-space .qodef-item-space {
    margin:0
}

.qodef-tiny-space.qodef-disable-bottom-space {
    margin-bottom:-10px
}

.qodef-tiny-space .qodef-outer-space {
    margin:0 -5px
}

.qodef-tiny-space .qodef-outer-space .qodef-item-space {
    padding: 0 5px;
    margin:0 0 10px
}

.qodef-tiny-space.qodef-disable-item-bottom-space .qodef-item-space {
    margin:0
}

.qodef-small-space.qodef-disable-bottom-space {
    margin-bottom:-20px
}

.qodef-small-space .qodef-outer-space {
    margin:0 -10px
}

.qodef-small-space .qodef-outer-space .qodef-item-space {
    padding: 0 10px;
    margin:0 0 20px
}

.qodef-small-space.qodef-disable-item-bottom-space .qodef-item-space {
    margin:0
}

.qodef-normal-space.qodef-disable-bottom-space {
    margin-bottom:-30px
}

.qodef-normal-space .qodef-outer-space {
    margin:0 -15px
}

.qodef-normal-space .qodef-outer-space .qodef-item-space {
    padding: 0 15px;
    margin:0 0 30px
}

.qodef-normal-space.qodef-disable-item-bottom-space .qodef-item-space {
    margin:0
}

.qodef-medium-space.qodef-disable-bottom-space {
    margin-bottom:-40px
}

.qodef-medium-space .qodef-outer-space {
    margin:0 -20px
}

.qodef-medium-space .qodef-outer-space .qodef-item-space {
    padding: 0 20px;
    margin:0 0 40px
}

.qodef-medium-space.qodef-disable-item-bottom-space .qodef-item-space {
    margin:0
}

.qodef-large-space.qodef-disable-bottom-space {
    margin-bottom:-50px
}

.qodef-large-space .qodef-outer-space {
    margin:0 -25px
}

.qodef-large-space .qodef-outer-space .qodef-item-space {
    padding: 0 25px;
    margin:0 0 50px
}

.qodef-large-space.qodef-disable-item-bottom-space .qodef-item-space {
    margin:0
}

.qodef-huge-space.qodef-disable-bottom-space {
    margin-bottom:-80px
}

.qodef-huge-space .qodef-outer-space {
    margin:0 -40px
}

.qodef-huge-space .qodef-outer-space .qodef-item-space {
    padding: 0 40px;
    margin:0 0 80px
}

.qodef-huge-space.qodef-disable-item-bottom-space .qodef-item-space {
    margin:0
}

.qodef-grid-row {
    margin-left: -15px;
    margin-right:-15px
}

.qodef-grid-no-gutter {
    margin-left: 0;
    margin-right:0
}

.qodef-grid-no-gutter > div {
    padding-left: 0;
    padding-right:0
}

.qodef-grid-tiny-gutter {
    margin-left: -5px;
    margin-right:-5px
}

.qodef-grid-tiny-gutter > div {
    padding-left: 5px;
    padding-right:5px
}

.qodef-grid-small-gutter {
    margin-left: -10px;
    margin-right:-10px
}

.qodef-grid-small-gutter > div {
    padding-left: 10px;
    padding-right:10px
}

.qodef-grid-normal-gutter {
    margin-left: -15px;
    margin-right:-15px
}

.qodef-grid-normal-gutter > div {
    padding-left: 15px;
    padding-right:15px
}

.qodef-grid-medium-gutter {
    margin-left: -20px;
    margin-right:-20px
}

.qodef-grid-medium-gutter > div {
    padding-left: 20px;
    padding-right:20px
}

.qodef-grid-large-gutter {
    margin-left: -25px;
    margin-right:-25px
}

.qodef-grid-large-gutter > div {
    padding-left: 25px;
    padding-right:25px
}

.qodef-grid-huge-gutter {
    margin-left: -40px;
    margin-right:-40px
}

.qodef-grid-huge-gutter > div {
    padding-left: 40px;
    padding-right:40px
}

.qodef-grid-col-1, .qodef-grid-col-10, .qodef-grid-col-11, .qodef-grid-col-12, .qodef-grid-col-2, .qodef-grid-col-3, .qodef-grid-col-4, .qodef-grid-col-5, .qodef-grid-col-6, .qodef-grid-col-7, .qodef-grid-col-8, .qodef-grid-col-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing:border-box
}

.qodef-grid-col-1 {
    float: left;
    width:8.33333%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-1 {
        width: 100%;
        float:none
    }
}

.qodef-grid-col-2 {
    float: left;
    width:16.66667%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-2 {
        width: 100%;
        float:none
    }
}

.qodef-grid-col-3 {
    float: left;
    width:25%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-3 {
        width: 100%;
        float:none
    }
}

.qodef-grid-col-4 {
    float: left;
    width:33.33333%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-4 {
        width: 100%;
        float:none
    }
}

.qodef-grid-col-5 {
    float: left;
    width:41.66667%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-5 {
        width: 100%;
        float:none
    }
}

.qodef-grid-col-6 {
    float: left;
    width:50%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-6 {
        width: 100%;
        float:none
    }
}

.qodef-grid-col-7 {
    float: left;
    width:58.33333%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-7 {
        width: 100%;
        float:none
    }
}

.qodef-grid-col-8 {
    float: left;
    width:66.66667%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-8 {
        width: 100%;
        float:none
    }
}

.qodef-grid-col-9 {
    float: left;
    width:75%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-9 {
        width: 100%;
        float:none
    }
}

.qodef-grid-col-10 {
    float: left;
    width:83.33333%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-10 {
        width: 100%;
        float:none
    }
}

.qodef-grid-col-11 {
    float: left;
    width:91.66667%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-11 {
        width: 100%;
        float:none
    }
}

.qodef-grid-col-12 {
    float: left;
    width:100%
}

.qodef-grid-col-push-1 {
    left:8.33333%
}

.qodef-grid-col-pull-1 {
    right:8.33333%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-12 {
        width: 100%;
        float:none
    }

    .qodef-grid-col-push-1 {
        left:0
    }

    .qodef-grid-col-pull-1 {
        right:0
    }
}

.qodef-grid-col-push-2 {
    left:16.66667%
}

.qodef-grid-col-pull-2 {
    right:16.66667%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-push-2 {
        left:0
    }

    .qodef-grid-col-pull-2 {
        right:0
    }
}

.qodef-grid-col-push-3 {
    left:25%
}

.qodef-grid-col-pull-3 {
    right:25%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-push-3 {
        left:0
    }

    .qodef-grid-col-pull-3 {
        right:0
    }
}

.qodef-grid-col-push-4 {
    left:33.33333%
}

.qodef-grid-col-pull-4 {
    right:33.33333%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-push-4 {
        left:0
    }

    .qodef-grid-col-pull-4 {
        right:0
    }
}

.qodef-grid-col-push-5 {
    left:41.66667%
}

.qodef-grid-col-pull-5 {
    right:41.66667%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-push-5 {
        left:0
    }

    .qodef-grid-col-pull-5 {
        right:0
    }
}

.qodef-grid-col-push-6 {
    left:50%
}

.qodef-grid-col-pull-6 {
    right:50%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-push-6 {
        left:0
    }

    .qodef-grid-col-pull-6 {
        right:0
    }
}

.qodef-grid-col-push-7 {
    left:58.33333%
}

.qodef-grid-col-pull-7 {
    right:58.33333%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-push-7 {
        left:0
    }

    .qodef-grid-col-pull-7 {
        right:0
    }
}

.qodef-grid-col-push-8 {
    left:66.66667%
}

.qodef-grid-col-pull-8 {
    right:66.66667%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-push-8 {
        left:0
    }

    .qodef-grid-col-pull-8 {
        right:0
    }
}

.qodef-grid-col-push-9 {
    left:75%
}

.qodef-grid-col-pull-9 {
    right:75%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-push-9 {
        left:0
    }

    .qodef-grid-col-pull-9 {
        right:0
    }
}

.qodef-grid-col-push-10 {
    left:83.33333%
}

.qodef-grid-col-pull-10 {
    right:83.33333%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-push-10 {
        left:0
    }

    .qodef-grid-col-pull-10 {
        right:0
    }
}

.qodef-grid-col-push-11 {
    left:91.66667%
}

.qodef-grid-col-pull-11 {
    right:91.66667%
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-push-11 {
        left:0
    }

    .qodef-grid-col-pull-11 {
        right:0
    }
}

.qodef-grid-col-push-12 {
    left:100%
}

.qodef-grid-col-pull-12 {
    right:100%
}

@media only screen and (max-width: 1400px) {
    .qodef-grid-col-laptop-landscape-large-1 {
        width: 8.33333%;
        float:left
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-grid-col-laptop-landscape-medium-1 {
        width: 8.33333%;
        float:left
    }
}

@media only screen and (max-width: 1200px) {
    .qodef-grid-col-laptop-landscape-1 {
        width: 8.33333%;
        float:left
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-push-12 {
        left:0
    }

    .qodef-grid-col-pull-12 {
        right:0
    }

    .qodef-grid-col-ipad-landscape-1 {
        width: 8.33333%;
        float:left
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid-col-ipad-portrait-1 {
        width: 8.33333%;
        float:left
    }
}

@media only screen and (max-width: 600px) {
    .qodef-grid-col-phone-landscape-1 {
        width: 8.33333%;
        float:left
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid-col-phone-portrait-1 {
        width: 8.33333%;
        float:left
    }
}

@media only screen and (max-width: 320px) {
    .qodef-grid-col-smaller-phone-portrait-1 {
        width: 8.33333%;
        float:left
    }

    .qodef-grid-col-smaller-phone-portrait-2 {
        width: 16.66667%;
        float:left
    }
}

@media only screen and (max-width: 1400px) {
    .qodef-grid-col-laptop-landscape-large-2 {
        width: 16.66667%;
        float:left
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-grid-col-laptop-landscape-medium-2 {
        width: 16.66667%;
        float:left
    }
}

@media only screen and (max-width: 1200px) {
    .qodef-grid-col-laptop-landscape-2 {
        width: 16.66667%;
        float:left
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-ipad-landscape-2 {
        width: 16.66667%;
        float:left
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid-col-ipad-portrait-2 {
        width: 16.66667%;
        float:left
    }
}

@media only screen and (max-width: 600px) {
    .qodef-grid-col-phone-landscape-2 {
        width: 16.66667%;
        float:left
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid-col-phone-portrait-2 {
        width: 16.66667%;
        float:left
    }

    .qodef-grid-col-phone-portrait-3 {
        width: 25%;
        float:left
    }
}

@media only screen and (max-width: 1400px) {
    .qodef-grid-col-laptop-landscape-large-3 {
        width: 25%;
        float:left
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-grid-col-laptop-landscape-medium-3 {
        width: 25%;
        float:left
    }
}

@media only screen and (max-width: 1200px) {
    .qodef-grid-col-laptop-landscape-3 {
        width: 25%;
        float:left
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-ipad-landscape-3 {
        width: 25%;
        float:left
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid-col-ipad-portrait-3 {
        width: 25%;
        float:left
    }
}

@media only screen and (max-width: 600px) {
    .qodef-grid-col-phone-landscape-3 {
        width: 25%;
        float:left
    }
}

@media only screen and (max-width: 320px) {
    .qodef-grid-col-smaller-phone-portrait-3 {
        width: 25%;
        float:left
    }

    .qodef-grid-col-smaller-phone-portrait-4 {
        width: 33.33333%;
        float:left
    }
}

@media only screen and (max-width: 1400px) {
    .qodef-grid-col-laptop-landscape-large-4 {
        width: 33.33333%;
        float:left
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-grid-col-laptop-landscape-medium-4 {
        width: 33.33333%;
        float:left
    }
}

@media only screen and (max-width: 1200px) {
    .qodef-grid-col-laptop-landscape-4 {
        width: 33.33333%;
        float:left
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-ipad-landscape-4 {
        width: 33.33333%;
        float:left
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid-col-ipad-portrait-4 {
        width: 33.33333%;
        float:left
    }
}

@media only screen and (max-width: 600px) {
    .qodef-grid-col-phone-landscape-4 {
        width: 33.33333%;
        float:left
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid-col-phone-portrait-4 {
        width: 33.33333%;
        float:left
    }

    .qodef-grid-col-phone-portrait-5 {
        width: 41.66667%;
        float:left
    }
}

@media only screen and (max-width: 1400px) {
    .qodef-grid-col-laptop-landscape-large-5 {
        width: 41.66667%;
        float:left
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-grid-col-laptop-landscape-medium-5 {
        width: 41.66667%;
        float:left
    }
}

@media only screen and (max-width: 1200px) {
    .qodef-grid-col-laptop-landscape-5 {
        width: 41.66667%;
        float:left
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-ipad-landscape-5 {
        width: 41.66667%;
        float:left
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid-col-ipad-portrait-5 {
        width: 41.66667%;
        float:left
    }
}

@media only screen and (max-width: 600px) {
    .qodef-grid-col-phone-landscape-5 {
        width: 41.66667%;
        float:left
    }
}

@media only screen and (max-width: 320px) {
    .qodef-grid-col-smaller-phone-portrait-5 {
        width: 41.66667%;
        float:left
    }

    .qodef-grid-col-smaller-phone-portrait-6 {
        width: 50%;
        float:left
    }
}

@media only screen and (max-width: 1400px) {
    .qodef-grid-col-laptop-landscape-large-6 {
        width: 50%;
        float:left
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-grid-col-laptop-landscape-medium-6 {
        width: 50%;
        float:left
    }
}

@media only screen and (max-width: 1200px) {
    .qodef-grid-col-laptop-landscape-6 {
        width: 50%;
        float:left
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-ipad-landscape-6 {
        width: 50%;
        float:left
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid-col-ipad-portrait-6 {
        width: 50%;
        float:left
    }
}

@media only screen and (max-width: 600px) {
    .qodef-grid-col-phone-landscape-6 {
        width: 50%;
        float:left
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid-col-phone-portrait-6 {
        width: 50%;
        float:left
    }

    .qodef-grid-col-phone-portrait-7 {
        width: 58.33333%;
        float:left
    }
}

@media only screen and (max-width: 1400px) {
    .qodef-grid-col-laptop-landscape-large-7 {
        width: 58.33333%;
        float:left
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-grid-col-laptop-landscape-medium-7 {
        width: 58.33333%;
        float:left
    }
}

@media only screen and (max-width: 1200px) {
    .qodef-grid-col-laptop-landscape-7 {
        width: 58.33333%;
        float:left
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-ipad-landscape-7 {
        width: 58.33333%;
        float:left
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid-col-ipad-portrait-7 {
        width: 58.33333%;
        float:left
    }
}

@media only screen and (max-width: 600px) {
    .qodef-grid-col-phone-landscape-7 {
        width: 58.33333%;
        float:left
    }
}

@media only screen and (max-width: 320px) {
    .qodef-grid-col-smaller-phone-portrait-7 {
        width: 58.33333%;
        float:left
    }

    .qodef-grid-col-smaller-phone-portrait-8 {
        width: 66.66667%;
        float:left
    }
}

@media only screen and (max-width: 1400px) {
    .qodef-grid-col-laptop-landscape-large-8 {
        width: 66.66667%;
        float:left
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-grid-col-laptop-landscape-medium-8 {
        width: 66.66667%;
        float:left
    }
}

@media only screen and (max-width: 1200px) {
    .qodef-grid-col-laptop-landscape-8 {
        width: 66.66667%;
        float:left
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-ipad-landscape-8 {
        width: 66.66667%;
        float:left
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid-col-ipad-portrait-8 {
        width: 66.66667%;
        float:left
    }
}

@media only screen and (max-width: 600px) {
    .qodef-grid-col-phone-landscape-8 {
        width: 66.66667%;
        float:left
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid-col-phone-portrait-8 {
        width: 66.66667%;
        float:left
    }

    .qodef-grid-col-phone-portrait-9 {
        width: 75%;
        float:left
    }
}

@media only screen and (max-width: 1400px) {
    .qodef-grid-col-laptop-landscape-large-9 {
        width: 75%;
        float:left
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-grid-col-laptop-landscape-medium-9 {
        width: 75%;
        float:left
    }
}

@media only screen and (max-width: 1200px) {
    .qodef-grid-col-laptop-landscape-9 {
        width: 75%;
        float:left
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-ipad-landscape-9 {
        width: 75%;
        float:left
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid-col-ipad-portrait-9 {
        width: 75%;
        float:left
    }
}

@media only screen and (max-width: 600px) {
    .qodef-grid-col-phone-landscape-9 {
        width: 75%;
        float:left
    }
}

@media only screen and (max-width: 320px) {
    .qodef-grid-col-smaller-phone-portrait-9 {
        width: 75%;
        float:left
    }

    .qodef-grid-col-smaller-phone-portrait-10 {
        width: 83.33333%;
        float:left
    }
}

@media only screen and (max-width: 1400px) {
    .qodef-grid-col-laptop-landscape-large-10 {
        width: 83.33333%;
        float:left
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-grid-col-laptop-landscape-medium-10 {
        width: 83.33333%;
        float:left
    }
}

@media only screen and (max-width: 1200px) {
    .qodef-grid-col-laptop-landscape-10 {
        width: 83.33333%;
        float:left
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-ipad-landscape-10 {
        width: 83.33333%;
        float:left
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid-col-ipad-portrait-10 {
        width: 83.33333%;
        float:left
    }
}

@media only screen and (max-width: 600px) {
    .qodef-grid-col-phone-landscape-10 {
        width: 83.33333%;
        float:left
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid-col-phone-portrait-10 {
        width: 83.33333%;
        float:left
    }

    .qodef-grid-col-phone-portrait-11 {
        width: 91.66667%;
        float:left
    }
}

@media only screen and (max-width: 1400px) {
    .qodef-grid-col-laptop-landscape-large-11 {
        width: 91.66667%;
        float:left
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-grid-col-laptop-landscape-medium-11 {
        width: 91.66667%;
        float:left
    }
}

@media only screen and (max-width: 1200px) {
    .qodef-grid-col-laptop-landscape-11 {
        width: 91.66667%;
        float:left
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-ipad-landscape-11 {
        width: 91.66667%;
        float:left
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid-col-ipad-portrait-11 {
        width: 91.66667%;
        float:left
    }
}

@media only screen and (max-width: 600px) {
    .qodef-grid-col-phone-landscape-11 {
        width: 91.66667%;
        float:left
    }
}

@media only screen and (max-width: 320px) {
    .qodef-grid-col-smaller-phone-portrait-11 {
        width: 91.66667%;
        float:left
    }

    .qodef-grid-col-smaller-phone-portrait-12 {
        width: 100%;
        float:none
    }
}

@media only screen and (max-width: 1400px) {
    .qodef-grid-col-laptop-landscape-large-12 {
        width: 100%;
        float:none
    }
}

@media only screen and (max-width: 1280px) {
    .qodef-grid-col-laptop-landscape-medium-12 {
        width: 100%;
        float:none
    }
}

@media only screen and (max-width: 1200px) {
    .qodef-grid-col-laptop-landscape-12 {
        width: 100%;
        float:none
    }
}

@media only screen and (max-width: 1024px) {
    .qodef-grid-col-ipad-landscape-12 {
        width: 100%;
        float:none
    }
}

@media only screen and (max-width: 768px) {
    .qodef-grid-col-ipad-portrait-12 {
        width: 100%;
        float:none
    }
}

@media only screen and (max-width: 600px) {
    .qodef-grid-col-phone-landscape-12 {
        width: 100%;
        float:none
    }
}

@media only screen and (max-width: 480px) {
    .qodef-grid-col-phone-portrait-12 {
        width: 100%;
        float:none
    }
}

.qode-audio-blog-list .qode-abl-post {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 75px 15%;
    border-bottom:1px solid #dedede
}

.qode-audio-blog-list .qode-abl-post:last-child {
    border:0
}

.qode-audio-blog-list .qode-abl-post-image {
    flex: 0 0 245px;
    margin-right:55px
}

.qode-audio-blog-list .qode-abl-info {
    margin-bottom:5px
}

.qode-audio-blog-list .qode-abl-info span {
    text-transform:uppercase
}

.qode-audio-blog-list .qode-abl-info span a {
    color:inherit
}

.qode-audio-blog-list .qode-abl-info span:after {
    content: "·";
    position: relative;
    display: inline-block;
    margin:0 10px
}

.qode-audio-blog-list .qode-abl-info span:last-child:after {
    display:none
}

.qode-audio-blog-list .qode-abl-post-title {
    margin-bottom:15px
}

.qode-audio-blog-list .qode-abl-post-excerpt {
    margin-bottom:30px
}

.qode-audio-blog-list .qode-abl-post-link {
    text-transform: uppercase;
    color:inherit
}

.qode-audio-blog-list .qode-abl-post-link i {
    font-size: 24px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    top:3px
}

.qode-simple-blog-list .qode-sbl-posts-holder {
    margin:0 -17px
}

.qode-simple-blog-list .qode-sbl-post {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    float: left;
    padding: 0 17px 30px;
    width:33.33%
}

.qode-simple-blog-list .qode-sbl-post .qode-sbl-post-title {
    margin-bottom:17px
}

.qode-simple-blog-list .qode-sbl-post .qode-sbl-post-excerpt {
    margin: 0 0 31px;
    padding:0
}

.qode-simple-blog-list .qode-sbl-post .qode-sbl-category {
    position: relative;
    margin-bottom: 14px;
    padding-left:44px
}

.qode-simple-blog-list .qode-sbl-post .qode-sbl-category:before {
    content: ' ';
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 2px;
    top: 50%;
    left: 0;
    background-color:currentColor
}

.qode-simple-blog-list.qode-sbl-4-columns .qode-sbl-post {
    width:25%
}

.qode-simple-blog-list.qode-sbl-4-columns .qode-sbl-post:nth-child(3n + 1) {
    clear:none
}

.qode-simple-blog-list.qode-sbl-4-columns .qode-sbl-post:nth-child(4n + 1) {
    clear:both
}

.qode-simple-blog-list.qode-sbl-5-columns .qode-sbl-post {
    width:20%
}

.qode-simple-blog-list.qode-sbl-5-columns .qode-sbl-post:nth-child(3n + 1) {
    clear:none
}

.qode-simple-blog-list.qode-sbl-5-columns .qode-sbl-post:nth-child(5n + 1) {
    clear:both
}

.no-touch .qode-simple-blog-list.qode-sbl-animated .qode-sbl-post {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform:translateY(50px)
}

.no-touch .qode-simple-blog-list.qode-sbl-animated .qode-sbl-post.qode-appear {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .6s cubic-bezier(.34, .52, .57, 1.04);
    -moz-transition: all .6s cubic-bezier(.34, .52, .57, 1.04);
    transition:all .6s cubic-bezier(.34, .52, .57, 1.04)
}

.no-touch .qode-simple-blog-list.qode-sbl-animated .qode-sbl-post.qode-appear.qode-appeared {
    -webkit-transition: none;
    -moz-transition: none;
    transition:none
}

.qode-simple-blog-list.qode-sbl-animated .qode-sbl-post {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform:translateY(50px)
}

.qode-simple-blog-list.qode-sbl-animated .qode-sbl-post.qode-appear {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .6s cubic-bezier(.34, .52, .57, 1.04);
    -moz-transition: all .6s cubic-bezier(.34, .52, .57, 1.04);
    transition:all .6s cubic-bezier(.34, .52, .57, 1.04)
}

.qode-centered-portfolio-carousel .qode-cpc-post-image a {
    display: block;
    position:relative
}

.qode-centered-portfolio-carousel .qode-cpc-post-image .qode-cpc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .2;
    z-index: 10;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out
}

.qode-centered-portfolio-carousel .qode-cpc-post-title {
    margin:4px 0 0
}

.qode-centered-portfolio-carousel .owl-item.center .qode-cpc-overlay {
    opacity:0
}

.qode-centered-portfolio-carousel.qode-owl-slider .owl-nav .owl-prev {
    left:20px
}

.qode-centered-portfolio-carousel.qode-owl-slider .owl-nav .owl-next {
    right:20px
}

.qode-image-with-overlapping-info {
    position:relative
}

.qode-image-with-overlapping-info .qode-iwoi-image-holder {
    padding-right: 24.5%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition:opacity .5s ease-in-out
}

.qode-image-with-overlapping-info .qode-iwoi-image-holder.qode-appear {
    opacity:1
}

.qode-image-with-overlapping-info .qode-iwoi-info-holder {
    position: relative;
    left: calc(91% - 550px);
    margin-top: -21%;
    width: 550px;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #c4c4c4;
    padding: 69px 77px 61px 80px;
    opacity: 0;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all .6s cubic-bezier(.34, .52, .57, 1.04);
    -moz-transition: all .6s cubic-bezier(.34, .52, .57, 1.04);
    transition:all .6s cubic-bezier(.34, .52, .57, 1.04)
}

.qode-image-with-overlapping-info .qode-iwoi-info-holder .qode-iwoi-text {
    margin-top:24px
}

.qode-image-with-overlapping-info .qode-iwoi-info-holder .qode-iwoi-link {
    margin-top:140px
}

.qode-image-with-overlapping-info .qode-iwoi-info-holder.qode-appear {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform:translateY(0)
}

.qodef-google-map-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:middle
}

.qodef-google-map, .qodef-google-map embed, .qodef-google-map iframe, .qodef-google-map object {
    display: block;
    width:100%
}

.qodef-google-map {
    height:300px
}

.qodef-google-map img {
    max-width:none
}

.qodef-google-map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index:1000
}

.qode-interactive-image {
    position: relative;
    display:inline-block
}

.qode-interactive-image .qode-ii-image-holder img {
    position: relative;
    display:block
}

.qode-interactive-image .qode-ii-info-holder {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding:20px 20px 0
}

.qode-interactive-image .qode-ii-info-holder .qode-ii-info-holder-inner {
    -webkit-transition: top .3s ease, opacity .3s ease, transform .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease, transform .3s ease;
    transition: top .3s ease, opacity .3s ease, transform .3s ease;
    top: 0;
    opacity: 0;
    position:relative
}

.qode-interactive-image .qode-ii-info-holder .qode-ii-title {
    margin-bottom:10px
}

.qode-interactive-image .qode-ii-info-holder .qode-ii-text {
    margin-bottom:20px
}

.qode-interactive-image.active .qode-ii-info-holder .qode-ii-info-holder-inner, .qode-interactive-image:hover .qode-ii-info-holder .qode-ii-info-holder-inner {
    top: -40px;
    opacity:1
}

.qode-interactive-image.qode-content-in-center .qode-ii-info-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0
}

.qode-interactive-image.qode-content-in-center .qode-ii-info-holder .qode-ii-info-holder-inner {
    top:0
}

.vertical_menu_hidden aside.vertical_menu_area {
    width: 70px;
    padding:0
}

.boxed.vertical_menu_enabled.vertical_menu_hidden, .boxed.vertical_menu_enabled.vertical_menu_hidden footer.uncover, .boxed.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo, .boxed.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo footer.uncover, .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) .content .container, .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) .full_screen_holder, .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) .full_width, .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) .q_slider, .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) .title_outer, .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) footer, .vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .content .container, .vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .full_screen_holder, .vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .full_width, .vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .q_slider, .vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .title_outer, .vertical_menu_enabled.vertical_menu_hidden:not(.boxed) footer, body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .content .full_width {
    padding-left:70px
}

.vertical_menu_enabled .full_width .vertical_menu_hidden.vertical_menu_hidden_with_logo aside.vertical_menu_area, .vertical_menu_hidden .vertical_area_background, .vertical_menu_hidden.vertical_menu_hidden_with_logo .vertical_area_background {
    width:70px
}

.vertical_menu_hidden aside.vertical_menu_area.active, .vertical_menu_hidden aside.vertical_menu_area.active .vertical_area_background {
    left:0
}

.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo:not(.boxed) .carousel-inner:not(.relative_position), .vertical_menu_enabled.vertical_menu_hidden:not(.boxed) .carousel-inner:not(.relative_position) {
    left:70px !important
}

.vertical_menu_enabled.vertical_menu_hidden .carousel-control .next_nav, .vertical_menu_enabled.vertical_menu_hidden .carousel-control .prev_nav {
    margin-top:-27px !important
}

.vertical_menu_hidden_button {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 70px;
    height: 40px;
    z-index: 11;
    display:block
}

.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo .vertical_menu_hidden_button {
    width: 70px;
    height: 40px;
    z-index:1000
}

.vertical_menu_hidden_button_line {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    display: block;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background:#303030
}

.vertical_menu_hidden_button_line:after, .vertical_menu_hidden_button_line:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #303030;
    left: 0;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin:center center
}

.vertical_menu_hidden_button_line:before {
    top:-6px
}

.vertical_menu_hidden_button_line:after {
    bottom:-6px
}

.vertical_menu_area.active .vertical_menu_hidden_button .vertical_menu_hidden_button_line {
    background:transparent
}

.vertical_menu_area.active .vertical_menu_hidden_button .vertical_menu_hidden_button_line:after {
    -webkit-transform: rotate(-45deg) translate(2px, -8px);
    -moz-transform: rotate(-45deg) translate(3px, -8px);
    -ms-transform: rotate(-45deg) translate(3px, -8px);
    -o-transform: rotate(-45deg) translate(3px, -8px);
    transform:rotate(-45deg) translate(3px, -8px)
}

.vertical_menu_area.active .vertical_menu_hidden_button .vertical_menu_hidden_button_line:before {
    -webkit-transform: rotate(45deg) translate(4px, 9px);
    -moz-transform: rotate(45deg) translate(3px, 8px);
    -ms-transform: rotate(45deg) translate(3px, 8px);
    -o-transform: rotate(45deg) translate(3px, 8px);
    transform: rotate(45deg) translate(3px, 8px);
    top:-8px
}

.vertical_menu_hidden_button_line, .vertical_menu_hidden_button_line:after, .vertical_menu_hidden_button_line:before {
    -webkit-transition: all .3s cubic-bezier(.585, -.6, .43, 1.65);
    -moz-transition: all .3s cubic-bezier(.585, -.6, .43, 1.65);
    -ms-transition: all .3s cubic-bezier(.585, -.6, .43, 1.65);
    -o-transition: all .3s cubic-bezier(.585, -.6, .43, 1.65);
    transition:all .3s cubic-bezier(.585, -.6, .43, 1.65)
}

.vertical_menu_hidden_button:hover .vertical_menu_hidden_button_line:before {
    top:-8px
}

.vertical_menu_area.active .vertical_menu_hidden_button .vertical_menu_hidden_button_line:after, .vertical_menu_hidden_button:hover .vertical_menu_hidden_button_line:after {
    bottom:-8px
}

.vertical_menu_hidden .vertical_menu_area_bottom_logo {
    position: fixed;
    width: 70px;
    text-align: center;
    bottom: 0;
    z-index: 1000;
    left: 0;
    -webkit-transition: left .15s ease-in-out;
    -moz-transition: left .15s ease-in-out;
    -ms-transition: left .15s ease-in-out;
    -o-transition: left .15s ease-in-out;
    transition:left .15s ease-in-out
}

.vertical_menu_hidden .vertical_menu_area_bottom_logo_inner {
    position: absolute;
    bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    width:100%
}

.vertical_menu_hidden .vertical_menu_area_bottom_logo_inner a {
    display: block;
    padding:0 10px
}

.vertical_menu_hidden .vertical_menu_area_bottom_logo.active {
    left:-70px
}

.vertical_menu_hidden.vertical_menu_hidden_with_logo .vertical_menu_area:not(.active) .vertical_menu_area_inner {
    left:-30px
}

.vertical_menu_hidden.vertical_menu_hidden_with_logo .vertical_menu_area .vertical_menu_area_inner {
    left: 0;
    position: relative;
    height:100%
}

.vertical_menu_hidden .vertical_menu {
    position: absolute;
    height: 100%;
    width: 500px;
    left: 100%;
    margin: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: inherit;
    text-align: left;
    padding-left: 50px;
    box-sizing: border-box;
    transform: translateX(-100%);
    z-index: -1;
    transition: all .3s ease;
    box-shadow:4px 0 4px -2px rgba(0, 0, 0, .15)
}

.vertical_menu_hidden .vertical_menu_area.active .vertical_menu {
    transform:translateX(0)
}

.vertical_menu_hidden aside.vertical_menu_area .vertical_menu_area_widget_holder {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform:translateX(-50%)
}

.vertical_menu_hidden aside.vertical_menu_area .vertical_menu_area_widget_holder .widget {
    margin:0
}

.vertical_menu_hidden.vertical_menu_width_290 aside.vertical_menu_area, .vertical_menu_hidden.vertical_menu_width_290 aside.vertical_menu_area .vertical_area_background {
    width: 290px;
    left:-250px
}

.vertical_menu_hidden.vertical_menu_width_350 aside.vertical_menu_area, .vertical_menu_hidden.vertical_menu_width_350 aside.vertical_menu_area .vertical_area_background {
    width: 350px;
    left:-310px
}

.vertical_menu_hidden.vertical_menu_width_400 aside.vertical_menu_area, .vertical_menu_hidden.vertical_menu_width_400 aside.vertical_menu_area .vertical_area_background {
    width: 400px;
    left:-360px
}

.vertical_menu_hidden.vertical_menu_width_290 aside.vertical_menu_area.active, .vertical_menu_hidden.vertical_menu_width_290 aside.vertical_menu_area.active .vertical_area_background, .vertical_menu_hidden.vertical_menu_width_350 aside.vertical_menu_area.active, .vertical_menu_hidden.vertical_menu_width_350 aside.vertical_menu_area.active .vertical_area_background, .vertical_menu_hidden.vertical_menu_width_400 aside.vertical_menu_area.active, .vertical_menu_hidden.vertical_menu_width_400 aside.vertical_menu_area.active .vertical_area_background {
    left:0
}

.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_290 aside.vertical_menu_area, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_290 aside.vertical_menu_area .vertical_area_background {
    width: 290px;
    left:-220px
}

.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_350 aside.vertical_menu_area, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_350 aside.vertical_menu_area .vertical_area_background {
    width: 350px;
    left:-280px
}

.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_400 aside.vertical_menu_area, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_400 aside.vertical_menu_area .vertical_area_background {
    width: 400px;
    left:-330px
}

.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_290 aside.vertical_menu_area.active, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_290 aside.vertical_menu_area.active .vertical_area_background, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_350 aside.vertical_menu_area.active, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_350 aside.vertical_menu_area.active .vertical_area_background, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_400 aside.vertical_menu_area.active, .vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_width_400 aside.vertical_menu_area.active .vertical_area_background {
    left:0
}

body.vertical_menu_enabled.paspartu_enabled .container_inner, body.vertical_menu_enabled.paspartu_enabled .qode_elementor_container_inner {
    max-width:100%
}

#fp-nav {
    position: fixed;
    top: 50%;
    z-index:9999
}

#fp-nav.right {
    right:44px
}

#fp-nav ul li {
    list-style-type: none;
    width: 4px;
    height: 4px;
    margin:25px 0
}

#fp-nav ul li a {
    transition: all .3s ease;
    display: block;
    width: 100%;
    height:100%
}

#fp-nav ul li a span {
    display: block;
    background-color: #000;
    width: 100%;
    height: 100%;
    border-radius:50%
}

#fp-nav ul li a.active, #fp-nav ul li a:hover {
    transform:scale(2)
}

.qode-horizontaly-scrolling-portfolio-holder-outer {
    padding: 0;
    box-sizing:border-box
}

.qode-horizontaly-scrolling-portfolio-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align:middle
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-inner {
    display: flex;
    height: 100vh;
    visibility: hidden;
    will-change: transform;
    position: relative;
    box-sizing:content-box
}

.touch .qode-horizontaly-scrolling-portfolio-holder .qode-hspl-inner {
    display: block;
    height: auto;
    visibility: visible;
    transition:transform .5s
}

.touch .qode-horizontaly-scrolling-portfolio-holder .qode-hspl-inner article {
    opacity:1
}

.admin-bar .qode-horizontaly-scrolling-portfolio-holder .qode-hspl-inner {
    height:calc(100vh - 32px)
}

.touch .admin-bar .qode-horizontaly-scrolling-portfolio-holder .qode-hspl-inner {
    height:auto
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-inner.qode-ready {
    visibility:visible
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-inner.qode-ready article {
    opacity:1
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-inner.qode-ready article:nth-child(1) {
    -webkit-transition-delay: .1s;
    transition-delay:.1s
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-inner.qode-ready article:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay:.2s
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-inner.qode-ready article:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay:.3s
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-inner.qode-ready article:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay:.4s
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-inner.qode-ready article:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay:.5s
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-inner.qode-ready article:nth-child(6) {
    -webkit-transition-delay: .6s;
    transition-delay:.6s
}

.qode-horizontaly-scrolling-portfolio-holder article {
    opacity: 0;
    transition:opacity .8s cubic-bezier(.34, .52, .57, 1.04)
}

.qode-horizontaly-scrolling-portfolio-holder article .qode-hspli-image-holder {
    height: 100vh;
    background-size: cover;
    background-position: center;
    transition:transform .4s ease-in-out
}

.admin-bar .qode-horizontaly-scrolling-portfolio-holder article .qode-hspli-image-holder {
    height:calc(100vh - 32px)
}

.qode-horizontaly-scrolling-portfolio-holder article:hover .qode-hspli-image-holder {
    transform:scale(1.05) translateX(-2%)
}

.qode-horizontaly-scrolling-portfolio-holder article .qode-hspl-item-inner {
    width:100%
}

.touch .qode-horizontaly-scrolling-portfolio-holder article {
    cursor:pointer
}

.qode-horizontaly-scrolling-portfolio-holder article .qode-hspl-item-holder-inner {
    position: relative;
    overflow:hidden
}

.qode-horizontaly-scrolling-portfolio-holder article.qode-hspl-featured .qode-hspli-text {
    padding-top:22px
}

.qode-horizontaly-scrolling-portfolio-holder article.qode-hspl-featured .qode-hspli-category-holder {
    margin:0 0 1px
}

.qode-horizontaly-scrolling-portfolio-holder article.qode-hspl-featured .qode-hspli-title {
    display:inline
}

.qode-horizontaly-scrolling-portfolio-holder article.qode-hspl-featured .qode-hspl-item-holder-inner:hover .qode-hspli-title {
    background-size:100% 100%
}

.qode-horizontaly-scrolling-portfolio-holder article img {
    display:block
}

.qode-horizontaly-scrolling-portfolio-holder article .qode-hspli-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left:0
}

.qode-horizontaly-scrolling-portfolio-holder article .qode-hspli-text-wrapper {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width:100%
}

.qode-horizontaly-scrolling-portfolio-holder article .qode-hspli-text {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align:center
}

.qode-horizontaly-scrolling-portfolio-holder article .qode-hspli-text .qode-hspli-title {
    margin:0
}

.qode-horizontaly-scrolling-portfolio-holder article:not(.qode-hspl-featured) .qode-hspl-item-title-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    padding: 34px;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transition:opacity .4s
}

.touch .qode-horizontaly-scrolling-portfolio-holder article:not(.qode-hspl-featured) .qode-hspl-item-title-holder {
    top: auto;
    bottom: 0;
    height:auto
}

.qode-horizontaly-scrolling-portfolio-holder article:not(.qode-hspl-featured) .qode-hspl-item-title-holder .qode-hspli-title {
    color: #fff;
    line-height:1.5em
}

.qode-horizontaly-scrolling-portfolio-holder article:not(.qode-hspl-featured):hover .qode-hspl-item-title-holder {
    opacity:1
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-custom {
    height: 100vh;
    position: absolute;
    width: 865px;
    left: 0;
    top:0
}

.admin-bar .qode-horizontaly-scrolling-portfolio-holder .qode-hspl-custom {
    height:calc(100vh - 32px)
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-custom .qode-hspl-item-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    background-color:#ebebeb
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-custom .qode-hspl-item-inner .qode-hspl-item-holder-inner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    text-align: left;
    padding:0 0 0 100px
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-custom .qode-hspl-item-inner .qode-hspl-item-holder-inner .qode-hspli-item-subtitle-text {
    margin:0 0 10px
}

.qode-horizontaly-scrolling-portfolio-holder .qode-hspl-custom .qode-hspl-item-inner .qode-hspl-item-holder-inner .qode-hspli-item-title-text {
    margin:0
}

.qode-interactive-links.qode-il-links-aside .qode-il-responsive-title-holder {
    display:none
}

.qode-interactive-links.qode-il-links-aside .qode-il-inner {
    display: flex;
    align-items:center
}

.qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-titles-holder {
    flex-basis: 0;
    flex:1 1 0
}

.qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-titles-holder .qode-il-link {
    display: block;
    transition:all .3s ease
}

.qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-titles-holder .qode-il-link.qode-active {
    opacity:.25
}

.qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-images-holder {
    flex-basis: 0;
    flex:2 1 0
}

.qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-images-holder .qode-il-images-holder-inner {
    position:relative
}

.qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-images-holder .qode-il-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition:all .3s ease
}

.qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-images-holder .qode-il-image:first-child {
    position:relative
}

.qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-images-holder .qode-il-image.qode-active {
    opacity: 1;
    visibility:visible
}

.qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-images-holder .qode-il-image a, .qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-images-holder .qode-il-image img {
    display:block
}

.qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-widget-area {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index:20
}

.qode-interactive-links.qode-il-links-below {
    height:100vh
}

.qode-interactive-links.qode-il-links-below .qode-il-responsive-title-holder {
    display:none
}

.qode-interactive-links.qode-il-links-below .qode-il-inner {
    height: 100%;
    display: flex;
    align-items: flex-end;
    position:relative
}

.qode-interactive-links.qode-il-links-below .qode-il-images-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:10
}

.qode-interactive-links.qode-il-links-below .qode-il-images-holder .qode-il-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    visibility: hidden;
    transition:all .3s ease
}

.qode-interactive-links.qode-il-links-below .qode-il-images-holder .qode-il-image.qode-active {
    opacity: 1;
    visibility:visible
}

.qode-interactive-links.qode-il-links-below .qode-il-images-holder .qode-il-image a, .qode-interactive-links.qode-il-links-below .qode-il-images-holder .qode-il-image img {
    display: block;
    margin:0 auto
}

.qode-interactive-links.qode-il-links-below .qode-il-titles-holder {
    position: relative;
    z-index: 20;
    padding-bottom: 50px;
    padding-left: 5.5%;
    max-width: 40%;
    width:100%
}

.qode-interactive-links.qode-il-links-below .qode-il-titles-holder .qode-il-link {
    position: relative;
    display: inline-block;
    margin-right: 27px;
    margin-bottom:10px
}

.qode-interactive-links.qode-il-links-below .qode-il-titles-holder .qode-il-link .qode-il-title {
    position: relative;
    display:inline-block
}

.qode-interactive-links.qode-il-links-below .qode-il-titles-holder .qode-il-link .qode-il-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition:width .3s ease
}

.qode-interactive-links.qode-il-links-below .qode-il-titles-holder .qode-il-link.qode-active .qode-il-title:before {
    width:100%
}

.qode-interactive-links.qode-il-links-below .qode-il-widget-area {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index:20
}

.qodef-video-box-holder {
    position: relative;
    display: inline-block;
    vertical-align:middle
}

.qodef-video-box-holder.qodef-vb-has-img .qodef-video-box-play, .qodef-video-box-holder.qodef-vb-has-img .qodef-video-box-play-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:1
}

.qodef-video-box-holder.qodef-vb-has-img .qodef-video-box-play .qodef-video-box-play-inner, .qodef-video-box-holder.qodef-vb-has-img .qodef-video-box-play-image .qodef-video-box-play-inner {
    position: relative;
    top: 50%;
    left: 0;
    display: block;
    text-align: center;
    transform:translateY(-50%)
}

.qodef-video-box-holder .qodef-video-box-image img {
    display:block
}

.qodef-video-box-holder .qodef-video-box-play, .qodef-video-box-holder .qodef-video-box-play-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index:1
}

.qodef-video-box-holder .qodef-video-box-play {
    color: #fff;
    font-size: 90px;
    line-height:1
}

.qodef-video-box-holder .qodef-video-box-play span, .qodef-video-box-holder .qodef-video-box-play span:before {
    display: block;
    line-height:inherit
}

.qodef-video-box-holder .qodef-video-box-play-image.qodef-vb-has-hover-image:hover img:first-child {
    opacity:0
}

.qodef-video-box-holder .qodef-video-box-play-image.qodef-vb-has-hover-image:hover img:nth-child(2) {
    opacity:1
}

.qodef-video-box-holder .qodef-video-box-play-image img {
    display: block;
    margin: 0 auto;
    transition:opacity .3s ease-in-out
}

.qode-popup-opener, .qode-workflow .qode-workflow-item .qode-workflow-item-inner, .widget_qode_popup_opener {
    display: inline-block;
    vertical-align:middle
}

.qodef-video-box-holder .qodef-video-box-play-image img:first-child {
    position: relative;
    opacity:1
}

.qodef-video-box-holder .qodef-video-box-play-image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transform:translateX(-50%) translateZ(0)
}

.rev_slider_wrapper .qodef-video-box-holder .qodef-video-box-play-image img:nth-child(2) {
    transform:translateZ(0)
}

.qode-workflow {
    margin-top: 50px;
    position:relative
}

.qode-workflow .main-line {
    background: #fff;
    left: 30%;
    margin-left: -1px;
    position: absolute;
    right: auto;
    top: 0;
    width:2px
}

.qode-workflow .qode-workflow-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    padding-bottom: 50px;
    overflow:hidden
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner {
    position: relative;
    width:100%
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-image {
    width: 30%;
    text-align:center
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text {
    width: 70%;
    padding:0 60px
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-image, .qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text {
    float: left;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-image.left {
    padding: 0 60px;
    text-align:left
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-image.right {
    padding: 0 60px;
    text-align:right
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text h4 {
    margin-top: 0;
    margin-bottom:0
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text p.text {
    margin-top:25px
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text .circle {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 30%;
    margin: 0 0 0 -9px;
    position: absolute;
    top: 0;
    width:18px
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-subtitle {
    margin-top:5px
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap:wrap
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner.reverse .qode-workflow-text {
    text-align:right
}

.qode-workflow .qode-workflow-item .line {
    display: none;
    background-color: #fff;
    height: 100%;
    left: 33.5%;
    margin-left: -1px;
    position: absolute;
    width:2px
}

.qode-workflow .qode-workflow-item:first-of-type .line {
    display: block;
    top: 4px;
    transform:translateY(-100%)
}

.qode-workflow .qode-workflow-item:last-of-type .line {
    display: block;
    top:24px
}

.qode-workflow.qode-workflow-animate {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity .25s cubic-bezier(.23, 1, .32, 1), -webkit-transform .25s cubic-bezier(.23, 1, .32, 1);
    transition:opacity .25s cubic-bezier(.23, 1, .32, 1), transform .25s cubic-bezier(.23, 1, .32, 1)
}

.qode-workflow.qode-workflow-animate .main-line {
    opacity: 0;
    height: 0;
    -webkit-transition: opacity .25s cubic-bezier(.23, 1, .32, 1), height 1.8s ease-out;
    -moz-transition: opacity .25s cubic-bezier(.23, 1, .32, 1), height 1.8s ease-out;
    transition:opacity .25s cubic-bezier(.23, 1, .32, 1), height 1.8s ease-out
}

.qode-workflow.qode-workflow-animate .circle {
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.18, .89, .32, 1.68) .2s;
    transition:transform .3s cubic-bezier(.18, .89, .32, 1.68) .5s
}

.qode-workflow.qode-workflow-animate .qode-workflow-item .qode-workflow-item-inner .qode-workflow-image {
    opacity: 0;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28), opacity .2s ease-out;
    transition:transform .3s cubic-bezier(.18, .89, .32, 1.28), opacity .2s ease-out
}

.qode-workflow.qode-workflow-animate .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text h4, .qode-workflow.qode-workflow-animate .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text p {
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.22, .61, .36, 1) .2s;
    -moz-transition: opacity .3s cubic-bezier(.22, .61, .36, 1) .2s;
    transition:opacity .3s cubic-bezier(.22, .61, .36, 1) .2s
}

.qode-workflow.qode-workflow-animate.qode-appeared {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity:1
}

.qode-workflow.qode-workflow-animate.qode-appeared .main-line {
    opacity:1
}

.qode-workflow.qode-workflow-animate.qode-appeared .qode-workflow-item.qode-appeared .qode-workflow-image {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform:scale(1)
}

.qode-workflow.qode-workflow-animate.qode-appeared .qode-workflow-item.qode-appeared .qode-workflow-text h4, .qode-workflow.qode-workflow-animate.qode-appeared .qode-workflow-item.qode-appeared .qode-workflow-text p {
    opacity:1
}

.qode-workflow.qode-workflow-animate.qode-appeared .circle {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform:scale(1)
}

.qode-popup-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out .1s, visibility 0s .4s;
    transition: opacity .2s ease-out .1s, visibility 0s .4s;
    z-index: 115;
    visibility:hidden
}

.qode-popup-holder .qode-popup-shader {
    top: 0;
    left: 0;
    position: fixed;
    width: 110%;
    height: 130%;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    transform-style: flat;
    backface-visibility: hidden;
    background-color:rgba(0, 0, 0, .65)
}

.qode-popup-holder .qode-popup-table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index:9
}

.qode-popup-holder .qode-popup-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align:center
}

.qode-popup-holder .qode-popup-inner {
    display: inline-block;
    width: 43%;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    transform: scale(.85);
    opacity: 0;
    -webkit-transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .15s cubic-bezier(.06, .47, .38, .99);
    -moz-transition: transform .3s cubic-bezier(.06, .47, .38, .99), opacity .15s cubic-bezier(.06, .47, .38, .99);
    transition:transform .3s cubic-bezier(.06, .47, .38, .99), opacity .15s cubic-bezier(.06, .47, .38, .99)
}

.qode-popup-holder .qode-popup-close {
    display: inline-block;
    font-size: 32px;
    color: #787878;
    position: absolute;
    top: 25px;
    right:28px
}

.qode-popup-holder .qode-popup-content-container {
    background: #fff;
    padding:80px 110px 90px
}

.qode-popup-holder .qode-popup-title-holder {
    margin-bottom:16px
}

.qode-popup-holder .qode-popup-title-holder .qode-popup-title {
    font-weight: 600;
    line-height: 1.11em;
    margin:0
}

.qode-popup-holder .qode-popup-subtitle {
    font-size: 13px;
    margin-bottom:33px
}

.qode-popup-holder .wpcf7 {
    position: relative;
    width: 100%;
    display: block;
    margin:0 auto
}

.qode-popup-holder .wpcf7 label {
    text-align: left;
    display:block
}

.qode-popup-holder .wpcf7-form-control.wpcf7-date, .qode-popup-holder .wpcf7-form-control.wpcf7-number, .qode-popup-holder .wpcf7-form-control.wpcf7-quiz, .qode-popup-holder .wpcf7-form-control.wpcf7-select, .qode-popup-holder .wpcf7-form-control.wpcf7-text, .qode-popup-holder .wpcf7-form-control.wpcf7-textarea {
    border:1px solid #d6d6d6
}

.qode-popup-holder .wpcf7-form-control.wpcf7-submit {
    margin-top:15px
}

.qode-popup-holder .wpcf7-response-output {
    color: inherit;
    padding: 0;
    margin:45px 0 0
}

.qode-popup-holder .wpcf7-response-output:before {
    display:none
}

.qode-popup-opened .qode-popup-holder {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease;
    transition:opacity .3s ease
}

.qode-popup-opened .qode-popup-holder .qode-popup-inner {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s cubic-bezier(.26, .63, 0, .96);
    -moz-transition: transform .5s cubic-bezier(.26, .63, 0, .96);
    transition:transform .5s cubic-bezier(.26, .63, 0, .96)
}

.container_inner {
    position:relative
}

::selection {
    background:#dadada
}

::-moz-selection {
    background:#dadada
}

h6, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a, p a, header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a, nav.main_menu > ul > li.active > a, .drop_down .second .inner > ul > li > a:hover, .drop_down .second .inner ul li.sub ul li a:hover, .header_bottom .qode-login-register-widget.qode-user-logged-in .qode-login-dropdown li a:hover, nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active > a, .side_menu_button > a:hover, .mobile_menu_button span:hover, .vertical_menu ul li a:hover, .vertical_menu_toggle .second .inner ul li a:hover, nav.popup_menu ul li a:hover, nav.popup_menu ul li ul li a, .blog_holder article.sticky .post_text h3 a, .blog_holder.masonry article.sticky .post_text h5 a, .blog_holder.masonry_full_width article.sticky .post_text h5 a, .blog_holder article .post_info, .blog_holder article .post_info a, .blog_holder article .post_text a.more-link:hover span, .blog_holder article .post_description a:hover, .blog_holder article .post_description .post_comments:hover, .blog_holder.masonry article.format-quote .post_text_inner:hover .qoute_mark, .blog_holder.masonry article.format-link .post_text .post_text_inner:hover .link_mark, .blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner:hover .qoute_mark, .blog_holder.masonry_full_width article.format-link .post_text .post_text_inner:hover .link_mark, .blog_holder article.format-link .post_text .post_text_inner:hover .post_social .post_comments i, .blog_holder article.format-link .post_text .post_text_inner:hover .post_social .blog_like i, .blog_holder article.format-link .post_text .post_text_inner:hover .post_social .social_share_holder > a > i, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_social .post_comments i, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_social .blog_like i, .blog_holder article.format-quote .post_text .post_text_inner:hover .post_social .social_share_holder > a > i, .comment_holder .comment .text .comment_date, .comment_holder .comment .text .replay, .comment_holder .comment .text .comment-reply-link, div.comment_form form p.logged-in-as a, .blog_holder.masonry .post_author:hover, .blog_holder.masonry .post_author a:hover, .blog_holder.masonry_full_width .post_author:hover, .blog_holder.masonry_full_width .post_author a:hover, .blog_holder.masonry article .post_info a:hover, .blog_holder.masonry_full_width article .post_info a:hover, .blog_holder.masonry article h4 a:hover, .blog_holder.masonry_full_width article h4 a:hover, .latest_post_holder .latest_post_title a:hover, .latest_post_holder .post_info_section:before, .latest_post_holder .post_info_section span, .latest_post_holder .post_info_section a, .latest_post_holder .post_author a.post_author_link:hover, .projects_holder article .portfolio_title a:hover, .filter_holder ul li.current span, .filter_holder ul li:not(.filter_title):hover span, .q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon, blockquote.with_quote_icon i, blockquote h3, .q_dropcap, .price_in_table .value, .price_in_table .price, .q_font_elegant_holder.q_icon_shortcode:hover, .q_font_awsome_icon_holder.q_icon_shortcode:hover, .q_icon_with_title.normal_icon .icon_holder:hover .icon_text_icon, .box_holder_icon_inner.normal_icon .icon_holder_inner:hover .icon_text_icon, .q_progress_bars_icons_inner.square .bar.active i, .q_progress_bars_icons_inner.circle .bar.active i, .q_progress_bars_icons_inner.normal .bar.active i, .q_progress_bars_icons_inner .bar.active i.fa-circle, .q_progress_bars_icons_inner.square .bar.active .q_font_elegant_icon, .q_progress_bars_icons_inner.circle .bar.active .q_font_elegant_icon, .q_progress_bars_icons_inner.normal .bar.active .q_font_elegant_icon, .q_social_icon_holder.normal_social .simple_social, .q_social_icon_holder.normal_social.with_link .simple_social, .q_list.number ul > li:before, .social_share_list_holder ul li i:hover, .q_progress_bar .progress_number, .qbutton:hover, .load_more a:hover, .blog_load_more_button a:hover, #submit_comment:hover, .drop_down .wide .second ul li .qbutton:hover, .drop_down .wide .second ul li ul li .qbutton:hover, nav.content_menu ul li.active:hover i, nav.content_menu ul li:hover i, nav.content_menu ul li.active:hover a, nav.content_menu ul li:hover a, aside.sidebar .widget:not(.woocommerce) li, .header-widget.widget_nav_menu ul.menu li a:hover, input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover, .gform_wrapper input[type=button]:hover, .gform_wrapper input[type=submit]:hover, .vc_grid-container .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover span, .vc_grid-container .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active span, .qode_twitter_widget li .tweet_icon_holder .social_twitter, .blog_holder.blog_chequered article .qodef-post-title .time, .blog_holder.blog_chequered article.qodef-with-bg-color .qodef-post-title a:hover, .portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-control, .qode-wishlist-widget-holder a, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .shopping_cart_dropdown .cart_list span.quantity, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
    color:#000
}

.menu-animation-underline nav.main_menu > ul > li > a .menu-text:before, .popup_menu:hover .line, .popup_menu:hover .line:after, .popup_menu:hover .line:before, .blog_holder article .post_text a.more-link span, .blog_holder article .post_social .post_comments i, .blog_holder article .post_social .blog_like i, .blog_holder article .post_social .social_share_holder > a > i, .blog_holder article.format-link .post_text .post_text_inner:hover, .blog_holder article.format-quote .post_text .post_text_inner:hover, .blog_holder.masonry article.format-quote .post_text_inner .qoute_mark, .blog_holder.masonry_full_width article.format-link .post_text .post_text_inner .link_mark, .blog_holder.masonry article.format-link .post_text .post_text_inner .link_mark, .blog_holder.masonry_full_width article.format-quote .post_text .post_text_inner .qoute_mark, .blog_holder article .post_image a .post_overlay, .latest_post_holder .boxes_image a .latest_post_overlay, .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-time-rail .mejs-time-handle, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .projects_holder article .portfolio_shader, .projects_masonry_holder article .portfolio_shader, .portfolio_slides .portfolio_shader, .q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-active, .q_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-hover, .q_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark, .q_accordion_holder.accordion .ui-accordion-header.ui-state-hover .accordion_mark, .q_dropcap.circle, .q_dropcap.square, .gallery_holder ul li .gallery_hover i, .highlight, .testimonials_holder.light .flex-direction-nav a:hover, .q_tabs .tabs-nav li.active a, .q_tabs .tabs-nav li a:hover, .q_message, .price_table_inner ul li.table_title, .price_table_inner .price_button, .q_icon_with_title.circle .icon_holder .icon_holder_inner, .q_icon_with_title.square .icon_holder .icon_holder_inner, .box_holder_icon_inner.circle .icon_holder_inner, .box_holder_icon_inner.square .icon_holder_inner, .q_icon_with_title.circle .q_font_elegant_holder.circle, .q_icon_with_title.square .q_font_elegant_holder.square, .box_holder_icon_inner .q_font_elegant_holder.circle, .box_holder_icon_inner .q_font_elegant_holder.square, .box_holder_icon_inner.circle .icon_holder_inner, .q_social_icon_holder .fa-stack, .footer_top .q_social_icon_holder:hover .fa-stack, .q_list.circle ul > li:before, .q_list.number.circle_number ul > li:before, .q_pie_graf_legend ul li .color_holder, .q_line_graf_legend ul li .color_holder, .q_team .q_team_social_holder, .animated_icon_inner span.animated_icon_back .animated_icon, .service_table_inner li.service_table_title_holder, .q_progress_bar .progress_content, .q_progress_bars_vertical .progress_content_outer .progress_content, .qbutton, .load_more a, .blog_load_more_button a, #submit_comment, .qbutton.white:hover, .qbutton.solid_color, .call_to_action .column2.button_wrapper .qbutton:hover, #wp-calendar td#today, aside.sidebar .widget h4, .qode_image_gallery_no_space.light .controls a.prev-slide:hover, .qode_image_gallery_no_space.light .controls a.next-slide:hover, input.wpcf7-form-control.wpcf7-submit, div.wpcf7-response-output.wpcf7-mail-sent-ok, .gform_wrapper input[type=button], .gform_wrapper input[type=submit], .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    background-color:#000
}

.q_image_with_text_over:hover .shader {
    background-color:rgba(0, 0, 0, .9)
}

.q_circles_holder .q_circle_inner:hover .q_circle_inner2 {
    background-color:#000 !important
}

.drop_down .second, .drop_down .narrow .second .inner ul li ul, .header_bottom .qode-login-register-widget.qode-user-logged-in .qode-login-dropdown, .blog_holder article .post_text a.more-link span, .blog_holder article .post_text a.more-link:hover span, #respond textarea:focus, #respond input[type=text]:focus, #respond input[type=email]:focus, .contact_form input[type=text]:focus, .contact_form textarea:focus, .q_accordion_holder .ui-accordion-header .accordion_mark, .testimonials_holder.light .flex-direction-nav a:hover, .q_progress_bars_icons_inner.circle .bar .bar_noactive, .q_progress_bars_icons_inner.square .bar .bar_noactive, .animated_icon_inner span.animated_icon_back .animated_icon, .service_table_holder, .service_table_inner li, .qbutton, .load_more a, .blog_load_more_button a, #submit_comment, .qbutton:hover, .load_more a:hover, .blog_load_more_button a:hover, #submit_comment:hover, .drop_down .wide .second ul li .qbutton:hover, .drop_down .wide .second ul li ul li .qbutton:hover, .qbutton.white:hover, .qbutton.solid_color, .call_to_action .column2.button_wrapper .qbutton:hover, .header-widget.widget_nav_menu ul ul, input.wpcf7-form-control.wpcf7-text:focus, input.wpcf7-form-control.wpcf7-number:focus, input.wpcf7-form-control.wpcf7-date:focus, textarea.wpcf7-form-control.wpcf7-textarea:focus, select.wpcf7-form-control.wpcf7-select:focus, input.wpcf7-form-control.wpcf7-quiz:focus, input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit[disabled], input.wpcf7-form-control.wpcf7-submit:not([disabled]), input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover, .gform_wrapper input[type=text]:focus, .gform_wrapper input[type=url]:focus, .gform_wrapper input[type=email]:focus, .gform_wrapper input[type=tel]:focus, .gform_wrapper input[type=number]:focus, .gform_wrapper input[type=password]:focus, .gform_wrapper textarea:focus, .gform_wrapper input[type=button], .gform_wrapper input[type=submit], .gform_wrapper input[type=button]:hover, .gform_wrapper input[type=submit]:hover, .qbutton.underlined, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    border-color:#000
}

.q_circles_holder .q_circle_inner:hover .q_circle_inner2, .q_circles_holder .q_circle_inner:hover {
    border-color:#000 !important
}

body {
    font-family: poppins, sans-serif;
    color: #000;
    font-size: 15px;
    font-weight:400
}

body, .wrapper, .content, .full_width, .content .container, .more_facts_holder {
    background-color:#fff
}

h3, h6, .pagination ul li.active span, .pagination ul li > a.inactive, .subtitle, .blog_holder article .post_info, .comment_holder .comment .text .comment_date, .blog_holder.masonry .post_author, .blog_holder.masonry .post_author a, .blog_holder.masonry_full_width .post_author, .blog_holder.masonry_full_width .post_author a, .latest_post_holder .post_info_section span, .latest_post_holder .post_info_section a, .latest_post_holder .post_author, .latest_post_holder a.post_author_link, .projects_holder article .project_category, .portfolio_slides .project_category, .projects_masonry_holder .project_category, .testimonials .testimonial_text_inner p:not(.testimonial_author), .price_in_table .mark, body div.pp_default .pp_description, .side_menu .widget li, aside.sidebar .widget:not(.woocommerce) li, aside .widget #lang_sel ul li a, aside .widget #lang_sel_click ul li a, section.side_menu #lang_sel ul li a, section.side_menu #lang_sel_click ul li a, footer #lang_sel ul li a, footer #lang_sel_click ul li a, .header_top #lang_sel ul li a, .header_top #lang_sel_click ul li a, .header_bottom #lang_sel ul li a, .header_bottom #lang_sel_click > ul > li a, .single_links_pages span, .gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-family:poppins, sans-serif
}

.content .content_inner > .container > .container_inner, .content .content_inner > .full_width > .full_width_inner {
    padding-top:0
}

.content .content_inner > .container > .container_inner.default_template_holder {
    padding-top:44px
}

@media only screen and (max-width: 1000px) {
    .content .content_inner > .container > .container_inner, .content .content_inner > .full_width > .full_width_inner, .content .content_inner > .container > .container_inner.default_template_holder {
        padding-top:44px !important
    }
}

.content {
    margin-top:-100px
}

.logo_wrapper, .side_menu_button, .shopping_cart_inner {
    height:100px
}

.content.content_top_margin {
    margin-top:100px !important
}

header:not(.centered_logo) .header_fixed_right_area {
    line-height:100px
}

header.sticky .header_bottom, header.fixed.scrolled .header_bottom, header.fixed_hiding.scrolled .header_bottom {
    box-shadow: none;
    -webkit-box-shadow:none
}

@media only screen and (max-width: 1000px) {
    .mobile_menu_button, .logo_wrapper, .side_menu_button, .shopping_cart_inner {
        height:100px !important
    }
}

@media only screen and (min-width: 1000px) {
    header.fixed_hiding .q_logo a, header.fixed_hiding .q_logo {
        max-height:10px
    }
}

nav.main_menu > ul > li > a {
    line-height:100px
}

nav.main_menu > ul > li > a, .header_bottom .qode-login-register-widget.qode-user-not-logged-in .qode-login-opener, .header_bottom .qode-login-register-widget.qode-user-logged-in .qode-logged-in-user .qode-logged-in-user-inner > span {
    color: #000;
    font-family: eb garamond, sans-serif;
    font-size: 46px;
    line-height: 71px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    letter-spacing:0
}

nav.main_menu ul li:hover a, header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a, .header_bottom .qode-login-register-widget.qode-user-not-logged-in .qode-login-opener:hover, .header_bottom .qode-login-register-widget.qode-user-logged-in:hover .qode-logged-in-user .qode-logged-in-user-inner > span {
    color:#000
}

nav.main_menu > ul > li.active > a {
    color:#000
}

nav.main_menu > ul > li:not(:first-child):before, header.stick_with_left_right_menu.sticky nav.main_menu.right_side > ul > li:not(:first-child):before {
    font-size:46px
}

nav.main_menu > ul > li:not(:first-child):before, header.stick_with_left_right_menu.sticky nav.main_menu.right_side > ul > li:not(:first-child):before, header.stick_with_left_right_menu.sticky nav.main_menu.right_side > ul > li:first-child:before {
    content:none
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h4 {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing:0
}

nav.mobile_menu ul > li.has_sub > span.mobile_arrow {
    color:#000
}

h1 {
    color: #000;
    font-family: eb garamond, sans-serif;
    font-size: 74px;
    line-height: 81px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    text-transform:none
}

h2 {
    font-family: eb garamond, sans-serif;
    font-size: 49px;
    line-height: 50px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    text-transform:none
}

h2, h2 a {
    color:#000
}

h3 {
    font-family: eb garamond, sans-serif;
    font-size: 29px;
    line-height: 42px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    text-transform:none
}

h3, h3 a {
    color:#000
}

h4 {
    font-family: poppins, sans-serif;
    font-size: 14px;
    line-height: 42px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.1px;
    text-transform:uppercase
}

h4, h4 a {
    color:#000
}

h5 {
    font-family: poppins, sans-serif;
    font-size: 12px;
    line-height: 28px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform:uppercase
}

h5, h5 a {
    color:#b8b8b8
}

p {
    font-family: poppins, sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color:#000
}

a, p a {
    color: #000;
    font-style: normal;
    font-weight:400
}

.menu-animation-line-through nav.main_menu > ul > li > a .menu-text:after, .menu-animation-line-through nav.main_menu > ul > li:hover > a .menu-text:before, .menu-animation-underline nav.main_menu > ul > li > a .menu-text:before, .menu-animation-underline-bottom nav.main_menu > ul > li > a .menu-text:before {
    background-color:#000
}

.menu-animation-line-through nav.main_menu > ul > li:hover > a .menu-text:after {
    background:0 0
}

.fs-menu-animation-line-through nav.popup_menu > ul > li > a span:before, .fs-menu-animation-underline nav.popup_menu > ul > li > a span:before {
    background-color:#000
}

.qbutton .button_icon.custom_icon_size, .qbutton.medium .button_icon.custom_icon_size {
    line-height:55px
}

.qbutton, .qbutton.medium, #submit_comment, .load_more a, .blog_load_more_button a, .blog_holder article .post_text a.more-link span {
    color: #000;
    font-size: 18px;
    line-height: 55px;
    height: 55px;
    font-style: normal;
    font-weight: 500;
    font-family: EB Garamond;
    letter-spacing: 0;
    text-transform: none;
    border-color: #000;
    border-width: 1px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding-left: 50px;
    padding-right: 50px;
    background-color:#fff
}

.qbutton:hover, .qbutton:not(.white):hover, .qbutton.medium:hover, #submit_comment:hover, .load_more a:hover, .blog_load_more_button a:hover, .blog_holder article .post_text a.more-link:hover span {
    color: #fff;
    background-color: #000;
    border-color:#000
}

#back_to_top > span {
    font-size: 50px;
    color: #000;
    background-color: transparent;
    border-color:transparent
}

#back_to_top, #back_to_top.on {
    right: 46px;
    bottom:56px
}

#back_to_top:hover > span {
    color: #000;
    background-color: transparent;
    border-color:transparent
}

.qode_image_gallery_no_space .controls a.prev-slide, .qode_image_gallery_no_space .controls a.next-slide, .qode_carousels .caroufredsel-direction-nav .caroufredsel-navigation-item, .flex-direction-nav a, .caroufredsel-direction-nav a, .portfolio_single .owl-carousel .owl-prev, .portfolio_single .owl-carousel .owl-next, .qode-owl-slider .owl-nav .owl-prev, .qode-owl-slider .owl-nav .owl-next, .qode_carousels.carousel_owl .owl-nav .owl-prev, .qode_carousels.carousel_owl .owl-nav .owl-next, body div.pp_default a.pp_next, body div.pp_default a.pp_previous {
    font-size:14px
}

body div.pp_default a.pp_next:after, body div.pp_default a.pp_previous:after {
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    font-size:14px
}

.q_counter_holder span.counter {
}

.countdown-period {
}

.q_google_map {
    height:750px
}

.footer_top_holder {
    background-color:#fff
}

.footer_top, .footer_top.footer_top_full {
    padding-top: 1px;
    padding-bottom:50px
}

.footer_top.footer_top_full {
    padding-left:2.4%
}

.footer_top .qodef-footer-top-column-1, .footer_top .container_inner > .widget, .footer_top.footer_top_full > .widget {
    text-align:left
}

.footer_top, .footer_top p, .footer_top span:not(.q_social_icon_holder):not(.fa-stack):not(.social_icon):not(.social_twitter):not(.q_font_elegant_icon), .footer_top li, .footer_top .textwidget, .footer_top .widget_recent_entries > ul > li > span {
    font-family: Tajawal, sans-serif;
    font-size: 12px;
    letter-spacing: 2.4px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color:#7f7f7f
}

.footer_top a:not(.qbutton) {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    letter-spacing: 2.4px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color:#7f7f7f
}

.footer_top a:not(.qbutton):hover, .footer_top .qode_twitter_widget li .tweet_content_holder .qode_tweet_text a {
    color:#000
}

.side_menu {
    text-align:left
}

nav.popup_menu > ul > li > a, nav.popup_menu > ul > li > h6 {
    color: #000;
    font-family: eb garamond, sans-serif;
    font-size: 49px;
    line-height: 71px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    letter-spacing:0
}

.popup_menu.opened .line:after, .popup_menu.opened .line:before {
    background-color:#000
}

nav.popup_menu > ul > li > a:hover, nav.popup_menu > ul > li > h6:hover {
    color:#020202
}

.portfolio_single.big-slider h2.portfolio_single_text_title, .portfolio_single.big-images h2.portfolio_single_text_title, .portfolio_single.gallery h2.portfolio_single_text_title, .portfolio_single.masonry-gallery h2.portfolio_single_text_title, .portfolio_single.portfolio_fullwidth_slider h2.portfolio_single_text_title {
    color:#000
}

.portfolio_detail .info .info_section_title, .portfolio_single.portfolio_fullscreen_slider .qodef-portfolio-slider-content-info .qodef-hidden-info .info_section_title {
    font-family: Poppins, sans-serif;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 2.2px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    color:#b0b0b0
}

.portfolio_detail .info > p {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color:#000
}

.page_not_found h4 {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color:#000
}

.woocommerce div.product .cart .quantity {
    height: 0;
    line-height:0
}

.woocommerce .product .quantity .minus, .woocommerce .product .quantity .plus, .woocommerce .product .quantity input.qty {
    width: px;
    height: px;
    line-height:-2px
}

.cf7_custom_style_1 span.wpcf7-not-valid-tip {
    top:-35px
}

.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea, .contact_form.cf7_custom_style_1 textarea {
    height:158px
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]), .contact_form.cf7_custom_style_1 .qbutton {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    color: #000;
    font-family: EB Garamond;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
    margin-top:-10px
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:hover, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover, .contact_form.cf7_custom_style_1 .qbutton:hover {
    color: #000;
    background-color: transparent;
    border-color:transparent
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date, .cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz, .contact_form.cf7_custom_style_1 input[type=text], .contact_form.cf7_custom_style_1 textarea {
    background-color: transparent;
    border-color: #e1e1e1;
    border-width: 1px;
    border-style: solid;
    transform: translateZ(0);
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #b8b8b8;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    margin-top: 0;
    margin-bottom:35px
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text:focus, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number:focus, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date:focus, .cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea:focus, .cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select:focus, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz:focus, .contact_form.cf7_custom_style_1 input[type=text]:focus, .contact_form.cf7_custom_style_1 textarea:focus {
    color: #000;
    background-color: transparent;
    border-color:#000
}

.cf7_custom_style_1 p, .cf7_custom_style_1 .animate_input_holder .animate_input_text:after {
    color: #b8b8b8;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform:uppercase
}

.cf7_custom_style_1 .animate_input_holder .animate_input_text {
    color: #b8b8b8;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-transform:uppercase
}

.cf7_custom_style_1 .animate_input_holder {
    margin-top: 0;
    margin-bottom:35px
}

.cf7_custom_style_1 ::-webkit-input-placeholder, .contact_form.cf7_custom_style_1 input[type=text]::-webkit-input-placeholder, .contact_form.cf7_custom_style_1 input[type=text]:focus::-webkit-input-placeholder, .contact_form.cf7_custom_style_1 textarea:focus::-webkit-input-placeholder, .contact_form.cf7_custom_style_1 textarea::-webkit-input-placeholder {
    color: #b8b8b8;
    opacity:1
}

.cf7_custom_style_1 :-moz-placeholder, .contact_form.cf7_custom_style_1 input[type=text]:-moz-placeholder, .contact_form.cf7_custom_style_1 input[type=text]:focus:-moz-placeholder, .contact_form.cf7_custom_style_1 textarea:focus:-moz-placeholder, .contact_form.cf7_custom_style_1 textarea:-moz-placeholder {
    color: #b8b8b8;
    opacity:1
}

.cf7_custom_style_1 ::-moz-placeholder, .contact_form.cf7_custom_style_1 input[type=text]::-moz-placeholder, .contact_form.cf7_custom_style_1 input[type=text]:focus::-moz-placeholder, .contact_form.cf7_custom_style_1 textarea::-moz-placeholder, .contact_form.cf7_custom_style_1 textarea:focus::-moz-placeholder {
    color: #b8b8b8;
    opacity:1
}

.cf7_custom_style_1 :-ms-input-placeholder, .contact_form.cf7_custom_style_1 input[type=text]:-ms-input-placeholder, .contact_form.cf7_custom_style_1 input[type=text]:focus:-ms-input-placeholder, .contact_form.cf7_custom_style_1 textarea:-ms-input-placeholder, .contact_form.cf7_custom_style_1 textarea:focus:-ms-input-placeholder {
    color: #b8b8b8;
    opacity:1
}

input.wpcf7-form-control ~ .qode-focus-border {
    height:1px
}

input.wpcf7-form-control ~ .qode-focus-border {
    border-color:#000
}

@media only screen and (max-width: 1600px) {
    .full_width .projects_holder.hover_text.v2 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v3 article .image_holder.standard_hover .icons_holder {
        bottom: 70px;
        left:80px
    }

    .full_width .projects_holder.hover_text.v4 article .image_holder.standard_hover .icons_holder {
        bottom: 50px;
        left:60px
    }

    .full_width .projects_holder.hover_text.v5 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v6 article .image_holder.standard_hover .icons_holder, .full_width .projects_masonry_holder article .image_holder.standard_hover .icons_holder {
        bottom: 20px;
        left:30px
    }

    .full_width .projects_holder.v2 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v3 article .image_holder.standard_hover .text_holder {
        padding:70px 80px 105px
    }

    .full_width .projects_holder.v4 article .image_holder.standard_hover .text_holder {
        padding:50px 60px 85px
    }

    .full_width .projects_holder.v5 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v6 article .image_holder.standard_hover .text_holder, .full_width .projects_masonry_holder article .image_holder.standard_hover .text_holder {
        padding:20px 30px 55px
    }
}

@media only screen and (min-width: 1300px) and(max-width: 1600px) {
    .full_width .projects_masonry_holder .portfolio_masonry_item, .full_width .projects_masonry_holder .portfolio_masonry_item.large_height {
        width:24.98%
    }

    .full_width .projects_masonry_holder .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder .portfolio_masonry_item.large_width_height {
        width:49.96%
    }
}

@media only screen and (max-width: 1470px) {
    .blog_holder.masonry_full_width.pinterest_full_width article {
        width:26%
    }
}

@media only screen and (max-width: 1500px) {
    .fullscreen_search_holder .qode_search_field {
        font-size: 40px;
        line-height:70px
    }

    .fullscreen_search_holder .form_holder {
        width:70%
    }
}

@media only screen and (max-width: 1400px) {
    .qode_carousels_holder.with_space .qode_carousels.carousel_owl .slides .item {
        padding:0 20px
    }

    .blog_holder.masonry_full_width article, .full_width .q_masonry_blog article {
        width:23%
    }

    .blog_holder.blog_chequered article {
        width:33.33%
    }

    .column1 .qodef-blog-holder.qodef-blog-type-chequered article {
        width:50%
    }

    .column1 .blog_holder.blog_chequered article:nth-child(2n) {
        border-right:0
    }

    .full_width .projects_holder.hover_text.v2 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v3 article .image_holder.standard_hover .icons_holder {
        bottom: 50px;
        left:60px
    }

    .full_width .projects_holder.hover_text.v4 article .image_holder.standard_hover .icons_holder {
        bottom: 40px;
        left:50px
    }

    .full_width .projects_holder.hover_text.v5 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v6 article .image_holder.standard_hover .icons_holder, .full_width .projects_masonry_holder article .image_holder.standard_hover .icons_holder {
        bottom: 20px;
        left:30px
    }

    .full_width .projects_holder.v2 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v3 article .image_holder.standard_hover .text_holder {
        padding:50px 60px 85px
    }

    .full_width .projects_holder.v4 article .image_holder.standard_hover .text_holder {
        padding:40px 50px 75px
    }

    .full_width .projects_holder.v5 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v6 article .image_holder.standard_hover .text_holder, .full_width .projects_masonry_holder article .image_holder.standard_hover .text_holder {
        padding:20px 30px 55px
    }

    .full_screen_navigation_holder.up_arrow {
        top:110px
    }

    .content.content_top_margin .full_screen_navigation_holder.up_arrow {
        top:10px !important
    }

    .full_screen_navigation_holder.down_arrow {
        bottom:10px
    }

    .fullscreen_search_holder .form_holder {
        width:60%
    }

    .qode-workflow .qode-workflow-item {
        max-width:90%
    }
}

@media only screen and (max-width: 1300px) {
    .projects_holder.v6.hover_text.no_space .filler, .projects_holder.v6.hover_text.no_space .mix, .projects_holder.v6.standard_no_space .filler, .projects_holder.v6.standard_no_space .mix {
        width:19.99%
    }

    .firefox_mac_browser .projects_holder.v6.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v6.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v6.standard_no_space .filler, .firefox_mac_browser .projects_holder.v6.standard_no_space .mix, .safari_browser .projects_holder.v6.hover_text.no_space .filler, .safari_browser .projects_holder.v6.hover_text.no_space .mix, .safari_browser .projects_holder.v6.standard_no_space .filler, .safari_browser .projects_holder.v6.standard_no_space .mix {
        width:19.93%
    }

    .masonry_with_space .projects_holder.v6 .mix {
        width:20%
    }

    .touch footer.uncover {
        position: relative;
        top: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition:none
    }

    .touch .content {
        margin-bottom:0 !important
    }

    .full_width .projects_masonry_holder .portfolio_masonry_item, .full_width .projects_masonry_holder .portfolio_masonry_item.large_height {
        width:33.3%
    }

    .full_width .projects_masonry_holder .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder .portfolio_masonry_item.large_width_height {
        width:66.6%
    }

    .vertical_menu_enabled .title {
        height:auto !important
    }

    .vertical_menu_enabled .title_outer.with_image .title {
        padding:0 !important
    }

    .vertical_menu_enabled .title.has_background, .vertical_menu_enabled .title.has_fixed_background {
        background: 0 0 !important;
        height: auto !important;
        padding:0 !important
    }

    .vertical_menu_enabled .title_outer.animate_title_area {
        height: auto !important;
        opacity:1 !important
    }

    .vertical_menu_enabled .title .not_responsive {
        display:block
    }

    .vertical_menu_enabled .title .title_holder, .vertical_menu_enabled .title_outer.with_image .title .title_subtitle_holder {
        padding:0 !important
    }

    .vertical_menu_enabled .title .title_holder {
        height:100% !important
    }

    .q_elements_holder.responsive_mode_from_1300.five_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1300.four_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1300.six_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1300.three_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1300.two_columns .q_elements_item {
        width: 100%;
        display: inline-block;
        height:auto
    }

    .q_elements_holder.responsive_mode_from_1300 .q_elements_item .q_elements_item_content .images_holder {
        display:inline-block
    }

    .q_elements_holder.alignment_one_column_left.responsive_mode_from_1300 .q_elements_item .q_elements_item_content {
        text-align:left !important
    }

    .q_elements_holder.alignment_one_column_center.responsive_mode_from_1300 .q_elements_item .q_elements_item_content {
        text-align:center !important
    }

    .q_elements_holder.alignment_one_column_right.responsive_mode_from_1300 .q_elements_item .q_elements_item_content {
        text-align:right !important
    }
}

@media only screen and (max-width: 1200px) {
    body.boxed .carousel-inner, body.boxed .footer_inner, body.boxed .fotter_bottom_border_holder.in_grid, body.boxed .fotter_top_border_holder.in_grid, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
        width:1000px
    }

    body.boxed footer.uncover {
        width:100%
    }

    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .fotter_bottom_border_holder.in_grid, .fotter_top_border_holder.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, div.grid_section .section_inner, nav.content_menu ul {
        width:950px
    }

    .fullscreen_search_holder .qode_search_field {
        line-height:50px
    }

    .fullscreen_search_holder .search_submit {
        font-size: 30px;
        line-height:62px
    }

    .drop_down .wide .second ul li {
        width:207px
    }

    .drop_down .wide .second .inner > ul > li > a {
        line-height:1.4em
    }

    .projects_holder.v6 .mix, .projects_holder.v6.hover_text .mix {
        width: 18.5%;
        margin:0 0 1.7%
    }

    .projects_holder.v6 .filler, .projects_holder.v6.hover_text .filler {
        width:18.5%
    }

    .cover_boxes ul li, .cover_boxes ul li .box .thumb {
        width:227px
    }

    .cover_boxes ul li .box, .cover_boxes ul li.act {
        width:455px
    }

    .cover_boxes ul li .box .box_content {
        left: 247px;
        width:207px
    }

    body.boxed .cover_boxes ul li, body.boxed .cover_boxes ul li .box .thumb {
        width:240px
    }

    body.boxed .cover_boxes ul li .box, body.boxed .cover_boxes ul li.act {
        width:480px
    }

    body.boxed .cover_boxes ul li .box .box_content {
        left: 260px;
        width:220px
    }

    .flexslider .flex-next, .full_width .section_inner .portfolio_slider .caroufredsel-next, .full_width .section_inner .qode_carousels .caroufredsel-direction-nav .qode_carousel_next, .portfolio_slider .caroufredsel-next, .qode_carousels .caroufredsel-direction-nav .qode_carousel_next {
        right:0
    }

    .flexslider .flex-prev, .full_width .section_inner .portfolio_slider .caroufredsel-prev, .full_width .section_inner .qode_carousels .caroufredsel-direction-nav .qode_carousel_prev, .portfolio_slider .caroufredsel-prev, .qode_carousels .caroufredsel-direction-nav .qode_carousel_prev {
        left:0
    }

    .projects_masonry_holder.masonry_extended .portfolio_masonry_item, .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_height {
        width:25%
    }

    .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width, .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width_height {
        width:50%
    }

    body.page-template-blog-pinterest-full-width-php .content .full_width {
        padding:80px 20px 25px 85px
    }

    .fullscreen_search_holder .qode_search_field {
        font-size:38px
    }
}

@media only screen and (min-width: 1100px) and(max-width: 1400px) {
    .blog_holder.blog_chequered article:nth-child(3n) {
        border-right:0
    }
}

@media only screen and (min-width: 1042px) and(max-width: 1200px) {
    .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item, .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_height {
        width:25%
    }

    .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width_height {
        width:50%
    }
}

@media only screen and (max-width: 1075px) {
    .blog_holder.masonry_full_width.pinterest_full_width article {
        width:41%
    }
}

@media only screen and (max-width: 1060px) {
    .blog_holder.masonry_full_width.pinterest_full_width article {
        width:41%
    }

    body.page-template-blog-pinterest-full-width-php .content .full_width {
        padding:70px 10px 25px 80px
    }
}

@media only screen and (min-width: 1000px) and(max-width: 1200px) {
    .qode_pricing_tables.four_columns .price_in_table .price {
        font-size:60px
    }

    .blog_holder.masonry_full_width .mejs-container .mejs-controls .mejs-time span {
        font-size:12px
    }

    .full_width .projects_holder.hover_text.v4 article .image_holder.standard_hover .icons_holder {
        bottom: 25px;
        left:35px
    }

    .full_width .projects_holder.hover_text.v5 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v6 article .image_holder.standard_hover .icons_holder, .full_width .projects_masonry_holder article .image_holder.standard_hover .icons_holder {
        bottom: 10px;
        left:20px
    }

    .full_width .projects_holder.v4 article .image_holder.standard_hover .text_holder {
        padding:25px 35px 60px
    }

    .full_width .projects_holder.v5 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v6 article .image_holder.standard_hover .text_holder, .full_width .projects_masonry_holder article .image_holder.standard_hover .text_holder {
        padding:10px 20px 45px
    }
}

@media only screen and (max-width: 1024px) {
    .portfolio_single .fullscreen-slider .qodef-portfolio-slider-content, .portfolio_single .fullscreen-slider .qodef-portfolio-slider-content.opened {
        width:100% !important
    }

    .portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-portfolio-horizontal-holder .qodef-portfolio-info-holder > div {
        width: 100%;
        padding:10px
    }

    .paspartu_enabled .paspartu_bottom, .paspartu_enabled .wrapper, .paspartu_enabled footer.uncover {
        padding-bottom:2% !important
    }

    .paspartu_enabled .paspartu_top, .paspartu_enabled header, .paspartu_enabled.vertical_menu_enabled .content .content_inner {
        padding-top:2% !important
    }

    .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item, .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_height {
        width:33.33%
    }

    .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width_height {
        width:66.66%
    }

    .paspartu_enabled .paspartu_left, .paspartu_enabled .paspartu_right {
        width:2% !important
    }

    .paspartu_enabled .wrapper {
        padding-left: 2% !important;
        padding-right:2% !important
    }

    .paspartu_enabled .vertical_area_background, .paspartu_enabled aside.vertical_menu_area {
        left:2% !important
    }

    .blog_holder.masonry_full_width.pinterest_full_width article {
        width:40%
    }

    .countdown-amount {
        font-size: 50px !important;
        line-height:50px !important
    }

    .countdown-period {
        font-size:15px !important
    }

    nav.popup_menu ul li {
        margin:10px 0
    }

    .fullscreen_search_holder .qode_search_field {
        font-size: 28px;
        line-height:57px
    }

    .fullscreen_search_holder .search_submit {
        line-height:59px
    }
}

@media only screen and (min-width: 1000px) {
    .light:not(.sticky):not(.scrolled) .side_menu_button > a {
        color:#fff
    }

    .dark:not(.sticky):not(.scrolled) .side_menu_button > a {
        color:#000
    }

    .stick_with_left_right_menu .logo_wrapper {
        overflow:hidden
    }

    .latest_post_holder.boxes.four_columns > ul > li:nth-child(4n + 1), .latest_post_holder.boxes.three_columns > ul > li:nth-child(3n + 1), .latest_post_holder.boxes.two_columns > ul > li:nth-child(2n + 1) {
        clear:both
    }

    .admin-bar header.fixed, .admin-bar header.sticky.sticky_animate {
        padding-top:32px !important
    }

    .admin-bar .side_menu, .admin-bar header.fixed .qode_search_form, .admin-bar header.sticky .qode_search_form {
        top:32px
    }
}

@media only screen and (max-width: 1440px) {
    .portfolio_single .fullscreen-slider .qodef-portfolio-slider-content.opened {
        width: 80%;
        height:70%
    }
}

@media only screen and (max-width: 1000px) {
    body.boxed .carousel-inner, body.boxed .footer_inner, body.boxed .fotter_bottom_border_holder.in_grid, body.boxed .fotter_top_border_holder.in_grid, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
        width:818px
    }

    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .fotter_bottom_border_holder.in_grid, .fotter_top_border_holder.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, div.grid_section .section_inner, nav.content_menu {
        width:768px
    }

    .full_width .projects_holder_outer.v5, .full_width .projects_holder_outer.v6 {
        width:100%
    }

    .header_top .container {
        display:inline-block
    }

    .header_inner_left, footer.uncover, header {
        position: relative !important;
        left: 0 !important;
        margin-bottom:0
    }

    .content {
        margin-bottom:0 !important
    }

    .right_side_menu_opened .wrapper header {
        left:0 !important
    }

    header {
        top: 0 !important;
        margin-top: 0 !important;
        display:block
    }

    .header_top_hide_on_mobile .header_top {
        display:none !important
    }

    .header_top {
        height: auto;
        line-height: normal;
        display:block !important
    }

    .header_top .left, .header_top .right {
        text-align: center;
        float:none
    }

    .header_top .inner {
        display: inline-block;
        vertical-align:middle
    }

    .header_bottom {
        background-color:#fff
    }

    .header_bottom .container_inner {
        width:auto
    }

    header .q_logo img.normal {
        display: block !important;
        opacity: 1 !important;
        position: relative;
        margin:0 auto
    }

    header .q_logo img.dark, header .q_logo img.light, header .q_logo img.sticky {
        display:none !important
    }

    header .q_logo.animate_logo div.normal {
        opacity: 1 !important;
        display:block
    }

    .header-left-from-logo-widget, .header-right-from-logo-widget, .q_logo_hidden, header .q_logo.animate_logo div.dark, header .q_logo.animate_logo div.sticky {
        display:none
    }

    .main_menu {
        display:none !important
    }

    nav.mobile_menu {
        display:block
    }

    .logo_wrapper, .mobile_menu_button {
        display:table
    }

    nav.mobile_menu > ul {
        margin:0 auto
    }

    .logo_wrapper {
        height: 100px;
        left: 50%;
        position:absolute
    }

    .q_logo {
        display: table-cell;
        position: relative;
        top: auto;
        vertical-align:middle
    }

    .q_logo a {
        left: -50%;
        width:auto !important
    }

    .header_top .header-widget, header .header_fixed_right_area {
        width: 100%;
        margin: 0;
        text-align: center;
        display:block
    }

    .q_logo img {
        top: 0;
        left:0
    }

    header .header_fixed_right_area {
        line-height: 100% !important;
        top: 80px !important;
        position:absolute
    }

    .header_menu_bottom {
        border-top:none
    }

    .dark .mobile_menu_button span, .dark .shopping_cart_header .header_cart > i, .dark .side_menu_button > a, .light .header_top .header-widget, .light .header_top .header-widget a, .light .header_top .header-widget p, .light .header_top .header-widget span, .light .header_top .header-widget.widget_nav_menu ul.menu > li > a, .light .header_top .q_social_icon_holder i.simple_social {
        color:#777
    }

    .light .header_top #lang_sel > ul > li > a, .light .header_top #lang_sel_click > ul > li > a, .light .header_top .q_social_icon_holder i.simple_social {
        color:#777 !important
    }

    .dark .header_top .header-widget, .dark .header_top .header-widget a, .dark .header_top .header-widget p, .dark .header_top .header-widget span, .dark .header_top .header-widget.widget_nav_menu ul.menu > li > a, .dark .header_top .q_social_icon_holder i.simple_social, .dark .mobile_menu_button span, .dark .shopping_cart_header .header_cart > i, .dark .side_menu_button > a {
        color:#777
    }

    .header_top .left .inner #lang_sel, .header_top .right .inner #lang_sel {
        float:none
    }

    .dark .header_top #lang_sel > ul > li > a, .dark .header_top #lang_sel_click > ul > li > a, .dark .header_top .q_social_icon_holder i.simple_social {
        color:#777 !important
    }

    .title {
        height:auto !important
    }

    .title_outer.with_image .title {
        padding:0 !important
    }

    .title.has_background, .title.has_fixed_background {
        background: 0 0 !important;
        height: auto !important;
        padding:0 !important
    }

    .title_outer.animate_title_area {
        height: auto !important;
        opacity:1 !important
    }

    .title .not_responsive {
        display:block
    }

    .title_outer.with_image .title .title_subtitle_holder {
        padding:0 !important
    }

    .title h1 {
        font-size:38px
    }

    .title .title_holder {
        height: 100% !important;
        padding:0 !important
    }

    .title:not(.breadcrumbs_title) .title_holder {
        height: 100% !important;
        padding: 10px 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing:border-box
    }

    .subtitle {
        font-size:24px
    }

    .shopping_cart_inner, .side_menu_button {
        height:100px
    }

    header.menu_bottom.has_header_fixed_right .side_menu_button {
        height:130px !important
    }

    .header_top .right #lang_sel ul ul, .header_top .right #lang_sel_click ul ul {
        right:0
    }

    nav.content_menu {
        position: relative !important;
        top: 0 !important;
        margin:0 auto
    }

    nav.content_menu ul.menu {
        display:none
    }

    nav.content_menu .nav_select_menu {
        display:block
    }

    .blog_holder.blog_animated article .qodef-post-content-overlay i, nav.content_menu .back_outer {
        display:none
    }

    .content .container .container_inner.default_template_holder {
        padding:44px 0 0
    }

    .projects_holder.v4 .mix, .projects_holder.v4.hover_text .mix, .projects_holder.v5 .mix, .projects_holder.v5.hover_text .mix, .projects_holder.v6 .mix, .projects_holder.v6.hover_text .mix {
        width: 23%;
        margin:0 0 3%
    }

    .projects_holder.v4 .filler, .projects_holder.v4.hover_text .filler, .projects_holder.v5 .filler, .projects_holder.v5.hover_text .filler, .projects_holder.v6 .filler, .projects_holder.v6.hover_text .filler {
        width:23%
    }

    .projects_holder.v2 .mix, .projects_holder.v3 .mix {
        margin:0 0 3%
    }

    .projects_holder.v2.hover_text .mix, .projects_holder.v3.hover_text .mix, .projects_holder.v4.hover_text .mix, .projects_holder.v5.hover_text .mix, .projects_holder.v6.hover_text .mix {
        margin:0 0 2.8%
    }

    .projects_holder.v4.hover_text.no_space .filler, .projects_holder.v4.hover_text.no_space .mix, .projects_holder.v4.standard_no_space .filler, .projects_holder.v4.standard_no_space .mix, .projects_holder.v5.hover_text.no_space .filler, .projects_holder.v5.hover_text.no_space .mix, .projects_holder.v5.standard_no_space .filler, .projects_holder.v5.standard_no_space .mix, .projects_holder.v6.hover_text.no_space .filler, .projects_holder.v6.hover_text.no_space .mix, .projects_holder.v6.standard_no_space .filler, .projects_holder.v6.standard_no_space .mix {
        width:24.99%
    }

    .firefox_mac_browser .projects_holder.v4.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v4.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v4.standard_no_space .filler, .firefox_mac_browser .projects_holder.v4.standard_no_space .mix, .firefox_mac_browser .projects_holder.v5.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v5.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v5.standard_no_space .filler, .firefox_mac_browser .projects_holder.v5.standard_no_space .mix, .firefox_mac_browser .projects_holder.v6.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v6.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v6.standard_no_space .filler, .firefox_mac_browser .projects_holder.v6.standard_no_space .mix, .safari_browser .projects_holder.v4.hover_text.no_space .filler, .safari_browser .projects_holder.v4.hover_text.no_space .mix, .safari_browser .projects_holder.v4.standard_no_space .filler, .safari_browser .projects_holder.v4.standard_no_space .mix, .safari_browser .projects_holder.v5.hover_text.no_space .filler, .safari_browser .projects_holder.v5.hover_text.no_space .mix, .safari_browser .projects_holder.v5.standard_no_space .filler, .safari_browser .projects_holder.v5.standard_no_space .mix, .safari_browser .projects_holder.v6.hover_text.no_space .filler, .safari_browser .projects_holder.v6.hover_text.no_space .mix, .safari_browser .projects_holder.v6.standard_no_space .filler, .safari_browser .projects_holder.v6.standard_no_space .mix {
        width:24.93%
    }

    .projects_holder.v3.standard_no_space .mix, .projects_holder.v4.standard_no_space .mix, .projects_holder.v5.standard_no_space .mix, .projects_holder.v6.standard_no_space .mix {
        margin:0
    }

    .masonry_with_space .projects_holder.v5 .filler, .masonry_with_space .projects_holder.v5 .mix, .masonry_with_space .projects_holder.v6 .filler, .masonry_with_space .projects_holder.v6 .mix {
        width:25%
    }

    .full_width .projects_masonry_holder .portfolio_masonry_item, .full_width .projects_masonry_holder .portfolio_masonry_item.large_height {
        width:49.9%
    }

    .full_width .projects_masonry_holder .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder .portfolio_masonry_item.large_width_height {
        width:100%
    }

    .projects_masonry_holder .portfolio_masonry_item, .projects_masonry_holder .portfolio_masonry_item.large_height {
        width:49.9%
    }

    .projects_masonry_holder .portfolio_masonry_item.large_width, .projects_masonry_holder .portfolio_masonry_item.large_width_height {
        width:100%
    }

    .projects_masonry_holder.masonry_extended .portfolio_masonry_item, .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_height {
        width:33.33%
    }

    .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width, .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width_height {
        width:66.66%
    }

    .blog_holder.masonry article, .q_masonry_blog article {
        width:47%
    }

    .blog_holder.masonry_full_width article, .full_width .q_masonry_blog article {
        width:30.5%
    }

    .box_image_holder .box_icon .fa-stack {
        font-size:3em
    }

    .header_top .left .inner > div:last-child, .header_top .right .inner > div, header .q_social_icon_holder {
        border-right:0
    }

    .header_top .left .inner > div, .header_top .right .inner > div:first-child {
        border-left:0
    }

    .animated_icons_with_text.five_columns .animated_icon_with_text_holder, .animated_icons_with_text.four_columns .animated_icon_with_text_holder, .animated_icons_with_text.three_columns .animated_icon_with_text_holder {
        width:50%
    }

    .animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(5n) .animated_icon_with_text_inner:before, .animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(4n) .animated_icon_with_text_inner:before, .animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(3n) .animated_icon_with_text_inner:before {
        border-right-width:1px
    }

    .animated_icons_with_text.five_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before, .animated_icons_with_text.four_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before, .animated_icons_with_text.three_columns .animated_icon_with_text_holder:nth-child(2n) .animated_icon_with_text_inner:before {
        border-right-width:0
    }

    .cover_boxes ul {
        margin:0 -8px 0 0
    }

    .cover_boxes ul li {
        margin-right:8px
    }

    .cover_boxes ul li, .cover_boxes ul li .box .thumb {
        width:187px
    }

    .cover_boxes ul li .box, .cover_boxes ul li.act {
        width:374px
    }

    .cover_boxes ul li .box .box_content {
        left: 197px;
        width:177px
    }

    body.boxed .cover_boxes ul li, body.boxed .cover_boxes ul li .box .thumb {
        width:199px
    }

    body.boxed .cover_boxes ul li .box, body.boxed .cover_boxes ul li.act {
        width:400px
    }

    body.boxed .cover_boxes ul li .box .box_content {
        left: 209px;
        width:189px
    }

    .cover_boxes ul li .box .box_content p {
        max-height: 105px;
        overflow:hidden
    }

    .cover_boxes ul li .box .cover_box_title {
        margin:0 0 5px
    }

    .cover_boxes ul li .box .qbutton, .cover_boxes ul li .box h5 {
        margin:8px 0 0
    }

    .latest_post_holder.boxes.four_columns > ul > li, .latest_post_holder.four_columns > ul > li {
        width: 49%;
        margin:0 2% 25px 0 !important
    }

    .latest_post_holder.boxes.four_columns > ul > li:nth-child(2n) {
        margin:0 0 25px !important
    }

    .latest_post_holder.boxes.four_columns > ul > li:nth-child(2n + 1) {
        clear:both
    }

    .q_tabs .tabs-nav li a {
        padding:0 7px
    }

    .price_table_inner ul li.table_title {
        padding:18px 15px 17px
    }

    .price_table_inner ul li {
        padding:11px 10px
    }

    body .content, body .content.content_top_margin {
        margin-top:0 !important
    }

    .q_counter_holder.center {
        padding:20px 30px
    }

    .wpb_flexslider.flexslider.have_frame {
        width:566px
    }

    .frame_holder > .wpb_wrapper {
        padding:30px 0 66px
    }

    .frame_holder.frame_holder2 > .wpb_wrapper {
        padding:42px 0 66px
    }

    .qode_pricing_tables.four_columns .q_price_table {
        width: 48.75%;
        margin-bottom:45px
    }

    .qode_pricing_tables.four_columns .q_price_table:nth-child(2n + 1) {
        margin-left: 0;
        clear:both
    }

    .gallery_holder ul.v5 li, .wpb_gallery_slides .gallery_holder ul.v5 li {
        width:25%
    }

    .google_map_ovrlay {
        display:block
    }

    .full_width .projects_holder.hover_text.v2 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v3 article .image_holder.standard_hover .icons_holder {
        bottom: 30px;
        left:40px
    }

    .full_width .projects_holder.hover_text.v4 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v5 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v6 article .image_holder.standard_hover .icons_holder, .full_width .projects_masonry_holder article .image_holder.standard_hover .icons_holder {
        bottom: 15px;
        left:25px
    }

    .full_width .projects_holder.v2 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v3 article .image_holder.standard_hover .text_holder {
        padding:30px 40px 65px
    }

    .full_width .projects_holder.v4 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v5 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v6 article .image_holder.standard_hover .text_holder, .full_width .projects_masonry_holder article .image_holder.standard_hover .text_holder {
        padding:15px 25px 50px
    }

    .full_screen_navigation_holder.up_arrow {
        top:0 !important
    }

    .full_screen_navigation_holder.down_arrow {
        bottom:0 !important
    }

    .content.content_top_margin .fp-controlArrow {
        margin-top:-28px
    }

    .q_contact_page.map_lr .contact_detail {
        width: 100%;
        margin-right:0
    }

    .q_contact_page.map_lr .google_map_holder {
        width: 100%;
        margin:0 0 80px
    }

    .q_elements_holder.responsive_mode_from_1000.five_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1000.four_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1000.six_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1000.three_columns .q_elements_item, .q_elements_holder.responsive_mode_from_1000.two_columns .q_elements_item {
        width: 100%;
        display: inline-block;
        height:auto
    }

    .q_elements_holder.responsive_mode_from_1000 .q_elements_item .q_elements_item_content .images_holder {
        display:inline-block
    }

    .q_elements_holder.alignment_one_column_left.responsive_mode_from_1000 .q_elements_item .q_elements_item_content {
        text-align:left !important
    }

    .q_elements_holder.alignment_one_column_center.responsive_mode_from_1000 .q_elements_item .q_elements_item_content {
        text-align:center !important
    }

    .q_elements_holder.alignment_one_column_right.responsive_mode_from_1000 .q_elements_item .q_elements_item_content {
        text-align:right !important
    }

    .portfolio_single .portfolio_masonry_gallery .mix, .portfolio_single .portfolio_masonry_gallery .mix.large {
        width:33.33%
    }

    .portfolio_single .portfolio_masonry_gallery .mix.huge {
        width:66.66%
    }
}

@media only screen and (min-width: 768px) and(max-width: 1100px) {
    .portfolio_gallery a.v4 {
        width: 32%;
        margin:0 2% 2% 0 !important
    }

    .portfolio_gallery a.v4:nth-child(3n) {
        margin:0 0 2% !important
    }

    .widget.widget_search form input[type=text] {
        width:67%
    }

    .q_percentage, .q_percentage_with_icon {
        width: 150px !important;
        height: 150px !important;
        line-height:150px !important
    }

    .q_percentage canvas, .q_percentage_with_icon canvas {
        width: 100% !important;
        height:100% !important
    }

    .blog_holder.blog_chequered article, .two_columns_25_75 .blog_holder.blog_chequered article, .two_columns_33_66 .blog_holder.blog_chequered article, .two_columns_66_33 .blog_holder.blog_chequered article, .two_columns_75_25 .blog_holder.blog_chequered article {
        width:50%
    }

    .filter_holder ul li span {
        padding:0 20px
    }

    .portfolio_single.big-images .portfolio_container, .portfolio_single.big-slider .portfolio_container, .portfolio_single.gallery .portfolio_container {
        padding:36px 35px
    }

    .blog_holder.blog_chequered article:nth-child(2n) {
        border-right:0
    }
}

@media only screen and (min-width: 768px) and(max-width: 1000px) {
    .grid2 .blog_holder.masonry .blog_share, .grid2.two_columns_66_33 .blog_holder.blog_single article .post_comments {
        margin-left:0
    }

    .grid2.two_columns_66_33 .blog_holder.blog_single article .post_description .post_description_left, .grid2.two_columns_66_33 .blog_holder.blog_single article .post_description .post_description_right {
        float:none
    }

    .q_image_with_text_over .back_holder, .q_image_with_text_over .front_holder {
        padding:25px 20px 16px
    }

    .portfolio_slides .icons_holder a, .projects_holder article .icons_holder a, .projects_holder.hover_text article .icons_holder a {
        margin:0 10px 0 0
    }

    .projects_holder article .icons_holder a:last-child {
        margin:0
    }

    .projects_holder.hover_text article .icons_holder, .projects_holder.hover_text.v3 article .icons_holder {
        bottom: 20px;
        left:20px
    }

    .portfolio_slides .icons_holder, .projects_holder.hover_text.v2 article .icons_holder {
        bottom: 30px;
        left:30px
    }

    .projects_holder article .image_holder .text_holder, .projects_holder.v3 article .image_holder .text_holder {
        padding:15px 20px 50px
    }

    .projects_holder article .image_holder.elegant_hover .text_holder, .projects_holder.v3 article .image_holder.elegant_hover .text_holder {
        padding:15px 20px
    }

    .portfolio_slides .image_holder .text_holder, .projects_holder.v2 article .image_holder .text_holder {
        padding:25px 30px 60px
    }

    .projects_holder.v2 article .image_holder.elegant_hover .text_holder {
        padding:25px 30px
    }

    .q_team_social .q_social_icon_holder {
        margin:0 5px 5px !important
    }

    .q_team .q_team_social_holder .fa-stack {
        width: 30px;
        height: 30px;
        line-height:30px
    }

    .q_team .q_social_icon_holder.normal_social .simple_social, .q_team .q_social_icon_holder.normal_social.with_link .simple_social {
        font-size: 22px;
        line-height:30px
    }

    .q_team .q_team_social_holder .social_icon {
        font-size: 16px;
        line-height:30px
    }

    .q_progress_bars_vertical .progress_title {
        font-size:.8em
    }
}

@media only screen and (max-width: 900px) {
    .projects_holder.v4.hover_text.no_space .filler, .projects_holder.v4.hover_text.no_space .mix, .projects_holder.v4.standard_no_space .filler, .projects_holder.v4.standard_no_space .mix, .projects_holder.v5.hover_text.no_space .filler, .projects_holder.v5.hover_text.no_space .mix, .projects_holder.v5.standard_no_space .filler, .projects_holder.v5.standard_no_space .mix, .projects_holder.v6.hover_text.no_space .filler, .projects_holder.v6.hover_text.no_space .mix, .projects_holder.v6.standard_no_space .filler, .projects_holder.v6.standard_no_space .mix {
        width:33.32%
    }

    .firefox_mac_browser .projects_holder.v4.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v4.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v4.standard_no_space .filler, .firefox_mac_browser .projects_holder.v4.standard_no_space .mix, .firefox_mac_browser .projects_holder.v5.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v5.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v5.standard_no_space .filler, .firefox_mac_browser .projects_holder.v5.standard_no_space .mix, .firefox_mac_browser .projects_holder.v6.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v6.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v6.standard_no_space .filler, .firefox_mac_browser .projects_holder.v6.standard_no_space .mix, .safari_browser .projects_holder.v4.hover_text.no_space .filler, .safari_browser .projects_holder.v4.hover_text.no_space .mix, .safari_browser .projects_holder.v4.standard_no_space .filler, .safari_browser .projects_holder.v4.standard_no_space .mix, .safari_browser .projects_holder.v5.hover_text.no_space .filler, .safari_browser .projects_holder.v5.hover_text.no_space .mix, .safari_browser .projects_holder.v5.standard_no_space .filler, .safari_browser .projects_holder.v5.standard_no_space .mix, .safari_browser .projects_holder.v6.hover_text.no_space .filler, .safari_browser .projects_holder.v6.hover_text.no_space .mix, .safari_browser .projects_holder.v6.standard_no_space .filler, .safari_browser .projects_holder.v6.standard_no_space .mix {
        width:33.3%
    }
}

@media only screen and (max-width: 783px) {
    .blog_holder.masonry_full_width article, .full_width .q_masonry_blog article {
        width:46.5%
    }
}

@media only screen and (max-width: 768px) {
    .blog_holder.blog_animated article .qodef-post-image, .comment_holder .comment_number, .header_bottom_right_widget_holder, .q_circles_holder.with_lines:before, .q_circles_holder:before, .qode_carousels_holder .caroufredsel-direction-nav {
        display:none
    }

    body.boxed .carousel-inner, body.boxed .footer_inner, body.boxed .fotter_bottom_border_holder.in_grid, body.boxed .fotter_top_border_holder.in_grid, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
        width:650px
    }

    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .fotter_bottom_border_holder.in_grid, .fotter_top_border_holder.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, div.grid_section .section_inner, nav.content_menu {
        width:600px
    }

    .projects_holder.v2 .mix, .projects_holder.v2.hover_text .mix, .projects_holder.v3 .mix, .projects_holder.v3.hover_text .mix, .projects_holder.v4 .mix, .projects_holder.v4.hover_text .mix, .projects_holder.v5 .mix, .projects_holder.v5.hover_text .mix, .projects_holder.v6 .mix, .projects_holder.v6.hover_text .mix {
        width: 48.3%;
        margin:0 0 3.6%
    }

    .projects_holder.v2 .filler, .projects_holder.v2.hover_text .filler, .projects_holder.v3 .filler, .projects_holder.v3.hover_text .filler, .projects_holder.v4 .filler, .projects_holder.v4.hover_text .filler, .projects_holder.v5 .filler, .projects_holder.v5.hover_text .filler, .projects_holder.v6 .filler, .projects_holder.v6.hover_text .filler {
        width:48.3%
    }

    .projects_holder.v2.hover_text .mix, .projects_holder.v3.hover_text .mix, .projects_holder.v4.hover_text .mix, .projects_holder.v5.hover_text .mix, .projects_holder.v6.hover_text .mix {
        margin:0 0 3.4%
    }

    .projects_holder.v2.hover_text.no_space .filler, .projects_holder.v2.hover_text.no_space .mix, .projects_holder.v2.standard_no_space .filler, .projects_holder.v2.standard_no_space .mix, .projects_holder.v3.hover_text.no_space .filler, .projects_holder.v3.hover_text.no_space .mix, .projects_holder.v3.standard_no_space .filler, .projects_holder.v3.standard_no_space .mix, .projects_holder.v4.hover_text.no_space .filler, .projects_holder.v4.hover_text.no_space .mix, .projects_holder.v4.standard_no_space .filler, .projects_holder.v4.standard_no_space .mix, .projects_holder.v5.hover_text.no_space .filler, .projects_holder.v5.hover_text.no_space .mix, .projects_holder.v5.standard_no_space .filler, .projects_holder.v5.standard_no_space .mix, .projects_holder.v6.hover_text.no_space .filler, .projects_holder.v6.hover_text.no_space .mix, .projects_holder.v6.standard_no_space .filler, .projects_holder.v6.standard_no_space .mix {
        width:49.99%
    }

    .firefox_mac_browser .projects_holder.v2.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v2.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v2.standard_no_space .filler, .firefox_mac_browser .projects_holder.v2.standard_no_space .mix, .firefox_mac_browser .projects_holder.v3.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v3.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v3.standard_no_space .filler, .firefox_mac_browser .projects_holder.v3.standard_no_space .mix, .firefox_mac_browser .projects_holder.v4.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v4.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v4.standard_no_space .filler, .firefox_mac_browser .projects_holder.v4.standard_no_space .mix, .firefox_mac_browser .projects_holder.v5.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v5.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v5.standard_no_space .filler, .firefox_mac_browser .projects_holder.v5.standard_no_space .mix, .firefox_mac_browser .projects_holder.v6.hover_text.no_space .filler, .firefox_mac_browser .projects_holder.v6.hover_text.no_space .mix, .firefox_mac_browser .projects_holder.v6.standard_no_space .filler, .firefox_mac_browser .projects_holder.v6.standard_no_space .mix, .safari_browser .projects_holder.v2.hover_text.no_space .filler, .safari_browser .projects_holder.v2.hover_text.no_space .mix, .safari_browser .projects_holder.v2.standard_no_space .filler, .safari_browser .projects_holder.v2.standard_no_space .mix, .safari_browser .projects_holder.v3.hover_text.no_space .filler, .safari_browser .projects_holder.v3.hover_text.no_space .mix, .safari_browser .projects_holder.v3.standard_no_space .filler, .safari_browser .projects_holder.v3.standard_no_space .mix, .safari_browser .projects_holder.v4.hover_text.no_space .filler, .safari_browser .projects_holder.v4.hover_text.no_space .mix, .safari_browser .projects_holder.v4.standard_no_space .filler, .safari_browser .projects_holder.v4.standard_no_space .mix, .safari_browser .projects_holder.v5.hover_text.no_space .filler, .safari_browser .projects_holder.v5.hover_text.no_space .mix, .safari_browser .projects_holder.v5.standard_no_space .filler, .safari_browser .projects_holder.v5.standard_no_space .mix, .safari_browser .projects_holder.v6.hover_text.no_space .filler, .safari_browser .projects_holder.v6.hover_text.no_space .mix, .safari_browser .projects_holder.v6.standard_no_space .filler, .safari_browser .projects_holder.v6.standard_no_space .mix {
        width:49.92%
    }

    .projects_holder.v2.standard_no_space .mix, .projects_holder.v3.standard_no_space .mix, .projects_holder.v4.standard_no_space .mix, .projects_holder.v5.standard_no_space .mix, .projects_holder.v6.standard_no_space .mix {
        margin:0
    }

    .masonry_with_space .projects_holder.v4 .filler, .masonry_with_space .projects_holder.v4 .mix, .masonry_with_space .projects_holder.v5 .filler, .masonry_with_space .projects_holder.v5 .mix, .masonry_with_space .projects_holder.v6 .filler, .masonry_with_space .projects_holder.v6 .mix {
        width:33.33%
    }

    .blog_holder.masonry article, .blog_holder.masonry_full_width article, .full_width .grid_section .q_masonry_blog article, .q_masonry_blog article {
        width:46.5%
    }

    .blog_holder.masonry_full_width article, .blog_holder.masonry_full_width.pinterest_full_width article, .comment_holder .comments, .full_width .q_masonry_blog article, .two_columns_25_75 .blog_holder.masonry article, .two_columns_25_75 .q_masonry_blog article, .two_columns_33_66 .blog_holder.masonry article, .two_columns_33_66 .q_masonry_blog article, .two_columns_66_33 .blog_holder.masonry article, .two_columns_66_33 .q_masonry_blog article, .two_columns_75_25 .blog_holder.masonry article, .two_columns_75_25 .q_masonry_blog article {
        width:100%
    }

    body.page-template-blog-pinterest-full-width-php .content .full_width {
        padding:0 20px
    }

    .blog_holder.blog_chequered article .qodef-post-content-inner {
        padding:35px 40px 62px
    }

    .blog_holder.blog_animated article .qodef-post-text {
        left: 0;
        padding:30px 20px
    }

    .blog_holder.blog_animated article:hover .qodef-post-text {
        left:0
    }

    div.comment_form {
        padding-top: 40px;
        border-top:1px solid #ddd
    }

    .title h1 {
        font-size:30px
    }

    .subtitle {
        font-size:20px
    }

    .q_line_graf {
        margin: 0 0 25px;
        width:100%
    }

    .q_pie_graf {
        width: 70%;
        margin: 0 auto 25px;
        float:none
    }

    .q_line_graf canvas, .q_line_graf_legend, .q_pie_graf canvas, .q_pie_graf_legend {
        width: 100% !important;
        height:auto !important
    }

    .q_icon_list p, .q_list.number.circle_number li {
        line-height:37px
    }

    .q_list.number.circle_number ul > li:before {
        top:0
    }

    .q_icon_list p {
        padding:0 0 0 45px
    }

    .q_icon_list i {
        line-height: 35px;
        height: 35px;
        width:35px
    }

    .cover_boxes ul, .cover_boxes ul li {
        width:100% !important
    }

    .grid2 .blog_holder article .post_description .post_description_left, .grid2 .blog_holder article .post_description .post_description_right, .grid2 .post_info_left {
        float:none
    }

    .grid2 .blog_holder article .post_description .post_description_left, .grid2 .post_info_left {
        margin-top:10px
    }

    .grid2 .blog_holder article .post_comments {
        margin-left:0
    }

    .cover_boxes ul li {
        margin:0 0 20px !important
    }

    .cover_boxes ul li, .cover_boxes ul li .box .thumb {
        width:270px
    }

    .cover_boxes ul li .box, .cover_boxes ul li.act {
        width:100%
    }

    .cover_boxes ul li .box .box_content {
        position: static;
        left: 0;
        float: right;
        width:310px
    }

    .cover_boxes ul li .box .box_content p {
        height: auto;
        max-height: none;
        overflow:visible
    }

    .q_circles_holder .q_circle_outer {
        width: 50% !important;
        margin:0 0 30px
    }

    .q_circles_holder:before {
        width: 0;
        height: 0;
        border:0
    }

    .q_social_icon_holder .fa-stack {
        margin:.1407692307692308em
    }

    .wpb_flexslider.flexslider.have_frame {
        width:442px
    }

    .frame_holder > .wpb_wrapper {
        padding:24px 0 58px
    }

    .frame_holder.frame_holder2 > .wpb_wrapper {
        padding:33px 0 58px
    }

    .touch .content {
        margin:0 !important
    }

    nav.popup_menu ul li a, nav.popup_menu ul li h6 {
        line-height: 40px;
        font-size:30px
    }

    nav.popup_menu ul li a span, nav.popup_menu ul li h6 span {
        font-size:.7em
    }

    .q_tabs .tabs-nav li a {
        padding: 0 4px;
        font-size:12px
    }

    .filter_holder ul li span {
        padding:0 15px
    }

    .portfolio_single h2.portfolio_single_text_title {
        line-height:1em
    }

    .portfolio_single h2.portfolio_single_text_title span {
        font-size:68%
    }

    .portfolio_single.big-images .portfolio_container, .portfolio_single.big-slider .portfolio_container, .portfolio_single.gallery .portfolio_container {
        padding:26px 30px
    }

    .vc_text_separator.full .separator_wrapper {
        padding:0 25px
    }

    .vc_text_separator.full .separator_content {
        padding:15px 50px
    }

    .full_width .projects_holder.hover_text.v2 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v3 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v4 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v5 article .image_holder.standard_hover .icons_holder, .full_width .projects_holder.hover_text.v6 article .image_holder.standard_hover .icons_holder, .full_width .projects_masonry_holder article .image_holder.standard_hover .icons_holder {
        bottom: 25px;
        left:35px
    }

    .full_width .projects_holder.v2 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v3 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v4 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v5 article .image_holder.standard_hover .text_holder, .full_width .projects_holder.v6 article .image_holder.standard_hover .text_holder, .full_width .projects_masonry_holder article .image_holder.standard_hover .text_holder {
        padding:30px 35px 60px
    }

    .blog_holder article h2 a, .blog_holder article h2 span, .blog_holder.masonry article h4 a, .blog_holder.masonry_full_width article h4 a {
        font-size:.85em
    }

    body.page-template-blog-masonry-full-width-php .content .full_width {
        padding:44px 45px 25px
    }

    .blog_holder article .post_info {
        margin:0 0 20px
    }

    .content .container_inner.default_template_holder h2, .content .full_width h2 {
        font-size:30px
    }

    .latest_post_image {
        width:80px
    }

    .latest_post_holder.image_in_box .latest_post_text {
        padding:0 0 0 95px
    }

    .latest_post_holder.image_in_box h4.latest_post_title {
        font-size:14px
    }

    .latest_post_holder .post_info_section {
        padding:0 5px
    }

    .latest_post_holder .post_info_section:first-child {
        padding:0 5px 0 0
    }

    .latest_post_holder .post_info_section:before {
        left:-5px
    }

    .animated_icons_with_text .animated_icon_with_text_holder {
        width:100% !important
    }

    .animated_icons_with_text .animated_icon_with_text_inner:before {
        border-right-width:0 !important
    }

    .custom_font_holder {
        line-height:1.3em !important
    }

    .custom_font_holder > span {
        font-size: .8em;
        line-height:1em
    }

    .q_elements_holder.responsive_mode_from_768.five_columns .q_elements_item, .q_elements_holder.responsive_mode_from_768.four_columns .q_elements_item, .q_elements_holder.responsive_mode_from_768.six_columns .q_elements_item, .q_elements_holder.responsive_mode_from_768.three_columns .q_elements_item, .q_elements_holder.responsive_mode_from_768.two_columns .q_elements_item {
        width: 100%;
        display: inline-block;
        height:auto
    }

    .q_elements_holder.responsive_mode_from_768 .q_elements_item .q_elements_item_content .images_holder {
        display:inline-block
    }

    .q_elements_holder.alignment_one_column_left.responsive_mode_from_768 .q_elements_item .q_elements_item_content {
        text-align:left !important
    }

    .q_elements_holder.alignment_one_column_center.responsive_mode_from_768 .q_elements_item .q_elements_item_content {
        text-align:center !important
    }

    .q_elements_holder.alignment_one_column_right.responsive_mode_from_768 .q_elements_item .q_elements_item_content {
        text-align:right !important
    }

    .projects_masonry_holder.masonry_extended .portfolio_masonry_item, .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_height {
        width:50%
    }

    .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width, .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width_height {
        width:100%
    }

    .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item, .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_height {
        width:50%
    }

    .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder.masonry_extended .portfolio_masonry_item.large_width_height {
        width:100%
    }

    .qode_shop_category_showcase .qode_category_showcase_product_title {
        margin-bottom:36px
    }

    .testimonial_content_grouped_item {
        margin-right: 0;
        margin-bottom: 30px;
        width:100%
    }

    .title.with_title_text_bg_color h1 {
        padding: 17px 32px;
        line-height:1.1em
    }

    .side_area_over_content .side_menu {
        width:50%
    }

    .fullscreen_search_holder .form_holder {
        width:70%
    }

    .fullscreen_search_holder .qode_search_field {
        font-size: 20px;
        line-height:47px
    }

    .fullscreen_search_holder .search_submit {
        font-size: 22px;
        line-height:49px
    }

    .projects_holder_outer.qode-filter-position-left .filter_outer {
        width: 100%;
        padding:20px 30px
    }

    .projects_holder_outer.qode-filter-position-left .projects_holder {
        width:100%
    }

    .projects_holder_outer.qode-filter-position-left .filter_holder {
        text-align:center
    }

    .projects_holder_outer.qode-filter-position-left .filter_outer ul li, .projects_holder_outer.qode-filter-position-left .filter_outer ul li.filter_title {
        text-align: center;
        padding: 7px 10px;
        display:inline-block
    }
}

@media only screen and (min-width: 600px) and(max-width: 768px) {
    .portfolio_gallery a.v3, .portfolio_gallery a.v4 {
        width: 49% !important;
        margin:0 2% 2% 0 !important
    }

    .portfolio_gallery a.v3:nth-child(2n), .portfolio_gallery a.v4:nth-child(2n) {
        margin:0 0 2% !important
    }

    .gallery_holder ul.v4 li {
        width:50% !important
    }

    .gallery_holder ul.v3 li, .gallery_holder ul.v5 li {
        width:33.33333% !important
    }

    .blog_holder article .post_info .inner {
        padding:0 10px 0 0
    }

    .widget.widget_search form input[type=text] {
        width:60%
    }

    .q_image_with_text_over.one_fourth {
        width:49.9%
    }

    .q_percentage canvas, .q_percentage_with_icon canvas {
        width: 100% !important;
        height:100% !important
    }

    .q_circles_holder .q_circle_outer:nth-child(2n + 1) {
        clear:both
    }

    .blog_like {
        padding:0 0 0 8px
    }

    .blog_share {
        margin:0 0 0 8px
    }

    .blog_holder article .post_description .post_description_left {
        margin:0 12px 0 0
    }

    .blog_holder.masonry article .post_description .post_description_left {
        margin:0
    }

    .blog_holder.blog_chequered article, .two_columns_25_75 .blog_holder.blog_chequered article, .two_columns_33_66 .blog_holder.blog_chequered article, .two_columns_66_33 .blog_holder.blog_chequered article, .two_columns_75_25 .blog_holder.blog_chequered article {
        width:50%
    }

    .blog_holder.blog_chequered article:nth-child(2n) {
        border-right:0
    }

    .q_counter_holder.center {
        padding:20px 15px
    }

    .price_in_table .price {
        font-size:60px
    }

    .service_table_title_holder .service_title {
        word-break:break-all
    }

    .portfolio_slides .icons_holder a, .projects_holder article .icons_holder a, .projects_holder.hover_text article .icons_holder a {
        margin:0 10px 0 0
    }

    .projects_holder article .icons_holder a:last-child {
        margin:0
    }

    .portfolio_slides .icons_holder, .projects_holder.hover_text article .icons_holder, .projects_holder.hover_text.v2 article .icons_holder, .projects_holder.hover_text.v3 article .icons_holder {
        bottom: 25px;
        left:25px
    }

    .portfolio_slides .image_holder .text_holder, .projects_holder article .image_holder .text_holder, .projects_holder.v2 article .image_holder .text_holder, .projects_holder.v3 article .image_holder .text_holder {
        padding:20px 25px 55px
    }

    .projects_holder article .image_holder.elegant_hover .text_holder, .projects_holder.v2 article .image_holder.elegant_hover .text_holder, .projects_holder.v3 article .image_holder.elegant_hover .text_holder {
        padding:20px 25px
    }

    .footer_top .widget.widget_search form input[type=submit] {
        width: 25px;
        padding:0
    }
}

@media only screen and (max-width: 600px) {
    body.boxed .carousel-inner, body.boxed .footer_inner, body.boxed .fotter_bottom_border_holder.in_grid, body.boxed .fotter_top_border_holder.in_grid, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
        width:470px
    }

    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .fotter_bottom_border_holder.in_grid, .fotter_top_border_holder.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, div.column1 .grid_section .section_inner, div.column2 .grid_section .section_inner, div.grid_section .section_inner, nav.content_menu {
        width:420px
    }

    .full_width .projects_holder_outer.v4 .hover_text, .full_width .projects_holder_outer.v4 .standard, .full_width .projects_holder_outer.v5 .hover_text, .full_width .projects_holder_outer.v5 .standard, .full_width .projects_holder_outer.v6 .hover_text, .full_width .projects_holder_outer.v6 .standard, .full_width .projects_masonry_holder .portfolio_masonry_item, .full_width .projects_masonry_holder .portfolio_masonry_item.large_height, .full_width .projects_masonry_holder .portfolio_masonry_item.large_width, .full_width .projects_masonry_holder .portfolio_masonry_item.large_width_height, .masonry_with_space .projects_holder .filler, .masonry_with_space .projects_holder .mix, .projects_holder .filler, .projects_holder .mix, .projects_masonry_holder .portfolio_masonry_item, .projects_masonry_holder .portfolio_masonry_item.large_height, .projects_masonry_holder .portfolio_masonry_item.large_width, .projects_masonry_holder .portfolio_masonry_item.large_width_height {
        width:100% !important
    }

    .projects_masonry_holder.masonry_extended .portfolio_masonry_item.parallax_item {
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform:translate3d(0, 0, 0) !important
    }

    .projects_holder .mix {
        margin:0 0 5% !important
    }

    .projects_holder.hover_text.no_space .mix, .projects_holder.standard_no_space .mix {
        margin:0 !important
    }

    .portfolio_gallery a.v2, .portfolio_gallery a.v3, .portfolio_gallery a.v4 {
        width: 100%;
        margin:0 0 4% !important
    }

    .portfolio_gallery a.v3:nth-child(2n), .portfolio_gallery a.v4:nth-child(2n) {
        margin:0 0 4% !important
    }

    .portfolio_single.gallery .portfolio_container {
        margin:-4% 0 0
    }

    .four_columns .column1, .four_columns .column2, .four_columns .column3, .four_columns .column4, .three_columns .column1, .three_columns .column2, .three_columns .column3, .two_columns_25_75 .column1, .two_columns_25_75 .column2, .two_columns_33_66 .column1, .two_columns_33_66 .column2, .two_columns_50_50 .column1, .two_columns_50_50 .column2, .two_columns_66_33 .column1, .two_columns_66_33 .column2, .two_columns_75_25 .column1, .two_columns_75_25 .column2 {
        width:100%
    }

    .four_columns .column1 .column_inner, .four_columns .column2 .column_inner, .four_columns .column3 .column_inner, .four_columns .column4 .column_inner, .three_columns .column1 .column_inner, .three_columns .column2 .column_inner, .three_columns .column3 .column_inner, .two_columns_25_75 .column1 .column_inner, .two_columns_25_75 .column2 .column_inner, .two_columns_25_75.grid2 .column1 .column_inner, .two_columns_25_75.grid2 .column2 .column_inner, .two_columns_33_66 .column1 .column_inner, .two_columns_33_66 .column2 .column_inner, .two_columns_33_66.grid2 .column1 .column_inner, .two_columns_33_66.grid2 .column2 .column_inner, .two_columns_50_50 .column1 .column_inner, .two_columns_50_50 .column2 .column_inner, .two_columns_66_33 .column1 .column_inner, .two_columns_66_33 .column2 .column_inner, .two_columns_66_33.grid2 .column1 .column_inner, .two_columns_66_33.grid2 .column2 .column_inner, .two_columns_75_25 .column1 .column_inner, .two_columns_75_25 .column2 .column_inner, .two_columns_75_25.grid2 .column1 .column_inner, .two_columns_75_25.grid2 .column2 .column_inner {
        padding:0
    }

    .qode-pricing-list .qode-pricing-item-price-holder, .qode-pricing-list .qode-pricing-item-title-holder {
        display: block;
        width: 100%;
        white-space: normal;
        padding-right:0
    }

    .qode-pricing-list .pricing-list-dots {
        display:none
    }

    .q_tabs .tabs-nav {
        display:block
    }

    .q_tabs .tabs-nav li {
        margin: 0 0 8px;
        overflow: hidden;
        position: relative;
        display: block;
        float:none
    }

    .q_tabs.boxed .tabs-nav li {
        margin-bottom:0
    }

    .q_tabs.vertical .tabs-nav {
        width:100%
    }

    .q_tabs .tabs-container, .q_tabs.boxed .tabs-container {
        padding:10px 30px
    }

    .q_tabs.vertical .tabs-container {
        width: 100%;
        padding:10px 30px
    }

    .q_tabs .tabs-nav li a {
        padding:0 20px
    }

    .gallery_holder ul.v2 li, .gallery_holder ul.v3 li, .gallery_holder ul.v4 li, .gallery_holder ul.v5 li {
        width:50% !important
    }

    #respond textarea {
        padding:13px
    }

    .comment_holder .comment-list li ul.children {
        padding:0 0 0 30px
    }

    .blog_holder.blog_chequered article, .blog_holder.masonry article, .q_masonry_blog article, .two_columns_25_75 .blog_holder.blog_chequered article, .two_columns_25_75 .blog_holder.masonry article, .two_columns_25_75 .q_masonry_blog article, .two_columns_33_66 .blog_holder.blog_chequered article, .two_columns_33_66 .blog_holder.masonry article, .two_columns_33_66 .q_masonry_blog article, .two_columns_66_33 .blog_holder.blog_chequered article, .two_columns_66_33 .blog_holder.masonry article, .two_columns_66_33 .q_masonry_blog article, .two_columns_75_25 .blog_holder.blog_chequered article, .two_columns_75_25 .blog_holder.masonry article, .two_columns_75_25 .q_masonry_blog article {
        width:100%
    }

    .blog_holder.blog_chequered article {
        border-right:0
    }

    .call_to_action_button_wrapper.right {
        text-align: center !important;
        margin-top:15px
    }

    .title h1, .title.position_center h1 {
        float: none;
        font-size: 24px;
        letter-spacing:2px
    }

    .subtitle {
        font-size:16px
    }

    .breadcrumb {
        position:relative
    }

    .blog_holder article .post_description .post_description_left, .blog_holder article .post_description .post_description_right, .post_info_left {
        float:none
    }

    .blog_holder article .post_description .post_description_left, .post_info_left {
        margin-top:10px
    }

    .blog_holder article .post_comments {
        margin-left:0
    }

    .q_elements_holder.responsive_mode_from_600.five_columns .q_elements_item, .q_elements_holder.responsive_mode_from_600.four_columns .q_elements_item, .q_elements_holder.responsive_mode_from_600.six_columns .q_elements_item, .q_elements_holder.responsive_mode_from_600.three_columns .q_elements_item, .q_elements_holder.responsive_mode_from_600.two_columns .q_elements_item {
        width: 100%;
        display: inline-block;
        height:auto
    }

    .footer_bottom, .fp-scrollable, .fp-section.fp-table, .fp-slide.fp-table, .fp-tableCell, .projects_masonry_holder .image_holder img, .slimScrollDiv, body.page-template-full_screen-php {
        height:auto !important
    }

    .q_elements_holder.responsive_mode_from_600 .q_elements_item .q_elements_item_content .images_holder {
        display:inline-block
    }

    .q_elements_holder.alignment_one_column_left.responsive_mode_from_600 .q_elements_item .q_elements_item_content {
        text-align:left !important
    }

    .q_elements_holder.alignment_one_column_center.responsive_mode_from_600 .q_elements_item .q_elements_item_content {
        text-align:center !important
    }

    .q_elements_holder.alignment_one_column_right.responsive_mode_from_600 .q_elements_item .q_elements_item_content {
        text-align:right !important
    }

    .fullscreen_search_holder .qode_search_field {
        font-size: 16px;
        line-height:38px
    }

    .fullscreen_search_holder .search_submit {
        font-size: 23px;
        line-height:47px
    }

    .blog_holder article h2, .portfolio_single h2.portfolio_single_text_title {
        line-height:.9em
    }

    .vc_row-fluid [class * =vc_span] {
        width: 100% !important;
        margin-left:0 !important
    }

    .q_image_with_text_over.one_fourth, .q_image_with_text_over.one_half, .q_image_with_text_over.one_third {
        width:100%
    }

    .call_to_action .column2.button_wrapper {
        position: relative;
        text-align:center
    }

    .call_to_action .column2.button_wrapper .qbutton {
        position: static;
        margin:10px 0 0 !important
    }

    .cover_boxes ul li, .cover_boxes ul li .box .thumb {
        width:190px
    }

    .cover_boxes ul li .box .box_content {
        width:210px
    }

    .latest_post_holder > ul > li {
        width: 100% !important;
        margin:0 0 25px !important
    }

    .q_circles_holder .q_circle_outer {
        width:100% !important
    }

    .footer_top .four_columns .column2 .column_inner > div, .footer_top .four_columns .column3 .column_inner > div, .footer_top .four_columns .column4 .column_inner > div, .footer_top .three_columns .column2 .column_inner > div, .footer_top .three_columns .column3 .column_inner > div, .footer_top .two_columns_50_50 .column2 .column_inner > div, footer:not(.footer_border_columns) .footer_top .four_columns .column2 .column_inner > div, footer:not(.footer_border_columns) .footer_top .three_columns .column2 .column_inner > div, footer:not(.footer_border_columns) .footer_top .two_columns_50_50 .column2 .column_inner > div {
        margin:0
    }

    .footer_top .four_columns .column1, .footer_top .four_columns .column2, .footer_top .four_columns .column3, .footer_top .three_columns .column1, .footer_top .three_columns .column2, .footer_top .two_columns_50_50 .column1 {
        margin:0 0 25px
    }

    footer .qode_column, footer.footer_border_columns .qode_column {
        border: none;
        min-height:0 !important
    }

    footer.footer_border_columns .qode_column .column_inner {
        padding:0
    }

    .wpb_flexslider.flexslider.have_frame {
        width:307px
    }

    .wpb_flexslider.flexslider.have_frame.frame3 {
        width:408px
    }

    .frame_holder.frame_holder3 .gallery_frame {
        left:6px
    }

    .frame_holder > .wpb_wrapper {
        padding:18px 0 42px
    }

    .frame_holder.frame_holder2 > .wpb_wrapper {
        padding:23px 0 40px
    }

    .frame_holder.frame_holder3 > .wpb_wrapper {
        padding:15px 0 140px
    }

    .qode_pricing_tables .q_price_table {
        width: 100% !important;
        margin-left: 0;
        margin-bottom:15px
    }

    .qode_pricing_tables .q_price_table.active {
        margin-top: 20px;
        margin-bottom:25px
    }

    .call_to_action .text_wrapper .call_to_action_text {
        text-align: center;
        margin-bottom:10px
    }

    .portfolio_single h2.portfolio_single_text_title span {
        font-size:60%
    }

    .portfolio_single.big-images .portfolio_container, .portfolio_single.big-slider .portfolio_container, .portfolio_single.gallery .portfolio_container {
        padding:21px 25px
    }

    .footer_bottom {
        padding:4% 0 !important
    }

    .vc_text_separator.full .separator_content {
        padding:15px 40px
    }

    .blog_single.blog_holder article.format-link .post_text .post_text_inner, .blog_single.blog_holder article.format-quote .post_text .post_text_inner {
        padding:20px 30px
    }

    .blog_holder article .post_info, .blog_holder article h2, .blog_single.blog_holder article.format-link .post_text .post_text_inner .post_info, .blog_single.blog_holder article.format-quote .post_text .post_text_inner .post_info {
        margin:0 0 20px
    }

    .blog_holder.blog_single article .post_text .post_text_inner, .blog_single.blog_holder article.format-link .post_content, .blog_single.blog_holder article.format-quote .post_content {
        padding:30px
    }

    .blog_holder article h2 a, .blog_holder article h2 span {
        font-size:.7em
    }

    .blog_holder article .post_info > span {
        padding: 0 6px 0 0;
        margin:0 6px 0 0
    }

    .blog_holder article .post_info > span:before {
        left:-6px
    }

    body.page-template-full_screen-php {
        font-size:inherit !important
    }

    .full_screen_navigation_holder, .full_screen_preloader, .slimScrollBar {
        display: none !important;
        visibility:hidden !important
    }

    .full_screen_inner {
        visibility: visible !important;
        top: auto !important;
        -ms-touch-action: inherit !important;
        touch-action:inherit !important
    }

    .full_screen_section_slide, .vc_row.full_screen_section {
        padding:30px 0
    }

    .vc_row.full_screen_section.full_screen_section_slides {
        padding:0
    }

    .content .container_inner.default_template_holder h2, .content .full_width h2 {
        font-size:26px
    }

    .custom_font_holder > span {
        font-size:.7em
    }

    .grid_section .qode_shop_category_showcase, .page-template-default .qode_shop_category_showcase, .qode_shop_category_showcase {
        display: block;
        width: 100%;
        margin:0
    }

    .qode_shop_category_showcase.cat_and_products_33_66 .qode_shop_category_showcase_element.element_left, .qode_shop_category_showcase.cat_and_products_33_66 .qode_shop_category_showcase_element.element_right, .qode_shop_category_showcase.cat_and_products_66_33 .qode_shop_category_showcase_element.element_left, .qode_shop_category_showcase.cat_and_products_66_33 .qode_shop_category_showcase_element.element_right {
        display: block;
        width: 100%;
        padding:0 0 22px
    }

    .qode_shop_category_showcase .qode_category_showcase_category_holder, .qode_shop_category_showcase .qode_category_showcase_category_info {
        min-height:220px
    }

    .blog_holder.masonry_full_width.pinterest_full_width article {
        width: 100%;
        margin:0 0 20px
    }

    body.page-template-blog-pinterest-full-width-php .content .full_width {
        padding:44px 45px 25px
    }

    .portfolio_single .portfolio_masonry_gallery .mix, .portfolio_single .portfolio_masonry_gallery .mix.huge, .portfolio_single .portfolio_masonry_gallery .mix.large {
        width:100%
    }

    .portfolio_single .portfolio_masonry_gallery a:before {
        display:none
    }

    .countdown-amount {
        font-size: 35px !important;
        line-height: 35px !important;
        margin-bottom:10px
    }

    .countdown-period {
        font-size:10px !important
    }

    .portfolio_single .column2 {
        margin-top:30px
    }
}

@media only screen and (max-width: 480px) {
    body.boxed .carousel-inner, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
        width:350px
    }

    body.boxed .footer_inner, body.boxed .fotter_bottom_border_holder.in_grid, body.boxed .fotter_top_border_holder.in_grid {
        width:100%
    }

    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .fotter_bottom_border_holder.in_grid, .fotter_top_border_holder.in_grid, .full_width .parallax_content, .qode_elementor_container_inner, div.column1 .grid_section .section_inner, div.column2 .grid_section .section_inner, div.grid_section .section_inner, nav.content_menu {
        width:300px
    }

    .blog_holder.masonry {
        width:300px !important
    }

    .header_bottom, footer .container_inner {
        padding:0 25px
    }

    .footer_top.footer_top_full {
        padding:82px 25px 76px
    }

    footer .container_inner, nav.mobile_menu > ul {
        width:auto
    }

    .position_center.title h1, .title h1 {
        font-size:18px
    }

    .subtitle {
        display:none
    }

    .projects_holder .mix {
        margin:0 0 7.4% !important
    }

    .portfolio_slides .icons_holder, .projects_holder.hover_text article .icons_holder, .projects_holder.hover_text.v2 article .icons_holder, .projects_holder.hover_text.v3 article .icons_holder {
        bottom: 30px;
        left:30px
    }

    .portfolio_slides .image_holder .text_holder, .projects_holder article .image_holder .text_holder, .projects_holder.v2 article .image_holder .text_holder, .projects_holder.v3 article .image_holder .text_holder {
        padding:25px 30px 60px
    }

    .projects_holder article .image_holder.elegant_hover .text_holder, .projects_holder.v2 article .image_holder.elegant_hover .text_holder, .projects_holder.v3 article .image_holder.elegant_hover .text_holder {
        padding:25px 30px
    }

    .single_tags {
        margin:35px 0 0 19%
    }

    .q_tabs.vertical .tabs-nav {
        width:30%
    }

    .q_tabs.vertical .tabs-container {
        width:65%
    }

    .q_tabs .tabs-nav li a {
        padding:0 5px
    }

    .q_tabs.vertical .tabs-nav li a {
        padding:7px 5px
    }

    .gallery_holder ul.v2 li, .gallery_holder ul.v3 li, .gallery_holder ul.v4 li, .gallery_holder ul.v5 li {
        width: 100% !important;
        margin:0 !important
    }

    .comment_holder .comment-list li ul.children {
        padding:0 0 0 15px
    }

    .box_image_with_border {
        margin:0 0 30px
    }

    .box_image_holder .box_icon .fa-stack {
        font-size:4em
    }

    .blog_holder article .post_description .post_description_left, .post_info_left {
        display: inline-block;
        float: none;
        margin: 0 0 5px;
        width:100%
    }

    .blog_holder article .post_description .post_description_right, .post_info_right {
        float:none
    }

    .post_info_right {
        text-align:right
    }

    .author_description_inner .image {
        float:none
    }

    .author_text_holder {
        padding:10px 0 0
    }

    .single_tags {
        margin-left:0
    }

    .footer_top .column_inner > div {
        margin:0 0 25px !important
    }

    .footer_top .column_inner {
        border:0
    }

    .side_menu_button > a {
        padding:0 0 0 5px
    }

    .cover_boxes ul li .box .thumb {
        width:100% !important
    }

    .cover_boxes ul li .box, .cover_boxes ul li.act {
        width:100%
    }

    .cover_boxes ul li .box a.thumb, .cover_boxes ul li.act {
        float: none;
        margin:0 !important
    }

    .cover_boxes ul li .box .box_content {
        position: static;
        margin-top: 20px;
        width:100%
    }

    .cover_boxes ul li.act {
        margin-bottom:35px !important
    }

    .cover_boxes ul li .box .thumb img {
        width:100%
    }

    .q_counter_holder.center {
        padding:20px
    }

    .q_accordion_holder, .q_tabs, .testimonials.testimonials_carousel {
        visibility:visible !important
    }

    .q_accordion_holder.accordion:not(.boxed) div.accordion_content {
        padding:0
    }

    .q_accordion_holder.accordion:not(.boxed) div.accordion_content_inner {
        padding:20px 0 0
    }

    .q_accordion_holder.accordion .ui-accordion-header {
        height: 44px;
        line-height:44px
    }

    .q_accordion_holder .ui-accordion-header .accordion_mark {
        width: 44px;
        height:44px
    }

    .q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon, .q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon span {
        line-height:40px
    }

    .q_accordion_holder.accordion:not(.boxed) .ui-accordion-header span.tab-title {
        padding:0 0 0 58px
    }

    .title.title_size_large h1 {
        font-size: 28px;
        line-height:30px
    }

    .wpb_flexslider.flexslider.have_frame {
        width:220px
    }

    .wpb_flexslider.flexslider.have_frame.frame3 {
        width:292px
    }

    .wpb_flexslider.flexslider.have_frame.frame4 {
        width:256px
    }

    .frame_holder.frame_holder3 .gallery_frame {
        left:4px
    }

    .frame_holder > .wpb_wrapper {
        padding:12px 0 30px
    }

    .frame_holder.frame_holder2 > .wpb_wrapper {
        padding:17px 0 28px
    }

    .frame_holder.frame_holder3 > .wpb_wrapper {
        padding:10px 0 110px
    }

    .q_tabs.boxed .tabs-nav li.active {
        border: none;
        top:0
    }

    .q_tabs.boxed .tabs-nav li a {
        padding:0 5px
    }

    .q_tabs.boxed .tabs-nav li:first-child a {
        padding-right:5px
    }

    .q_tabs.boxed .tabs-container {
        border:none
    }

    div.pp_pic_holder {
        width: 100% !important;
        left:0 !important
    }

    .pp_content {
        width: 100% !important;
        height:300px !important
    }

    .pp_hoverContainer {
        width: 100% !important;
        height:250px !important
    }

    #pp_full_res > img {
        width: 100% !important;
        height:auto !important
    }

    div.pp_default .pp_details {
        width:98% !important
    }

    div.ppt {
        width:100% !important
    }

    .filter_holder ul li span, .filter_holder.without_separator ul li span {
        padding:0 10px
    }

    .filter_holder.without_separator ul li.filter_title span {
        padding:0 10px 0 0
    }

    .vc_text_separator.full .separator_content {
        padding:12px 35px
    }

    .blog_single.blog_holder article.format-link .post_text .post_text_inner, .blog_single.blog_holder article.format-quote .post_text .post_text_inner {
        padding:20px 25px
    }

    .blog_holder article .post_info, .blog_holder article h2, .blog_single.blog_holder article.format-link .post_text .post_text_inner .post_info, .blog_single.blog_holder article.format-quote .post_text .post_text_inner .post_info {
        margin:0 0 15px
    }

    .blog_holder.blog_single article .post_text .post_text_inner, .blog_single.blog_holder article.format-link .post_content, .blog_single.blog_holder article.format-quote .post_content {
        padding:25px
    }

    .blog_holder article h2 {
        line-height:.65em
    }

    .blog_holder article h2 a, .blog_holder article h2 span {
        font-size:.5em
    }

    body.page-template-blog-masonry-full-width-php .content .full_width {
        padding:44px 25px 25px
    }

    .content .container_inner.default_template_holder h2, .content .full_width h2 {
        font-size:22px
    }

    .latest_post_holder.image_in_box h4.latest_post_title {
        font-size:13px
    }

    .q_elements_holder.responsive_mode_from_480.five_columns .q_elements_item, .q_elements_holder.responsive_mode_from_480.four_columns .q_elements_item, .q_elements_holder.responsive_mode_from_480.six_columns .q_elements_item, .q_elements_holder.responsive_mode_from_480.three_columns .q_elements_item, .q_elements_holder.responsive_mode_from_480.two_columns .q_elements_item {
        width: 100%;
        display: inline-block;
        height:auto
    }

    .q_elements_holder.responsive_mode_from_480 .q_elements_item .q_elements_item_content .images_holder {
        display:inline-block
    }

    .q_elements_holder.alignment_one_column_left.responsive_mode_from_480 .q_elements_item .q_elements_item_content {
        text-align:left !important
    }

    .q_elements_holder.alignment_one_column_center.responsive_mode_from_480 .q_elements_item .q_elements_item_content {
        text-align:center !important
    }

    .q_elements_holder.alignment_one_column_right.responsive_mode_from_480 .q_elements_item .q_elements_item_content {
        text-align:right !important
    }

    .side_area_slide_with_content .side_menu {
        width:300px
    }

    .fullscreen_search_holder .form_holder, .side_area_over_content .side_menu {
        width:80%
    }

    .portfolio_single.portfolio_fullscreen_slider {
        margin-top:-44px
    }

    .portfolio_single .fullscreen-slider .qodef-portfolio-slider-content {
        padding: 25px 30px;
        height:80px
    }

    .portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-description {
        padding:15px 65px 15px 30px
    }

    .portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-description h3 {
        font-size:18px
    }

    .portfolio_single.portfolio_fullscreen_slider .info_section_title {
        margin-bottom:5px
    }

    .portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-portfolio-title {
        margin-bottom:16px
    }

    .portfolio_single .fullscreen-slider .qodef-portfolio-slider-content .qodef-portfolio-horizontal-holder .qodef-portfolio-info-holder > div {
        padding:5px 0
    }

    .fullscreen_search_holder .qode_search_field {
        font-size: 15px;
        line-height:37px
    }

    .fullscreen_search_holder .search_submit {
        font-size: 16px;
        line-height:39px
    }

    .qode_instagram_feed.col_2 li, .qode_instagram_feed.col_3 li, .qode_instagram_feed.col_4 li, .qode_instagram_feed.col_5 li, .qode_instagram_feed.col_6 li, .qode_instagram_feed.col_7 li, .qode_instagram_feed.col_8 li {
        width:100%
    }

    .qode_instagram_feed li img {
        margin:0 auto
    }
}

@media only screen and (max-width: 420px) {
    body.boxed .carousel-inner, body.boxed .full_width .parallax_content, body.boxed .header_inner, body.boxed .wrapper_inner, body.boxed footer {
        width:320px
    }

    .header_bottom, footer .container_inner, nav.content_menu {
        padding:0 15px
    }

    .pp_content {
        height:250px !important
    }

    .pp_hoverContainer {
        height:200px !important
    }

    .fullscreen_search_holder .qode_search_field {
        font-size: 12px;
        line-height:30px
    }

    .fullscreen_search_holder .search_submit {
        font-size: 13px;
        line-height:37px
    }
}

@media only screen and (max-width: 350px) {
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .elementor-row .elementor-widget-wrap > .qode_elementor_container_inner, .full_width .parallax_content, .qode_elementor_container_inner, div.column1 .grid_section .section_inner, div.column2 .grid_section .section_inner, div.grid_section .section_inner, nav.content_menu {
        width:95%
    }

    .parallax_section_inner_margin, .section_inner_margin {
        margin:0
    }
}

@media only screen and (max-width: 768px) {
    .qode-audio-blog-list .qode-abl-post {
        padding:75px 5%
    }

    .qode-audio-blog-list .qode-abl-post-image {
        flex: 0 0 160px;
        margin-right:35px
    }

    .qode-interactive-image .qode-ii-info-holder .qode-ii-info-holder-inner {
        top: 0 !important;
        opacity:1 !important
    }
}

@media only screen and (max-width: 480px) {
    .qode-audio-blog-list .qode-abl-post {
        display: block;
        padding:75px 0
    }

    .qode-audio-blog-list .qode-abl-post-image {
        margin-right: 0;
        margin-bottom:10px
    }
}

@media only screen and (max-width: 1024px) {
    .qode-simple-blog-list.qode-sbl-4-columns .qode-sbl-post:nth-child(2n + 1) {
        clear:both
    }

    .qode-simple-blog-list.qode-sbl-4-columns .qode-sbl-post:nth-child(3n + 1), .qode-simple-blog-list.qode-sbl-4-columns .qode-sbl-post:nth-child(4n + 1), .qode-simple-blog-list.qode-sbl-5-columns .qode-sbl-post:nth-child(5n + 1) {
        clear:none
    }

    .qode-simple-blog-list.qode-sbl-5-columns .qode-sbl-post:nth-child(2n + 1) {
        clear:both
    }

    .qode-simple-blog-list .qode-sbl-post, .qode-simple-blog-list.qode-sbl-4-columns .qode-sbl-post, .qode-simple-blog-list.qode-sbl-5-columns .qode-sbl-post {
        width:100%
    }

    .qode-image-with-overlapping-info .qode-iwoi-image-holder {
        padding-right:0
    }

    .qode-image-with-overlapping-info .qode-iwoi-info-holder {
        width: 480px;
        padding:48px 50px
    }

    .qode-image-with-overlapping-info .qode-iwoi-info-holder .qode-iwoi-link {
        margin-top:50px
    }

    .qodef-google-map-overlay {
        display:block
    }
}

@media only screen and (max-width: 600px) {
    .qode-image-with-overlapping-info .qode-iwoi-info-holder {
        left: 0;
        margin-top: -5%;
        width: 100%;
        padding:48px 50px
    }

    .qode-image-with-overlapping-info .qode-iwoi-info-holder .qode-iwoi-link {
        margin-top:40px
    }
}

@media only screen and (max-width: 768px) {
    .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_768 .content .container > .container_inner.default_template_holder > .grid2 > *, .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_768 .portfolio_single .portfolio_container > * {
        width:100%
    }

    .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_768 .content .container > .container_inner.default_template_holder > .grid2 > * > *, .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_768 .portfolio_single .portfolio_container > * > * {
        padding:0
    }

    .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_768 .portfolio_single .portfolio_container > .column2 {
        margin-top:50px
    }

    .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_768.woocommerce aside ul.product_list_widget li {
        text-align:left
    }

    .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_768.woocommerce aside ul.product_list_widget li img {
        float:left
    }
}

@media only screen and (max-width: 1024px) {
    .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_1024 .content .container > .container_inner.default_template_holder > .grid2 > *, .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_1024 .portfolio_single .portfolio_container > * {
        width:100%
    }

    .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_1024 .content .container > .container_inner.default_template_holder > .grid2 > * > *, .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_1024 .portfolio_single .portfolio_container > * > * {
        padding:0
    }

    .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_1024 .portfolio_single .portfolio_container > .column2 {
        margin-top:50px
    }

    .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_1024.woocommerce aside ul.product_list_widget li {
        text-align:left
    }

    .qode_sidebar_adv_responsiveness.qode_sidebar_adv_responsiveness_1024.woocommerce aside ul.product_list_widget li img {
        float:left
    }

    .qode-horizontaly-scrolling-portfolio-holder-outer .qode-hspl-custom, .qode-horizontaly-scrolling-portfolio-holder-outer .qode-hspl-inner, .qode-horizontaly-scrolling-portfolio-holder-outer article .qode-hspli-image-holder {
        height:calc(100vh - 69px)
    }

    .qode-horizontaly-scrolling-portfolio-holder-outer .qode-hspl-item-inner {
        margin:0 !important
    }
}

@media only screen and (min-device-width: 375px) and(max-device-width: 667px) and(-webkit-min-device-pixel-ratio: 2), only screen and(min-device-width: 414px) and(max-device-width: 736px) and(-webkit-min-device-pixel-ratio: 3), only screen and(min-device-width: 375px) and(max-device-width: 812px) and(-webkit-min-device-pixel-ratio: 3), only screen and(max-device-width: 680px) {
    .qode-horizontaly-scrolling-portfolio-holder-outer {
        padding:0
    }

    .qode-horizontaly-scrolling-portfolio-holder-outer .qode-hspl-item-inner {
        height: auto;
        width:100%
    }

    .qode-horizontaly-scrolling-portfolio-holder-outer .qode-hspl-custom {
        position: relative;
        width: 100%;
        margin:0
    }

    .qode-horizontaly-scrolling-portfolio-holder-outer article {
        opacity: 1;
        margin-right:0
    }

    .qode-horizontaly-scrolling-portfolio-holder-outer article.qode-hspl-featured .qode-hspl-item-holder-inner {
        width: 100%;
        text-align:center
    }

    .qode-horizontaly-scrolling-portfolio-holder-outer article.qode-hspl-featured img {
        margin:auto
    }

    .qode-horizontaly-scrolling-portfolio-holder-outer article.qode-hspl-featured .qode-hspli-text {
        padding:22px 0
    }

    .qode-horizontaly-scrolling-portfolio-holder-outer article:not(.qode-hspl-featured) {
        width: 100%;
        margin-bottom:0
    }

    .qode-horizontaly-scrolling-portfolio-holder-outer .qode-hspl-inner {
        visibility: visible;
        display: block;
        height:auto
    }
}

@media only screen and (max-width: 768px) {
    .qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-titles-holder {
        display:none
    }

    .qode-interactive-links.qode-il-links-aside .qode-il-inner .qode-il-images-holder .qode-il-image {
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        visibility:visible
    }

    .qode-interactive-links.qode-il-links-aside .qode-il-responsive-title-holder {
        display: block;
        position: absolute;
        left: 50px;
        bottom: 50px;
        z-index:10
    }

    .qode-interactive-links.qode-il-links-below {
        height:auto
    }

    .qode-interactive-links.qode-il-links-below .qode-il-titles-holder {
        display:none
    }

    .qode-interactive-links.qode-il-links-below .qode-il-images-holder {
        position:relative
    }

    .qode-interactive-links.qode-il-links-below .qode-il-images-holder .qode-il-image {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        opacity: 1;
        visibility:visible
    }

    .qode-interactive-links.qode-il-links-below .qode-il-responsive-title-holder {
        display: block;
        position: absolute;
        left: 50px;
        bottom: 50px;
        z-index:10
    }
}

@media only screen and (max-width: 1200px) {
    .qode-workflow .qode-workflow-item {
        max-width:100%
    }

    .qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text {
        padding:0 40px
    }
}

@media only screen and (max-width: 600px) {
    .qode-workflow .main-line, .qode-workflow .qode-workflow-item .line, .qode-workflow .qode-workflow-item .qode-workflow-text .circle {
        display:none !important
    }

    .qode-workflow .qode-workflow-item .qode-workflow-item-inner.reverse {
        display: block;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap:nowrap
    }

    .qode-workflow .qode-workflow-item .qode-workflow-item-inner.reverse .qode-workflow-text {
        text-align:left
    }

    .qode-workflow .qode-workflow-text {
        width: 100% !important;
        padding:0 !important
    }

    .qode-workflow .qode-workflow-image {
        width: 100% !important;
        margin-bottom:20px !important
    }

    .qode-popup-holder .qode-popup-inner {
        padding:25px 0 23px
    }
}

@media only screen and (max-width: 1280px) {
    .qode-popup-holder .qode-popup-inner {
        width:63%
    }
}

@media only screen and (max-width: 1024px) {
    .qode-popup-holder .qode-popup-inner {
        width:75%
    }
}

@media only screen and (max-width: 768px) {
    .qode-popup-holder .qode-popup-inner {
        width:90%
    }
}

@media only screen and (max-width: 600px) {
    .qode-popup-holder .qode-popup-title-holder .qode-popup-title {
        font-size:25px
    }
}

@media only screen and (max-width: 480px) {
    .qode-popup-holder .qode-popup-content-container {
        width:95%
    }

    .qode-popup-holder .wpcf7 {
        width:100%
    }

    .qode-popup-holder .wpcf7 .qode-subscription-form .wpcf7-form-control.wpcf7-text {
        width: 100%;
        margin:0 0 10px
    }

    .qode-popup-holder .wpcf7 .qode-subscription-form .wpcf7-form-control.wpcf7-submit {
        width:100%
    }
}

@media only screen and (max-width: 1000px) {
}

@media only screen and (min-width: 480px) and(max-width: 768px) {
    section.parallax_section_holder {
        height: auto !important;
        min-height:400px
    }
}

@media only screen and (max-width: 768px) {
    h1, h1 a {
        font-size: 50px;
        line-height:60px
    }

    h2, h2 a, .content .container_inner.default_template_holder h2, .content .full_width h2 {
        font-size: 39px;
        line-height:49px
    }

    h3, h3 a {
        font-size: 29px;
        line-height:42px
    }

    h4, h4 a {
        font-size: 14px;
        line-height:42px
    }

    h5, h5 a {
        font-size: 12px;
        line-height:28px
    }
}

@media only screen and (max-width: 600px) {
    h1, h1 a {
        font-size: 40px;
        line-height:50px
    }

    h2, h2 a, .content .container_inner.default_template_holder h2, .content .full_width h2 {
        font-size: 35px;
        line-height:45px
    }

    h3, h3 a {
        font-size: 29px;
        line-height:42px
    }

    h4, h4 a {
        font-size: 14px;
        line-height:42px
    }

    h5, h5 a {
        font-size: 12px;
        line-height:28px
    }
}

@media only screen and (max-width: 480px) {
    section.parallax_section_holder {
        height: auto !important;
        min-height: 400px
    }
}
