/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

 body {
    font-family: 'futura_bk_btbook', sans-serif !important;
    font-size: 14px !important;
 }

.ui-helper-hidden {
    display: none
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.ui-button,
.ui-helper-reset {
    text-decoration: none;
    margin: 0
}
.ui-helper-zfix,
.ui-widget-overlay {
    width: 100%;
    height: 100%
}
.ui-helper-reset {
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    font-size: 100%;
    list-style: none
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}
.ui-helper-clearfix:after {
    clear: both
}
.ui-helper-clearfix {
    min-height: 0
}
.ui-helper-zfix {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}
.ui-front {
    z-index: 100
}
.ui-state-disabled {
    cursor: default!important
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}
/*!
 * jQuery UI Resizable 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */

.ui-resizable {
    position: relative
}
.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}
.ui-button {
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
    vertical-align: top
}
.ui-button:active,
.ui-button:focus {
    outline: 0
}
.ui-button::-moz-focus-inner {
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent;
    padding: 0
}
.ui-button:focus,
.ui-button:hover {
    background: #fafafa;
    border-color: #999;
    color: #23282d
}
.ui-button:focus {
    -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
    box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8)
}
.ui-button:active {
    background: #eee;
    border-color: #999;
    color: #32373c;
    -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .5);
    box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .5)
}
.ui-button:disabled,
.ui-button[disabled] {
    color: #a0a5aa!important;
    border-color: #ddd!important;
    background: #f7f7f7!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: 0 1px 0 #fff!important;
    cursor: default
}
@media screen and (max-width: 782px) {
    .ui-button {
        padding: 10px 14px;
        line-height: 1;
        font-size: 14px;
        vertical-align: middle;
        height: auto;
        margin-bottom: 4px
    }
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100102;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}
.ui-dialog-titlebar {
    background: #fcfcfc;
    border-bottom: 1px solid #dfdfdf;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    padding: 0 36px 0 16px
}
.ui-button.ui-dialog-titlebar-close {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    text-align: center
}
.ui-dialog-titlebar-close:before {
    font: 400 20px/1 dashicons;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    width: 36px;
    height: 36px;
    content: '\f158'
}
.ui-button.ui-dialog-titlebar-close:hover {
    color: #00a0d2
}
.ui-dialog-titlebar-close .ui-button-text {
    display: none
}
.ui-dialog-content {
    padding: 16px;
    overflow: auto
}
.ui-dialog-buttonpane {
    background: #fcfcfc;
    border-top: 1px solid #dfdfdf;
    padding: 16px
}
.ui-dialog-buttonpane .ui-button {
    margin-left: 16px
}
.ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 360px;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 100101
}
.ls-container {
    visibility: hidden;
    position: relative
}
.ls-lt-container {
    position: absolute
}
.ls-lt-container,
.ls-lt-container * {
    text-align: left !important;
    direction: ltr !important
}
.ls-container-fullscreen {
    margin: 0 auto !important;
    padding: 2% !important;
    background: black !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important
}
.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
    display: none !important
}
.ls-overflow-hidden {
    overflow: hidden
}
.ls-inner {
    position: relative;
    background-position: center center;
    z-index: 2
}
.ls-loading-container {
    position: absolute !important;
    display: none;
    z-index: 3 !important;
    left: 50% !important;
    top: 50% !important
}
.ls-loading-indicator {
    margin: 0 auto
}
.ls-inner,
.ls-slide {
    width: 100%;
    height: 100%
}
.ls-slide,
.ls-layer {
    position: absolute;
    display: none;
    background-position: center center;
    overflow: hidden
}
.ls-active,
.ls-animating {
    display: block !important
}
.ls-slide>* {
    position: absolute;
    line-height: normal;
    margin: 0;
    left: 0;
    top: 0
}
.ls-slide .ls-bg {
    left: 0px;
    top: 0px;
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important
}
.ls-yourlogo {
    position: absolute;
    z-index: 99
}
.ls-bar-timer {
    position: absolute;
    width: 0;
    height: 2px;
    background: white;
    border-bottom: 2px solid #555;
    opacity: .55;
    filter: alpha(opacity=55);
    z-index: 4;
    top: 0
}
.ls-circle-timer {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
    opacity: .65;
    filter: alpha(opacity=65);
    display: none
}
.ls-ct-half {
    background: white
}
.ls-ct-center {
    background: #444
}
.ls-ct-left,
.ls-ct-right {
    width: 50%;
    height: 100%;
    overflow: hidden
}
.ls-ct-left,
.ls-ct-right {
    float: left;
    position: relative
}
.ls-ct-rotate {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0
}
.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
    left: 0
}
.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
    right: 0
}
.ls-ct-hider,
.ls-ct-half {
    position: absolute;
    top: 0
}
.ls-ct-hider {
    width: 50%;
    height: 100%;
    overflow: hidden
}
.ls-ct-half {
    width: 200%;
    height: 100%
}
.ls-ct-center {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    position: absolute
}
.ls-ct-half,
.ls-ct-center {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px
}
.ls-bottom-nav-wrapper {
    height: 0
}
.ls-bottom-slidebuttons {
    text-align: left
}
.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
    z-index: 2;
    height: 0;
    position: relative;
    text-align: center;
    margin: 0 auto
}
.ls-below-thumbnails {
    display: none;
    z-index: 6
}
.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
    outline: none
}
* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
    direction: ltr !important
}
.ls-bottom-slidebuttons {
    position: relative;
    z-index: 1000
}
.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
    position: relative
}
.ls-nothumb {
    text-align: center !important
}
.ls-link {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background-image: url(/uncode/wp-content/plugins/LayerSlider/static/css/blank.gif)
}
.ls-slide>a>* {
    background-image: url(/uncode/wp-content/plugins/LayerSlider/static/css/blank.gif)
}
.ls-vpcontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.ls-videopreview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}
.ls-playvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer
}
.ls-tn {
    display: none !important
}
.ls-thumbnail-hover {
    display: none;
    position: absolute;
    left: 0
}
.ls-thumbnail-hover-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}
.ls-thumbnail-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.ls-thumbnail-hover-img {
    position: absolute;
    overflow: hidden
}
.ls-thumbnail-hover img {
    max-width: none !important;
    position: absolute;
    display: inline-block;
    visibility: visible !important;
    left: 50%;
    top: 0
}
.ls-thumbnail-hover span {
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important
}
.ls-thumbnail-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 4
}
.ls-thumbnail {
    position: relative;
    margin: 0 auto
}
.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
    width: 100%
}
.ls-thumbnail-slide-container {
    overflow: hidden !important;
    position: relative
}
.ls-touchscroll {
    overflow-x: auto !important
}
.ls-thumbnail-slide {
    text-align: center;
    white-space: nowrap;
    float: left;
    position: relative
}
.ls-thumbnail-slide a {
    overflow: hidden;
    display: inline-block;
    width: 0;
    height: 0;
    position: relative
}
.ls-thumbnail-slide img {
    max-width: none !important;
    max-height: 100% !important;
    height: 100%;
    visibility: visible !important
}
.ls-shadow {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0;
    overflow: hidden !important;
    visibility: hidden
}
.ls-shadow img {
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important
}
.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
    visibility: hidden
}
.ls-wp-fullwidth-container {
    width: 100%;
    position: relative
}
.ls-wp-fullwidth-helper {
    position: absolute
}
.ls-overflow-hidden {
    overflow: hidden
}
.ls-lt-tile {
    position: relative;
    float: left;
    perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px
}
.ls-lt-tile img {
    visibility: visible;
    display: inline-block
}
.ls-curtiles {
    overflow: hidden
}
.ls-curtiles,
.ls-nexttiles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.ls-curtile,
.ls-nexttile {
    overflow: hidden;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}
.ls-curtile {
    left: 0;
    top: 0
}
.ls-curtile img,
.ls-nexttile img {
    position: absolute;
    filter: inherit
}
.ls-3d-container {
    position: relative;
    overflow: visible !important
}
.ls-3d-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}
.ls-3d-box div {
    overflow: hidden;
    background: #777;
    margin: 0;
    padding: 0;
    position: absolute
}
.ls-fullscreen {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: block
}
html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    line-height: normal;
    outline: none;
    padding: 0;
    border: 0
}
html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide>* {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none
}
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide>* {
    margin: 0
}
html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
    background: none !important;
    min-width: 0 !important;
    max-width: none !important;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0
}
html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide>* {
    line-height: normal;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0
}
html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide>a>* {
    margin: 0
}
html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide>a {
    text-decoration: none
}
.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important
}
html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
    margin: 0
}
html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
    display: none
}
.site {
    overflow: visible !important
}
.ls-debug-console * {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: white !important;
    text-shadow: none !important;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
    line-height: normal !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: left !important;
    font-style: normal !important
}
.ls-debug-console h1 {
    padding-top: 10px !important;
    font-size: 17px !important;
    font-weight: bold !important
}
.ls-debug-console h1:first-child {
    padding-top: 0 !important
}
.ls-debug-console ul {
    padding-top: 10px !important;
    list-style: none !important
}
.ls-debug-console li {
    margin-left: 10px !important;
    font-size: 13px !important;
    position: relative !important;
    font-weight: normal !important
}
html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
    display: none;
    width: 260px;
    left: -10px
}
.ls-debug-console li ul {
    position: absolute !important;
    bottom: 100% !important;
    padding: 10px 10px 10px 0 !important;
    background: white !important;
    border-radius: 10px !important;
    box-shadow: 0 0 20px black !important
}
html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
    display: block
}
.ls-debug-console li ul * {
    color: black !important
}
.ls-debug-console a {
    text-decoration: none !important;
    border-bottom: 1px dotted white !important
}
.ls-error {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -wenkit-border-radius: 5px !important;
    background: white !important;
    height: auto !important;
    width: auto !important;
    color: white !important;
    padding: 20px 40px 30px 80px !important;
    position: relative !important;
    box-shadow: 0 2px 20px -5px black
}
.ls-error p {
    line-height: normal !important;
    text-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: justify !important;
    font-family: Arial, sans-serif !important
}
.ls-error .ls-error-title {
    line-height: 40px !important;
    color: red !important;
    font-weight: bold !important;
    font-size: 16px !important
}
.ls-error .ls-error-text {
    color: #555 !important;
    font-weight: normal !important;
    font-size: 13px !important
}
.ls-error .ls-exclam {
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    left: 20px !important;
    top: 20px !important;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    font-size: 30px !important;
    font-weight: bold !important;
    color: white !important;
    line-height: 40px !important;
    background: red !important;
    text-align: center !important
}
html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
    transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}
.ls-videohack {
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform-origin: none !important;
    -o-transform-origin: none !important;
    -ms-transform-origin: none !important;
    -moz-transform-origin: none !important;
    -webkit-transform-origin: none !important
}
.ls-oldiepnghack {
    filter: none !important
}
.ls-gpuhack {
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important
}
html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}
@media (transform-3d),
(-o-transform-3d),
(-ms-transform-3d),
(-moz-transform-3d),
(-webkit-transform-3d) {
    #ls-test3d {
        position: absolute;
        left: 9px;
        height: 3px
    }
}
.ls-forcehide {
    display: none !important
}
div.wpcf7 {
    margin: 0;
    padding: 0
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #f00
}
div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}
.wpcf7-form-control-wrap {
    position: relative
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #f00;
    background: #fff;
    padding: .2em .8em
}
span.wpcf7-list-item {
    margin-left: 0.5em
}
.wpcf7-display-none {
    display: none
}
div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px
}
div.wpcf7 div.ajax-error {
    display: none
}
div.wpcf7 .placeheld {
    color: #888
}
@font-face {
    font-family: 'revicons';
    src: url('/uncode/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888');
    src: url('/uncode/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'), url('/uncode/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'), url('/uncode/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'), url('/uncode/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');
    font-weight: normal;
    font-style: normal
}
[class^="revicon-"]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}
.revicon-search-1:before {
    content: '\e802'
}
.revicon-pencil-1:before {
    content: '\e831'
}
.revicon-picture-1:before {
    content: '\e803'
}
.revicon-cancel:before {
    content: '\e80a'
}
.revicon-info-circled:before {
    content: '\e80f'
}
.revicon-trash:before {
    content: '\e801'
}
.revicon-left-dir:before {
    content: '\e817'
}
.revicon-right-dir:before {
    content: '\e818'
}
.revicon-down-open:before {
    content: '\e83b'
}
.revicon-left-open:before {
    content: '\e819'
}
.revicon-right-open:before {
    content: '\e81a'
}
.revicon-angle-left:before {
    content: '\e820'
}
.revicon-angle-right:before {
    content: '\e81d'
}
.revicon-left-big:before {
    content: '\e81f'
}
.revicon-right-big:before {
    content: '\e81e'
}
.revicon-magic:before {
    content: '\e807'
}
.revicon-picture:before {
    content: '\e800'
}
.revicon-export:before {
    content: '\e80b'
}
.revicon-cog:before {
    content: '\e832'
}
.revicon-login:before {
    content: '\e833'
}
.revicon-logout:before {
    content: '\e834'
}
.revicon-video:before {
    content: '\e805'
}
.revicon-arrow-combo:before {
    content: '\e827'
}
.revicon-left-open-1:before {
    content: '\e82a'
}
.revicon-right-open-1:before {
    content: '\e82b'
}
.revicon-left-open-mini:before {
    content: '\e822'
}
.revicon-right-open-mini:before {
    content: '\e823'
}
.revicon-left-open-big:before {
    content: '\e824'
}
.revicon-right-open-big:before {
    content: '\e825'
}
.revicon-left:before {
    content: '\e836'
}
.revicon-right:before {
    content: '\e826'
}
.revicon-ccw:before {
    content: '\e808'
}
.revicon-arrows-ccw:before {
    content: '\e806'
}
.revicon-palette:before {
    content: '\e829'
}
.revicon-list-add:before {
    content: '\e80c'
}
.revicon-doc:before {
    content: '\e809'
}
.revicon-left-open-outline:before {
    content: '\e82e'
}
.revicon-left-open-2:before {
    content: '\e82c'
}
.revicon-right-open-outline:before {
    content: '\e82f'
}
.revicon-right-open-2:before {
    content: '\e82d'
}
.revicon-equalizer:before {
    content: '\e83a'
}
.revicon-layers-alt:before {
    content: '\e804'
}
.revicon-popup:before {
    content: '\e828'
}
.rev_slider_wrapper {
    position: relative;
    z-index: 0
}
.rev_slider {
    position: relative;
    overflow: visible
}
.tp-overflow-hidden {
    overflow: hidden
}
.tp-simpleresponsive img,
.rev_slider img {
    max-width: none !important;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border: none
}
.rev_slider .no-slides-text {
    font-weight: bold;
    text-align: center;
    padding-top: 80px
}
.rev_slider>ul,
.rev_slider_wrapper>ul,
.tp-revslider-mainul>li,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before,
.tp-revslider-mainul>li,
.tp-simpleresponsive>ul>li {
    list-style: none !important;
    position: absolute;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0px 0px;
    text-indent: 0em;
    top: 0px;
    left: 0px
}
.tp-revslider-mainul>li,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before,
.tp-revslider-mainul>li,
.tp-simpleresponsive>ul>li {
    visibility: hidden
}
.tp-revslider-slidesli,
.tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}
.rev_slider li.tp-revslider-slidesli {
    position: absolute !important
}
.rev_slider .tp-caption,
.rev_slider .caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
    margin-bottom: 0
}
.tp-carousel-wrapper {
    cursor: url(/uncode/wp-content/plugins/revslider/public/assets/css/openhand.cur), move
}
.tp-carousel-wrapper.dragged {
    cursor: url(/uncode/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move
}
.tp-caption {
    z-index: 1
}
.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important
}
.tp-caption {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    position: absolute;
    -webkit-font-smoothing: antialiased !important
}
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none !important
}
.rev_slider_wrapper {
    width: 100%
}
.fullscreen-container {
    position: relative;
    padding: 0
}
.fullwidthbanner-container {
    position: relative;
    padding: 0;
    overflow: hidden
}
.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative
}
.tp-static-layers {
    position: absolute;
    z-index: 505;
    top: 0px;
    left: 0px
}
.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px
}
.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px
}
.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px
}
.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px
}
.tp-layer-inner-rotation {
    position: relative !important
}
img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}
.noFilterClass {
    filter: none !important
}
.rs-background-video-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 0
}
.tp-caption.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute
}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%
}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}
.fullcoveredvideo video,
.fullscreenvideo video {
    background: #000
}
.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}
.video {
    display: none;
}
.videoisplaying .html5vid .tp-poster {
    display: none
}
.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out !important;
    -moz-transition: opacity 300ms ease-out !important;
    -o-transition: opacity 300ms ease-out !important;
    transition: opacity 300ms ease-out !important
}
.tp-caption .html5vid {
    width: 100% !important;
    height: 100% !important
}
.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 40px !important
}
.tp-caption:hover .tp-video-play-button {
    opacity: 1
}
.tp-caption .tp-revstop {
    display: none;
    border-left: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
    margin-top: 15px !important;
    line-height: 20px !important;
    vertical-align: top;
    font-size: 25px !important
}
.videoisplaying .revicon-right-dir {
    display: none
}
.videoisplaying .tp-revstop {
    display: inline-block
}
.videoisplaying .tp-video-play-button {
    display: none
}
.tp-caption:hover .tp-video-play-button {
    display: block
}
.fullcoveredvideo .tp-video-play-button {
    display: none !important
}
.fullscreenvideo .fullscreenvideo video {
    object-fit: contain !important
}
.fullscreenvideo .fullcoveredvideo video {
    object-fit: cover !important
}
.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -o-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, rgb(0, 0, 0)), color-stop(1, rgb(50, 50, 50)));
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.tp-caption:hover .tp-video-controls {
    opacity: .9
}
.tp-video-button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    outline: none
}
.tp-video-button:hover {
    cursor: pointer
}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0px 5px;
    display: table-cell
}
.tp-video-seek-bar-wrap {
    width: 80%
}
.tp-video-vol-bar-wrap {
    width: 20%
}
.tp-volume-bar,
.tp-seek-bar {
    width: 100%;
    cursor: pointer;
    outline: none;
    line-height: 12px;
    margin: 0;
    padding: 0
}
.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: transparent;
    z-index: 5
}
.rs-background-video-layer video::-webkit-media-controls {
    display: none !important
}
.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3
}
.tp-dottedoverlay.twoxtwo {
    background: url(/uncode/wp-content/plugins/revslider/public/assets/assets/gridtile.png)
}
.tp-dottedoverlay.twoxtwowhite {
    background: url(/uncode/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)
}
.tp-dottedoverlay.threexthree {
    background: url(/uncode/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)
}
.tp-dottedoverlay.threexthreewhite {
    background: url(/uncode/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)
}
.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    position: absolute;
    z-index: -1
}
.tp-shadow1 {
    -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8)
}
.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: transparent;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
.tp-shadow2:after,
.tp-shadow4:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}
.tp-shadow5 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset
}
.tp-shadow5:before,
.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    -webkit-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    -moz-border-radius: 100px / 20px;
    border-radius: 100px / 20px
}
.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none
}
.tp-button.big {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important
}
.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {
    background-position: bottom, 15px 11px
}
.tp-button.green,
.tp-button:hover.green,
.purchase.green,
.purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
    -moz-box-shadow: 0px 3px 0px 0px #104d0b;
    box-shadow: 0px 3px 0px 0px #104d0b
}
.tp-button.blue,
.tp-button:hover.blue,
.purchase.blue,
.purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
    -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
    box-shadow: 0px 3px 0px 0px #0f3e68
}
.tp-button.red,
.tp-button:hover.red,
.purchase.red,
.purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
    -moz-box-shadow: 0px 3px 0px 0px #7c1212;
    box-shadow: 0px 3px 0px 0px #7c1212
}
.tp-button.orange,
.tp-button:hover.orange,
.purchase.orange,
.purchase:hover.orange {
    background-color: #f70;
    -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
    -moz-box-shadow: 0px 3px 0px 0px #a34c00;
    box-shadow: 0px 3px 0px 0px #a34c00
}
.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey,
.purchase.darkgrey,
.purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0px 3px 0px 0px #222;
    -moz-box-shadow: 0px 3px 0px 0px #222;
    box-shadow: 0px 3px 0px 0px #222
}
.tp-button.lightgrey,
.tp-button:hover.lightgrey,
.purchase.lightgrey,
.purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0px 3px 0px 0px #555;
    -moz-box-shadow: 0px 3px 0px 0px #555;
    box-shadow: 0px 3px 0px 0px #555
}
.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    cursor: pointer
}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 900
}
.rev-btn.rev-withicon i {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    top: 0px;
    -webkit-transition: all 0.2s ease-out !important;
    -moz-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    -ms-transition: all 0.2s ease-out !important;
    margin-left: 10px !important
}
.rev-btn.rev-hiddenicon i {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    top: 0px;
    -webkit-transition: all 0.2s ease-out !important;
    -moz-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    -ms-transition: all 0.2s ease-out !important;
    opacity: 0;
    margin-left: 0px !important;
    width: 0px !important
}
.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
    line-height: 36px;
    font-size: 14px;
    padding: 10px 30px
}
.rev-btn.rev-medium.rev-withicon i {
    font-size: 14px;
    top: 0px
}
.rev-btn.rev-medium.rev-hiddenicon i {
    font-size: 14px;
    top: 0px
}
.rev-btn.rev-small,
.rev-btn.rev-small:visited {
    line-height: 28px;
    font-size: 12px;
    padding: 7px 20px
}
.rev-btn.rev-small.rev-withicon i {
    font-size: 12px;
    top: 0px
}
.rev-btn.rev-small.rev-hiddenicon i {
    font-size: 12px;
    top: 0px
}
.rev-maxround {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.rev-minround {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.rev-burger {
    position: relative;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 22px 0 0 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.25);
    tap-highlight-color: transparent;
    cursor: pointer
}
.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important
}
.rev-burger span:nth-child(2) {
    margin: 3px 0
}
#dialog_addbutton .rev-burger:hover:first-child,
.open .rev-burger:first-child,
.open.rev-burger:first-child {
    transform: translateY(6px) rotate(-45deg);
    -webkit-transform: translateY(6px) rotate(-45deg)
}
#dialog_addbutton .rev-burger:hover:nth-child(2),
.open .rev-burger:nth-child(2),
.open.rev-burger:nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0
}
#dialog_addbutton .rev-burger:hover:last-child,
.open .rev-burger:last-child,
.open.rev-burger:last-child {
    transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(-6px) rotate(-135deg)
}
.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, 0.2)
}
.rev-burger.revb-white span {
    background: #fff
}
.rev-burger.revb-whitenoborder {
    border: 0
}
.rev-burger.revb-whitenoborder span {
    background: #fff
}
.rev-burger.revb-darknoborder {
    border: 0
}
.rev-burger.revb-darknoborder span {
    background: #333
}
.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}
.rev-burger.revb-whitefull span {
    background: #333
}
.rev-burger.revb-darkfull {
    background: #333;
    border: none
}
.rev-burger.revb-darkfull span {
    background: #fff
}
@-webkit-keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}
@-moz-keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}
@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}
.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px
}
.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}
.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
    color: #fff
}
.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
    filter: alpha(opacity=80)
}
.rev-scroll-btn.revs-fullwhite {
    background: #fff
}
.rev-scroll-btn.revs-fullwhite span {
    background: #333
}
.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}
.rev-scroll-btn.revs-fulldark span {
    background: #fff
}
.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: rev-ani-mouse 2.5s linear infinite;
    -moz-animation: rev-ani-mouse 2.5s linear infinite;
    animation: rev-ani-mouse 2.5s linear infinite
}
.rev-scroll-btn.revs-dark {
    border-color: #333
}
.rev-scroll-btn.revs-dark span {
    background: #333
}
.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.50);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}
.rev-cbutton-dark-sr {
    border-radius: 3px
}
.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, 0.75)
}
.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.75)
}
.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}
.rev-sbutton-blue {
    background-color: #3B5998
}
.rev-sbutton-lightblue {
    background-color: #00A0D1
}
.rev-sbutton-red {
    background-color: #DD4B39
}
.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #fff;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    top: 0px
}
.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0px !important;
    height: 5px
}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}
.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(/uncode/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat
}
.tp-caption.slidelink a span {
    background: url(/uncode/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat
}
.tp-shape {
    width: 100%;
    height: 100%
}
.tp-caption .rs-starring {
    display: inline-block
}
.tp-caption .rs-starring .star-rating {
    float: none
}
.tp-caption .rs-starring .star-rating {
    color: #FFC321 !important;
    display: inline-block;
    vertical-align: top
}
.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star
}
.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #E0DADF;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}
.tp-caption .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}
.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}
.tp-caption .rs-starring .star-rating {
    color: #FFC321 !important
}
.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
    font-size: 1em !important;
    font-family: star
}
.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}
.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background: url(/uncode/wp-content/plugins/revslider/public/assets/assets/loader.gif) no-repeat center center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
.tp-loader.spinner5 {
    background: url(/uncode/wp-content/plugins/revslider/public/assets/assets/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(180px)
    }
    50% {
        -webkit-transform: perspective(180px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(180px) rotateY(180deg) rotateX(180deg)
    }
}
@keyframes tp-rotateplane {
    0% {
        transform: perspective(180px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(180px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(180px) rotateX(-180deg) rotateY(-179.9deg)
    }
}
.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #f00;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
    animation: tp-scaleout 1.0s infinite ease-in-out
}
@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0
    }
}
@keyframes tp-scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0
    }
}
.tp-loader.spinner3 {
    margin: -9px 0px 0px -35px;
    width: 70px;
    text-align: center
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.tp-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}
.tp-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}
@-webkit-keyframes tp-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes tp-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0)
    }
    40% {
        transform: scale(1.0)
    }
}
.tp-loader.spinner4 {
    margin: -20px 0px 0px -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2.0s infinite linear;
    animation: tp-rotate 2.0s infinite linear
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15)
}
.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}
@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}
@-webkit-keyframes tp-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes tp-bounce {
    0%, 100% {
        transform: scale(0.0)
    }
    50% {
        transform: scale(1.0)
    }
}
.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}
.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0px;
    left: 0px
}
#bg-container 
    {
    color: white;
    background-color: #0ff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;    
    /*overflow: visible;*/
    visibility: visible;
    display: block
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
    }
.blur {
  background-color: #fafafa;
    margin:0;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 1000px;
    visibility: visible;
    opacity: .7;
  overflow: hidden;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  filter: blur(20px);
  float:left;
}
.circle1, .circle2, .circle3, .circle4, .circle5,
.circle6, .circle7, .circle8, .circle9, .circle10{
    border-radius: 50%;
  width: 100px;
    height: 100px; 
  background: rgba(180,45,153,0.20);
  position:fixed;
    /* width and height can be anything, as long as they're equal */
}
.circle2 {
  width: 70px;
    height: 70px; 
  background: rgba(129,34,53, 0.25);
}
.circle3 {
  width: 50px;
    height: 50px; 
  background: rgba(40,229,64,0.80);
}
.circle4 {
  width: 30px;
    height: 30px; 
  background: rgba(200,129,34,0.50);
}
.circle5 {
  width: 130px;
    height: 130px; 
  background: rgba(100,29,134,0.45);
}
.circle6 {
  width: 200px;
    height: 200px; 
  background: rgba(220,29,134,0.75);
}
.circle7 {
  width: 80px;
    height: 80px; 
  background: rgba(40,210,134,0.34);
}
.circle8 {
  width: 180px;
    height: 180px; 
  background: rgba(150,29,134,0.75);
}
.circle9 {
  width: 100px;
    height: 100px; 
  background: rgba(36,210,134,0.55);
}
.circle10 {
  width: 500px;
    height: 500px; 
  background: rgba(180,180,180,0.25);
}
.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: 0.5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px
}
.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
    opacity: 1
}
.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important
}
.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important
}
.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer
}
.tp-bullet.selected,
.tp-bullet:hover {
    background: #fff
}
.tp-bannertimer {
    background: #000;
    background: rgba(0, 0, 0, 0.15);
    height: 5px
}
.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}
.tparrows:hover {
    background: #000
}
.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}
.tparrows.tp-leftarrow:before {
    content: '\e824'
}
.tparrows.tp-rightarrow:before {
    content: '\e825'
}
.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4)
}
.hglayerinfo {
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}
.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}
.indebugmode .tp-caption:hover {
    border: 1px dashed #c0392b !important
}
.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0px;
    peft: 0px;
    z-index: 0
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%
}
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.box-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.box-container {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    position: relative
}
.main-background {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.main-background>div {
    width: 100%;
    height: 100%
}
.main-wrapper {
    width: 100%;
    height: 100%
}
.hmenu .main-wrapper {
    display: table-row
}
.main-container .row-content {
    height: 100%
}
@media (max-width: 959px) {
    .main-container {
        padding-top: 0px !important
    }
}
.sections-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}
.page-wrapper,
.page-body {
    display: table-row;
    width: 100%;
    height: 100%
}
.main-container>.row>.row-inner>div[class*=col-lg-]:not(:first-child),
.main-container>.row:not(:first-child)>.row-inner>div[class*=col-lg-] {
    border-top-width: 0px !important
}
.no-vmargin>.row-inner>div[class*=col-lg-]:not(.logo-container) {
    padding: 0px
}
@media (max-width: 569px) {
    .mobile-hidden {
        display: none !important
    }
}
@media (min-width: 570px) and (max-width: 959px) {
    .tablet-hidden {
        display: none !important
    }
}
@media (min-width: 960px) {
    .desktop-hidden {
        display: none !important
    }
}
.post-wrapper,
.margin-auto {
    margin: auto
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    outline: 0;
    border: 0;
    text-decoration: none
}
a:hover,
a.active {
    text-decoration: none
}
button {
    outline: 0;
    border: 0
}
figure {
    margin: 0;
    max-width: 100%
}
img {
    max-width: 100%;
    height: auto
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.img-round {
    border-radius: 4px
}
.img-round>.t-inside {
    border-radius: 4px
}
.img-round>img {
    border-radius: 4px
}
.img-round .t-entry-visual-cont>a {
    border-radius: 4px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    overflow: hidden
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
.img-circle>img {
    border-radius: 50%
}
hr {
    margin: 27px 0px 27px 0px;
    border: 0;
    border-top-width: 1px;
    border-style: solid
}
hr.separator-no-padding {
    margin-top: 0px;
    margin-bottom: 0px
}
hr.separator-double-padding {
    margin: 54px 0px 54px 0px
}
hr.no-top-margin {
    margin-top: 0px
}
hr.double-top-margin {
    margin-top: 72px
}
hr.dotted {
    border-style: dotted
}
hr.dashed {
    border-style: dashed
}
hr.separator-break {
    margin-left: auto;
    margin-right: auto
}
.uncode_text_column>*:first-child {
    margin-top: 0px
}
.detail-container {
    display: table;
    table-layout: fixed
}
.detail-container .detail-label {
    min-width: 108px;
    display: table-cell
}
.detail-container .detail-value {
    display: table-cell
}
.detail-container a {
    font-weight: 400
}
.std-block-padding {
    padding: 72px 36px 72px 36px
}
@media (max-width: 1499px) {
    .std-block-padding {
        padding: 54px 36px 54px 36px
    }
}
@media (max-width: 959px) {
    .std-block-padding {
        padding: 36px 36px 36px 36px
    }
}
.std-top-padding {
    padding-top: 72px
}
@media (max-width: 1499px) {
    .std-top-padding {
        padding-top: 54px
    }
}
@media (max-width: 959px) {
    .std-top-padding {
        padding-top: 36px
    }
}
.std-bottom-padding {
    padding-bottom: 72px
}
@media (max-width: 1499px) {
    .std-bottom-padding {
        padding-bottom: 54px
    }
}
@media (max-width: 959px) {
    .std-bottom-padding {
        padding-bottom: 36px
    }
}
b,
strong {
    font-weight: 600
}
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased
}
h1,
.h1 {
    font-size: 35px;
    line-height: 1.2;
    margin: 27px 0 0
}
@media (max-width: 339px) {
    h1,
    .h1 {
        font-size: 28px
    }
}
h2,
.h2 {
    font-size: 29px;
    line-height: 1.2;
    margin: 27px 0 0
}
h3,
.h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 27px 0 0
}
h4,
.h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 27px 0 0
}
h5,
.h5 {
    font-size: 17px;
    line-height: 1.2;
    margin: 27px 0 0
}
h6,
.h6 {
    font-size: 14px;
    line-height: 1.2;
    margin: 27px 0 0
}
p,
li,
dt,
dd,
dl,
address,
label,
small,
pre,
code {
    font-size: 15px;
    line-height: 1.75;
    margin: 18px 0 0
}
.site-footer p,
.site-footer li,
.site-footer dt,
.site-footer dd,
.site-footer dl,
.site-footer address,
.site-footer label,
.site-footer small,
.site-footer pre,
.site-footer code,
aside p,
aside li,
aside dt,
aside dd,
aside dl,
aside address,
aside label,
aside small,
aside pre,
aside code {
    font-size: 14px
}
p.text-top-reduced {
    margin-top: 9px;
    line-height:1.3em;
}
div.text-top-reduced>*:first-child {
    margin-top: 18px
}
small,
figcaption {
    font-size: 12px
}
figcaption {
    margin: 9px 0px 0px 0px
}
ul,
ol {
    margin: 18px 0px 0px 0px;
    padding-left: 18px
}
ul,
ol {
    padding: 0
}
ul i,
ol i {
    margin-right: 18px
}
ul {
    list-style: none
}
ol {
    margin-left: 18px
}
ul li,
ol li {
    margin-top: 0
}
ul>li>ul,
ol>li>ol {
    margin-left: 9px;
    padding-left: 0;
    margin-top: 0
}
dl {
    margin: 18px 18px 0px 18px
}
dl dt {
    font-weight: 600
}
dd {
    margin-top: 0
}
dl dd {
    margin-bottom: 0px
}
dl dt:first-child {
    margin-top: 0px
}
blockquote {
    margin: 27px 0px 27px 0px;
    padding: 0px 0px 0px 27px;
    border-left: 2px solid
}
blockquote p {
    font-size: 18px;
    line-height: 1.75;
    margin: 18px 0 0
}
blockquote p:first-child {
    margin-top: 0px
}
blockquote small {
    font-size: 13px;
    margin: 9px 0px 0px 0px;
    margin-bottom: 0;
    display: inline
}
blockquote small:before {
    content: "-";
    margin: 0px 9px 0px 0px
}
blockquote.pullquote>p:first-of-type {
    quotes: "\201C" "\201D"
}
blockquote.pullquote>p:first-of-type:before {
    font-family: Georgia, serif;
    content: open-quote;
    font-size: 1.5em;
    line-height: 0;
    vertical-align: -0.25em;
    margin-right: .2em
}
blockquote.pullquote>p:first-of-type:after {
    font-family: Georgia, serif;
    content: close-quote;
    font-size: 1.5em;
    line-height: 0;
    vertical-align: -0.25em;
    margin-left: .1em
}
cite {
    font-style: normal
}
mark {
    color: #fff;
    padding: 1px 4px;
    border-radius: 2px;
    font-weight: 600
}
.messagebox_text {
    color: #fff;
    padding: 18px;
    border-radius: 4px;
    font-weight: 600
}
.messagebox_text>* {
    margin-top: 0
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-lowercase {
    text-transform: lowercase
}
.text-lead,
.text-lead>* {
    font-size: 18px;
    line-height: 1.75;
    margin: 18px 0 0;
    margin: 36px 0px 0px 0px
}
.text-lead.text-top-reduced {
    margin: 9px 0px 0px 0px
}
.text-bold {
    font-weight: 600
}
.font-weight-100,
.font-weight-100 *:not(strong):not(b) {
    font-weight: 100 !important
}
.font-weight-200,
.font-weight-200 *:not(strong):not(b) {
    font-weight: 200 !important
}
.font-weight-300,
.font-weight-300 *:not(strong):not(b) {
    font-weight: 300 !important
}
.font-weight-400,
.font-weight-400 *:not(strong):not(b) {
    font-weight: 400 !important
}
.font-weight-500,
.font-weight-500 *:not(strong):not(b) {
    font-weight: 500 !important
}
.font-weight-600,
.font-weight-600 *:not(strong):not(b) {
    font-weight: 600 !important
}
.font-weight-700,
.font-weight-700 *:not(strong):not(b) {
    font-weight: 700 !important
}
.font-weight-800,
.font-weight-800 *:not(strong):not(b) {
    font-weight: 800 !important
}
.font-weight-900,
.font-weight-900 *:not(strong):not(b) {
    font-weight: 900 !important
}
ul.icons {
    margin: 0;
    padding: 0 !important
}
ul.icons li {
    list-style: none;
    margin: 5px 0px 0px 0px;
    vertical-align: top
}
ul.icons li .fa {
    margin-right: 13.5px;
    font-size: 1em;
    line-height: .7em;
    position: relative;
    top: 3px
}
code,
kbd,
pre,
samp {
    font-family: Monaco, monospace;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1.75;
    margin: 18px 0 0
}
code {
    padding: 4px
}
pre {
    display: block;
    margin: 18px 0px 0px 0px;
    padding: 18px 18px 18px 18px;
    border: 1px solid
}
.row-inner {
    display: table-row
}
@media (max-width: 959px) {
    .row-inner {
        display: table;
        table-layout: fixed;
        width: 100%
    }
    .ie:not(.ie11) .row-inner {
        display: block
    }
}
@media (min-width: 960px) {
    .row-inner.restrict,
    .row-inner.restrict>div {
        height: 1px
    }
}
@media (min-width: 960px) {
    .row-inner.expand {
        height: 100%
    }
}
.row {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative
}
html.ie:not(.ie11) .page-wrapper .row.row-parent {
    display: block
}
@media (max-width: 959px) {
    .row .row-internal {
        height: auto
    }
}
@media (min-width: 570px) {
    .row.row-max-height {
        max-height: none
    }
}
.row .uncol {
    display: block;
    overflow: hidden;
    position: relative
}
.row .uncoltable {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: 100%
}
@media (max-width: 959px) {
    .row .uncoltable {
        padding-top: 0 !important
    }
}
.row .uncell {
    display: table-cell;
    position: relative;
    height: 100%;
    vertical-align: inherit;
    border: 0
}
.ie .row .uncell {
    position: static
}
.row .uncell.no-block-padding {
    padding: 0px 0px 0px 0px
}
.row .uncell.one-block-padding {
    padding: 1px
}
.row .column-rows {
    padding: 0px !important
}
.row .column-rows>.uncont {
    box-sizing: border-box;
    height: 100%
}
@media (min-width: 960px) {
    .row .uncont.col-custom-width {
        border: 36px;
        border-style: solid;
        border-color: transparent;
        border-top-width: 0px;
        border-bottom-width: 0px;
        background-clip: padding-box
    }
}
.row .uncont>* {
    position: relative
}
.row div[class*=col-lg-].align_center>.uncol>.uncoltable>.uncell>.uncont {
    text-align: center
}
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont .btn,
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-left: auto;
    margin-right: auto
}
.row div[class*=col-lg-].align_right>.uncol>.uncoltable>.uncell>.uncont {
    text-align: right
}
@media (max-width: 569px) {
    .row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont .btn,
    .row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont .btn-link {
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -o-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right
    }
}
.row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-right: 0;
    margin-left: auto
}
.row div[class*=col-lg-].align_left>.uncol>.uncoltable>.uncell>.uncont {
    text-align: left
}
@media (max-width: 569px) {
    .row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont .btn,
    .row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont .btn-link {
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -o-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left
    }
}
.row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-right: auto;
    margin-left: 0
}
@media (min-width: 570px) and (max-width: 959px) {
    .row div[class*=col-lg-].align_center_tablet>.uncol>.uncoltable>.uncell>.uncont {
        text-align: center
    }
    .row div[class*=col-lg-].align_center_tablet > .uncol > .uncoltable > .uncell > .uncont .btn,
    .row div[class*=col-lg-].align_center_tablet > .uncol > .uncoltable > .uncell > .uncont .btn-link {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -o-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center
    }
    .row div[class*=col-lg-].align_center_tablet > .uncol > .uncoltable > .uncell > .uncont hr {
        margin-left: auto;
        margin-right: auto
    }
}
@media (max-width: 569px) {
    .row div[class*=col-lg-].align_center_mobile>.uncol>.uncoltable>.uncell>.uncont {
        text-align: center
    }
    .row div[class*=col-lg-].align_center_mobile > .uncol > .uncoltable > .uncell > .uncont .btn,
    .row div[class*=col-lg-].align_center_mobile > .uncol > .uncoltable > .uncell > .uncont .btn-link {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -o-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center
    }
    .row div[class*=col-lg-].align_center_mobile > .uncol > .uncoltable > .uncell > .uncont hr {
        margin-left: auto;
        margin-right: auto
    }
}
@media (min-width: 570px) and (max-width: 959px) {
    .row div[class*=col-lg-].align_left_tablet>.uncol>.uncoltable>.uncell>.uncont {
        text-align: left
    }
    .row div[class*=col-lg-].align_left_tablet > .uncol > .uncoltable > .uncell > .uncont .btn,
    .row div[class*=col-lg-].align_left_tablet > .uncol > .uncoltable > .uncell > .uncont .btn-link {
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -o-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left
    }
    .row div[class*=col-lg-].align_left_tablet > .uncol > .uncoltable > .uncell > .uncont hr {
        margin-right: auto;
        margin-left: 0
    }
}
@media (max-width: 569px) {
    .row div[class*=col-lg-].align_left_mobile>.uncol>.uncoltable>.uncell>.uncont {
        text-align: left
    }
    .row div[class*=col-lg-].align_left_mobile > .uncol > .uncoltable > .uncell > .uncont .btn,
    .row div[class*=col-lg-].align_left_mobile > .uncol > .uncoltable > .uncell > .uncont .btn-link {
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -o-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left
    }
    .row div[class*=col-lg-].align_left_mobile > .uncol > .uncoltable > .uncell > .uncont hr {
        margin-right: auto;
        margin-left: 0
    }
}
@media (min-width: 570px) and (max-width: 959px) {
    .row div[class*=col-lg-].align_right_tablet>.uncol>.uncoltable>.uncell>.uncont {
        text-align: right
    }
    .row div[class*=col-lg-].align_right_tablet > .uncol > .uncoltable > .uncell > .uncont .btn,
    .row div[class*=col-lg-].align_right_tablet > .uncol > .uncoltable > .uncell > .uncont .btn-link {
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -o-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right
    }
    .row div[class*=col-lg-].align_right_tablet > .uncol > .uncoltable > .uncell > .uncont hr {
        margin-right: 0;
        margin-left: auto
    }
}
@media (max-width: 569px) {
    .row div[class*=col-lg-].align_right_mobile>.uncol>.uncoltable>.uncell>.uncont {
        text-align: right
    }
    .row div[class*=col-lg-].align_right_mobile > .uncol > .uncoltable > .uncell > .uncont .btn,
    .row div[class*=col-lg-].align_right_mobile > .uncol > .uncoltable > .uncell > .uncont .btn-link {
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -o-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right
    }
    .row div[class*=col-lg-].align_right_mobile > .uncol > .uncoltable > .uncell > .uncont hr {
        margin-right: 0;
        margin-left: auto
    }
}
.row div[class*=col-lg-].pos-left>.uncol>.uncoltable>.uncell>.uncont {
    margin: 0px
}
.row div[class*=col-lg-].pos-center>.uncol>.uncoltable>.uncell>.uncont {
    margin: 0 auto
}
.row div[class*=col-lg-].pos-right>.uncol>.uncoltable>.uncell>.uncont {
    margin-left: auto
}
.row div[class*=col-lg-].pos-top,
.row div[class*=col-lg-].pos-top .uncell {
    vertical-align: top
}
.row div[class*=col-lg-].pos-middle .uncell,
.row div[class*=col-lg-].pos-middle {
    vertical-align: middle
}
.row div[class*=col-lg-].pos-bottom,
.row div[class*=col-lg-].pos-bottom .uncell {
    vertical-align: bottom
}
@media (max-width: 959px) {
    .row div[class*=col-lg-] {
        padding: 36px 0px 0px 0px
    }
}
.row div.column_child.align_center>.uncol>.uncoltable>.uncell>.uncont {
    text-align: center
}
.row div.column_child.align_center > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-left: auto;
    margin-right: auto
}
.row div.column_child.align_justify>.uncol>.uncoltable>.uncell>.uncont {
    text-align: justify
}
.row div.column_child.align_justify > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-left: auto;
    margin-right: auto
}
.row div.column_child.align_right>.uncol>.uncoltable>.uncell>.uncont {
    text-align: right
}
.row div.column_child.align_right > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-right: 0;
    margin-left: auto
}
.row div.column_child.align_left>.uncol>.uncoltable>.uncell>.uncont {
    text-align: left
}
.row div.column_child.align_left > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-right: auto;
    margin-left: 0
}
@media (min-width: 570px) and (max-width: 959px) {
    .row div.column_child.align_center_tablet>.uncol>.uncoltable>.uncell>.uncont {
        text-align: center
    }
    .row div.column_child.align_center_tablet > .uncol > .uncoltable > .uncell > .uncont hr {
        margin-left: auto;
        margin-right: auto
    }
}
@media (max-width: 569px) {
    .row div.column_child.align_center_mobile>.uncol>.uncoltable>.uncell>.uncont {
        text-align: center
    }
    .row div.column_child.align_center_mobile > .uncol > .uncoltable > .uncell > .uncont hr {
        margin-left: auto;
        margin-right: auto
    }
}
@media (min-width: 570px) and (max-width: 959px) {
    .row div.column_child.align_left_tablet>.uncol>.uncoltable>.uncell>.uncont {
        text-align: left
    }
    .row div.column_child.align_left_tablet > .uncol > .uncoltable > .uncell > .uncont hr {
        margin-right: auto;
        margin-left: 0
    }
}
@media (max-width: 569px) {
    .row div.column_child.align_left_mobile>.uncol>.uncoltable>.uncell>.uncont {
        text-align: left
    }
    .row div.column_child.align_left_mobile > .uncol > .uncoltable > .uncell > .uncont hr {
        margin-right: auto;
        margin-left: 0
    }
}
@media (min-width: 570px) and (max-width: 959px) {
    .row div.column_child.align_right_tablet>.uncol>.uncoltable>.uncell>.uncont {
        text-align: right
    }
    .row div.column_child.align_right_tablet > .uncol > .uncoltable > .uncell > .uncont hr {
        margin-right: 0;
        margin-left: auto
    }
}
@media (max-width: 569px) {
    .row div.column_child.align_right_mobile>.uncol>.uncoltable>.uncell>.uncont {
        text-align: right
    }
    .row div.column_child.align_right_mobile > .uncol > .uncoltable > .uncell > .uncont hr {
        margin-right: 0;
        margin-left: auto
    }
}
.row div.column_child.pos-left>.uncol>.uncoltable>.uncell>.uncont {
    margin: 0px
}
.row div.column_child.pos-center>.uncol>.uncoltable>.uncell>.uncont {
    margin: 0 auto
}
.row div.column_child.pos-right>.uncol>.uncoltable>.uncell>.uncont {
    margin-left: auto
}
.row div.column_child.pos-top,
.row div.column_child.pos-top .uncell {
    vertical-align: top
}
.row div.column_child.pos-middle .uncell,
.row div.column_child.pos-middle {
    vertical-align: middle
}
.row div.column_child.pos-bottom,
.row div.column_child.pos-bottom .uncell {
    vertical-align: bottom
}
@media (max-width: 959px) {
    .row div.column_child {
        padding: 36px 0px 0px 0px
    }
}
.row .limit-width-inner {
    margin: auto !important
}
.row-background,
.column-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}
.row-background .background-overlay,
.column-background .background-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}
.row-background .background-overlay-inner,
.column-background .background-overlay-inner {
    height: 100%
}
.row-background .parallax-content.video > *,
.column-background .parallax-content.video>* {
    top: 0px !important
}
.row-background .uncode-video-container,
.column-background .uncode-video-container {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}
.row-background .uncode-video-container > *,
.column-background .uncode-video-container>* {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black
}
.row-background .self-video .wp-video,
.column-background .self-video .wp-video,
.row-background .self-video .mejs-video,
.column-background .self-video .mejs-video,
.row-background .self-video .mejs-inner,
.column-background .self-video .mejs-inner,
.row-background .self-video .mejs-mediaelement,
.column-background .self-video .mejs-mediaelement,
.row-background .self-video video,
.column-background .self-video video {
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover
}
.row-background .mejs-controls,
.column-background .mejs-controls,
.row-background .mejs-layers,
.column-background .mejs-layers {
    display: none
}
.row-background .background-wrapper,
.column-background .background-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}
@media (max-width: 959px) {
    .row-background .background-wrapper,
    .column-background .background-wrapper {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        height: 100% !important
    }
}
.row-background .background-wrapper .background-inner,
.column-background .background-wrapper .background-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-attachment: scroll
}
@media (max-width: 1499px) {
    .row-background .background-wrapper .background-inner,
    .column-background .background-wrapper .background-inner {
        background-size: cover
    }
}
.row-background .background-wrapper .background-inner[data-imgready="true"]:not(.uncode-video-container),
.column-background .background-wrapper .background-inner[data-imgready="true"]:not(.uncode-video-container) {
    opacity: 1
}
.half-block-padding {
    padding: 18px 18px 18px 18px
}
.single-block-padding {
    padding: 36px 36px 36px 36px
}
.double-block-padding {
    padding: 72px
}
@media (max-width: 1699px) {
    .double-block-padding {
        padding: 54px
    }
}
@media (max-width: 1499px) {
    .double-block-padding {
        padding: 54px 36px 54px 36px
    }
}
.triple-block-padding {
    padding: 108px
}
@media (max-width: 1699px) {
    .triple-block-padding {
        padding: 72px
    }
}
@media (max-width: 1499px) {
    .triple-block-padding {
        padding: 54px
    }
}
@media (max-width: 1499px) {
    .triple-block-padding {
        padding: 54px 36px 54px 36px
    }
}
.quad-block-padding {
    padding: 144px
}
@media (max-width: 1699px) {
    .quad-block-padding {
        padding: 108px
    }
}
@media (max-width: 1499px) {
    .quad-block-padding {
        padding: 72px
    }
}
@media (max-width: 1499px) {
    .quad-block-padding {
        padding: 54px 36px 54px 36px
    }
}
.main-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}
.main-container .row {
    width: 100%;
    table-layout: fixed
}
.main-container .row .uncol {
    overflow: visible
}
@media (max-width: 959px) {
    .main-container .row .uncol {
        position: relative !important;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%
    }
}
@media (max-width: 959px) {
    .main-container .row .uncont {
        max-width: none !important;
        height: auto !important
    }
}
@media (max-width: 959px) {
    .main-container .row.row-parent:not(.row-slider):not(.row-header),
    .main-container .row .row-parent:not(.row-slider):not(.row-header) .row {
        height: auto !important
    }
    .main-container .row.row-parent:not(.row-slider):not(.row-header) .row-child,
    .main-container .row .row-parent:not(.row-slider):not(.row-header) .row .row-child {
        height: auto !important
    }
}
@media (max-width: 569px) {
    .main-container .row.row-parent:not(.no-h-padding) .column_parent > .uncol > .uncoltable > .uncell > .uncont,
    .main-container .row.row-parent:not(.no-h-padding) .column_child>.uncol>.uncoltable>.uncell>.uncont {
        padding-left: 0px !important;
        padding-right: 0px !important
    }
}
.main-container .row .column_parent,
.main-container .row .column_child {
    clear: both
}
.main-container .row-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    min-width: 100%;
    width: auto
}
.main-container .row-inner.row-inner-force {
    width: 100%
}
.main-container .row-inner>div {
    padding: 0px 0px 0px 36px
}
@media (max-width: 959px) {
    .main-container .row-inner>div:not([class*=col-md]) {
        padding: 36px 0px 0px 0px
    }
    .main-container .row-inner>div:first-child:not([class*=col-md]) {
        padding-top: 0px
    }
    .main-container .row-inner>div:only-child:not([class*=col-md]) {
        padding-top: 0px
    }
    .main-container .row-inner>.mobile-hidden+div {
        padding: 0px 0px 0px 0px
    }
}
@media (max-width: 569px) {
    .main-container .row-inner>div {
        padding: 36px 0px 0px 0px
    }
    .main-container .row-inner>div:first-child {
        padding-top: 0px
    }
    .main-container .row-inner>div:only-child {
        padding-top: 0px
    }
}
@media (min-width: 960px) {
    .main-container .row-inner {
        margin-left: -36px
    }
}
.main-container .row-inner>.main-inner-col>.row-container>.row {
    padding-left: 0px;
    padding-right: 0px
}
.main-container .row-inner>.main-inner-col:first-child>.row-container {
    padding-right: 0px
}
@media (min-width: 1500px) {
    .main-container .row-inner>.main-col-left>div>.row-parent {
        padding-right: 36px
    }
    .main-container .row-inner>.main-col-right>div>.row-parent {
        padding-left: 36px
    }
}
@media (min-width: 570px) and (max-width: 959px) {
    .main-container .cols-md-responsive {
        margin-left: -36px
    }
    .main-container .cols-md-responsive>div[class*=col-md] {
        padding-left: 36px;
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }
    .main-container .col-one-gutter>.cols-md-responsive {
        margin-left: -2px
    }
    .main-container .col-one-gutter>.cols-md-responsive>div[class*=col-md] {
        padding-left: 1px
    }
    .main-container .col-half-gutter>.cols-md-responsive {
        margin-left: -18px
    }
    .main-container .col-half-gutter>.cols-md-responsive>div[class*=col-md] {
        padding-left: 18px
    }
    .main-container .col-double-gutter>.cols-md-responsive {
        margin-left: -36px
    }
    .main-container .col-double-gutter>.cols-md-responsive>div[class*=col-md] {
        padding-left: 36px
    }
    .main-container .col-no-gutter>.cols-md-responsive {
        margin-left: 0
    }
    .main-container .col-no-gutter>.cols-md-responsive>div[class*=col-md] {
        padding-left: 0
    }
}
.main-container .row-container {
    position: relative;
    clear: both;
    border: 0
}
.no-touch .main-container .row-container.with-parallax > div > .background-wrapper,
.no-touch .main-container .row-container .uncell.with-parallax>div>.background-wrapper {
    height: 130%;
    height: calc(100% + 30vh);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}
.main-container .row-container .row-parent {
    padding: 36px 36px 36px 36px
}
.main-container .row-container .row-parent .no-internal-gutter .uncont>* {
    margin-top: 0px
}
.main-container .row-container .row-parent .one-internal-gutter .uncont>* {
    margin-top: 1px
}
.main-container .row-container .row-parent .half-internal-gutter .uncont>* {
    margin-top: 18px
}
.main-container .row-container .row-parent .half-internal-gutter .uncont>* {
    margin-top: 18px
}
.main-container .row-container .row-parent .single-internal-gutter .uncont>* {
    margin-top: 36px
}
.main-container .row-container .row-parent .double-internal-gutter .uncont>* {
    margin-top: 72px
}
@media (max-width: 959px) {
    .main-container .row-container .row-parent .double-internal-gutter .uncont>* {
        margin-top: 54px
    }
}
@media (max-width: 569px) {
    .main-container .row-container .row-parent .double-internal-gutter .uncont>* {
        margin-top: 36px
    }
}
.main-container .row-container .row-parent .triple-internal-gutter .uncont>* {
    margin-top: 108px
}
@media (max-width: 1499px) {
    .main-container .row-container .row-parent .triple-internal-gutter .uncont>* {
        margin-top: 180px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .row-parent .triple-internal-gutter .uncont>* {
        margin-top: 72px
    }
}
@media (max-width: 569px) {
    .main-container .row-container .row-parent .triple-internal-gutter .uncont>* {
        margin-top: 54px
    }
}
.main-container .row-container .row-parent .quad-internal-gutter .uncont>* {
    margin-top: 144px
}
@media (max-width: 1699px) {
    .main-container .row-container .row-parent .quad-internal-gutter .uncont>* {
        margin-top: 126px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .row-parent .quad-internal-gutter .uncont>* {
        margin-top: 108px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .row-parent .quad-internal-gutter .uncont>* {
        margin-top: 180px
    }
}
@media (max-width: 569px) {
    .main-container .row-container .row-parent .quad-internal-gutter .uncont>* {
        margin-top: 72px
    }
}
.main-container .row-container .row-parent .column_child.no-internal-gutter .uncont>* {
    margin-top: 0px
}
.main-container .row-container .row-parent .column_child.one-internal-gutter .uncont>*:not(:first-child) {
    margin-top: 1px
}
.main-container .row-container .row-parent .column_child.half-internal-gutter .uncont>*:not(:first-child) {
    margin-top: 18px
}
.main-container .row-container .row-parent .column_child.half-internal-gutter .uncont>*:not(:first-child) {
    margin-top: 18px
}
.main-container .row-container .row-parent .column_child.single-internal-gutter .uncont>*:not(:first-child) {
    margin-top: 36px
}
.main-container .row-container .row-parent .column_child.double-internal-gutter .uncont>*:not(:first-child) {
    margin-top: 72px
}
@media (max-width: 959px) {
    .main-container .row-container .row-parent .column_child.double-internal-gutter .uncont>*:not(:first-child) {
        margin-top: 54px
    }
}
@media (max-width: 569px) {
    .main-container .row-container .row-parent .column_child.double-internal-gutter .uncont>*:not(:first-child) {
        margin-top: 36px
    }
}
.main-container .row-container .row-parent .column_child.triple-internal-gutter .uncont>*:not(:first-child) {
    margin-top: 108px
}
@media (max-width: 1499px) {
    .main-container .row-container .row-parent .column_child.triple-internal-gutter .uncont>*:not(:first-child) {
        margin-top: 180px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .row-parent .column_child.triple-internal-gutter .uncont>*:not(:first-child) {
        margin-top: 72px
    }
}
@media (max-width: 569px) {
    .main-container .row-container .row-parent .column_child.triple-internal-gutter .uncont>*:not(:first-child) {
        margin-top: 54px
    }
}
.main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont>*:not(:first-child) {
    margin-top: 144px
}
@media (max-width: 1699px) {
    .main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont>*:not(:first-child) {
        margin-top: 126px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont>*:not(:first-child) {
        margin-top: 108px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont>*:not(:first-child) {
        margin-top: 180px
    }
}
@media (max-width: 569px) {
    .main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont>*:not(:first-child) {
        margin-top: 72px
    }
}
.main-container .row-container .row-parent .uncont > *:first-child,
.main-container .row-container .row-parent .uncont > *:first-child:not(.divider-wrapper) > *:first-child:not(.isotope-wrapper):not(.index-wrapper),
.main-container .row-container .row-parent .uncont > *:first-child:not(.divider-wrapper) > *:first-child > *:first-child,
.main-container .row-container .row-parent .uncont>*:first-child:not(.divider-wrapper)>*:first-child:not(.isotope-wrapper):not(.index-wrapper)>*:first-child>*:first-child {
    margin-top: 0px !important
}
.main-container .row-container .row-parent .uncont>*.desktop-hidden:first-child+* {
    margin-top: 0px !important
}
article.hentry .main-container .row-container .row-parent {
    padding-left: 0px !important;
    padding-right: 0px !important
}
@media (min-width: 960px) {
    .main-container .row-container .row-parent.limit-width.fill-col-left {
        padding-left: 36px
    }
    .main-container .row-container .row-parent.limit-width.fill-col-right {
        padding-right: 36px
    }
}
.main-container .row-container > .row-parent:not(.row-slider) .row-child {
    padding: 0px !important
}
@media (min-width: 960px) {
    .main-container .row-container > .row-parent .row-child>.row-inner>div {
        padding: 0px 0px 0px 36px
    }
}
.main-container .row-container .row-w-sidebar {
    padding: 0px
}
@media (min-width: 960px) {
    .main-container .row-container .row-child.col-no-gutter > .row-inner,
    .main-container .row-container .col-no-gutter>.row-inner {
        margin-left: 0px
    }
}
.main-container .row-container .row-child.col-no-gutter > .row-inner > div,
.main-container .row-container .col-no-gutter>.row-inner>div {
    padding-left: 0px;
    padding-right: 0px
}
@media (max-width: 959px) {
    .main-container .row-container .row-child.col-no-gutter > .row-inner > div,
    .main-container .row-container .col-no-gutter>.row-inner>div {
        padding-top: 0px
    }
}
@media (min-width: 960px) {
    .main-container .row-container .row-child.col-one-gutter > .row-inner,
    .main-container .row-container .col-one-gutter>.row-inner {
        margin-left: 0px
    }
}
@media (min-width: 960px) {
    .main-container .row-container .row-child.col-one-gutter > .row-inner > div,
    .main-container .row-container .col-one-gutter>.row-inner>div {
        padding-left: 1px;
        padding-right: 0px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .row-child.col-one-gutter > .row-inner > div,
    .main-container .row-container .col-one-gutter>.row-inner>div {
        padding-top: 1px
    }
    .main-container .row-container .row-child.col-one-gutter > .row-inner > div:first-child,
    .main-container .row-container .col-one-gutter>.row-inner>div:first-child {
        padding-top: 0px
    }
}
@media (min-width: 960px) {
    .main-container .row-container .row-child.col-one-gutter>.row-inner {
        margin-left: -1px
    }
}
@media (min-width: 960px) {
    .main-container .row-container .row-child.col-half-gutter > .row-inner,
    .main-container .row-container .col-half-gutter>.row-inner {
        margin-left: -18px
    }
}
@media (min-width: 960px) {
    .main-container .row-container .row-child.col-half-gutter > .row-inner > div,
    .main-container .row-container .col-half-gutter>.row-inner>div {
        padding-left: 18px;
        padding-right: 0px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .row-child.col-half-gutter > .row-inner > div,
    .main-container .row-container .col-half-gutter>.row-inner>div {
        padding-top: 18px
    }
    .main-container .row-container .row-child.col-half-gutter > .row-inner > div:first-child,
    .main-container .row-container .col-half-gutter>.row-inner>div:first-child {
        padding-top: 0px
    }
}
@media (min-width: 960px) {
    .main-container .row-container .row-child.col-std-gutter > .row-inner,
    .main-container .row-container .col-std-gutter>.row-inner {
        margin-left: -54px
    }
}
@media (min-width: 960px) {
    .main-container .row-container .row-child.col-std-gutter > .row-inner > div,
    .main-container .row-container .col-std-gutter>.row-inner>div {
        padding-left: 54px;
        padding-right: 0px
    }
}
@media (min-width: 960px) {
    .main-container .row-container .row-child.col-double-gutter > .row-inner,
    .main-container .row-container .col-double-gutter>.row-inner {
        margin-left: -72px
    }
}
@media (min-width: 960px) {
    .main-container .row-container .row-child.col-double-gutter > .row-inner > div,
    .main-container .row-container .col-double-gutter>.row-inner>div {
        padding-left: 72px;
        padding-right: 0px
    }
}
.main-container .row-container:not(.limit-width) .no-h-padding,
.main-container .row-container.boxed-row .no-h-padding {
    padding-left: 0px;
    padding-right: 0px
}
.main-container .row-container .no-top-padding {
    padding-top: 0px
}
.main-container .row-container .no-bottom-padding {
    padding-bottom: 0px
}
.main-container .row-container:not(.limit-width) .one-h-padding,
.main-container .row-container.boxed-row .one-h-padding {
    padding-left: 1px;
    padding-right: 1px
}
.main-container .row-container .one-top-padding {
    padding-top: 1px
}
.main-container .row-container .one-bottom-padding {
    padding-bottom: 1px
}
.main-container .row-container .single-top-padding {
    padding-top: 56px
}
.main-container .row-container .single-bottom-padding {
    padding-bottom: 56px
}
.main-container .row-container .single-left-padding {
    padding-left: 56px
}
.main-container .row-container .single-right-padding {
    padding-right: 56px
}
.main-container .row-container .single-h-padding {
    padding-left: 56px;
    padding-right: 56px
}
.main-container .row-container .double-h-padding {
    padding-left: 72px;
    padding-right: 72px
}
@media (max-width: 959px) {
    .main-container .row-container .double-h-padding {
        padding-left: 36px;
        padding-right: 36px
    }
}
.main-container .row-container .std-top-padding {
    padding-top: 54px
}
@media (max-width: 569px) {
    .main-container .row-container .std-top-padding {
        padding-top: 36px
    }
}
.main-container .row-container .std-bottom-padding {
    padding-bottom: 54px
}
@media (max-width: 569px) {
    .main-container .row-container .std-bottom-padding {
        padding-bottom: 36px
    }
}
.main-container .row-container .double-top-padding {
    padding-top: 72px
}
.main-container .row-container .double-bottom-padding {
    padding-bottom: 72px
}
.main-container .row-container .triple-h-padding {
    padding-left: 108px;
    padding-right: 108px
}
@media (max-width: 1699px) {
    .main-container .row-container .triple-h-padding {
        padding-left: 72px;
        padding-right: 72px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .triple-h-padding {
        padding-left: 54px;
        padding-right: 54px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .triple-h-padding {
        padding-left: 36px;
        padding-right: 36px
    }
}
.main-container .row-container .triple-top-padding {
    padding-top: 108px
}
@media (max-width: 1699px) {
    .main-container .row-container .triple-top-padding {
        padding-top: 72px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .triple-top-padding {
        padding-top: 54px
    }
}
.main-container .row-container .triple-bottom-padding {
    padding-bottom: 108px
}
@media (max-width: 1699px) {
    .main-container .row-container .triple-bottom-padding {
        padding-bottom: 72px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .triple-bottom-padding {
        padding-bottom: 54px
    }
}
.main-container .row-container .quad-h-padding {
    padding-left: 144px;
    padding-right: 144px
}
@media (max-width: 1699px) {
    .main-container .row-container .quad-h-padding {
        padding-left: 108px;
        padding-right: 108px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .quad-h-padding {
        padding-left: 72px;
        padding-right: 72px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .quad-h-padding {
        padding-left: 36px;
        padding-right: 36px
    }
}
.main-container .row-container .quad-top-padding {
    padding-top: 144px
}
@media (max-width: 1699px) {
    .main-container .row-container .quad-top-padding {
        padding-top: 108px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .quad-top-padding {
        padding-top: 72px
    }
}
.main-container .row-container .quad-bottom-padding {
    padding-bottom: 144px
}
@media (max-width: 1699px) {
    .main-container .row-container .quad-bottom-padding {
        padding-bottom: 108px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .quad-bottom-padding {
        padding-bottom: 72px
    }
}
.main-container .row-container .penta-h-padding {
    padding-left: 162px;
    padding-right: 162px
}
@media (max-width: 1699px) {
    .main-container .row-container .penta-h-padding {
        padding-left: 144px;
        padding-right: 144px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .penta-h-padding {
        padding-left: 126px;
        padding-right: 126px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .penta-h-padding {
        padding-left: 108px;
        padding-right: 108px
    }
}
@media (max-width: 569px) {
    .main-container .row-container .penta-h-padding {
        padding-left: 180px;
        padding-right: 180px
    }
}
.main-container .row-container .penta-top-padding {
    padding-top: 162px
}
@media (max-width: 1699px) {
    .main-container .row-container .penta-top-padding {
        padding-top: 144px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .penta-top-padding {
        padding-top: 126px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .penta-top-padding {
        padding-top: 108px
    }
}
@media (max-width: 569px) {
    .main-container .row-container .penta-top-padding {
        padding-top: 180px
    }
}
.main-container .row-container .penta-bottom-padding {
    padding-bottom: 162px
}
@media (max-width: 1699px) {
    .main-container .row-container .penta-bottom-padding {
        padding-bottom: 144px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .penta-bottom-padding {
        padding-bottom: 126px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .penta-bottom-padding {
        padding-bottom: 108px
    }
}
@media (max-width: 569px) {
    .main-container .row-container .penta-bottom-padding {
        padding-bottom: 180px
    }
}
.main-container .row-container .exa-h-padding {
    padding-left: 180px;
    padding-right: 180px
}
@media (max-width: 1699px) {
    .main-container .row-container .exa-h-padding {
        padding-left: 162px;
        padding-right: 162px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .exa-h-padding {
        padding-left: 144px;
        padding-right: 144px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .exa-h-padding {
        padding-left: 126px;
        padding-right: 126px
    }
}
@media (max-width: 569px) {
    .main-container .row-container .exa-h-padding {
        padding-left: 108px;
        padding-right: 108px
    }
}
.main-container .row-container .exa-top-padding {
    padding-top: 180px
}
@media (max-width: 1699px) {
    .main-container .row-container .exa-top-padding {
        padding-top: 162px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .exa-top-padding {
        padding-top: 144px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .exa-top-padding {
        padding-top: 126px
    }
}
@media (max-width: 569px) {
    .main-container .row-container .exa-top-padding {
        padding-top: 108px
    }
}
.main-container .row-container .exa-bottom-padding {
    padding-bottom: 180px
}
@media (max-width: 1699px) {
    .main-container .row-container .exa-bottom-padding {
        padding-bottom: 162px
    }
}
@media (max-width: 1499px) {
    .main-container .row-container .exa-bottom-padding {
        padding-bottom: 144px
    }
}
@media (max-width: 959px) {
    .main-container .row-container .exa-bottom-padding {
        padding-bottom: 126px
    }
}
@media (max-width: 569px) {
    .main-container .row-container .exa-bottom-padding {
        padding-bottom: 108px
    }
}
@media (min-width: 960px) {
    .main-container .row-container.limit-width.boxed-row {
        box-sizing: border-box;
        background-clip: content-box;
        padding-left: 36px;
        padding-right: 36px
    }
}
.main-container .unequal.row,
.main-container .uncol.unexpand,
.main-container .uncol.unexpand > div > div > .uncont,
.main-container .unequal.row > .row-inner > div > .uncol,
.main-container .unequal .row-internal {
    height: 100%
}
@media (min-width: 570px) and (max-width: 959px) {
    .main-container .cols-md-responsive {
        height: 100% !important
    }
    .main-container .cols-md-responsive div[class*=col-lg-] {
        height: 100% !important
    }
}
.col-lg-0 {
    padding: 27px 56px 27px 56px
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    padding: 56px;
    display: block;
    height: auto;
    width: 100%;
    vertical-align: top;
    position: relative
}
@media (min-width: 960px) {
    .col-lg-0,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        display: table-cell;
        height: 100%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666666666666%
    }
    .col-lg-10 {
        width: 83.33333333333334%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666666666666%
    }
    .col-lg-7 {
        width: 58.333333333333336%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666666666667%
    }
    .col-lg-4 {
        width: 33.33333333333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.666666666666664%
    }
    .col-lg-1 {
        width: 8.333333333333332%
    }
    .row .uncoltable {
        min-height: 0 !important
    }
}
@media (min-width: 570px) and (max-width: 959px) {
    .col-md-100,
    .col-md-75,
    .col-md-66,
    .col-md-50,
    .col-md-33,
    .col-md-25,
    .col-md-16 {
        display: inline-table;
        table-layout: fixed
    }
    .col-md-100 {
        width: 100%
    }
    .col-md-75 {
        width: 75%
    }
    .col-md-66 {
        width: 66.666666667%
    }
    .col-md-50 {
        width: 50%
    }
    .col-md-33 {
        width: 33.33333333%
    }
    .col-md-25 {
        width: 25%
    }
    .col-md-16 {
        width: 16.666666667%
    }
}
.col-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000
}
.block-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s
}
.shift_x_half {
    left: 18px !important
}
.shift_x_single {
    left: 56px !important
}
.shift_x_double {
    left: 72px !important
}
@media (max-width: 1499px) {
    .shift_x_double:not(.shift_x_fixed) {
        left: 54px !important
    }
}
@media (max-width: 959px) {
    .shift_x_double:not(.shift_x_fixed) {
        left: 36px !important
    }
}
.shift_x_triple {
    left: 108px !important
}
@media (max-width: 1499px) {
    .shift_x_triple:not(.shift_x_fixed) {
        left: 54px !important
    }
}
@media (max-width: 959px) {
    .shift_x_triple:not(.shift_x_fixed) {
        left: 36px !important
    }
}
.shift_x_quad {
    left: 144px !important
}
@media (max-width: 1699px) {
    .shift_x_quad:not(.shift_x_fixed) {
        left: 108px !important
    }
}
@media (max-width: 1499px) {
    .shift_x_quad:not(.shift_x_fixed) {
        left: 54px !important
    }
}
@media (max-width: 959px) {
    .shift_x_quad:not(.shift_x_fixed) {
        left: 36px !important
    }
}
.shift_x_neg_half {
    left: -18px !important
}
.shift_x_neg_single {
    left: -36px !important
}
.shift_x_neg_double {
    left: -72px !important
}
@media (max-width: 1499px) {
    .shift_x_neg_double:not(.shift_x_fixed) {
        left: -54px !important
    }
}
@media (max-width: 959px) {
    .shift_x_neg_double:not(.shift_x_fixed) {
        left: -36px !important
    }
}
.shift_x_neg_triple {
    left: -108px !important
}
@media (max-width: 1499px) {
    .shift_x_neg_triple:not(.shift_x_fixed) {
        left: -54px !important
    }
}
@media (max-width: 959px) {
    .shift_x_neg_triple:not(.shift_x_fixed) {
        left: -36px !important
    }
}
.shift_x_neg_quad {
    left: -144px !important
}
@media (max-width: 1699px) {
    .shift_x_neg_quad:not(.shift_x_fixed) {
        left: -108px !important
    }
}
@media (max-width: 1499px) {
    .shift_x_neg_quad:not(.shift_x_fixed) {
        left: -54px !important
    }
}
@media (max-width: 959px) {
    .shift_x_neg_quad:not(.shift_x_fixed) {
        left: -36px !important
    }
}
.shift_y_half {
    margin-top: 18px !important
}
@media (max-width: 569px) {
    .shift_y_half:not(.shift_y_fixed) {
        margin-top: 0 !important
    }
}
.shift_y_single {
    margin-top: 36px !important
}
@media (max-width: 569px) {
    .shift_y_single:not(.shift_y_fixed) {
        margin-top: 0 !important
    }
}
.shift_y_double {
    margin-top: 72px !important
}
@media (max-width: 1499px) {
    .shift_y_double:not(.shift_y_fixed) {
        margin-top: 54px !important
    }
}
@media (max-width: 959px) {
    .shift_y_double:not(.shift_y_fixed) {
        margin-top: 36px !important
    }
}
@media (max-width: 569px) {
    .shift_y_double:not(.shift_y_fixed) {
        margin-top: 0 !important
    }
}
.shift_y_triple {
    margin-top: 108px !important
}
@media (max-width: 1499px) {
    .shift_y_triple:not(.shift_y_fixed) {
        margin-top: 54px !important
    }
}
@media (max-width: 959px) {
    .shift_y_triple:not(.shift_y_fixed) {
        margin-top: 36px !important
    }
}
@media (max-width: 569px) {
    .shift_y_triple:not(.shift_y_fixed) {
        margin-top: 0 !important
    }
}
.shift_y_quad {
    margin-top: 144px !important
}
@media (max-width: 1699px) {
    .shift_y_quad:not(.shift_y_fixed) {
        margin-top: 108px !important
    }
}
@media (max-width: 1499px) {
    .shift_y_quad:not(.shift_y_fixed) {
        margin-top: 54px !important
    }
}
@media (max-width: 959px) {
    .shift_y_quad:not(.shift_y_fixed) {
        margin-top: 36px !important
    }
}
@media (max-width: 569px) {
    .shift_y_quad:not(.shift_y_fixed) {
        margin-top: 0 !important
    }
}
.shift_y_neg_half {
    margin-top: -18px !important
}
@media (max-width: 569px) {
    .shift_y_neg_half {
        margin-top: 0 !important
    }
}
.shift_y_neg_single {
    margin-top: -36px !important
}
@media (max-width: 569px) {
    .shift_y_neg_single {
        margin-top: 0 !important
    }
}
.shift_y_neg_double {
    margin-top: -72px !important
}
@media (max-width: 1499px) {
    .shift_y_neg_double:not(.shift_y_fixed) {
        margin-top: -54px !important
    }
}
@media (max-width: 959px) {
    .shift_y_neg_double:not(.shift_y_fixed) {
        margin-top: -36px !important
    }
}
@media (max-width: 569px) {
    .shift_y_neg_double:not(.shift_y_fixed) {
        margin-top: 0 !important
    }
}
.shift_y_neg_triple {
    margin-top: -108px !important
}
@media (max-width: 1499px) {
    .shift_y_neg_triple:not(.shift_y_fixed) {
        margin-top: -54px !important
    }
}
@media (max-width: 959px) {
    .shift_y_neg_triple:not(.shift_y_fixed) {
        margin-top: -36px !important
    }
}
@media (max-width: 569px) {
    .shift_y_neg_triple:not(.shift_y_fixed) {
        margin-top: 0 !important
    }
}
.shift_y_neg_quad {
    margin-top: -144px !important
}
@media (max-width: 1699px) {
    .shift_y_neg_quad:not(.shift_y_fixed) {
        margin-top: -108px !important
    }
}
@media (max-width: 1499px) {
    .shift_y_neg_quad:not(.shift_y_fixed) {
        margin-top: -54px !important
    }
}
@media (max-width: 959px) {
    .shift_y_neg_quad:not(.shift_y_fixed) {
        margin-top: -36px !important
    }
}
@media (max-width: 569px) {
    .shift_y_neg_quad:not(.shift_y_fixed) {
        margin-top: 0 !important
    }
}
.z_index_1 {
    z-index: 1
}
.z_index_2 {
    z-index: 2
}
.z_index_3 {
    z-index: 3
}
.z_index_4 {
    z-index: 4
}
.z_index_5 {
    z-index: 5
}
.z_index_6 {
    z-index: 6
}
.z_index_7 {
    z-index: 7
}
.z_index_8 {
    z-index: 8
}
.z_index_9 {
    z-index: 9
}
.z_index_10 {
    z-index: 10
}
.z_index_11 {
    z-index: 11
}
.z_index_12 {
    z-index: 12
}
.z_index_13 {
    z-index: 13
}
.z_index_14 {
    z-index: 14
}
.z_index_15 {
    z-index: 15
}
.z_index_16 {
    z-index: 16
}
.z_index_17 {
    z-index: 17
}
.z_index_18 {
    z-index: 18
}
.z_index_19 {
    z-index: 19
}
.z_index_20 {
    z-index: 20
}
@media (max-width: 959px) {
    div[class*=vc_custom_] {
        margin-left: 0;
        border-left-width: 0 !important;
        border-right-width: 0 !important
    }
}
table {
    empty-cells: show;
    border: 1px solid;
    margin: 18px 0px 0px 0px
}
table thead {
    text-align: left;
    vertical-align: bottom
}
table td,
table th {
    background-color: transparent;
    border-left: 1px solid;
    border-bottom: 1px solid;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 8px 18px 7px 18px;
    font-weight: 600
}
@media (max-width: 959px) {
    table td,
    table th {
        padding: 8px 5px 7px 5px
    }
}
table td:first-child,
table th:first-child {
    border-left-width: 0
}
label {
    font-size: 14px;
    line-height: 1.75;
    margin: 18px 0 0;
    margin: 0px 0px 5px 0px
}
form p {
    margin: 18px 0px 0px 0px;
    font-weight: 600
}
form img.ajax-loader {
    position: absolute;
    left: 50%;
    margin-left: -30px !important;
    bottom: -25px
}
input,
textarea,
select,
.seldiv,
.select2-choice {
    display: block;
    font-size: 14px;
    line-height: initial;
    margin: 9px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-weight: normal;
    border: 1px solid transparent
}
input:focus,
textarea:focus,
select:focus {
    outline: 0;
    border-style: solid
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"] {
    width: 75%
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"] {
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 12px;
    padding: 13px 31px 13px 31px;
    text-align: center !important;
    vertical-align: middle;
    background-image: none;
    border-radius: 2px;
    outline: none;
    white-space: nowrap;
    -webkit-text-stroke: 0px;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover {
    background-color: transparent !important
}
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    font-size: 1em;
    -webkit-appearance: none;
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    text-align: center;
    line-height: normal
}
.webkit input[type=checkbox],
.webkit input[type=radio] {
    height: 1.2em;
    vertical-align: middle
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "uncodeicon";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 1.2em
}
input[type=radio] {
    border-radius: 50%
}
input[type=radio]:checked:before {
    content: "";
    border-radius: 100%;
    width: 50%;
    height: 50%
}
input[type=checkbox]:checked:before {
    content: "\f00c"
}
input[type="file"],
input[type="range"] {
    background-color: transparent !important;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: auto
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}
textarea {
    width: 100%;
    resize: none
}
.seldiv {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}
.seldiv select {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0;
    border: none
}
.seldiv:after {
    background: none;
    font-family: "uncodeicon";
    content: "\f107";
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 19px;
    z-index: 1;
    pointer-events: none
}
.seldiv:before {
    border-left-width: 1px;
    border-left-style: solid;
    height: 100%;
    position: absolute;
    content: "";
    font-size: 12px;
    right: 51px
}
select {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: solid;
    border-color: transparent;
    -moz-appearance: window;
    text-overflow: "";
    outline: none;
    background-position: 100% center;
    background-repeat: no-repeat;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
}
.rtl select {
    background-position: 0% center
}
select:focus {
    outline: none
}
select::-ms-expand {
    display: none
}
.style-light select {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+")
}
.style-dark select {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+")
}
::-webkit-input-placeholder {
    text-transform: capitalize
}
:-ms-input-placeholder {
    text-transform: capitalize
}
::-moz-placeholder {
    text-transform: capitalize
}
.style-dark::-webkit-input-placeholder {
    color: #fff !important
}
.style-dark:-ms-input-placeholder {
    color: #fff !important
}
.style-dark::-moz-placeholder {
    color: #fff !important
}
input[type=number] {
    -moz-appearance: textfield
}
button[disabled],
html input[disabled] {
    cursor: not-allowed
}
span.wpcf7-list-item {
    margin-right: 1em;
    margin-left: 0
}
.wpcf7-list-item-label {
    margin-left: .25em
}
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 13px;
    padding: 6px 9px 6px 9px;
    padding: 0;
    margin: 9px 0px 0px 0px;
    display: block;
    text-align: left;
    border: 0;
    font-weight: 500
}
input.wpcf7-form-control.wpcf7-submit.btn {
    margin: 0px 0px 0px 0px
}
.wpcf7-inline-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 0px
}
.wpcf7-inline-wrapper input {
    margin: 0px
}
.wpcf7-inline-wrapper .wpcf7-inline-field {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 9px 0px 9px
}
.wpcf7-inline-wrapper .wpcf7-inline-field input {
    width: 100%;
    text-align: left
}
.wpcf7-inline-wrapper .wpcf7-inline-field:first-child {
    padding-left: 0px
}
.wpcf7-inline-wrapper .wpcf7-inline-field:last-child {
    padding-right: 0px
}
.wpcf7-inline-wrapper .wpcf7-inline-field>* {
    margin-top: 0px !important
}
form .wpcf7-inline-wrapper:nth-child(2) p {
    margin-top: 0px
}
.wpcf7-captchac {
    margin: 14px 0px 0px 0px
}
input.wpcf7-submit {
    margin-top: 0
}
.form-text-center {
    text-align: center !important
}
.form-fluid {
    width: 100% !important
}
.form-circle {
    border-radius: 10em;
    padding-right: 30px;
    padding-left: 30px
}
.btn,
.btn-link {
    display: inline-block;
    font-size: 12px;
    padding: 13px 31px 13px 31px !important;
    font-style: normal !Important;
    text-align: center;
    vertical-align: middle;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    background-image: none;
    border: 1px solid;
    border-radius: 2px;
    outline: none;
    white-space: pre-wrap;
    -webkit-text-stroke: 0px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}
@media (max-width: 569px) {
    .btn:not(input),
    .btn-link:not(input) {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -o-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left
    }
}
.btn.btn-top-margin,
.btn-link.btn-top-margin {
    margin-top: 18px
}
.btn .fa,
.btn-link .fa {
    position: relative;
    vertical-align: top;
    line-height: inherit
}
.btn.btn-border-animated,
.btn-link.btn-border-animated {
    position: relative
}
.btn.btn-border-animated:after,
.btn-link.btn-border-animated:after {
    content: '';
    position: absolute;
    border: 1px solid;
    border-radius: inherit;
    border-color: inherit;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px
}
.btn-container {
    display: block;
    margin-top: 18px
}
.btn-container.btn-inline {
    display: inline-block;
    padding-left: 9px;
    padding-right: 9px;
    vertical-align: bottom;
    margin-top: 0px !important
}
@media (max-width: 569px) {
    .btn-container.btn-inline {
        display: block;
        padding: 0px;
        margin-top: 9px !important
    }
}
*>.btn-container:first-of-type {
    padding-left: 0px
}
*>.btn-container:last-of-type {
    padding-right: 0px
}
.btn-link {
    border: 1px solid transparent;
    padding: 0px !Important
}
.btn-xl {
    font-size: 18px !important;
    padding: 16px 47px 16px 47px !important
}
.btn-lg {
    font-size: 15px !important;
    padding: 14px 40px 14px 40px !important
}
.btn-sm {
    font-size: 10px !important;
    padding: 9px 25px 9px 25px !important
}
.btn-icon-left .fa {
    margin-right: 9px
}
.btn-icon-right .fa {
    margin-left: 9px
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.btn-square {
    border-radius: 0px !important
}
.btn-round {
    border-radius: 8px !important
}
.btn-circle {
    border-radius: 10em !important
}
.btn-shadow {
    -webkit-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8)
}
.btn-italic {
    font-style: italic !Important
}
.btn-disable-hover {
    pointer-events: none !important
}
@-webkit-keyframes btn-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}
@keyframes btn-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}
.btn-ripple-out:after {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}
.btn-ripple-out:hover:after,
.btn-ripple-out:focus:after,
.btn-ripple-out:active:after {
    -webkit-animation-name: btn-ripple-out;
    animation-name: btn-ripple-out
}
@-webkit-keyframes btn-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}
@keyframes btn-ripple-in {
    100% {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        opacity: 1
    }
}
.btn-ripple-in:hover:after {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}
.btn-ripple-in:hover:after,
.btn-ripple-in:focus:after,
.btn-ripple-in:active:after {
    -webkit-animation-name: btn-ripple-in;
    animation-name: btn-ripple-in
}
.fa-container {
    display: inline-block;
    width: 100%;
    margin: 18px 0px 0px 0px
}
.fa-btn {
    cursor: pointer
}
.fa-stack {
    text-align: center;
    border-width: 1px !important
}
.fa-stack.fa-squared {
    border-radius: 0px !important
}
.fa-stack.fa-rounded-btn {
    border-radius: 2px !important
}
.icon-box {
    display: table;
    width: 100%
}
.icon-box.icon-inline {
    display: inline-table;
    table-layout: fixed;
    width: auto;
    text-align: center;
    vertical-align: bottom;
    margin-top: 0px !important;
    padding-left: 9px;
    padding-right: 9px
}
div>.icon-box:first-child {
    padding-left: 0px !important
}
div>.icon-box:last-child {
    padding-right: 0px !important
}
.icon-box-top {
    table-layout: fixed
}
.icon-box-top .fa-container {
    margin-top: 0px
}
.icon-box-heading>* {
    line-height: 1.5em
}
.icon-box-left .icon-box-icon,
.icon-box-right .icon-box-icon,
.icon-box-left .icon-box-content,
.icon-box-right .icon-box-content {
    display: table-cell;
    vertical-align: top
}
.icon-box-left .icon-box-icon,
.icon-box-right .icon-box-icon {
    width: 1px
}
.icon-box-left .icon-box-heading,
.icon-box-right .icon-box-heading {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 2px !important;
    margin-bottom: 2px !important
}
.icon-box-left .icon-box-heading > *,
.icon-box-right .icon-box-heading>* {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0px
}
.icon-box-left .fa-1x,
.icon-box-right .fa-1x {
    line-height: 2.5em
}
.icon-box-left .icon-box-fa-2x,
.icon-box-right .icon-box-fa-2x {
    height: 2em
}
.icon-box-left .icon-box-fa-3x,
.icon-box-right .icon-box-fa-3x {
    height: 3em
}
.icon-box-left .icon-box-fa-4x,
.icon-box-right .icon-box-fa-4x {
    height: 4em
}
.icon-box-left .icon-box-fa-5x,
.icon-box-right .icon-box-fa-5x {
    height: 5em
}
.icon-box-left .icon-box-fa-1x-back,
.icon-box-right .icon-box-fa-1x-back {
    height: 2.5em
}
.icon-box-left .icon-box-fa-2x-back,
.icon-box-right .icon-box-fa-2x-back {
    height: 5em
}
.icon-box-left .icon-box-fa-3x-back,
.icon-box-right .icon-box-fa-3x-back {
    height: 7em
}
.icon-box-left .icon-box-fa-4x-back,
.icon-box-right .icon-box-fa-4x-back {
    height: 10em
}
.icon-box-left .icon-box-fa-5x-back,
.icon-box-right .icon-box-fa-5x-back {
    height: 12em
}
.icon-box-left .icon-box-content {
    padding-left: 18px
}
@media (min-width: 960px) {
    .icon-box-left .icon-box-content {
        padding-left: 27px
    }
}
.icon-box-left .icon-box-content:not(.add-margin) p {
    margin-top: 0px
}
.icon-box-right .icon-box-content {
    padding-right: 18px
}
@media (min-width: 960px) {
    .icon-box-right .icon-box-content {
        padding-right: 27px
    }
}
.icon-box-right .icon-box-content:not(.add-margin) p {
    margin-top: 0px
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
}
.nav>li>a {
    display: block
}
.nav-tabs {
    border-bottom: 1px solid;
    margin: 0;
    text-align: center
}
.nav-tabs>li {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    line-height: normal;
    padding: 0px 23px 18px 23px
}
.nav-tabs > li > a span {
    font-size: 12px
}
.nav-tabs>li.active>a {
    padding: 0px 23px 18px 23px;
    pointer-events: none
}
@media (min-width: 960px) {
    .nav-tabs>li.active>a {
        border-bottom-width: 2px;
        border-bottom-style: solid
    }
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
    cursor: default
}
.tab-content {
    padding: 27px 0px 0px 0px
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.tab-content.vertical {
    padding: 0px 0px 0px 23px
}
.tab-content .remove-top-margin {
    margin-top: -27px
}
.tab-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 18px 0px 0px 0px
}
.vertical-tab-menu {
    width: 20%;
    float: left
}
.vertical-tab-contents {
    width: 80%;
    float: left
}
.vertical-tab-menu .nav-tabs {
    border: 0px;
    border-right-width: 1px;
    border-right-style: solid;
    margin-right: -1px
}
.tab-content.vertical {
    border-left-width: 1px;
    border-left-style: solid
}
.tabs-left>li {
    float: none;
    display: block
}
.tabs-left>li.active>a {
    padding: 9px 23px 9px 0px;
    border-bottom-width: 0px !important;
    border-right-width: 2px!important;
    border-right-style: solid
}
.tabs-left>li>a {
    margin-right: 0;
    display: block;
    text-align: left;
    padding: 9px 23px 9px 0px
}
.nav-links>* {
    display: inline-block
}
.nav-links>*:nth-child(2) {
    margin-left: 18px
}
.nav-links > * a {
    vertical-align: bottom;
    margin-top: 0px;
    padding-top: 0px
}
.breadcrumb {
    padding: 0px 0px 0px 0px;
    list-style: none;
    font-weight: 500;
    line-height: 1.2
}
.breadcrumb>li {
    display: inline-block;
    margin-top: 0;
    font-size: 13px
}
.breadcrumb>li+li:not(.paged):before {
    content: "/\00a0";
    padding: 0 5px
}
@media (max-width: 959px) {
    .breadcrumb {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center
    }
}
.row-breadcrumb {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-style: solid !important
}
.row-breadcrumb.row-breadcrumb-light {
    border-color: #eaeaea;
    background-color: #f7f7f7
}
.row-breadcrumb.row-breadcrumb-dark {
    border-color: #303133;
    background-color: #191b1e
}
.row-breadcrumb .breadcrumb-title {
    margin: 0;
    line-height: 1.3em
}
@media (max-width: 959px) {
    .row-breadcrumb .breadcrumb-title {
        margin: auto !important;
        text-align: center;
        float: none !important
    }
}
.row-breadcrumb.text-left .breadcrumb {
    margin: 0px 0px 0px 0px !important
}
.row-breadcrumb.text-left .breadcrumb-title {
    float: right
}
.row-breadcrumb.text-right .breadcrumb {
    margin: 0px 0px 0px 0px !important
}
.row-breadcrumb.text-right .breadcrumb-title {
    float: left
}
@media (max-width: 959px) {
    .row-breadcrumb .row>*:not(:first-child) {
        margin: 9px 0px 0px 0px !important
    }
}
.pagination,
.navigation {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    padding-left: 0;
    margin: 0;
    border-radius: 2px
}
.pagination>li,
.navigation>li {
    display: inline-block
}
.pagination>li>a,
.navigation>li>a,
.pagination>li>span,
.navigation>li>span {
    margin-top: 0px
}
.pagination>li:first-child>a,
.navigation>li:first-child>a,
.pagination>li:first-child>span,
.navigation>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}
.pagination>li:last-child>a,
.navigation>li:last-child>a,
.pagination>li:last-child>span,
.navigation>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}
.pagination > li .page-numbers,
.navigation > li .page-numbers {
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin-top: 4.5px;
    margin-bottom: 4.5px;
    border-radius: 50%
}
.pagination > li .current,
.navigation > li .current,
.pagination > li .current:hover,
.navigation > li .current:hover,
.pagination > li .current:focus,
.navigation > li .current:focus {
    z-index: 2;
    background-color: #eee;
    color: #333 !important;
    cursor: default
}
.pagination>.disabled>span,
.navigation>.disabled>span,
.pagination>.disabled>span:hover,
.navigation>.disabled>span:hover,
.pagination>.disabled>span:focus,
.navigation>.disabled>span:focus,
.pagination>.disabled>a,
.navigation>.disabled>a,
.pagination>.disabled>a:hover,
.navigation>.disabled>a:hover,
.pagination>.disabled>a:focus,
.navigation>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}
.pagination .btn,
.navigation .btn {
    border: none
}
.pagination .page-prev,
.navigation .page-prev {
    width: 100px;
    float: left;
    border: 0px;
    text-align: left
}
.pagination .page-prev > a,
.navigation .page-prev > a,
.pagination .page-prev > span,
.navigation .page-prev>span {
    border-radius: 0px;
    width: 100%
}
.pagination .page-prev .btn,
.navigation .page-prev .btn {
    margin-left: 0px !important;
    padding-left: 0px !important
}
.pagination .page-prev i,
.navigation .page-prev i {
    margin-right: 14px;
    font-size: 18px;
    line-height: 18px;
    top: 3px
}
.pagination .page-prev .btn span,
.navigation .page-prev .btn span {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s, transform 0.2s
}
.pagination .page-prev .btn span:hover,
.navigation .page-prev .btn span:hover {
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px)
}
.pagination .page-next,
.navigation .page-next {
    width: 100px;
    float: right;
    border: 0px;
    text-align: right
}
.pagination .page-next > a,
.navigation .page-next > a,
.pagination .page-next > span,
.navigation .page-next>span {
    border-radius: 0px;
    width: 100%
}
.pagination .page-next .btn,
.navigation .page-next .btn {
    margin-right: 0px !important;
    padding-right: 0px !important
}
.pagination .page-next i,
.navigation .page-next i {
    margin-left: 14px;
    margin-right: 0;
    font-size: 18px;
    line-height: 18px;
    top: 3px
}
.pagination .page-next .btn span,
.navigation .page-next .btn span {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s, transform 0.2s
}
.pagination .page-next .btn span:hover,
.navigation .page-next .btn span:hover {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -o-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}
.pagination>li>.btn {
    padding: 0px !important;
    margin: 0px !important
}
.pagination>li>a,
.pagination>li>span {
    width: 35px
}
.pagination > li i {
    line-height: 45px !important;
    top: 0px !important
}
.pagination .page-prev {
    float: left;
    width: 54px
}
.pagination .page-prev > a,
.pagination .page-prev>span {
    text-align: left;
    border-radius: 0px;
    width: 100%
}
.pagination .page-next {
    float: right;
    width: 54px
}
.pagination .page-next > a,
.pagination .page-next>span {
    text-align: right;
    border-radius: 0px;
    width: 100%
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px
}
.row-navigation {
    outline-width: 1px;
    outline-style: solid
}
.row-navigation .nav-back a {
    line-height: 2em
}
.main-container .row-navigation .row-parent {
    padding: 27px 56px 27px 56px
}
.page-links>*:first-child {
    margin-left: 9px
}
.page-links span {
    display: inline-block;
    text-align: center;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: rgba(238, 238, 238, 0.6);
    border-radius: 50%
}
.page-links a {
    display: inline-block;
    border-radius: 50%;
    background-color: #eee;
    color: #333 !important;
    cursor: pointer
}
.panel {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid
}
.panel-body {
    padding: 27px 0px 27px 0px
}
.panel-body>*:first-child {
    margin-top: 0 !important
}
.panel-title {
    font-size: 14px;
    line-height: 1.75;
    margin: 18px 0 0;
    margin-top: 0
}
.panel-title>a {
    display: block;
    color: inherit;
    position: relative;
    padding: 18px 0px 18px 0px
}
.panel-title > a span {
    font-size: 12px
}
.panel-title > a span:after {
    font-family: "uncodeicon";
    content: "\f105";
    margin-top: 0px;
    font-weight: normal;
    font-size: 15px;
    right: 0;
    margin-right: 0;
    position: absolute
}
.panel-title.active>a {
    pointer-events: none;
    cursor: default
}
.panel-title.active > a span:after {
    content: "\f107"
}
.panel-group {
    margin-bottom: 0
}
.panel-group .panel {
    overflow: hidden
}
.panel-group .panel+.panel {
    margin-top: -1px
}
.panel-group .panel-heading {
    border-radius: 0px;
    padding: 0
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top-width: 1px;
    border-top-style: solid
}
.panel-group .panel:last-child {
    border-bottom-width: 1px
}
.divider {
    margin-right: auto;
    margin-left: auto;
    height: 0;
    position: relative;
    border-top-style: none;
    height: 4em;
    padding: 18px 0px 18px 0px
}
.divider:before,
.divider:after {
    content: '';
    position: absolute;
    top: 50%;
    border-top-style: solid;
    border-width: 1px;
    border-color: inherit
}
.divider .divider-icon,
.divider .divider-text {
    position: absolute;
    margin-top: -1.5em;
    margin-bottom: -1.5em
}
.divider .divider-icon {
    left: 50%;
    top: 50%;
    margin-left: -1.5em;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    line-height: 3.4em;
    text-align: center
}
.divider .divider-icon.icon-inactive {
    cursor: pointer;
    pointer-events: none
}
.divider.divider-left-icon .divider-icon {
    left: 0;
    margin-left: 0
}
.divider.divider-right-icon .divider-icon {
    left: auto;
    right: 0;
    margin-left: 0
}
.divider.divider-center-icon:before {
    left: 0;
    right: 50%;
    margin-right: 3em
}
.divider.divider-center-icon:after {
    left: 50%;
    right: 0;
    margin-left: 3em
}
.divider.divider-left-icon:before {
    left: 4em;
    right: 0
}
.divider.divider-right-icon:before {
    right: 4em;
    left: 0
}
.empty-space {
    margin-top: 0 !important
}
.empty-space.empty-quart {
    padding-top: 9px
}
.empty-space.empty-half {
    padding-top: 18px
}
.empty-space.empty-single {
    padding-top: 56px
}
.empty-space.empty-double {
    padding-top: 72px
}
.empty-space.empty-triple {
    padding-top: 108px
}
.empty-space.empty-quad {
    padding-top: 144px
}
.plan-centered {
    text-align: center
}
.plan {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-width: 1px;
    border-style: solid
}
.plan .plan-title {
    padding: 18px 56px 18px 56px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}
.plan .plan-title>h3 {
    font-size: 14px;
    line-height: 1.2;
    margin: 27px 0 0;
    margin: 0
}
.plan-colored.plan .plan-title>h3 {
    color: #fff
}
.plan .plan-title .plan-title-data {
    margin: 5px 0px 0px 0px
}
.plan-colored.plan .plan-title .plan-title-data {
    color: #fff
}
.plan .plan-price {
    padding: 56px;
    display: inline-block;
    width: 100%
}
.plan .plan-price .price {
    display: block;
    font-size: 56px;
    line-height: 1;
    margin: 0;
    letter-spacing: 0 !important
}
.plan .plan-price .period {
    font-size: 13px;
    margin: 2px 0px 0px 0px
}
.plan .item-list {
    list-style: none;
    margin: 0;
    padding: 0px 0px 0px 0px
}
.plan .item-list>li {
    padding: 9px 36px 9px 36px;
    border-top-width: 1px;
    border-top-style: solid
}
.plan .plan-button {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 16px 18px 18px 36px
}
.plan .plan-button .btn {
    margin-top: 0
}
@media (min-width: 960px) {
    .plan.plan-most-popular {
        -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
        position: relative;
        z-index: 2;
        margin: -36px 0px 0px 0px !important
    }
    .plan.plan-most-popular > .plan-container .plan-title {
        padding: 36px 36px 36px 36px
    }
    .plan.plan-most-popular > .plan-container .plan-button {
        padding: 36px 36px 36px 36px
    }
}
@media (min-width: 960px) {
    .col-no-gutter .plan {
        margin-left: -1px !important
    }
}
.fluid-object {
    position: relative;
    display: block;
    z-index: 3;
    margin: 0px
}
.style-metro .fluid-object {
    height: 100%
}
.style-masonry .fluid-object {
    margin-top: -1px
}
.fluid-object .tmb-carousel .t-inside {
    margin-top: 0px !important
}
.fluid-object .mejs-poster {
    background-size: cover
}
.fluid-object .mejs-container {
    position: absolute;
    bottom: 0px;
    vertical-align: bottom
}
.tmb-entry-title-uppercase .fluid-object {
    text-transform: uppercase
}
.tmb-entry-title-lowercase .fluid-object {
    text-transform: lowercase
}
.tmb-entry-title-capitalize .fluid-object {
    text-transform: capitalize
}
.fluid-object.self-audio {
    padding-top: 30px !important
}
.fluid-object.self-audio .mejs-container {
    background: transparent
}
.fluid-object.self-audio .mejs-offscreen {
    display: none
}
.fluid-object.self-audio>div {
    background-size: cover;
    background-position: center
}
.fluid-object.object-size {
    padding-top: 56.25%
}
.style-metro .fluid-object.object-size {
    padding-top: 0px
}
.fluid-object.object-size.soundcloud-single {
    padding-top: 167px;
    background-color: #f5f5f5
}
.fluid-object.object-size.soundcloud-playlist {
    padding-top: 65%;
    background-color: #f5f5f5
}
.style-metro .fluid-object.object-size.soundcloud-playlist {
    padding-top: 0px
}
.fluid-object.object-size.tweet {
    padding: 0px !important;
    display: table;
    table-layout: fixed
}
.fluid-object.object-size.tweet .twitter-item {
    display: table-cell;
    vertical-align: middle
}
.fluid-object.object-size.tweet .twitter-item i {
    font-size: 17px;
    top: 3px;
    position: relative;
    padding-right: 5px
}
.fluid-object.object-size.tweet .tweet-text {
    margin-top: 18px;
    margin-bottom: 0
}
.fluid-object.object-size.spotify {
    padding-top: 80px;
    background-color: #323231
}
.fluid-object.object-size.regular-text {
    padding-top: 0px !important;
    display: table;
    table-layout: fixed
}
.fluid-object.object-size.regular-text>* {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0px
}
.fluid-object.object-size.nested-carousel {
    padding-top: 0px
}
.fluid-object.object-size.nested-carousel .t-inside {
    opacity: 1 !important
}
.style-metro .fluid-object.object-size .owl-carousel-wrapper,
.style-metro .fluid-object.object-size .owl-carousel-container,
.style-metro .fluid-object.object-size .owl-stage-outer,
.style-metro .fluid-object.object-size .owl-carousel,
.style-metro .fluid-object.object-size .owl-stage {
    height: 100%;
    display: block
}
.style-metro .fluid-object.object-size .owl-item {
    height: 100% !important
}
.style-metro .fluid-object.object-size .tmb-carousel,
.style-metro .fluid-object.object-size .tmb-carousel > div,
.style-metro .fluid-object.object-size .t-entry-visual,
.style-metro .fluid-object.object-size .t-entry-visual-tc {
    display: block !important;
    height: 100%
}
.fluid-object.object-size .wp-video .mejs-layers > *,
.fluid-object.object-size .wp-video .wp-video-shortcode {
    width: 100% !important;
    height: 100% !important;
    position: absolute
}
.fluid-object.object-size .wp-video,
.fluid-object.object-size .mejs-video,
.fluid-object.object-size .mejs-overlay {
    width: 100% !important
}
.fluid-object:not(.spotify):not(.wp-video):not(.tweet):not(.regular-text):not(.nested-carousel):not(.soundcloud-single):not(.soundcloud-playlist)>* {
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important
}
.fluid-object.spotify>* {
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important
}
.fluid-object.soundcloud-single {
    height: 115px;
    padding-top: 0 !important
}
.fluid-object.soundcloud-single,
.fluid-object.soundcloud-playlist {
    line-height: 0
}
.fluid-object.soundcloud-single iframe,
.fluid-object.soundcloud-playlist iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}
.uncode-single-media {
    line-height: 0px
}
.uncode-single-media .single-wrapper {
    display: inline-block;
    width: 100%;
    position: relative
}
.uncode-single-media .single-wrapper>a {
    display: inline-block;
    width: 100%
}
.uncode-single-media .uncode-wrapper {
    display: block
}
.uncode-single-media .uncode-single-media-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 0px;
    overflow: hidden
}
.uncode-single-media .uncode-single-media-wrapper.single-advanced {
    width: 100%
}
.uncode-single-media .uncode-single-media-wrapper>iframe {
    width: 100%;
    height: auto
}
.uncode-single-media .uncode-single-media-wrapper.single-other {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%
}
.uncode-single-media .uncode-single-media-wrapper.single-other>iframe {
    position: absolute;
    height: 100%
}
.uncode-single-media .uncode-single-media-wrapper.single-other>* {
    width: 100% !important
}
.uncode-single-media .uncode-single-media-wrapper.img-circle {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}
.uncode-single-media .uncode-single-media-wrapper.img-circle .t-inside,
.uncode-single-media .uncode-single-media-wrapper.img-circle .t-entry-visual,
.uncode-single-media .uncode-single-media-wrapper.img-circle .t-entry-visual-overlay {
    border-radius: 50%;
    overflow: hidden
}
.uncode-single-media .uncode-single-media-wrapper.img-round {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}
.uncode-single-media .uncode-single-media-wrapper.img-round .t-inside,
.uncode-single-media .uncode-single-media-wrapper.img-round .t-entry-visual,
.uncode-single-media .uncode-single-media-wrapper.img-round .t-entry-visual-overlay {
    border-radius: 16px;
    overflow: hidden
}
.uncode-single-media-wrapper.img-thumbnail:not(.single-advanced)>* {
    border-width: 1px;
    border-style: solid
}
.uncode-gmaps-widget .gmnoprint img {
    max-width: none
}
.uncode-gmaps-widget .uncode-map-wrapper iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none
}
.uncode-gmaps-widget.uncode-map-responsive .uncode-wrapper,
.uncode-gmaps-widget.uncode-map-responsive .uncode-map-wrapper {
    position: relative;
    height: 100%
}
.uncode-gmaps-widget.uncode-map-responsive,
.uncode-gmaps-widget.uncode-map-responsive .uncode-map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.uncode-gmaps-widget .gmap-buttons {
    height: 25px;
    width: 25px;
    cursor: pointer;
    margin-left: 20px;
    color: white;
    display: block;
    padding: 5px 0px 0px 1px !important;
    border: none !important;
    opacity: 0
}
.uncode-gmaps-widget .gmap-zoom-min {
    margin-top: 20px;
    margin-bottom: 1px
}
.uncode-gmaps-widget address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 9px;
    color: white;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 13px
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .uncode-map-wrapper .gm-style canvas {
        -webkit-transform: scale(0.5, 0.5);
        -moz-transform: scale(0.5, 0.5);
        -o-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        margin-top: 25%
    }
}
.t-preloader {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: spinner 600ms linear infinite;
    -moz-animation: spinner 600ms linear infinite;
    -o-animation: spinner 600ms linear infinite;
    animation: spinner 600ms linear infinite
}
.loaded .t-preloader {
    display: none
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-moz-keyframes spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-o-keyframes spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-ms-keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
.post-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}
.post-wrapper .post-body {
    display: table;
    table-layout: fixed;
    width: 100%
}
.post-wrapper .post-footer {
    border-top-width: 1px;
    border-top-style: solid
}
.post-wrapper .post-footer.post-footer-light {
    border-color: #eaeaea
}
.post-wrapper .post-footer.post-footer-dark {
    border-color: #303133
}
.post-content .post-media blockquote.pullquote p:first-child {
    font-size: 25px
}
.post-content .post-media .t-inside {
    display: block;
    table-layout: auto
}
.post-content .post-media .fluid-object.regular-text .twitter-item {
    text-align: left
}
.search-results .post-content article:first-child h1 {
    margin-top: 0
}
.search-results .post-content .entry-summary {
    margin: 9px 0px 0px 0px
}
.search-results .post-content article+article {
    margin: 36px 0px 0px 0px
}
.post-content>*:first-child,
.post-content>.row-container>.row-parent>*:first-child {
    margin-top: 0px
}
.post-content .post-title-wrapper {
    margin-bottom: 30px
}
.post-content .post-title-wrapper+* {
    margin-top: 0px
}
.post-content .post-media+* {
    margin-top: 72px
}
@media (max-width: 569px) {
    .post-content .post-media+* {
        margin-top: 36px
    }
}
.post-content .post-title {
    margin: 0
}
.post-content iframe {
    width: 100%
}
.post-content > .owl-carousel-wrapper .t-entry-visual-overlay,
.post-content > .owl-carousel-wrapper .t-overlay-wrap {
    position: absolute
}
.post-content img {
    max-width: 100%
}
.post-content ul {
    list-style: initial;
    padding: 0px 0px 0px 18px
}
.post-content table {
    width: 100%
}
.post-wrapper .post-share {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    padding-bottom: 30px
}
.portfolio-wrapper .post-share {
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 30px
}
.post-password-form input {
    display: inline-block
}
.post-password-form input[type="password"] {
    width: auto;
    margin-top: 9px
}
.post-password-form input[type="submit"] {
    vertical-align: top;
    margin-top: 9px;
    padding-top: 9px;
    padding-bottom: 8px
}
.more-link i {
    font-size: 12px;
    margin-left: 9px
}
.page-body.standard-404 .post-body,
.page-body.standard-404 .row-container,
.page-body.standard-404 .row-parent {
    height: 100%
}
.page-body.standard-404 h1 span {
    line-height: 1em
}
.page-body.standard-404 h2 {
    margin-top: 0 !important
}
.page-body.standard-404 .uncont {
    max-width: 450px !important
}
.page-body.standard-404 .search-container-inner {
    margin: auto
}
.portfolio-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}
.portfolio-wrapper .portfolio-body {
    display: table-row;
    height: 100%
}
.portfolio-wrapper .post-title {
    font-size: 24px;
    line-height: 1.2;
    margin: 27px 0 0
}
.portfolio-wrapper .post-footer,
.portfolio-wrapper .post-share {
    padding-top: 27px !important
}
.portfolio-wrapper div[class*=sharer-].share-button .social ul li {
    font-size: 13px;
    line-height: 20px;
    height: 20px
}
.row-portfolio-info .heading-text {
    margin-top: 0px
}
.row-portfolio-info>.row>.row-inner:not(:first-child) {
    margin-top: 18px
}
.portfolio-details {
    display: block
}
.detail-label {
    font-weight: 600
}
.portfolio-navigation hr {
    margin: 0px
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px !important;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}
.tooltip.in {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}
.tooltip.top {
    margin-top: -6px;
    padding: 5px 0
}
.tooltip-inner {
    max-width: 200px;
    padding: 6px 18px 6px 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #404040;
    border-radius: 4px;
    font-weight: 500
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #404040
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.clearfix:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right,
.alignright {
    float: right !important
}
.pull-left {
    float: left !important
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none !important;
    visibility: hidden !important
}
.affix {
    position: fixed
}
.disable-hover .page-wrapper * {
    pointer-events: none !important
}
.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}
.menu-smart,
.menu-smart ul,
.menu-smart li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr
}
ul.menu-smart a {
    position: relative;
    display: block
}
ul.menu-smart a.disabled {
    cursor: default
}
ul.menu-smart ul {
    position: absolute;
    top: -999999px;
    left: -800px;
    width: 100px
}
body[class*=hmenu] ul.menu-smart>li {
    display: inline-block
}
@media (max-width: 959px) {
    body[class*=hmenu] ul.menu-smart>li {
        display: block
    }
}
ul.sm-rtl {
    direction: rtl
}
ul.menu-smart ul li,
ul.sm-vertical li {
    float: none
}
ul.menu-smart a {
    white-space: nowrap
}
ul.menu-smart ul a,
ul.sm-vertical a {
    white-space: normal
}
* html ul.sm-vertical li {
    float: left;
    width: 100%
}
* html ul.sm-vertical ul li {
    float: none;
    width: auto
}
*:first-child + html ul.sm-vertical>li {
    float: left;
    width: 100%
}
ul.menu-smart:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}
* html ul.menu-smart {
    height: 1px
}
*:first-child + html ul.sm {
    min-height: 1px
}
@media (min-width: 960px) {
    ul.menu-smart li *,
    ul.menu-smart li *:before,
    ul.menu-smart li *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }
}
ul.menu-smart {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
@media (min-width: 960px) {
    .menu-smart {
        padding: 0px 13px 0px 13px
    }
}
ul.menu-smart {
    line-height: 0px
}
.menu-mini.menu-smart a {
    padding: 4px 9px 4px 9px;
    font-size: 12px
}
.menu-mini.menu-smart span {
    font-size: 12px
}
@media (min-width: 960px) {
    .menu-mini.menu-smart ul a {
        padding: 5px 9px 5px 9px !important
    }
}
.menu-smart a span {
    position: relative
}
.menu-smart ul li,
.sm-vertical.menu-smart li {
    border-left-width: 0 !important
}
@media (min-width: 960px) {
    .menu-smart>li>a {
        padding: 18px 14px 18px 14px
    }
    .menu-primary .menu-icons.menu-smart>li>a {
        padding: 18px 9px 18px 9px
    }
    .hmenu-center:not(.menu-mini).menu-smart>li>a {
        padding: 27px 13px 27px 13px
    }
}
.menu-smart>li:first-child {
    border-left-width: 0 !important
}
.menu-smart ul span {
    background-color: transparent !Important
}
.menu-smart i.fa-dropdown {
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 9px;
    margin: 0px 0px 0px 0px;
    margin-right: 0;
    box-sizing: content-box !important;
    font-size: .8em;
    text-align: right !important
}
@media (min-width: 960px) {
    body[class*=hmenu-] .menu-smart ul > li > a i.fa-dropdown {
        float: right;
        top: 5px
    }
    body[class*=hmenu-] .menu-smart ul > li > a i.fa-dropdown:before {
        content: "\f105"
    }
    .menu-smart ul > li > a,
    .menu-smart ul>li>ul>li>a {
        padding: 5px 9px 5px 9px
    }
}
.menu-smart span.scroll-up,
.menu-smart span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-left: 0px;
    border-right: 0px;
    left: auto !important;
    height: 1.429px
}
.menu-smart span.scroll-up-arrow,
.menu-smart span.scroll-down-arrow {
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 4px;
    border-style: dashed dashed solid dashed
}
.menu-smart span.scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed
}
.menu-smart .btn {
    margin-top: 0px
}
.menu-smart > li > a > div > div > div.btn span {
    top: 0 !important
}
@media (min-width: 960px) {
    .menu-smart>li.menu-btn-container>a {
        padding-top: 0;
        padding-bottom: 0
    }
}
.menu-horizontal li.menu-btn-container,
.menu-horizontal li.menu-btn-container a {
    height: 100%;
    position: relative
}
.menu-horizontal .menu-btn-table {
    display: inline-table;
    table-layout: fixed;
    top: 0 !important
}
.menu-overlay .menu-horizontal .menu-btn-table {
    margin: 0 auto
}
.menu-horizontal .menu-btn-cell {
    display: table-cell
}
@media (max-width: 959px) {
    .menu-btn-table {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        height: 100%
    }
}
.menu-horizontal {
    line-height: 0px
}
@media (min-width: 960px) {
    .menu-horizontal {
        height: 100%;
        width: 100%
    }
    .hmenu-center .main-menu-container .menu-horizontal {
        text-align: center
    }
}
@media (min-width: 960px) {
    .menu-horizontal>div {
        height: 100%;
        display: inline-table
    }
}
.menu-horizontal .menu-smart>.mega-menu {
    position: static !important
}
.menu-horizontal .menu-smart > .mega-menu *,
.menu-horizontal .menu-smart > .mega-menu *:before,
.menu-horizontal .menu-smart > .mega-menu *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.menu-horizontal .menu-smart > .mega-menu .scroll-up,
.menu-horizontal .menu-smart > .mega-menu .scroll-down {
    display: none !important
}
.menu-horizontal .menu-smart > .mega-menu .mega-menu-inner {
    margin-left: 0 !important;
    right: auto !important;
    max-width: none !important
}
@media (max-width: 959px) {
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner {
        width: 100% !important
    }
}
@media (min-width: 960px) {
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner {
        padding: 27px 0px 27px 0px
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-one>li {
        width: 100%
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-two>li {
        width: 50%
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-three>li {
        width: 33.33333333333333%
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-four>li {
        width: 25%
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-five>li {
        width: 20%
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-six>li {
        width: 16.666666666666664%
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner>li {
        float: left;
        border-top: 0px;
        border-left-width: 1px !important;
        border-left-style: solid;
        padding: 0px 27px 0px 27px
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner>li:first-child {
        border-left: 0px solid !important
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner>li>a {
        padding: 9px 9px 14px 9px;
        pointer-events: none;
        cursor: default
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > a i.fa {
        display: none
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner>li>ul {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        border: 0px;
        width: 100%;
        display: block !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
        max-width: none !important;
        overflow: visible !important;
        height: auto !important;
        background: transparent;
        border-top: 0px !important;
        padding: 0px !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner>li>ul>li {
        border-top: 0px;
        border-left: 0px
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner>li>ul>li>a {
        padding: 5px 9px 5px 9px
    }
}
.menu-horizontal {
    position: relative
}
@media (max-width: 959px) {
    .menu-horizontal {
        overflow: hidden
    }
}
@media (min-width: 960px) {
    .menu-horizontal .menu-smart ul {
        padding: 18px 18px 18px 18px
    }
}
.menu-sidebar {
    width: 100%;
    height: auto
}
@media (max-width: 959px) {
    .menu-sidebar {
        overflow: hidden
    }
}
.vmenu-container a {
    letter-spacing: 0 !important
}
@media (min-width: 960px) {
    .vmenu-container {
        overflow-y: auto !important
    }
}
@media (max-width: 959px) {
    .vmenu-container {
        overflow: hidden !important
    }
}
@media (min-width: 960px) {
    .vmenu-container .main-menu-container form.search {
        padding: 18px 54px 18px 54px
    }
    .vmenu-container .main-menu-container .sm-vertical {
        padding: 54px 0px 0px 0px
    }
    .vmenu-container .main-menu-container>div:last-child>* {
        padding: 0px 0px 54px 0px
    }
    .vmenu-container .main-menu-container>div:only-child>* {
        padding: 0px 0px 54px 0px
    }
}
.vmenu-container .navbar-social ul {
    padding: 54px 54px 0px 54px
}
.vmenu-container .navbar-social ul li:first-child a {
    padding-left: 0px
}
.vmenu-container .navbar-social ul li:last-child a {
    padding-right: 0px
}
.vmenu-container .navbar-social ul li:only-child a {
    padding-left: 0px;
    padding-right: 0px
}
.vmenu-container i {
    margin-right: 0
}
.vmenu-container i+span {
    margin: 0px 0px 0px 9px
}
@media (min-width: 960px) {
    .vmenu-container .menu-accordion ul ul {
        padding: 18px 0px 18px 0px
    }
    .overlay .vmenu-container .menu-accordion ul ul {
        padding: 36px 0px 36px 0px
    }
}
.vmenu-center .menu-container .row-inner span {
    font-weight: bold;
    padding-right: 5px;
}
@media (min-width: 960px) {
    .vmenu .vmenu-container.menu-no-borders .main-menu-container>div:first-child>* {
        padding-top: 0px
    }
}
.menu-accordion ul.menu-smart {
    width: 100% !important
}
.menu-accordion ul.menu-smart ul {
    display: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important
}
.menu-accordion ul.menu-smart>li {
    float: none
}
.menu-accordion ul.menu-smart > li > a,
.menu-accordion ul.menu-smart ul.sm-nowrap>li>a {
    white-space: normal
}
.menu-accordion ul.menu-smart iframe {
    display: none
}
.menu-accordion .menu-smart {
    line-height: normal
}
.menu-accordion .menu-smart a,
.menu-accordion .menu-smart form.search {
    padding: 9px 36px 9px 36px
}
.menu-accordion .menu-smart ul a {
    margin-left: 0.571px
}
.menu-accordion .menu-smart ul ul a {
    margin-left: 1.143px
}
.menu-accordion .menu-smart ul ul ul a {
    margin-left: 1.714px
}
.menu-accordion .menu-smart ul ul ul ul a {
    margin-left: 3.429px
}
.menu-accordion .menu-smart ul ul ul ul ul a {
    margin-left: 4.571px
}
.menu-accordion .menu-smart li {
    border-left: 0px !important
}
.menu-accordion form input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    margin: 0
}
.menu-accordion .menu-accordion-dividers+li {
    border-top: none
}
.menu-accordion .menu-phone li {
    border: none
}
@media (min-width: 960px) {
    .menu-accordion .menu-smart a {
        padding: 5px 54px 5px 54px
    }
    .menu-accordion .menu-smart ul a {
        margin-left: 0px !important
    }
}
.menu-accordion .navbar-social ul,
.menu-accordion .navbar-search ul {
    border: 0px
}
@media (max-width: 959px) {
    .menu-accordion-dividers {
        display: none
    }
}
.menu-accordion-dividers.logo-divider {
    margin: 0px 0px 0px 0px
}
@media (max-width: 959px) {
    ul.menu-smart {
        width: 100% !important
    }
    ul.menu-smart ul {
        display: none;
        position: static !important;
        top: auto !important;
        left: auto !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important
    }
    ul.menu-smart>li {
        float: none
    }
    ul.menu-smart > li > a,
    ul.menu-smart ul.sm-nowrap>li>a {
        white-space: normal
    }
    ul.menu-smart iframe {
        display: none
    }
    .menu-smart {
        line-height: normal
    }
    .menu-smart a,
    .menu-smart form.search {
        padding: 9px 36px 9px 36px
    }
    .menu-smart ul a {
        margin-left: 0.571px
    }
    .menu-smart ul ul a {
        margin-left: 1.143px
    }
    .menu-smart ul ul ul a {
        margin-left: 1.714px
    }
    .menu-smart ul ul ul ul a {
        margin-left: 3.429px
    }
    .menu-smart ul ul ul ul ul a {
        margin-left: 4.571px
    }
    .menu-smart li {
        border-left: 0px !important
    }
    form input[type="submit"] {
        width: 100%;
        box-sizing: border-box;
        margin: 0
    }
    .menu-accordion-dividers+li {
        border-top: none
    }
    .menu-phone li {
        border: none
    }
    .menu-smart a {
        font-weight: 500;
        text-transform: uppercase
    }
}
@media (min-width: 960px) {
    .menu-overlay .vmenu-container .menu-sidebar-inner {
        max-width: 600px;
        margin: 0 auto;
        padding: 54px 0px 54px 0px !important
    }
    .menu-overlay .vmenu-container .menu-smart a:not(.wc-forward) {
        font-size: 28px;
        font-size: 3.5vh;
        vertical-align: middle;
        line-height: 1.3em
    }
    .menu-overlay .vmenu-container .menu-smart a:not(.wc-forward) i:not(.fa-dropdown) {
        font-size: .8em
    }
    .menu-overlay .vmenu-container .menu-smart .badge {
        font-size: 24px;
        font-size: 2.2vh;
        vertical-align: middle;
        top: 0
    }
    .menu-overlay .vmenu-container .menu-smart.menu-mini a {
        font-size: 14px
    }
    .menu-overlay .vmenu-container .overlay-menu hr {
        margin: 5px 0px 5px 0px
    }
    .menu-overlay .vmenu-container input {
        margin-top: .5em !important
    }
    .menu-overlay .vmenu-container .vmenu-container {
        width: 100%
    }
    .menu-overlay .vmenu-container .navbar-social i:before {
        font-size: 1.2em;
        left: 0;
        margin-top: 0
    }
    .menu-overlay .vmenu-container .menu-smart.menu-phone a * {
        line-height: 0
    }
    .menu-overlay .vmenu-container .main-menu-container {
        height: 100% !important
    }
    .menu-overlay .vmenu-container .menu-sidebar {
        height: auto !important
    }
}
@media (min-width: 960px) {
    .menu-offcanvas.vmenu-top .navbar-main {
        margin: 18px 0px 0px 0px !important
    }
}
@media (min-width: 960px) {
    .menu-offcanvas.boxed-width .box-container {
        overflow: hidden;
        position: relative;
        z-index: 1
    }
    .menu-offcanvas.boxed-width .box-container .vmenu-container {
        border: none
    }
}
@media (min-width: 960px) {
    .hmenu .navbar-nav-first {
        width: 100%
    }
    .hmenu .navbar-nav-first > ul > li:last-child > a,
    .hmenu .navbar-nav-first>ul>li:only-child>a {
        padding-right: 0px
    }
    .hmenu-position-center .navbar-nav-first>ul>li:first-child>a {
        padding-left: 0px
    }
}
@media (max-width: 959px) {
    .menu-primary.menu-borders,
    .menu-primary .menu-borders {
        border-bottom-width: 0px;
        border-bottom-style: solid
    }
}
@media (min-width: 960px) {
    .menu-primary.menu-borders,
    .menu-primary .menu-borders {
        border-bottom-width: 1px;
        border-top-width: 0px;
        border-bottom-style: solid;
        border-top-style: solid
    }
    .hmenu-center .menu-primary.menu-borders,
    .hmenu-center .menu-primary .menu-borders {
        border-top-width: 1px
    }
}
@media (min-width: 960px) {
    .vmenu-borders {
        border-right-width: 1px;
        border-right-style: solid;
        border-left-width: 1px;
        border-left-style: solid
    }
    .vmenu-position-right .vmenu-borders {
        border-right-width: 0px
    }
    .vmenu-position-left .vmenu-borders {
        border-left-width: 0px
    }
    .box-container.limit-width .vmenu-borders {
        border-left-width: 1px;
        border-left-style: solid
    }
}
.vmenu-container .vmenu-borders {
    border-bottom-width: 0px
}
.vmenu-container .menu-smart {
    padding: 0
}
.vmenu-container .html-code svg {
    height: 100%
}
.menu-no-borders hr {
    border: none
}
.navbar-social .menu-smart a i.fa,
.navbar-search .menu-smart a i.fa {
    left: 0px;
    margin-right: 0;
    float: none;
    vertical-align: middle
}
.navbar-social li,
.navbar-search li {
    display: inline-block
}
.menu-bloginfo {
    line-height: 0;
    white-space: nowrap;
    padding: 4px 18px 4px 18px
}
.menu-bloginfo .menu-bloginfo-inner {
    line-height: 1em;
    font-size: 12px
}
.menu-bloginfo .menu-bloginfo-inner>* {
    line-height: 1em;
    font-size: 12px;
    margin-top: 0px
}
@media (min-width: 960px) {
    .menu-no-arrows .menu-smart > li > a i.fa-dropdown {
        display: none
    }
    body[class*=vmenu-] .menu-no-arrows .menu-smart a i.fa-dropdown {
        display: none
    }
}
@media (min-width: 960px) {
    .hmenu .menu-horizontal-inner {
        width: 100%
    }
    .navbar-topmenu {
        width: 100%
    }
    .search-icon ul {
        padding: 0 !important
    }
    body[class*=hmenu] .search-icon a {
        width: 20px
    }
    .search-icon i:not(.fa-dropdown) {
        margin-right: 0px;
        line-height: 0px;
        position: relative
    }
    body[class*=hmenu] .search-icon i:not(.fa-dropdown) {
        top: 3px;
        font-size: 18px
    }
}
@media (min-width: 960px) {
    .menu-accordion .menu-smart.menu-no-dividers a {
        padding: 6px 18px 6px 18px !important
    }
    .hmenu-center .logo-container {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
    .hmenu-center .logo-container #main-logo {
        display: inline-block
    }
    .menu-shrink .logo-container #main-logo a>* {
        -webkit-transition: height 0.3s linear;
        -moz-transition: height 0.3s linear;
        -o-transition: height 0.3s linear;
        transition: height 0.3s linear
    }
    .menu-shrink .logo-container {
        -webkit-transition: padding 0.3s linear;
        -moz-transition: padding 0.3s linear;
        -o-transition: padding 0.3s linear;
        transition: padding 0.3s linear
    }
    .logo-container.shrinked {
        padding: 18px 18px 18px 18px
    }
    header {
        width: 100%;
        z-index: 1000;
        position: relative
    }
    body[class*=vmenu-] .main-container {
        display: table;
        table-layout: fixed;
        height: 100%;
        position: relative;
        z-index: 1
    }
    .vmenu body[class*=vmenu-] .main-container {
        display: table;
        table-layout: fixed
    }
}
@media (max-width: 959px) {
    .menu-wrapper {
        position: relative;
        z-index: 1000
    }
    .sticky_spacer {
        position: relative !important;
        height: auto !important
    }
}
.menu-wrapper {
    display: table-row;
    width: 100%;
    position: relative;
    height: 1px
}
@media (max-width: 959px) {
    .menu-wrapper {
        height: auto !important
    }
}
.boxed-width .menu-wrapper .menu-primary:not(.is_stuck) .limit-width {
    max-width: none;
    width: 100%;
    margin: 0
}
.row-menu {
    position: relative;
    width: 100%;
    height: 100%
}
@media (max-width: 959px) {
    .row-menu {
        max-width: none !important
    }
}
.row-menu-inner {
    width: 100%;
    background-clip: content-box !important;
    position: relative
}
@media (min-width: 960px) {
    .row-menu-inner {
        display: table;
        height: 100%
    }
    .ie9 .row-menu-inner {
        display: block
    }
}
.row-menu-inner>div:not(.logo-container) {
    padding-top: 0px;
    padding-bottom: 0px
}
.hmenu .navbar-nav {
    height: 100%
}
.hmenu .menu-smart,
.hmenu-center .menu-smart {
    height: 100%
}
.menu-with-logo .menu-smart > li,
.menu-with-logo .menu-smart>li>a {
    height: 100%
}
@media (min-width: 960px) {
    .hmenu .menu-primary .menu-smart>li>a {
        height: 100%;
        line-height: 1em
    }
    .hmenu .menu-primary .menu-smart>li>a:before {
        content: "";
        display: block;
        height: 50%;
        height: calc(50% - 0.50em)
    }
    .hmenu .menu-primary .menu-smart>li>a:after {
        content: "";
        display: block;
        height: 50%;
        height: calc(50% - 0.50em)
    }
}
.hmenu .menu-primary .menu-smart>li.menu-btn-container {
    height: auto
}
.hmenu .menu-primary .menu-smart>li.menu-btn-container>a:before {
    content: none
}
.menu-horizontal-inner {
    line-height: 0px
}
@media (max-width: 959px) {
    .main-menu-container .menu-smart ul a:not(.cart-thumb):not(.btn) {
        margin-left: 5px
    }
    .main-menu-container .menu-smart ul ul a:not(.cart-thumb):not(.btn) {
        margin-left: 10px
    }
    .main-menu-container .menu-smart ul ul ul a:not(.cart-thumb):not(.btn) {
        margin-left: 15px
    }
    .main-menu-container .menu-smart ul ul ul ul a:not(.cart-thumb):not(.btn) {
        margin-left: 20px
    }
}
.menu-container {
    overflow: visible;
    width: 100%;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out
}
@media (min-width: 960px) {
    .vmenu .main-header .menu-container {
        overflow-y: auto;
        box-sizing: border-box
    }
}
@media (max-width: 959px) {
    .menu-container {
        position: relative !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}
.menu-hide.menu-container {
    -webkit-transition: -webkit-transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out, transform 0.5s ease-in-out, background-color 0.4s ease-in-out
}
.no-header .menu-container {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out, transform 0.5s ease-in-out
}
@media (max-width: 959px) {
    .menu-container .row-brand {
        float: left
    }
}
.menu-container .navbar-brand * {
    line-height: 1em
}
@media (max-width: 959px) {
    .menu-wrapper div[class*=col-lg-] {
        display: block
    }
}
.menu-wrapper div[class*=col-lg-].middle {
    vertical-align: middle
}
#main-logo {
    line-height: 0px;
    text-align: center;
    position: relative;
    z-index: 10;
    display: inline-block;
    height: 100%
}
body[class*=vmenu-] #main-logo {
    text-align: inherit
}
#main-logo .text-logo {
    white-space: nowrap;
    text-transform: none !important;
    letter-spacing: 0px !important
}
#main-logo a>* {
    margin: 0px;
    width: auto
}
.logo-container .html-code {
    position: relative;
    text-align: left;
    height: 100%
}
.menu-overlay-left .logo-container .html-code,
.vmenu-position-left .logo-container .html-code {
    text-align: right
}
@media (max-width: 959px) {
    .menu-overlay-left .logo-container .html-code,
    .vmenu-position-left .logo-container .html-code {
        text-align: left
    }
}
.logo-container .html-code .logo-canvas {
    display: block;
    height: 100% !important;
    visibility: hidden
}
.vmenu-middle .logo-container .html-code .logo-canvas {
    display: inline-block;
    text-align: center
}
.vmenu-container .logo-container .html-code {
    display: inline-block
}
.logo-container .html-code svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.menu-overlay-left .logo-container .html-code svg,
.vmenu-position-left .logo-container .html-code svg {
    float: right
}
@media (max-width: 959px) {
    .logo-container .html-code svg {
        text-align: left
    }
}
#main-logo .html-code .dummy {
    height: 100%
}
#main-logo .html-code .dummy:before {
    content: "";
    padding-left: 100%;
    height: 100%;
    display: block
}
#main-logo .navbar-brand img {
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}
.menu-container {
    float: none!important;
    z-index: 2
}
.menu-container:before,
.menu-container:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.menu-container:after {
    clear: both
}
.menu-container:before,
.menu-container:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.menu-container:after {
    clear: both
}
body.menu-offcanvas .main-container {
    z-index: 3;
    position: relative
}
@media (min-width: 960px) {
    .menu-primary .row {
        border-collapse: collapse
    }
}
#masthead:not(.menu-absolute) {
    z-index: 2000;
    position: relative
}
.logo-container {
    line-height: 0px;
    vertical-align: top
}
body[class*=vmenu-]:not(.menu-overlay):not(.menu-offcanvas) .logo-container {
    padding: 54px 54px 0px 54px
}
.logo-container>* {
    margin: 0 auto;
    line-height: normal
}
@media (min-width: 960px) {
    body.hmenu-position-right .menu-primary-inner {
        text-align: right
    }
    body.hmenu-position-left .menu-primary-inner {
        text-align: left
    }
    body.hmenu-position-center .menu-primary-inner {
        text-align: center
    }
    .menu-primary-inner>* {
        text-align: left
    }
    .menu-secondary .col-lg-12 {
        text-align: right
    }
    body.hmenu-position-center .logo-container,
    body.hmenu-position-center .main-menu-container .navbar-nav-last {
        min-width: 200px
    }
    body.hmenu-center .menu-primary-inner {
        padding: 0 !important
    }
    body.hmenu .menu-primary .menu-horizontal .menu-smart>li>a {
        padding-top: 0px;
        padding-bottom: 0px
    }
    body[class*=hmenu-] .logo-container {
        padding-left: 0px !important
    }
    body[class*=hmenu-].hmenu-position-left .logo-container {
        padding-right: 18px !important
    }
    body[class*=hmenu-] .pull-left-menu,
    body[class*=hmenu-] .pull-left-menu > ul,
    body[class*=hmenu-] .pull-left-menu>ul>li:first-child>a:first-child {
        padding-left: 0px !important
    }
    body[class*=hmenu-] .menu-wrapper .row-inner > [class*=col-lg-]:first-child,
    body[class*=hmenu-] .menu-wrapper .row-inner>[class*=col-lg-]:only-child {
        padding-left: 0px !important
    }
    body[class*=hmenu-] .navbar-nav-last {
        text-align: right
    }
    body[class*=hmenu-] .menu-borders .navbar-nav+.navbar-nav-last>*:first-child {
        border-left-width: 1px;
        border-left-style: solid
    }
    body[class*=hmenu-] .menu-borders .navbar-nav+.navbar-nav-last>*:first-child {
        margin: 0px 0px 0px 27px;
        padding: 0px 0px 0px 27px;
        float: right
    }
    body[class*=hmenu-] .navbar-nav-last > ul > li:last-child > a,
    body[class*=hmenu-] .navbar-nav-last>ul>li:only-child>a {
        margin-right: 0px;
        padding-right: 0px
    }
    body[class*=hmenu-] .navbar-nav-last > ul > li:last-child > a i,
    body[class*=hmenu-] .navbar-nav-last > ul > li:only-child > a i {
        margin-right: 0px
    }
    body[class*=hmenu-] .navbar-nav-last > ul,
    body[class*=hmenu-] .navbar-nav-last > li:last-child > a,
    body[class*=hmenu-] .navbar-nav-last > li:only-child > a,
    body[class*=hmenu-] .navbar-nav-last > div:last-child > ul,
    body[class*=hmenu-] .navbar-nav-last > a:only-child,
    body[class*=hmenu-] .navbar-nav-last>a:only-child>li:last-child>a {
        padding-right: 0px
    }
    body[class*=hmenu-] .menu-bloginfo {
        padding-left: 0px
    }
    body.hmenu-center .main-menu-container .menu-horizontal-inner>* {
        display: inline-block;
        float: left
    }
    .ie .main-menu-container .menu-horizontal-inner {
        min-height: 20px
    }
    .main-menu-container .menu-horizontal-inner .fa-angle-right.fa-dropdown {
        display: none
    }
    .navbar-header img {
        max-width: none
    }
    .menu-smart.menu-justified>li {
        text-align: center
    }
    .no-touch .menu-container-fixed {
        z-index: 1100;
        position: fixed;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000
    }
    body.hmenu .menu-container .navbar-nav {
        display: table-cell;
        white-space: nowrap;
        vertical-align: top
    }
    .menu-absolute {
        left: 0;
        right: 0;
        z-index: 1000;
        position: absolute
    }
    .no-touch .with-header .menu-sticky {
        position: absolute
    }
    .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner {
        display: table;
        border-collapse: separate;
        overflow: hidden;
        table-layout: fixed
    }
    .menu-horizontal .mega-menu-inner>li.menu-item {
        display: table-cell;
        float: none !important
    }
    .row-offcanvas .logo-container {
        padding-left: 0px;
        padding-right: 0px
    }
    .vmenu-position-right.menu-offcanvas .box-container {
        position: relative
    }
    .vmenu-position-right.menu-offcanvas .main-header {
        left: 100%
    }
    body[class*=vmenu-] .main-header {
        display: table-cell;
        vertical-align: top
    }
    body[class*=vmenu-] .logo-container img {
        display: inline-block
    }
    body[class*=vmenu-] .main-menu-container {
        display: table;
        table-layout: fixed;
        width: 100%
    }
    body[class*=vmenu-] .main-menu-container .menu-sidebar {
        display: table-cell
    }
    .vmenu-center .menu-container .row-inner * {
        text-align: left;
    }
    .vmenu-right .menu-container .row-inner * {
        text-align: right
    }
    .vmenu-right .menu-smart a i.fa-dropdown {
        float: left;
        top: .4em
    }
    .vmenu-left .menu-container .row-inner * {
        text-align: left
    }
    .vmenu-left .menu-smart a i.fa-dropdown {
        float: right;
        top: .4em
    }
    .menu-accordion form input {
        margin: 0;
        width: 100%;
        box-sizing: border-box
    }
    .vmenu-top .menu-sidebar {
        vertical-align: top
    }
    .vmenu-middle .menu-sidebar {
        vertical-align: middle
    }
    .vmenu-bottom .menu-sidebar {
        vertical-align: bottom
    }
    .vmenu-center .navbar-main i.fa-dropdown {
        padding: 0em 0em 0em 0.75em;
        margin-left: 0.3em
    }
    .vmenu-container {
        position: fixed;
        height: 100%;
        box-sizing: content-box;
        z-index: 3000
    }
    .vmenu-container>.row {
        height: 100% !important
    }
    .menu-smart.menu-justified > li li {
        text-align: left
    }
    .menu-wrapper .row-menu .row-menu-inner {
        padding: 0px 36px 0px 36px
    }
    .menu-wrapper .row {
        table-layout: auto;
        position: relative
    }
}
@media (min-width: 960px) and (min-width: 960px) {
    body[class*=vmenu-] .main-menu-container {
        height: 100% !important
    }
}
@media (max-width: 959px) {
    .menu-container {
        top: 0px !important
    }
    .menu-container .logo-container {
        position: relative;
        padding: 27px 36px 27px 36px !important
    }
    .main-menu-container {
        float: left;
        height: 0;
        overflow: hidden;
        width: 100%
    }
    .main-menu-container .menu-sidebar-inner {
        padding: 27px 0px 27px 0px
    }
    .main-menu-container .row-inner:not(:first-child) .menu-sidebar-inner {
        padding-top: 0
    }
    .main-menu-container .row-inner:first-child:not(:only-child) .menu-sidebar-inner {
        padding-bottom: 0
    }
    .vmenu-container .row-inner {
        display: block;
        width: 100%
    }
    .menu-sidebar-inner {
        line-height: 0px
    }
    .menu-sidebar-inner>* {
        line-height: normal
    }
    .menu-smart a i.fa-dropdown {
        float: right;
        right: 7px;
        top: .3em
    }
    .menu-smart a i.fa-dropdown.fa-angle-right {
        right: 8px
    }
    .menu-horizontal-inner .menu-smart {
        padding: 27px 0px 27px 0px
    }
    .menu-horizontal-inner .navbar-nav:not(:first-child) .menu-smart {
        padding-top: 0
    }
    .menu-horizontal-inner .navbar-nav:first-child:not(:only-child) .menu-smart {
        padding-bottom: 0
    }
    #main-logo.navbar-header {
        display: inline-block
    }
}
body.menu-offcanvas .logo-offcanvas {
    text-align: right
}
body.menu-offcanvas .logo-offcanvas img {
    margin: 0 auto;
    display: inline-block
}
body.menu-offcanvas .logo-offcanvas .mmb-container.mobile-hidden {
    left: 0px;
    right: auto
}
.overlay .mmb-container.mobile-hidden {
    top: 0;
    left: auto;
    right: 0px;
    z-index: 10000
}
body.menu-offcanvas.vmenu-position-right .logo-offcanvas {
    text-align: left
}
body.menu-offcanvas.vmenu-position-right .logo-offcanvas .mmb-container {
    left: auto;
    right: 0px
}
body .menu-button-offcanvas {
    display: inline-block
}
body[class*=hmenu-] .menu-wrapper [class*=col-lg-]:not(.logo-container) {
    padding-left: 0;
    padding-right: 0
}
body[class*=vmenu-] .vmenu-container .logo-container>*:first-child {
    line-height: 0
}
@media (min-width: 960px) {
    body.menu-offcanvas .main-header {
        position: absolute;
        z-index: 10000;
        top: 0px
    }
    body.menu-offcanvas .menu-wrapper {
        z-index: 999
    }
    body.menu-offcanvas .vmenu-container,
    body.menu-offcanvas .row-offcanvas,
    body.menu-offcanvas .main-container {
        -webkit-transition: -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: -moz-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: -o-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: -webkit-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), -o-transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
    }
}
.menu-overlay .vmenu-container {
    margin: auto;
    overflow: scroll
}
.menu-overlay .vmenu-container .main-menu-container {
    display: table-cell
}
@media (min-width: 960px) {
    .menu-overlay .vmenu-container .menu-primary-inner {
        padding-top: 0
    }
}
@media (max-width: 959px) {
    .menu-overlay .overlay-menu {
        position: relative;
        visibility: visible;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
}
@media (min-width: 960px) {
    .menu-overlay .logo-container,
    .menu-offcanvas .logo-container {
        text-align: left
    }
}
@media (min-width: 960px) {
    .menu-overlay-left .logo-container,
    .vmenu-position-left.menu-offcanvas .logo-container {
        text-align: right
    }
}
@media (min-width: 960px) {
    .menu-overlay-left .mmb-container,
    .vmenu-position-left.menu-offcanvas .mmb-container {
        left: 0 !important;
        right: auto !important
    }
}
.top-menu {
    position: relative;
    z-index: 3000
}
.top-menu li {
    text-align: left
}
.mmb-container {
    position: absolute;
    top: 50%;
    right: 0
}
.mobile-menu-button {
    display: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    padding: 27px 36px 27px 36px;
    cursor: pointer
}
.menu-overlay .mobile-menu-button {
    display: block
}
@media screen and (max-width: 959px) {
    .mobile-menu-button {
        display: inline-block
    }
}
@media screen and (min-width: 960px) {
    .overlay-menu .menu-button-overlay {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 1px
    }
    .overlay-menu .mmb-container {
        padding: 27px 0px 27px 0px
    }
}
.lines-button {
    transition: .3s
}
.lines,
.lines:before,
.lines:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    transition: 0.3s;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box
}
.lines {
    position: relative;
    top: -2px
}
.lines:before,
.lines:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 10px center;
    transform-origin: 10px center
}
.lines:before {
    top: 6px
}
.lines:after {
    top: -6px
}
@media (max-width: 959px) {
    .lines-button.x2 .lines {
        -webkit-transition: background 0.3s 0.5s ease-in-out;
        -moz-transition: background 0.3s 0.5s ease-in-out;
        -o-transition: background 0.3s 0.5s ease-in-out;
        transition: background 0.3s 0.5s ease-in-out
    }
    .lines-button.x2 .lines:before,
    .lines-button.x2 .lines:after {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
        -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
        transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out, transform 0.3s ease-in-out
    }
    .lines-button.x2.close .lines {
        transition: background 0.3s 0s ease-in-out;
        background: transparent
    }
    .lines-button.x2.close .lines:before,
    .lines-button.x2.close .lines:after {
        -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
        -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
        -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
        transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out, -o-transform 0.3s 0.5s ease-in-out, transform 0.3s 0.5s ease-in-out;
        top: 0;
        width: 20px
    }
    .lines-button.x2.close .lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg)
    }
    .lines-button.x2.close .lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg)
    }
}
.lines-button.x2.overlay-close .lines {
    background: transparent !important
}
.lines-button.x2.overlay-close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}
.lines-button.x2.overlay-close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}
.lines-button.x2.overlay-close .lines:before,
.lines-button.x2.overlay-close .lines:after {
    top: 0;
    width: 20px
}
.isotope-system:not(.index-single) .isotope-container {
    opacity: 0
}
.row-parent.default-padding:not(.limit-width) .isotope-filters > .menu-horizontal.limit-width > .menu-smart,
.row-parent.no-h-padding .isotope-filters > .menu-horizontal > .menu-smart,
.row-parent.default-padding:not(.limit-width) .isotope-wrapper > .pagination,
.row-parent.no-h-padding .isotope-footer-inner > .pagination,
.isotope-filters.with-bg .menu-smart {
    padding-left: 36px;
    padding-right: 36px
}
.isotope-filters {
    position: relative
}
.isotope-filters ul.menu-smart li {
    display: inline-block !important
}
@media (min-width: 960px) {
    .isotope-filters ul.menu-smart li {
        float: none
    }
}
@media (max-width: 959px) {
    .isotope-filters ul.menu-smart li {
        border: none
    }
}
@media (min-width: 960px) {
    .isotope-filters ul.menu-smart li.float-left {
        float: left
    }
}
@media (min-width: 960px) {
    .isotope-filters ul.menu-smart li.float-right {
        float: right
    }
    .isotope-filters ul.menu-smart li.float-right span {
        padding-right: 0px
    }
    .isotope-filters ul.menu-smart li.float-right + li span {
        padding-left: 0px
    }
}
.isotope-filters ul.menu-smart {
    padding: 0px
}
@media (max-width: 959px) {
    .isotope-filters ul.menu-smart {
        border: none;
        text-align: center;
        padding-bottom: 14.4px
    }
    .with-bg.isotope-filters ul.menu-smart {
        padding-top: 14.4px
    }
    div[class*=shift_y_neg] .isotope-filters ul.menu-smart {
        padding-bottom: 2px
    }
}
.isotope-filters ul.menu-smart li:first-child span {
    padding-left: 0px
}
.isotope-filters ul.menu-smart li:last-child span {
    padding-right: 0px
}
.isotope-filters ul.menu-smart>li>span {
    display: block;
    padding: 0px 9px 36px 9px
}
.with-bg.isotope-filters ul.menu-smart>li>span {
    padding: 36px 9px 36px 9px
}
.double-gutter.isotope-filters ul.menu-smart>li>span {
    padding: 0px 9px 36px 9px
}
.with-bg.double-gutter.isotope-filters ul.menu-smart>li>span {
    padding: 36px 9px 36px 9px
}
div[class*=shift_y_neg] .isotope-filters ul.menu-smart>li>span {
    padding-bottom: 27px
}
@media (max-width: 959px) {
    .isotope-filters ul.menu-smart>li>span {
        padding: 0px 0px 0px 0px !important
    }
}
.isotope-filters ul.menu-smart>li>span>a {
    font-size: 11px;
    text-transform: none !important;
    font-weight: 500 !important;
    line-height: 0.857em
}
@media (max-width: 959px) {
    :not(.with-bg).isotope-filters ul.menu-smart>li>span>a {
        padding: 0px 9px 18px 9px !important
    }
    .with-bg.isotope-filters ul.menu-smart>li>span>a {
        padding: 18px 9px 18px 9px !important
    }
}
.isotope-filters ul.menu-smart.text-uppercase>li>span>a {
    text-transform: uppercase !important;
    font-weight: 600 !important
}
.isotope-filters .menu-horizontal {
    overflow: visible !important
}
.isotope-filters.px-gutter {
    margin-bottom: 1px
}
.isotope-filters.half-gutter {
    margin-bottom: 18px
}
.isotope-filters.single-gutter {
    margin-bottom: 36px
}
.isotope-filters.double-gutter {
    margin-bottom: 72px
}
@media (max-width: 959px) {
    .isotope-filters.double-gutter {
        margin-bottom: 36px
    }
}
.isotope-filters:not(.with-bg) {
    margin-bottom: 0px
}
.isotope-filters.double-gutter:not(.with-bg) {
    margin-bottom: 36px
}
@media (max-width: 959px) {
    .isotope-filters.double-gutter:not(.with-bg) {
        margin-bottom: 0px
    }
}
.isotope-wrapper {
    position: relative
}
.isotope-wrapper:before {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    content: ""
}
.isotope-wrapper.isotope-loading:before {
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 3000
}
.isotope-general-light .isotope-wrapper.isotope-loading:before {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/oval-anim-light.svg)
}
.isotope-general-dark .isotope-wrapper.isotope-loading:before {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/oval-anim-dark.svg)
}
.isotope-general-light .isotope-wrapper.isotope-loading:before {
    background-color: rgba(255, 255, 255, 0.8)
}
.isotope-general-dark .isotope-wrapper.isotope-loading:before {
    background-color: rgba(0, 0, 0, 0.8)
}
.isotope-wrapper.isotope-reloaded:before {
    opacity: 0
}
.isotope-wrapper.half-gutter .isotope-layout,
.owl-carousel-container.half-gutter,
.index-system.half-gutter {
    margin-right: -18px
}
.isotope-wrapper.single-gutter .isotope-layout,
.owl-carousel-container.single-gutter,
.index-system.single-gutter {
    margin-right: -36px
}
.isotope-wrapper.double-gutter .isotope-layout,
.owl-carousel-container.double-gutter,
.index-system.double-gutter {
    margin-right: -72px
}
@media (max-width: 959px) {
    .isotope-wrapper.double-gutter .isotope-layout,
    .owl-carousel-container.double-gutter,
    .index-system.double-gutter {
        margin-right: -36px
    }
}
.isotope-wrapper.no-gutter {
    overflow: hidden
}
.isotope-wrapper.px-gutter,
.index-system.px-gutter .index-wrapper {
    margin-top: -1px !important;
    overflow: hidden
}
.isotope-wrapper.half-gutter,
.index-system.half-gutter .index-wrapper {
    margin-top: -18px !important
}
.isotope-wrapper.single-gutter,
.index-system.single-gutter .index-wrapper {
    margin-top: -36px !important
}
.isotope-wrapper.double-gutter,
.index-system.double-gutter .index-wrapper {
    margin-top: -72px !important
}
@media (max-width: 959px) {
    .isotope-wrapper.double-gutter,
    .index-system.double-gutter .index-wrapper {
        margin-top: -36px !important
    }
}
.isotope-wrapper.isotope-inner-padding.double-gutter {
    padding-left: 72px;
    padding-right: 72px
}
@media (max-width: 959px) {
    .isotope-wrapper.isotope-inner-padding.double-gutter {
        padding-left: 36px;
        padding-right: 36px
    }
}
@media (max-width: 569px) {
    .isotope-wrapper.isotope-inner-padding.double-gutter {
        padding-left: 0;
        padding-right: 0
    }
}
.isotope-wrapper.isotope-inner-padding.single-gutter {
    padding-left: 36px !important;
    padding-right: 36px !important
}
.isotope-wrapper.isotope-inner-padding.half-gutter {
    padding-left: 18px !important;
    padding-right: 18px !important
}
.isotope-filters.filters-inner-padding.double-gutter .menu-smart {
    padding-left: 72px !important;
    padding-right: 72px !important
}
@media (max-width: 959px) {
    .isotope-filters.filters-inner-padding.double-gutter .menu-smart {
        padding-left: 36px !important;
        padding-right: 36px !important
    }
}
.isotope-filters.filters-inner-padding.single-gutter .menu-smart {
    padding-left: 36px;
    padding-right: 36px
}
@media (max-width: 569px) {
    .isotope-filters.filters-inner-padding.single-gutter .menu-smart {
        padding-left: 0;
        padding-right: 0
    }
}
.isotope-filters.filters-inner-padding.half-gutter .menu-smart {
    padding-left: 18px;
    padding-right: 18px
}
@media (max-width: 569px) {
    .isotope-filters.filters-inner-padding.half-gutter .menu-smart {
        padding-left: 0;
        padding-right: 0
    }
}
.isotope-layout {
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out
}
.tmb-animate.tmb {
    opacity: 0
}
.px-gutter .tmb {
    padding-right: 1px
}
.half-gutter .tmb {
    padding-right: 18px
}
.single-gutter .tmb {
    padding-right: 36px
}
.double-gutter .tmb {
    padding-right: 72px
}
@media (max-width: 959px) {
    .double-gutter .tmb {
        padding-right: 36px
    }
}
.tmb .t-inside {
    background-clip: content-box
}
.no-touch .isotope-container .tmb .t-inside {
    opacity: 0
}
.px-gutter:not(.owl-carousel-container) .tmb .t-inside {
    margin-top: 1px
}
.half-gutter:not(.owl-carousel-container) .tmb .t-inside {
    margin-top: 18px
}
.single-gutter:not(.owl-carousel-container) .tmb .t-inside {
    margin-top: 36px
}
.double-gutter:not(.owl-carousel-container) .tmb .t-inside {
    margin-top: 72px
}
@media (max-width: 959px) {
    .double-gutter:not(.owl-carousel-container) .tmb .t-inside {
        margin-top: 36px
    }
}
.isotope-menu {
    background: #000;
    padding: 36px 0px 36px 0px
}
.isotope-footer {
    opacity: 0
}
.isotope-footer .pagination {
    line-height: 0px
}
.with-bg.isotope-footer .pagination {
    padding-left: 36px;
    padding-right: 36px
}
.with-bg.isotope-footer .pagination>li {
    padding-top: 18px;
    padding-bottom: 18px
}
.isotope-footer.half-gutter {
    margin-top: 36px
}
.isotope-footer.px-gutter {
    margin-top: 1px
}
.isotope-footer.single-gutter {
    margin-top: 36px
}
.isotope-footer.double-gutter {
    margin-top: 72px
}
@media (max-width: 959px) {
    .isotope-footer.double-gutter {
        margin-top: 36px
    }
}
.isotope-footer .pagination>li {
    display: inline-block
}
.loadmore-button,
.loading-button {
    display: inline-block;
    text-align: center;
    margin: 18px 18px 18px 18px
}
.isotope-infinite-button+.loadmore-button {
    display: block !important
}
.loadmore-button .icon-container {
    display: none;
    width: 100%;
    position: absolute;
    left: 0px
}
.loadmore-button a,
.loading-button .icon-container {
    margin: 0px !important
}
.index-single {
    float: left;
    width: 100%
}
.index-single,
.index-single>*,
.index-single>*>* {
    height: 100% !important
}
.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-toolbar *,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social * {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none
}
.ilightbox-closedhand * {
    cursor: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/css/closedhand.cur'), default !important
}
.ilightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000
}
.ilightbox-loader {
    position: fixed;
    z-index: 100005;
    top: 45%;
    left: 4px;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    z-index: 100003;
    top: 50% !important;
    left: 50% !important;
    margin-top: -24px;
    margin-left: -24px
}
.half-circle{
     height:180px;
     width:90px;
     border-radius: 0 180px 180px  0;
     -moz-border-radius: 0 180px 180px 0 ;
     -webkit-border-radius: 0 180px 180px 0 ;
     background:black;
     position: absolute;
     top: 50%;
     margin-top: -90px;
     z-index: 9999;
     margin-left: -2px;
     display: none;
}
.half-circle-r{
     height:180px;
     width:90px;
     border-radius: 180px 0 0 180px;
     -moz-border-radius: 180px 0 0 180px;
     -webkit-border-radius: 180px 0 0 180px;
     background:black;
     position: absolute;
     top: 50%;
     margin-top: -90px;
     z-index: 9999;
     right: 0;
     display: none;
}
.half-transp {
    background: rgba(255,255,255,.3);
    border: 2px solid #fff;
}
.ilightbox-loader div {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}
.ilightbox-loader.horizontal {
    left: 45%;
    top: 4px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}
.ilightbox-loader.horizontal div {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}
.ilightbox-toolbar {
    display: none;
    position: fixed;
    z-index: 100010;
    top: 5px;
    left: 0px;
    height: 25px;
    width: 100%
}
.ilightbox-toolbar a {
    float: left;
    cursor: pointer;
    width: 25px;
    height: 23px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}
.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
    display: none
}
.ilightbox-prev-button {
    -webkit-border-radius: 0px 0px 2px 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px 0px 2px 2px;
    -moz-background-clip: padding;
    border-radius: 0px 0px 2px 2px;
    background-clip: padding-box
}
.ilightbox-next-button {
    -webkit-border-radius: 2px 2px 0px 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 2px 0px 0px;
    -moz-background-clip: padding;
    border-radius: 2px 2px 0px 0px;
    background-clip: padding-box
}
.ilightbox-prev-button.horizontal {
    -webkit-border-radius: 0px 2px 2px 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px 2px 2px 0px;
    -moz-background-clip: padding;
    border-radius: 0px 2px 2px 0px;
    background-clip: padding-box
}
.ilightbox-next-button.horizontal {
    -webkit-border-radius: 2px 0px 0px 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0px 0px 2px;
    -moz-background-clip: padding;
    border-radius: 2px 0px 0px 2px;
    background-clip: padding-box
}
.ilightbox-thumbnails {
    display: block;
    position: fixed;
    z-index: 100009
}
.ilightbox-thumbnails.ilightbox-horizontal {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px
}
.ilightbox-thumbnails.ilightbox-vertical {
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    overflow: hidden
}
.ilightbox-thumbnails .ilightbox-thumbnails-container {
    display: block;
    position: relative
}
.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
    width: 100%;
    height: 60px
}
.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
    width: 60px;
    height: 100%
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid {
    display: block;
    position: absolute
}
.no-touch .ilightbox-thumbnails .ilightbox-thumbnails-grid {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0)
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
    display: block;
    cursor: pointer;
    padding: 0px;
    position: relative
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
    width: 100%;
    height: 100%;
    -ms-interpolation-mode: bicubic
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
    z-index: 1
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
    opacity: 1
}
.ilightbox-holder {
    display: none;
    position: fixed;
    z-index: 100003;
    padding: 0;
    -webkit-transform: none;
    -moz-transform: none
}
.ilightbox-holder.ilightbox-next,
.ilightbox-holder.ilightbox-prev {
    cursor: pointer
}
.ilightbox-holder div.ilightbox-container {
    position: relative;
    width: 100%;
    height: 100%
}
.ilightbox-holder div.ilightbox-container>iframe {
    padding: 100px
}
.ilightbox-holder img.ilightbox-image {
    width: 100%;
    height: 100%
}
.ilightbox-holder .ilightbox-container .ilightbox-caption {
    display: block !important;
    position: relative;
    left: 30px;
    right: 30px;
    bottom: 0;
    max-width: 100%;
    padding: 10px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 150%;
    word-wrap: break-word;
    z-index: 20003;
    zoom: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.ilightbox-holder .ilightbox-container iframe+div {
    position: absolute !important
}
.ilightbox-holder .ilightbox-container .ilightbox-social {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 1px;
    padding-left: 0;
    z-index: 20003
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul {
    float: none;
    list-style: none;
    height: 16px;
    margin: 0 auto;
    text-align: center
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
    display: inline
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
    display: inline-block;
    float: none;
    margin-left: 1px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50%
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/social_icons/facebook_16.png')
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/social_icons/digg_16.png')
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/social_icons/twitter_16.png')
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/social_icons/delicious_16.png')
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/social_icons/reddit_16.png')
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/social_icons/google_plus_16.png')
}
.ilightbox-holder .ilightbox-alert {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 100px;
    margin: auto;
    width: 300px;
    height: 50px
}
.ilightbox-holder .ilightbox-wrapper {
    width: 100%;
    height: 100%;
    overflow: auto
}
.ilightbox-holder .ilightbox-inner-toolbar {
    position: relative;
    z-index: 100
}
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
    position: absolute;
    left: auto;
    top: 5px;
    right: 5px
}
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar a {
    float: right
}
.ilightbox-thumbnails.ilightbox-horizontal {
    height: 60px
}
.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
    height: 60px
}
.ilightbox-thumbnails.ilightbox-vertical {
    width: 60px
}
.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
    width: 60px
}
.ilightbox-button {
    position: fixed;
    z-index: 100011;
    cursor: pointer
}
.ilightbox-button span {
    display: block;
    width: 100%;
    height: 100%
}
.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
    display: none !important
}
.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
    display: block
}
.ilightbox-overlay.black {
    background: #141618
}
.ilightbox-loader.black div {
    background: transparent url('/uncode/wp-content/themes/uncode/library/img/oval-anim-dark.svg') no-repeat center
}
.ilightbox-holder.black .ilightbox-container .ilightbox-caption {
    background-size: 100% 100%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center
}
.ilightbox-holder.black .ilightbox-alert {
    background: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/alert.png') no-repeat center top;
    color: #555
}
.ilightbox-toolbar.black a {
    background: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/buttons.png') no-repeat 7px 6px
}
.ilightbox-toolbar.black a.ilightbox-close {
    position: absolute;
    right: 5px
}
.isMobile .ilightbox-toolbar.black a.ilightbox-close {
    position: relative;
    right: 0px
}
.ilightbox-toolbar.black a.ilightbox-close:hover {
    background-position: -32px 6px
}
.isMobile .ilightbox-toolbar.black a.ilightbox-close:hover {
    background-position: 50%
}
.ilightbox-toolbar.black a.disabled {
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: default;
    background-color: #141618
}
.ilightbox-toolbar.black a.ilightbox-fullscreen {
    background-position: 6px -33px;
    margin-left: 5px
}
.isMobile .ilightbox-toolbar.black a.ilightbox-fullscreen {
    margin-left: 0px
}
.ilightbox-toolbar.black a.ilightbox-fullscreen:hover {
    background-position: -31px -33px
}
.isMobile .ilightbox-toolbar.black a.ilightbox-fullscreen:hover {
    background-position: 50%
}
.ilightbox-toolbar.black a.ilightbox-play {
    background-position: 8px -58px
}
.ilightbox-toolbar.black a.ilightbox-play:hover {
    background-position: -32px -58px
}
.isMobile .ilightbox-toolbar.black a.ilightbox-play:hover {
    background-position: 50%
}
.ilightbox-toolbar.black a.ilightbox-pause {
    background-position: 8px -83px
}
.ilightbox-toolbar.black a.ilightbox-pause:hover {
    background-position: -32px -83px
}
.isMobile .ilightbox-toolbar.black a.ilightbox-pause:hover {
    background-position: 50%
}
.isMobile .ilightbox-toolbar.black {
    background: #141618;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center
}
.isMobile .ilightbox-toolbar.black a {
    display: inline-block;
    float: none;
    width: 50px;
    height: 40px;
    background-size: 50%;
    background-position: 50%
}
.isMobile .ilightbox-toolbar.black {
    background: #141618;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8)
}
.isMobile .ilightbox-toolbar.black a {
    display: inline-block;
    float: none;
    width: 50px;
    height: 40px;
    background-size: 50%;
    background-position: 50% !important
}
.isMobile .ilightbox-toolbar.black a.ilightbox-fullscreen {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/fullscreen-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/fullscreen-icon-ie.png')\9
}
.isMobile .ilightbox-toolbar.black a.ilightbox-close {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/x-mark-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/x-mark-icon-ie.png')\9
}
.isMobile .ilightbox-toolbar.black a.ilightbox-next-button {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/arrow-next-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/arrow-next-icon-ie.png')\9;
    background-position: 52% 50%
}
.isMobile .ilightbox-toolbar.black a.ilightbox-prev-button {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/arrow-prev-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/arrow-prev-icon-ie.png')\9;
    background-position: 48% 50%
}
.isMobile .ilightbox-toolbar.black a.ilightbox-play {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/play-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/play-icon-ie.png')\9
}
.isMobile .ilightbox-toolbar.black a.ilightbox-pause {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/pause-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/pause-icon-ie.png')\9
}
.ilightbox-holder.black .ilightbox-inner-toolbar .ilightbox-title {
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
    color: #fff
}
.ilightbox-thumbnails.black .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
    background: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/thumb-overlay-play.png') no-repeat center
}
.ilightbox-button.black.disabled {
    opacity: 0.1;
    filter: alpha(opacity=10);
    cursor: default
}
.ilightbox-button.ilightbox-next-button.black,
.ilightbox-button.ilightbox-prev-button.black {
    bottom: 0;
    right: 0;
    left: 0;
    left: 35%\9;
    right: auto\9;
    width: 20%;
    height: 38px;
    margin: auto;
    background: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/arrows_vertical.png') no-repeat 50% -125px
}
.ilightbox-button.ilightbox-prev-button.black {
    top: 0;
    bottom: auto;
    background-position: 50% -36px
}
.ilightbox-button.ilightbox-next-button.black.horizontal,
.ilightbox-button.ilightbox-prev-button.black.horizontal {
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    top: 36%\9;
    bottom: auto\9;
    width: 38px;
    height: 20%;
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/black-skin/arrows_horizontal.png');
    background-position: -125px 50%
}
.ilightbox-button.ilightbox-prev-button.black.horizontal {
    right: auto;
    left: 0;
    background-position: -38px 50%
}
.ilightbox-holder.black .ilightbox-container .ilightbox-social,
.ilightbox-button.ilightbox-next-button.black,
.ilightbox-button.ilightbox-prev-button.black {
    background-color: #141618
}
.ilightbox-overlay.white {
    background: #fff
}
.ilightbox-loader.white div {
    background: transparent url('/uncode/wp-content/themes/uncode/library/img/oval-anim-light.svg') no-repeat center
}
.ilightbox-holder.white .ilightbox-container .ilightbox-caption {
    background-size: 100% 100%;
    left: 0;
    right: 0;
    color: #141618;
    text-align: center
}
.ilightbox-holder.white .ilightbox-alert {
    background: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/alert.png') no-repeat center top;
    color: #89949B
}
.ilightbox-toolbar.white a {
    background: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/buttons.png') no-repeat 7px 6px
}
.ilightbox-toolbar.white a.disabled {
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: default;
    background-color: #fff
}
.ilightbox-toolbar.white a.ilightbox-close {
    position: absolute;
    right: 5px
}
.isMobile .ilightbox-toolbar.white a.ilightbox-close {
    position: relative;
    right: 0px
}
.ilightbox-toolbar.white a.ilightbox-close:hover {
    background-position: -32px 6px
}
.ilightbox-toolbar.white a.ilightbox-fullscreen {
    background-position: 6px -33px;
    margin-left: 5px
}
.isMobile .ilightbox-toolbar.white a.ilightbox-fullscreen {
    margin-left: 0px
}
.ilightbox-toolbar.white a.ilightbox-fullscreen:hover {
    background-position: -31px -33px
}
.ilightbox-toolbar.white a.ilightbox-play {
    background-position: 8px -58px
}
.ilightbox-toolbar.white a.ilightbox-play:hover {
    background-position: -32px -58px
}
.ilightbox-toolbar.white a.ilightbox-pause {
    background-position: 8px -83px
}
.ilightbox-toolbar.white a.ilightbox-pause:hover {
    background-position: -32px -83px
}
.isMobile .ilightbox-toolbar.white {
    background: #fff;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center
}
.isMobile .ilightbox-toolbar.white a,
.isMobile .ilightbox-toolbar.white a:hover {
    display: inline-block;
    float: none;
    width: 50px;
    height: 40px;
    background-size: 50%;
    background-position: 50%
}
.isMobile .ilightbox-toolbar.white a.ilightbox-fullscreen {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/fullscreen-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/fullscreen-icon-ie.png')\9
}
.isMobile .ilightbox-toolbar.white a.ilightbox-close {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/x-mark-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/x-mark-icon-ie.png')\9
}
.isMobile .ilightbox-toolbar.white a.ilightbox-next-button {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-next-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-next-icon-ie.png')\9;
    background-position: 52% 50%
}
.isMobile .ilightbox-toolbar.white a.ilightbox-next-button.disabled {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-next-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-next-icon-ie.png')\9;
    background-position: 52% 50%
}
.isMobile .ilightbox-toolbar.white a.ilightbox-prev-button {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-prev-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-prev-icon-ie.png')\9;
    background-position: 48% 50%
}
.isMobile .ilightbox-toolbar.white a.ilightbox-prev-button.disabled {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-prev-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrow-prev-icon-ie.png')\9;
    background-position: 48% 50%
}
.isMobile .ilightbox-toolbar.white a.ilightbox-play {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/play-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/play-icon-ie.png')\9
}
.isMobile .ilightbox-toolbar.white a.ilightbox-pause {
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/pause-icon-64.png');
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/pause-icon-ie.png')\9
}
.ilightbox-thumbnails.white .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
    background: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/thumb-overlay-play.png') no-repeat center
}
.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-title {
    font-size: 14px;
    padding: 10px 12px;
    text-align: center
}
.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-toolbar {
    left: auto;
    top: 5px;
    right: 5px
}
.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-toolbar a {
    float: right
}
.ilightbox-button.white.disabled {
    opacity: 0.1;
    filter: alpha(opacity=10);
    cursor: default
}
.ilightbox-button.ilightbox-next-button.white,
.ilightbox-button.ilightbox-prev-button.white {
    bottom: 0;
    right: 0;
    left: 0;
    top: 35%\9;
    right: auto\9;
    width: 20%;
    height: 38px;
    margin: auto;
    background: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrows_vertical.png') no-repeat 50% -125px
}
.ilightbox-button.ilightbox-prev-button.white {
    top: 0;
    bottom: auto;
    background-position: 50% -36
}
.ilightbox-button.ilightbox-next-button.white.horizontal,
.ilightbox-button.ilightbox-prev-button.white.horizontal {
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    top: 36%\9;
    bottom: auto\9;
    width: 38px;
    height: 20%;
    background-image: url('/uncode/wp-content/themes/uncode/library/img/ilightbox/white-skin/arrows_horizontal.png');
    background-position: -125px 50%
}
.ilightbox-button.ilightbox-prev-button.white.horizontal {
    right: auto;
    left: 0;
    background-position: -38px 50%
}
.ilightbox-holder.white .ilightbox-container .ilightbox-social,
.ilightbox-button.ilightbox-next-button.white,
.ilightbox-button.ilightbox-prev-button.white {
    background-color: rgba(20, 22, 24, 0.25)
}
.owl-carousel-wrapper {
    overflow: hidden
}
.owl-carousel-wrapper.style-metro {
    height: 100%;
    display: block
}
.owl-carousel-wrapper.style-metro .owl-carousel-container,
.owl-carousel-wrapper.style-metro .owl-stage-outer,
.owl-carousel-wrapper.style-metro .owl-carousel,
.owl-carousel-wrapper.style-metro .owl-stage {
    height: 100%;
    display: block
}
.owl-carousel-wrapper.style-metro .owl-item {
    height: 100% !important
}
.owl-carousel-wrapper.style-metro .tmb-carousel,
.owl-carousel-wrapper.style-metro .tmb-carousel > div,
.owl-carousel-wrapper.style-metro .t-entry-visual,
.owl-carousel-wrapper.style-metro .t-entry-visual-tc {
    display: block !important;
    height: 100%
}
.row-slider .owl-carousel-wrapper .owl-carousel-wrapper {
    padding: 0;
    height: 100%
}
.owl-carousel-container {
    position: relative
}
.owl-carousel-container.carousel-inner-padding.owl-carousel-container .owl-carousel {
    padding-left: 36px;
    padding-right: 36px
}
.owl-carousel-container:before {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}
.owl-carousel-container.owl-carousel-loading {
    min-height: 200px
}
.owl-carousel-container.owl-carousel-loading .owl-carousel {
    height: 0
}
@media (min-width: 570px) {
    .owl-dots-outside.owl-carousel[data-dots="true"] {
        margin-bottom: 54px
    }
}
@media (max-width: 569px) {
    .owl-dots-outside.owl-carousel[data-dotsmobile="true"] {
        margin-bottom: 54px
    }
}
.owl-height {
    -webkit-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
.isotope-system .owl-height {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}
.owl-nav.disabled {
    display: none
}
.owl-prev,
.owl-next {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 2000
}
.owl-prev.disabled,
.owl-next.disabled {
    display: none
}
@media (max-width: 959px) {
    .owl-prev,
    .owl-next {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}
@media (max-width: 569px) {
    .owl-carousel[data-navmobile="false"] .owl-prev,
    .owl-carousel[data-navmobile="false"] .owl-next {
        display: none
    }
}
@media (max-width: 959px) {
    .uncode-slider .owl-prev,
    .uncode-slider .owl-next {
        display: none
    }
}
.header-style-light .owl-prev,
.header-style-light .owl-next {
    color: #000
}
.owl-prev i,
.owl-next i {
    font-size: 21px;
    position: relative;
    top: 33px
}
.owl-prev .owl-nav-container,
.owl-next .owl-nav-container {
    height: 180px;
    width: 36px;
    top: -44px;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    text-align: center
}
.owl-prev {
    left: 0;
    -webkit-transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
.owl-prev .owl-nav-container {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box
}
.carousel-inner-padding .owl-prev .owl-nav-container {
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 2px;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 2px;
    background-clip: padding-box
}
.owl-prev i {
    text-indent: -1px
}
.touch .owl-prev {
    margin-left: 0 !important
}
.owl-next {
    right: 0px;
    -webkit-transition: margin-right 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: margin-right 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: margin-right 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: margin-right 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
.owl-next .owl-nav-container {
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 2px;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 2px;
    background-clip: padding-box
}
.carousel-inner-padding .owl-next .owl-nav-container {
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box
}
.owl-carousel-container.half-gutter .owl-next {
    right: 18px !important
}
.owl-carousel-container.single-gutter .owl-next {
    right: 36px !important
}
.owl-carousel-container.double-gutter .owl-next {
    right: 72px !important
}
.owl-next i {
    text-indent: 1px
}
.touch .owl-next {
    margin-right: 0 !important
}
.owl-dots {
    position: absolute;
    display: inline-block;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
    -moz-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
    -o-transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
    transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s
}
.owl-dots-inside>.owl-dots {
    bottom: 0;
    padding: 9px 9px 9px 9px;
    -webkit-border-radius: 2px 2px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 2px 0 0;
    -moz-background-clip: padding;
    border-radius: 2px 2px 0 0;
    background-clip: padding-box
}
.header-wrapper .owl-dots-inside>.owl-dots {
    padding: 9px 9px 18px 9px
}
.owl-carousel-container.px-gutter .owl-dots {
    margin-left: 2px
}
.owl-carousel-container.half-gutter .owl-dots {
    margin-left: -9px
}
.owl-carousel-container.single-gutter .owl-dots {
    margin-left: -18px
}
.owl-carousel-container.double-gutter .owl-dots {
    margin-left: -36px
}
@media (max-width: 959px) {
    .owl-carousel-container.double-gutter .owl-dots {
        margin-left: -18px
    }
}
.owl-dots-outside>.owl-dots {
    padding: 18px 0px 0px 0px;
    bottom: -54px
}
.uncode-slider .owl-dots-outside>.owl-dots {
    bottom: auto
}
.header-scrolled .owl-dots {
    opacity: 0
}
.owl-dots.disabled {
    display: none
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    vertical-align: middle
}
.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 6px;
    display: block;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out, transform 0.2s ease-in-out
}
.owl-dots-inside .owl-dots .owl-dot span {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5
}
.owl-dots-outside .owl-dots .owl-dot span {
    width: 10px;
    height: 10px
}
.no-touch .owl-dots .owl-dot span {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}
.owl-prev,
.owl-next,
.owl-dots {
    opacity: 0;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: easein;
    -moz-animation-timing-function: easein;
    -o-animation-timing-function: easein;
    animation-timing-function: easein;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.owl-loaded .owl-prev,
.owl-loaded .owl-next,
.owl-loaded .owl-dots {
    -webkit-animation-name: alpha-in;
    -moz-animation-name: alpha-in;
    -o-animation-name: alpha-in;
    animation-name: alpha-in
}
.owl-carousel .animated {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 10
}
.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-carousel {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item {
    display: inline-block
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item .row-child {
    display: block;
    height: 100%
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item .row-inner {
    display: table;
    table-layout: fixed;
    height: 100%
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item .column_child {
    display: table-cell !important
}
.no-touch .uncode-slider .owl-carousel .row-child {
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.no-touch .uncode-slider .owl-carousel .block-bg-overlay {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}
.owl-carousel:not(.owl-loaded)>*:not(:first-child) {
    display: none
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-height-equal.owl-carousel .owl-stage {
    height: 100%;
    display: table;
    table-layout: fixed
}
.owl-carousel .owl-stage-outer {
    position: relative;
    display: block;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0px, 0, 0)
}
.carousel-inner-padding .owl-carousel .owl-stage-outer {
    overflow: hidden
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    display: inline-table;
    table-layout: fixed;
    vertical-align: top
}
.owl-valign-bottom.owl-carousel .owl-item {
    vertical-align: bottom
}
.owl-valign-middle.owl-carousel .owl-item {
    vertical-align: middle
}
.owl-height-equal.owl-carousel .owl-item {
    height: 100%;
    display: table-cell
}
.owl-height-equal.owl-carousel .owl-item>.tmb {
    height: 100%;
    display: block
}
.owl-height-equal.owl-carousel .owl-item>.tmb>.t-inside {
    height: 100%;
    display: table;
    table-layout: fixed
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .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-loaded.owl-height-forced {
    display: table;
    table-layout: fixed;
    width: 100%
}
.owl-carousel.owl-loaded.owl-height-forced .owl-stage {
    display: table;
    table-layout: fixed;
    width: 100%
}
.owl-carousel.owl-loaded.owl-height-forced .owl-stage .owl-item {
    display: table-cell;
    height: 100%
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    display: none
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.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 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d
}
.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(/uncode/wp-content/themes/uncode/library/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms 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-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.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 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
.textual-carousel .tmb .t-inside {
    border: 0px !important
}
.textual-carousel .t-entry-visual-overlay-in,
.textual-carousel .t-entry-visual,
.textual-carousel .t-inside {
    background: transparent !important
}
.textual-carousel .tmb .tweet.fluid-object {
    max-width: 1200px;
    margin: 0 auto;
    background: transparent !important;
    padding: 0px !Important
}
.textual-carousel .tmb .twitter-footer {
    margin: 18px 0px 0px 0px
}
.textual-carousel .tmb .twitter-tweet a:last-of-type {
    display: block
}
.textual-carousel .tmb .regular-text {
    padding: 0px 45px 0px 45px !important;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}
.textual-carousel .tmb .regular-text .pullquote {
    border: 0;
    background: transparent !important;
    color: white !important;
    padding: 0px
}
.textual-carousel .tmb .regular-text .pullquote>p {
    font-size: inherit;
    letter-spacing: inherit
}
.textual-carousel .tmb .regular-text .pullquote img.avatar {
    max-width: 36px;
    min-height: 36px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0px;
    border: 0px
}
.el-text {
    margin: 18px 0px 0px 0px;
    clear: both
}
.heading-text.el-text>*:first-child {
    margin-top: 0 !important;
}
.heading-text.el-text>*:last-child {
    margin-bottom: 0 !important
}
.el-text hr {
    margin-left: 0
}
.el-text hr.separator-reduced {
    font-size: 14px;
    width: 40px;
    position: relative;
    display: block;
    content: "";
    margin: 18px 0px 18px 0px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-top: 0px
}
.el-text>*>span {
    display: block
}
.el-text+.clear {
    margin-top: 0 !important
}
.countdown {
    line-height: 1
}
.countdown small {
    font-size: 1em
}
.counter-text,
.counter-text p {
    margin: 0px 0px 0px 0px
}
.header-wrapper {
    -webkit-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
    -moz-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
    -o-transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
    transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important
}
.no-hit {
    border-radius: 100%;
    margin: 28px;
}
@media (max-width: 569px) {
    .header-wrapper .header-bg-wrapper + div,
    .header-wrapper .header-bg-wrapper:only-child {
        min-height: 300px
    }
    .header-wrapper .header-bg-wrapper:only-child {
        position: relative
    }
}
.header-wrapper .header-scrolldown {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -6px;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
    -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
    transition: -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important
}
@media (max-width: 959px) {
    .header-wrapper .header-scrolldown {
        display: none
    }
}
.header-wrapper .header-scrolldown:hover {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    opacity: .8 !important
}
.header-wrapper .header-scrolldown i {
    font-size: 24px;
    cursor: pointer;
    color: #fff
}
.header-style-light .header-wrapper .header-scrolldown i {
    color: #000
}
@media (min-width: 960px) {
    .header-scrolled .header-wrapper .header-scrolldown {
        opacity: 0 !important
    }
    .video {
        display: block;
    }
    .half-circle, .half-circle-r {
        display: block;
    }
    .heading-text.el-text>*:first-child {
        padding-left: 56px;
    }
    .fontsize-40 {
        font-size: 50px !important;
    }
}
@media (max-width: 570px) {
    .header-wrapper .owl-next,
    .header-wrapper .owl-prev {
        display: none
    }
}
.header-wrapper .owl-next .owl-nav-container,
.header-wrapper .owl-prev .owl-nav-container {
    width: 180px;
    height: 100px;
    top: -50px;
    background: none;
    filter: none
}
.header-wrapper .owl-next .owl-nav-container i,
.header-wrapper .owl-prev .owl-nav-container i {
    -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s;
    -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s;
    transition: -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 26px;
    top: 34px
}
.header-scrolled .header-wrapper .owl-next .owl-nav-container i,
.header-scrolled .header-wrapper .owl-prev .owl-nav-container i {
    opacity: 0
}
.header-wrapper .owl-next:hover i {
    opacity: .6;
    -webkit-transform: translateX(5px) scale(0.9);
    -moz-transform: translateX(5px) scale(0.9);
    -o-transform: translateX(5px) scale(0.9);
    -ms-transform: translateX(5px) scale(0.9);
    transform: translateX(5px) scale(0.9)
}
.header-wrapper .owl-prev:hover i {
    opacity: .6;
    -webkit-transform: translateX(-5px) scale(0.9);
    -moz-transform: translateX(-5px) scale(0.9);
    -o-transform: translateX(-5px) scale(0.9);
    -ms-transform: translateX(-5px) scale(0.9);
    transform: translateX(-5px) scale(0.9)
}
.header-scrolled .header-wrapper .uncode-slider .row-child,
.header-scrolled .header-wrapper .row-header:not(.row-slider) {
    opacity: 0
}
@media (min-width: 960px) {
    .header-scrolled .header-parallax .header-main-container {
        opacity: 0 !important
    }
}
@media (max-width: 959px) {
    .header-bg-wrapper>.header-bg {
        background-attachment: scroll !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        height: 100% !important
    }
}
.header-wrapper {
    display: table;
    table-layout: fixed;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}
.header-wrapper .owl-carousel-container,
.header-wrapper .owl-carousel.owl-theme,
.header-wrapper .owl-stage,
.header-wrapper .owl-stage-outer,
.header-wrapper .owl-item,
.header-wrapper .owl-item .item,
.header-wrapper .owl-item .header-main-container,
.header-wrapper .header-content {
    height: 100%
}
.header-wrapper .uncode-slider .owl-height-forced .owl-stage-outer {
    display: table-cell;
    width: 100%
}
.header-wrapper .header-bg-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.header-wrapper .header-bg {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    overflow: hidden
}
.header-wrapper .header-bg-overlay {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.header-wrapper .header-bg-overlay-inner {
    width: 100%;
    height: 100%;
    position: absolute
}
.header-wrapper .header-main-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 0px
}
.touch .header-wrapper .header-main-container {
    padding-top: 0px !important
}
.header-wrapper .header-main-container.header-carousel {
    margin-top: -25px;
    margin-bottom: 25px;
    padding-top: 50px
}
.header-wrapper .header-content {
    position: relative;
    z-index: 5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%
}
@media (max-width: 959px) {
    .header-wrapper .header-content {
        padding-top: 0px !important
    }
}
.header-wrapper .header-content.header-align-left {
    text-align: left
}
.header-wrapper .header-content.header-align-right {
    text-align: right
}
.header-wrapper .header-content.header-left .header-content-inner {
    margin-right: auto;
    margin-left: inherit
}
.header-wrapper .header-content.header-left hr {
    margin-left: 0px
}
.header-wrapper .header-content.header-left .buttons-wrapper .btn:first-child {
    margin-left: 0
}
.header-wrapper .header-content.header-right .header-content-inner {
    margin-left: auto;
    margin-right: inherit
}
.header-wrapper .header-content.header-right hr {
    margin-right: 0px
}
.header-wrapper .header-content.header-right .buttons-wrapper .btn:last-child {
    margin-right: 0
}
.header-wrapper .header-content.header-top {
    vertical-align: top
}
.header-wrapper .header-content.header-bottom {
    vertical-align: bottom
}
@media (max-width: 959px) {
    .header-wrapper .header-content .buttons-wrapper {
        font-size: 12px
    }
}
.header-wrapper .header-content-inner {
    margin: 0 auto;
    padding: 54px 36px 54px 36px !important
}
@media (max-width: 959px) {
    .header-wrapper .header-content-inner {
        max-width: none !important
    }
}
.header-classic.header-wrapper .header-content-inner {
    padding: 54px 36px 54px 36px !important
}
.header-wrapper .header-content-inner>iframe {
    max-width: 100%
}
.header-wrapper .header-content-inner .wp-audio-shortcode {
    max-width: 500px;
    margin: auto
}
.header-wrapper .header-content-inner blockquote.pullquote p:first-child {
    font-size: 25px
}
.header-wrapper .header-content-inner>.header-title>span {
    display: block
}
.header-wrapper .header-content-inner>p>* {
    margin-top: 0px
}
.header-wrapper .header-content-inner > *:first-child,
.header-wrapper .heading-text>*:first-child {
    margin-top: 0 !important
}
.header-wrapper .heading-text:not(.heading-bigtext) {
    display: inline-block
}
.header-wrapper .header-subtitle {
    margin: 9px 0px 0px 0px
}
.header-wrapper .column_parent {
    height: 100% !important
}
.header-wrapper blockquote {
    padding: 0px
}
@media (max-width: 959px) {
    .header-main-container {
        padding-top: 0px !important
    }
}
.header-main-container .owl-carousel .owl-item {
    float: left !important
}
.header-bg.self-video .wp-video,
.header-bg.self-video .mejs-video {
    width: 100% !important;
    height: 100% !important
}
.header-bg.self-video .mejs-layers,
.header-bg.self-video .mejs-controls {
    display: none
}
.header-bg.self-video video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%
}
.blocks-animation .header-title>.animate_when_almost_visible {
    display: inline-block
}
@media (max-width: 959px) {
    .header-main-container .row-inner {
        padding-top: 0px !important
    }
}
.header-wrapper:not(.header-only-text):before,
.uncode-slider:not(.slider-loaded):before {
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    margin-left: -19px;
    content: "";
    z-index: 1;
    opacity: 1;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}
.style-light .header-wrapper:not(.header-only-text):before,
.style-light .uncode-slider:not(.slider-loaded):before,
.style-dark .style-light .header-wrapper:not(.header-only-text):before,
.style-dark .style-light .uncode-slider:not(.slider-loaded):before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABPtJREFUeNrsnCFv20AUx+2kIDBgIGDAYCBgUiNlwGyeNFC2gIGBSUtJ6dZP0PUTtKUlTVlBpaWsbC4LiZRKBQEDBgMeCygIGNh72bvk9eKzY8dJE9896RQnSuzzL//37t357izLWCqzN6ESBwcHDh1WqaB59DqCMsCD8/NzXztgAKcGLw6VGgMk25HicwHwDoq/boj2GhXUgFKHUlFAwDKGEkoK22XKayh+24VyA/C6WwsMIFXoBl1JRQgloBLCTQYpz9ug876F0pLOjee6hHIK5x1tBTAC5VKpMEhDLHAjw5yvh/C+QGkzeAjrbBXg7BVUfo+Bwsr6BGq8BtdvU+xz2PWP4dqnGwUMKlol9+AVxYA8eKZWVwaH9djPoz72ClTlb0LzT3X7RuCqeanNXrJCLdZyYet2tapgu2QLfcFa3Q6Uw6z1tDNWAtX0iUm+BxW43eQMHer8neV26JrvskCzM8JqU9KJgfz2uWJVhrqjyn6Qi2aCZi8JqwMXDLepL0gx92dWaLZOsPKAVkpxnb0iwKJO/AQStZwNclMrN2Dwj7isNbzaZlgKaB7c48kivysv2Cx/pLcY4B+sgli/3w+bzeYfSrpdOL6Hz4aZFUZxq0VvsXvTswpmcE8dys3QLqjXktklPQqMYxpCKaod0kgH3utJJmBE2qW33XV0np9RZRjH9ultm/K11AoTrhjkPSSzodB85ppHqYBRoBfdnq6ljx2zVtNLozDhioNN60yvWGUYx87iVFZSxK66GKqx9DPhlh71CBIV5rI0YqQbLVKZgPZ1EWB1NgSiq11KDV80MHpmOMm7dGgZE1rMSV5Gg6RKhQmfHVrGRHbwIQ6YY4BN7Yb1duaBUb+xJpJV3WmxBzkOm/vxRGECVljkblBK86VQ9QSYoBgaTlMbxAHjT6uN/bd7et2NdUnDaWoillfjElcTv2Y2inPJquEz11IO4hRWZX0pYwrbMQgS7c4Ay5aLzbnkiDJ+xzBSWymiRTA26y7W5MwhKq2oGFRzLMIoYKGUwBqbpRORChubfGzOanEKC4zC0gGbuiSNjRmLGMEpsW4AX7aifWrB0qsRf3pWUvTO60ZcUwaBKg9DGxhgc8CGSmA0sxDlVwFJ1jV3x8jHjVGJq/iCq7G6lI8bo4CJWYZO0my8gqqLr8vsJQKjFkGQ9TRWVxA1+Vk13UmQbeikMmnWpZ80WsFVFrDmtKWRujzqcAeqkee4KZtdFsvqGqjLYe7oq76nBEaxTLhmq8jdJWl6/SDuuUbStHNf5GUFd03Pmk2vj13GGLsSpN/v/202m0j7DZQXcDyGz34XTF3ohu/p7XXSsqDEpTMA6BFBweErLAgQPhsVBBYO3+CyIHwY1FtkpUt5kROjqgAUShYvUIfjXwiyALDarFW8XuR3aZb/oW+HdIE2e0Cw7bAma9UX/W150S9SPHsg10S1vd5GpUXA6qSZD1dOczEFtEdcRrdFudbnrLBSA5OgvcSWk2JaBT7/teGwPEqNdrLCQtNh3wp51xYcJL3NOi216DujuKx/OKa6LbVItqh77zRY9i7U381jrXrRdneSQeWiqpUBYx3Zde4fVqM42pCu16PsPdc/aht3qKtRjwPdX94iUOyP2FuVojd5D0RhNfoNX6liSX/AStT7bMAiFOJYybtsqkxADayYkdHCAItRoGU93cdVBmQmLBvTwP4JMADEPDW9MJgjiwAAAABJRU5ErkJggg==');
    background-size: 38px
}
.style-dark .header-wrapper:not(.header-only-text):before,
.style-dark .uncode-slider:not(.slider-loaded):before,
.style-light .style-dark .header-wrapper:not(.header-only-text):before,
.style-light .style-dark .uncode-slider:not(.slider-loaded):before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABNtJREFUeNrsnC132zAUhqWeAcPAshmGzTDQY4GBZU3ZWDs2tu4XbPsFa9lYPVa2DC1sHgtbxswWaNZJ3Xtz7hTLjms5H7buOTppmsSWHr260pUlCeGtlslDyMTDw0OIPwcsRfjfEklIKWe9A6bgnKqXoUqnSIOCr2mA55ZLaHipSj9VShTEtHPAoKAIoIKCr6yQcpUyfGeEz14AaohU9NtEpdtdKFC2CCkApJGhIg1lATBLVcis5nX1NWOAnBjX1ur7qNKNuu7qKIAB1AgpMCClqiBLx/eL0Xw5vBXAfXANTjrOvK79MQOlM6ubyUJlPG+52Q8A7S1ruvr+r9W9bw4KGMssz+hs1w6Z5WdqgNOVduFC3dKxqrSK5ofQ/SNv1+rlEk3VidpkwwxNjPFS0pazbdhD37F86g7hYteZCFR6pWsQKT70ETrySfYdbmTnsN6gSR6Fad+m0h9A+/EUaLIuLPUyxQg9h7wzcUSGCv4Kv6Y7pZd13IjsEywX0E5q3GfcBVgI4h8hoefU8N67rpGYOfiwK1M1KBfZtbNumcEaiY6ZKtMVgxY3vViAC2pYZ6Kjpsp2B2C/qnrOKh8Ws1FyIrprFyhjiJCqPjCQpiZ433bwvOdOYAVo2q7K/HSZwiYU8qgLLkTHTZUxQZCu7VMtYCBMlBPRHyOVxbYOwKYwaorpoQXTLatMTyDQbMblVsDgu4Z4OxP9s3fkkop82UmJuhZ9UpehssSmsiJgpK5U9NdujY6vGBieGeommfehZ6zoMR/HZeb0lakw+nAhvFGzPC8DFnpga/vCop1NYJjvOqXBque1HiFEPL7kCiNYWZfDoJrhUmq4qmJgXlxrKwXGH7N7+2e/8frcK8yBwshyz2ltq22Db28WOykYg/kmudkk12OxZwXdqW+SbGihxmDf+P82gOkBrIf232B+ZmuSS6O39FYQ+Xin38DpkwUei52Fb5INmmTugVmB5UXAMg/MCizbAMZWGA92tpzxsIcUtOeJs9lw+ktj1N9nC03/5YE5AEZz+UPPa81gYQWGZZh6SiM4ptXRLfivCGOwlbk09aQkQo96rK7IYLEVsLBL61lrqCtk/qsamO1pSR/VVbS2xBZ805RG1CeVsZ3DnEE1MENlcY/UFZepq0xhRDgXBQsyOtwzhijzzPY9KzAQnuPtGLOPXYWlyzbG23nZurjSCURsFKVd/mcdFtgZyphVbY7dZsY1YU0z7qC6YtYUKxdAVwLDSPeenGKX/Bk70kHb/TYbzraa08fuL+o1J1ipeOywdBkmrFfcaonq1g9BsIyRAtHpMUND3qcUXKNswikw5s+oE5geY/NEnqfk5EXNjRvyCTekHjNkbX9+RLCoGWpYN3UfWssGN58YUf3BbuBi4yweJz5pS1DTcyti1ss8bhF0fbaOo/iQn8sza3IQiXSUIRr4CUQHs32rDarSlUk7W3R+PjetUOkwc7oWhyxzc4QZ+R5AmadLLaD+xnmRLcufwLW+Kw6PxSIDlHM3IVvKPI2g+fPNBSVXqoOahiwJBqqV06Vky7UeodZD46MlUoaAd1VDRXR2Ymi5btrmMVy7OgOR9mBGwr4UIRP2BclBxe9SsaPtivs4ZZMOgORKqWNrZYp/+9F3uq/gUM5xLVPQWkl+Kam37ttfAQYAZ993RnTunIQAAAAASUVORK5CYII=');
    background-size: 38px
}
@media (min-width: 960px) {
    #page-header {
        display: table-row;
        width: 100%
    }
}
#page-header .header-wrapper > .header-bg-wrapper,
#page-header .header-wrapper .header-scrolldown,
#page-header .header-wrapper .row-container>.row-background {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}
#page-header .header-wrapper .uncode-slider .row-child,
#page-header .header-wrapper .row-parent,
#page-header .header-main-container {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}
#page-header .header-only-text .header-main-container {
    opacity: 1
}
@media (max-width: 959px) {
    #page-header .row .uncol {
        padding-top: 0 !important
    }
}
#page-header[data-imgready="true"] .header-wrapper:not(.header-only-text):before {
    opacity: 0;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}
#page-header[data-imgready="true"] .header-wrapper>* {
    opacity: 1
}
#page-header[data-imgready="true"] .header-wrapper .row-container>.row-background {
    opacity: 1
}
.uncode-slider {
    height: 100%
}
.header-wrapper .uncode-slider>.owl-carousel {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}
.uncode-slider .row-container,
.uncode-slider .row-child {
    height: 100% !important
}
.uncode-slider .row-inner {
    height: 100%
}
@media (max-width: 1499px) {
    .uncode-slider .row-inner>.column_child:only-child {
        height: 100% !important
    }
}
@media (max-width: 1499px) {
    .uncode-slider .text-lead>* {
        font-size: 16px;
        line-height: 1.75;
        margin: 18px 0 0
    }
}
@media (max-width: 959px) {
    .uncode-slider .text-lead>* {
        font-size: 13px;
        line-height: 1.75;
        margin: 18px 0 0
    }
}
@media (max-width: 959px) {
    .uncode-slider .uncoltable {
        padding-top: 0 !important
    }
}
.no-touch .bigtext {
    opacity: 0
}
.post-info {
    margin: 18px 0px 0px 0px
}
.post-info span {
    margin: 0px 14px 0px 14px;
    font-weight: 400
}
@media (max-width: 569px) {
    .post-info {
        font-size: 10px !important
    }
    .post-info span {
        margin: 0px 9px 0px 9px
    }
}
.no-touch .header-parallax > .header-bg-wrapper > .header-bg:not(.header-carousel-wrapper),
.no-touch .header-parallax > .header-bg-wrapper > .header-bg.header-carousel-wrapper .t-background-cover {
    height: 130%;
    height: calc(100% + 30vh)
}
.tmb .avatar {
    border-radius: 50%
}
.tmb a.inactive-link {
    pointer-events: none;
    cursor: default
}
.index-single .tmb {
    height: 100%;
    width: 100% !important
}
.index-single .style-masonry .tmb {
    position: relative !important
}
.tmb>.t-inside {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%
}
.index-single .tmb>.t-inside {
    height: 100%
}
.tmb-loaded.tmb>.t-inside {
    opacity: 1
}
.img-circle.tmb > .t-inside .t-entry-visual {
    border-radius: 50%
}
.img-circle.tmb > .t-inside .t-entry-visual-cont {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}
.img-round.tmb > .t-inside .t-entry-visual {
    border-radius: 4px
}
.img-round.tmb > .t-inside .t-entry-visual-cont {
    border-radius: 4px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}
.tmb-no-bg.tmb>.t-inside {
    background: none
}
.tmb > .t-inside hr {
    margin-top: 18px;
    margin-bottom: 18px
}
.tmb > .t-inside hr.separator-reduced {
    width: 180px;
    border-top-width: 2px
}
.tmb-round.tmb>.t-inside {
    border-radius: 4px
}
.tmb-media-first.tmb-round.tmb > .t-inside .t-entry-visual {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}
.tmb-media-first.tmb-round.tmb > .t-inside .t-entry-text {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}
.tmb-media-last.tmb-round.tmb > .t-inside .t-entry-visual {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}
.tmb-media-last.tmb-round.tmb > .t-inside .t-entry-text {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.tmb .t-entry-text-tc:not(.no-block-padding) .t-entry>*:first-child {
    margin-top: 0px !important
}
.tmb .t-entry.t-entry-team .t-entry-title {
    margin: 5px 0px 0px 0px !important
}
.tmb .t-entry .t-entry-cat {
    font-size: 13px;
    text-transform: uppercase
}
.tmb .t-entry .t-buttons-socials {
    margin: 0px 0px 0px 0px;
    font-size: 12px
}
.tmb .t-entry-visual .t-entry .t-buttons-socials {
    margin: 18px 0px 0px 0px !important
}
.tmb .t-entry-visual {
    position: relative;
    overflow: hidden;
    text-align: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-font-smoothing: antialiased
}
.tmb .t-entry-visual .pushed {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.tmb.tmb-no-media.tmb .t-entry-visual .pushed {
    position: relative;
    display: block
}
.tmb-quote.tmb .t-entry-visual blockquote {
    margin-top: 0
}
.tmb-quote.tmb .t-entry-visual .t-overlay-inner,
.tmb-quote.tmb .t-entry-visual .t-overlay-wrap {
    position: relative
}
.tmb .t-entry-visual img {
    width: 100%;
    max-width: none;
    z-index: 1;
    position: relative
}
.tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont > img,
.tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont>a>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;

}
.tmb .t-entry-visual .t-background-cover {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}
.tmb .t-entry-visual .t-background-cover>* {
    margin: 0px !important;
    border: none !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    z-index: 1000
}
.tmb .t-entry-visual .t-background-cover .mejs-video {
    width: 100% !important;
    height: 100% !important
}
.tmb .t-entry-visual .t-background-click {
    z-index: auto !important
}
.tmb-image-anim.tmb .t-entry-visual img,
.tmb-image-anim.tmb .t-entry-visual .t-background-cover,
.tmb-image-anim.tmb .t-entry-visual .fluid-object,
.tmb-image-color-anim.tmb .t-entry-visual img,
.tmb-image-color-anim.tmb .t-entry-visual .t-background-cover,
.tmb-image-color-anim.tmb .t-entry-visual .fluid-object {
    -webkit-transition-property: -webkit-transform, -webkit-filter;
    -moz-transition-property: -moz-transform, -moz-filter;
    -o-transition-property: -o-transform, filter;
    transition-property: -webkit-transform, -moz-transform, -o-transform, transform, -webkit-filter, -moz-filter, -o-filter, filter;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
    transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1)
}
.tmb .t-entry-visual .t-entry {
    width: 100%;
    line-height: 2em;
}
.tmb .t-entry-visual .t-entry-visual-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out
}
.tmb .t-entry-visual .t-entry-visual-overlay .t-entry-visual-overlay-in {
    width: 100%;
    height: 100%
}
:not(.tmb-overlay-showed).tmb .t-entry-visual .t-entry-visual-overlay {
    opacity: 0
}
.tmb-overlay-showed.tmb .t-entry-visual .t-entry-visual-overlay {
    opacity: 1
}
.tmb-overlay-gradient-bottom.tmb .t-entry-visual .t-entry-visual-overlay {
    background-color: transparent !important
}
.tmb-overlay-gradient-top.tmb .t-entry-visual .t-entry-visual-overlay {
    background-color: transparent !important
}
.tmb .t-entry-visual .t-overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}
.tmb-overlay-bottom.tmb .t-entry-visual .t-overlay-wrap {
    margin-top: 1px
}
.tmb.tmb-no-media.tmb .t-entry-visual .t-overlay-wrap {
    position: relative
}
.tmb .t-entry-visual .t-overlay-inner {
    display: table;
    table-layout: fixed;
    position: absolute;
    width: 100%;
    height: 100%
}
.tmb.tmb-no-media.tmb .t-entry-visual .t-overlay-inner {
    position: relative
}
.tmb .t-entry-visual .t-overlay-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}
.tmb-overlay-bottom.tmb .t-entry-visual .t-overlay-content {
    vertical-align: bottom
}
.tmb-overlay-top.tmb .t-entry-visual .t-overlay-content {
    vertical-align: top
}
.tmb-overlay-text-justify.tmb .t-entry-visual .t-overlay-content {
    text-align: justify
}
.tmb-overlay-text-justify.tmb .t-entry-visual .t-overlay-content hr {
    margin-left: auto !important;
    margin-right: auto !important
}
.tmb-overlay-text-center.tmb .t-entry-visual .t-overlay-content {
    text-align: center
}
.tmb-overlay-text-center.tmb .t-entry-visual .t-overlay-content hr {
    margin-left: auto !important;
    margin-right: auto !important
}
.tmb-overlay-text-left.tmb .t-entry-visual .t-overlay-content {
    text-align: left
}
.tmb-overlay-text-left.tmb .t-entry-visual .t-overlay-content hr {
    margin-left: 0 !important;
    margin-right: auto !important
}
.tmb-overlay-text-left.tmb .t-entry-visual .t-overlay-content .separator-reduced {
    margin-left: 0
}
.tmb-overlay-text-right.tmb .t-entry-visual .t-overlay-content {
    text-align: right
}
.tmb-overlay-text-right.tmb .t-entry-visual .t-overlay-content hr {
    margin-left: auto !important;
    margin-right: 0 !important
}
.tmb-overlay-text-right.tmb .t-entry-visual .t-overlay-content .separator-reduced {
    margin-right: 0
}
@media (max-width: 959px) {
    .tmb-overlay-text-mobile-justify.tmb .t-entry-visual .t-overlay-content {
        text-align: justify
    }
    .tmb-overlay-text-mobile-justify.tmb .t-entry-visual .t-overlay-content hr {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .tmb-overlay-text-mobile-center.tmb .t-entry-visual .t-overlay-content {
        text-align: center
    }
    .tmb-overlay-text-mobile-center.tmb .t-entry-visual .t-overlay-content hr {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .tmb-overlay-text-mobile-left.tmb .t-entry-visual .t-overlay-content {
        text-align: left
    }
    .tmb-overlay-text-mobile-left.tmb .t-entry-visual .t-overlay-content hr {
        margin-left: 0 !important;
        margin-right: auto !important
    }
    .tmb-overlay-text-mobile-left.tmb .t-entry-visual .t-overlay-content .separator-reduced {
        margin-left: 0
    }
    .tmb-overlay-text-mobile-right.tmb .t-entry-visual .t-overlay-content {
        text-align: right
    }
    .tmb-overlay-text-mobile-right.tmb .t-entry-visual .t-overlay-content hr {
        margin-left: auto !important;
        margin-right: 0 !important
    }
    .tmb-overlay-text-mobile-right.tmb .t-entry-visual .t-overlay-content .separator-reduced {
        margin-right: 0
    }
}
.tmb .t-entry-visual .t-overlay-icon {
    font-size: 18px
}
.tmb .t-entry-visual .t-overlay-text {
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out, transform 0.2s ease-in-out;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}
.tmb .t-entry-visual .t-overlay-text .t-single-line .t-entry-excerpt {
    margin-top: 0
}
.tmb .t-entry-visual .t-overlay-text .t-single-line .t-entry-excerpt .btn {
    margin-top: 0
}
.tmb-overlay-pad-double.tmb .t-entry-visual .t-overlay-text {
    padding: 72px
}
.tmb-text-showed.tmb .t-entry-visual .t-overlay-text {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.no-touch .tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual .t-overlay-text {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
}
.no-touch .tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual .t-overlay-text {
    -webkit-transform: translate(0px, 36px);
    -moz-transform: translate(0px, 36px);
    -o-transform: translate(0px, 36px);
    -ms-transform: translate(0px, 36px);
    transform: translate(0px, 36px)
}
.tmb-overlay-right.tmb .t-entry-visual .t-overlay-text {
    float: right;
    padding-left: 0px
}
.tmb-overlay-left.tmb .t-entry-visual .t-overlay-text {
    float: left;
    padding-right: 0px
}
.tmb-overlay-text-reduced.tmb .t-entry-visual .t-overlay-text {
    width: 75%
}
.tmb-overlay-text-reduced-2.tmb .t-entry-visual .t-overlay-text {
    width: 50%
}
.tmb .t-entry-visual .t-overlay-text .t-entry>*:first-child {
    margin-top: 0px
}
.no-touch .tmb-desaturated.tmb .t-entry-visual img,
.no-touch .tmb-desaturated.tmb .t-entry-visual .t-background-cover,
.no-touch .tmb-desaturated.tmb .t-entry-visual .fluid-object {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%)
}
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:hover img,
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:hover .t-background-cover,
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:hover .fluid-object {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: none;
    filter: grayscale(0%)
}
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:hover img,
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:hover .t-background-cover,
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:hover .fluid-object {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%)
}
.no-touch .tmb-image-anim.tmb .t-entry-visual:hover img,
.no-touch .tmb-image-anim.tmb .t-entry-visual:hover .t-background-cover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}
.tmb-overlay-showed.tmb-overlay-anim.tmb .t-entry-visual:hover .t-entry-visual-overlay {
    opacity: 0
}
:not(.tmb-overlay-showed).tmb-overlay-anim.tmb .t-entry-visual:hover .t-entry-visual-overlay {
    opacity: 1;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms
}
.no-touch .tmb-overlay-text-anim.tmb-text-showed.tmb .t-entry-visual:hover .t-overlay-text {
    -webkit-transition-delay: 0ms !important;
    -moz-transition-delay: 0ms !important;
    -o-transition-delay: 0ms !important;
    transition-delay: 0ms !important
}
.tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:hover .t-overlay-text {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:hover .t-overlay-text {
    -webkit-transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
    -o-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms
}
.tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:hover .t-overlay-text {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:hover .t-overlay-text {
    -webkit-transform: translate(0px, 36px);
    -moz-transform: translate(0px, 36px);
    -o-transform: translate(0px, 36px);
    -ms-transform: translate(0px, 36px);
    transform: translate(0px, 36px)
}
.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-overlay-text {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}
.no-touch .tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-overlay-text {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms
}
.tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-overlay-text {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}
.no-touch .tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-overlay-text {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -o-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98)
}
.style-masonry .tmb .t-entry-visual:hover hr:not(.separator-reduced) {
    width: 100%
}
.tmb .t-entry-text {
    -webkit-backface-visibility: hidden;
    text-align: left
}
.tmb-content-justify.tmb .t-entry-text {
    text-align: justify
}
.tmb-content-justify.tmb .t-entry-text hr {
    margin-left: auto !important;
    margin-right: auto !important
}
.tmb-content-center.tmb .t-entry-text {
    text-align: center
}
.tmb-content-center.tmb .t-entry-text hr {
    margin-left: auto !important;
    margin-right: auto !important
}
.tmb-content-left.tmb .t-entry-text {
    text-align: left
}
.tmb-content-left.tmb .t-entry-text hr {
    margin-right: auto !important;
    margin-left: 0 !important
}
.tmb-content-left.tmb .t-entry-text .separator-reduced {
    margin-left: 0
}
.tmb-content-right.tmb .t-entry-text {
    text-align: right
}
.tmb-content-right.tmb .t-entry-text hr {
    margin-right: 0 !important;
    margin-left: auto !important
}
.tmb-content-right.tmb .t-entry-text .separator-reduced {
    margin-right: 0
}
@media (max-width: 569px) {
    .tmb-content-mobile-justify.tmb .t-entry-text {
        text-align: justify
    }
    .tmb-content-mobile-justify.tmb .t-entry-text hr {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .tmb-content-mobile-center.tmb .t-entry-text {
        text-align: center
    }
    .tmb-content-mobile-center.tmb .t-entry-text hr {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .tmb-content-mobile-left.tmb .t-entry-text {
        text-align: left
    }
    .tmb-content-mobile-left.tmb .t-entry-text hr {
        margin-right: auto !important;
        margin-left: 0 !important
    }
    .tmb-content-mobile-left.tmb .t-entry-text .separator-reduced {
        margin-left: 0
    }
    .tmb-content-mobile-right.tmb .t-entry-text {
        text-align: right
    }
    .tmb-content-mobile-right.tmb .t-entry-text hr {
        margin-right: 0 !important;
        margin-left: auto !important
    }
    .tmb-content-mobile-right.tmb .t-entry-text .separator-reduced {
        margin-right: 0
    }
}
.tmb-no-bg.tmb .t-entry-text .t-entry-text-tc {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important
}
.tmb .t-entry-text .t-entry-text-tc .t-entry>*:not(hr):last-child {
    width: 100%
}
.tmb .t-entry-text .t-entry-title .tmb-content-under:not(.tmb-text-space-reduced)+* {
    padding-top: 9px
}
.tmb .t-entry {}.tmb-text-space-reduced.tmb .t-entry hr {
    margin-top: 9px;
    margin-bottom: 9px
}
.tmb-text-space-reduced.tmb .t-entry>*:not(hr):not(.t-entry-readmore):not(:first-child) {
    margin-top: 0px !important
}
:not(.tmb-post).tmb .t-entry>*:not(hr) {
    margin: 9px 0px 0px 0px
}
.tmb .t-entry .t-entry-title {
    word-break: break-word
}
.tmb-entry-title-uppercase.tmb .t-entry .t-entry-title {
    text-transform: uppercase
}
.tmb-entry-title-lowercase.tmb .t-entry .t-entry-title {
    text-transform: lowercase
}
.tmb-entry-title-capitalize.tmb .t-entry .t-entry-title {
    text-transform: capitalize
}
.tmb .t-entry .t-entry-title.single-line>* {
    margin-top: 0
}
.tmb .t-entry p.t-entry-type {
    font-size: 12px
}
.tmb .t-entry p.t-entry-meta {}.tmb .t-entry p.t-entry-meta span {
    display: block;
    font-size: 12px;
    font-weight: 600
}
.tmb .t-entry p.t-entry-meta .fa-push-right {
    margin-left: 9px
}
.tmb .t-entry p.t-entry-meta span:first-child {
    margin: 0px 0px 0px 0px
}
.tmb .t-entry p.t-entry-meta span:first-child .fa-push-right {
    margin-left: 0
}
.tmb .t-entry p.t-entry-meta .t-entry-category {
    text-transform: capitalize;
    display: inline-block
}
.tmb .t-entry p.t-entry-meta .t-entry-category.t-entry-category-colored {
    padding: 0px 7px
}
.tmb .t-entry p.t-entry-meta .t-entry-category .cat-comma {
    display: inline;
    padding-right: 3px
}
.tmb .t-entry p.t-entry-readmore .btn {
    margin: 0px 0px 0px 0px
}
.tmb .t-entry p.t-entry-author img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    border-radius: 50%
}
.tmb .t-entry p.t-entry-author img>img {
    border-radius: 50%
}
.tmb .t-entry p.t-entry-author i {
    margin: 0px 6px 0px 0px
}
.tmb .t-entry p.t-entry-author span {
    font-size: 12px;
    margin: 0px 0px 0px 9px;
    vertical-align: middle;
    white-space: inherit
}
.tmb-content-under.tmb .t-entry p.t-entry-author span {
    font-weight: 600
}
.tmb .t-entry p.t-entry-small {
    font-size: 12px
}
.tmb .t-entry p.t-entry-member-social a {
    display: inline-block;
    padding: 0px 5px 0px 5px !important
}
.tmb .t-entry p.t-entry-member-social a:first-child {
    padding-left: 0px !important
}
.tmb .t-entry p.t-entry-member-social a:last-child {
    padding-right: 0px !important
}
.tmb .t-entry p.t-entry-member-social a i {
    padding: 0px !important
}
.tmb .t-entry p.t-entry-comments {
    font-size: 12px
}
.tmb .t-entry p.t-entry-comments .extras .extras-wrap {
    display: inline-block
}
.tmb .t-entry p.t-entry-comments .extras>span {
    padding: 0px 14px 0px 0px
}
.tmb .t-entry p.t-entry-comments .extras>span:last-child {
    padding: 0px
}
.tmb .t-entry p.t-entry-comments .extras a {
    font-weight: normal;
    padding: 0px 14px 0px 0px
}
.tmb .t-entry p.t-entry-comments .extras a.dot-irecommendthis {
    background: none !important;
    padding-left: 0px !important;
    margin-bottom: 0px !important
}
.tmb .t-entry p.t-entry-comments .extras a:last-child {
    padding-right: 0px
}
.tmb .t-entry p.t-entry-comments .extras i {
    position: relative;
    top: 1px;
    padding: 0px 5px 0px 0px
}
.tmb .t-entry p.t-entry-comments .extras.t-reading-time {
    float: right;
    margin-top: 0px
}
.style-metro .tmb .t-inside .t-entry-visual {
    display: table-cell;
    height: 100%;
    position: relative;
    width: 100%
}
.style-metro .tmb .t-inside .t-entry-visual .t-entry-visual-tc {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%
}
.style-metro .tmb .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute
}
@media (max-width: 959px) {
    .index-wrapper .style-metro .tmb .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont {
        position: relative
    }
}
.style-metro .tmb .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont>a {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 3;
    overflow: hidden
}
.style-metro .tmb .t-inside .t-entry-text {
    display: table;
    table-layout: fixed;
    height: 1px;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    width: 100%
}
.style-metro .tmb .t-inside .t-entry-text .t-entry-text-tc {
    display: table-cell;
    width: 100%
}
.tmb-woocommerce.tmb .t-entry .t-entry-category a,
.tmb-woocommerce.tmb .t-entry .t-entry-category .cat-comma {
    font-weight: 400
}
.tmb-woocommerce.tmb .t-entry span.price {
    display: block
}
.tmb-woocommerce.tmb .t-entry span.price del {
    display: inline;
    font-size: inherit !important
}
.tmb-woocommerce.tmb .t-entry span.price ins {
    display: inline;
    font-size: inherit !important;
    text-decoration: none
}
.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a {
    position: absolute;
    height: 40px;
    bottom: -40px;
    width: 100%;
    padding: 10px;
    z-index: 1000;
    text-align: center;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    -webkit-transition: bottom 0.2s ease-in-out;
    -moz-transition: bottom 0.2s ease-in-out;
    -o-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out;
    font-size: 12px;
    line-height: 1.75;
    margin: 18px 0 0
}
.tmb-woocommerce.tmb .t-entry-visual:hover .add-to-cart-overlay a {
    bottom: 0px
}
.tmb .dummy {
    margin-top: -1px
}
.tmb-carousel .dummy {
    margin-top: 0px
}
@media (max-width: 569px) {
    .tmb-content-overlay .h1,
    .tmb-content-overlay .h2,
    .tmb-content-overlay .h3,
    .tmb-content-overlay .h4,
    .tmb-content-overlay .h5,
    .tmb-content-overlay .h6 {
        font-size: 17px !important;
        line-height: 1.2 !important;
        margin: 27px 0 0 !important;
        margin-top: 0 !important;
        line-height: initial !important
    }
}
.isotope-container .tmb .regular-text .pullquote {
    border: 0;
    background: #1b1d1f !important;
    color: white !important;
    padding: 36px 36px 36px 36px
}
.tmb-entry-title-uppercase.isotope-container .tmb .regular-text .pullquote {
    text-transform: uppercase
}
.tmb-entry-title-lowercase.isotope-container .tmb .regular-text .pullquote {
    text-transform: lowercase
}
.tmb-entry-title-capitalize.isotope-container .tmb .regular-text .pullquote {
    text-transform: capitalize
}
.isotope-container .tmb .regular-text .pullquote p small {
    text-transform: none
}
.isotope-container .tmb .regular-text .pullquote p:first-child {
    font-family: inherit
}
.isotope-container .tmb .fluid-object.tweet {
    background: #1b1d1f !important;
    color: white !important
}
.isotope-container .tmb .fluid-object.tweet .twitter-item {
    text-align: center
}
.isotope-system .isotope-container .tmb .fluid-object.tweet .interact {
    display: none
}
.isotope-container .tmb .fluid-object.tweet .twitter-footer small a {
    display: block
}
.isotope-system .isotope-container .tmb .fluid-object.tweet .tweet-text {
    margin-top: 0px;
    margin-bottom: 0px
}
.isotope-system .isotope-container .tmb .fluid-object.tweet .twitter-footer span:before {
    content: "-";
    margin: 0px 9px 0px 0px
}
.isotope-system .isotope-container .tmb .fluid-object.tweet .twitter-footer span a {
    display: none
}
.uncode-single-media-wrapper.tmb-shadow {
    margin-bottom: 4px
}
@media (min-width: 960px) {
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
        transition: opacity 0.5s 0.5s, visibility 0s 1s
    }
    .overlay input {
        background-color: transparent !Important;
        border-width: 1px
    }
    .overlay.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s
    }
    .overlay .navbar-main,
    .overlay .search-container {
        -webkit-perspective: 1200px;
        perspective: 1200px
    }
    .overlay .menu-sidebar-inner,
    .overlay .search-container form {
        opacity: 0;
        -webkit-transform: translateY(-35%) rotateX(45deg);
        transform: translateY(-35%) rotateX(45deg)
    }
    .open.overlay .menu-sidebar-inner,
    .open.overlay .search-container form {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s 0.5s, opacity 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s
    }
    .close.overlay .menu-sidebar-inner,
    .close.overlay .search-container form {
        -webkit-transform: translateY(35%) rotateX(-45deg);
        transform: translateY(35%) rotateX(-45deg);
        -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s
    }
    .overlay.overlay-search {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        text-align: center
    }
    .overlay.overlay-search .mmb-container {
        top: 40px;
        z-index: 10001
    }
    .overlay.overlay-search .search-container {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        font-size: 28px;
        font-size: 3.5vh
    }
    .overlay.overlay-search .search-container .search-container-inner {
        width: 100%;
        max-width: none
    }
    .overlay.overlay-search .search-container .search-container-inner i {
        margin-top: -0.5em;
        right: 1.5em
    }
    .overlay.overlay-search .search-container form {
        display: inline-block;
        width: 100%;
        max-width: 500px;
        max-width: 50vw;
        padding-top: 100px;
        padding-bottom: 100px
    }
    .overlay.overlay-search .search-container form .search-container-inner input {
        display: inline-block;
        margin: 0px;
        width: 100%;
        font-size: 28px;
        font-size: 3.5vh;
        padding: 1em 3em 1em 1.5em
    }
}
@media (max-width: 959px) {
    .overlay.overlay-search {
        display: none
    }
}
.onepage-wrapper {
    display: block;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%
}
.onepage-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    -webkit-transform-style: preserve-3d
}
.onepage-wrapper .section {
    width: 100%;
    height: 100%
}
.onepage-pagination {
    position: fixed;
    right: 22px;
    top: 50%;
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media (max-width: 959px) {
    .onepage-pagination {
        display: none
    }
}
.no-touch .onepage-pagination li {
    text-align: right;
    height: 1.5em
}
.no-touch .onepage-pagination a {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: default
}
.no-touch .onepage-pagination span.cd-dot-cont:hover .cd-dot,
.no-touch .onepage-pagination a.is-selected .cd-dot {
    background-color: #fff;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}
.no-touch .onepage-pagination span.cd-dot-cont:hover+.cd-label {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.no-touch .cd-dot-cont {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
    display: inline-block;
    text-align: center
}
.no-touch .onepage-pagination .cd-dot {
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.no-touch .onepage-pagination .cd-label {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 18px 6px 18px;
    position: relative;
    margin-right: 12px;
    color: #fff;
    display: inline-block;
    top: -5px;
    border-radius: 1px;
    font-weight: 600;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out
}
.no-touch .onepage-pagination .cd-label:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    right: -5px;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: inherit
}
body.wrap.disabled-onepage-scroll {
    display: block !important
}
body.wrap.disabled-onepage-scroll > div[data-parent="true"],
.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
    overflow: auto !important
}
.disabled-onepage-scroll .onepage-wrapper .section {
    position: relative !important;
    top: auto !important;
    left: auto !important
}
.disabled-onepage-scroll .onepage-wrapper {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    -ms-transform: none !important;
    min-height: 100%
}
.disabled-onepage-scroll .onepage-pagination {
    display: none
}
body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
    position: inherit
}
.widget-container {
    margin: 54px 0px 0px 0px
}
.widget-container:first-child {
    margin-top: 0
}
.widget-container .widget-title {
    word-break: break-word;
    padding: 0px 0px 27px 0px;
    margin: 0px 0px 27px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 0
}
footer .widget-container .widget-title {
    border: 0;
    padding: 0;
    margin: 0px 0px 36px 0px
}
.widget-container a {
    font-weight: 500
}
.widget-container ul li {
    padding: 0px 0px 5px 0px
}
.widget-container ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}
.widget-container ul>li>ul {
    margin-left: 10px
}
footer .widget-container ul>li>ul {
    margin: 0
}
.widget-container.widget_recent_entries a {
    display: block
}
.widget-container.widget_recent_entries .post-date {
    font-size: 11px
}
.widget-container .tagcloud {
    margin: 18px 0px 0px 0px
}
.widget-container .tagcloud a {
    font-size: 11px !important;
    padding: 2px 5px 2px 5px;
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    margin: 0px 5px 9px 0px;
    text-transform: uppercase;
    font-weight: 600
}
.widget-container.widget_rss img {
    display: none
}
.widget-container.widget_text img {
    margin: 18px 0px 0px 0px
}
.widget-container.widget_calendar #wp-calendar {
    width: 100%
}
.widget-container.widget_calendar #wp-calendar caption {
    text-align: left;
    padding: 0px 0px 9px 0px
}
.widget-container.widget_calendar table#wp-calendar td,
.widget-container.widget_calendar table#wp-calendar th {
    text-align: center;
    padding: 9px 9px 8px 9px;
    font-size: 12px
}
.widget-container.widget_archive li a:before,
.widget-container.widget_categories li a:before,
.widget-container.widget_meta li a:before,
.widget-container.widget_product_categories li a:before {
    font-family: "uncodeicon";
    content: "\f105";
    margin-right: 12px;
    margin-top: 3px
}
.widget-container.widget_recent_comments li,
.widget-container.widget_recent_entries li,
.widget-container.widget_pages li,
.widget-container.widget_top_rated_products li,
.widget-container.widget_recent_reviews li {
    padding-left: 18px;
    position: relative
}
.widget-container.widget_recent_comments li:before,
.widget-container.widget_recent_entries li:before,
.widget-container.widget_pages li:before,
.widget-container.widget_top_rated_products li:before,
.widget-container.widget_recent_reviews li:before {
    font-family: "uncodeicon";
    content: "\e664";
    position: absolute;
    font-size: 8px;
    left: 0px;
    top: 4px
}
footer .widget-container.widget_recent_comments li:before,
footer .widget-container.widget_recent_entries li:before,
footer .widget-container.widget_pages li:before,
footer .widget-container.widget_top_rated_products li:before,
footer .widget-container.widget_recent_reviews li:before {
    content: ''
}
footer .widget-container.widget_recent_comments li,
footer .widget-container.widget_recent_entries li,
footer .widget-container.widget_pages li,
footer .widget-container.widget_top_rated_products li,
footer .widget-container.widget_recent_reviews li {
    padding-left: 0
}
.widget-container.widget_nav_menu li,
.widget-container.widget_custom_menu li {
    text-transform: uppercase
}
.widget-container.widget_nav_menu li a,
.widget-container.widget_custom_menu li a {
    font-size: 12px;
    display: inline-block;
    padding: 0px 0px 5px 0px
}
.widget-container.widget_nav_menu .menu-item a:before,
.widget-container.widget_custom_menu .menu-item a:before {
    font-family: "uncodeicon";
    content: "\f105";
    margin-right: 9px;
    margin-top: 3px
}
.widget-container.widget_latest_tweets_widget li:first-child .tweet-text,
.widget-container.widget_latest_tweets li:first-child .tweet-text {
    margin-top: 0
}
.widget-container.widget_latest_tweets_widget .tweet-details,
.widget-container.widget_latest_tweets .tweet-details {
    padding-left: 1.5em;
    margin: 0px 0px 0px 0px
}
.widget-container.widget_latest_tweets_widget .tweet-text,
.widget-container.widget_latest_tweets .tweet-text {
    position: relative;
    padding-left: 1.5em;
    margin: 5px 0px 0px 0px
}
.widget-container.widget_latest_tweets_widget .tweet-text:before,
.widget-container.widget_latest_tweets .tweet-text:before {
    font-family: "uncodeicon";
    content: "\f099";
    font-size: 16px;
    margin-left: .5em;
    position: absolute;
    margin-left: -1.5em
}
.widget-container.widget_search>form {
    margin: 18px 0px 0px 0px
}
.widget-container.widget_search > form input[type="search"] {
    width: 100%
}
.widget-container button,
.widget-container .btn {
    padding: 5px 15px 5px 15px !important
}
.search-container-inner {
    max-width: 500px;
    position: relative
}
.search-container-inner input {
    padding-right: 36px
}
.rtl .search-container-inner input {
    padding-left: 36px;
    padding-right: 18px
}
.search-container-inner i.fa {
    position: absolute;
    right: 1.35em;
    top: 50%;
    margin-top: -9px
}
.rtl .search-container-inner i.fa {
    left: 1.35em;
    right: auto
}
footer {
    display: table-row;
    width: 100%;
    height: 1px
}
footer .footer-last {
    font-size: 13px
}
footer .footer-last p {
    font-size: 13px
}
footer .footer-last .icon-box.icon-inline {
    line-height: 13px;
    padding-left: 9px;
    padding-right: 9px
}
@media (max-width: 959px) {
    footer .footer-last {
        padding-top: 36px;
        padding-bottom: 36px
    }
    footer .footer-last .uncell {
        display: block;
        text-align: center
    }
    footer .footer-last .uncell+.uncell {
        padding-top: 0
    }
}
footer .footer-last .uncell {
    padding-top: 27px;
    padding-bottom: 27px
}
footer .footer-last .uncell>*:first-child {
    margin-top: 0
}
footer .footer-center {
    padding-top: 108px;
    padding-bottom: 108px
}
footer .footer-center .uncell {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%
}
footer .footer-center .uncell+.uncell {
    padding-top: 27px
}
footer .footer-last.footer-center .social-icon i {
    font-size: 24px
}
footer .footer-last:not(.footer-center) .social-icon i {
    font-size: 18px
}
.vmenu-footer {
    padding: 18px 54px 18px 54px;
    font-size: 12px
}
.vmenu-footer p {
    font-size: 12px
}
.vmenu-footer>*:first-child {
    margin-top: 0
}
.footer-scroll-top {
    z-index: 100;
    display: none;
    position: fixed;
    right: 22px;
    bottom: 22px
}
.footer-scroll-top.footer-scroll-higher {
    bottom: 61px
}
.footer-scroll-top:not(.window-scrolled) {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
}
.window-scrolled .footer-scroll-top {
    opacity: 1;
    display: block;
    -webkit-animation-name: alpha-in;
    -moz-animation-name: alpha-in;
    -o-animation-name: alpha-in;
    animation-name: alpha-in;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s
}
.hide-scrollup .footer-scroll-top {
    display: block
}
.footer-scroll-top i {
    border-radius: 2px;
    width: 2em;
    height: 2em;
    line-height: 2em
}
.touch .footer-scroll-top {
    display: none !important
}
.window-scrolled .footer-scroll-top:hover {
    opacity: .8
}
#comments .comments-title,
#respond .comments-title,
#comments #reply-title,
#respond #reply-title {
    margin: 36px 0px 36px 0px
}
#comments .btn-comments,
#respond .btn-comments {
    padding: 5px 10px !important;
    font-size: 12px
}
#comments .comment-list .comments-list:first-child,
#respond .comment-list .comments-list:first-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 36px
}
#comments .comments-list .comment-content,
#respond .comments-list .comment-content {
    border-top-width: 1px;
    border-top-style: solid
}
.comment-notes {
    font-weight: normal;
    margin: 9px 0px 0px 0px
}
.comment-list {
    padding: 0
}
.comment-list li {
    list-style-type: none
}
.comment {
    margin: 36px 0px 0px 0px
}
div.comment-meta.post-meta {
    margin-left: 0;
    padding: 0px 18px 18px 18px;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box
}
@media (min-width: 960px) {
    div.comment-meta.post-meta {
        margin-left: 180px
    }
}
section.child-comments.comments-list {
    padding: 0px 0px 0px 180px
}
@media (max-width: 959px) {
    section.child-comments.comments-list {
        padding: 0px 0px 0px 18px
    }
}
.comment-content {
    position: relative
}
.comment-content .comment-meta {
    padding-right: 0px !important;
    padding-bottom: 0px !important
}
@media (max-width: 959px) {
    .comment-content .comment-meta {
        padding: 0px !important
    }
}
.comment-content .gravatar {
    float: left;
    margin: 36px 0px 0px 0px
}
@media (max-width: 959px) {
    .comment-content .gravatar {
        float: none
    }
}
.comment-content .gravatar img.avatar {
    max-width: 72px;
    min-height: 72px
}
@media (min-width: 960px) {
    .comment-content .gravatar img.avatar {
        display: block
    }
}
.comment-content .logged-in-as {
    display: inline-block;
    margin: 9px 0px 0px 0px;
    font-size: 12px
}
@media (max-width: 959px) {
    .comment-content .logged-in-as {
        margin: 0px 18px 27px 0px
    }
}
.comment-content .comment-author {
    text-transform: capitalize;
    margin: 36px 0px 0px 0px;
    font-size: 14px
}
.comment-content .comment-meta p {
    margin: 9px 0px 0px 0px
}
.comment-content .comment-meta-item {
    margin: 9px 0px 0px 0px;
    display: block
}
.comment-content .comment-meta-item,
.comment-content .comment-reply-link span {
    font-size: 11px
}
.comment-content .comment-reply-link {
    margin: 18px 0px 0px 0px;
    display: block;
    text-transform: uppercase
}
@media (min-width: 960px) {
    .comment-content .comment-reply-link {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 32px
    }
}
.comment-form .comment-form-comment.comment-loggedin {
    margin-top: 0px !important
}
.comment-form .comment-form-comment.comment-loggedin textarea {
    margin-top: 0px
}
.comment-form .comment-figure {
    width: 180px;
    float: left
}
.comment-form .comment-figure .gravatar {
    margin: 0
}
@media (max-width: 959px) {
    .comment-form .comment-figure {
        width: 100%
    }
}
@media (min-width: 960px) {
    .comments-area .form-indent .comment-form .form-submit {
        margin-left: 108px
    }
}
.form-submit {
    margin: 27px 0px 0px 0px
}
.gravatar img.avatar {
    max-width: 5em;
    min-height: 5em;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    margin: 0 auto
}
#comment-nav-below {
    margin-top: 36px
}
.comment-navigation a {
    white-space: nowrap
}
.comment-navigation .page-next,
.comment-navigation .page-prev {
    width: auto
}
.author-details {
    text-align: center;
    padding: 18px 18px 18px 18px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid
}
.author-details-data .author-name {
    font-size: 20px;
    line-height: 1.2;
    margin: 27px 0 0;
    margin: 0px 0px 0px 0px
}
.author-details-data .author-heading {
    margin: 9px 0px 0px 0px
}
.author-details-data .author-heading span {
    font-size: 13px;
    text-transform: uppercase
}
.author-details-data .author-description {
    margin: 14px 0px 0px 0px;
    font-size: 13px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto
}
.author-details-data .author-url {
    display: block;
    margin: 14px 0px 0px 0px;
    font-size: 13px
}
.author-details-data .author-socials {
    margin: 14px 0px 0px 0px
}
.twitter-item {
    text-align: center;
    word-break: break-word
}
.twitter-item .tweet-text>span {
    quotes: "\201C" "\201D"
}
.twitter-item .tweet-text>span:before {
    font-family: Georgia, serif;
    content: open-quote;
    font-size: 1.5em;
    line-height: 0;
    vertical-align: -0.25em;
    margin-right: .2em
}
.twitter-item .tweet-text>span:after {
    font-family: Georgia, serif;
    content: close-quote;
    font-size: 1.5em;
    line-height: 0;
    vertical-align: -0.25em;
    margin-left: .1em
}
.twitter-item .twitter-item-data i.fa-twitter {
    font-size: 54px
}
.twitter-item .interact {
    margin: 14px 0px 0px 0px
}
.twitter-item .interact a {
    margin: 0px 2px 0px 2px
}
.twitter-item .interact i {
    width: 26px;
    font-size: 14px;
    display: inline-block
}
.share-module {
    margin: 18px 0px 0px 0px;
    width: 100%;
    display: table;
    table-layout: fixed
}
.share-module-inner {
    display: table-cell;
    vertical-align: middle
}
div[class*=sharer-].share-button {
    display: inline-table !important;
    font-size: 14px;
    width: 34px;
    position: relative;
    top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
div[class*=sharer-].share-button.social-center {
    margin: auto
}
div[class*=sharer-].share-button.social-right {
    margin-left: auto
}
.uncode-share .share-title {
    display: inline-block;
    padding-right: 0px;
    margin: 0px;
    line-height: 36px;
    vertical-align: top
}
div[class*=sharer-].share-button [class*=social-]:before {
    font-family: 'uncodeicon' !important
}
div[class*=sharer-].share-button label {
    cursor: pointer;
    margin: 0;
    padding: 5px 8px;
    display: inline-block;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 2px
}
div[class*=sharer-].share-button label span {
    display: none
}
div[class*=sharer-].share-button .social {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-left: 0;
    opacity: 0
}
div[class*=sharer-].share-button .social.top {
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-top: -160px
}
div[class*=sharer-].share-button .social.load {
    -webkit-transition: none!important;
    transition: none!important
}
div[class*=sharer-].share-button .social.active {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    opacity: 1
}
div[class*=sharer-].share-button .social.active.top {
    -webkit-transform: scale(1) translateY(-10px);
    -moz-transform: scale(1) translateY(-10px);
    -o-transform: scale(1) translateY(-10px);
    -ms-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px)
}
div[class*=sharer-].share-button .social ul {
    color: #fff;
    margin: auto;
    padding: 2px;
    display: table;
    table-layout: fixed;
    background-color: #222;
    border-radius: 1px
}
div[class*=sharer-].share-button .social ul:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -5px;
    margin-top: -5px;
    border-width: 5px 5px 0;
    border-top-color: #404040;
    left: 50%;
    margin-left: -5px
}
.share-button .social ul,
.share-button .social {
    position: relative;
    z-index: 1
}
div[class*=sharer-].share-button .social ul li {
    cursor: pointer;
    text-align: center;
    display: block !Important;
    position: relative;
    z-index: 2;
    width: 24px;
    height: 24px;
    line-height: 24px;
    -webkit-transition: background-color 400ms ease-out;
    -moz-transition: background-color 400ms ease-out;
    -o-transition: background-color 400ms ease-out;
    transition: background-color 400ms ease-out
}
div[class*=sharer-].share-button .social ul li:before {
    -webkit-transition: color 400ms ease-out;
    -moz-transition: color 400ms ease-out;
    -o-transition: color 400ms ease-out;
    transition: color 400ms ease-out
}
.share-button:not(.only-icon) .social ul li[class*=facebook]:hover {
    background-color: #3B5998
}
.share-button:not(.only-icon) .social ul li[class*=twitter]:hover {
    background-color: #3B8ACA
}
.share-button:not(.only-icon) .social ul li[class*=gplus]:hover {
    background-color: #d7473d
}
.share-button:not(.only-icon) .social ul li[class*=pinterest]:hover {
    background-color: #c5142b
}
.share-button:not(.only-icon) .social ul li[class*=paper-plane]:hover {
    background-color: #999
}
.share-button.only-icon .social ul li[class*=facebook]:hover:before {
    color: #3B5998
}
.share-button.only-icon .social ul li[class*=twitter]:hover:before {
    color: #3B8ACA
}
.share-button.only-icon .social ul li[class*=gplus]:hover:before {
    color: #d7473d
}
.share-button.only-icon .social ul li[class*=pinterest]:hover:before {
    color: #c5142b
}
.share-button.only-icon .social ul li[class*=paper-plane]:hover:before {
    color: #999
}
div[class*=sharer-].share-button.only-icon {
    display: inline-block !important;
    margin-left: -10px;
    margin-bottom: -10px;
    top: 1px
}
.social-export:before {
    content: "\f1e0" !important;
    font-size: 16px
}
.social-facebook:before {
    content: "\f09a" !important
}
.social-twitter:before {
    content: "\f099" !important
}
.social-gplus:before {
    content: "\f0d5" !important
}
.social-pinterest:before {
    content: "\f0d2" !important
}
.social-paper-plane:before {
    content: "\f1d8" !important
}
div[class*=sharer-].share-button.share-inline {
    width: auto;
    display: inline-block !important
}
.share-button.share-inline .social.top {
    opacity: 1;
    margin-top: 0px !important;
    width: auto;
    float: none !important
}
.share-button.share-inline .social.top ul {
    width: auto;
    background: none;
    border: none;
    color: inherit;
    margin: 0px
}
.social-center.share-button.share-inline .social.top ul {
    margin: auto
}
.social-right.share-button.share-inline .social.top ul {
    margin-left: auto
}
.share-button.share-inline .social.top li {
    display: inline-block !important;
    margin-right: 2px
}
.share-button.share-inline .social.top li:hover {
    color: white !important
}
.share-button.share-inline .social-export {
    display: none
}
div[class*=sharer-].share-button.share-inline .social ul:after {
    display: none
}
.share-button.share-inline.share-bigger li {
    font-size: 1.5em;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important
}
.portfolio-share {
    padding-top: 18px
}
.sharedaddy {
    margin-top: 36px
}
.vc_progress_bar .vc_single_bar {
    position: relative;
    margin: 5px 0px 0px 0px;
    padding: 3px 9px 3px 9px
}
.vc_progress_bar .vc_single_bar:last-child {
    margin-bottom: 0
}
.vc_progress_bar .vc_single_bar .vc_label {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0px 0px 0px 0px
}
.vc_progress_bar .vc_progress_label {
    font-size: 13px;
    line-height: 1.75;
    margin: 18px 0 0
}
.vc_progress_bar .vc_progress_label:first-child {
    margin-top: 0
}
.vc_progress_bar .vc_label_units {
    float: right;
    line-height: 0;
    position: relative;
    top: 11.7px
}
.vc_progress_bar .vc_single_bar .vc_bar {
    display: block;
    position: absolute;
    height: 100%;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    width: 0%;
    top: 0;
    left: 0;
    -webkit-border-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1px;
    -moz-background-clip: padding;
    border-radius: 1px;
    background-clip: padding-box;
    -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
.vc_pie_chart .wpb_wrapper {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden
}
.vc_pie_chart {
    z-index: 0;
    text-align: center;
    opacity: 0;
    max-width: 160px;
    min-width: 100px
}
.align_center .vc_pie_chart,
.align_left .align_center .vc_pie_chart,
.align_right .align_center .vc_pie_chart {
    margin: 0 auto !important
}
.align_left .vc_pie_chart,
.align_right .align_left .vc_pie_chart,
.align_center .align_left .vc_pie_chart {
    margin-left: 0px !important;
    margin-right: auto !important
}
.align_right .vc_pie_chart,
.align_left .align_right .vc_pie_chart,
.align_center .align_right .vc_pie_chart {
    margin-left: auto !important;
    margin-right: 0px !important
}
.vc_pie_chart.vc_ready {
    opacity: 1
}
.vc_pie_chart .vc_pie_wrapper {
    overflow: hidden;
    position: absolute;
    margin: 0 auto;
    top: 0px
}
.vc_pie_chart canvas {
    position: relative;
    z-index: 1;
    left: -50%;
    margin-top: -50%;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5)
}
.vc_pie_chart .vc_pie_chart_value {
    font-size: 150%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center
}
.vc_pie_chart_back {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-width: 7px;
    border-style: solid;
    border-radius: 999px;
    border-radius: 50%
}
.mejs-container {
    clear: both;
    outline: 0
}
.mejs-container * {
    font-family: Monospace, Helvetica, Arial
}
.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
    background: #222
}
.mejs-controls a.mejs-horizontal-volume-slider {
    display: table;
    table-layout: fixed
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #0073aa
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(255, 255, 255, 0.33)
}
.mejs-controls .mejs-offscreen {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute
}
span.mejs-offscreen {
    display: none
}
.mejs-controls a:focus>.mejs-offscreen {
    background-color: #f1f1f1;
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 0;
    top: 15px;
    text-decoration: none;
    text-transform: none;
    width: auto
}
.mejs-overlay-loading {
    background: transparent
}
.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 {
    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 p,
.media-embed-details .setting a {
    color: #a00;
    font-size: 10px;
    text-transform: uppercase
}
.media-embed-details .setting a:hover {
    color: #f00
}
.media-embed-details .embed-media-settings .checkbox-setting {
    float: none;
    margin: 0 0 10px
}
.wp-video {
    width: 100% !important;
    height: auto
}
.wp-video>.mejs-offscreen {
    display: none
}
.wp_attachment_holder .wp-video,
.wp_attachment_holder .wp-audio-shortcode {
    margin-top: 18px
}
video.wp-video-shortcode,
.wp-video-shortcode video {
    max-width: 100%;
    display: inline-block
}
.mejs-container:not(.mejs-container-fullscreen) video {
    object-fit: cover
}
.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;
    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(60%);
    max-width: calc(60%)
}
.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: #dedede
}
.wp-playlist-playing {
    font-weight: bold;
    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-title,
.wp-playlist-current-item .wp-playlist-item-artist {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.wp-audio-playlist .me-cannotplay span {
    padding: 5px 15px
}
.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica, Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0
}
.me-plugin {
    position: absolute
}
.mejs-embed,
.mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden
}
.mejs-fullscreen {
    overflow: hidden!important
}
.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
    width: 100%;
    height: 100%
}
.mejs-clear {
    clear: both
}
.mejs-background {
    position: absolute;
    top: 0;
    left: 0
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0
}
.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}
:root .mejs-poster img {
    display: none
}
.mejs-poster img {
    padding: 0;
    border: 0
}
.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important
}
.mejs-overlay-play {
    cursor: pointer
}
.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px !important;
    font-size: 35px;
    border: 3px solid white;
    color: white !important;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    line-height: 53px;
    text-indent: 17px;
    opacity: .8;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s
}
.mejs-overlay-button:before {
    content: "\f04b";
    font-family: 'uncodeicon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.mejs-overlay:hover .mejs-overlay-button {
    opacity: 1
}
.mejs-overlay-loading:before {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/oval-anim-dark.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    margin-left: -19px;
    content: "";
    -webkit-filter: brightness(2);
    -moz-filter: brightness(2);
    -ms-filter: brightness(2);
    filter: brightness(2)
}
.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background-color: #1b1d1f;
    height: 30px;
    width: 100%;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s
}
.mejs-container.wp-video-shortcode .mejs-controls {
    opacity: 0
}
.mejs-container:hover .mejs-controls {
    opacity: 1
}
.mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
    border: 0
}
.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin: 7px 5px !important;
    padding: 0 !important;
    position: absolute !important;
    height: 16px !important;
    width: 16px !important;
    border: 0 !important;
    line-height: 16px;
    text-indent: 2px;
    background: transparent !important
}
.mejs-controls .mejs-button button:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    z-index: 6;
    font-family: 'uncodeicon';
    font-size: 14px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 8px 3px 0 3px;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.mejs-container .mejs-controls .mejs-time span {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto
}
.mejs-controls .mejs-play button:before {
    content: "\e098";
    text-indent: 4px
}
.mejs-controls .mejs-pause button:before {
    content: "\e099"
}
.mejs-controls .mejs-stop button:before {
    content: "\e09a"
}
.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 9px
}
.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 2px;
    cursor: pointer
}
.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #222324;
    outline: 0
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite
}
@-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
    }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
    width: 0
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    width: 0
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center
}
.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    width: 36px;
    height: 17px;
    top: -13px;
    margin-left: -18px;
    text-align: center;
    color: white;
    outline: 0
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    top: 15px;
    left: 13px
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px
}
.mejs-controls .mejs-fullscreen-button button:before {
    content: "\e110"
}
.mejs-controls .mejs-unfullscreen button:before {
    content: "\e111"
}
.mejs-controls .mejs-mute button:before {
    content: "\e0c6"
}
.mejs-controls .mejs-unmute button:before {
    content: "\e0c7"
}
.mejs-controls .mejs-volume-button {
    position: relative
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: rgba(50, 50, 50, 0.7);
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    margin: 0
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    margin: 0
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    cursor: N-resize;
    margin: 0
}
.mejs-controls a.mejs-horizontal-volume-slider {
    height: 26px;
    width: 60px;
    position: relative;
    display: block;
    float: left
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 14px;
    width: 50px;
    height: 2px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    background: #222324
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 14px;
    width: 50px;
    height: 2px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    background: #fff
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none
}
.mejs-controls .mejs-captions-button {
    position: relative
}
.mejs-controls .mejs-captions-button button {
    background-position: -48px 0
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none!important;
    overflow: hidden
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none!important;
    display: block;
    color: #fff;
    overflow: hidden
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0
}
.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1
}
.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    overflow: hidden;
    border: 0
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    cursor: pointer
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: none
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #666
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px 0;
    line-height: 12px
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis
}
.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff
}
.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline
}
.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal
}
.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0
}
.mejs-captions-position-hover {
    bottom: 45px
}
.mejs-captions-text {
    padding: 3px 5px;
    background: url(/uncode/wp-content/themes/uncode/library/css/background.png);
    background: rgba(20, 20, 20, 0.8)
}
.me-cannotplay a {
    color: #fff;
    font-weight: bold
}
.me-cannotplay span {
    padding: 15px;
    display: block
}
.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px
}
.mejs-controls .mejs-loop-on button {
    background-position: -64px 0
}
.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px
}
.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0
}
.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0
}
.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001
}
.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333
}
.mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2C7C91;
    color: #fff
}
.mejs-controls .mejs-sourcechooser-button {
    position: relative
}
.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none!important;
    overflow: hidden
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none!important;
    display: block;
    color: #fff;
    overflow: hidden
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: helvetica, arial;
    font-size: 10px
}
.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, 0.7);
    z-index: 1000;
    overflow: hidden
}
.mejs-postroll-layer-content {
    width: 100%;
    height: 100%
}
.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(50, 50, 50, 0.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer
}
video.background-video-shortcode::-webkit-media-controls {
    display: none !important
}
.wp-caption,
.gallery-caption {
    width: auto !important;
    max-width: 100%;
    margin-top: 18px;
    margin-bottom: 18px
}
.wp-caption-text {
    font-style: normal
}
.bypostauthor {
    font-style: normal
}
.entry-content>*:first-child {
    margin-top: 0px
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}
.alignleft {
    float: left;
    padding: 0px 23px 0px 0px
}
.alignright {
    float: right;
    padding: 0px 0px 0px 23px
}
.aligncenter {
    float: none;
    padding: 0px 23px 0px 23px;
    margin-left: auto;
    margin-right: auto
}
.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em
}
.gallery:after {
    display: table;
    content: "";
    clear: both
}
.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em
}
.gallery-item img {
    width: 100%
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left
}
html.no-touch:not(.no-cssanimations) .blocks-animation .header-title > *,
html.no-touch:not(.no-cssanimations) .blocks-animation .post-info {
    opacity: 0
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible {
    opacity: 0;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}
html.no-touch:not(.no-cssanimations) .uncode-pricing.animate_when_almost_visible {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1)
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).top-t-bottom {
    -webkit-animation-name: anim_ttb;
    -moz-animation-name: anim_ttb;
    -o-animation-name: anim_ttb;
    animation-name: anim_ttb;
    opacity: 1
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).bottom-t-top {
    -webkit-animation-name: anim_btt;
    -moz-animation-name: anim_btt;
    -o-animation-name: anim_btt;
    animation-name: anim_btt;
    opacity: 1
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).left-t-right {
    -webkit-animation-name: anim_ltr;
    -moz-animation-name: anim_ltr;
    -o-animation-name: anim_ltr;
    animation-name: anim_ltr;
    opacity: 1
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).right-t-left {
    -webkit-animation-name: anim_rtl;
    -moz-animation-name: anim_rtl;
    -o-animation-name: anim_rtl;
    animation-name: anim_rtl;
    opacity: 1
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).zoom-in {
    -webkit-animation-name: zoom-in;
    -moz-animation-name: zoom-in;
    -o-animation-name: zoom-in;
    animation-name: zoom-in;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).zoom-out {
    -webkit-animation-name: zoom-out;
    -moz-animation-name: zoom-out;
    -o-animation-name: zoom-out;
    animation-name: zoom-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible.zoom-reverse {
    -webkit-animation-name: zoom-reverse;
    -moz-animation-name: zoom-reverse;
    -o-animation-name: zoom-reverse;
    animation-name: zoom-reverse;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).alpha-anim {
    -webkit-animation-name: alpha-in;
    -moz-animation-name: alpha-in;
    -o-animation-name: alpha-in;
    animation-name: alpha-in;
    opacity: 1
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible[data-speed="100"] {
    -webkit-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    -o-animation-duration: 0.1s;
    animation-duration: 0.1s
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible[data-speed="200"] {
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible[data-speed="300"] {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible[data-speed="500"] {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible[data-speed="600"] {
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible[data-speed="700"] {
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible[data-speed="800"] {
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible[data-speed="900"] {
    -webkit-animation-duration: 0.9s;
    -moz-animation-duration: 0.9s;
    -o-animation-duration: 0.9s;
    animation-duration: 0.9s
}
html.no-touch:not(.no-cssanimations) .animate_when_almost_visible[data-speed="1000"] {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}
@-webkit-keyframes anim_ttb {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-moz-keyframes anim_ttb {
    0% {
        -moz-transform: translate3d(0, -100px, 0);
        opacity: 0
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-o-keyframes anim_ttb {
    0% {
        -o-transform: translate3d(0, -100px, 0);
        opacity: 0
    }
    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes anim_ttb {
    0% {
        transform: translate3d(0, -100px, 0);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-webkit-keyframes anim_btt {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-moz-keyframes anim_btt {
    0% {
        -moz-transform: translate3d(0, 100px, 0);
        opacity: 0
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-o-keyframes anim_btt {
    0% {
        -o-transform: translate3d(0, 100px, 0);
        opacity: 0
    }
    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes anim_btt {
    0% {
        transform: translate3d(0, 100px, 0);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-webkit-keyframes anim_ltr {
    0% {
        -webkit-transform: translate3d(-100px, 0, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-moz-keyframes anim_ltr {
    0% {
        -moz-transform: translate3d(-100px, 0, 0);
        opacity: 0
    }
    100% {
        -moz-transform: translate3d(0, 0);
        opacity: 1
    }
}
@-o-keyframes anim_ltr {
    0% {
        -o-transform: translate3d(-100px, 0);
        opacity: 0
    }
    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes anim_ltr {
    0% {
        transform: translate3d(-100px, 0, 0);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-webkit-keyframes anim_rtl {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-moz-keyframes anim_rtl {
    0% {
        -moz-transform: translate3d(100px, 0, 0);
        opacity: 0
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-o-keyframes anim_rtl {
    0% {
        -o-transform: translate3d(100px, 0, 0);
        opacity: 0
    }
    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes anim_rtl {
    0% {
        transform: translate3d(100px, 0, 0);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}
@-moz-keyframes zoom-in {
    0% {
        -moz-transform: scale(0.5);
        opacity: 0.1
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}
@-o-keyframes zoom-in {
    0% {
        -o-transform: scale(0.5);
        opacity: 0.1
    }
    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}
@keyframes zoom-in {
    0% {
        transform: scale(0.5);
        opacity: 0.1
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}
@-webkit-keyframes zoom-out {
    0% {
        -webkit-transform: scale(1.5);
        opacity: 0.1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}
@-moz-keyframes zoom-out {
    0% {
        -moz-transform: scale(1.5);
        opacity: 0.1
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}
@-o-keyframes zoom-out {
    0% {
        -o-transform: scale(1.5);
        opacity: 0.1
    }
    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}
@keyframes zoom-out {
    0% {
        transform: scale(1.5);
        opacity: 0.1
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}
@-webkit-keyframes zoom-reverse {
    0% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0.5);
        opacity: 0
    }
}
@-moz-keyframes zoom-reverse {
    0% {
        -moz-transform: scale(1);
        opacity: 1
    }
    100% {
        -moz-transform: scale(0.5);
        opacity: 0
    }
}
@-o-keyframes zoom-reverse {
    0% {
        -o-transform: scale(1);
        opacity: 1
    }
    100% {
        -o-transform: scale(0.5);
        opacity: 0
    }
}
@keyframes zoom-reverse {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(0.5);
        opacity: 0
    }
}
@-webkit-keyframes alpha-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes alpha-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes alpha-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes alpha-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.style-transparent-bg {
    background-color: transparent
}
.btn-transparent {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important
}
.btn-transparent:not(.btn-hover-nobg):hover,
btn-transparent:active {
    color: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important
}
.btn-transparent.btn-outline {
    color: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important
}
.btn-transparent.btn-outline:not(.btn-hover-nobg):hover,
btn-transparent.btn-outline:active {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important
}
.text-transparent-color {
    color: transparent !important
}
.border-transparent-color {
    border-color: transparent !important
}
.tmb-overlay-gradient-top .style-transparent-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, transparent 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, transparent 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-transparent-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, transparent 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, transparent 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, transparent 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, transparent 0%, transparent 50%) !important
}
.style-color-jevc-bg {
    background-color: #000
}
.btn-color-jevc {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important
}
.btn-color-jevc:not(.btn-hover-nobg):hover,
btn-color-jevc:active {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #000 !important
}
.btn-color-jevc.btn-outline {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #000 !important
}
.btn-color-jevc.btn-outline:not(.btn-hover-nobg):hover,
btn-color-jevc.btn-outline:active {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important
}
.text-color-jevc-color {
    color: #000 !important
}
.border-color-jevc-color {
    border-color: #000 !important
}
.tmb-overlay-gradient-top .style-color-jevc-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #000 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #000 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #000 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #000 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-jevc-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #000 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #000 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #000 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #000 0%, transparent 50%) !important
}
.style-color-nhtu-bg {
    background-color: #101213
}
.btn-color-nhtu {
    color: #fff !important;
    background-color: #101213 !important;
    border-color: #101213 !important
}
.btn-color-nhtu:not(.btn-hover-nobg):hover,
btn-color-nhtu:active {
    color: #101213 !important;
    background-color: transparent !important;
    border-color: #101213 !important
}
.btn-color-nhtu.btn-outline {
    color: #101213 !important;
    background-color: transparent !important;
    border-color: #101213 !important
}
.btn-color-nhtu.btn-outline:not(.btn-hover-nobg):hover,
btn-color-nhtu.btn-outline:active {
    color: #fff !important;
    background-color: #101213 !important;
    border-color: #101213 !important
}
.text-color-nhtu-color {
    color: #101213 !important
}
.border-color-nhtu-color {
    border-color: #101213 !important
}
.tmb-overlay-gradient-top .style-color-nhtu-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #101213 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #101213 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #101213 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #101213 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-nhtu-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #101213 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #101213 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #101213 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #101213 0%, transparent 50%) !important
}
.style-color-wayh-bg {
    background-color: #141618;
}
.btn-color-wayh {
    color: #fff !important;
    background-color: #141618 !important;
    border-color: #141618 !important
}
.btn-color-wayh:not(.btn-hover-nobg):hover,
btn-color-wayh:active {
    color: #141618 !important;
    background-color: transparent !important;
    border-color: #141618 !important
}
.btn-color-wayh.btn-outline {
    color: #141618 !important;
    background-color: transparent !important;
    border-color: #141618 !important
}
.btn-color-wayh.btn-outline:not(.btn-hover-nobg):hover,
btn-color-wayh.btn-outline:active {
    color: #fff !important;
    background-color: #141618 !important;
    border-color: #141618 !important
}
.text-color-wayh-color {
    color: #141618 !important
}
.border-color-wayh-color {
    border-color: #141618 !important
}
.tmb-overlay-gradient-top .style-color-wayh-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #141618 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #141618 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #141618 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #141618 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-wayh-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #141618 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #141618 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #141618 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #141618 0%, transparent 50%) !important
}
.style-color-rgdb-bg {
    background-color: #1b1d1f
}
.btn-color-rgdb {
    color: #fff !important;
    background-color: #1b1d1f !important;
    border-color: #1b1d1f !important
}
.btn-color-rgdb:not(.btn-hover-nobg):hover,
btn-color-rgdb:active {
    color: #1b1d1f !important;
    background-color: transparent !important;
    border-color: #1b1d1f !important
}
.btn-color-rgdb.btn-outline {
    color: #1b1d1f !important;
    background-color: transparent !important;
    border-color: #1b1d1f !important
}
.btn-color-rgdb.btn-outline:not(.btn-hover-nobg):hover,
btn-color-rgdb.btn-outline:active {
    color: #fff !important;
    background-color: #1b1d1f !important;
    border-color: #1b1d1f !important
}
.text-color-rgdb-color {
    color: #1b1d1f !important
}
.border-color-rgdb-color {
    border-color: #1b1d1f !important
}
.tmb-overlay-gradient-top .style-color-rgdb-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #1b1d1f 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #1b1d1f 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #1b1d1f 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #1b1d1f 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-rgdb-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #1b1d1f 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #1b1d1f 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #1b1d1f 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #1b1d1f 0%, transparent 50%) !important
}
.style-color-prif-bg {
    background-color: #303133
}
.btn-color-prif {
    color: #fff !important;
    background-color: #303133 !important;
    border-color: #303133 !important
}
.btn-color-prif:not(.btn-hover-nobg):hover,
btn-color-prif:active {
    color: #303133 !important;
    background-color: transparent !important;
    border-color: #303133 !important
}
.btn-color-prif.btn-outline {
    color: #303133 !important;
    background-color: transparent !important;
    border-color: #303133 !important
}
.btn-color-prif.btn-outline:not(.btn-hover-nobg):hover,
btn-color-prif.btn-outline:active {
    color: #fff !important;
    background-color: #303133 !important;
    border-color: #303133 !important
}
.text-color-prif-color {
    color: #303133 !important
}
.border-color-prif-color {
    border-color: #303133 !important
}
.tmb-overlay-gradient-top .style-color-prif-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #303133 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #303133 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #303133 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #303133 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-prif-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #303133 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #303133 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #303133 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #303133 0%, transparent 50%) !important
}
.style-color-xsdn-bg {
    background-color: #fff
}
.btn-color-xsdn {
    color: #fff !important;
    background-color: #fff !important;
    border-color: #fff !important
}
.btn-color-xsdn:not(.btn-hover-nobg):hover,
btn-color-xsdn:active {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important
}
.btn-color-xsdn.btn-outline {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important
}
.btn-color-xsdn.btn-outline:not(.btn-hover-nobg):hover,
btn-color-xsdn.btn-outline:active {
    color: #fff !important;
    background-color: #fff !important;
    border-color: #fff !important
}
.text-color-xsdn-color {
    color: #fff !important
}
.border-color-xsdn-color {
    border-color: #fff !important
}
.tmb-overlay-gradient-top .style-color-xsdn-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #fff 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #fff 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #fff 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #fff 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-xsdn-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #fff 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #fff 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #fff 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #fff 0%, transparent 50%) !important
}
.style-color-lxmt-bg {
    background-color: #f7f7f7
}
.btn-color-lxmt {
    color: #fff !important;
    background-color: #f7f7f7 !important;
    border-color: #f7f7f7 !important
}
.btn-color-lxmt:not(.btn-hover-nobg):hover,
btn-color-lxmt:active {
    color: #f7f7f7 !important;
    background-color: transparent !important;
    border-color: #f7f7f7 !important
}
.btn-color-lxmt.btn-outline {
    color: #f7f7f7 !important;
    background-color: transparent !important;
    border-color: #f7f7f7 !important
}
.btn-color-lxmt.btn-outline:not(.btn-hover-nobg):hover,
btn-color-lxmt.btn-outline:active {
    color: #fff !important;
    background-color: #f7f7f7 !important;
    border-color: #f7f7f7 !important
}
.text-color-lxmt-color {
    color: #f7f7f7 !important
}
.border-color-lxmt-color {
    border-color: #f7f7f7 !important
}
.tmb-overlay-gradient-top .style-color-lxmt-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #f7f7f7 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #f7f7f7 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-lxmt-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #f7f7f7 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #f7f7f7 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #f7f7f7 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #f7f7f7 0%, transparent 50%) !important
}
.style-color-gyho-bg {
    background-color: #eaeaea
}
.btn-color-gyho {
    color: #fff !important;
    background-color: #eaeaea !important;
    border-color: #eaeaea !important
}
.btn-color-gyho:not(.btn-hover-nobg):hover,
btn-color-gyho:active {
    color: #eaeaea !important;
    background-color: transparent !important;
    border-color: #eaeaea !important
}
.btn-color-gyho.btn-outline {
    color: #eaeaea !important;
    background-color: transparent !important;
    border-color: #eaeaea !important
}
.btn-color-gyho.btn-outline:not(.btn-hover-nobg):hover,
btn-color-gyho.btn-outline:active {
    color: #fff !important;
    background-color: #eaeaea !important;
    border-color: #eaeaea !important
}
.text-color-gyho-color {
    color: #eaeaea !important
}
.border-color-gyho-color {
    border-color: #eaeaea !important
}
.tmb-overlay-gradient-top .style-color-gyho-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #eaeaea 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #eaeaea 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #eaeaea 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #eaeaea 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-gyho-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #eaeaea 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #eaeaea 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #eaeaea 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #eaeaea 0%, transparent 50%) !important
}
.style-color-uydo-bg {
    background-color: #ddd
}
.btn-color-uydo {
    color: #fff !important;
    background-color: #ddd !important;
    border-color: #ddd !important
}
.btn-color-uydo:not(.btn-hover-nobg):hover,
btn-color-uydo:active {
    color: #ddd !important;
    background-color: transparent !important;
    border-color: #ddd !important
}
.btn-color-uydo.btn-outline {
    color: #ddd !important;
    background-color: transparent !important;
    border-color: #ddd !important
}
.btn-color-uydo.btn-outline:not(.btn-hover-nobg):hover,
btn-color-uydo.btn-outline:active {
    color: #fff !important;
    background-color: #ddd !important;
    border-color: #ddd !important
}
.text-color-uydo-color {
    color: #ddd !important
}
.border-color-uydo-color {
    border-color: #ddd !important
}
.tmb-overlay-gradient-top .style-color-uydo-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #ddd 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #ddd 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #ddd 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #ddd 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-uydo-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #ddd 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #ddd 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #ddd 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #ddd 0%, transparent 50%) !important
}
.style-color-wvjs-bg {
    background-color: #777
}
.btn-color-wvjs {
    color: #fff !important;
    background-color: #777 !important;
    border-color: #777 !important
}
.btn-color-wvjs:not(.btn-hover-nobg):hover,
btn-color-wvjs:active {
    color: #777 !important;
    background-color: transparent !important;
    border-color: #777 !important
}
.btn-color-wvjs.btn-outline {
    color: #777 !important;
    background-color: transparent !important;
    border-color: #777 !important
}
.btn-color-wvjs.btn-outline:not(.btn-hover-nobg):hover,
btn-color-wvjs.btn-outline:active {
    color: #fff !important;
    background-color: #777 !important;
    border-color: #777 !important
}
.text-color-wvjs-color {
    color: #777 !important
}
.border-color-wvjs-color {
    border-color: #777 !important
}
.tmb-overlay-gradient-top .style-color-wvjs-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #777 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #777 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #777 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #777 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-wvjs-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #777 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #777 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #777 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #777 0%, transparent 50%) !important
}
.style-color-vyce-bg {
    background-color: #0cb4ce
}
.btn-color-vyce {
    color: #fff !important;
    background-color: #0cb4ce !important;
    border-color: #0cb4ce !important
}
.btn-color-vyce:not(.btn-hover-nobg):hover,
btn-color-vyce:active {
    color: #0cb4ce !important;
    background-color: transparent !important;
    border-color: #0cb4ce !important
}
.btn-color-vyce.btn-outline {
    color: #0cb4ce !important;
    background-color: transparent !important;
    border-color: #0cb4ce !important
}
.btn-color-vyce.btn-outline:not(.btn-hover-nobg):hover,
btn-color-vyce.btn-outline:active {
    color: #fff !important;
    background-color: #0cb4ce !important;
    border-color: #0cb4ce !important
}
.text-color-vyce-color {
    color: #0cb4ce !important
}
.border-color-vyce-color {
    border-color: #0cb4ce !important
}
.tmb-overlay-gradient-top .style-color-vyce-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #0cb4ce 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #0cb4ce 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #0cb4ce 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #0cb4ce 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-vyce-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #0cb4ce 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #0cb4ce 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #0cb4ce 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #0cb4ce 0%, transparent 50%) !important
}
.style-color-160908-bg {
    background-color: #ff590a
}
.btn-color-160908 {
    color: #fff !important;
    background-color: #ff590a !important;
    border-color: #ff590a !important
}
.btn-color-160908:not(.btn-hover-nobg):hover,
btn-color-160908:active {
    color: #ff590a !important;
    background-color: transparent !important;
    border-color: #ff590a !important
}
.btn-color-160908.btn-outline {
    color: #ff590a !important;
    background-color: transparent !important;
    border-color: #ff590a !important
}
.btn-color-160908.btn-outline:not(.btn-hover-nobg):hover,
btn-color-160908.btn-outline:active {
    color: #fff !important;
    background-color: #ff590a !important;
    border-color: #ff590a !important
}
.text-color-160908-color {
    color: #ff590a !important
}
.border-color-160908-color {
    border-color: #ff590a !important
}
.tmb-overlay-gradient-top .style-color-160908-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #ff590a 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #ff590a 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #ff590a 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #ff590a 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-160908-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #ff590a 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #ff590a 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #ff590a 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #ff590a 0%, transparent 50%) !important
}
.style-color-878846-bg {
    background-color: #0cce50
}
.btn-color-878846 {
    color: #fff !important;
    background-color: #0cce50 !important;
    border-color: #0cce50 !important
}
.btn-color-878846:not(.btn-hover-nobg):hover,
btn-color-878846:active {
    color: #0cce50 !important;
    background-color: transparent !important;
    border-color: #0cce50 !important
}
.btn-color-878846.btn-outline {
    color: #0cce50 !important;
    background-color: transparent !important;
    border-color: #0cce50 !important
}
.btn-color-878846.btn-outline:not(.btn-hover-nobg):hover,
btn-color-878846.btn-outline:active {
    color: #fff !important;
    background-color: #0cce50 !important;
    border-color: #0cce50 !important
}
.text-color-878846-color {
    color: #0cce50 !important
}
.border-color-878846-color {
    border-color: #0cce50 !important
}
.tmb-overlay-gradient-top .style-color-878846-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #0cce50 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #0cce50 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #0cce50 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #0cce50 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-878846-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #0cce50 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #0cce50 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #0cce50 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #0cce50 0%, transparent 50%) !important
}
.style-color-192233-bg {
    background-color: #ffc42e
}
.btn-color-192233 {
    color: #fff !important;
    background-color: #ffc42e !important;
    border-color: #ffc42e !important
}
.btn-color-192233:not(.btn-hover-nobg):hover,
btn-color-192233:active {
    color: #ffc42e !important;
    background-color: transparent !important;
    border-color: #ffc42e !important
}
.btn-color-192233.btn-outline {
    color: #ffc42e !important;
    background-color: transparent !important;
    border-color: #ffc42e !important
}
.btn-color-192233.btn-outline:not(.btn-hover-nobg):hover,
btn-color-192233.btn-outline:active {
    color: #fff !important;
    background-color: #ffc42e !important;
    border-color: #ffc42e !important
}
.text-color-192233-color {
    color: #ffc42e !important
}
.border-color-192233-color {
    border-color: #ffc42e !important
}
.tmb-overlay-gradient-top .style-color-192233-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #ffc42e 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #ffc42e 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #ffc42e 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #ffc42e 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-color-192233-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #ffc42e 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #ffc42e 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #ffc42e 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #ffc42e 0%, transparent 50%) !important
}
.style-accent-bg {
    background-color: #0cb4ce
}
.btn-accent {
    color: #fff !important;
    background-color: #0cb4ce !important;
    border-color: #0cb4ce !important
}
.btn-accent:not(.btn-hover-nobg):hover,
btn-accent:active {
    color: #0cb4ce !important;
    background-color: transparent !important;
    border-color: #0cb4ce !important
}
.btn-accent.btn-outline {
    color: #0cb4ce !important;
    background-color: transparent !important;
    border-color: #0cb4ce !important
}
.btn-accent.btn-outline:not(.btn-hover-nobg):hover,
btn-accent.btn-outline:active {
    color: #fff !important;
    background-color: #0cb4ce !important;
    border-color: #0cb4ce !important
}
.text-accent-color {
    color: #0cb4ce !important
}
.border-accent-color {
    border-color: #0cb4ce !important
}
.tmb-overlay-gradient-top .style-accent-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(top, #0cb4ce 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(top, #0cb4ce 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(top, #0cb4ce 0%, transparent 50%) !important;
    background-image: linear-gradient(to bottom, #0cb4ce 0%, transparent 50%) !important
}
.tmb-overlay-gradient-bottom .style-accent-bg {
    background-color: transparent !important;
    background-image: -webkit-linear-gradient(bottom, #0cb4ce 0%, transparent 50%) !important;
    background-image: -moz-linear-gradient(bottom, #0cb4ce 0%, transparent 50%) !important;
    background-image: -o-linear-gradient(bottom, #0cb4ce 0%, transparent 50%) !important;
    background-image: linear-gradient(to top, #0cb4ce 0%, transparent 50%) !important
}
.style-light-bg {
    background-color: #fff
}
.style-dark-bg {
    background-color: #141618
}
.btn-white.btn-outline:hover {
    color: #333 !important
}
.font-134980 {
    font-family: "Droid Serif" !important
}
.font-175345 {
    font-family: "Dosis" !important
}
.font-202503 {
    font-family: "Playfair Display" !important
}
.font-156269 {
    font-family: "Oswald" !important
}
.font-762333 {
    font-family: "Poppins" !important
}
.font-377884 {
    font-family: "Hind" !important
}
.font-850707 {
    font-family: "TrashHand" !important
}
.font-futura {
    font-family: "futura_md_btmedium" !important   
}
.fontsize-160000 {
    font-size: 12px
}
.fontsize-40 {
    font-size: 30px
}
@media (max-width: 959px) {
    .fontsize-155944 {
        font-size: 33.333333333333px
    }
}
@media (max-width: 569px) {
    .fontsize-155944 {
        font-size: 35px
    }
}
@media (max-width: 320px) {
    .fontsize-155944 {
        font-size: 28px
    }
}
.fontsize-338686 {
    font-size: 75px
}
@media (max-width: 959px) {
    .fontsize-338686 {
        font-size: 50px
    }
}
@media (max-width: 569px) {
    .fontsize-338686 {
        font-size: 35px
    }
}
@media (max-width: 320px) {
    .fontsize-338686 {
        font-size: 28px
    }
}
.fontsize-445851 {
    font-size: 100px
}
@media (max-width: 959px) {
    .fontsize-445851 {
        font-size: 66.666666666667px
    }
}
@media (max-width: 569px) {
    .fontsize-445851 {
        font-size: 35px
    }
}
@media (max-width: 320px) {
    .fontsize-445851 {
        font-size: 28px
    }
}
.fontsize-739966 {
    font-size: 125px
}
@media (max-width: 959px) {
    .fontsize-739966 {
        font-size: 83.333333333333px
    }
}
@media (max-width: 569px) {
    .fontsize-739966 {
        font-size: 35px
    }
}
@media (max-width: 320px) {
    .fontsize-739966 {
        font-size: 28px
    }
}
.fontsize-160206 {
    font-size: 150px
}
@media (max-width: 959px) {
    .fontsize-160206 {
        font-size: 100px
    }
}
@media (max-width: 569px) {
    .fontsize-160206 {
        font-size: 35px
    }
}
@media (max-width: 320px) {
    .fontsize-160206 {
        font-size: 28px
    }
}
.fontheight-524109 {
    line-height: 1.75
}
.fontheight-357766 {
    line-height: 1.5
}
.fontheight-179065 {
    line-height: 1
}
.fontheight-161249 {
    line-height: .85
}
.fontheight-578034 {
    line-height: .5
}
.fontspace-781688 {
    letter-spacing: -0.02em
}
.fontspace-111509 {
    letter-spacing: -0.05em
}
.fontspace-210350 {
    letter-spacing: .2em
}
.fontspace-135905 {
    letter-spacing: .5em
}
.fontspace-238483 {
    letter-spacing: 1em
}
body {
    font-weight: 400;
    font-family: Hind
}
body,
.row-inner div[class*=col-lg-] {
    font-size: 14px
}
::selection {
    background: #0cb4ce;
    color: #fff !important
}
::-moz-selection {
    background: #0cb4ce;
    color: #fff !important
}
.font-ui-fixed,
.post-info,
.widget-container .widget-title,
#comments .comments-title,
#respond .comments-title,
#comments #reply-title,
#respond #reply-title,
.uncode-share h6,
.woocommerce div.product .wootabs .tab-pane:not(.tab-vcomposer) .product-tab-title,
.woocommerce #content div.product .wootabs .tab-pane:not(.tab-vcomposer) .product-tab-title,
.woocommerce #reviews .woocomments .woocomments-title,
.woocommerce .products.related .related-title,
.woocommerce #review_form #respond #reply-title {
font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 12px
}
.font-ui,
.plan .plan-title > h3,
.plan .plan-price .price,
#main-logo .text-logo,
.isotope-filters ul.menu-smart > li > span > a,
.comment-content .comment-reply-link span,
.comment-content .comment-reply-link {
font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase
}
.style-light {
    color: #777
}
.style-dark {
    color: #fff
}
hr.separator-break {
    width: 180px;
    border-top-width: 2px
}
hr.separator-break.separator-accent {
    border-color: #0cb4ce !important
}
.style-dark .link,
.style-dark.style-override .link,
.style-light .style-dark .link,
.style-dark a,
.style-dark.style-override a,
.style-light .style-dark a,
.style-dark input[type=checkbox]:checked:before,
.style-dark.style-override input[type=checkbox]:checked:before,
.style-light .style-dark input[type=checkbox]:checked:before {
    color: #fff
}
.style-light .link,
.style-light.style-override .link,
.style-dark .style-light .link,
.style-light a,
.style-light.style-override a,
.style-dark .style-light a,
.style-light input[type=checkbox]:checked:before,
.style-light.style-override input[type=checkbox]:checked:before,
.style-dark .style-light input[type=checkbox]:checked:before {
    color: #303133
}
.style-dark .link-hover,
.style-dark.style-override .link-hover,
.style-light .style-dark .link-hover,
.style-dark a:hover,
.style-dark.style-override a:hover,
.style-light .style-dark a:hover,
.style-dark a.active,
.style-dark.style-override a.active,
.style-light .style-dark a.active,
.style-dark .tmb .t-entry-text .t-entry-title a:hover,
.style-dark.style-override .tmb .t-entry-text .t-entry-title a:hover,
.style-light .style-dark .tmb .t-entry-text .t-entry-title a:hover,
.style-dark .tmb .t-entry p.t-entry-comments .extras a:hover i,
.style-dark.style-override .tmb .t-entry p.t-entry-comments .extras a:hover i,
.style-light .style-dark .tmb .t-entry p.t-entry-comments .extras a:hover i,
.style-dark .tmb .t-entry p.t-entry-comments .extras a.active i,
.style-dark.style-override .tmb .t-entry p.t-entry-comments .extras a.active i,
.style-light .style-dark .tmb .t-entry p.t-entry-comments .extras a.active i,
.style-dark div[class*=sharer-].share-button label:hover,
.style-dark.style-override div[class*=sharer-].share-button label:hover,
.style-light .style-dark div[class*=sharer-].share-button label:hover {
    color: #0cb4ce
}
.style-light .link-hover,
.style-light.style-override .link-hover,
.style-dark .style-light .link-hover,
.style-light a:hover,
.style-light.style-override a:hover,
.style-dark .style-light a:hover,
.style-light a.active,
.style-light.style-override a.active,
.style-dark .style-light a.active,
.style-light .tmb .t-entry-text .t-entry-title a:hover,
.style-light.style-override .tmb .t-entry-text .t-entry-title a:hover,
.style-dark .style-light .tmb .t-entry-text .t-entry-title a:hover,
.style-light .tmb .t-entry p.t-entry-comments .extras a:hover i,
.style-light.style-override .tmb .t-entry p.t-entry-comments .extras a:hover i,
.style-dark .style-light .tmb .t-entry p.t-entry-comments .extras a:hover i,
.style-light .tmb .t-entry p.t-entry-comments .extras a.active i,
.style-light.style-override .tmb .t-entry p.t-entry-comments .extras a.active i,
.style-dark .style-light .tmb .t-entry p.t-entry-comments .extras a.active i,
.style-light div[class*=sharer-].share-button label:hover,
.style-light.style-override div[class*=sharer-].share-button label:hover,
.style-dark .style-light div[class*=sharer-].share-button label:hover {
    color: #0cb4ce
}
.style-dark .link-bg,
.style-dark.style-override .link-bg,
.style-light .style-dark .link-bg,
.style-dark input[type=radio]:checked:before,
.style-dark.style-override input[type=radio]:checked:before,
.style-light .style-dark input[type=radio]:checked:before {
    background-color: #0cb4ce
}
.style-light .link-bg,
.style-light.style-override .link-bg,
.style-dark .style-light .link-bg,
.style-light input[type=radio]:checked:before,
.style-light.style-override input[type=radio]:checked:before,
.style-dark .style-light input[type=radio]:checked:before {
    background-color: #0cb4ce
}
.style-dark .text-default-color,
.style-light .style-dark .text-default-color {
    color: #fff
}
.style-light .text-default-color,
.style-dark .style-light .text-default-color {
    color: #303133
}
.color-accent-border,
blockquote {
    border-color: #0cb4ce
}
.color-accent-background,
mark,
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.woocommerce span.onsale,
.widget_price_filter .ui-slider .ui-slider-range,
.uncode-cart .badge {
    background-color: #0cb4ce
}
.color-accent-color,
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 span.wpcf7-not-valid-tip,
.nav-tabs > li.active > a,
.panel-title.active > a,
.panel-title.active > a span:after,
.plan-accent.plan .plan-title > h3,
.plan-accent.plan .plan-price .price {
    color: #0cb4ce !important
}
.headings-style,
h1,
h2,
h3,
h4,
h5,
h6,
.tmb .t-entry .t-entry-cat,
.tmb .t-entry .t-entry-title,
.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a,
.author-details-data .author-heading span,
.vc_progress_bar .vc_progress_label,
.vc_pie_chart .vc_pie_chart_value,
.woocommerce div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce div.product form.cart .group_table .price,
.woocommerce #content div.product form.cart .group_table .price,
.woocommerce div.product form.cart .group_table .price *,
.woocommerce #content div.product form.cart .group_table .price *,
span.price,
p.price,
p .thank-you {
    font-weight: 600;
    font-family: Hind
}
.style-dark .headings-color,
.style-light .style-dark .headings-color,
.style-dark h1,
.style-light .style-dark h1,
.style-dark h2,
.style-light .style-dark h2,
.style-dark h3,
.style-light .style-dark h3,
.style-dark h4,
.style-light .style-dark h4,
.style-dark h5,
.style-light .style-dark h5,
.style-dark h6,
.style-light .style-dark h6,
.style-dark p b,
.style-light .style-dark p b,
.style-dark p strong,
.style-light .style-dark p strong,
.style-dark dl dt,
.style-light .style-dark dl dt,
.style-dark blockquote p,
.style-light .style-dark blockquote p,
.style-dark table thead,
.style-light .style-dark table thead,
.style-dark form p,
.style-light .style-dark form p,
.style-dark .panel-title > a span:after,
.style-light .style-dark .panel-title > a span:after,
.style-dark .plan .plan-price .price,
.style-light .style-dark .plan .plan-price .price,
.style-dark .detail-label,
.style-light .style-dark .detail-label,
.style-dark .countdown,
.style-light .style-dark .countdown,
.style-dark .counter,
.style-light .style-dark .counter,
.style-dark .counter-suffix,
.style-light .style-dark .counter-suffix,
.style-dark .counter-prefix,
.style-light .style-dark .counter-prefix,
.style-dark .header-wrapper .header-scrolldown i,
.style-light .style-dark .header-wrapper .header-scrolldown i,
.style-dark .header-wrapper .header-content-inner blockquote.pullquote p:first-child,
.style-light .style-dark .header-wrapper .header-content-inner blockquote.pullquote p:first-child,
.style-dark .header-main-container .post-info,
.style-light .style-dark .header-main-container .post-info,
.style-dark .header-main-container .post-info a,
.style-light .style-dark .header-main-container .post-info a,
.style-dark .widget-container.widget_recent_comments li:before,
.style-light .style-dark .widget-container.widget_recent_comments li:before,
.style-dark .widget-container.widget_recent_entries li:before,
.style-light .style-dark .widget-container.widget_recent_entries li:before,
.style-dark .widget-container.widget_pages li:before,
.style-light .style-dark .widget-container.widget_pages li:before,
.style-dark .widget-container.widget_top_rated_products li:before,
.style-light .style-dark .widget-container.widget_top_rated_products li:before,
.style-dark .widget-container.widget_recent_reviews li:before,
.style-light .style-dark .widget-container.widget_recent_reviews li:before,
.style-dark .widget-container.widget_latest_tweets_widget .tweet-text:before,
.style-light .style-dark .widget-container.widget_latest_tweets_widget .tweet-text:before,
.style-dark .widget-container.widget_latest_tweets .tweet-text:before,
.style-light .style-dark .widget-container.widget_latest_tweets .tweet-text:before,
.style-dark .comment-content .comment-author a,
.style-light .style-dark .comment-content .comment-author a,
.style-dark .author-details-data .author-name a,
.style-light .style-dark .author-details-data .author-name a,
.style-dark div[class*=sharer-].share-button label,
.style-light .style-dark div[class*=sharer-].share-button label,
.style-dark .share-button.share-inline .social.top li,
.style-light .style-dark .share-button.share-inline .social.top li,
.style-dark .vc_progress_bar .vc_progress_label,
.style-light .style-dark .vc_progress_bar .vc_progress_label,
.style-dark .vc_pie_chart .vc_pie_chart_value,
.style-light .style-dark .vc_pie_chart .vc_pie_chart_value,
.style-dark .woocommerce nav.woocommerce-pagination ul li a,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li a,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li a,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li a,
.style-dark .woocommerce nav.woocommerce-pagination ul li span,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li span,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li span,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li span,
.style-dark .woocommerce table.cart a.remove,
.style-light .style-dark .woocommerce table.cart a.remove,
.style-dark .woocommerce #content table.cart a.remove,
.style-light .style-dark .woocommerce #content table.cart a.remove,
.style-dark .woocommerce ul.cart_list li .amount,
.style-light .style-dark .woocommerce ul.cart_list li .amount,
.style-dark .woocommerce ul.product_list_widget li .amount,
.style-light .style-dark .woocommerce ul.product_list_widget li .amount,
.style-dark .woocommerce ul.cart_list li a,
.style-light .style-dark .woocommerce ul.cart_list li a,
.style-dark .woocommerce ul.product_list_widget li a,
.style-light .style-dark .woocommerce ul.product_list_widget li a,
.style-dark .woocommerce ul.cart_list li .h2,
.style-light .style-dark .woocommerce ul.cart_list li .h2,
.style-dark .woocommerce ul.product_list_widget li .h2,
.style-light .style-dark .woocommerce ul.product_list_widget li .h2,
.style-dark .woocommerce.widget_shopping_cart .total,
.style-light .style-dark .woocommerce.widget_shopping_cart .total,
.style-dark .woocommerce .widget_shopping_cart .total,
.style-light .style-dark .woocommerce .widget_shopping_cart .total,
.style-dark .woocommerce .cart-collaterals .cart_totals table th,
.style-light .style-dark .woocommerce .cart-collaterals .cart_totals table th,
.style-dark .woocommerce .cart-collaterals .cart_totals .order-total .amount,
.style-light .style-dark .woocommerce .cart-collaterals .cart_totals .order-total .amount,
.style-dark .woocommerce .order_details li strong,
.style-light .style-dark .woocommerce .order_details li strong,
.style-dark .star-rating,
.style-light .style-dark .star-rating,
.style-dark span.price,
.style-light .style-dark span.price,
.style-dark p.price,
.style-light .style-dark p.price,
.style-dark table.shop_attributes th,
.style-light .style-dark table.shop_attributes th,
.style-dark td.product-name a,
.style-light .style-dark td.product-name a,
.style-dark p .thank-you,
.style-light .style-dark p .thank-you,
.style-dark .form-row label,
.style-light .style-dark .form-row label,
.style-dark .row-message,
.style-light .style-dark .row-message,
.style-dark .order-details tfoot tr:last-child,
.style-light .style-dark .order-details tfoot tr:last-child,
.style-dark #order_review tfoot tr:last-child,
.style-light .style-dark #order_review tfoot tr:last-child,
.style-dark table.variations label,
.style-light .style-dark table.variations label {
    color: #fff
}
.style-light .headings-color,
.style-dark .style-light .headings-color,
.style-light h1,
.style-dark .style-light h1,
.style-light h2,
.style-dark .style-light h2,
.style-light h3,
.style-dark .style-light h3,
.style-light h4,
.style-dark .style-light h4,
.style-light h5,
.style-dark .style-light h5,
.style-light h6,
.style-dark .style-light h6,
.style-light p b,
.style-dark .style-light p b,
.style-light p strong,
.style-dark .style-light p strong,
.style-light dl dt,
.style-dark .style-light dl dt,
.style-light blockquote p,
.style-dark .style-light blockquote p,
.style-light table thead,
.style-dark .style-light table thead,
.style-light form p,
.style-dark .style-light form p,
.style-light .panel-title > a span:after,
.style-dark .style-light .panel-title > a span:after,
.style-light .plan .plan-price .price,
.style-dark .style-light .plan .plan-price .price,
.style-light .detail-label,
.style-dark .style-light .detail-label,
.style-light .countdown,
.style-dark .style-light .countdown,
.style-light .counter,
.style-dark .style-light .counter,
.style-light .counter-suffix,
.style-dark .style-light .counter-suffix,
.style-light .counter-prefix,
.style-dark .style-light .counter-prefix,
.style-light .header-wrapper .header-scrolldown i,
.style-dark .style-light .header-wrapper .header-scrolldown i,
.style-light .header-wrapper .header-content-inner blockquote.pullquote p:first-child,
.style-dark .style-light .header-wrapper .header-content-inner blockquote.pullquote p:first-child,
.style-light .header-main-container .post-info,
.style-dark .style-light .header-main-container .post-info,
.style-light .header-main-container .post-info a,
.style-dark .style-light .header-main-container .post-info a,
.style-light .widget-container.widget_recent_comments li:before,
.style-dark .style-light .widget-container.widget_recent_comments li:before,
.style-light .widget-container.widget_recent_entries li:before,
.style-dark .style-light .widget-container.widget_recent_entries li:before,
.style-light .widget-container.widget_pages li:before,
.style-dark .style-light .widget-container.widget_pages li:before,
.style-light .widget-container.widget_top_rated_products li:before,
.style-dark .style-light .widget-container.widget_top_rated_products li:before,
.style-light .widget-container.widget_recent_reviews li:before,
.style-dark .style-light .widget-container.widget_recent_reviews li:before,
.style-light .widget-container.widget_latest_tweets_widget .tweet-text:before,
.style-dark .style-light .widget-container.widget_latest_tweets_widget .tweet-text:before,
.style-light .widget-container.widget_latest_tweets .tweet-text:before,
.style-dark .style-light .widget-container.widget_latest_tweets .tweet-text:before,
.style-light .comment-content .comment-author a,
.style-dark .style-light .comment-content .comment-author a,
.style-light .author-details-data .author-name a,
.style-dark .style-light .author-details-data .author-name a,
.style-light div[class*=sharer-].share-button label,
.style-dark .style-light div[class*=sharer-].share-button label,
.style-light .share-button.share-inline .social.top li,
.style-dark .style-light .share-button.share-inline .social.top li,
.style-light .vc_progress_bar .vc_progress_label,
.style-dark .style-light .vc_progress_bar .vc_progress_label,
.style-light .vc_pie_chart .vc_pie_chart_value,
.style-dark .style-light .vc_pie_chart .vc_pie_chart_value,
.style-light .woocommerce nav.woocommerce-pagination ul li a,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li a,
.style-light .woocommerce #content nav.woocommerce-pagination ul li a,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li a,
.style-light .woocommerce nav.woocommerce-pagination ul li span,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li span,
.style-light .woocommerce #content nav.woocommerce-pagination ul li span,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li span,
.style-light .woocommerce table.cart a.remove,
.style-dark .style-light .woocommerce table.cart a.remove,
.style-light .woocommerce #content table.cart a.remove,
.style-dark .style-light .woocommerce #content table.cart a.remove,
.style-light .woocommerce ul.cart_list li .amount,
.style-dark .style-light .woocommerce ul.cart_list li .amount,
.style-light .woocommerce ul.product_list_widget li .amount,
.style-dark .style-light .woocommerce ul.product_list_widget li .amount,
.style-light .woocommerce ul.cart_list li a,
.style-dark .style-light .woocommerce ul.cart_list li a,
.style-light .woocommerce ul.product_list_widget li a,
.style-dark .style-light .woocommerce ul.product_list_widget li a,
.style-light .woocommerce ul.cart_list li .h2,
.style-dark .style-light .woocommerce ul.cart_list li .h2,
.style-light .woocommerce ul.product_list_widget li .h2,
.style-dark .style-light .woocommerce ul.product_list_widget li .h2,
.style-light .woocommerce.widget_shopping_cart .total,
.style-dark .style-light .woocommerce.widget_shopping_cart .total,
.style-light .woocommerce .widget_shopping_cart .total,
.style-dark .style-light .woocommerce .widget_shopping_cart .total,
.style-light .woocommerce .cart-collaterals .cart_totals table th,
.style-dark .style-light .woocommerce .cart-collaterals .cart_totals table th,
.style-light .woocommerce .cart-collaterals .cart_totals .order-total .amount,
.style-dark .style-light .woocommerce .cart-collaterals .cart_totals .order-total .amount,
.style-light .woocommerce .order_details li strong,
.style-dark .style-light .woocommerce .order_details li strong,
.style-light .star-rating,
.style-dark .style-light .star-rating,
.style-light span.price,
.style-dark .style-light span.price,
.style-light p.price,
.style-dark .style-light p.price,
.style-light table.shop_attributes th,
.style-dark .style-light table.shop_attributes th,
.style-light td.product-name a,
.style-dark .style-light td.product-name a,
.style-light p .thank-you,
.style-dark .style-light p .thank-you,
.style-light .form-row label,
.style-dark .style-light .form-row label,
.style-light .row-message,
.style-dark .style-light .row-message,
.style-light .order-details tfoot tr:last-child,
.style-dark .style-light .order-details tfoot tr:last-child,
.style-light #order_review tfoot tr:last-child,
.style-dark .style-light #order_review tfoot tr:last-child,
.style-light table.variations label,
.style-dark .style-light table.variations label {
    color: #303133
}
.buttons-style,
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"],
.btn,
.btn-link,
.nav-tabs,
.panel-title > a span,
.wc-forward,
.wc-forward a {
    font-weight: 600 !important;
    font-family: Poppins !important;
    letter-spacing: 0.1em;
    text-transform: uppercase
}
.buttons-weight,
.woocommerce span.onsale,
.woocommerce .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.uncode-cart .btn {
    font-weight: 600 !important
}
.serif-family,
.post-content .post-media blockquote.pullquote p:first-child,
.tmb-entry-title-serif.tmb .t-entry .t-entry-title,
.isotope-system .isotope-container .tmb .regular-text .pullquote p:first-child,
.isotope-system .isotope-container .tmb .fluid-object.tweet .twitter-footer span {
    font-family: Georgia, "Times New Roman", Times, serif
}
.ui-br-w,
input:focus,
textarea:focus,
select:focus,
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"],
.select2-container .select2-choice {
    border-width: 1px
}
.style-dark .ui-br,
.style-dark.style-override .ui-br,
.style-light .style-dark .ui-br,
.style-dark hr,
.style-dark.style-override hr,
.style-light .style-dark hr,
.style-dark pre,
.style-dark.style-override pre,
.style-light .style-dark pre,
.style-dark table,
.style-dark.style-override table,
.style-light .style-dark table,
.style-dark table td,
.style-dark.style-override table td,
.style-light .style-dark table td,
.style-dark table th,
.style-dark.style-override table th,
.style-light .style-dark table th,
.style-dark input,
.style-dark.style-override input,
.style-light .style-dark input,
.style-dark textarea,
.style-dark.style-override textarea,
.style-light .style-dark textarea,
.style-dark select,
.style-dark.style-override select,
.style-light .style-dark select,
.style-dark .seldiv,
.style-dark.style-override .seldiv,
.style-light .style-dark .seldiv,
.style-dark .select2-choice,
.style-dark.style-override .select2-choice,
.style-light .style-dark .select2-choice,
.style-dark .seldiv:before,
.style-dark.style-override .seldiv:before,
.style-light .style-dark .seldiv:before,
.style-dark .nav-tabs,
.style-dark.style-override .nav-tabs,
.style-light .style-dark .nav-tabs,
.style-dark .nav-tabs > li.active > a,
.style-dark.style-override .nav-tabs > li.active > a,
.style-light .style-dark .nav-tabs > li.active > a,
.style-dark .vertical-tab-menu .nav-tabs,
.style-dark.style-override .vertical-tab-menu .nav-tabs,
.style-light .style-dark .vertical-tab-menu .nav-tabs,
.style-dark .tab-content.vertical,
.style-dark.style-override .tab-content.vertical,
.style-light .style-dark .tab-content.vertical,
.style-dark .panel,
.style-dark.style-override .panel,
.style-light .style-dark .panel,
.style-dark .panel-group .panel-heading + .panel-collapse .panel-body,
.style-dark.style-override .panel-group .panel-heading + .panel-collapse .panel-body,
.style-light .style-dark .panel-group .panel-heading + .panel-collapse .panel-body,
.style-dark .divider:before,
.style-dark.style-override .divider:before,
.style-light .style-dark .divider:before,
.style-dark .divider:after,
.style-dark.style-override .divider:after,
.style-light .style-dark .divider:after,
.style-dark .plan,
.style-dark.style-override .plan,
.style-light .style-dark .plan,
.style-dark .plan .plan-title,
.style-dark.style-override .plan .plan-title,
.style-light .style-dark .plan .plan-title,
.style-dark .plan .item-list > li,
.style-dark.style-override .plan .item-list > li,
.style-light .style-dark .plan .item-list > li,
.style-dark .plan .plan-button,
.style-dark.style-override .plan .plan-button,
.style-light .style-dark .plan .plan-button,
.style-dark .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced) > *,
.style-dark.style-override .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced) > *,
.style-light .style-dark .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced) > *,
.style-dark .post-share,
.style-dark.style-override .post-share,
.style-light .style-dark .post-share,
.style-dark .widget-container .widget-title,
.style-dark.style-override .widget-container .widget-title,
.style-light .style-dark .widget-container .widget-title,
.style-dark .widget-container .tagcloud a,
.style-dark.style-override .widget-container .tagcloud a,
.style-light .style-dark .widget-container .tagcloud a,
.style-dark #comments .comment-list .comments-list:first-child,
.style-dark.style-override #comments .comment-list .comments-list:first-child,
.style-light .style-dark #comments .comment-list .comments-list:first-child,
.style-dark #respond .comment-list .comments-list:first-child,
.style-dark.style-override #respond .comment-list .comments-list:first-child,
.style-light .style-dark #respond .comment-list .comments-list:first-child,
.style-dark #comments .comments-list .comment-content,
.style-dark.style-override #comments .comments-list .comment-content,
.style-light .style-dark #comments .comments-list .comment-content,
.style-dark #respond .comments-list .comment-content,
.style-dark.style-override #respond .comments-list .comment-content,
.style-light .style-dark #respond .comments-list .comment-content,
.style-dark .author-details,
.style-dark.style-override .author-details,
.style-light .style-dark .author-details,
.style-dark .woocommerce .woocommerce-breadcrumb,
.style-dark.style-override .woocommerce .woocommerce-breadcrumb,
.style-light .style-dark .woocommerce .woocommerce-breadcrumb,
.style-dark .woocommerce nav.woocommerce-pagination,
.style-dark.style-override .woocommerce nav.woocommerce-pagination,
.style-light .style-dark .woocommerce nav.woocommerce-pagination,
.style-dark .woocommerce #content nav.woocommerce-pagination,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination,
.style-dark .woocommerce nav.woocommerce-pagination ul li span.current,
.style-dark.style-override .woocommerce nav.woocommerce-pagination ul li span.current,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li span.current,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-dark .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-dark.style-override .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-dark .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-dark.style-override .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-dark .woocommerce #reviews #review_form_wrapper,
.style-dark.style-override .woocommerce #reviews #review_form_wrapper,
.style-light .style-dark .woocommerce #reviews #review_form_wrapper,
.style-dark .woocommerce ul.cart_list li,
.style-dark.style-override .woocommerce ul.cart_list li,
.style-light .style-dark .woocommerce ul.cart_list li,
.style-dark .woocommerce ul.product_list_widget li,
.style-dark.style-override .woocommerce ul.product_list_widget li,
.style-light .style-dark .woocommerce ul.product_list_widget li,
.style-dark .woocommerce.widget_shopping_cart .total,
.style-dark.style-override .woocommerce.widget_shopping_cart .total,
.style-light .style-dark .woocommerce.widget_shopping_cart .total,
.style-dark .woocommerce .widget_shopping_cart .total,
.style-dark.style-override .woocommerce .widget_shopping_cart .total,
.style-light .style-dark .woocommerce .widget_shopping_cart .total,
.style-dark .woocommerce.widget_shopping_cart .buttons,
.style-dark.style-override .woocommerce.widget_shopping_cart .buttons,
.style-light .style-dark .woocommerce.widget_shopping_cart .buttons,
.style-dark .woocommerce .widget_shopping_cart .buttons,
.style-dark.style-override .woocommerce .widget_shopping_cart .buttons,
.style-light .style-dark .woocommerce .widget_shopping_cart .buttons,
.style-dark .woocommerce .cart-collaterals .cart_totals tr td,
.style-dark.style-override .woocommerce .cart-collaterals .cart_totals tr td,
.style-light .style-dark .woocommerce .cart-collaterals .cart_totals tr td,
.style-dark .woocommerce .cart-collaterals .cart_totals tr th,
.style-dark.style-override .woocommerce .cart-collaterals .cart_totals tr th,
.style-light .style-dark .woocommerce .cart-collaterals .cart_totals tr th,
.style-dark .woocommerce form.login,
.style-dark.style-override .woocommerce form.login,
.style-light .style-dark .woocommerce form.login,
.style-dark .woocommerce form.checkout_coupon,
.style-dark.style-override .woocommerce form.checkout_coupon,
.style-light .style-dark .woocommerce form.checkout_coupon,
.style-dark .woocommerce form.register,
.style-dark.style-override .woocommerce form.register,
.style-light .style-dark .woocommerce form.register,
.style-dark .woocommerce #payment,
.style-dark.style-override .woocommerce #payment,
.style-light .style-dark .woocommerce #payment,
.style-dark .woocommerce #payment ul.payment_methods,
.style-dark.style-override .woocommerce #payment ul.payment_methods,
.style-light .style-dark .woocommerce #payment ul.payment_methods,
.style-dark .woocommerce .order_details li,
.style-dark.style-override .woocommerce .order_details li,
.style-light .style-dark .woocommerce .order_details li,
.style-dark .woocommerce .addresses,
.style-dark.style-override .woocommerce .addresses,
.style-light .style-dark .woocommerce .addresses,
.style-dark .wootabs .tab-content,
.style-dark.style-override .wootabs .tab-content,
.style-light .style-dark .wootabs .tab-content,
.style-dark .myaccount-cont,
.style-dark.style-override .myaccount-cont,
.style-light .style-dark .myaccount-cont,
.style-dark .price_slider_wrapper .ui-widget-content,
.style-dark.style-override .price_slider_wrapper .ui-widget-content,
.style-light .style-dark .price_slider_wrapper .ui-widget-content,
.style-dark .widget_price_filter .ui-slider .ui-slider-handle,
.style-dark.style-override .widget_price_filter .ui-slider .ui-slider-handle,
.style-light .style-dark .widget_price_filter .ui-slider .ui-slider-handle,
.style-dark .row-related,
.style-dark.style-override .row-related,
.style-light .style-dark .row-related,
.style-dark form.woocommerce-shipping-calculator button,
.style-dark.style-override form.woocommerce-shipping-calculator button,
.style-light .style-dark form.woocommerce-shipping-calculator button,
.style-dark form.cart button,
.style-dark.style-override form.cart button,
.style-light .style-dark form.cart button {
    border-color: rgba(255, 255, 255, 0.25)
}
.style-light .ui-br,
.style-light.style-override .ui-br,
.style-dark .style-light .ui-br,
.style-light hr,
.style-light.style-override hr,
.style-dark .style-light hr,
.style-light pre,
.style-light.style-override pre,
.style-dark .style-light pre,
.style-light table,
.style-light.style-override table,
.style-dark .style-light table,
.style-light table td,
.style-light.style-override table td,
.style-dark .style-light table td,
.style-light table th,
.style-light.style-override table th,
.style-dark .style-light table th,
.style-light input,
.style-light.style-override input,
.style-dark .style-light input,
.style-light textarea,
.style-light.style-override textarea,
.style-dark .style-light textarea,
.style-light select,
.style-light.style-override select,
.style-dark .style-light select,
.style-light .seldiv,
.style-light.style-override .seldiv,
.style-dark .style-light .seldiv,
.style-light .select2-choice,
.style-light.style-override .select2-choice,
.style-dark .style-light .select2-choice,
.style-light .seldiv:before,
.style-light.style-override .seldiv:before,
.style-dark .style-light .seldiv:before,
.style-light .nav-tabs,
.style-light.style-override .nav-tabs,
.style-dark .style-light .nav-tabs,
.style-light .nav-tabs > li.active > a,
.style-light.style-override .nav-tabs > li.active > a,
.style-dark .style-light .nav-tabs > li.active > a,
.style-light .vertical-tab-menu .nav-tabs,
.style-light.style-override .vertical-tab-menu .nav-tabs,
.style-dark .style-light .vertical-tab-menu .nav-tabs,
.style-light .tab-content.vertical,
.style-light.style-override .tab-content.vertical,
.style-dark .style-light .tab-content.vertical,
.style-light .panel,
.style-light.style-override .panel,
.style-dark .style-light .panel,
.style-light .panel-group .panel-heading + .panel-collapse .panel-body,
.style-light.style-override .panel-group .panel-heading + .panel-collapse .panel-body,
.style-dark .style-light .panel-group .panel-heading + .panel-collapse .panel-body,
.style-light .divider:before,
.style-light.style-override .divider:before,
.style-dark .style-light .divider:before,
.style-light .divider:after,
.style-light.style-override .divider:after,
.style-dark .style-light .divider:after,
.style-light .plan,
.style-light.style-override .plan,
.style-dark .style-light .plan,
.style-light .plan .plan-title,
.style-light.style-override .plan .plan-title,
.style-dark .style-light .plan .plan-title,
.style-light .plan .item-list > li,
.style-light.style-override .plan .item-list > li,
.style-dark .style-light .plan .item-list > li,
.style-light .plan .plan-button,
.style-light.style-override .plan .plan-button,
.style-dark .style-light .plan .plan-button,
.style-light .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced) > *,
.style-light.style-override .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced) > *,
.style-dark .style-light .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced) > *,
.style-light .post-share,
.style-light.style-override .post-share,
.style-dark .style-light .post-share,
.style-light .widget-container .widget-title,
.style-light.style-override .widget-container .widget-title,
.style-dark .style-light .widget-container .widget-title,
.style-light .widget-container .tagcloud a,
.style-light.style-override .widget-container .tagcloud a,
.style-dark .style-light .widget-container .tagcloud a,
.style-light #comments .comment-list .comments-list:first-child,
.style-light.style-override #comments .comment-list .comments-list:first-child,
.style-dark .style-light #comments .comment-list .comments-list:first-child,
.style-light #respond .comment-list .comments-list:first-child,
.style-light.style-override #respond .comment-list .comments-list:first-child,
.style-dark .style-light #respond .comment-list .comments-list:first-child,
.style-light #comments .comments-list .comment-content,
.style-light.style-override #comments .comments-list .comment-content,
.style-dark .style-light #comments .comments-list .comment-content,
.style-light #respond .comments-list .comment-content,
.style-light.style-override #respond .comments-list .comment-content,
.style-dark .style-light #respond .comments-list .comment-content,
.style-light .author-details,
.style-light.style-override .author-details,
.style-dark .style-light .author-details,
.style-light .woocommerce .woocommerce-breadcrumb,
.style-light.style-override .woocommerce .woocommerce-breadcrumb,
.style-dark .style-light .woocommerce .woocommerce-breadcrumb,
.style-light .woocommerce nav.woocommerce-pagination,
.style-light.style-override .woocommerce nav.woocommerce-pagination,
.style-dark .style-light .woocommerce nav.woocommerce-pagination,
.style-light .woocommerce #content nav.woocommerce-pagination,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination,
.style-light .woocommerce nav.woocommerce-pagination ul li span.current,
.style-light.style-override .woocommerce nav.woocommerce-pagination ul li span.current,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li span.current,
.style-light .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-light .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-light.style-override .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-light .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-light .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-light.style-override .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-light .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-light .woocommerce #reviews #review_form_wrapper,
.style-light.style-override .woocommerce #reviews #review_form_wrapper,
.style-dark .style-light .woocommerce #reviews #review_form_wrapper,
.style-light .woocommerce ul.cart_list li,
.style-light.style-override .woocommerce ul.cart_list li,
.style-dark .style-light .woocommerce ul.cart_list li,
.style-light .woocommerce ul.product_list_widget li,
.style-light.style-override .woocommerce ul.product_list_widget li,
.style-dark .style-light .woocommerce ul.product_list_widget li,
.style-light .woocommerce.widget_shopping_cart .total,
.style-light.style-override .woocommerce.widget_shopping_cart .total,
.style-dark .style-light .woocommerce.widget_shopping_cart .total,
.style-light .woocommerce .widget_shopping_cart .total,
.style-light.style-override .woocommerce .widget_shopping_cart .total,
.style-dark .style-light .woocommerce .widget_shopping_cart .total,
.style-light .woocommerce.widget_shopping_cart .buttons,
.style-light.style-override .woocommerce.widget_shopping_cart .buttons,
.style-dark .style-light .woocommerce.widget_shopping_cart .buttons,
.style-light .woocommerce .widget_shopping_cart .buttons,
.style-light.style-override .woocommerce .widget_shopping_cart .buttons,
.style-dark .style-light .woocommerce .widget_shopping_cart .buttons,
.style-light .woocommerce .cart-collaterals .cart_totals tr td,
.style-light.style-override .woocommerce .cart-collaterals .cart_totals tr td,
.style-dark .style-light .woocommerce .cart-collaterals .cart_totals tr td,
.style-light .woocommerce .cart-collaterals .cart_totals tr th,
.style-light.style-override .woocommerce .cart-collaterals .cart_totals tr th,
.style-dark .style-light .woocommerce .cart-collaterals .cart_totals tr th,
.style-light .woocommerce form.login,
.style-light.style-override .woocommerce form.login,
.style-dark .style-light .woocommerce form.login,
.style-light .woocommerce form.checkout_coupon,
.style-light.style-override .woocommerce form.checkout_coupon,
.style-dark .style-light .woocommerce form.checkout_coupon,
.style-light .woocommerce form.register,
.style-light.style-override .woocommerce form.register,
.style-dark .style-light .woocommerce form.register,
.style-light .woocommerce #payment,
.style-light.style-override .woocommerce #payment,
.style-dark .style-light .woocommerce #payment,
.style-light .woocommerce #payment ul.payment_methods,
.style-light.style-override .woocommerce #payment ul.payment_methods,
.style-dark .style-light .woocommerce #payment ul.payment_methods,
.style-light .woocommerce .order_details li,
.style-light.style-override .woocommerce .order_details li,
.style-dark .style-light .woocommerce .order_details li,
.style-light .woocommerce .addresses,
.style-light.style-override .woocommerce .addresses,
.style-dark .style-light .woocommerce .addresses,
.style-light .wootabs .tab-content,
.style-light.style-override .wootabs .tab-content,
.style-dark .style-light .wootabs .tab-content,
.style-light .myaccount-cont,
.style-light.style-override .myaccount-cont,
.style-dark .style-light .myaccount-cont,
.style-light .price_slider_wrapper .ui-widget-content,
.style-light.style-override .price_slider_wrapper .ui-widget-content,
.style-dark .style-light .price_slider_wrapper .ui-widget-content,
.style-light .widget_price_filter .ui-slider .ui-slider-handle,
.style-light.style-override .widget_price_filter .ui-slider .ui-slider-handle,
.style-dark .style-light .widget_price_filter .ui-slider .ui-slider-handle,
.style-light .row-related,
.style-light.style-override .row-related,
.style-dark .style-light .row-related,
.style-light form.woocommerce-shipping-calculator button,
.style-light.style-override form.woocommerce-shipping-calculator button,
.style-dark .style-light form.woocommerce-shipping-calculator button,
.style-light form.cart button,
.style-light.style-override form.cart button,
.style-dark .style-light form.cart button {
    border-color: #eaeaea
}
.ui-br-accent,
.nav-tabs>li.active>a,
.tabs-left>li.active>a {
    border-color: #0cb4ce !important
}
.style-dark .ui-br-break,
.style-dark.style-override .ui-br-break,
.style-light .style-dark .ui-br-break,
.style-dark hr.separator-break,
.style-dark.style-override hr.separator-break,
.style-light .style-dark hr.separator-break {
    border-color: #fff
}
.style-light .ui-br-break,
.style-light.style-override .ui-br-break,
.style-dark .style-light .ui-br-break,
.style-light hr.separator-break,
.style-light.style-override hr.separator-break,
.style-dark .style-light hr.separator-break {
    border-color: #eaeaea
}
.style-dark .ui-br-headings,
.style-dark.style-override .ui-br-headings,
.style-light .style-dark .ui-br-headings,
.style-dark .header-content hr,
.style-dark.style-override .header-content hr,
.style-light .style-dark .header-content hr {
    border-color: #fff
}
.style-light .ui-br-headings,
.style-light.style-override .ui-br-headings,
.style-dark .style-light .ui-br-headings,
.style-light .header-content hr,
.style-light.style-override .header-content hr,
.style-dark .style-light .header-content hr {
    border-color: #303133
}
.style-dark .ui-bg,
.style-dark.style-override .ui-bg,
.style-light .style-dark .ui-bg,
.style-dark code,
.style-dark.style-override code,
.style-light .style-dark code,
.style-dark kbd,
.style-dark.style-override kbd,
.style-light .style-dark kbd,
.style-dark pre,
.style-dark.style-override pre,
.style-light .style-dark pre,
.style-dark samp,
.style-dark.style-override samp,
.style-light .style-dark samp,
.style-dark input[type="submit"],
.style-dark.style-override input[type="submit"],
.style-light .style-dark input[type="submit"],
.style-dark input[type="reset"],
.style-dark.style-override input[type="reset"],
.style-light .style-dark input[type="reset"],
.style-dark input[type="button"],
.style-dark.style-override input[type="button"],
.style-light .style-dark input[type="button"],
.style-dark button[type="submit"],
.style-dark.style-override button[type="submit"],
.style-light .style-dark button[type="submit"],
.style-dark .divider .divider-icon,
.style-dark.style-override .divider .divider-icon,
.style-light .style-dark .divider .divider-icon,
.style-dark .woocommerce nav.woocommerce-pagination ul li span.current,
.style-dark.style-override .woocommerce nav.woocommerce-pagination ul li span.current,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li span.current,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-dark .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-dark.style-override .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-dark .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-dark.style-override .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-dark .woocommerce .quantity .plus,
.style-dark.style-override .woocommerce .quantity .plus,
.style-light .style-dark .woocommerce .quantity .plus,
.style-dark .woocommerce #content .quantity .plus,
.style-dark.style-override .woocommerce #content .quantity .plus,
.style-light .style-dark .woocommerce #content .quantity .plus,
.style-dark .woocommerce .quantity .minus,
.style-dark.style-override .woocommerce .quantity .minus,
.style-light .style-dark .woocommerce .quantity .minus,
.style-dark .woocommerce #content .quantity .minus,
.style-dark.style-override .woocommerce #content .quantity .minus,
.style-light .style-dark .woocommerce #content .quantity .minus,
.style-dark .woocommerce #payment .place-order,
.style-dark.style-override .woocommerce #payment .place-order,
.style-light .style-dark .woocommerce #payment .place-order,
.style-dark .price_slider_wrapper .ui-widget-content,
.style-dark.style-override .price_slider_wrapper .ui-widget-content,
.style-light .style-dark .price_slider_wrapper .ui-widget-content,
.style-dark .widget_price_filter .ui-slider .ui-slider-handle,
.style-dark.style-override .widget_price_filter .ui-slider .ui-slider-handle,
.style-light .style-dark .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #191b1e
}
.style-light .ui-bg,
.style-light.style-override .ui-bg,
.style-dark .style-light .ui-bg,
.style-light code,
.style-light.style-override code,
.style-dark .style-light code,
.style-light kbd,
.style-light.style-override kbd,
.style-dark .style-light kbd,
.style-light pre,
.style-light.style-override pre,
.style-dark .style-light pre,
.style-light samp,
.style-light.style-override samp,
.style-dark .style-light samp,
.style-light input[type="submit"],
.style-light.style-override input[type="submit"],
.style-dark .style-light input[type="submit"],
.style-light input[type="reset"],
.style-light.style-override input[type="reset"],
.style-dark .style-light input[type="reset"],
.style-light input[type="button"],
.style-light.style-override input[type="button"],
.style-dark .style-light input[type="button"],
.style-light button[type="submit"],
.style-light.style-override button[type="submit"],
.style-dark .style-light button[type="submit"],
.style-light .divider .divider-icon,
.style-light.style-override .divider .divider-icon,
.style-dark .style-light .divider .divider-icon,
.style-light .woocommerce nav.woocommerce-pagination ul li span.current,
.style-light.style-override .woocommerce nav.woocommerce-pagination ul li span.current,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li span.current,
.style-light .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-light .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-light.style-override .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-light .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-light .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-light.style-override .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-light .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-light .woocommerce .quantity .plus,
.style-light.style-override .woocommerce .quantity .plus,
.style-dark .style-light .woocommerce .quantity .plus,
.style-light .woocommerce #content .quantity .plus,
.style-light.style-override .woocommerce #content .quantity .plus,
.style-dark .style-light .woocommerce #content .quantity .plus,
.style-light .woocommerce .quantity .minus,
.style-light.style-override .woocommerce .quantity .minus,
.style-dark .style-light .woocommerce .quantity .minus,
.style-light .woocommerce #content .quantity .minus,
.style-light.style-override .woocommerce #content .quantity .minus,
.style-dark .style-light .woocommerce #content .quantity .minus,
.style-light .woocommerce #payment .place-order,
.style-light.style-override .woocommerce #payment .place-order,
.style-dark .style-light .woocommerce #payment .place-order,
.style-light .price_slider_wrapper .ui-widget-content,
.style-light.style-override .price_slider_wrapper .ui-widget-content,
.style-dark .style-light .price_slider_wrapper .ui-widget-content,
.style-light .widget_price_filter .ui-slider .ui-slider-handle,
.style-light.style-override .widget_price_filter .ui-slider .ui-slider-handle,
.style-dark .style-light .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #f7f7f7
}
.style-dark .ui-bg-alpha,
.style-dark.style-override .ui-bg-alpha,
.style-light .style-dark .ui-bg-alpha,
.style-dark input,
.style-dark.style-override input,
.style-light .style-dark input,
.style-dark textarea,
.style-dark.style-override textarea,
.style-light .style-dark textarea,
.style-dark select,
.style-dark.style-override select,
.style-light .style-dark select,
.style-dark .seldiv,
.style-dark.style-override .seldiv,
.style-light .style-dark .seldiv,
.style-dark .select2-choice,
.style-dark.style-override .select2-choice,
.style-light .style-dark .select2-choice,
.style-dark .plan,
.style-dark.style-override .plan,
.style-light .style-dark .plan {
    background-color: rgba(26, 27, 28, 0.5)
}
.style-light .ui-bg-alpha,
.style-light.style-override .ui-bg-alpha,
.style-dark .style-light .ui-bg-alpha,
.style-light input,
.style-light.style-override input,
.style-dark .style-light input,
.style-light textarea,
.style-light.style-override textarea,
.style-dark .style-light textarea,
.style-light select,
.style-light.style-override select,
.style-dark .style-light select,
.style-light .seldiv,
.style-light.style-override .seldiv,
.style-dark .style-light .seldiv,
.style-light .select2-choice,
.style-light.style-override .select2-choice,
.style-dark .style-light .select2-choice,
.style-light .plan,
.style-light.style-override .plan,
.style-dark .style-light .plan {
    background-color: #fff
}
.style-dark .ui-bg-alpha-pricing-tables,
.style-dark.style-override .ui-bg-alpha-pricing-tables,
.style-light .style-dark .ui-bg-alpha-pricing-tables {
    background-color: rgba(20, 22, 24, 0.5)
}
.style-light .ui-bg-alpha-pricing-tables,
.style-light.style-override .ui-bg-alpha-pricing-tables,
.style-dark .style-light .ui-bg-alpha-pricing-tables {
    background-color: #fff
}
.style-dark .ui-bg-alpha-progress-bar,
.style-dark.style-override .ui-bg-alpha-progress-bar,
.style-light .style-dark .ui-bg-alpha-progress-bar,
.style-dark .vc_progress_bar .vc_single_bar:not(.style-override),
.style-dark.style-override .vc_progress_bar .vc_single_bar:not(.style-override),
.style-light .style-dark .vc_progress_bar .vc_single_bar:not(.style-override) {
    background-color: rgba(255, 255, 255, 0.2)
}
.style-light .ui-bg-alpha-progress-bar,
.style-light.style-override .ui-bg-alpha-progress-bar,
.style-dark .style-light .ui-bg-alpha-progress-bar,
.style-light .vc_progress_bar .vc_single_bar:not(.style-override),
.style-light.style-override .vc_progress_bar .vc_single_bar:not(.style-override),
.style-dark .style-light .vc_progress_bar .vc_single_bar:not(.style-override) {
    background-color: rgba(119, 119, 119, 0.1)
}
.style-dark .ui-text-alpha-progress-bar,
.style-dark.style-override .ui-text-alpha-progress-bar,
.style-light .style-dark .ui-text-alpha-progress-bar,
.style-dark .vc_pie_chart_back,
.style-dark.style-override .vc_pie_chart_back,
.style-light .style-dark .vc_pie_chart_back {
    color: rgba(255, 255, 255, 0.2)
}
.style-light .ui-text-alpha-progress-bar,
.style-light.style-override .ui-text-alpha-progress-bar,
.style-dark .style-light .ui-text-alpha-progress-bar,
.style-light .vc_pie_chart_back,
.style-light.style-override .vc_pie_chart_back,
.style-dark .style-light .vc_pie_chart_back {
    color: rgba(119, 119, 119, 0.1)
}
.style-dark .ui-bg-dots,
.style-dark.style-override .ui-bg-dots,
.style-light .style-dark .ui-bg-dots,
.style-dark .owl-dots-outside .owl-dots .owl-dot span,
.style-dark.style-override .owl-dots-outside .owl-dots .owl-dot span,
.style-light .style-dark .owl-dots-outside .owl-dots .owl-dot span {
    background-color: rgba(247, 247, 247, 0.75)
}
.style-light .ui-bg-dots,
.style-light.style-override .ui-bg-dots,
.style-dark .style-light .ui-bg-dots,
.style-light .owl-dots-outside .owl-dots .owl-dot span,
.style-light.style-override .owl-dots-outside .owl-dots .owl-dot span,
.style-dark .style-light .owl-dots-outside .owl-dots .owl-dot span {
    background-color: rgba(25, 27, 30, 0.25)
}
.style-dark .ui-link,
.style-dark.style-override .ui-link,
.style-light .style-dark .ui-link,
.style-dark .nav-tabs > li > a,
.style-dark.style-override .nav-tabs > li > a,
.style-light .style-dark .nav-tabs > li > a,
.style-dark .panel-title > a,
.style-dark.style-override .panel-title > a,
.style-light .style-dark .panel-title > a,
.style-dark .widget-container a,
.style-dark.style-override .widget-container a,
.style-light .style-dark .widget-container a,
.style-dark .woocommerce .woocommerce-breadcrumb a,
.style-dark.style-override .woocommerce .woocommerce-breadcrumb a,
.style-light .style-dark .woocommerce .woocommerce-breadcrumb a,
.style-dark .woocommerce .woocommerce-review-link,
.style-dark.style-override .woocommerce .woocommerce-review-link,
.style-light .style-dark .woocommerce .woocommerce-review-link {
    color: #fff
}
.style-dark .ui-link:hover,
.style-dark.style-override .ui-link:hover,
.style-light .style-dark .ui-link:hover,
.style-dark .nav-tabs > li > a:hover,
.style-dark.style-override .nav-tabs > li > a:hover,
.style-light .style-dark .nav-tabs > li > a:hover,
.style-dark .panel-title > a:hover,
.style-dark.style-override .panel-title > a:hover,
.style-light .style-dark .panel-title > a:hover,
.style-dark .widget-container a:hover,
.style-dark.style-override .widget-container a:hover,
.style-light .style-dark .widget-container a:hover,
.style-dark .woocommerce .woocommerce-breadcrumb a:hover,
.style-dark.style-override .woocommerce .woocommerce-breadcrumb a:hover,
.style-light .style-dark .woocommerce .woocommerce-breadcrumb a:hover,
.style-dark .woocommerce .woocommerce-review-link:hover,
.style-dark.style-override .woocommerce .woocommerce-review-link:hover,
.style-light .style-dark .woocommerce .woocommerce-review-link:hover {
    color: #0cb4ce
}
.style-light .ui-link,
.style-light.style-override .ui-link,
.style-dark .style-light .ui-link,
.style-light .nav-tabs > li > a,
.style-light.style-override .nav-tabs > li > a,
.style-dark .style-light .nav-tabs > li > a,
.style-light .panel-title > a,
.style-light.style-override .panel-title > a,
.style-dark .style-light .panel-title > a,
.style-light .widget-container a,
.style-light.style-override .widget-container a,
.style-dark .style-light .widget-container a,
.style-light .woocommerce .woocommerce-breadcrumb a,
.style-light.style-override .woocommerce .woocommerce-breadcrumb a,
.style-dark .style-light .woocommerce .woocommerce-breadcrumb a,
.style-light .woocommerce .woocommerce-review-link,
.style-light.style-override .woocommerce .woocommerce-review-link,
.style-dark .style-light .woocommerce .woocommerce-review-link {
    color: #303133
}
.style-light .ui-link:hover,
.style-light.style-override .ui-link:hover,
.style-dark .style-light .ui-link:hover,
.style-light .nav-tabs > li > a:hover,
.style-light.style-override .nav-tabs > li > a:hover,
.style-dark .style-light .nav-tabs > li > a:hover,
.style-light .panel-title > a:hover,
.style-light.style-override .panel-title > a:hover,
.style-dark .style-light .panel-title > a:hover,
.style-light .widget-container a:hover,
.style-light.style-override .widget-container a:hover,
.style-dark .style-light .widget-container a:hover,
.style-light .woocommerce .woocommerce-breadcrumb a:hover,
.style-light.style-override .woocommerce .woocommerce-breadcrumb a:hover,
.style-dark .style-light .woocommerce .woocommerce-breadcrumb a:hover,
.style-light .woocommerce .woocommerce-review-link:hover,
.style-light.style-override .woocommerce .woocommerce-review-link:hover,
.style-dark .style-light .woocommerce .woocommerce-review-link:hover {
    color: #0cb4ce
}
.style-dark .ui-text,
.style-dark.style-override .ui-text,
.style-light .style-dark .ui-text,
.style-dark .breadcrumb,
.style-dark.style-override .breadcrumb,
.style-light .style-dark .breadcrumb,
.style-dark .post-info,
.style-dark.style-override .post-info,
.style-light .style-dark .post-info {
    color: #999
}
.style-light .ui-text,
.style-light.style-override .ui-text,
.style-dark .style-light .ui-text,
.style-light .breadcrumb,
.style-light.style-override .breadcrumb,
.style-dark .style-light .breadcrumb,
.style-light .post-info,
.style-light.style-override .post-info,
.style-dark .style-light .post-info {
    color: #999
}
.style-dark .ui-link-text,
.style-dark.style-override .ui-link-text,
.style-light .style-dark .ui-link-text,
.style-dark .breadcrumb > li a,
.style-dark.style-override .breadcrumb > li a,
.style-light .style-dark .breadcrumb > li a,
.style-dark .post-info a,
.style-dark.style-override .post-info a,
.style-light .style-dark .post-info a {
    color: #999
}
.style-dark .ui-link-text:hover,
.style-dark.style-override .ui-link-text:hover,
.style-light .style-dark .ui-link-text:hover,
.style-dark .breadcrumb > li a:hover,
.style-dark.style-override .breadcrumb > li a:hover,
.style-light .style-dark .breadcrumb > li a:hover,
.style-dark .post-info a:hover,
.style-dark.style-override .post-info a:hover,
.style-light .style-dark .post-info a:hover {
    color: #0cb4ce
}
.style-light .ui-link-text,
.style-light.style-override .ui-link-text,
.style-dark .style-light .ui-link-text,
.style-light .breadcrumb > li a,
.style-light.style-override .breadcrumb > li a,
.style-dark .style-light .breadcrumb > li a,
.style-light .post-info a,
.style-light.style-override .post-info a,
.style-dark .style-light .post-info a {
    color: #999
}
.style-light .ui-link-text:hover,
.style-light.style-override .ui-link-text:hover,
.style-dark .style-light .ui-link-text:hover,
.style-light .breadcrumb > li a:hover,
.style-light.style-override .breadcrumb > li a:hover,
.style-dark .style-light .breadcrumb > li a:hover,
.style-light .post-info a:hover,
.style-light.style-override .post-info a:hover,
.style-dark .style-light .post-info a:hover {
    color: #0cb4ce
}
.style-dark .ui-inverted,
.style-dark.style-override .ui-inverted,
.style-light .style-dark .ui-inverted {
    color: #191b1e;
    background-color: #f7f7f7
}
.style-light .ui-inverted,
.style-light.style-override .ui-inverted,
.style-dark .style-light .ui-inverted {
    color: #f7f7f7;
    background-color: #191b1e
}
.style-dark .btn-social,
.style-dark.style-override .btn-social,
.style-light .style-dark .btn-social {
    color: #fff !important
}
.style-light .btn-social,
.style-light.style-override .btn-social,
.style-dark .style-light .btn-social {
    color: #777 !important
}
.style-light .btn-default,
.style-dark .style-light.style-override .btn-default,
.style-dark .style-light .btn-default {
    color: #fff !important;
    background-color: #303133 !important;
    border-color: #303133 !important
}
.style-light .btn-default:not(.btn-hover-nobg):hover,
.style-dark .style-light.style-override .btn-default:not(.btn-hover-nobg):hover,
.style-dark .style-light .btn-default:not(.btn-hover-nobg):hover,
.style-light .btn-default.active,
.style-dark .style-light.style-override .btn-default.active,
.style-dark .style-light .btn-default.active {
    color: #303133 !important;
    background-color: transparent !important;
    border-color: #303133 !important
}
.style-light .btn-default.btn-outline,
.style-dark .style-light.style-override .btn-default.btn-outline,
.style-dark .style-light .btn-default.btn-outline {
    color: #303133 !important;
    background-color: transparent !important;
    border-color: #303133 !important
}
.style-light .btn-default.btn-outline:hover,
.style-dark .style-light.style-override .btn-default.btn-outline:hover,
.style-dark .style-light .btn-default.btn-outline:hover,
.style-light .btn-default.btn-outline.active,
.style-dark .style-light.style-override .btn-default.btn-outline.active,
.style-dark .style-light .btn-default.btn-outline.active {
    color: #fff !important;
    background-color: #303133 !important;
    border-color: #303133 !important
}
.style-dark .btn-default,
.style-light .style-dark.style-override .btn-default,
.style-light .style-dark .btn-default {
    color: #303133 !important;
    background-color: #fff !important;
    border-color: #fff !important
}
.style-dark .btn-default:not(.btn-hover-nobg):hover,
.style-light .style-dark.style-override .btn-default:not(.btn-hover-nobg):hover,
.style-light .style-dark .btn-default:not(.btn-hover-nobg):hover,
.style-dark .btn-default.active,
.style-light .style-dark.style-override .btn-default.active,
.style-light .style-dark .btn-default.active {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important
}
.style-dark .btn-default.btn-outline,
.style-light .style-dark.style-override .btn-default.btn-outline,
.style-light .style-dark .btn-default.btn-outline {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important
}
.style-dark .btn-default.btn-outline:hover,
.style-light .style-dark.style-override .btn-default.btn-outline:hover,
.style-light .style-dark .btn-default.btn-outline:hover,
.style-dark .btn-default.btn-outline.active,
.style-light .style-dark.style-override .btn-default.btn-outline.active,
.style-light .style-dark .btn-default.btn-outline.active {
    color: #303133 !important;
    background-color: #fff !important;
    border-color: #fff !important
}
@media (min-width: 960px) {
    .overlay.style-light-bg {
        background-color: rgba(255, 255, 255, 0.95) !important
    }
    .overlay.style-dark-bg {
        background-color: rgba(20, 22, 24, 0.95) !important
    }
}
.style-dark input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.style-dark textarea:focus,
.style-dark.style-override input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.style-dark.style-override textarea:focus,
.style-light .style-dark input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.style-light .style-dark textarea:focus {
    border-color: #0cb4ce
}
.style-light input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.style-light textarea:focus,
.style-light.style-override input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.style-light.style-override textarea:focus,
.style-dark .style-light input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.style-dark .style-light textarea:focus {
    border-color: #0cb4ce
}
.style-dark .ui-form-placeholder,
.style-dark.style-override .ui-form-placeholder,
.style-light .style-dark .ui-form-placeholder {
    color: #fff;
    text-transform: capitalize
}
.style-light .ui-form-placeholder,
.style-light.style-override .ui-form-placeholder,
.style-dark .style-light .ui-form-placeholder {
    color: #777;
    text-transform: capitalize
}
.shadow-inset-form,
input,
textarea,
select,
.seldiv,
.select2-choice {
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025)
}
.ui-transition-normal,
input,
button,
select,
textarea,
.img-thumbnail {
    -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
.ui-transition-slow {
    -webkit-transition: color 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
.ui-transition-fast,
.main-wrapper a {
    -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
.submenu-light ul.uncode-cart-dropdown a,
.submenu-light ul.uncode-cart-dropdown span {
    color: #303133
}
.submenu-dark ul.uncode-cart-dropdown a,
.submenu-dark ul.uncode-cart-dropdown span {
    color: #fff
}
.headings-style-woo,
.woocommerce .your_cart,
.woocommerce .cart-collaterals .shipping_calculator h2,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cart_totals .order-total .amount,
.woocommerce .checkout h3,
.woocommerce .order-details h3,
.woocommerce .order-details tfoot tr:last-child,
.woocommerce .woo-thank-you h2,
.woocommerce .woo-thank-you h3,
.woocommerce #order_review tfoot tr:last-child,
.woocommerce .address h3 {
    font-size: 17px;
    line-height: 1.2;
    margin: 27px 0 0
}
.row-breadcrumb.row-breadcrumb-light .breadcrumb-title {
    color: #999
}
.row-breadcrumb.row-breadcrumb-dark .breadcrumb-title {
    color: #999
}
.row-navigation.row-navigation-light {
    outline-color: #eaeaea;
    background-color: #f7f7f7
}
.row-navigation.row-navigation-light .btn-disable-hover {
    color: #999
}
.row-navigation.row-navigation-dark {
    outline-color: #303133;
    background-color: #191b1e
}
.row-navigation.row-navigation-dark .btn-disable-hover {
    color: #999
}
.style-dark .wp-caption-text,
.style-dark.style-override .wp-caption-text,
.style-light .style-dark .wp-caption-text {
    color: #fff
}
.style-light .wp-caption-text,
.style-light.style-override .wp-caption-text,
.style-dark .style-light .wp-caption-text {
    color: #777
}
.btn-dark {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important
}
.btn-dark:not(.btn-hover-nobg):hover,
.btn-dark.active {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #000 !important
}
.btn-dark.btn-outline {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #000 !important
}
.btn-dark.btn-outline:hover,
.btn-dark.btn-outline.active {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important
}
.btn-light {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important
}
.btn-light:not(.btn-hover-nobg):hover,
.btn-light.active {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important
}
.btn-light.btn-outline {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important
}
.btn-light.btn-outline:hover,
.btn-light.btn-outline.active {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important
}
.btn-accent {
    color: #fff !important;
    background-color: #0cb4ce !important;
    border-color: #0cb4ce !important
}
.btn-accent:not(.btn-hover-nobg):hover,
.btn-accent.active {
    color: #0cb4ce !important;
    background-color: transparent !important;
    border-color: #0cb4ce !important
}
.btn-accent.btn-outline {
    color: #0cb4ce !important;
    background-color: transparent !important;
    border-color: #0cb4ce !important
}
.btn-accent.btn-outline:hover,
.btn-accent.btn-outline.active {
    color: #fff !important;
    background-color: #0cb4ce !important;
    border-color: #0cb4ce !important
}
.btn-success {
    color: #fff !important;
    background-color: #28DE72 !important;
    border-color: #28DE72 !important
}
.btn-success:not(.btn-hover-nobg):hover,
.btn-success.active {
    color: #28DE72 !important;
    background-color: transparent !important;
    border-color: #28DE72 !important
}
.btn-success.btn-outline {
    color: #28DE72 !important;
    background-color: transparent !important;
    border-color: #28DE72 !important
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline.active {
    color: #fff !important;
    background-color: #28DE72 !important;
    border-color: #28DE72 !important
}
.btn-info {
    color: #fff !important;
    background-color: #0cb4ce !important;
    border-color: #0cb4ce !important
}
.btn-info:not(.btn-hover-nobg):hover,
.btn-info.active {
    color: #0cb4ce !important;
    background-color: transparent !important;
    border-color: #0cb4ce !important
}
.btn-info.btn-outline {
    color: #0cb4ce !important;
    background-color: transparent !important;
    border-color: #0cb4ce !important
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline.active {
    color: #fff !important;
    background-color: #0cb4ce !important;
    border-color: #0cb4ce !important
}
.btn-warning {
    color: #fff !important;
    background-color: #FFC42E !important;
    border-color: #FFC42E !important
}
.btn-warning:not(.btn-hover-nobg):hover,
.btn-warning.active {
    color: #FFC42E !important;
    background-color: transparent !important;
    border-color: #FFC42E !important
}
.btn-warning.btn-outline {
    color: #FFC42E !important;
    background-color: transparent !important;
    border-color: #FFC42E !important
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline.active {
    color: #fff !important;
    background-color: #FFC42E !important;
    border-color: #FFC42E !important
}
.btn-danger {
    color: #fff !important;
    background-color: #FF3100 !important;
    border-color: #FF3100 !important
}
.btn-danger:not(.btn-hover-nobg):hover,
.btn-danger.active {
    color: #FF3100 !important;
    background-color: transparent !important;
    border-color: #FF3100 !important
}
.btn-danger.btn-outline {
    color: #FF3100 !important;
    background-color: transparent !important;
    border-color: #FF3100 !important
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline.active {
    color: #fff !important;
    background-color: #FF3100 !important;
    border-color: #FF3100 !important
}
.font-family-menu,
ul.menu-smart a {
    font-family: Poppins
}
@media (max-width: 959px) {
    .menu-primary ul.menu-smart a {
        font-weight: 600;
        font-size: 12px
    }
}
.font-size-menu,
.menu-primary ul.menu-smart > li > a,
.menu-primary ul.menu-smart li.dropdown > a,
.menu-primary ul.menu-smart li.mega-menu > a,
.menu-smart > li > a > div > div > div.btn,
.vmenu-container a,
.uncode-cart .buttons a {
    font-size: 14px
}
@media (min-width: 960px) {
    .font-size-submenu,
    .menu-horizontal ul ul a,
    .uncode-cart .cart-desc {
        font-size: 12px
    }
}
.font-weight-menu,
.menu-primary ul.menu-smart > li > a,
.menu-primary ul.menu-smart li.dropdown > a,
.menu-primary ul.menu-smart li.mega-menu > a,
.menu-smart i.fa-dropdown,
.vmenu-container a {
    font-weight: 600;
    letter-spacing: 0.05em
}
@media (max-width: 959px) {
    .font-weight-menu,
    .menu-primary ul.menu-smart > li > a,
    .menu-primary ul.menu-smart li.dropdown > a,
    .menu-primary ul.menu-smart li.mega-menu > a,
    .menu-smart i.fa-dropdown,
    .vmenu-container a {
        font-weight: 600
    }
}
.menu-light p {
    color: #303133
}
.menu-light .menu-smart a {
    color: #303133
}
.menu-light .menu-smart a:hover {
    color: rgba(48, 49, 51, .5)
}
.menu-dark p {
    color: #fff
}
.menu-dark .menu-smart a {
    color: #fff
}
.menu-dark .menu-smart a:hover {
    color: rgba(255, 255, 255, .5)
}
@media (min-width: 960px) {
    .style-light-override:not(.is_stuck).menu-transparent .menu-horizontal-inner>.nav>.menu-smart>li>a {
        color: #303133 !important
    }
    .style-light-override:not(.is_stuck).menu-transparent .menu-horizontal-inner>.nav>.menu-smart>li>a:hover {
        color: rgba(48, 49, 51, .5) !important
    }
    .style-dark-override:not(.is_stuck).menu-transparent .menu-horizontal-inner>.nav>.menu-smart>li>a {
        color: #fff !important
    }
    .style-dark-override:not(.is_stuck).menu-transparent .menu-horizontal-inner>.nav>.menu-smart>li>a:hover {
        color: rgba(255, 255, 255, .5) !important
    }
}
.menu-light .menu-smart > li.active > a,
.menu-light .menu-smart > li a.active,
.menu-light .menu-smart>li.current-menu-ancestor>a {
    color: rgba(48, 49, 51, .5)
}
.menu-dark .menu-smart > li.active > a,
.menu-dark .menu-smart > li a.active,
.menu-dark .menu-smart>li.current-menu-ancestor>a {
    color: rgba(255, 255, 255, .5)
}
@media (min-width: 960px) {
    .style-light-override:not(.is_stuck).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.active > a,
    .style-light-override:not(.is_stuck).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li a.active,
    .style-light-override:not(.is_stuck).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-parent > a,
    .style-light-override:not(.is_stuck).menu-transparent .menu-horizontal-inner>.nav>.menu-smart>li.current-menu-ancestor>a {
        color: rgba(48, 49, 51, .5) !important
    }
    .style-dark-override:not(.is_stuck).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.active > a,
    .style-dark-override:not(.is_stuck).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li a.active,
    .style-dark-override:not(.is_stuck).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-parent > a,
    .style-dark-override:not(.is_stuck).menu-transparent .menu-horizontal-inner>.nav>.menu-smart>li.current-menu-ancestor>a {
        color: rgba(255, 255, 255, .5) !important
    }
}
.submenu-light .menu-smart ul a {
    color: #303133
}
@media (min-width: 960px) {
    body[class*=hmenu-] .submenu-light .menu-smart ul a:hover {
        color: rgba(48, 49, 51, .5);
        background-color: rgba(0, 0, 0, 0.03)
    }
}
.submenu-dark .menu-smart ul a {
    color: #fff
}
@media (min-width: 960px) {
    body[class*=hmenu-] .submenu-dark .menu-smart ul a:hover {
        color: rgba(255, 255, 255, .5);
        background-color: rgba(255, 255, 255, 0.03)
    }
}
@media (max-width: 959px) {
    .submenu-light .menu-smart a {
        color: #303133
    }
    .submenu-light .menu-smart a:hover {
        color: rgba(48, 49, 51, .5)
    }
    .submenu-dark .menu-smart a {
        color: #fff
    }
    .submenu-dark .menu-smart a:hover {
        color: rgba(255, 255, 255, .5)
    }
}
.submenu-light .menu-smart ul li.current-menu-parent > a,
.submenu-light .menu-smart ul li.active>a {
    color: rgba(48, 49, 51, .5)
}
.submenu-dark .menu-smart ul li.current-menu-parent > a,
.submenu-dark .menu-smart ul li.active>a {
    color: rgba(255, 255, 255, .5)
}
@media (max-width: 959px) {
    .submenu-light .menu-smart li.active > a,
    .submenu-light .menu-smart li.current-menu-ancestor>a {
        color: rgba(48, 49, 51, .5)
    }
    .submenu-dark .menu-smart li.active > a,
    .submenu-dark .menu-smart li.current-menu-ancestor>a {
        color: rgba(255, 255, 255, .5)
    }
}
@media (min-width: 960px) {
    .submenu-light .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner>li>a {
        color: #303133
    }
    .submenu-dark .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner>li>a {
        color: #fff
    }
}
@media (max-width: 959px) {
    .submenu-light .menu-smart a {
        color: #303133
    }
    .submenu-dark .menu-smart a {
        color: #fff
    }
}
.menu-light .menu-smart,
.menu-light .menu-smart li,
.submenu-light .menu-smart ul,
.menu-smart.submenu-light li ul li,
.menu-light .menu-accordion-dividers,
.menu-light .menu-borders,
.menu-light.vmenu-borders,
.menu-light .main-menu-container {
    border-color: rgba(234, 234, 234, 0.5)
}
.menu-dark .menu-smart,
.menu-dark .menu-smart li,
.submenu-dark .menu-smart ul,
.menu-smart.submenu-dark li ul li,
.menu-dark .menu-accordion-dividers,
.menu-dark .menu-borders,
.menu-dark.vmenu-borders,
.menu-dark .main-menu-container {
    border-color: rgba(255, 255, 255, 0.15)
}
.submenu-light .menu-smart li ul li {
    border-color: rgba(234, 234, 234, 0.5)
}
.submenu-dark .menu-smart li ul li {
    border-color: rgba(255, 255, 255, 0.15)
}
@media (max-width: 959px) {
    .menu-light .row-brand,
    .menu-light .row-menu .row-menu-inner {
        border-bottom: 1px solid rgba(234, 234, 234, 0.5)
    }
    .submenu-light .menu-smart,
    .submenu-light .menu-smart li {
        border-color: rgba(234, 234, 234, 0.5)
    }
    .menu-dark .row-brand,
    .menu-dark .row-menu .row-menu-inner {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15)
    }
    .submenu-dark .menu-smart,
    .submenu-dark .menu-smart li {
        border-color: rgba(255, 255, 255, 0.15)
    }
}
@media (min-width: 960px) {
    .menu-transparent.menu-light .menu-borders,
    .menu-transparent.menu-light .menu-smart,
    .menu-transparent.menu-light .menu-smart > li,
    .menu-transparent.menu-light .navbar-nav-last>*:first-child {
        border-color: rgba(234, 234, 234, 0.5)
    }
    .menu-transparent.menu-dark .menu-borders,
    .menu-transparent.menu-dark .menu-smart,
    .menu-transparent.menu-dark .menu-smart > li,
    .menu-transparent.menu-dark .navbar-nav-last>*:first-child {
        border-color: rgba(255, 255, 255, 0.15)
    }
    .style-light-override:not(.is_stuck).menu-transparent .menu-borders,
    .style-light-override:not(.is_stuck).menu-transparent .menu-smart,
    .style-light-override:not(.is_stuck).menu-transparent .menu-smart > li,
    .style-light-override:not(.is_stuck).menu-transparent .navbar-nav-last>*:first-child {
        border-color: rgba(234, 234, 234, 0.5) !important
    }
    .style-dark-override:not(.is_stuck).menu-transparent .menu-borders,
    .style-dark-override:not(.is_stuck).menu-transparent .menu-smart,
    .style-dark-override:not(.is_stuck).menu-transparent .menu-smart > li,
    .style-dark-override:not(.is_stuck).menu-transparent .navbar-nav-last>*:first-child {
        border-color: rgba(255, 255, 255, 0.15) !important
    }
    .menu-light .navbar-nav-last>*:first-child {
        border-color: rgba(234, 234, 234, 0.5)
    }
    .menu-dark .navbar-nav-last>*:first-child {
        border-color: rgba(255, 255, 255, 0.15)
    }
    .menu-overlay .menu-transparent:not(.is_stuck).menu-transparent .menu-borders {
        border: none
    }
}
@media (min-width: 960px) {
    .submenu-transparent.submenu-light .menu-smart ul,
    .submenu-transparent.submenu-light .menu-smart li ul li {
        border-color: rgba(234, 234, 234, 0.5)
    }
    .submenu-transparent.submenu-dark .menu-smart ul,
    .submenu-transparent.submenu-dark .menu-smart li ul li {
        border-color: rgba(255, 255, 255, 0.15)
    }
}
.main-header .style-light-bg,
.menu-wrapper .style-light-bg {
    background-color: #fff
}
.main-header .style-dark-bg,
.menu-wrapper .style-dark-bg {
    background-color: #141618
}
.submenu-light .menu-horizontal .menu-smart ul {
    background-color: #fff
}
.submenu-dark .menu-horizontal .menu-smart ul {
    background-color: #1b1d1f
}
@media (max-width: 959px) {
    .submenu-light .menu-smart,
    .submenu-dark .menu-sidebar-inner {
        background-color: #fff
    }
    .submenu-dark .menu-smart,
    .submenu-dark .menu-sidebar-inner {
        background-color: #1b1d1f
    }
}
@media (min-width: 960px) {
    body:not(.menu-overlay) .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck).menu-transparent.style-light-original {
        opacity: 0
    }
    .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck).menu-transparent.style-light-original>* {
        background-color: rgba(255, 255, 255, 0)
    }
    body:not(.menu-overlay) .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck).menu-transparent.style-dark-original {
        opacity: 0
    }
    .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck).menu-transparent.style-dark-original>* {
        background-color: rgba(20, 22, 24, 0)
    }
}
.submenu-light .menu-smart span.scroll-up,
.submenu-light .menu-smart span.scroll-down {
    border-color: rgba(234, 234, 234, 0.5);
    background-color: #fff
}
.submenu-dark .menu-smart span.scroll-up,
.submenu-dark .menu-smart span.scroll-down {
    border-color: rgba(255, 255, 255, 0.15);
    background-color: #141618
}
.submenu-light .menu-smart span.scroll-up-arrow,
.submenu-light .menu-smart span.scroll-down-arrow {
    border-color: transparent transparent rgba(234, 234, 234, 0.5) transparent !important
}
.submenu-dark .menu-smart span.scroll-up-arrow,
.submenu-dark .menu-smart span.scroll-down-arrow {
    border-color: transparent transparent rgba(255, 255, 255, 0.15) transparent !important
}
.submenu-light .menu-smart span.scroll-down-arrow {
    border-color: rgba(234, 234, 234, 0.5) transparent transparent transparent !important
}
.submenu-dark .menu-smart span.scroll-down-arrow {
    border-color: rgba(255, 255, 255, 0.15) transparent transparent transparent !important
}
.mobile-menu-button-dark .lines,
.mobile-menu-button-dark .lines:before,
.mobile-menu-button-dark .lines:after {
    background: #fff
}
.mobile-menu-button-light .lines,
.mobile-menu-button-light .lines:before,
.mobile-menu-button-light .lines:after {
    background: #303133
}
@media (min-width: 960px) {
    .style-light-override:not(.is_stuck).menu-transparent .lines,
    .style-light-override:not(.is_stuck).menu-transparent .lines:before,
    .style-light-override:not(.is_stuck).menu-transparent .lines:after {
        background: #303133
    }
    .style-dark-override:not(.is_stuck).menu-transparent .lines,
    .style-dark-override:not(.is_stuck).menu-transparent .lines:before,
    .style-dark-override:not(.is_stuck).menu-transparent .lines:after {
        background: #fff
    }
}
@media (min-width: 960px) {
    .menu-horizontal .menu-smart ul {
        -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
        box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6)
    }
}
@media (min-width: 960px) {
    .menu-shadows {
        -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
        box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6)
    }
    body[class*=vmenu-] .menu-shadows {
        -webkit-box-shadow: 0 0px 7px -1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0px 7px -1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0px 7px -1px rgba(0, 0, 0, 0.1)
    }
}
@media (min-width: 960px) {
    .menu-primary:not(.is_stuck) .menu-shadows.force-no-shadows {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    body[class*=hmenu-] .menu-primary.is_stuck .menu-container {
        -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
        box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6)
    }
}
.submenu-light .menu-accordion .menu-smart ul {
    background-color: #fff
}
.submenu-dark .menu-accordion .menu-smart ul {
    background-color: #141618
}
.menu-overlay .menu-accordion .menu-smart ul {
    background-color: transparent !important
}
@media (min-width: 960px) {
    .menu-overlay .menu-dark.submenu-light .menu-smart ul a {
        color: #fff
    }
    .menu-overlay .menu-dark.submenu-light .menu-smart ul a:hover {
        color: rgba(255, 255, 255, .5)
    }
}
@media (min-width: 960px) {
    .menu-overlay .menu-light.submenu-dark .menu-smart ul a {
        color: #303133
    }
    .menu-overlay .menu-light.submenu-dark .menu-smart ul a:hover {
        color: rgba(48, 49, 51, .5)
    }
}
.style-light .navbar-brand>* {
    color: #303133
}
.style-light .navbar-brand svg * {
    fill: #303133
}
.style-dark .navbar-brand>* {
    color: #fff
}
.style-dark .navbar-brand svg * {
    fill: #fff
}
@media (min-width: 960px) {
    .style-light-override:not(.is_stuck).menu-transparent .navbar-brand>* {
        color: #303133
    }
    .style-light-override:not(.is_stuck).menu-transparent .navbar-brand svg * {
        fill: #303133
    }
    .style-dark-override:not(.is_stuck).menu-transparent .navbar-brand>* {
        color: #fff
    }
    .style-dark-override:not(.is_stuck).menu-transparent .navbar-brand svg * {
        fill: #fff
    }
}
.submenu-light .menu-accordion .menu-smart .uncode-cart li {
    border-color: rgba(234, 234, 234, 0.5)
}
.submenu-dark .menu-accordion .menu-smart .uncode-cart li {
    border-color: rgba(255, 255, 255, 0.15)
}
.tmb-light.tmb-color-overlay-text,
.tmb-light.tmb .t-entry-visual *,
.tmb-light.tmb .t-entry-visual a,
.tmb-light.tmb .t-entry-visual .t-entry-title a,
.tmb-light.tmb .t-entry-visual .t-entry-meta span {
    color: #fff
}
.tmb-dark.tmb-color-overlay-text,
.tmb-dark.tmb .t-entry-visual *,
.tmb-dark.tmb .t-entry-visual a,
.tmb-dark.tmb .t-entry-visual .t-entry-title a,
.tmb-dark.tmb .t-entry-visual .t-entry-meta span {
    color: #303133
}
.tmb-light.tmb-color-title,
.tmb-light.tmb .t-entry-text .t-entry-title a,
.tmb-light.tmb .t-entry-text .t-entry-title,
.tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta span,
.tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta a:not(:hover) {
    color: #303133
}
.tmb-dark.tmb-color-title,
.tmb-dark.tmb .t-entry-text .t-entry-title a,
.tmb-dark.tmb .t-entry-text .t-entry-title,
.tmb-dark.tmb-content-under.tmb .t-entry p.t-entry-meta span,
.tmb-dark.tmb-content-under.tmb .t-entry p.t-entry-meta a:not(:hover) {
    color: #fff
}
.tmb-light.tmb-color-text,
.tmb-light.tmb .t-entry-text,
.tmb-light.tmb .t-entry-text p,
.tmb-light.tmb .t-entry p.t-entry-comments .extras a,
.tmb-light.tmb-woocommerce.tmb .t-entry .t-entry-category a,
.tmb-light.tmb-woocommerce.tmb .t-entry .t-entry-category .cat-comma {
    color: #777
}
.tmb-dark.tmb-color-text,
.tmb-dark.tmb .t-entry-text,
.tmb-dark.tmb .t-entry-text p,
.tmb-dark.tmb .t-entry p.t-entry-comments .extras a,
.tmb-dark.tmb-woocommerce.tmb .t-entry .t-entry-category a,
.tmb-dark.tmb-woocommerce.tmb .t-entry .t-entry-category .cat-comma {
    color: #fff
}
.tmb-light.tmb-color-hr,
.tmb-light.el-text hr.separator-reduced,
.tmb-light.tmb .t-entry-visual hr,
.tmb-light.tmb .t-entry-text hr {
    border-color: #eaeaea
}
.tmb-dark.tmb-color-hr,
.tmb-dark.el-text hr.separator-reduced,
.tmb-dark.tmb .t-entry-visual hr,
.tmb-dark.tmb .t-entry-text hr {
    border-color: rgba(255, 255, 255, 0.25)
}
.tmb-light.tmb-color-a,
.tmb-light.tmb-content-under.tmb .t-entry p.t-entry-author a:not(:hover) span {
    color: #303133
}
.tmb-dark.tmb-color-a,
.tmb-dark.tmb-content-under.tmb .t-entry p.t-entry-author a:not(:hover) span {
    color: #fff
}
.tmb-light.tmb-color-addcart,
.tmb-light.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a {
    background-color: #262729
}
.tmb-dark.tmb-color-addcart,
.tmb-dark.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a {
    background-color: #fff
}
.tmb.tmb-light.tmb-overlay-gradient-bottom .t-entry-visual .t-entry-visual-overlay-in {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 50%)
}
.tmb.tmb-dark.tmb-overlay-gradient-bottom .t-entry-visual .t-entry-visual-overlay-in {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, transparent 50%);
    background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, transparent 50%);
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, transparent 50%);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, transparent 50%)
}
.tmb.tmb-light.tmb-overlay-gradient-top .t-entry-visual .t-entry-visual-overlay-in {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, transparent 50%)
}
.tmb.tmb-dark.tmb-overlay-gradient-top .t-entry-visual .t-entry-visual-overlay-in {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, transparent 50%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, transparent 50%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, transparent 50%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, transparent 50%)
}
.tmb-border-width {
    border-width: 1px
}
.tmb-border-reduced-width,
.el-text hr.separator-reduced {
    border-width: 2px
}
.tmb-with-shadow,
.tmb-shadowed:not(.tmb-no-bg):not(.tmb-media-shadowed).tmb > .t-inside,
.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed.tmb .t-entry-visual,
.uncode-single-media-wrapper.tmb-shadow {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05)
}
.tmb-light.tmb-border,
.tmb-light.tmb-bordered:not(.tmb-no-bg):not(.tmb-media-shadowed).tmb > .t-inside,
.tmb-light.tmb-bordered.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual {
    border: 1px solid #eaeaea
}
.tmb-dark.tmb-border,
.tmb-dark.tmb-bordered:not(.tmb-no-bg):not(.tmb-media-shadowed).tmb > .t-inside,
.tmb-dark.tmb-bordered.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual {
    border: 1px solid #7a7d82
}
.tmb-light.tmb-border-under {
    border-color: #eaeaea
}
.tmb-dark.tmb-border-under {
    border-color: #fff
}
.post-media .tmb-light .regular-text p,
.post-media .tmb-light .regular-text a,
.post-media .tmb-light .regular-text * {
    color: #303133
}
.post-media .tmb-dark .regular-text p,
.post-media .tmb-dark .regular-text a,
.post-media .tmb-dark .regular-text * {
    color: #fff
}
@media (min-width: 960px) {
    .hmenu .menu-primary .menu-smart>li>a {
        line-height: 1.1em
    }
}
iframe[name="google_conversion_frame"] {
    position: absolute;
    z-index: 0;
    height: 0px
}
.hmenu .menu-primary .menu-smart>li>a::before {
    content: "";
    display: block;
    height: calc(50% - 0.5em)
}
.firefox .hmenu .menu-primary .menu-smart>li>a::after {
    content: "";
    display: block;
    height: auto
}
#intercom-container .intercom-launcher-button {
    width: 34px !important;
    height: 34px !important;
    background-size: 16px 15px !important;
    box-shadow: none !important;
    border: none !important;
    background-color: #0cb4ce!important
}
@media (min-width: 580px) {
    #intercom-container #intercom-launcher {
        bottom: 70px !important
    }
}
#wpadminbar {
    top: auto;
    bottom: 0px;
    -webkit-animation: zoom-reverse 1s;
    -moz-animation: zoom-reverse 1s;
    -o-animation: zoom-reverse 1s;
    animation: zoom-reverse 1s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
.theme_panel {
    position: fixed;
    z-index: 10000;
    font-family: "Open Sans" !important;
    font-weight: 600;
    font-size: 11px;
    width: 350px;
    height: 100%;
    left: 100%;
    top: 0;
    max-width: 85vw;
    -webkit-transition: -webkit-transform .6s;
    -moz-transition: -moz-transform .6s;
    -o-transition: -o-transform .6s;
    -ms-transition: -ms-transform .6s;
    transition: transform .6s
}
.theme_panel.opened {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}
.theme_panel.closing {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}
.theme_panel_container {
    height: 100%;
    background-color: white;
    -webkit-box-shadow: 0 5px 9px -4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 5px 9px -4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 9px -4px rgba(0, 0, 0, 0.6);
    z-index: 10001;
    position: absolute;
    width: 100%
}
@media (max-width: 570px) {
    .theme_panel {
        display: none
    }
    .theme_panel_container {
        display: none
    }
}
.theme_panel h2 {
    margin: 0px auto;
    text-align: center
}
.theme_panel select {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important
}
.theme_panel input[type=text] {
    width: 100%
}
.theme_panel .panel_body_container {
    margin-top: 92px;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
    position: absolute;
    height: 100%;
    width: 100%
}
.theme_panel .panel_body {
    width: 100%
}
.theme_panel .btn-section {
    margin-bottom: 9px
}
.theme_panel .btn-backgrounds {
    font-size: 0;
    margin-left: -2.666666667%
}
.theme_panel .btn-backgrounds a {
    display: inline-block;
    width: 14%;
    margin-left: 2.666666667%
}
.theme_panel .btn-backgrounds img {
    border-radius: 50%
}
.theme_panel .panel_homepages img {
    border: 1px solid #eaeaea
}
.theme_panel .btn-backgrounds .btn-disable-hover {
    -webkit-box-shadow: 0px 0px 7px 0px rgb(12, 181, 207);
    -moz-box-shadow: 0px 0px 7px 0px rgb(12, 181, 207);
    box-shadow: 0px 0px 7px 0px rgb(12, 181, 207);
    border-radius: 50%
}
.theme_panel .panel_homepages {
    border-top: 1px solid #eaeaea
}
.theme_panel .panel_homepages .btn-section a {
    width: 48%;
    display: inline-block
}
.theme_panel .panel_homepages .btn-section a+a {
    float: right
}
.theme_panel .panel_section {
    padding: 27px
}
.theme_panel .reset_section {
    padding-left: 27px;
    padding-right: 27px
}
.theme_panel .btn {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none
}
.theme_panel .panel_body .btn:not(.btn-block) {
    width: 48%
}
.theme_panel .panel_body .btn+.btn {
    float: right
}
.theme_panel .panel_header {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 27px;
    background-color: white;
    z-index: 1;
    border-bottom: 1px solid #eaeaea
}
.panel_open {
    opacity: .5;
    width: 36px;
    height: 45px;
    background-color: white !important;
    position: absolute;
    top: 111px;
    cursor: pointer;
    z-index: 10002;
    -webkit-box-shadow: -3px 0px 7px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 0px 7px -4px rgba(0, 0, 0, 0.3);
    box-shadow: -3px 0px 7px -4px rgba(0, 0, 0, 0.3);
    -webkit-animation-name: slide-panel;
    animation-name: slide-panel;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-transition: -webkit-opacity .2s;
    -moz-transition: -moz-opacity .2s;
    -o-transition: -o-opacity .2s;
    -ms-transition: -ms-opacity .2s;
    transition: opacity .2s
}
.panel_open:hover {
    opacity: 1
}
.theme_panel.opened .panel_open {
    opacity: 1
}
@-webkit-keyframes slide-panel {
    from {
        left: 0px
    }
    to {
        left: -35px
    }
}
@keyframes slide-panel {
    from {
        left: 0px
    }
    to {
        left: -35px
    }
}
.panel_open i {
    position: relative;
    top: 12px;
    left: 11px;
    color: #444 !important;
    font-size: 20px
}
.panel_open:hover i {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}
@media (max-width: 400px) {
    .theme_panel .btn {
        font-size: 10px;
        padding: 9px 18px 9px 18px !important
    }
}
.theme_panel h5 {
    margin-top: 0;
    margin-bottom: 18px;
    text-align: center
}
.panel_section input#boxed-range {
    margin-top: 27px;
    margin-bottom: 12px;
    -webkit-appearance: none;
    border: 1px solid white;
    width: 100%
}
.panel_section input#boxed-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #EAEAEA;
    border: 1px solid #ddd;
    border-radius: 3px
}
.panel_section input#boxed-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}
.panel_section input#boxed-range:focus {
    outline: none
}
.panel_section input#boxed-range:focus::-webkit-slider-runnable-track {
    background: #EAEAEA
}
.panel_section input#boxed-range::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #EAEAEA;
    border: none;
    border-radius: 3px
}
.panel_section input#boxed-range::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd
}
.panel_section input#boxed-range:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px
}
.panel_section input#boxed-range::-ms-track {
    width: 100%;
    height: 5px;
    background: #EAEAEA;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}
.panel_section input#boxed-range::-ms-fill-lower {
    background: #777;
    border-radius: 10px
}
.panel_section input#boxed-range::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px
}
.panel_section input#boxed-range::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd5
}
.panel_section input#boxed-range:focus::-ms-fill-lower {
    background: #888
}
.panel_section input#boxed-range:focus::-ms-fill-upper {
    background: #ccc
}
@font-face {
    font-family: "TrashHand";
    src: url('/uncode/wp-content/uploads/uncode-fonts/TrashHand/TrashHand-webfont.eot');
    src: url('/uncode/wp-content/uploads/uncode-fonts/TrashHand/TrashHand-webfont.eot?#iefix') format('embedded-opentype'), url('/uncode/wp-content/uploads/uncode-fonts/TrashHand/TrashHand-webfont.ttf') format('truetype'), url('/uncode/wp-content/uploads/uncode-fonts/TrashHand/TrashHand-webfont.woff') format('woff'), url('/uncode/wp-content/uploads/uncode-fonts/TrashHand/TrashHand-webfont.svg#TrashHandRegular') format('svg');
    font-weight: 400;
    font-style: normal
}
.clear {
    clear: both
}
.nobr {
    white-space: nowrap
}
.woocommerce .col2-set {
    width: 100%
}
.woocommerce .col2-set:before,
.woocommerce .col2-set:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce .col2-set:after {
    clear: both
}
.woocommerce .col2-set:before,
.woocommerce .col2-set:after {
    content: " ";
    display: table
}
.woocommerce .col2-set:after {
    clear: both
}
.woocommerce .col2-set .col-1 {
    float: left;
    width: 50%;
    padding: 0px 18px 0px 0px !important
}
.woocommerce .col2-set .col-2 {
    float: right;
    width: 50%;
    padding: 0px 0px 0px 18px !important
}
.woocommerce .page-wrapper img {
    height: auto;
    max-width: 100%
}
.woocommerce div.product div.images,
.woocommerce #content div.product div.images {
    width: 100%
}
.woocommerce div.product div.thumbnails,
.woocommerce #content div.product div.thumbnails {
    margin-left: -18px
}
.woocommerce div.product div.thumbnails:before,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:after {
    clear: both
}
.woocommerce div.product div.thumbnails:before,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:after {
    content: " ";
    display: table
}
.woocommerce div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:after {
    clear: both
}
.woocommerce div.product div.thumbnails a,
.woocommerce #content div.product div.thumbnails a {
    float: left;
    width: 33.333333%;
    padding-left: 18px;
    padding-top: 18px
}
.woocommerce div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails a.first {
    clear: both
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary {
    float: right;
    width: 50%
}
@media (min-width: 960px) {
    .woocommerce div.product div.summary,
    .woocommerce #content div.product div.summary {
        padding-left: 18px
    }
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs {
    clear: both
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after {
    clear: both
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after {
    content: " ";
    display: table
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after {
    clear: both
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}
.woocommerce div.product #reviews .comment:before,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:after {
    clear: both
}
.woocommerce div.product #reviews .comment:before,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:after {
    content: " ";
    display: table
}
.woocommerce div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:after {
    clear: both
}
.woocommerce div.product #reviews .comment img,
.woocommerce #content div.product #reviews .comment img {
    float: right;
    height: auto
}
.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input input::-webkit-inner-spin-button,
.woocommerce #content .quantity input input::-webkit-inner-spin-button {
    opacity: 0
}
.woocommerce #quantity input:hover::-webkit-outer-spin-button,
.woocommerce #content .quantity input:hover::-webkit-outer-spin-button,
.woocommerce #quantity input:hover input::-webkit-inner-spin-button,
.woocommerce #content .quantity input:hover input::-webkit-inner-spin-button {
    opacity: 1
}
.woocommerce .row-related {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 54px 0px 72px 0px
}
.woocommerce .related:before,
.woocommerce .upsells.products:before,
.woocommerce .related:after,
.woocommerce .upsells.products:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce .related:after,
.woocommerce .upsells.products:after {
    clear: both
}
.woocommerce .related:before,
.woocommerce .upsells.products:before,
.woocommerce .related:after,
.woocommerce .upsells.products:after {
    content: " ";
    display: table
}
.woocommerce .related:after,
.woocommerce .upsells.products:after {
    clear: both
}
.woocommerce .related ul.products,
.woocommerce .upsells.products ul.products,
.woocommerce .related ul,
.woocommerce .upsells.products ul {
    float: none
}
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce .upsells.products ul li.product {
    width: 48%
}
.woocommerce .related ul.products li.product img,
.woocommerce .upsells.products ul.products li.product img,
.woocommerce .related ul li.product img,
.woocommerce .upsells.products ul li.product img {
    width: 100%;
    height: auto
}
.woocommerce ul.products {
    clear: both
}
.woocommerce ul.products:before,
.woocommerce ul.products:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce ul.products:after {
    clear: both
}
.woocommerce ul.products:before,
.woocommerce ul.products:after {
    content: " ";
    display: table
}
.woocommerce ul.products:after {
    clear: both
}
.woocommerce ul.products li.product {
    float: left;
    margin: 0 2em 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0
}
.woocommerce ul.products li.first {
    clear: both
}
.woocommerce ul.products li.last {
    margin-right: 0
}
.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0
}
.woocommerce.columns-2 ul.products li.product {
    width: 48%
}
.woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}
.woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}
.woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}
.woocommerce .woocommerce-result-count {
    float: left
}
.woocommerce .woocommerce-ordering {
    float: right
}
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce .woocommerce-pagination ul.page-numbers:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce .woocommerce-pagination ul.page-numbers:after {
    clear: both
}
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce .woocommerce-pagination ul.page-numbers:after {
    content: " ";
    display: table
}
.woocommerce .woocommerce-pagination ul.page-numbers:after {
    clear: both
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}
.woocommerce table.cart img,
.woocommerce #content table.cart img {
    height: auto
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions {
    text-align: right;
    padding: 18px 18px 18px 18px
}
.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text {
    max-width: 10em
}
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon {
    float: left
}
.woocommerce table.cart td.actions .coupon label,
.woocommerce #content table.cart td.actions .coupon label {
    display: none
}
.woocommerce .cart-collaterals {
    width: 100%
}
.woocommerce .cart-collaterals:before,
.woocommerce .cart-collaterals:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce .cart-collaterals:after {
    clear: both
}
.woocommerce .cart-collaterals:before,
.woocommerce .cart-collaterals:after {
    content: " ";
    display: table
}
.woocommerce .cart-collaterals:after {
    clear: both
}
.woocommerce .cart-collaterals .related {
    width: 30.75%;
    float: left
}
.woocommerce .cart-collaterals .cross-sells {
    width: 48%;
    float: left
}
.woocommerce .cart-collaterals .cross-sells ul.products {
    float: none
}
.woocommerce .cart-collaterals .cross-sells ul.products li {
    width: 48%
}
.woocommerce .cart-collaterals .shipping_calculator {
    width: 48%;
    float: left
}
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce .cart-collaterals .shipping_calculator:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce .cart-collaterals .shipping_calculator:after {
    clear: both
}
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce .cart-collaterals .shipping_calculator:after {
    content: " ";
    display: table
}
.woocommerce .cart-collaterals .shipping_calculator:after {
    clear: both
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}
.woocommerce .cart-collaterals .cart_totals {
    text-align: right
}
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    content: " ";
    display: table
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    height: auto
}
.woocommerce form .form-row:before,
.woocommerce form .form-row:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce form .form-row:after {
    clear: both
}
.woocommerce form .form-row:before,
.woocommerce form .form-row:after {
    content: " ";
    display: table
}
.woocommerce form .form-row:after {
    clear: both
}
.woocommerce form .form-row label {
    display: block
}
.woocommerce form .form-row label.checkbox {
    display: inline
}
.woocommerce form .form-row select {
    width: 100%
}
.woocommerce form .form-row .input-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible
}
.woocommerce form .form-row-last {
    float: right
}
.woocommerce form .form-row-wide {
    clear: both
}
.woocommerce #payment .form-row select {
    width: auto
}
.woocommerce #payment .terms {
    text-align: right;
    padding: 0 1em 0
}
.woocommerce-billing-fields>*:first-child,
.woocommerce-shipping-fields>*:first-child {
    margin-top: 0px !important
}
@media (max-width: 959px) {
    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2 {
        float: none;
        width: 100%
    }
    .woocommerce ul.products li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 0 2.992em
    }
    .woocommerce ul.products li.product:nth-child(2n) {
        float: right;
        clear: none !important
    }
    .woocommerce div.product div.images,
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.summary,
    .woocommerce #content div.product div.summary {
        float: none;
        width: 100%
    }
    .woocommerce table.cart .product-thumbnail,
    .woocommerce #content table.cart .product-thumbnail {
        display: none
    }
    .woocommerce table.cart td.actions,
    .woocommerce #content table.cart td.actions {
        text-align: left
    }
    .woocommerce table.cart td.actions .coupon,
    .woocommerce #content table.cart td.actions .coupon {
        float: none;
        padding-bottom: .5em
    }
    .woocommerce table.cart td.actions .coupon:before,
    .woocommerce #content table.cart td.actions .coupon:before,
    .woocommerce table.cart td.actions .coupon:after,
    .woocommerce #content table.cart td.actions .coupon:after {
        content: " ";
        display: table;
        table-layout: fixed
    }
    .woocommerce table.cart td.actions .coupon:after,
    .woocommerce #content table.cart td.actions .coupon:after {
        clear: both
    }
    .woocommerce table.cart td.actions .coupon:before,
    .woocommerce #content table.cart td.actions .coupon:before,
    .woocommerce table.cart td.actions .coupon:after,
    .woocommerce #content table.cart td.actions .coupon:after {
        content: " ";
        display: table
    }
    .woocommerce table.cart td.actions .coupon:after,
    .woocommerce #content table.cart td.actions .coupon:after {
        clear: both
    }
    .woocommerce table.cart td.actions input,
    .woocommerce #content table.cart td.actions input,
    .woocommerce table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions .input-text {
        width: 48%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .shipping_calculator,
    .woocommerce .cart-collaterals .cross-sells {
        width: 100%;
        float: none;
        text-align: left
    }
    .woocommerce.woocontent-checkout form.login .form-row {
        width: 100%;
        float: none
    }
    .woocommerce #payment .terms {
        text-align: left;
        padding: 0
    }
    .woocommerce #payment #place_order {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 1em
    }
    .woocommerce .lost_reset_password .form-row-first,
    .woocommerce .lost_reset_password .form-row-last {
        width: 100%;
        float: none;
        margin-right: 0
    }
}
@font-face {
    font-family: 'star';
    src: url('/uncode/wp-content/themes/uncode/library/fonts/woocommerce/star.eot');
    src: url('/uncode/wp-content/themes/uncode/library/fonts/woocommerce/star.eot?#iefix') format('embedded-opentype'), url('/uncode/wp-content/themes/uncode/library/fonts/woocommerce/star.woff') format('woff'), url('/uncode/wp-content/themes/uncode/library/fonts/woocommerce/star.ttf') format('truetype'), url('/uncode/wp-content/themes/uncode/library/fonts/woocommerce/star.svg#star') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'WooCommerce';
    src: url('/uncode/wp-content/themes/uncode/library/fonts/woocommerce/WooCommerce.eot');
    src: url('/uncode/wp-content/themes/uncode/library/fonts/woocommerce/WooCommerce.eot?#iefix') format('embedded-opentype'), url('/uncode/wp-content/themes/uncode/library/fonts/woocommerce/WooCommerce.woff') format('woff'), url('/uncode/wp-content/themes/uncode/library/fonts/woocommerce/WooCommerce.ttf') format('truetype'), url('/uncode/wp-content/themes/uncode/library/fonts/woocommerce/WooCommerce.svg#WooCommerce') format('svg');
    font-weight: normal;
    font-style: normal
}
p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: .5em 0;
    text-align: center;
    z-index: 99998
}
.admin-bar p.demo_store {
    top: 28px
}
.wc-forward,
.wc-forward a {
    font-size: 12px
}
.woocommerce {}.woocommerce .woocommerce-success {
    border-color: #28DE72
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error-list,
.woocommerce .woocommerce-info {
    border-width: 2px;
    border-style: solid;
    padding-bottom: 18px;
    font-weight: 600;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    position: relative
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error-list:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error-list:after,
.woocommerce .woocommerce-info:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error-list:after,
.woocommerce .woocommerce-info:after {
    clear: both
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error-list:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error-list:after,
.woocommerce .woocommerce-info:after {
    content: " ";
    display: table
}
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error-list:after,
.woocommerce .woocommerce-info:after {
    clear: both
}
.woocommerce .woocommerce-message p,
.woocommerce .woocommerce-error-list p,
.woocommerce .woocommerce-info p {
    margin: 0px 0px 0px 0px
}
.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error-list li,
.woocommerce .woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}
.woocommerce .woocommerce-message .wc-forward {
    float: right;
    text-shadow: none;
    margin: 2px 0px 0px 0px
}
.woocommerce .woocommerce-message .wc-forward:after {
    font-family: uncodeicon;
    content: '\e0c3';
    color: inherit;
    margin-left: .5em;
    width: 1.28571429em;
    height: 1.28571429em;
    display: inline-block;
    text-align: center
}
.woocommerce .woocommerce-error-list {
    margin: 0px;
    border-color: #FF3100;
    color: #FF3100
}
.woocommerce small.note {
    display: block;
    font-size: 12px;
    margin: 9px 0px 0px 0px
}
.woocommerce .woocommerce-breadcrumb {
    font-size: 12px;
    border: 1px solid;
    padding: 18px 18px 18px 18px
}
.woocommerce .woocommerce-breadcrumb:before,
.woocommerce .woocommerce-breadcrumb:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce .woocommerce-breadcrumb:after {
    clear: both
}
.woocommerce .woocommerce-breadcrumb:before,
.woocommerce .woocommerce-breadcrumb:after {
    content: " ";
    display: table
}
.woocommerce .woocommerce-breadcrumb:after {
    clear: both
}
.woocommerce div.product,
.woocommerce #content div.product {
    position: relative
}
.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}
.woocommerce div.product .price-container,
.woocommerce #content div.product .price-container {
    margin-top: 18px !important
}
.woocommerce div.product span.price ins,
.woocommerce #content div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce #content div.product p.price ins {
    background: inherit;
    text-decoration: none
}
.woocommerce div.product span.price del,
.woocommerce #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce #content div.product p.price del {
    font-size: .7em;
    display: block
}
.woocommerce div.product p.stock,
.woocommerce #content div.product p.stock {
    font-size: 0.92em
}
.woocommerce div.product .out-of-stock,
.woocommerce #content div.product .out-of-stock {
    color: #FF3100
}
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img {
    display: block;
    width: 100%;
    height: auto
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary {
    margin-bottom: 2em
}
.woocommerce div.product .wootabs .nav-tabs,
.woocommerce #content div.product .wootabs .nav-tabs {
    border: none
}
.woocommerce div.product .wootabs .tab-content,
.woocommerce #content div.product .wootabs .tab-content {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 0px;
    overflow: hidden
}
.woocommerce div.product .wootabs .tab-pane:not(.tab-vcomposer) .product-tab,
.woocommerce #content div.product .wootabs .tab-pane:not(.tab-vcomposer) .product-tab {
    margin: 36px 0px 36px 0px
}
.woocommerce div.product p.cart,
.woocommerce #content div.product p.cart {
    margin-bottom: 2em
}
.woocommerce div.product p.cart:before,
.woocommerce #content div.product p.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce #content div.product p.cart:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce div.product p.cart:after,
.woocommerce #content div.product p.cart:after {
    clear: both
}
.woocommerce div.product p.cart:before,
.woocommerce #content div.product p.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce #content div.product p.cart:after {
    content: " ";
    display: table
}
.woocommerce div.product p.cart:after,
.woocommerce #content div.product p.cart:after {
    clear: both
}
.woocommerce div.product form.cart,
.woocommerce #content div.product form.cart {
    margin: 36px 0px 0px 0px
}
.woocommerce div.product form.cart:before,
.woocommerce #content div.product form.cart:before,
.woocommerce div.product form.cart:after,
.woocommerce #content div.product form.cart:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce div.product form.cart:after,
.woocommerce #content div.product form.cart:after {
    clear: both
}
.woocommerce div.product form.cart:before,
.woocommerce #content div.product form.cart:before,
.woocommerce div.product form.cart:after,
.woocommerce #content div.product form.cart:after {
    content: " ";
    display: table
}
.woocommerce div.product form.cart:after,
.woocommerce #content div.product form.cart:after {
    clear: both
}
.woocommerce div.product form.cart table,
.woocommerce #content div.product form.cart table {
    border: none
}
.woocommerce div.product form.cart table td,
.woocommerce #content div.product form.cart table td {
    border: none
}
.woocommerce div.product form.cart table div.quantity,
.woocommerce #content div.product form.cart table div.quantity {
    float: none;
    margin: 0
}
.woocommerce div.product form.cart table small.stock,
.woocommerce #content div.product form.cart table small.stock {
    display: block;
    float: none
}
.woocommerce div.product form.cart .variations,
.woocommerce #content div.product form.cart .variations {
    margin: 0;
    width: 100%;
    table-layout: fixed
}
.woocommerce div.product form.cart .variations .seldiv,
.woocommerce #content div.product form.cart .variations .seldiv {
    margin: 0px 0px 0px 0px
}
.woocommerce div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select {
    width: 100%;
    margin: 0px 0px 0px 0px
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce #content div.product form.cart .variations td.label {
    padding: 0px 18px 0px 0px
}
.woocommerce div.product form.cart .variations td.label label,
.woocommerce #content div.product form.cart .variations td.label label {
    font-weight: 600;
    margin-bottom: 9px;
    display: inline-block
}
.woocommerce div.product form.cart .variations td,
.woocommerce #content div.product form.cart .variations td {
    vertical-align: top;
    padding: 0
}
.woocommerce div.product form.cart .variations .reset_variations,
.woocommerce #content div.product form.cart .variations .reset_variations {
    font-size: 12px;
    line-height: 1.75;
    margin: 18px 0 0;
    display: inline-block;
    margin-top: 9px
}
.woocommerce div.product form.cart .single_variation .price,
.woocommerce #content div.product form.cart .single_variation .price {
    font-size: 29px;
    line-height: 1.2;
    margin: 27px 0 0;
    margin: 36px 0px 36px 0px;
    display: inline-block
}
.woocommerce div.product form.cart .button,
.woocommerce #content div.product form.cart .button {
    vertical-align: middle;
    float: none;
    display: inline-block;
    margin: 0
}
.woocommerce div.product form.cart .group_table,
.woocommerce #content div.product form.cart .group_table {
    width: 100%;
    margin-bottom: 18px;
    margin-top: 0px
}
.woocommerce div.product form.cart .group_table td.label,
.woocommerce #content div.product form.cart .group_table td.label {
    font-weight: 600
}
.woocommerce div.product form.cart .group_table td,
.woocommerce #content div.product form.cart .group_table td {
    padding: 18px 0px 0px 0px;
    vertical-align: middle
}
.woocommerce div.product form.cart .group_table td.item_total,
.woocommerce #content div.product form.cart .group_table td.item_total {
    width: 1px
}
.woocommerce div.product form.cart .group_table tbody tr:first-child td,
.woocommerce #content div.product form.cart .group_table tbody tr:first-child td {
    padding-top: 0
}
.woocommerce div.product form.cart .group_table .price,
.woocommerce #content div.product form.cart .group_table .price,
.woocommerce div.product form.cart .group_table .price *,
.woocommerce #content div.product form.cart .group_table .price * {
    font-size: 17px;
    line-height: 1.2;
    margin: 27px 0 0;
    margin: 0
}
.woocommerce span.onsale {
    z-index: 100;
    top: 10px;
    left: 10px;
    padding: 3px 7px 3px 7px !important;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    border-radius: 2px;
    color: #fff
}
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}
.woocommerce .products ul:before,
.woocommerce ul.products:before,
.woocommerce .products ul:after,
.woocommerce ul.products:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce .products ul:after,
.woocommerce ul.products:after {
    clear: both
}
.woocommerce .products ul:before,
.woocommerce ul.products:before,
.woocommerce .products ul:after,
.woocommerce ul.products:after {
    content: " ";
    display: table
}
.woocommerce .products ul:after,
.woocommerce ul.products:after {
    clear: both
}
.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    left: 0;
    margin: .75em 0 0 .75em
}
.woocommerce ul.products li.product h3 {
    font-size: 14px;
    line-height: 1.75;
    margin: 18px 0 0;
    margin: 9px 0px 0px 0px
}
.woocommerce ul.products li.product a {
    text-decoration: none
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08), 0 4px 5px rgba(0, 0, 0, 0.02), 0 12px 10px rgba(0, 0, 0, 0.04), 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08), 0 4px 5px rgba(0, 0, 0, 0.02), 0 12px 10px rgba(0, 0, 0, 0.04), 0 2px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08), 0 4px 5px rgba(0, 0, 0, 0.02), 0 12px 10px rgba(0, 0, 0, 0.04), 0 2px 5px rgba(0, 0, 0, 0.05)
}
.woocommerce ul.products li.product a:hover img {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4)
}
.woocommerce ul.products li.product strong {
    display: block
}
.woocommerce ul.products li.product .price {
    display: block;
    font-size: 16px
}
.woocommerce ul.products li.product .price ins {
    background: none;
    text-decoration: none
}
.woocommerce ul.products li.product .price .from {
    font-size: 0.67em;
    margin: -2px 0 0 0;
    text-transform: uppercase
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top
}
.woocommerce nav.woocommerce-pagination,
.woocommerce #content nav.woocommerce-pagination {
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    font-size: 12px
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li {
    padding: 0;
    margin: 0px 2px 0px 2px;
    float: left;
    display: inline;
    overflow: hidden
}
.woocommerce nav.woocommerce-pagination ul li i,
.woocommerce #content nav.woocommerce-pagination ul li i {
    margin-right: 0
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    font-family: "uncodeicon";
    font-weight: normal;
    display: table;
    table-layout: fixed;
    border-width: 1px;
    border-style: solid;
    border-color: transparent
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading,
.woocommerce #content input.button.loading {
    border: 1px solid
}
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce #content input.button.loading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65)
}
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce #content input.button.added:before {
    position: absolute;
    height: 16px;
    width: 16px;
    top: 0.35em;
    right: -26px;
    text-indent: 0;
    font-family: 'WooCommerce';
    content: "\e017"
}
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce #content input.button:active {
    top: 1px
}
.woocommerce a.button:disabled,
.woocommerce button.button:disabled,
.woocommerce input.button:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #content input.button:disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #content input.button.disabled {
    border: 1px solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed
}
.woocommerce a.button:disabled:active,
.woocommerce button.button:disabled:active,
.woocommerce input.button:disabled:active,
.woocommerce #respond input#submit:disabled:active,
.woocommerce #content input.button:disabled:active,
.woocommerce a.button.disabled:active,
.woocommerce button.button.disabled:active,
.woocommerce input.button.disabled:active,
.woocommerce #respond input#submit.disabled:active,
.woocommerce #content input.button.disabled:active {
    top: 0
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}
@media (max-width: 959px) {
    .woocommerce .cart input.button {
        width: 100%
    }
}
.woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block
}
.woocommerce .quantity,
.woocommerce #content .quantity {
    position: relative;
    zoom: 1;
    float: none;
    vertical-align: middle
}
.woocommerce .quantity input,
.woocommerce #content .quantity input {
    margin-top: 0 !important
}
.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty {
    margin: 0;
    float: left;
    max-width: 180px;
    font-size: 12px;
    padding: 13px 31px 13px 31px;
    padding-right: 20px !Important;
    margin-right: 18px;
    font-weight: 700;
    text-align: center
}
.woocommerce .quantity noindex:-o-prefocus,
.woocommerce #content .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce #content .quantity input[type=number] {
    padding-right: 1.2em
}
.woocommerce .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus {
    display: block;
    float: left;
    padding: 9px 14px 9px 14px;
    min-width: 2em;
    margin: 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    line-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.woocommerce .quantity .plus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .minus:hover {
    color: inherit
}
.woocommerce .quantity .plus,
.woocommerce #content .quantity .plus {
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.woocommerce #reviews {
    margin: 0px 0px 36px 0px
}
.woocommerce #reviews .star-rating {
    top: 2em
}
.woocommerce #reviews .gravatar,
.woocommerce #reviews .comment-author {
    margin: 0px 0px 0px 0px
}
.woocommerce #reviews #review_form_wrapper {
    margin: 36px 0px 0px 0px;
    border-top: 1px solid
}
.woocommerce #reviews .woocomments {
    margin: 36px 0px 0px 0px
}
.woocommerce .woocommerce-review-link {
    font-size: 12px
}
.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 4.6em;
    font-family: 'star'
}
.woocommerce .star-rating:before {
    font-size: 12px;
    content: "\53\53\53\53\53";
    float: left;
    top: 0;
    left: 0;
    position: absolute
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}
.woocommerce .star-rating span:before {
    font-size: 12px;
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}
.woocommerce.widget .star-rating {
    width: 3.75em
}
.woocommerce.widget .star-rating:before {
    font-size: 10px
}
.woocommerce.widget .star-rating span:before {
    font-size: 10px
}
.woocommerce .woocommerce-product-rating {
    margin: 9px 0px 0px 0px !important;
    display: block
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: 3px 9px 0px 0px;
    float: left
}
.woocommerce .products .star-rating {
    display: none;
    margin: 9px 0px 9px 0px;
    float: none
}
.woocommerce .products.related .related-title {
    text-align: center;
    margin: 0px 0px 54px 0px
}
.woocommerce .product_meta>*:first-child {
    margin-top: 0
}
.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0 0
}
.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0 0 0;
    background: transparent none;
    border: 0
}
.woocommerce #review_form #respond .comment-form-rating .seldiv {
    display: none
}
.woocommerce #review_form #respond:before,
.woocommerce #review_form #respond:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce #review_form #respond:after {
    clear: both
}
.woocommerce #review_form #respond:before,
.woocommerce #review_form #respond:after {
    content: " ";
    display: table
}
.woocommerce #review_form #respond:after {
    clear: both
}
.woocommerce #review_form #respond #reply-title {
    margin: 36px 0px 0px 0px
}
.woocommerce #review_form #respond p.stars {
    font-size: 12px
}
.woocommerce #review_form #respond .form-submit {
    text-align: left
}
.woocommerce #review_form #respond textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}
.woocommerce p.stars {
    position: relative;
    font-size: 1em
}
.woocommerce p.stars a {
    display: inline-block;
    font-weight: 600;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative
}
.woocommerce p.stars a:last-child {
    border-right: 0
}
.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
    font-family: "WooCommerce";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0
}
.woocommerce p.stars a.star-1 {
    width: 2em
}
.woocommerce p.stars a.star-1:after {
    content: "\e020"
}
.woocommerce p.stars a.star-2 {
    width: 3em
}
.woocommerce p.stars a.star-2:after {
    content: "\e020\e020"
}
.woocommerce p.stars a.star-3 {
    width: 4em
}
.woocommerce p.stars a.star-3:after {
    content: "\e020\e020\e020"
}
.woocommerce p.stars a.star-4 {
    width: 5em
}
.woocommerce p.stars a.star-4:after {
    content: "\e020\e020\e020\e020"
}
.woocommerce p.stars a.star-5 {
    width: 6em;
    border: 0
}
.woocommerce p.stars a.star-5:after {
    content: "\e020\e020\e020\e020\e020"
}
.woocommerce table.shop_attributes {
    border: 0;
    margin: 36px 0px 36px 0px;
    width: 100%
}
.woocommerce table.shop_attributes th {
    width: 110px;
    font-weight: 600;
    padding: 5px 9px 5px 9px;
    border: 0;
    padding-left: 0px;
    margin: 0;
    line-height: 1.5em;
    text-align: left
}
.woocommerce table.shop_attributes td {
    padding: 0;
    border: 0;
    margin: 0
}
.woocommerce table.shop_attributes td p {
    margin: 0
}
.woocommerce table.shop_table {
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-bottom: 0px
}
.woocommerce table.shop_table th {
    border-left: 0px
}
.woocommerce table.shop_table td {
    border-left: 0px;
    vertical-align: middle;
    background-color: transparent !Important
}
.woocommerce table.shop_table td small {
    font-weight: normal
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 600
}
.woocommerce table.shop_table.cart th {
    padding: 18px 18px 18px 18px
}
.woocommerce table.shop_table #coupon_code {
    margin-right: 9px
}
.woocommerce table.my_account_orders {
    font-size: 0.85em;
    margin-bottom: 72px
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
    padding: 18px 27px 18px 27px;
    vertical-align: middle
}
.woocommerce table.my_account_orders .button {
    white-space: nowrap
}
.woocommerce table.my_account_orders .order-actions {
    text-align: right
}
.woocommerce table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em
}
.woocommerce td.product-name dl.variation {
    margin: .25em 0
}
.woocommerce td.product-name dl.variation:before,
.woocommerce td.product-name dl.variation:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce td.product-name dl.variation:after {
    clear: both
}
.woocommerce td.product-name dl.variation:before,
.woocommerce td.product-name dl.variation:after {
    content: " ";
    display: table
}
.woocommerce td.product-name dl.variation:after {
    clear: both
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}
.woocommerce td.product-name dl.variation dt {
    font-weight: 600;
    padding: 0 0 .25em 0;
    margin: 0 4px 0 0;
    clear: left
}
.woocommerce td.product-name dl.variation dd {
    padding: 0 0 .25em 0
}
.woocommerce td.product-name dl.variation dd p:last-child {
    margin-bottom: 0
}
.woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em
}
.woocommerce td.product-quantity {
    min-width: 80px
}
.woocommerce td.product-quantity .quantity {
    float: none;
    display: table-cell
}
.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail {
    min-width: 32px
}
.woocommerce table.cart img,
.woocommerce #content table.cart img {
    width: 80px;
    min-width: 80px
}
.woocommerce table.cart th,
.woocommerce #content table.cart th,
.woocommerce table.cart td,
.woocommerce #content table.cart td {
    vertical-align: middle;
    text-align: left
}
.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove {
    display: block;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #FF3100;
    text-decoration: none;
    left: 50%;
    position: relative;
    font-size: 16px
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text {
    display: inline-block;
    padding: 13px 18px 13px 18px;
    font-size: 12px;
    line-height: inherit;
    text-align: center
}
@media (max-width: 959px) {
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon .input-text {
        max-width: none;
        text-align: center
    }
}
.woocommerce table.cart input,
.woocommerce #content table.cart input {
    margin: 0;
    vertical-align: middle
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0px 0px 18px 0px;
    margin: 0
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 9px 0px 9px 0px;
    margin: 0;
    list-style: none
}
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    content: " ";
    display: table
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}
.woocommerce ul.cart_list li:first-child,
.woocommerce ul.product_list_widget li:first-child {
    padding-top: 0
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
    border-bottom: 0px
}
.woocommerce ul.cart_list li .reviewer,
.woocommerce ul.product_list_widget li .reviewer {
    font-size: 12px
}
.woocommerce ul.cart_list li .amount,
.woocommerce ul.product_list_widget li .amount {
    font-weight: 600
}
.woocommerce ul.cart_list li a.remove,
.woocommerce ul.product_list_widget li a.remove {
    font-size: 0px
}
.woocommerce ul.cart_list li a.remove:before,
.woocommerce ul.product_list_widget li a.remove:before {
    font-size: 14px;
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e013";
    top: 1px;
    position: relative
}
.woocommerce ul.cart_list li .h2,
.woocommerce ul.product_list_widget li .h2 {
    font-size: 13px;
    font-weight: 600;
    margin: 0px 0px 0px 0px
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    width: 40px;
    height: auto
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, 0.1)
}
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
    clear: both
}
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
    content: " ";
    display: table
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
    clear: both
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 600;
    padding: 0 0 .25em 0;
    margin: 0 4px 0 0;
    clear: left
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em 0
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
    border-top: 1px solid;
    padding: 18px 0px 0px 0px;
    margin: 0
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}
.woocommerce.widget_shopping_cart .total .amount,
.woocommerce .widget_shopping_cart .total .amount {
    font-weight: 600;
    float: right;
    margin: 0
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
    border-top-width: 1px;
    border-top-style: solid;
    text-align: center
}
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after {
    clear: both
}
.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after {
    content: " ";
    display: table
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after {
    clear: both
}
.woocommerce.widget_shopping_cart .buttons .wc-forward,
.woocommerce .widget_shopping_cart .buttons .wc-forward,
.woocommerce.widget_shopping_cart .buttons .wc-forward a,
.woocommerce .widget_shopping_cart .buttons .wc-forward a {
    margin: 18px 9px 0px 9px;
    float: none
}
.woocommerce .shipping-calculator-form {
    margin: 18px 0px 0px 0px
}
.woocommerce .shipping-calculator-form .form-row-wide .seldiv {
    margin-top: 0px !Important
}
.woocommerce .cart-collaterals .shipping_calculator .button {
    float: none;
    display: block;
    margin-top: 0
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    content: "\e02e"
}
.woocommerce .cart-collaterals .cart_totals h2 {
    text-align: left;
    margin: 72px 0px 0px 0px !important
}
.woocommerce .cart-collaterals .cart_totals p {
    margin: 0
}
.woocommerce .cart-collaterals .cart_totals p small {
    font-size: 0.83em
}
.woocommerce .cart-collaterals .cart_totals table {
    padding: 18px 27px 18px 27px;
    border-collapse: separate;
    width: 100%;
    margin: 36px 0px 0px 0px
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce .cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0
}
.woocommerce .cart-collaterals .cart_totals table th {
    width: 25%;
    text-align: left;
    border: 0px
}
.woocommerce .cart-collaterals .cart_totals table td {
    border: 0px
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th {
    vertical-align: middle;
    background-color: transparent;
    padding: 14px 0px 14px 0px
}
.woocommerce .cart-collaterals .cart_totals table small {
    display: block
}
.woocommerce .cart-collaterals .cart_totals table select {
    width: 100%
}
.woocommerce .cart-collaterals .cart_totals .discount td {
    color: #85ad74
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th {
    border-top-width: 1px;
    border-top-style: solid
}
.woocommerce .cart-collaterals .cart_totals a.button.alt {
    display: inline-block
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}
.woocommerce form .form-row .seldiv {
    margin: 5px 0px 0px 0px !important
}
.woocommerce form .form-row label {
    line-height: 2em
}
.woocommerce form .form-row label.hidden {
    visibility: hidden
}
.woocommerce form .form-row label.inline {
    display: inline
}
.woocommerce form .form-row select {
    cursor: pointer
}
.woocommerce form .form-row .required {
    color: #FF3100;
    font-weight: 600;
    border: 0
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    outline: 0
}
.woocommerce form .form-row textarea {
    height: 3em;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select {
    border-color: #FF3100
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
    text-align: left;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0px 18px 18px 18px;
    border-style: solid;
    border-width: 1px
}
.woocommerce form.checkout_coupon {
    top: -40px;
    position: relative
}
.woocommerce form.checkout_coupon p {
    margin: 9px 0px 0px 0px
}
.woocommerce .woo-login-btn {
    margin-top: 0
}
.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}
.woocommerce ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none outside
}
.woocommerce ul#shipping_method .amount {
    font-weight: 600
}
.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}
.woocommerce .checkout h3#order_review_heading {
    margin-top: 36px
}
.woocommerce .checkout .col-2 h3#ship-to-different-address label {
    margin: 0;
    margin-right: .5em;
    line-height: inherit
}
.woocommerce .checkout .col-2 #ship-to-different-address-checkbox {
    font-size: 14px !important
}
.woocommerce .checkout .col-2 .notes {
    clear: left
}
.woocommerce .checkout .col-2 .form-row-first {
    clear: left
}
.woocommerce .checkout .create-account small {
    font-size: 11px;
    line-height: 13px;
    font-weight: normal
}
.woocommerce .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}
.woocommerce .checkout .shipping_address {
    clear: both
}
.woocommerce .checkout table td,
.woocommerce .checkout table th {
    padding-top: 18px;
    padding-bottom: 18px
}
.woocommerce .processing .blockUI.blockOverlay:before {
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute
}
.style-light .woocommerce .processing .blockUI.blockOverlay:before {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/oval-anim-light.svg)
}
.style-dark .woocommerce .processing .blockUI.blockOverlay:before {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/oval-anim-dark.svg)
}
.woocommerce #payment {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 36px 0px 0px 0px;
    border-style: solid;
    border-width: 1px
}
.woocommerce #payment ul.payment_methods {
    text-align: left;
    padding: 18px 18px 18px 18px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 0;
    list-style: none outside
}
.woocommerce #payment ul.payment_methods:before,
.woocommerce #payment ul.payment_methods:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce #payment ul.payment_methods:after {
    clear: both
}
.woocommerce #payment ul.payment_methods:before,
.woocommerce #payment ul.payment_methods:after {
    content: " ";
    display: table
}
.woocommerce #payment ul.payment_methods:after {
    clear: both
}
.woocommerce #payment ul.payment_methods li {
    line-height: 2em;
    text-align: left;
    margin: 18px 0px 0px 0px;
    font-weight: normal
}
.woocommerce #payment ul.payment_methods li:first-child {
    margin-top: 0
}
.woocommerce #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}
.woocommerce #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 0.5em;
    padding: 0;
    position: relative;
    box-shadow: none
}
.woocommerce #payment ul.payment_methods li img+img {
    margin-left: 2px
}
.woocommerce #payment div.form-row {
    padding: 18px 18px 18px 18px
}
.woocommerce #payment div.payment_box {
    position: relative;
    font-size: 12px;
    margin: 0px 0px 0px 32px
}
.woocommerce #payment div.payment_box p {
    margin-top: 0px;
    font-weight: normal
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/icons/credit-cards/visa.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/icons/credit-cards/mastercard.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/icons/credit-cards/laser.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/icons/credit-cards/diners.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/icons/credit-cards/maestro.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/icons/credit-cards/jcb.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/icons/credit-cards/amex.png)
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/icons/credit-cards/discover.png)
}
.woocommerce #payment div.payment_box span.help {
    font-size: 12px;
    font-weight: normal
}
.woocommerce #payment div.payment_box .form-row {
    margin: 0 0 1em
}
.woocommerce #payment div.payment_box p:last-child {
    margin-bottom: 0
}
.woocommerce #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: 0.83em
}
.woocommerce #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}
.woocommerce #payment .place-order .btn,
.woocommerce #payment .place-order input {
    margin-top: 0
}
.woocommerce .order_details {
    margin: 18px 0px 18px 0px;
    list-style: none
}
.woocommerce .order_details:before,
.woocommerce .order_details:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce .order_details:after {
    clear: both
}
.woocommerce .order_details:before,
.woocommerce .order_details:after {
    content: " ";
    display: table
}
.woocommerce .order_details:after {
    clear: both
}
.woocommerce .order_details td,
.woocommerce .order_details th {
    padding-top: 18px;
    padding-bottom: 18px
}
.woocommerce .order_details li {
    float: left;
    margin-right: 4em;
    text-transform: uppercase;
    border-right-width: 1px;
    border-right-style: solid;
    padding-right: 4em;
    font-weight: 800
}
.woocommerce .order_details li strong {
    display: block;
    font-size: 16px;
    text-transform: none;
    margin: 5px 0px 0px 0px
}
.woocommerce .order_details li:last-of-type {
    border: none
}
.woocommerce .customer_details td,
.woocommerce .customer_details th {
    padding-top: 18px;
    padding-bottom: 18px
}
.woocommerce .order-details h3 {
    margin-top: 36px !important
}
.woocommerce .order-details .addresses {
    margin-top: 36px !important
}
.woocommerce .addresses {
    margin: 18px 0px 0px 0px;
    border-top-width: 1px;
    border-top-style: solid
}
.woocommerce .addresses .title:before,
.woocommerce .addresses .title:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce .addresses .title:after {
    clear: both
}
.woocommerce .addresses .title:before,
.woocommerce .addresses .title:after {
    content: " ";
    display: table
}
.woocommerce .addresses .title:after {
    clear: both
}
.woocommerce .addresses .title h3 {
    float: left
}
.woocommerce .addresses .title .edit {
    float: right;
    margin: 18px 0px 0px 0px
}
.woocommerce ol.commentlist.notes li.note p.meta {
    font-weight: 600;
    margin-bottom: 0
}
.woocommerce ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}
.woocommerce ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}
.woocommerce ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}
.woocommerce ul.digital-downloads li:before {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e00a"
}
.woocommerce ul.digital-downloads li .count {
    float: right
}
.woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}
.woocommerce .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none
}
.woocommerce .widget_layered_nav ul li:before,
.woocommerce .widget_layered_nav ul li:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.woocommerce .widget_layered_nav ul li:after {
    clear: both
}
.woocommerce .widget_layered_nav ul li:before,
.woocommerce .widget_layered_nav ul li:after {
    content: " ";
    display: table
}
.woocommerce .widget_layered_nav ul li:after {
    clear: both
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
    padding: 1px 0;
    float: left
}
.woocommerce .widget_layered_nav ul li.chosen a {
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.woocommerce .widget_layered_nav ul li.chosen a:before {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e013";
    position: relative;
    top: 1px
}
.woocommerce .widget_layered_nav ul small.count {
    float: right;
    margin-left: 6px;
    font-size: 1em;
    padding: 1px 0
}
.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}
.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none
}
.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left
}
.woocommerce .widget_layered_nav_filters ul li a:before {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 7px;
    content: "\e013";
    position: relative;
    top: 1px
}
.woocommerce .widget_price_filter .price_slider {
    margin: 18px 0px 0px 9px
}
.woocommerce .widget_price_filter .price_label {
    margin: 27px 0px 0px 0px;
    padding: 9px 0px 0px 0px
}
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    float: left
}
.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    outline: none;
    top: -0.45em;
    margin-left: -1em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    -webkit-border-radius: 1em;
    border-radius: 1em
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 1em;
    border-radius: 1em
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}
.woocommerce .myaccount-cont {
    padding: 0px 18px 18px 18px;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box
}
.style-dark #review_form_wrapper {
    border-color: #303133 !important
}
.style-light #review_form_wrapper {
    border-color: #eaeaea !important
}
.widget_price_filter .ui-slider .ui-slider-handle {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08), 0 4px 5px rgba(0, 0, 0, 0.02), 0 12px 10px rgba(0, 0, 0, 0.04), 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08), 0 4px 5px rgba(0, 0, 0, 0.02), 0 12px 10px rgba(0, 0, 0, 0.04), 0 2px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08), 0 4px 5px rgba(0, 0, 0, 0.02), 0 12px 10px rgba(0, 0, 0, 0.04), 0 2px 5px rgba(0, 0, 0, 0.05)
}
.widget_price_filter .ui-slider .ui-slider-range {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4)
}
.star-rating:before {
    color: #777
}
form.woocommerce-shipping-calculator button,
form.cart button {
    border-width: 1px;
    border-style: solid;
    margin: 18px 0px 0px 0px
}
td.product-name a {
    font-weight: 600
}
p .thank-you {
    display: inline-block;
    font-size: 24px;
    line-height: 1.2;
    margin: 27px 0 0;
    margin-bottom: 36px
}
.form-row label {
    font-weight: 600
}
@-moz-document url-prefix() & {
    .uncode-cart {
        display: table
    }
}
@media (min-width: 960px) {
    body[class*=hmenu] .uncode-cart .dropdown-toggle {
        width: 20px
    }
}
.uncode-cart .badge {
    top: -1px;
    margin: 0 !important;
    display: inline-block;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    text-align: center !important;
    letter-spacing: 0.5px;
    font-size: 9px
}
.uncode-cart .badge:before {
    content: '('
}
.uncode-cart .badge:after {
    content: ')'
}
body[class*=vmenu] .uncode-cart .badge {
    padding-left: 5px
}
@media (min-width: 960px) {
    body[class*=hmenu] .uncode-cart .badge {
        display: block;
        width: 1.75em;
        height: 1.75em;
        position: absolute;
        color: #fff;
        line-height: 1.9em;
        top: -5px;
        right: -9px
    }
    body[class*=hmenu] .uncode-cart .badge:before,
    body[class*=hmenu] .uncode-cart .badge:after {
        content: ''
    }
}
@media (max-width: 960px) {
    .uncode-cart .badge {
        background-color: transparent !important
    }
}
body[class*=vmenu-] .uncode-cart .badge {
    background-color: transparent !important
}
.uncode-cart .uncode-cart-dropdown * {
    text-align: left !important
}
@media (max-width: 960px) {
    .uncode-cart .uncode-cart-dropdown li {
        padding: 9px 36px 9px 36px
    }
}
@media (min-width: 960px) {
    .uncode-cart .uncode-cart-dropdown {
        padding: 36px 36px 36px 36px !important
    }
    .uncode-cart .uncode-cart-dropdown>li:first-child {
        padding-top: 0
    }
}
.uncode-cart .uncode-cart-dropdown .wc-forward i {
    margin-right: 5px !important
}
.uncode-cart .uncode-cart-dropdown .wc-forward:first-child {
    margin-right: 9px
}
.uncode-cart .uncode-cart-dropdown .wc-forward:hover {
    background: none !important
}
.uncode-cart img {
    max-width: 40px
}
@media (min-width: 960px) {
    .uncode-cart .product_list_widget {
        min-width: 0em !important;
        max-width: none !important;
        display: table
    }
}
@media (max-width: 959px) {
    .uncode-cart .product_list_widget {
        width: 100% !important
    }
}
.uncode-cart .btn {
    display: inline-block
}
.uncode-cart .buttons {
    border-top-style: solid;
    border-top-width: 1px
}
@media (min-width: 960px) {
    .uncode-cart .buttons {
        padding: 18px 0px 0px 0px !important
    }
}
@media (max-width: 959px) {
    .uncode-cart .buttons {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin: 9px 36px 18px 36px;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}
.uncode-cart .wc-forward {
    float: left;
    margin-right: .25em
}
.uncode-cart .wc-forward.checkout {
    float: right;
    margin-right: 0;
    margin-left: .25em
}
.uncode-cart .subtotal {
    padding: 9px 0px 18px 0px
}
.uncode-cart .subtotal .amount {
    font-weight: 600
}
.uncode-cart .amount {
    font-weight: normal;
    float: right;
    margin: 0
}
@media (min-width: 960px) {
    .uncode-cart a i.fa:not(.fa-dropdown) {
        left: 0px;
        margin-right: 0;
        line-height: 0px;
        position: relative
    }
    body[class*=hmenu] .uncode-cart a i.fa:not(.fa-dropdown) {
        top: 3px;
        font-size: 18px
    }
}
.uncode-cart .cart-item-list {
    padding: 9px 0px 9px 0px;
    width: 100%
}
.uncode-cart .cart-thumb {
    float: left;
    padding: 0 !important;
    margin-right: 1.3em
}
.uncode-cart .product-quantity {
    display: block;
    margin-top: .125em
}
.uncode-cart .product-quantity .amount {
    float: none
}
.uncode-cart .cart-desc {
    overflow: auto;
    margin-bottom: -7px
}
.uncode-cart .cart-desc>span:first-child {
    font-weight: 600
}
.uncode-cart .cart-item {
    display: block
}
.uncode-cart .buttons:before,
.uncode-cart .buttons:after {
    content: " ";
    display: table;
    table-layout: fixed
}
.uncode-cart .buttons:after {
    clear: both
}
.uncode-cart .buttons:before,
.uncode-cart .buttons:after {
    content: " ";
    display: table
}
.uncode-cart .buttons:after {
    clear: both
}
.woocommerce ul.cart_list li.buttons,
.woocommerce ul.product_list_widget li.buttons {
    padding: 0
}
.cart-empty {
    text-align: center
}
.return-to-shop {
    text-align: center
}
.return-to-shop .btn {
    margin-top: 0
}
.add_to_cart_button:after {
    display: none;
    opacity: 0
}
.add_to_cart_button.loading {
    text-indent: -9999px
}
.add_to_cart_button.loading:after {
    opacity: 1;
    display: block;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    content: "";
    z-index: 1000
}
.tmb-light .add_to_cart_button.loading:after {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/oval-anim-dark.svg)
}
.tmb-dark .add_to_cart_button.loading:after {
    background-image: url(/uncode/wp-content/themes/uncode/library/img/oval-anim-light.svg)
}
.wc-proceed-to-checkout {
    text-align: right;
    margin: 36px 0px 0px 0px
}
.btn.checkout,
.btn.checkout-button {
    -webkit-transform-origin: right !important;
    -moz-transform-origin: right !important;
    -o-transform-origin: right !important;
    -ms-transform-origin: right !important;
    transform-origin: right !important
}
.row-message + .row-message .row-parent {
    padding-top: 18px
}
.select2-container {
    margin: 0;
    position: relative;
    display: block!important;
    zoom: 1;
    vertical-align: middle
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.select2-container .select2-choice {
    display: block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-position: 100% center;
    background-repeat: no-repeat
}
.style-light .select2-container .select2-choice {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+)
}
.style-dark .select2-container .select2-choice {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+)
}
html[dir=rtl] .select2-container .select2-choice {
    padding: 0 8px 0 0
}
.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #ccc;
    border-radius: 0 0 4px 4px
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px
}
.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto
}
html[dir=rtl] .select2-container .select2-choice>.select2-chosen {
    margin-left: 26px;
    margin-right: 0
}
.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 5px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/select2.png) right top no-repeat;
    cursor: pointer;
    outline: 0
}
.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer
}
.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0)
}
.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border-top: 0;
    border-radius: 0 0 3px 3px
}
.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-radius: 3px 3px 0 0
}
.select2-drop-active {
    border-width: 1px;
    border-style: solid;
    border-top: none;
    border-color: #eaeaea
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-width: 1px;
    border-style: solid
}
.select2-drop-auto-width {
    width: auto
}
.select2-drop-auto-width .select2-search {
    padding-top: 4px
}
html[dir=rtl] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-radius: 3px 0 0 3px
}
.select2-search {
    display: inline-block;
    width: 100%;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
    padding-bottom: 4px
}
.select2-search input {
    width: 100%;
    height: auto!important;
    padding: 4px 20px 4px 5px!important;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/select2.png) 100% -22px no-repeat #fff
}
html[dir=rtl] .select2-search input {
    padding: 4px 5px 4px 20px;
    background: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/select2.png) -37px -22px no-repeat #fff
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px
}
.select2-search input.select2-active {
    background: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/select2-spinner.gif) 100% no-repeat #fff
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border-width: 1px;
    border-style: solid;
    outline: 0
}
.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.select2-dropdown-open .select2-choice .select2-arrow b:after {
    border-top-color: transparent;
    margin-top: -6px
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-top-color: transparent
}
.select2-dropdown-open .select2-choice .select2-arrow {
    background: 0 0;
    border-left: none;
    filter: none
}
html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px
}
html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px
}
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.select2-results {
    max-height: 200px;
    padding: 4px;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}
html[dir=rtl] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px
}
.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0
}
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    margin: 3px 0
}
.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: 700
}
.select2-results .select2-result-label {
    padding: 5px 7px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.select2-results-dept-1 .select2-result-label {
    padding-left: 20px
}
.select2-results-dept-2 .select2-result-label {
    padding-left: 40px
}
.select2-results-dept-3 .select2-result-label {
    padding-left: 60px
}
.select2-results-dept-4 .select2-result-label {
    padding-left: 80px
}
.select2-results-dept-5 .select2-result-label {
    padding-left: 100px
}
.select2-results-dept-6 .select2-result-label {
    padding-left: 110px
}
.select2-results-dept-7 .select2-result-label {
    padding-left: 180px
}
.select2-results .select2-highlighted {
    background: #f1f1f1;
    border-radius: 3px
}
.select2-results li em {
    background: #feffde;
    font-style: normal
}
.select2-results .select2-highlighted em {
    background: 0 0
}
.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000
}
.select2-results .select2-ajax-error,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px
}
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default
}
.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default
}
.select2-results .select2-selected {
    display: none
}
.select2-more-results.select2-active {
    background: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/select2-spinner.gif) 100% no-repeat #f4f4f4
}
.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, 0.2)
}
.select2-more-results {
    background: #f4f4f4;
    display: list-item
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0
}
.select2-container.select2-container-disabled .select2-choice abbr {
    display: none
}
.select2-container-multi .select2-choices {
    height: auto!important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #ccc;
    cursor: text;
    overflow: hidden;
    background-color: #fff
}
html[dir=rtl] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px
}
.select2-locked {
    padding: 3px 5px !important
}
.select2-container-multi .select2-choices {
    min-height: 26px
}
.select2-container-multi.select2-container-active .select2-choices {
    border-width: 1px;
    border-style: solid;
    outline: 0
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}
html[dir=rtl] .select2-container-multi .select2-choices li {
    float: right
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0 !important
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/select2-spinner.gif) 100% no-repeat #fff !important
}
.select2-default {
    color: #999 !important
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 5px 8px 5px 24px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 15px;
    color: #333;
    cursor: default;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4
}
html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 5px 24px 5px 8px
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}
.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 7px;
    top: 6px;
    font-size: 1px;
    outline: 0;
    background: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/select2.png) right top no-repeat
}
html[dir=rtl] .select2-search-choice-close {
    right: auto;
    left: 7px
}
.select2-container-multi .select2-search-choice-close {
    left: 7px
}
html[dir=rtl] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 7px
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px
}
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: 0 0
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline
}
.select2-offscreen,
.select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important;
    outline: 0!important;
    left: 0!important;
    top: 0 !important
}
.select2-display-none {
    display: none
}
.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 2dppx) {
    .select2-search input {
        background-image: url(/uncode/wp-content/themes/uncode/library/img/woocommerce/select2x2.png) !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px!important;
        background-position: 100% -21px !important
    }
}
.widget_product_search {
    position: relative
}
.widget_product_search .search-field {
    width: 100%
}
.widget_product_search i {
    position: absolute;
    right: 1.35em;
    bottom: 1.2em
}
@media (min-width: 960px) {
    .limit-width {
        max-width: 1200px;
        margin: auto;
    }
}
@media (min-width: 960px) {
    .main-header,
    .vmenu-container {
        width: 320px;
    }
}
.menu-primary ul.menu-smart > li > a,
.menu-primary ul.menu-smart li.dropdown > a,
.menu-primary ul.menu-smart li.mega-menu > a,
.vmenu-container ul.menu-smart > li > a,
.vmenu-container ul.menu-smart li.dropdown > a {
    text-transform: uppercase;
}
.menu-primary ul.menu-smart ul a,
.vmenu-container ul.menu-smart ul a {
    text-transform: uppercase;
}