#page-preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    opacity: .98;
    background: #2c2e3d
}

.block-preloader.preloader, .block-preloader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    height: auto
}

.block-preloader + * {
    overflow: visible !important
}

.block-preloader.preloader + *:not(iframe) {
    height: auto !important
}

.block-preloader:after {
    display: none
}

#page-preloader.preloader-loaded .page-preloader-spin, .block-preloader.preloader-loaded .page-preloader-spin {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#page-preloader.preloader-loaded, .block-preloader.preloader-loaded {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.no-js #page-preloader, .no-js .block-preloader {
    display: none
}

#page-preloader .page-preloader-spin, .block-preloader .page-preloader-spin, .preloader-spin {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1001;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #b9b7ff;
    -webkit-animation: PreloaderSpin 2s linear infinite;
    animation: PreloaderSpin 2s linear infinite
}

.preloader-spin {
    border-top-color: #b9b7ff
}

.block-preloader .page-preloader-spin {
    top: 100px;
    margin-top: 0
}

#page-preloader .page-preloader-spin:before, .block-preloader .page-preloader-spin:before, .preloader-spin:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #00bcd4;
    -webkit-animation: PreloaderSpin 3s linear infinite;
    animation: PreloaderSpin 3s linear infinite
}

.preloader-spin:before {
    border-top-color: #00bcd4
}

#page-preloader .page-preloader-spin:after, .block-preloader .page-preloader-spin:after, .preloader-spin:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #a3e7f0;
    -webkit-animation: PreloaderSpin 1.5s linear infinite;
    animation: PreloaderSpin 1.5s linear infinite
}

.gem-fancybox-preloader .preloader-spin:after {
    border-top-color: #a3e7f0
}

.preloader-spin:after {
    border-top-color: #7b97ab
}

.fancybox-slide .gem-fancybox-preloader {
    width: 150px;
    height: 150px;
    background: 0 0;
    margin: 0;
    margin-top: -75px;
    margin-left: -75px;
    padding: 0
}

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

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

.portfolio-scroll-pagination .preloader-spin {
    margin-top: -10px
}

.blog-load-more-style-timeline-new .preloader-spin {
    margin-top: -10px
}

.gem-product-scroll-pagination .preloader-spin {
    margin-top: -10px
}

html {
    -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: 0 0
}

a:active, a:hover {
    outline: 0 none
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.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
}

code, kbd, pre, samp {
    /*font-family: monospace, monospace;*/
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0 none
}

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 silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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 {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-size: 14px;
    line-height: 1.421;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover {
    color: #2a6496;
    text-decoration: none
}

a:focus {
    outline: 0 none;
    outline: 0 none;
    outline-offset: 0
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

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

.clearfix:after {
    clear: both
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 21px;
    padding-right: 21px
}

@media (min-width: 1212px) {
    .container {
        width: 1212px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 21px;
    padding-right: 21px
}

.row {
    margin-left: -21px;
    margin-right: -21px
}

.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    display: table;
    content: " "
}

.container:after, .container-fluid:after, .row:after {
    clear: both
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 21px;
    padding-right: 21px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: 0
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: 0
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1212px) {
    .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 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

@font-face {
    font-family: 'thegem-icons';
    src: url(../fonts/thegem-icons.eot);
    src: url(../fonts/thegem-icons.eot#iefix) format('embedded-opentype'), url(../fonts/thegem-icons.woff) format('woff'), url(../fonts/thegem-icons.ttf) format('truetype'), url(../fonts/thegem-icons.svg#thegem-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'thegem-socials';
    src: url(../fonts/thegem-socials.eot);
    src: url(../fonts/thegem-socials.eot#iefix) format('embedded-opentype'), url(../fonts/thegem-socials.woff) format('woff'), url(../fonts/thegem-socials.ttf) format('truetype'), url(../fonts/thegem-socials.svg#thegem-socials) format('svg');
    font-weight: 400;
    font-style: normal
}

body {
    background-attachment: fixed
}

p {
    margin: 0 0 1.1em
}

a {
    -o-transition: color .3s, background-color .3s;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}

::placeholder {
    opacity: 1
}

.row {
    margin-bottom: 1.1em
}

.row:last-of-type {
    margin-bottom: 0
}

button {
    outline: none
}

@media (max-width: 1199px) {
    #footer-nav .row {
        margin-top: -3em
    }

    #footer-nav .row > * {
        margin-top: 3em
    }
}

h1:first-child {
    margin-top: -10px
}

h1, .title-h1 {
    margin: 1.4em 0;
    text-transform: uppercase;
    letter-spacing: .05em
}

h2, .title-h2 {
    text-transform: uppercase;
    margin: 1.2em 0;
    letter-spacing: .05em
}

h3, .title-h3 {
    text-transform: uppercase;
    margin: 1.13em 0;
    letter-spacing: .05em
}

h4, .title-h4 {
    text-transform: uppercase;
    margin: 1em 0;
    letter-spacing: .05em
}

h5, .title-h5 {
    text-transform: uppercase;
    margin: .5em 0;
    letter-spacing: .05em
}

h6, .title-h6 {
    text-transform: uppercase;
    margin: 1.19em 0;
    letter-spacing: .05em
}

.title-xlarge {
    margin: 1.4em 0;
    text-transform: uppercase;
    letter-spacing: .05em
}

h1 .light, h2 .light, h3 .light, h4 .light, h5 .light, h6 .light, .title-h1 .light, .title-h2 .light, .title-h3 .light, .title-h4 .light, .title-h5 .light, .title-h6 .light, .title-xlarge .light {
    text-transform: uppercase;
    font-size: inherit;
    line-height: inherit
}

.letter-spacing {
    letter-spacing: .05em
}

.page-title-block .title-xlarge, .page-title-block h1, .page-title-block h2, .page-title-block h3, .page-title-block h4, .page-title-block h5, .page-title-block h6, .page-title-block .title-h1, .page-title-block .title-h2, .page-title-block .title-h3, .page-title-block .title-h4, .page-title-block .title-h5, .page-title-block .title-h6 {
    margin: 0 auto
}

.small-body {
    font-size: 85%;
    line-height: inherit;
    display: block;
    line-height: 23px
}

.centered-box {
    text-align: center
}

.gem-dummy {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.grayscale, .grayscale-image img {
    filter: url(../fonts/grayscale.svg#greyscale);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.gscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.gscale:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.grayscale-hover:hover, .grayscale-image a:hover img, .grayscale-image .hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none
}

.disable-grayscale .grayscale-hover, .disable-grayscale .grayscale-image a img, .disable-grayscale .grayscale-image img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none
}

.inline-row {
    font-size: 0;
    margin-bottom: -42px
}

.inline-row-center {
    text-align: center
}

.inline-column {
    float: none;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 42px
}

.inline-inside {
    font-size: 0;
    line-height: 0
}

.z-index {
    z-index: 1000;
    position: relative
}

ul.styled, ol.styled, ul.product_list_widget {
    margin: 0;
    padding: 0;
    list-style: none
}

.fullwidth-block-inner > :last-child, .fullwidth-block-inner > .container > :last-child, .centered-box > :last-child, .gem-textbox-content > :last-child, .gem-icon-with-text-text > :last-child, .gem-icon-with-text-content > :last-child, .gem-alert-box-content > :last-child, .gem-map-with-text-content > :last-child, .gem-map-with-text-content > .container > :last-child, blockquote > :last-child, .comment-text > :last-child, .entry-content.post-content > :last-child {
    margin-bottom: 0
}

.entry-content.post-content > .wpb_row:last-child, .gem-textbox-content > .wpb_row:last-child {
    margin-bottom: 0
}

.fullwidth-block-inner > :first-child, .fullwidth-block-inner > .container > :first-child, .centered-box > :first-child, .gem-textbox-content > :first-child, .gem-icon-with-text-text > :first-child, .gem-icon-with-text-content > :first-child, .gem-map-with-text-content > :first-child, .gem-map-with-text-content > .container > :first-child, .gem_tab > :first-child, blockquote > :first-child, .comment-text > :first-child, .wpb_wrapper > :first-child {
    margin-top: 0
}

.gem-prev, .gem-next, .ls-thegem a.ls-nav-prev, .ls-thegem a.ls-nav-next {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
    font-size: 0;
    line-height: 0;
    text-indent: 100%;
    overflow: hidden;
    display: block;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.gem-prev:focus, .gem-next:focus, .ls-thegem a.ls-nav-prev:focus, .ls-thegem a.ls-nav-next:focus {
    outline: 0 none
}

.nivo-directionNav .gem-prev, .nivo-directionNav .gem-next, .ls-thegem a.ls-nav-prev, .ls-thegem a.ls-nav-next, .related-products-carousel.fullwidth-block .gem-prev, .related-products-carousel.fullwidth-block .gem-next {
    width: 10%;
    z-index: 10
}

.gem-prev, .ls-thegem a.ls-nav-prev {
    left: 0
}

.gem-next, .ls-thegem a.ls-nav-next {
    right: 0
}

.gem-prev:after, .gem-next:after, .ls-thegem a.ls-nav-prev:after, .ls-thegem a.ls-nav-next:after {
    position: absolute;
    font-family: 'thegem-icons';
    font-style: normal;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-indent: 0;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.gem-prev:after, .ls-thegem a.ls-nav-prev:after {
    content: '\e636'
}

.gem-next:after, .ls-thegem a.ls-nav-next:after {
    content: '\e634'
}

.gem-prev.disabled, .gem-next.disabled {
    visibility: hidden
}

.gem-pagination {
    text-align: left;
    margin-top: 75px
}

.gem-pagination.centered-box {
    text-align: center
}

.gem-pagination-links {
    margin: 0 -8px
}

.gem-pagination a, .gem-pagination .current {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    margin-bottom: 16px;
    font-size: 14px;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.gem-pagination .prev, .gem-pagination .next {
    font-size: 0
}

.gem-pagination .prev:before, .gem-pagination .next:before {
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    font-size: 24px
}

.gem-pagination .prev:before {
    content: '\e636'
}

.gem-pagination .next:before {
    content: '\e634'
}

.gem-mini-pagination {
    text-align: center;
    padding-top: 15px
}

.gem-mini-pagination a {
    display: inline-block;
    width: 17px;
    height: 17px;
    font-size: 0;
    line-height: 0;
    text-indent: 100%;
    overflow: hidden;
    margin: 0 7px;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px
}

.gem-mini-pagination a:focus {
    outline: 0 none
}

.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_pagination-trigger {
    width: 16px;
    height: 16px;
    background-color: #b6c6c9;
    border-radius: 50%
}

.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_pagination-trigger:hover {
    background-color: #b6c6c9
}

.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_active .vc_pagination-trigger {
    background-color: #00bcd4
}

.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-square .vc_pagination-trigger {
    width: 16px;
    height: 16px;
    background-color: #3c3950;
    border-radius: 3px
}

.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-square .vc_pagination-trigger:hover {
    background-color: #3c3950
}

.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-square .vc_active .vc_pagination-trigger {
    background-color: #00bcd4
}

.gem-print-icon {
    display: inline-block;
    font-family: 'thegem-user-icons';
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    text-align: center;
    vertical-align: middle
}

.gem-print-icon.gem-icon-pack-elegant {
    font-family: 'ElegantIcons';
    font-size: 16px
}

.gem-print-icon.gem-icon-pack-material {
    font-family: 'MaterialDesignIcons';
    font-size: 24px
}

.gem-print-icon.thegemdemo {
    font-family: 'TheGemDemoIcons';
    font-size: 24px
}

.gem-print-icon.gem-icon-pack-fontawesome {
    font-family: 'FontAwesome';
    font-size: 14px
}

.gem-print-icon.gem-icon-pack-userpack {
    font-family: 'UserPack';
    font-size: 16px
}

.gem-print-icon.gem-icon-pack-thegem-icons:before {
    font-family: 'thegem-icons';
    font-style: normal;
    font-size: 16px;
    vertical-align: top
}

.gem-print-icon.gem-icon-pack-thegem-icons.gem-icon-share:before {
    content: '\e60d'
}

.gem-print-icon.gem-icon-pack-thegem-icons.gem-icon-prev:before {
    content: '\e636';
    font-size: 24px
}

.gem-print-icon.gem-icon-pack-thegem-icons.gem-icon-next:before {
    content: '\e634';
    font-size: 24px
}

.gem-print-icon.gem-icon-pack-thegem-icons.gem-icon-hamburger:before {
    content: '\e620'
}

.gem-icon {
    position: relative;
    font-weight: 400;
    font-family: 'ElegantIcons';
    font-size: 24px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 3px;
    font-style: normal
}

.gem-icon.gem-icon-pack-material {
    font-family: 'MaterialDesignIcons'
}

.gem-icon.gem-icon-pack-fontawesome {
    font-family: 'FontAwesome'
}

.gem-icon.gem-icon-pack-thegemdemo {
    font-family: 'TheGemDemoIcons'
}

.gem-icon.gem-icon-pack-userpack {
    font-family: 'UserPack'
}

.gem-icon-centered {
    display: block;
    margin: 0 auto
}

.gem-icon-inner {
    position: relative;
    height: 100%;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: -1px
}

.gem-icon-size-small {
    font-size: 24px;
    border-style: solid;
    border-width: 3px;
    height: 50px
}

.gem-icon-size-small .gem-icon-inner {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.gem-icon.gem-simple-icon {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 0 none
}

.gem-icon.gem-simple-icon .gem-icon-inner {
    width: 100%;
    height: 100%;
    line-height: inherit;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.gem-icon-shape-square, .gem-simple-icon {
    border-radius: 3px
}

.gem-icon-shape-square .gem-icon-inner {
    border-radius: 0
}

.gem-icon-size-medium {
    font-size: 48px;
    border-width: 4px;
    height: 80px
}

.gem-icon-size-medium .gem-icon-inner {
    width: 74px;
    height: 74px;
    line-height: 74px
}

.gem-icon-size-medium.gem-simple-icon {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.gem-icon-size-medium.gem-icon-shape-square, .gem-icon-size-medium.gem-simple-icon {
    border-radius: 3px
}

.gem-icon-size-large {
    font-size: 96px;
    border-width: 7px;
    height: 160px
}

.gem-icon-size-large .gem-icon-inner {
    width: 148px;
    height: 148px;
    line-height: 148px
}

.gem-icon-size-large.gem-simple-icon {
    width: 96px;
    height: 96px;
    line-height: 96px
}

.gem-icon-size-large.gem-icon-shape-square, .gem-icon-size-large.gem-simple-icon {
    border-radius: 6px
}

.gem-icon-size-xlarge {
    font-size: 144px;
    border-width: 13px;
    height: 240px
}

.gem-icon-size-xlarge .gem-icon-inner {
    width: 216px;
    height: 216px;
    line-height: 216px
}

.gem-icon-size-xlarge.gem-simple-icon {
    width: 144px;
    height: 144px;
    line-height: 144px
}

.gem-icon-size-xlarge.gem-icon-shape-square, .gem-icon-size-xlarge.gem-simple-icon {
    border-radius: 9px
}

.gem-icon .gem-icon-half-1, .gem-icon .gem-icon-half-2 {
    float: left;
    width: 99.999%;
    height: 100%;
    overflow: hidden;
    text-align: center
}

.gem-icon .gem-icon-half-1 {
    margin-left: -50%
}

.gem-icon .gem-icon-half-2 {
    margin-right: -50%
}

.gem-icon.angle-45deg-l .gem-icon-half-1, .gem-icon.angle-45deg-l .gem-icon-half-2 {
    transform: skew(45deg, 0);
    -o-transform: skew(45deg, 0);
    -ms-transform: skew(45deg, 0);
    -moz-transform: skew(45deg, 0);
    -webkit-transform: skew(45deg, 0)
}

.gem-icon.angle-45deg-r .gem-icon-half-1, .gem-icon.angle-45deg-r .gem-icon-half-2 {
    transform: skew(-45deg, 0);
    -o-transform: skew(-45deg, 0);
    -ms-transform: skew(-45deg, 0);
    -moz-transform: skew(-45deg, 0);
    -webkit-transform: skew(-45deg, 0)
}

.gem-icon .back-angle {
    display: block;
    position: relative;
    width: 200%;
    height: 100%
}

.gem-icon .gem-icon-half-2 .back-angle {
    left: -100%
}

.gem-icon.angle-45deg-l .back-angle {
    transform: skew(-45deg, 0);
    -o-transform: skew(-45deg, 0);
    -ms-transform: skew(-45deg, 0);
    -moz-transform: skew(-45deg, 0);
    -webkit-transform: skew(-45deg, 0)
}

.gem-icon.angle-45deg-r .back-angle {
    transform: skew(45deg, 0);
    -o-transform: skew(45deg, 0);
    -ms-transform: skew(45deg, 0);
    -moz-transform: skew(45deg, 0);
    -webkit-transform: skew(45deg, 0)
}

.gem-button, input[type=submit] {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    border: 0 none;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 14px;
    margin: 25px;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 3px
}

.gem-button.gem-button-no-uppercase {
    text-transform: none
}

.gem-button:hover {
    text-decoration: none
}

.gem-button-position-inline {
    display: inline-block;
    vertical-align: top
}

.gem-button-position-left {
    float: left
}

.gem-button-position-right {
    float: right
}

.gem-button-position-center {
    clear: both;
    text-align: center;
    display: block
}

.gem-button-position-fullwidth .gem-button {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center
}

.gem-button-size-tiny, input.gem-button-size-tiny {
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    font-size: 14px;
    margin: 20px
}

.gem-button-size-small, input.gem-button-size-small {
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 14px;
    margin: 25px
}

.gem-button-size-medium, input.gem-button-size-medium {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 19px;
    margin: 30px
}

.gem-button-size-large, input.gem-button-size-large {
    height: 80px;
    line-height: 80px;
    padding: 0 37px;
    font-size: 24px;
    margin: 40px
}

.gem-button-size-giant, input.gem-button-size-giant {
    height: 100px;
    line-height: 100px;
    padding: 0 53px;
    font-size: 36px;
    margin: 50px
}

@media (max-width: 992px) {
    .gem-button-tablet-size-tiny, input.gem-button-tablet-size-tiny {
        height: 30px;
        line-height: 30px;
        padding: 0 14px;
        font-size: 14px;
        margin: 20px
    }

    .gem-button-tablet-size-small, input.gem-button-tablet-size-small {
        height: 40px;
        line-height: 40px;
        padding: 0 17px;
        font-size: 14px;
        margin: 25px
    }

    .gem-button-tablet-size-medium, input.gem-button-tablet-size-medium {
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        font-size: 19px;
        margin: 30px
    }

    .gem-button-tablet-size-large, input.gem-button-tablet-size-large {
        height: 80px;
        line-height: 80px;
        padding: 0 37px;
        font-size: 24px;
        margin: 40px
    }

    .gem-button-tablet-size-giant, input.gem-button-tablet-size-giant {
        height: 100px;
        line-height: 100px;
        padding: 0 53px;
        font-size: 36px;
        margin: 50px
    }
}

@media (max-width: 767px) {
    .gem-button-mobile-size-tiny, input.gem-button-mobile-size-tiny {
        height: 30px;
        line-height: 30px;
        padding: 0 14px;
        font-size: 14px;
        margin: 20px
    }

    .gem-button-mobile-size-small, input.gem-button-mobile-size-small {
        height: 40px;
        line-height: 40px;
        padding: 0 17px;
        font-size: 14px;
        margin: 25px
    }

    .gem-button-mobile-size-medium, input.gem-button-mobile-size-medium {
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        font-size: 19px;
        margin: 30px
    }

    .gem-button-mobile-size-large, input.gem-button-mobile-size-large {
        height: 80px;
        line-height: 80px;
        padding: 0 37px;
        font-size: 24px;
        margin: 40px
    }

    .gem-button-mobile-size-giant, input.gem-button-mobile-size-giant {
        height: 100px;
        line-height: 100px;
        padding: 0 53px;
        font-size: 36px;
        margin: 50px
    }
}

.gem-button.gem-button-empty {
    padding-left: 0;
    padding-right: 0;
    width: 40px
}

.gem-button.gem-button-empty.gem-button-size-tiny {
    width: 30px
}

.gem-button.gem-button-empty.gem-button-size-small {
    width: 40px
}

.gem-button.gem-button-empty.gem-button-size-medium {
    width: 50px
}

.gem-button.gem-button-empty.gem-button-size-large {
    width: 80px
}

.gem-button.gem-button-empty.gem-button-size-giant {
    width: 100px
}

.gem-button.gem-button-style-outline {
    border-width: 2px;
    line-height: 36px;
    border-style: solid;
    background: 0 0
}

.gem-button.gem-button-style-outline {
    background: 0 0
}

.gem-button-style-outline.gem-button-border-1 {
    border-width: 1px;
    line-height: 38px
}

.gem-button-style-outline.gem-button-border-3 {
    border-width: 3px;
    line-height: 34px
}

.gem-button-style-outline.gem-button-border-4 {
    border-width: 4px;
    line-height: 32px
}

.gem-button-style-outline.gem-button-border-5 {
    border-width: 5px;
    line-height: 30px
}

.gem-button-style-outline.gem-button-border-6 {
    border-width: 6px;
    line-height: 28px
}

.gem-button-size-tiny.gem-button-border-1 {
    line-height: 28px
}

.gem-button-size-tiny.gem-button-style-outline {
    line-height: 26px
}

.gem-button-size-tiny.gem-button-border-3 {
    line-height: 24px
}

.gem-button-size-tiny.gem-button-border-4 {
    line-height: 22px
}

.gem-button-size-tiny.gem-button-border-5 {
    line-height: 20px
}

.gem-button-size-tiny.gem-button-border-6 {
    line-height: 18px
}

.gem-button-size-medium.gem-button-border-1 {
    line-height: 48px
}

.gem-button-size-medium.gem-button-style-outline {
    line-height: 46px
}

.gem-button-size-medium.gem-button-border-3 {
    line-height: 44px
}

.gem-button-size-medium.gem-button-border-4 {
    line-height: 42px
}

.gem-button-size-medium.gem-button-border-5 {
    line-height: 40px
}

.gem-button-size-medium.gem-button-border-6 {
    line-height: 38px
}

.gem-button-size-large.gem-button-border-1 {
    line-height: 78px
}

.gem-button-size-large.gem-button-style-outline {
    line-height: 76px
}

.gem-button-size-large.gem-button-border-3 {
    line-height: 74px
}

.gem-button-size-large.gem-button-border-4 {
    line-height: 72px
}

.gem-button-size-large.gem-button-border-5 {
    line-height: 70px
}

.gem-button-size-large.gem-button-border-6 {
    line-height: 68px
}

.gem-button-size-giant.gem-button-border-1 {
    line-height: 98px
}

.gem-button-size-giant.gem-button-style-outline {
    line-height: 96px
}

.gem-button-size-giant.gem-button-border-3 {
    line-height: 94px
}

.gem-button-size-giant.gem-button-border-4 {
    line-height: 92px
}

.gem-button-size-giant.gem-button-border-5 {
    line-height: 90px
}

.gem-button-size-giant.gem-button-border-6 {
    line-height: 88px
}

@media (max-width: 992px) {
    .gem-button-tablet-size-small.gem-button-style-outline {
        border-width: 2px;
        line-height: 36px
    }

    .gem-button-style-outline.gem-button-tablet-border-1 {
        border-width: 1px;
        line-height: 38px
    }

    .gem-button-style-outline.gem-button-tablet-border-3 {
        border-width: 3px;
        line-height: 34px
    }

    .gem-button-style-outline.gem-button-tablet-border-4 {
        border-width: 4px;
        line-height: 32px
    }

    .gem-button-style-outline.gem-button-tablet-border-5 {
        border-width: 5px;
        line-height: 30px
    }

    .gem-button-style-outline.gem-button-tablet-border-6 {
        border-width: 6px;
        line-height: 28px
    }

    .gem-button-tablet-size-tiny.gem-button-tablet-border-1 {
        line-height: 28px
    }

    .gem-button-tablet-size-tiny.gem-button-style-outline {
        line-height: 26px
    }

    .gem-button-tablet-size-tiny.gem-button-tablet-border-3 {
        line-height: 24px
    }

    .gem-button-tablet-size-tiny.gem-button-tablet-border-4 {
        line-height: 22px
    }

    .gem-button-tablet-size-tiny.gem-button-tablet-border-5 {
        line-height: 20px
    }

    .gem-button-tablet-size-tiny.gem-button-tablet-border-6 {
        line-height: 18px
    }

    .gem-button-tablet-size-medium.gem-button-tablet-border-1 {
        line-height: 48px
    }

    .gem-button-tablet-size-medium.gem-button-style-outline {
        line-height: 46px
    }

    .gem-button-tablet-size-medium.gem-button-tablet-border-3 {
        line-height: 44px
    }

    .gem-button-tablet-size-medium.gem-button-tablet-border-4 {
        line-height: 42px
    }

    .gem-button-tablet-size-medium.gem-button-tablet-border-5 {
        line-height: 40px
    }

    .gem-button-tablet-size-medium.gem-button-tablet-border-6 {
        line-height: 38px
    }

    .gem-button-tablet-size-large.gem-button-tablet-border-1 {
        line-height: 78px
    }

    .gem-button-tablet-size-large.gem-button-style-outline {
        line-height: 76px
    }

    .gem-button-tablet-size-large.gem-button-tablet-border-3 {
        line-height: 74px
    }

    .gem-button-tablet-size-large.gem-button-tablet-border-4 {
        line-height: 72px
    }

    .gem-button-tablet-size-large.gem-button-tablet-border-5 {
        line-height: 70px
    }

    .gem-button-tablet-size-large.gem-button-tablet-border-6 {
        line-height: 68px
    }

    .gem-button-tablet-size-giant.gem-button-tablet-border-1 {
        line-height: 98px
    }

    .gem-button-tablet-size-giant.gem-button-style-outline {
        line-height: 96px
    }

    .gem-button-tablet-size-giant.gem-button-tablet-border-3 {
        line-height: 94px
    }

    .gem-button-tablet-size-giant.gem-button-tablet-border-4 {
        line-height: 92px
    }

    .gem-button-tablet-size-giant.gem-button-tablet-border-5 {
        line-height: 90px
    }

    .gem-button-tablet-size-giant.gem-button-tablet-border-6 {
        line-height: 88px
    }
}

@media (max-width: 767px) {
    .gem-button-mobile-size-small.gem-button-style-outline {
        border-width: 2px;
        line-height: 36px
    }

    .gem-button-style-outline.gem-button-mobile-border-1 {
        border-width: 1px;
        line-height: 38px
    }

    .gem-button-style-outline.gem-button-mobile-border-3 {
        border-width: 3px;
        line-height: 34px
    }

    .gem-button-style-outline.gem-button-mobile-border-4 {
        border-width: 4px;
        line-height: 32px
    }

    .gem-button-style-outline.gem-button-mobile-border-5 {
        border-width: 5px;
        line-height: 30px
    }

    .gem-button-style-outline.gem-button-mobile-border-6 {
        border-width: 6px;
        line-height: 28px
    }

    .gem-button-mobile-size-tiny.gem-button-mobile-border-1 {
        line-height: 28px
    }

    .gem-button-mobile-size-tiny.gem-button-style-outline {
        line-height: 26px
    }

    .gem-button-mobile-size-tiny.gem-button-mobile-border-3 {
        line-height: 24px
    }

    .gem-button-mobile-size-tiny.gem-button-mobile-border-4 {
        line-height: 22px
    }

    .gem-button-mobile-size-tiny.gem-button-mobile-border-5 {
        line-height: 20px
    }

    .gem-button-mobile-size-tiny.gem-button-mobile-border-6 {
        line-height: 18px
    }

    .gem-button-mobile-size-medium.gem-button-mobile-border-1 {
        line-height: 48px
    }

    .gem-button-mobile-size-medium.gem-button-style-outline {
        line-height: 46px
    }

    .gem-button-mobile-size-medium.gem-button-mobile-border-3 {
        line-height: 44px
    }

    .gem-button-mobile-size-medium.gem-button-mobile-border-4 {
        line-height: 42px
    }

    .gem-button-mobile-size-medium.gem-button-mobile-border-5 {
        line-height: 40px
    }

    .gem-button-mobile-size-medium.gem-button-mobile-border-6 {
        line-height: 38px
    }

    .gem-button-mobile-size-large.gem-button-mobile-border-1 {
        line-height: 78px
    }

    .gem-button-mobile-size-large.gem-button-style-outline {
        line-height: 76px
    }

    .gem-button-mobile-size-large.gem-button-mobile-border-3 {
        line-height: 74px
    }

    .gem-button-mobile-size-large.gem-button-mobile-border-4 {
        line-height: 72px
    }

    .gem-button-mobile-size-large.gem-button-mobile-border-5 {
        line-height: 70px
    }

    .gem-button-mobile-size-large.gem-button-mobile-border-6 {
        line-height: 68px
    }

    .gem-button-mobile-size-giant.gem-button-mobile-border-1 {
        line-height: 98px
    }

    .gem-button-mobile-size-giant.gem-button-style-outline {
        line-height: 96px
    }

    .gem-button-mobile-size-giant.gem-button-mobile-border-3 {
        line-height: 94px
    }

    .gem-button-mobile-size-giant.gem-button-mobile-border-4 {
        line-height: 92px
    }

    .gem-button-mobile-size-giant.gem-button-mobile-border-5 {
        line-height: 90px
    }

    .gem-button-mobile-size-giant.gem-button-mobile-border-6 {
        line-height: 88px
    }
}

.gem-button-position-inline .gem-button {
    margin-left: 0
}

.gem-button-position-left .gem-button {
    margin-left: 0;
    margin-top: 0
}

.gem-button-position-right .gem-button {
    margin-right: 0;
    margin-top: 0
}

.gem-button-position-center .gem-button, .gem-button-position-fullwidth .gem-button {
    margin-left: 0;
    margin-right: 0
}

.gem-button-size-large .gem-print-icon.gem-icon-pack-elegant, .gem-button-size-giant .gem-print-icon.gem-icon-pack-elegant {
    font-size: 32px
}

.gem-button-size-large .gem-print-icon.gem-icon-pack-material, .gem-button-size-giant .gem-print-icon.gem-icon-pack-material {
    font-size: 48px
}

.gem-button-size-large .gem-print-icon.gem-icon-pack-fontawesome, .gem-button-size-giant .gem-print-icon.gem-icon-pack-fontawesome {
    font-size: 28px
}

.gem-button-size-large .gem-print-icon.gem-icon-pack-userpack, .gem-button-size-giant .gem-print-icon.gem-icon-pack-userpack {
    font-size: 32px
}

.gem-button i.gem-print-icon {
    line-height: inherit;
    vertical-align: top;
    height: 100%;
    line-height: inherit
}

.gem-button-icon-position-left .gem-print-icon {
    margin-right: 6px
}

.gem-button-icon-position-left.gem-button-size-tiny .gem-print-icon {
    margin-right: 6px
}

.gem-button-icon-position-left.gem-button-size-medium .gem-print-icon {
    margin-right: 9px
}

.gem-button-icon-position-left.gem-button-size-large .gem-print-icon {
    margin-right: 12px
}

.gem-button-icon-position-left.gem-button-size-giant .gem-print-icon {
    margin-right: 16px
}

.gem-button-icon-position-right .gem-print-icon {
    margin-left: 6px
}

.gem-button-icon-position-right.gem-button-size-tiny .gem-print-icon {
    margin-left: 6px
}

.gem-button-icon-position-right.gem-button-size-medium .gem-print-icon {
    margin-left: 9px
}

.gem-button-icon-position-right.gem-button-size-large .gem-print-icon {
    margin-left: 12px
}

.gem-button-icon-position-right.gem-button-size-giant .gem-print-icon {
    margin-left: 16px
}

.blog-load-more {
    position: relative
}

.blog-load-more .gem-button {
    margin: 0
}

.portfolio-load-more .gem-button, .gem-product-load-more .gem-button {
    margin-right: 0
}

@media (max-width: 767px) {
    .gem-button-size-large {
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        font-size: 19px;
        margin: 30px
    }

    .gem-button.gem-button-empty.gem-button-size-large {
        width: 50px
    }

    .gem-button-size-large.gem-button-border-1 {
        line-height: 48px
    }

    .gem-button-size-large.gem-button-style-outline {
        line-height: 46px
    }

    .gem-button-size-large.gem-button-border-3 {
        line-height: 44px
    }

    .gem-button-size-large.gem-button-border-4 {
        line-height: 42px
    }

    .gem-button-size-large.gem-button-border-5 {
        line-height: 40px
    }

    .gem-button-size-large.gem-button-border-6 {
        line-height: 38px
    }

    .gem-button-icon-position-left.gem-button-size-large .gem-print-icon {
        margin-right: 9px
    }

    .gem-button-icon-position-right.gem-button-size-large .gem-print-icon {
        margin-left: 9px
    }

    .gem-button-size-giant {
        height: 80px;
        line-height: 80px;
        padding: 0 37px;
        font-size: 24px;
        margin: 40px
    }

    .gem-button.gem-button-empty.gem-button-size-giant {
        width: 80px
    }

    .gem-button-size-giant.gem-button-border-1 {
        line-height: 78px
    }

    .gem-button-size-giant.gem-button-style-outline {
        line-height: 76px
    }

    .gem-button-size-giant.gem-button-border-3 {
        line-height: 74px
    }

    .gem-button-size-giant.gem-button-border-4 {
        line-height: 72px
    }

    .gem-button-size-giant.gem-button-border-5 {
        line-height: 70px
    }

    .gem-button-size-giant.gem-button-border-6 {
        line-height: 68px
    }

    .gem-button-icon-position-left.gem-button-size-giant .gem-print-icon {
        margin-right: 12px
    }

    .gem-button-icon-position-right.gem-button-size-giant .gem-print-icon {
        margin-left: 12px
    }
}

a.socials-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 5px;
    line-height: 16px
}

.socials-item-icon {
    display: inline-block;
    font-family: 'thegem-socials';
    font-weight: 400;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: 400;
    text-rendering: auto
}

a .socials-item-icon {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.socials-item-icon.facebook:before {
    content: '\e600'
}

.socials-colored a .socials-item-icon.facebook, .socials-colored-hover a:hover .socials-item-icon.facebook {
    color: #4e64b5
}

.socials-item-icon.twitter:before {
    content: '\e601'
}

.socials-colored a .socials-item-icon.twitter, .socials-colored-hover a:hover .socials-item-icon.twitter {
    color: #00aced
}

.socials-item-icon.pinterest:before {
    content: '\e602'
}

.socials-colored a .socials-item-icon.pinterest, .socials-colored-hover a:hover .socials-item-icon.pinterest {
    color: #ff5757
}

.socials-item-icon.google-plus:before, .socials-item-icon.googleplus:before {
    content: '\e603'
}

.socials-colored a .socials-item-icon.google-plus, .socials-colored a .socials-item-icon.googleplus, .socials-colored-hover a:hover .socials-item-icon.google-plus, .socials-colored-hover a:hover .socials-item-icon.googleplus {
    color: #f44336
}

.socials-item-icon.tumblr:before {
    content: '\e604'
}

.socials-colored a .socials-item-icon.tumblr, .socials-colored-hover a:hover .socials-item-icon.tumblr {
    color: #456988
}

.socials-item-icon.stumbleupon:before {
    content: '\e605'
}

.socials-colored a .socials-item-icon.stumbleupon, .socials-colored-hover a:hover .socials-item-icon.stumbleupon {
    color: #46485c
}

.socials-item-icon.wordpress:before {
    content: '\e606'
}

.socials-colored a .socials-item-icon.wordpress, .socials-colored-hover a:hover .socials-item-icon.wordpress {
    color: #0087be
}

.socials-item-icon.instagram:before {
    content: '\e607'
}

.socials-colored a .socials-item-icon.instagram, .socials-colored-hover a:hover .socials-item-icon.instagram {
    color: #9a8f62
}

.socials-item-icon.dribbble:before {
    content: '\e608'
}

.socials-colored a .socials-item-icon.dribbble, .socials-colored-hover a:hover .socials-item-icon.dribbble {
    color: #ec4a89
}

.socials-item-icon.vimeo:before {
    content: '\e609'
}

.socials-colored a .socials-item-icon.vimeo, .socials-colored-hover a:hover .socials-item-icon.vimeo {
    color: #1db3e3
}

.socials-item-icon.linkedin:before {
    content: '\e60a'
}

.socials-colored a .socials-item-icon.linkedin, .socials-colored-hover a:hover .socials-item-icon.linkedin {
    color: #0288d1
}

.socials-item-icon.rss:before {
    content: '\e60b'
}

.socials-colored a .socials-item-icon.rss, .socials-colored-hover a:hover .socials-item-icon.rss {
    color: #ef8321
}

.socials-item-icon.deviantart:before {
    content: '\e60c'
}

.socials-colored a .socials-item-icon.deviantart, .socials-colored-hover a:hover .socials-item-icon.deviantart {
    color: #00d13b
}

.socials-item-icon.share:before {
    content: '\e60d'
}

.socials-colored a .socials-item-icon.share, .socials-colored-hover a:hover .socials-item-icon.share {
    color: #ff694c
}

.socials-item-icon.myspace:before {
    content: '\e60e'
}

.socials-colored a .socials-item-icon.myspace, .socials-colored-hover a:hover .socials-item-icon.myspace {
    color: #039
}

.socials-item-icon.skype:before {
    content: '\e60f'
}

.socials-colored a .socials-item-icon.skype, .socials-colored-hover a:hover .socials-item-icon.skype {
    color: #00aff0
}

.socials-item-icon.youtube:before {
    content: '\e610'
}

.socials-colored a .socials-item-icon.youtube, .socials-colored-hover a:hover .socials-item-icon.youtube {
    color: #c82929
}

.socials-item-icon.picassa:before {
    content: '\e611'
}

.socials-colored a .socials-item-icon.picassa, .socials-colored-hover a:hover .socials-item-icon.picassa {
    color: #96c
}

.socials-item-icon.google-drive:before, .socials-item-icon.googledrive:before {
    content: '\e612'
}

.socials-colored a .socials-item-icon.google-drive, .socials-colored-hover a:hover .socials-item-icon.google-drive, .socials-colored a .socials-item-icon.googledrive, .socials-colored-hover a:hover .socials-item-icon.googledrive {
    color: #2db672
}

.socials-item-icon.flickr:before {
    content: '\e613'
}

.socials-colored a .socials-item-icon.flickr, .socials-colored-hover a:hover .socials-item-icon.flickr {
    color: #ff0084
}

.socials-item-icon.blogger:before {
    content: '\e614'
}

.socials-colored a .socials-item-icon.blogger, .socials-colored-hover a:hover .socials-item-icon.blogger {
    color: #f06a35
}

.socials-item-icon.spotify:before {
    content: '\e615'
}

.socials-colored a .socials-item-icon.spotify, .socials-colored-hover a:hover .socials-item-icon.spotify {
    color: #1ed760
}

.socials-item-icon.delicious:before {
    content: '\e616'
}

.socials-colored a .socials-item-icon.delicious, .socials-colored-hover a:hover .socials-item-icon.delicious {
    color: #229bf7
}

.socials-item-icon.telegram:before {
    content: '\e645'
}

.socials-colored a .socials-item-icon.telegram, .socials-colored-hover a:hover .socials-item-icon.telegram {
    color: #2ca5e0
}

.socials-item-icon.vk:before {
    content: '\e648'
}

.socials-colored a .socials-item-icon.vk, .socials-colored-hover a:hover .socials-item-icon.vk {
    color: #5181b8
}

.socials-item-icon.whatsapp:before {
    content: '\e64b'
}

.socials-colored a .socials-item-icon.whatsapp, .socials-colored-hover a:hover .socials-item-icon.whatsapp {
    color: #30b220
}

.socials-item-icon.viber:before {
    content: '\e64e'
}

.socials-colored a .socials-item-icon.viber, .socials-colored-hover a:hover .socials-item-icon.viber {
    color: #7a4e9d
}

.socials-item-icon.ok:before {
    content: '\e651'
}

.socials-colored a .socials-item-icon.ok, .socials-colored-hover a:hover .socials-item-icon.ok {
    color: #df8733
}

.socials-item-icon.reddit:before {
    content: '\e654'
}

.socials-colored a .socials-item-icon.reddit, .socials-colored-hover a:hover .socials-item-icon.reddit {
    color: #ff4500
}

.socials-item-icon.slack:before {
    content: '\e657'
}

.socials-colored a .socials-item-icon.slack, .socials-colored-hover a:hover .socials-item-icon.slack {
    color: #63c1a0
}

.socials-item-icon.askfm:before {
    content: '\e65a'
}

.socials-colored a .socials-item-icon.askfm, .socials-colored-hover a:hover .socials-item-icon.askfm {
    color: #ff6648
}

.socials-item-icon.meetup:before {
    content: '\e65d'
}

.socials-colored a .socials-item-icon.meetup, .socials-colored-hover a:hover .socials-item-icon.meetup {
    color: #e25063
}

.socials-item-icon.weibo:before {
    content: '\e660'
}

.socials-colored a .socials-item-icon.weibo, .socials-colored-hover a:hover .socials-item-icon.weibo {
    color: #d52b2a
}

.socials-item-icon.qzone:before {
    content: '\e663'
}

.socials-colored a .socials-item-icon.qzone, .socials-colored-hover a:hover .socials-item-icon.qzone {
    color: #fece00
}

.socials-item-icon.tiktok:before {
    content: '\e666'
}

.socials-colored a .socials-item-icon.tiktok, .socials-colored-hover a:hover .socials-item-icon.tiktok {
    color: #ff0050
}

.socials-item-icon.soundcloud:before {
    content: '\e669'
}

.socials-colored a .socials-item-icon.soundcloud, .socials-colored-hover a:hover .socials-item-icon.soundcloud {
    color: #f30
}

.socials-item-icon.discord:before {
    content: '\e66c'
}

.socials-colored a .socials-item-icon.discord, .socials-colored-hover a:hover .socials-item-icon.discord {
    color: #7289da
}

.social-item-rounded.socials-item-icon.facebook:before, .socials-rounded .socials-item-icon.facebook:before {
    content: '\e617'
}

.social-item-rounded.socials-item-icon.twitter:before, .socials-rounded .socials-item-icon.twitter:before {
    content: '\e618'
}

.social-item-rounded.socials-item-icon.pinterest:before, .socials-rounded .socials-item-icon.pinterest:before {
    content: '\e619'
}

.social-item-rounded.socials-item-icon.google-plus:before, .social-item-rounded.socials-item-icon.googleplus:before, .socials-rounded .socials-item-icon.google-plus:before, .socials-rounded .socials-item-icon.googleplus:before {
    content: '\e61a'
}

.social-item-rounded.socials-item-icon.tumblr:before, .socials-rounded .socials-item-icon.tumblr:before {
    content: '\e61b'
}

.social-item-rounded.socials-item-icon.stumbleupon:before, .socials-rounded .socials-item-icon.stumbleupon:before {
    content: '\e61c'
}

.social-item-rounded.socials-item-icon.wordpress:before, .socials-rounded .socials-item-icon.wordpress:before {
    content: '\e61d'
}

.social-item-rounded.socials-item-icon.instagram:before, .socials-rounded .socials-item-icon.instagram:before {
    content: '\e61e'
}

.social-item-rounded.socials-item-icon.dribbble:before, .socials-rounded .socials-item-icon.dribbble:before {
    content: '\e61f'
}

.social-item-rounded.socials-item-icon.vimeo:before, .socials-rounded .socials-item-icon.vimeo:before {
    content: '\e620'
}

.social-item-rounded.socials-item-icon.linkedin:before, .socials-rounded .socials-item-icon.linkedin:before {
    content: '\e621'
}

.social-item-rounded.socials-item-icon.rss:before, .socials-rounded .socials-item-icon.rss:before {
    content: '\e622'
}

.social-item-rounded.socials-item-icon.deviantart:before, .socials-rounded .socials-item-icon.deviantart:before {
    content: '\e623'
}

.social-item-rounded.socials-item-icon.share:before, .socials-rounded .socials-item-icon.share:before {
    content: '\e624'
}

.social-item-rounded.socials-item-icon.myspace:before, .socials-rounded .socials-item-icon.myspace:before {
    content: '\e625'
}

.social-item-rounded.socials-item-icon.skype:before, .socials-rounded .socials-item-icon.skype:before {
    content: '\e626'
}

.social-item-rounded.socials-item-icon.youtube:before, .socials-rounded .socials-item-icon.youtube:before {
    content: '\e627'
}

.social-item-rounded.socials-item-icon.picassa:before, .socials-rounded .socials-item-icon.picassa:before {
    content: '\e628'
}

.social-item-rounded.socials-item-icon.google-drive:before, .social-item-rounded.socials-item-icon.googledrive:before, .socials-rounded .socials-item-icon.google-drive:before, .socials-rounded .socials-item-icon.googledrive:before {
    content: '\e629'
}

.social-item-rounded.socials-item-icon.flickr:before, .socials-rounded .socials-item-icon.flickr:before {
    content: '\e62a'
}

.social-item-rounded.socials-item-icon.blogger:before, .socials-rounded .socials-item-icon.blogger:before {
    content: '\e62b'
}

.social-item-rounded.socials-item-icon.spotify:before, .socials-rounded .socials-item-icon.spotify:before {
    content: '\e62c'
}

.social-item-rounded.socials-item-icon.delicious:before, .socials-rounded .socials-item-icon.delicious:before {
    content: '\e62d'
}

.social-item-rounded.socials-item-icon.telegram:before, .socials-rounded .socials-item-icon.telegram:before {
    content: '\e646'
}

.social-item-rounded.socials-item-icon.vk:before, .socials-rounded .socials-item-icon.vk:before {
    content: '\e649'
}

.social-item-rounded.socials-item-icon.whatsapp:before, .socials-rounded .socials-item-icon.whatsapp:before {
    content: '\e64c'
}

.social-item-rounded.socials-item-icon.viber:before, .socials-rounded .socials-item-icon.viber:before {
    content: '\e64f'
}

.social-item-rounded.socials-item-icon.ok:before, .socials-rounded .socials-item-icon.ok:before {
    content: '\e652'
}

.social-item-rounded.socials-item-icon.reddit:before, .socials-rounded .socials-item-icon.reddit:before {
    content: '\e655'
}

.social-item-rounded.socials-item-icon.slack:before, .socials-rounded .socials-item-icon.slack:before {
    content: '\e658'
}

.social-item-rounded.socials-item-icon.askfm:before, .socials-rounded .socials-item-icon.askfm:before {
    content: '\e65b'
}

.social-item-rounded.socials-item-icon.meetup:before, .socials-rounded .socials-item-icon.meetup:before {
    content: '\e65e'
}

.social-item-rounded.socials-item-icon.weibo:before, .socials-rounded .socials-item-icon.weibo:before {
    content: '\e661'
}

.social-item-rounded.socials-item-icon.qzone:before, .socials-rounded .socials-item-icon.qzone:before {
    content: '\e664'
}

.social-item-rounded.socials-item-icon.tiktok:before, .socials-rounded .socials-item-icon.tiktok:before {
    content: '\e667'
}

.social-item-rounded.socials-item-icon.soundcloud:before, .socials-rounded .socials-item-icon.soundcloud:before {
    content: '\e66a'
}

.social-item-rounded.socials-item-icon.discord:before, .socials-rounded .socials-item-icon.discord:before {
    content: '\e66d'
}

.social-item-square.socials-item-icon.facebook:before, .socials-square .socials-item-icon.facebook:before {
    content: '\e62e'
}

.social-item-square.socials-item-icon.twitter:before, .socials-square .socials-item-icon.twitter:before {
    content: '\e62f'
}

.social-item-square.socials-item-icon.pinterest:before, .socials-square .socials-item-icon.pinterest:before {
    content: '\e630'
}

.social-item-square.socials-item-icon.google-plus:before, .social-item-square.socials-item-icon.googleplus:before, .socials-square .socials-item-icon.google-plus:before, .socials-square .socials-item-icon.googleplus:before {
    content: '\e631'
}

.social-item-square.socials-item-icon.tumblr:before, .socials-square .socials-item-icon.tumblr:before {
    content: '\e632'
}

.social-item-square.socials-item-icon.stumbleupon:before, .socials-square .socials-item-icon.stumbleupon:before {
    content: '\e633'
}

.social-item-square.socials-item-icon.wordpress:before, .socials-square .socials-item-icon.wordpress:before {
    content: '\e634'
}

.social-item-square.socials-item-icon.instagram:before, .socials-square .socials-item-icon.instagram:before {
    content: '\e635'
}

.social-item-square.socials-item-icon.dribbble:before, .socials-square .socials-item-icon.dribbble:before {
    content: '\e636'
}

.social-item-square.socials-item-icon.vimeo:before, .socials-square .socials-item-icon.vimeo:before {
    content: '\e637'
}

.social-item-square.socials-item-icon.linkedin:before, .socials-square .socials-item-icon.linkedin:before {
    content: '\e638'
}

.social-item-square.socials-item-icon.rss:before, .socials-square .socials-item-icon.rss:before {
    content: '\e639'
}

.social-item-square.socials-item-icon.deviantart:before, .socials-square .socials-item-icon.deviantart:before {
    content: '\e63a'
}

.social-item-square.socials-item-icon.share:before, .socials-square .socials-item-icon.share:before {
    content: '\e63b'
}

.social-item-square.socials-item-icon.myspace:before, .socials-square .socials-item-icon.myspace:before {
    content: '\e63c'
}

.social-item-square.socials-item-icon.skype:before, .socials-square .socials-item-icon.skype:before {
    content: '\e63d'
}

.social-item-square.socials-item-icon.youtube:before, .socials-square .socials-item-icon.youtube:before {
    content: '\e63e'
}

.social-item-square.socials-item-icon.picassa:before, .socials-square .socials-item-icon.picassa:before {
    content: '\e63f'
}

.social-item-square.socials-item-icon.google-drive:before, .social-item-square.socials-item-icon.googledrive:before, .socials-square .socials-item-icon.google-drive:before, .socials-square .socials-item-icon.googledrive:before {
    content: '\e640'
}

.social-item-square.socials-item-icon.flickr:before, .socials-square .socials-item-icon.flickr:before {
    content: '\e641'
}

.social-item-square.socials-item-icon.blogger:before, .socials-square .socials-item-icon.blogger:before {
    content: '\e642'
}

.social-item-square.socials-item-icon.spotify:before, .socials-square .socials-item-icon.spotify:before {
    content: '\e643'
}

.social-item-square.socials-item-icon.delicious:before, .socials-square .socials-item-icon.delicious:before {
    content: '\e644'
}

.social-item-square.socials-item-icon.telegram:before, .socials-square .socials-item-icon.telegram:before {
    content: '\e647'
}

.social-item-square.socials-item-icon.vk:before, .socials-square .socials-item-icon.vk:before {
    content: '\e64a'
}

.social-item-square.socials-item-icon.whatsapp:before, .socials-square .socials-item-icon.whatsapp:before {
    content: '\e64d'
}

.social-item-square.socials-item-icon.viber:before, .socials-square .socials-item-icon.viber:before {
    content: '\e650'
}

.social-item-square.socials-item-icon.ok:before, .socials-square .socials-item-icon.ok:before {
    content: '\e653'
}

.social-item-square.socials-item-icon.reddit:before, .socials-square .socials-item-icon.reddit:before {
    content: '\e656'
}

.social-item-square.socials-item-icon.slack:before, .socials-square .socials-item-icon.slack:before {
    content: '\e659'
}

.social-item-square.socials-item-icon.askfm:before, .socials-square .socials-item-icon.askfm:before {
    content: '\e65c'
}

.social-item-square.socials-item-icon.meetup:before, .socials-square .socials-item-icon.meetup:before {
    content: '\e65f'
}

.social-item-square.socials-item-icon.weibo:before, .socials-square .socials-item-icon.weibo:before {
    content: '\e662'
}

.social-item-square.socials-item-icon.qzone:before, .socials-square .socials-item-icon.qzone:before {
    content: '\e665'
}

.social-item-square.socials-item-icon.tiktok:before, .socials-square .socials-item-icon.tiktok:before {
    content: '\e668'
}

.social-item-square.socials-item-icon.soundcloud:before, .socials-square .socials-item-icon.soundcloud:before {
    content: '\e66b'
}

.social-item-square.socials-item-icon.discord:before, .socials-square .socials-item-icon.discord:before {
    content: '\e66e'
}

.socials-list {
    margin-left: -10px;
    margin-right: -10px
}

.socials-list .socials-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px
}

.socials-list.socials-alignment-right {
    text-align: right
}

.socials-list.socials-alignment-center {
    text-align: center
}

#footer-socials .socials:not(.socials-colored-hover) a:hover .socials-item-icon {
    color: #fff
}

.preloader {
    position: relative;
    height: 200px
}

.slideshow-preloader {
    height: 400px
}

.loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.preloader:after, .loading:after {
    content: '';
    position: absolute;
    height: 90px;
    width: 90px;
    background: #fff url(../images/preloader-1.gif) no-repeat 50% 50%;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.preloader + * {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    opacity: 0
}

.preloader + *:not(iframe) {
    height: 0 !important
}

.preloader + iframe {
    margin-top: -200px !important
}

.loading + * {
    opacity: 0
}

.preloader.save-space {
    margin-bottom: -200px
}

.preloader.save-space + *:not(iframe) {
    position: relative;
    height: auto !important;
    z-index: -1
}

.preloader .skeleton {
    height: auto;
    font-size: 0;
    position: absolute;
    width: 100%;
    left: 0
}

.preloader .skeleton .with-filter-sidebar {
    display: flex
}

.panel-sidebar-position-right .preloader .skeleton .with-filter-sidebar, .preloader .skeleton.panel-sidebar-position-right .with-filter-sidebar {
    flex-direction: row-reverse
}

.preloader .skeleton .with-filter-sidebar .filter-sidebar {
    width: 25%;
    max-width: 350px;
    padding-right: 42px
}

.panel-sidebar-position-right .preloader .skeleton .with-filter-sidebar .filter-sidebar, .preloader .skeleton.panel-sidebar-position-right .with-filter-sidebar .filter-sidebar {
    padding-right: 0;
    padding-left: 42px
}

@media (max-width: 991px) {
    .preloader .skeleton .with-filter-sidebar .filter-sidebar {
        display: none
    }
}

.preloader .skeleton .with-filter-sidebar .content {
    flex: 1
}

.preloader .skeleton .widget {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
    border-bottom: 2px solid #f0f3f2
}

.preloader .skeleton .widget:before {
    content: "";
    display: block;
    height: 350px;
    background-repeat: no-repeat;
    background-image: linear-gradient(#f0f3f2 20px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0);
    background-size: 55% 20px, 30px 12px, 65% 12px, 30px 12px, 48% 12px, 30px 12px, 57% 12px, 30px 12px, 43% 12px, 30px 12px, 54% 12px, 30px 12px, 45% 12px, 30px 12px, 35% 12px, 30px 12px, 58% 12px;
    background-position: left 0, right 50px, left 50px, right 86px, left 86px, right 122px, left 122px, right 158px, left 158px, right 194px, left 194px, right 230px, left 230px, right 266px, left 266px, right 302px, left 302px
}

.preloader .skeleton .portfolio-top-panel {
    text-align: right;
    margin-bottom: 35px
}

.preloader .skeleton .skeleton-sorting {
    width: 140px;
    height: 25px;
    background-color: #f0f3f2;
    margin-left: auto;
    border-radius: 13px;
    position: relative;
    overflow: hidden
}

.preloader .skeleton .portfolio-item, .preloader .skeleton .products-category-item {
    position: relative;
    overflow: hidden;
    margin-top: 0
}

@media (min-width: 992px) {
    .preloader .skeleton .portfolio-item.product.columns-desktop-5, .preloader .skeleton .products-category-item.columns-desktop-5 {
        width: 20%
    }
}

.preloader .skeleton .portfolio-item:before {
    content: "";
    display: block;
    padding-top: calc(100% + 118px);
    background-repeat: no-repeat;
    background-image: linear-gradient(#f0f3f2 100%, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0);
    background-size: 100% 60%, 26% 12px, 65% 12px, 56% 12px, 38% 12px;
    background-position: center 0, center calc(60% + 20px), center calc(60% + 42px), center calc(60% + 64px), center calc(60% + 86px)
}

.preloader .skeleton .caption-position-image.aspect-ratio-portrait .products-category-item:before {
    content: "";
    display: block;
    padding-top: 125%;
    background-repeat: no-repeat;
    background-image: linear-gradient(#f0f3f2 100%, transparent 0);
    background-size: 100%;
    background-position: center 0
}

.preloader .skeleton .caption-position-image.aspect-ratio-square .products-category-item:before {
    content: "";
    display: block;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(#f0f3f2 100%, transparent 0);
    background-size: 100%;
    background-position: center 0
}

.preloader .skeleton .caption-position-below.aspect-ratio-portrait .products-category-item:before {
    content: "";
    display: block;
    padding-top: calc(125% + 70px);
    background-repeat: no-repeat;
    background-image: linear-gradient(#f0f3f2 100%, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0);
    background-size: 100% 75%, 65% 12px, 38% 12px;
    background-position: center 0, center calc(75% + 25px), center calc(75% + 50px)
}

.preloader .skeleton .caption-position-below.aspect-ratio-square .products-category-item:before {
    content: "";
    display: block;
    padding-top: calc(100% + 70px);
    background-repeat: no-repeat;
    background-image: linear-gradient(#f0f3f2 100%, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0), linear-gradient(#f0f3f2 12px, transparent 0);
    background-size: 100% 75%, 65% 12px, 38% 12px;
    background-position: center 0, center calc(75% + 25px), center calc(75% + 50px)
}

.preloader .skeleton .widget:after, .preloader .skeleton .portfolio-item:after, .preloader .skeleton .skeleton-sorting:after, .preloader .skeleton .products-category-item:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    transform: rotate(45deg);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 80%);
    background-size: 60% 100%;
    background-position: -100% 0;
    background-repeat: no-repeat;
    animation: skeletonloading 1.5s infinite .2s
}

.preloader .skeleton .skeleton-sorting:after {
    top: -200%;
    bottom: -200%
}

@keyframes skeletonloading {
    to {
        background-position: 200% 0
    }
}

.preloader.skeleton-carousel {
    height: auto
}

.preloader.skeleton-carousel .skeleton {
    position: relative
}

.preloader.skeleton-carousel .skeleton-posts {
    display: flex;
    overflow: hidden
}

.preloader.skeleton-carousel .skeleton-posts .portfolio-item, .preloader.skeleton-carousel .skeleton-posts .products-category-item {
    flex: none
}

.preloader.skeleton.product-gallery-skeleton, .preloader.skeleton.product-grid-gallery-skeleton, .preloader.skeleton.product-right-column-skeleton, .preloader.skeleton.product-tabs-skeleton {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-repeat: no-repeat
}

.preloader.skeleton.product-right-column-skeleton {
    position: absolute;
    left: 21px;
    right: 21px
}

.preloader.skeleton.product-right-column-skeleton + * {
    position: relative;
    height: auto !important;
    opacity: 0
}

.preloader.skeleton.product-gallery-skeleton {
    background-color: var(--styled-bg-color, #f0f3f2);
    padding-bottom: 110%
}

.preloader.skeleton.product-grid-gallery-skeleton {
    background-color: var(--styled-bg-color, #f0f3f2);
    padding-bottom: 125%;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.preloader.skeleton.product-right-column-skeleton {
    padding-bottom: 510px
}

.preloader.skeleton.product-tabs-skeleton {
    padding-bottom: 350px
}

.preloader.skeleton.product-gallery-skeleton:after, .preloader.skeleton.product-grid-gallery-skeleton:after, .preloader.skeleton.product-right-column-skeleton:after, .preloader.skeleton.product-tabs-skeleton:after {
    content: "";
    position: absolute;
    display: block;
    height: auto;
    width: auto;
    background-color: transparent;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    transform: rotate(45deg);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, var(--main-bg-color-08, rgba(255, 255, 255, .8)) 50%, rgba(255, 255, 255, 0) 80%);
    background-size: 60% 100%;
    background-position: -100% 0;
    background-repeat: no-repeat;
    animation: skeletonloading 1.5s infinite .2s
}

.preloader.skeleton.product-tabs-skeleton:after {
    transform: none;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 20%, var(--main-bg-color-08, rgba(255, 255, 255, .8)) 50%, rgba(255, 255, 255, 0) 80%)
}

.preloader.skeleton.product-right-column-skeleton {
    background-image: linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0);
    background-size: calc(100% - 180px) 30px, 55px 20px, 35% 20px, 100% 12px, 100% 12px, 100% 12px, 100% 12px, 50% 35px, 50% 35px, 20% 20px, 50% 20px, 65% 20px, 40% 20px;
    background-position: 0 0, 100% 0, 0 50px, 0 95px, 0 120px, 0 145px, 0 170px, 0 230px, 0 285px, 0 370px, 0 410px, 0 450px, 0 490px
}

.preloader.skeleton.product-right-column-skeleton.centered-skeleton {
    padding-bottom: 530px;
    background-image: linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0);
    background-size: 45% 25px, 55px 20px, 30% 12px, 25% 20px, 65% 12px, 70% 12px, 50% 12px, 40px 12px, 45% 30px, 65% 40px, 80px 12px, 25% 20px;
    background-position: center 80px, 100% 0, center 130px, center 165px, center 210px, center 235px, center 260px, center 305px, center 335px, center 405px, center 465px, center 510px
}

.preloader.skeleton.product-tabs-skeleton {
    background-image: linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0), linear-gradient(var(--styled-bg-color, #f0f3f2) 100%, transparent 0);
    background-size: 110px 30px, 110px 30px, 110px 30px, 100% 12px, 100% 12px, 100% 12px, 100% 12px, 100% 12px, 65% 20px, 60% 20px, 45% 20px;
    background-position: 0 0, 160px 0, 320px 0, 0 75px, 0 105px, 0 135px, 0 165px, 0 195px, 0 250px, 0 290px, 0 330px
}

input[type=text], input[type=password], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=number], input[type=range], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=month], input[type=week] {
    padding: 0 10px;
    max-width: 100%;
    vertical-align: middle
}

textarea {
    padding: 10px;
    max-width: 100%;
    vertical-align: middle
}

.dropdown_product_cat .select2-container {
    border-radius: 3px
}

.combobox-wrapper, #page .select2-container .select2-selection--single {
    position: relative;
    width: 100%;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    padding-right: 36px;
    border-radius: 3px
}

#page .select2-container .select2-selection--single {
    display: block;
    width: auto;
    padding-right: 0;
    outline: none;
    box-shadow: none
}

#page .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, #page .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#page .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, #page .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.combobox-wrapper .combobox-text, #page .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 0 10px;
    line-height: 36px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap
}

#page .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 36px;
    outline: none;
    box-shadow: none
}

.woocommerce .combobox-wrapper .combobox-text, #page .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 18px
}

.combobox-wrapper .combobox-button, #page .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

#page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.combobox-wrapper .combobox-button:before, #page .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\e635';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    font-family: 'thegem-icons';
    font-style: normal;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: 400
}

.combobox-wrapper select {
    width: 100%;
    cursor: pointer
}

.checkbox-sign, .radio-sign {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    vertical-align: middle
}

.radio-sign {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

#shipping_method .radio-sign {
    width: 12px;
    height: 12px
}

.checkbox-sign.checked:before, .radio-sign.checked:before {
    position: absolute;
    left: 50%;
    top: 50%
}

.checkbox-sign.checked:before {
    content: '\e646';
    font-size: 24px;
    font-weight: 400;
    font-family: 'thegem-icons';
    font-style: normal;
    text-align: center;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: -7px;
    margin-left: -11px
}

.radio-sign.checked:before {
    content: '';
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 10px;
    margin-top: -8px;
    margin-left: -8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

#shipping_method .radio-sign:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px
}

#page {
    position: relative;
    overflow: hidden
}

#page.layout-boxed {
    max-width: 1260px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .11)
}

.page-title-block {
    text-align: center;
    background-position: 50% 0;
    background-size: cover;
    padding: 80px 0;
    position: relative
}

.page-title-alignment-left {
    text-align: left
}

.page-title-alignment-left .page-title-icon {
    float: right
}

.page-title-alignment-right {
    text-align: right
}

.page-title-alignment-right .page-title-icon {
    float: left
}

.page-title-alignment-left .page-title-title h1, .page-title-alignment-left .page-title-title h2, .page-title-alignment-left .page-title-title .title-rich-content {
    margin-left: 0;
    margin-right: auto
}

.page-title-alignment-right .page-title-title h1, .page-title-alignment-right .page-title-title h2, .page-title-alignment-right .page-title-title .title-rich-content {
    margin-left: auto;
    margin-right: 0
}

.page-title-icon + .page-title-title {
    margin-top: 55px
}

.page-title-alignment-right .page-title-icon + .page-title-title, .page-title-alignment-left .page-title-icon + .page-title-title {
    margin-top: -7px
}

.page-title-excerpt {
    margin-top: 18px;
    display: inline-block;
    width: 100%
}

.page-title-block .breadcrumbs-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.page-title-block .breadcrumbs {
    display: inline-block
}

.page-title-block .breadcrumbs > span {
    display: inline-block;
    vertical-align: top
}

#main {
    position: relative;
    z-index: 5
}

.container-fullwidth {
    padding: 0 40px
}

.top-area {
    padding: 10px 0;
    position: relative
}

.top-area-items {
    margin: 0 -35px
}

@media (min-width: 1212px) {
    .top-area-alignment-justified .top-area-menu {
        float: right
    }
}

.top-area-alignment-right .top-area-items {
    text-align: right
}

.top-area-alignment-center .top-area-items {
    text-align: center
}

@media (max-width: 1211px) {
    .top-area-alignment-justified .top-area-items {
        text-align: center
    }
}

.top-area-block {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px
}

.top-area .top-area-items .top-area-block {
    height: 30px;
    line-height: 30px
}

.top-area-contacts:after, .top-area-socials:after {
    content: '';
    position: absolute;
    height: 50px;
    margin-top: -25px;
    top: 50%;
    right: 0
}

@media (max-width: 1211px) {
    .top-area-contacts:after, .top-area-socials:after {
        display: none
    }
}

.top-area-style-2 .top-area-contacts:after, .top-area-style-2 .top-area-socials:after {
    right: auto;
    left: 0
}

.top-area-alignment-center .top-area-contacts:after, .top-area-alignment-center .top-area-socials:after {
    display: none
}

.top-area-alignment-center .top-area-contacts:after, .top-area-alignment-center .top-area-socials:after {
    display: none
}

.top-area-socials {
    margin: 0 -5px
}

.top-area-socials .socials {
    margin-top: 7px
}

.top-area-socials .socials-item {
    padding: 0 7px;
    margin: 0
}

.top-area-socials .socials-item a {
    width: 20px;
    height: 20px
}

.top-area-socials .socials-item a:after {
    line-height: 20px;
    font-size: 16px
}

.top-area-button .gem-button {
    margin: 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: top
}

.top-area-button .gem-button:after {
    display: none
}

.top-area .top-area-block.top-area-menu {
    font-size: 0
}

.top-area-menu .nav-menu {
    margin: 0 -15px
}

.top-area-menu .nav-menu > li {
    display: inline-block;
    padding: 0 15px;
    line-height: 30px
}

.top-area-menu .nav-menu > li a {
    display: block;
    font-size: 14px
}

.top-area-menu .nav-menu > li a:before {
    content: '\e601';
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    margin-right: 2px;
    font-size: 16px;
    vertical-align: top
}

#top-area-menu, .top-area-button {
    display: inline-block;
    vertical-align: top
}

#top-area-menu + .top-area-button {
    margin-left: 40px
}

#site-header.shrink.fixed .top-area-scroll-hide {
    display: none
}

@media (max-width: 430px) {
    .top-area {
        padding: 0 0 5px
    }

    .top-area .top-area-items .top-area-block.top-area-menu {
        height: auto
    }

    #top-area-menu + .top-area-button {
        margin: 0
    }

    .top-area .top-area-items .top-area-block .top-area-button {
        width: 100%;
        padding: 5px 0 0
    }
}

#page:not(.vertical-header) #site-header {
    position: relative;
    z-index: 5;
    -moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, .2);
    -webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, .2);
    box-shadow: 0 0 2px 0 rgba(56, 69, 84, .2)
}

#page .site-header-wrapper-transparent #site-header:not(.shrink) {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#page #site-header:not(.animated-header) {
    z-index: 7
}

#page:not(.vertical-header) #site-header.animated-header {
    position: static
}

#site-header .site-title {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0
}

#site-header .header-layout-overlay .site-title {
    position: relative;
    z-index: 11
}

#page.vertical-header #site-header .site-title {
    margin-bottom: 40px
}

#site-header .primary-navigation, #site-header #perspective-menu-buttons {
    display: table-cell;
    width: 99%;
    vertical-align: middle;
    text-align: right;
    position: relative;
    z-index: 10
}

#site-header .logo-position-right .primary-navigation, #site-header .logo-position-right #perspective-menu-buttons {
    text-align: left
}

#site-header .logo-position-menu_center:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) > .site-title {
    display: none
}

@media (min-width: 1213px) {
    #site-header .logo-position-menu_center #primary-menu.menu_center-preload {
        opacity: 0
    }
}

#site-header .primary-navigation .menu-item-logo {
    padding: 0 50px !important
}

#site-header .primary-navigation.responsive .menu-item-logo {
    display: none !important
}

@media (max-width: 979px) {
    #site-header .primary-navigation .menu-item-logo {
        display: none
    }
}

@media (max-width: 768px) {
    #site-header .logo-position-menu_center.header-main > .site-title {
        display: table-cell
    }
}

@media (min-width: 980px) {
    #site-header .logo-position-menu_center:not(.header-layout-fullwidth_hamburger) #primary-navigation, #site-header .logo-position-menu_center:not(.header-layout-fullwidth_hamburger) #perspective-menu-buttons {
        display: block;
        width: auto;
        text-align: left
    }

    #site-header .logo-position-menu_center.header-layout-fullwidth:not(.header-layout-fullwidth_hamburger) #primary-navigation, #site-header .logo-position-menu_center.header-layout-fullwidth:not(.header-layout-fullwidth_hamburger) #perspective-menu-buttons {
        text-align: center
    }
}

.site-title .site-logo, #site-header .primary-navigation .menu-item-logo .site-logo {
    margin: 0 auto;
    font-size: 0 !important;
    line-height: 0 !important
}

.header-style-vertical .site-title .site-logo {
    margin: 0
}

@media (min-width: 768px) {
    #site-header .logo-position-center .site-title, #site-header .logo-position-center .primary-navigation, #site-header .logo-position-center #perspective-menu-buttons {
        display: block;
        text-align: center
    }

    #site-header .logo-position-center:not(.no-menu) .site-title {
        padding-top: 40px;
        padding-bottom: 10px
    }
}

#site-header .header-main {
    position: relative;
    z-index: 11
}

#site-header .header-main-style-fullwidth {
    padding: 0 21px
}

#page.vertical-header {
    padding-left: 45px
}

#page.vertical-header #site-header-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 360px;
    min-height: 100%;
    box-shadow: 0 0 2px 0 rgba(56, 69, 84, .2);
    -moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, .2);
    -webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, .2);
    padding: 55px 45px 0;
    margin-left: -315px;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 1000
}

body.admin-bar #page.vertical-header #site-header-wrapper {
    top: 32px
}

#page.vertical-header #site-header-wrapper.vertical-active {
    margin-left: 0
}

#page.vertical-header #site-header-wrapper .header-main {
    display: block
}

@media (min-width: 1600px) {
    #page.vertical-header {
        padding-left: 360px
    }

    #page.vertical-header #site-header-wrapper {
        margin-left: 0
    }

    #page.vertical-header #site-header-wrapper .header-main {
        display: block;
        visibility: visible
    }
}

#page.vertical-header #site-header .container, #site-header .container-fullwidth, #top-area .container-fullwidth {
    width: 100%
}

#site-header .container-fullwidth, #top-area .container-fullwidth {
    padding-left: 37px;
    padding-right: 37px
}

@media (max-width: 767px) {
    #site-header .container-fullwidth, #top-area .container-fullwidth {
        padding-left: 21px;
        padding-right: 21px
    }
}

#page.vertical-header #site-header .site-title {
    display: block
}

#page.vertical-header #site-header .primary-navigation, #page.vertical-header #site-header #perspective-menu-buttons {
    display: block;
    width: auto
}

#page.vertical-header .vertical-toggle {
    border: none;
    width: 27px;
    height: 23px;
    text-indent: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 9px;
    cursor: pointer;
    outline: none;
    background: 0 0;
    padding: 0;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s
}

@media (min-width: 1600px) {
    #page.vertical-header .vertical-toggle {
        display: none
    }
}

#page.vertical-header .vertical-toggle .menu-line-1, #page.vertical-header .vertical-toggle .menu-line-2, #page.vertical-header .vertical-toggle .menu-line-3 {
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s
}

#page.vertical-header .vertical-toggle .menu-line-1 {
    top: 2px;
    transform: rotate(0)
}

#page.vertical-header #site-header-wrapper.vertical-active .vertical-toggle .menu-line-1 {
    transform: rotate(45deg);
    top: 10px
}

#page.vertical-header .vertical-toggle .menu-line-2 {
    top: 10px;
    opacity: 1
}

#page.vertical-header #site-header-wrapper.vertical-active .vertical-toggle .menu-line-2 {
    opacity: 0
}

#page.vertical-header .vertical-toggle .menu-line-3 {
    top: 18px;
    transform: rotate(0)
}

#page.vertical-header #site-header-wrapper.vertical-active .vertical-toggle .menu-line-3 {
    top: 10px;
    transform: rotate(-45deg)
}

@media (max-width: 767px) {
    #page.vertical-header .vertical-toggle {
        display: none
    }

    #page.vertical-header {
        padding-left: 0
    }

    #page.vertical-header #site-header-wrapper {
        margin-left: 0
    }

    #page.vertical-header #site-header-wrapper .header-main {
        display: table;
        visibility: visible
    }
}

#primary-menu, #primary-menu + ul {
    text-align: left
}

#primary-navigation .menu-toggle, #perspective-menu-buttons .menu-toggle, #perspective-menu-buttons .menu-toggle {
    display: none
}

#primary-navigation #primary-menu.no-responsive li.dl-parent, #primary-navigation #primary-menu.no-responsive li.dl-back {
    display: none
}

#primary-menu.no-responsive {
    text-align: left;
    white-space: nowrap;
    display: inline-block;
    font-size: 0;
    margin: 0 -20px
}

#page.vertical-header #primary-menu.no-responsive {
    margin: 0;
    display: block
}

#primary-menu.no-responsive li {
    position: relative
}

#primary-menu.no-responsive li > a {
    position: relative;
    display: block;
    text-decoration: none
}

#primary-menu.no-responsive > li {
    display: inline-block;
    vertical-align: middle
}

#page.vertical-header #primary-menu.no-responsive, #page.vertical-header #primary-menu.no-responsive > li {
    display: block
}

#page.vertical-header #primary-menu.no-responsive > li.menu-item-logo {
    display: none
}

#page.vertical-header #primary-menu.no-responsive > li {
    padding-right: 66px;
    margin-right: -66px
}

#primary-menu.no-responsive > li > a {
    padding: 35px 20px;
    text-transform: uppercase
}

#page.vertical-header #primary-menu.no-responsive > li > a {
    padding: 12px 0 13px
}

.header-style-2 #primary-menu.no-responsive > li > a:before {
    content: "\e601";
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    vertical-align: top
}

.header-style-3 #primary-menu.no-responsive > li, .header-style-4 #primary-menu.no-responsive > li {
    padding: 33px 3px
}

.header-style-3 #primary-menu.no-responsive > li.menu-item-current, .header-style-3 #primary-menu.no-responsive > li.menu-item-active, .header-style-4 #primary-menu.no-responsive > li.menu-item-current, .header-style-4 #primary-menu.no-responsive > li.menu-item-active {
    padding: 31px 1px
}

.header-style-3 #primary-menu.no-responsive > li > a, .header-style-4 #primary-menu.no-responsive > li > a {
    padding: 0 15px
}

.header-style-1 #primary-menu.no-responsive > li.menu-item-current > a, .header-style-1 #primary-menu.no-responsive > li.menu-item-active > a {
    padding-bottom: 31px;
    border-bottom: 4px solid #d7dee4
}

.site-header-wrapper-transparent #site-header:not(.shrink) .header-style-1 #primary-menu.no-responsive > li.menu-item-current > a, .site-header-wrapper-transparent #site-header:not(.shrink) .header-style-1 #primary-menu.no-responsive > li.menu-item-active > a {
    border-bottom-color: transparent;
    background-color: transparent
}

.header-style-2 #primary-menu.no-responsive li li > a, .header-style-3 #primary-menu.no-responsive li li > a {
    border-left: 3px solid transparent;
    padding-left: 27px;
    -o-transition: color .3s, background-color .3s, border-left-color .3s;
    -webkit-transition: color .3s, background-color .3s, border-left-color .3s;
    transition: color .3s, background-color .3s, border-left-color .3s
}

.header-style-2 #primary-menu.no-responsive li li.menu-item-current > a, .header-style-2 #primary-menu.no-responsive li li.menu-item-active > a, .header-style-2 #primary-menu.no-responsive li li:hover > a, .header-style-3 #primary-menu.no-responsive li li.menu-item-current > a, .header-style-3 #primary-menu.no-responsive li li.menu-item-active > a, .header-style-3 #primary-menu.no-responsive li li:hover > a {
    padding-left: 27px;
    border-left: 3px solid transparent;
    -o-transition: color .3s, background-color .3s, border-left-color .3s;
    -webkit-transition: color .3s, background-color .3s, border-left-color .3s;
    transition: color .3s, background-color .3s, border-left-color .3s
}

#primary-menu.no-responsive > li ul {
    position: absolute;
    visibility: hidden;
    white-space: normal;
    width: 280px;
    transition: transform .1s linear .5s, opacity .1s linear .5s, visibility .1s linear .5s;
    -moz-transition: transform .1s linear .5s, opacity .1s linear .5s, visibility .1s linear .5s;
    -webkit-transition: transform .1s linear .5s, opacity .1s linear .5s, visibility .1s linear .5s;
    opacity: 0
}

#primary-menu.no-responsive > li > ul:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: -3px;
    right: -3px;
    height: 3px
}

#primary-menu.no-responsive > li > ul {
    transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px)
}

.header-main:not(.header-layout-overlay) #primary-menu.no-responsive:hover li:hover > ul, #thegem-perspective .perspective-navigation #primary-menu.no-responsive:hover li:hover > ul {
    visibility: visible;
    transition: transform .3s linear, opacity .3s linear, visibility .3s linear;
    -moz-transition: transform .3s linear, opacity .3s linear, visibility .3s linear;
    -webkit-transition: transform .3s linear, opacity .3s linear, visibility .3s linear;
    opacity: 1;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0)
}

#primary-menu.no-responsive:hover > li ul {
    visibility: hidden;
    transition: transform .1s linear, opacity .1s linear, visibility .1s linear;
    -moz-transition: transform .1s linear, opacity .1s linear, visibility .1s linear;
    -webkit-transition: transform .1s linear, opacity .1s linear, visibility .1s linear;
    opacity: 0
}

#primary-menu.no-responsive > li > ul {
    top: 100%;
    left: 0
}

#page.vertical-header #primary-menu.no-responsive > li > ul {
    top: 0;
    left: 100%
}

#primary-menu.no-responsive > li > ul.invert {
    left: auto;
    right: 0
}

#primary-menu.no-responsive > li > ul a {
    padding: 15px 30px
}

#primary-menu.no-responsive > li > ul ul {
    top: 0;
    left: 100%;
    transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    z-index: 1
}

#page .header-style-vertical #primary-menu.no-responsive > li ul.vertical-invert {
    top: auto
}

#primary-menu.no-responsive > li > ul ul.invert {
    top: 0;
    left: auto;
    right: 100%;
    transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px)
}

#primary-menu.no-responsive > li > ul li:hover > ul {
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0)
}

#primary-menu.no-responsive > li li.menu-item-parent > a:after {
    position: absolute;
    width: 9px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    font-weight: 400;
    font-family: 'thegem-icons';
    font-style: normal;
    content: '\e601';
    font-size: 16px;
    line-height: 16px
}

#primary-menu.no-responsive .hamburger-widgets {
    white-space: normal;
    padding: 13px 15px
}

.header-layout-vertical #primary-menu.no-responsive .hamburger-widgets {
    padding: 13px 0
}

#primary-menu.no-responsive > li.megamenu-enable > ul:not(.megamenu-item-inited) {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    -o-transform: translateY(20px) !important;
    -ms-transform: translateY(20px) !important;
    -moz-transform: translateY(20px) !important;
    -webkit-transform: translateY(20px) !important
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul ul {
    display: none
}

#primary-menu.no-responsive > li.megamenu-enable > ul {
    width: auto;
    white-space: nowrap;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 1
}

#primary-menu.no-responsive > li.megamenu-enable > ul.megamenu-masonry.megamenu-masonry-inited > li {
    position: absolute
}

#site-header.without-transition *, #primary-menu.no-responsive li > ul.without-transition, #primary-navigation.without-transition ul {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important
}

#primary-menu.no-responsive > li.megamenu-enable ul {
    width: auto
}

#primary-menu.no-responsive > li.megamenu-enable > ul ul {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-left: 0;
    border-right: 0
}

#primary-menu.no-responsive > li.megamenu-enable > ul:not(.megamenu-masonry) > li.megamenu-no-right-border, #primary-menu.no-responsive > li.megamenu-enable > ul:not(.megamenu-masonry) > li.megamenu-no-right-border span.megamenu-column-header {
    border-right: 0
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li {
    display: inline-block;
    vertical-align: top;
    border: 0
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li {
    margin: -1px 0 -1px -1px;
    border-top: 0 !important;
    border-bottom: 0 !important
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li {
    margin: 0 0 0 31px
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li.megamenu-first-element {
    margin-left: 0
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li.megamenu-new-row {
    display: block;
    font-size: 0;
    line-height: 1;
    height: 0;
    padding: 0 !important;
    margin: 0 0 1px
}

#primary-menu.no-responsive > li.megamenu-enable > ul.megamenu-masonry > li.megamenu-new-row {
    margin-bottom: 0
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li.megamenu-new-row {
    margin: 0 0 7px
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default ul ul {
    border: 0
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default li, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default li.menu-item-current, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default li.menu-item-active {
    background: 0 0;
    border: 0
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header {
    display: block;
    border-top: 0;
    position: relative
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li span.megamenu-column-header {
    padding-top: 8px;
    padding-bottom: 12px;
    margin-bottom: 11px;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li a {
    display: block;
    background: 0 0;
    padding: 0;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li:hover > a, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default li.menu-item-current > a, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default li.menu-item-active > a {
    border: 0
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default li.menu-item-parent > a:after {
    display: none
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a {
    text-transform: uppercase
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li span.megamenu-column-header a {
    padding: 0
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li span.megamenu-column-header a {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.mega-no-link {
    pointer-events: none
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header.mega-not-show {
    display: none
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li span.megamenu-column-header a.megamenu-has-icon {
    padding-left: 26px
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li span.megamenu-column-header a.megamenu-has-icon {
    padding-left: 56px
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.megamenu-has-icon:before {
    position: absolute;
    left: 0;
    display: inline-block;
    font-weight: 400;
    font-family: 'FontAwesome';
    content: attr(data-icon);
    font-size: 14px;
    vertical-align: baseline
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li span.megamenu-column-header a.megamenu-has-icon:before {
    left: 30px
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li .mega-label {
    display: inline;
    font-size: 65%;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 4px;
    margin: 0 0 0 10px
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a, #thegem-perspective .perspective-navigation #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a {
    padding-left: 55px
}

.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a, .header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a, .header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li > a {
    padding-left: 52px
}

.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a, .header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a, .header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a {
    padding-left: 52px
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li > ul li > a {
    position: relative;
    padding: 8px 12px 8px 47px;
    vertical-align: middle;
    margin-left: -20px;
    border-left: 0 none
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul > li > a:before {
    display: inline-block;
    font-weight: 400;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 14px;
    vertical-align: baseline;
    width: 25px;
    text-align: left;
    margin-left: -13px;
    padding-left: 4px;
    position: absolute;
    left: 34px
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul > li > a:before {
    margin: 0;
    left: 27px
}

.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a:before, .header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a:before, .header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a:before, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a:before, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a:before, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a:before, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a:before, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a:before, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a:before {
    left: 27px
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul > li.megamenu-has-icon > a:before {
    content: attr(data-icon);
    padding: 0
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li > ul > li > a:before {
    margin-right: 0;
    font-size: 14px
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul > li > ul > li.megamenu-has-icon > a:before {
    font-family: 'FontAwesome';
    content: attr(data-icon)
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul {
    position: static;
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0)
}

#primary-menu.no-responsive > li.megamenu-enable:hover > ul > li > ul {
    visibility: visible;
    opacity: 1
}

#primary-navigation .hamburger-toggle {
    border: none;
    width: 36px;
    height: 30px;
    text-indent: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    background: 0 0;
    padding: 0;
    -o-transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
    -webkit-transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
    transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-right: 0;
    margin-top: 35px;
    margin-bottom: 35px
}

#primary-navigation .hamburger-toggle .menu-line-1, #primary-navigation .hamburger-toggle .menu-line-2, #primary-navigation .hamburger-toggle .menu-line-3 {
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    -webkit-transition: all .5s, top .3s, height .3s;
    transition: all .5s, top .3s, height .3s
}

#primary-navigation .hamburger-toggle .menu-line-1 {
    top: 3px;
    transform: rotate(0)
}

#primary-navigation.hamburger-active .hamburger-toggle .menu-line-1 {
    transform: rotate(45deg);
    top: 13px
}

#primary-navigation .hamburger-toggle .menu-line-2 {
    top: 13px;
    opacity: 1
}

#primary-navigation.hamburger-active .hamburger-toggle .menu-line-2 {
    opacity: 0
}

#primary-navigation .hamburger-toggle .menu-line-3 {
    top: 23px;
    transform: rotate(0)
}

#primary-navigation.hamburger-active .hamburger-toggle .menu-line-3 {
    top: 13px;
    transform: rotate(-45deg)
}

#primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-1, #primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-2, #primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-3 {
    height: 2px;
    width: 18px;
    left: 9px
}

#primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-1 {
    top: 8px
}

#primary-navigation.hamburger-active .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-1 {
    top: 13px
}

#primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-2 {
    top: 13px
}

#primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-3 {
    top: 18px
}

#primary-navigation.hamburger-active .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-3 {
    top: 13px;
    transform: rotate(-45deg)
}

@media (-webkit-device-pixel-ratio: 1.25) {
    #primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-1, #primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-2, #primary-navigation .hamburger-group.hamburger-size-small .hamburger-toggle .menu-line-3 {
        height: 1.6px
    }
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 340px;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
    background: #fff;
    padding: 100px 30px 0;
    z-index: 10
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive {
    padding-left: 0
}

.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive {
    padding-right: 0
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive {
    right: 0;
    -moz-transform: translateX(340px);
    -webkit-transform: translateX(340px);
    transform: translateX(340px)
}

.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive {
    left: 0;
    -moz-transform: translateX(-340px);
    -webkit-transform: translateX(-340px);
    transform: translateX(-340px)
}

.header-layout-fullwidth_hamburger #primary-navigation.hamburger-active #primary-menu.no-responsive {
    right: 0;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.header-layout-fullwidth_hamburger.logo-position-right #primary-navigation.hamburger-active #primary-menu.no-responsive {
    left: 0;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.header-layout-fullwidth_hamburger #primary-navigation.hamburger-active .hamburger-toggle, .header-layout-fullwidth_hamburger #primary-navigation.hamburger-active .hamburger-minicart {
    -moz-transform: translateX(-340px);
    -webkit-transform: translateX(-340px);
    transform: translateX(-340px)
}

.header-layout-fullwidth_hamburger.logo-position-right #primary-navigation.hamburger-active .hamburger-toggle, .header-layout-fullwidth_hamburger.logo-position-right #primary-navigation.hamburger-active .hamburger-minicart {
    -moz-transform: translateX(340px);
    -webkit-transform: translateX(340px);
    transform: translateX(340px)
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive {
    margin: 0;
    display: block
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive .menu-item-logo {
    display: none
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive, .header-layout-fullwidth_hamburger #primary-menu.no-responsive > li {
    display: block
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li {
    padding: 0
}

.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li {
    padding-left: 30px
}

.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li {
    padding-left: 30px
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li > a {
    padding: 13px 15px
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current, .header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active {
    padding-top: 11px;
    padding-bottom: 11px
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a, .header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a, #site-header.fixed.shrink .header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a, #site-header.fixed.shrink .header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li > ul {
    top: 0;
    left: 100%
}

.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li > ul, .thegem-perspective.effect-moveleft.animate .perspective-navigation #primary-menu.no-responsive > li > ul {
    top: 0;
    right: 100%;
    left: auto
}

.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li > ul ul, .thegem-perspective.effect-moveleft.animate .perspective-navigation #primary-menu.no-responsive > li > ul ul {
    right: 100%;
    left: auto
}

.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li li > a {
    padding-left: 45px
}

.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li li.menu-item-parent > a:after {
    left: 20px;
    right: auto;
    content: '\e603'
}

.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive li li.menu-item-current > a, .header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive li li.menu-item-active > a, .header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive li li:hover > a {
    padding-left: 27px;
    border-left: 3px solid transparent
}

.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive li li.menu-item-current > a, .header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive li li.menu-item-active > a, .header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive li li:hover > a {
    padding-right: 27px;
    border-right: 3px solid transparent
}

.hamburger-overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s
}

.hamburger-overlay.active {
    visibility: visible;
    opacity: .8
}

#site-header:not(.shrink) #primary-navigation.hamburger-active .hamburger-toggle > span, #site-header:not(.shrink) .header-colors-light #primary-navigation.hamburger-active .hamburger-toggle > span {
    background-color: #fff
}

#site-header:not(.shrink) #primary-navigation.hamburger-active .hamburger-minicart > a, #site-header:not(.shrink) #primary-navigation.hamburger-active .hamburger-minicart:hover > a {
    color: #fff
}

body #wpadminbar {
    font-style: normal
}

body.menu-scroll-locked {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%
}

body.menu-scroll-locked #wpadminbar {
    top: -46px
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu {
    min-height: 100%
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children), #thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language:not(.menu-item-has-children), #page.vertical-header #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children), .header-layout-overlay #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children), .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children), .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children), .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language:not(.menu-item-has-children), .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children), .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) {
    display: inline-block
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-language + li.menu-item-language, #thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language + li.menu-item-language, #page.vertical-header #primary-menu.no-responsive > li.menu-item-language + li.menu-item-language {
    padding-left: 0;
    margin-left: 0
}

#page.vertical-header #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children), #page.vertical-header #primary-menu.no-responsive > li.menu-item-cart {
    padding-right: 0;
    margin-right: 0
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item:not(.menu-item-has-children) .wpml-ls-flag, #thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language.wpml-ls-menu-item:not(.menu-item-has-children) .wpml-ls-flag, #page.vertical-header #primary-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item:not(.menu-item-has-children) .wpml-ls-flag, .header-layout-overlay #primary-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item .wpml-ls-flag, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item .wpml-ls-flag, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language.wpml-ls-menu-item .wpml-ls-flag, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language.wpml-ls-menu-item .wpml-ls-flag, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language.wpml-ls-menu-item .wpml-ls-flag, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language.wpml-ls-menu-item .wpml-ls-flag {
    vertical-align: middle
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart, .header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart, #thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language + li.menu-item-cart, #thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language + li.menu-item-search + li.menu-item-cart, #page.vertical-header #primary-menu.no-responsive > li.menu-item-language + li.menu-item-cart, #page.vertical-header #primary-menu.no-responsive > li.menu-item-language + li.menu-item-search + li.menu-item-cart, .header-layout-overlay #primary-menu.no-responsive > li.menu-item-language + li.menu-item-cart, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language + li.menu-item-cart, .header-layout-overlay #primary-menu.no-responsive > li.menu-item-language + li.menu-item-search + li.menu-item-cart, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language + li.menu-item-search + li.menu-item-cart, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-cart, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language + li.menu-item-cart, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-search + li.menu-item-cart, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language + li.menu-item-search + li.menu-item-cart, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-cart, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-search + li.menu-item-cart, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-cart, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-search + li.menu-item-cart {
    display: inline-block;
    padding-left: 0;
    margin-left: 0
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-cart, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-cart, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-cart {
    display: inline-block;
    padding-left: 0;
    margin-left: 0;
    vertical-align: top
}

.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-cart, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language + li.menu-item-cart, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language + li.menu-item-search + li.menu-item-cart, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language + li.menu-item-search + li.menu-item-cart {
    vertical-align: top
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-cart > a, #thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-cart > a, #page.vertical-header #primary-menu.no-responsive > li.menu-item-cart > a, .header-layout-overlay #primary-menu.no-responsive > li.menu-item-cart > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-cart > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart > a, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-cart > a, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-cart > a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-cart > a {
    position: relative;
    display: inline-block
}

#thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-cart > a {
    padding-left: 0 !important
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-cart > a, #thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language:not(.menu-item-has-children) + li.menu-item-language > a, #thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a, #thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart > a, #page.vertical-header #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-language > a, #page.vertical-header #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a, #page.vertical-header #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart > a, .header-layout-overlay #primary-menu.no-responsive > li.menu-item-language + li.menu-item-language > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language + li.menu-item-language > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-language > a, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-language > a, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-language > a, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart > a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-language > a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart > a {
    padding-left: 15px !important
}

#thegem-perspective .perspective-navigation #primary-menu.no-responsive li.menu-item-cart > a, #page.vertical-header #primary-menu.no-responsive > li.menu-item-cart > a {
    padding-right: 15px
}

#page .header-layout-overlay #primary-menu.no-responsive > li.menu-item-cart > a, #page .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-cart > a, #page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart > a, #page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-cart > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-right: -3px !important
}

#page .header-layout-overlay #primary-menu.no-responsive > li.menu-item-cart > a:before, #page .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-cart > a:before, #page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart > a:before, #page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-cart > a:before, #page .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-cart > a:before, #page .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-cart > a:before {
    margin-right: 0
}

#page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart > a .minicart-item-count, #page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-cart > a .minicart-item-count, #page .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-cart > a .minicart-item-count, #page .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-cart > a .minicart-item-count {
    left: auto;
    right: -15px
}

#page .header-layout-overlay #primary-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a, #page .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a, #page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a, #page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-cart > a, #page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart > a, #page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language:not(.menu-item-has-children) + li.menu-item-search + li.menu-item-cart > a {
    margin-right: -25px !important
}

#page .header-layout-overlay #primary-menu.no-responsive > li.menu-item-cart > a .minicart-item-count, #page .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-cart > a .minicart-item-count, #page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart > a .minicart-item-count, #page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-cart > a .minicart-item-count {
    font-size: 12px
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children a {
    padding-right: 0 !important
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children a + .menu-item-parent-toggle:before, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children a + .menu-item-parent-toggle:before {
    top: 2px !important
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children ul, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children ul, #page .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children ul, #page .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-language.wpml-ls-menu-item.menu-item-has-children ul {
    margin-top: 0;
    margin-bottom: 0
}

.menu-overlay.active + #site-header.fixed.shrink .header-background:before {
    background: 0 0
}

#primary-navigation .overlay-toggle, .page-additional-menu .page-additional-menu-close .overlay-toggle {
    border: none;
    width: 36px;
    height: 30px;
    text-indent: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    background: 0 0;
    padding: 0;
    -o-transition: width .3s, height .2s;
    -webkit-transition: width .3s, height .2s;
    transition: width .3s, height .2s;
    margin-right: 0;
    margin-top: 35px;
    margin-bottom: 35px;
    z-index: 2
}

.page-additional-menu .page-additional-menu-close .overlay-toggle {
    margin: 0
}

#primary-navigation .overlay-toggle .menu-line-1, #primary-navigation .overlay-toggle .menu-line-2, #primary-navigation .overlay-toggle .menu-line-3, .page-additional-menu .page-additional-menu-close .overlay-toggle .menu-line-1, .page-additional-menu .page-additional-menu-close .overlay-toggle .menu-line-2, .page-additional-menu .page-additional-menu-close .overlay-toggle .menu-line-3 {
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    -o-transition: all .5s, top .3s, height .3s;
    -webkit-transition: all .5s, top .3s, height .3s;
    transition: all .5s, top .3s, height .3s
}

.page-additional-menu .page-additional-menu-close .overlay-toggle .menu-line-1, .page-additional-menu .page-additional-menu-close .overlay-toggle .menu-line-2, .page-additional-menu .page-additional-menu-close .overlay-toggle .menu-line-3 {
    background-color: #fff
}

#primary-navigation .overlay-toggle .menu-line-1, #primary-navigation.overlay-active.close .overlay-toggle .menu-line-1 {
    top: 3px;
    transform: rotate(0)
}

#primary-navigation.overlay-active .overlay-toggle .menu-line-1, .page-additional-menu .page-additional-menu-close .menu-line-1 {
    transform: rotate(45deg);
    top: 13px
}

#primary-navigation .overlay-toggle .menu-line-2, #primary-navigation.overlay-active.close .overlay-toggle .menu-line-2 {
    top: 13px;
    opacity: 1
}

#primary-navigation.overlay-active .overlay-toggle .menu-line-2 {
    opacity: 0
}

.page-additional-menu .page-additional-menu-close .menu-line-2 {
    opacity: 0
}

#primary-navigation .overlay-toggle .menu-line-3, #primary-navigation.overlay-active.close .overlay-toggle .menu-line-3 {
    top: 23px;
    transform: rotate(0)
}

#primary-navigation.overlay-active .overlay-toggle .menu-line-3, .page-additional-menu .page-additional-menu-close .menu-line-3 {
    top: 13px;
    transform: rotate(-45deg)
}

#primary-navigation .overlay-toggle.toggle-size-small .menu-line-1, #primary-navigation .overlay-toggle.toggle-size-small .menu-line-2, #primary-navigation .overlay-toggle.toggle-size-small .menu-line-3 {
    height: 2px;
    width: 18px;
    left: 9px
}

#primary-navigation .overlay-toggle.toggle-size-small .menu-line-1, #primary-navigation.overlay-active.close .overlay-toggle.toggle-size-small .menu-line-1 {
    top: 8px
}

#primary-navigation.overlay-active .overlay-toggle.toggle-size-small .menu-line-1 {
    top: 13px
}

#primary-navigation .overlay-toggle.toggle-size-small .menu-line-2, #primary-navigation.overlay-active.close .overlay-toggle.toggle-size-small .menu-line-2 {
    top: 13px
}

#primary-navigation .overlay-toggle.toggle-size-small .menu-line-3, #primary-navigation.overlay-active.close .overlay-toggle.toggle-size-small .menu-line-3 {
    top: 18px
}

#primary-navigation.overlay-active .overlay-toggle .menu-line-3 {
    top: 13px
}

@media (-webkit-device-pixel-ratio: 1.25) {
    #primary-navigation .overlay-toggle.toggle-size-small .menu-line-1, #primary-navigation .overlay-toggle.toggle-size-small .menu-line-2, #primary-navigation .overlay-toggle.toggle-size-small .menu-line-3 {
        height: 1.6px
    }
}

.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-item-search, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-item-widgets, .mobile-menu-layout-slide-horizontal #primary-navigation #primary-menu.no-responsive li.menu-item-widgets.mobile-only, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search, .mobile-menu-layout-slide-vertical #primary-navigation #primary-menu.no-responsive li.menu-item-widgets.mobile-only, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search {
    display: none
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search {
    display: inline-block;
    position: static
}

.header-layout-overlay #primary-menu.no-responsive li.menu-item-search, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-item-search {
    display: inline-block;
    position: static;
    vertical-align: top
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-language, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-cart, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-language, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-cart {
    border: 0;
    vertical-align: top
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) a, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-cart a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-cart a {
    background-color: transparent;
    border: 0;
    padding-right: 15px
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language a, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-cart a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-cart a {
    padding-top: 16px
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li.menu-item-language:not(.menu-item-has-children) a {
    padding-right: 0
}

.header-layout-overlay #primary-navigation:not(.responsive) .overlay-menu-wrapper, .mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-wrapper, .page-additional-menu.header-layout-overlay .primary-navigation:not(.responsive) .overlay-menu-wrapper, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-wrapper {
    position: fixed;
    visibility: hidden;
    left: 0;
    top: 60px;
    bottom: auto;
    width: 100%;
    height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.header-layout-overlay #primary-navigation:not(.responsive) .overlay-menu-wrapper::-webkit-scrollbar, .mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-wrapper::-webkit-scrollbar, .page-additional-menu.header-layout-overlay .primary-navigation:not(.responsive) .overlay-menu-wrapper::-webkit-scrollbar, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-wrapper::-webkit-scrollbar {
    width: 2px
}

body.admin-bar .header-layout-overlay #primary-navigation:not(.responsive) .overlay-menu-wrapper, body.admin-bar .mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-wrapper, body.admin-bar .page-additional-menu.header-layout-overlay .primary-navigation:not(.responsive) .overlay-menu-wrapper, body.admin-bar .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-wrapper {
    top: 90px
}

.header-layout-overlay #primary-navigation:not(.responsive) .overlay-menu-wrapper.active, .mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-wrapper.active, .page-additional-menu.header-layout-overlay .primary-navigation:not(.responsive) .overlay-menu-wrapper.active, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-wrapper.active {
    visibility: visible;
    height: auto;
    bottom: 0
}

.header-layout-overlay #primary-navigation:not(.responsive) .overlay-menu-table, .mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-table, .page-additional-menu.header-layout-overlay .primary-navigation:not(.responsive) .overlay-menu-table, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-table {
    display: table;
    width: 100%;
    height: 100%
}

.header-layout-overlay :not(.responsive) .overlay-menu-row, .mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-row, .page-additional-menu.header-layout-overlay :not(.responsive) .overlay-menu-row, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-row {
    display: table-row
}

.header-layout-overlay :not(.responsive) .overlay-menu-cell, .mobile-menu-layout-overlay #primary-navigation.responsive .overlay-menu-cell, .page-additional-menu.header-layout-overlay :not(.responsive) .overlay-menu-cell, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .overlay-menu-cell {
    display: table-cell;
    vertical-align: middle
}

.header-layout-overlay #primary-menu.no-responsive, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu {
    position: relative;
    padding: 20px;
    text-align: center
}

.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu {
    background: 0 0
}

.header-layout-overlay #primary-menu.no-responsive, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu {
    width: 100%;
    opacity: .4;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translateY(-10%) rotateX(35deg);
    transform: translateY(-10%) rotateX(35deg);
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    margin: 0;
    display: block;
    visibility: hidden
}

.header-layout-overlay #primary-navigation.overlay-active #primary-menu.no-responsive, .mobile-menu-layout-overlay #primary-navigation.responsive.overlay-active #primary-menu, .page-additional-menu.header-layout-overlay .primary-navigation.overlay-active .nav-menu.no-responsive, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive.overlay-active .nav-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.header-layout-overlay #primary-navigation.overlay-active.close #primary-menu.no-responsive, .mobile-menu-layout-overlay #primary-navigation.responsive.overlay-active.close #primary-menu, .page-additional-menu.header-layout-overlay .primary-navigation.overlay-active.close .nav-menu.no-responsive, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive.overlay-active.close .nav-menu {
    opacity: 0;
    -webkit-transform: translateY(10%) rotateX(0);
    transform: translateY(10%) rotateX(0)
}

.header-layout-overlay #primary-menu.no-responsive .menu-item-logo, .header-layout-overlay #primary-navigation.responsive #primary-menu .menu-item-logo, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive .menu-item-logo, .page-additional-menu.header-layout-overlay .primary-navigation.responsive .nav-menu .menu-item-logo {
    display: none
}

.header-layout-overlay #primary-menu.no-responsive, .header-layout-overlay #primary-menu.no-responsive > li, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li {
    display: block
}

.header-layout-overlay #primary-menu.no-responsive > li, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li {
    padding: 0
}

.header-layout-overlay.logo-position-left #primary-menu.no-responsive > li, .mobile-menu-layout-overlay .logo-position-left #primary-navigation.responsive #primary-menu > li, .page-additional-menu.header-layout-overlay.logo-position-left .nav-menu.no-responsive > li, .page-additional-menu.mobile-menu-layout-overlay .logo-position-left .primary-navigation.responsive .nav-menu > li {
    padding-left: 0
}

.header-layout-overlay.logo-position-right #primary-menu.no-responsive > li, .mobile-menu-layout-overlay .logo-position-right #primary-navigation.responsive #primary-menu > li, .page-additional-menu.header-layout-overlay.logo-position-right .nav-menu.no-responsive > li, .page-additional-menu.mobile-menu-layout-overlay .logo-position-right .primary-navigation.responsive .nav-menu > li {
    padding-left: 0
}

.header-layout-overlay #primary-menu.no-responsive > li > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > a, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li > a {
    padding: 0 !important
}

.header-layout-overlay #primary-menu.no-responsive > li > a {
    background-color: transparent !important;
    border: 0 none !important
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-current, .header-layout-overlay #primary-menu.no-responsive > li.menu-item-active, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-current, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-active, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-current, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-active, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-current, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-active {
    padding: 0
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-current > a, .header-layout-overlay #primary-menu.no-responsive > li.menu-item-active > a {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.header-layout-overlay #primary-menu.no-responsive > li > a, .header-layout-overlay #primary-menu.no-responsive > li li > a, #site-header.fixed.shrink .header-layout-overlay #primary-menu.no-responsive > li > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-current > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-active > a, #site-header.fixed.shrink.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-current > a, #site-header.fixed.shrink.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-active > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-current > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-active > a, #site-header.fixed.shrink .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-current > a, #site-header.fixed.shrink .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li.menu-item-active > a, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-current > a, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-active > a, #site-header.fixed.shrink.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-current > a, #site-header.fixed.shrink.page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li.menu-item-active > a {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0 !important
}

.header-style-3.header-layout-overlay #primary-menu.no-responsive > li.menu-item-current > a, .header-style-3.header-layout-overlay #primary-menu.no-responsive > li.menu-item-active > a, .header-style-4.header-layout-overlay #primary-menu.no-responsive > li.menu-item-current > a, .header-style-4.header-layout-overlay #primary-menu.no-responsive > li.menu-item-active > a, .mobile-menu-layout-overlay .header-style-3 #primary-navigation.responsive #primary-menu > li.menu-item-current > a, .mobile-menu-layout-overlay .header-style-3 #primary-navigation.responsive #primary-menu > li.menu-item-active > a, .mobile-menu-layout-overlay .header-style-4 #primary-navigation.responsive #primary-menu > li.menu-item-current > a, .mobile-menu-layout-overlay .header-style-4 #primary-navigation.responsive #primary-menu > li.menu-item-active > a {
    border: 0 none
}

.header-layout-overlay #primary-menu.no-responsive > li > ul, .header-layout-overlay #primary-menu.no-responsive > li > ul ul, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li > ul, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li > ul ul, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > ul, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > ul ul, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li > ul, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li > ul ul {
    position: relative;
    width: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    -webkit-transform: none;
    transform: none;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    text-transform: uppercase;
    overflow: hidden
}

.page-additional-menu.header-layout-overlay .nav-menu.no-responsive a, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu a {
    display: inline-block
}

.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > a, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li > a {
    text-transform: uppercase
}

.header-layout-overlay #primary-navigation:not(.overlay-active) #primary-menu.no-responsive ul, .mobile-menu-layout-overlay #primary-navigation.responsive:not(.overlay-active) #primary-menu ul, .page-additional-menu.header-layout-overlay .primary-navigation:not(.overlay-active) .nav-menu.no-responsive ul, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive:not(.overlay-active) .nav-menu ul {
    display: none
}

.header-layout-overlay #primary-menu.no-responsive li.menu-overlay-item-open > ul, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-overlay-item-open > ul, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive li.menu-overlay-item-open > ul, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li.menu-overlay-item-open > ul {
    opacity: 1;
    height: auto;
    visibility: visible
}

.header-layout-overlay #primary-menu.no-responsive li.menu-overlay-item-open > ul, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-overlay-item-open > ul, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive li.menu-overlay-item-open > ul, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li.menu-overlay-item-open > ul {
    margin-top: 40px
}

.header-layout-overlay #primary-menu.no-responsive li.menu-overlay-item-open:not(:last-child) > ul, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-overlay-item-open:not(:last-child) > ul, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive li.menu-overlay-item-open:not(:last-child) > ul, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li.menu-overlay-item-open:not(:last-child) > ul {
    margin-bottom: 40px
}

.header-layout-overlay #primary-menu.no-responsive > li li > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li li > a, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li li > a {
    padding: 0
}

.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li ul, .header-layout-overlay #primary-navigation #primary-menu.no-responsive > li li, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.responsive > li ul, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.responsive > li li, .page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li ul, .page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu.responsive > li ul, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu.responsive > li li {
    border: 0 none
}

.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li li > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li li > a, .page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li > a, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li li > a {
    background-color: transparent;
    border: 0 none
}

.header-layout-overlay #primary-menu.no-responsive li li.menu-item-current > a, .header-layout-overlay #primary-menu.no-responsive li li.menu-item-active > a, .header-layout-overlay #primary-menu.no-responsive li li:hover > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li li.menu-item-current > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li li.menu-item-active > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li li:hover > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive li li.menu-item-current > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive li li.menu-item-active > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive li li:hover > a, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li li.menu-item-current > a, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li li.menu-item-active > a, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li li:hover > a {
    border: 0 none
}

.header-layout-overlay #primary-menu.no-responsive > li li > a:after, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li li > a:after, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li li > a:after, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu > li li > a:after {
    display: none
}

.header-layout-overlay.logo-position-right #primary-menu.no-responsive li li.menu-item-current > a, .header-layout-overlay.logo-position-right #primary-menu.no-responsive li li.menu-item-active > a, .header-layout-overlay.logo-position-right #primary-menu.no-responsive li li:hover > a, .mobile-menu-layout-overlay .logo-position-right #primary-navigation.responsive #primary-menu li li.menu-item-current > a, .mobile-menu-layout-overlay .logo-position-right #primary-navigation.responsive #primary-menu li li.menu-item-active > a, .mobile-menu-layout-overlay .logo-position-right #primary-navigation.responsive #primary-menu li li:hover > a, .page-additional-menu.header-layout-overlay.logo-position-right .nav-menu.no-responsive li li.menu-item-current > a, .page-additional-menu.header-layout-overlay.logo-position-right .nav-menu.no-responsive li li.menu-item-active > a, .page-additional-menu.header-layout-overlay.logo-position-right .nav-menu.no-responsive li li:hover > a, .page-additional-menu.mobile-menu-layout-overlay .logo-position-right .primary-navigation.responsive .nav-menu li li.menu-item-current > a, .page-additional-menu.mobile-menu-layout-overlay .logo-position-right .primary-navigation.responsive .nav-menu li li.menu-item-active > a, .page-additional-menu.mobile-menu-layout-overlay .logo-position-right .primary-navigation.responsive .nav-menu li li:hover > a {
    padding: 0
}

.header-layout-overlay.logo-position-left #primary-menu.no-responsive li li.menu-item-current > a, .header-layout-overlay.logo-position-left #primary-menu.no-responsive li li.menu-item-active > a, .header-layout-overlay.logo-position-left #primary-menu.no-responsive li li:hover > a, .mobile-menu-layout-overlay .logo-position-left #primary-navigation.responsive #primary-menu li li.menu-item-current > a, .mobile-menu-layout-overlay .logo-position-left #primary-navigation.responsive #primary-menu li li.menu-item-active > a, .mobile-menu-layout-overlay .logo-position-left #primary-navigation.responsive #primary-menu li li:hover > a, .page-additional-menu.header-layout-overlay.logo-position-left .nav-menu.no-responsive li li.menu-item-current > a, .page-additional-menu.header-layout-overlay.logo-position-left .nav-menu.no-responsive li li.menu-item-active > a, .page-additional-menu.header-layout-overlay.logo-position-left .nav-menu.no-responsive li li:hover > a, .page-additional-menu.mobile-menu-layout-overlay .logo-position-left .primary-navigation.responsive .nav-menu li li.menu-item-current > a, .page-additional-menu.mobile-menu-layout-overlay .logo-position-left .primary-navigation.responsive .nav-menu li li.menu-item-active > a, .page-additional-menu.mobile-menu-layout-overlay .logo-position-left .primary-navigation.responsive .nav-menu li li:hover > a {
    padding: 0
}

.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-has-children > .menu-item-parent-toggle, .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-has-children > .menu-item-parent-toggle {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-has-children > .menu-item-parent-toggle:before, .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-has-children > .menu-item-parent-toggle:before {
    content: '\e635';
    display: inline-block;
    font-family: 'thegem-icons';
    font-style: normal;
    cursor: pointer;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 49%;
    position: absolute;
    left: 5px;
    top: 0
}

.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-overlay-item-open > .menu-item-parent-toggle:before, .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-overlay-item-open > .menu-item-parent-toggle:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.header-layout-overlay #primary-navigation .hamburger-minicart {
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.header-layout-overlay #primary-navigation.overlay-active:not(.close) .hamburger-minicart {
    opacity: 0
}

.mobile-menu-layout-overlay .primary-navigation.responsive li.menu-item-parent > a:after, .mobile-menu-layout-overlay .primary-navigation.responsive li.menu-item-parent > span > a:after {
    display: none
}

.mobile-menu-layout-overlay .primary-navigation.responsive ul {
    border: 0
}

.mobile-menu-layout-overlay #primary-navigation.responsive li a, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive li a {
    text-transform: uppercase
}

.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li {
    position: relative;
    width: auto !important
}

.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-item-has-children .menu-item-parent-toggle, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li.menu-item-has-children .menu-item-parent-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: -5px;
    text-align: center
}

.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-item-has-children .menu-item-parent-toggle:before, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li.menu-item-has-children .menu-item-parent-toggle:before {
    content: '\e635';
    display: inline-block;
    font-family: 'thegem-icons';
    font-style: normal;
    cursor: pointer;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 51% 51%;
    margin-left: -1px;
    font-size: 24px;
    line-height: 48px
}

.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu li.menu-overlay-item-open > .menu-item-parent-toggle:before, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu li.menu-overlay-item-open > .menu-item-parent-toggle:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.menu-overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.menu-overlay.active {
    visibility: visible;
    opacity: .96
}

@media (max-width: 767px) {
    #site-header .header-main {
        position: relative;
        display: table;
        width: 100%;
        z-index: 11
    }

    #primary-navigation .menu-toggle, #perspective-menu-buttons .menu-toggle {
        display: inline-block;
        vertical-align: middle
    }

    #perspective-menu-buttons .perspective-toggle {
        display: none
    }

    #primary-navigation .hamburger-toggle, #primary-navigation .overlay-toggle {
        display: none
    }
}

#site-header #primary-navigation.responsive {
    position: static
}

#primary-navigation .menu-toggle, #perspective-menu-buttons .menu-toggle, #perspective-menu-buttons .perspective-toggle {
    border: none;
    width: 36px;
    height: 30px;
    text-indent: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    background: 0 0;
    padding: 0
}

#perspective-menu-buttons .perspective-toggle {
    margin-top: 35px;
    margin-bottom: 35px;
    -o-transition: width .3s, height .2s;
    -webkit-transition: width .3s, height .2s;
    transition: width .3s, height .2s
}

.mobile-menu-layout-overlay #primary-navigation.overlay-active .menu-toggle, .mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active .menu-toggle {
    z-index: 2
}

#primary-navigation .menu-toggle .menu-line-1, #primary-navigation .menu-toggle .menu-line-2, #primary-navigation .menu-toggle .menu-line-3, #perspective-menu-buttons .menu-toggle .menu-line-1, #perspective-menu-buttons .menu-toggle .menu-line-2, #perspective-menu-buttons .menu-toggle .menu-line-3, #perspective-menu-buttons .perspective-toggle .menu-line-1, #perspective-menu-buttons .perspective-toggle .menu-line-2, #perspective-menu-buttons .perspective-toggle .menu-line-3 {
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    background: #3c3950;
    -webkit-transition: all .5s, top .3s, height .3s;
    transition: all .5s, top .3s, height .3s
}

#site-header:not(.shrink) .header-colors-light #perspective-menu-buttons .menu-toggle .menu-line-1, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons .menu-toggle .menu-line-2, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons .menu-toggle .menu-line-3, #site-header:not(.shrink) .header-colors-light #primary-navigation .menu-toggle > span {
    background: #fff
}

#primary-navigation .menu-toggle .menu-line-1, #perspective-menu-buttons .menu-toggle .menu-line-1, #perspective-menu-buttons .perspective-toggle .menu-line-1 {
    top: 3px
}

#primary-navigation .menu-toggle .menu-line-2, #perspective-menu-buttons .menu-toggle .menu-line-2, #perspective-menu-buttons .perspective-toggle .menu-line-2 {
    top: 13px
}

#primary-navigation .menu-toggle .menu-line-3, #perspective-menu-buttons .menu-toggle .menu-line-3, #perspective-menu-buttons .perspective-toggle .menu-line-3 {
    top: 23px
}

#primary-navigation .menu-toggle .menu-line-1, #primary-navigation .menu-toggle .menu-line-2, #primary-navigation .menu-toggle .menu-line-3, #perspective-menu-buttons .menu-toggle .menu-line-1, #perspective-menu-buttons .menu-toggle .menu-line-2, #perspective-menu-buttons .menu-toggle .menu-line-3 {
    height: 2px;
    width: 18px;
    left: 9px
}

#primary-navigation .menu-toggle .menu-line-1, #perspective-menu-buttons .menu-toggle .menu-line-1 {
    top: 9px
}

#primary-navigation .menu-toggle .menu-line-2, #perspective-menu-buttons .menu-toggle .menu-line-2 {
    top: 14px
}

#primary-navigation .menu-toggle .menu-line-3, #perspective-menu-buttons .menu-toggle .menu-line-3 {
    top: 19px
}

@media (max-width: 767px) {
    #perspective-menu-buttons .hamburger-minicart {
        display: none
    }
}

.mobile-menu-layout-overlay .primary-navigation .menu-toggle, .mobile-menu-layout-overlay .primary-navigation .menu-toggle .menu-line-1, .mobile-menu-layout-overlay .primary-navigation .menu-toggle .menu-line-2, .mobile-menu-layout-overlay .primary-navigation .menu-toggle .menu-line-3, .mobile-menu-layout-overlay #perspective-menu-buttons .menu-toggle, .mobile-menu-layout-overlay #perspective-menu-buttons .menu-toggle .menu-line-1, .mobile-menu-layout-overlay #perspective-menu-buttons .menu-toggle .menu-line-2, .mobile-menu-layout-overlay #perspective-menu-buttons .menu-toggle .menu-line-3 {
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.mobile-menu-layout-overlay #primary-navigation.overlay-active .menu-toggle .menu-line-1, .mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active .menu-toggle .menu-line-1 {
    transform: rotate(45deg);
    top: 13px
}

.mobile-menu-layout-overlay #primary-navigation.overlay-active .menu-toggle .menu-line-2, .mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active .menu-toggle .menu-line-2 {
    opacity: 0
}

.mobile-menu-layout-overlay #primary-navigation.overlay-active .menu-toggle .menu-line-3, .mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active .menu-toggle .menu-line-3 {
    top: 13px;
    transform: rotate(-45deg)
}

.mobile-menu-layout-overlay #primary-navigation.overlay-active.close .menu-toggle .menu-line-1, .mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active.close .menu-toggle .menu-line-1 {
    top: 3px;
    transform: rotate(0)
}

.mobile-menu-layout-overlay #primary-navigation.overlay-active.close .menu-toggle .menu-line-2, .mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active.close .menu-toggle .menu-line-2 {
    opacity: 1
}

.mobile-menu-layout-overlay #primary-navigation.overlay-active.close .menu-toggle .menu-line-3, .mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active.close .menu-toggle .menu-line-3 {
    top: 23px;
    transform: rotate(0)
}

#perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-1, #perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-2, #perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-3 {
    height: 2px;
    width: 18px;
    left: 9px
}

#perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-1 {
    top: 8px
}

#perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-2 {
    top: 13px
}

#perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-3 {
    top: 18px
}

@media (max-width: 767px) {
    .mobile-menu-layout-overlay #primary-navigation.overlay-active.close .menu-toggle .menu-line-1, .mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active.close .menu-toggle .menu-line-1 {
        top: 9px
    }

    .mobile-menu-layout-overlay #primary-navigation.overlay-active.close .menu-toggle .menu-line-3, .mobile-menu-layout-overlay #perspective-menu-buttons.overlay-active.close .menu-toggle .menu-line-3 {
        top: 19px
    }
}

@media (-webkit-device-pixel-ratio: 1.25) {
    #perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-1, #perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-2, #perspective-menu-buttons .perspective-toggle.toggle-size-small .menu-line-3 {
        height: 1.6px
    }
}

#site-header .primary-navigation.responsive {
    padding: 15px 0;
    vertical-align: middle
}

.mobile-menu-layout-default .primary-navigation.responsive ul, .mobile-menu-layout-overlay .primary-navigation.responsive #primary-menu ul, .page-additional-menu.mobile-menu-layout-overlay .primary-navigation.responsive .nav-menu ul {
    padding: 0 !important;
    background: 0 0 !important;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.mobile-menu-layout-default .primary-navigation.responsive li {
    position: relative;
    width: auto !important
}

.mobile-menu-layout-default .primary-navigation.responsive li a {
    display: block;
    position: relative;
    padding: 16px 30px;
    outline: none
}

.mobile-menu-layout-default .primary-navigation.responsive li .mega-label, .mobile-menu-layout-slide-vertical .primary-navigation.responsive li .mega-label, .mobile-menu-layout-slide-horizontal .primary-navigation.responsive li .mega-label {
    display: none
}

.mobile-menu-layout-default .primary-navigation.responsive li.dl-back, .mobile-menu-layout-default .primary-navigation.responsive li.dl-parent {
    text-align: right
}

.mobile-menu-layout-default .primary-navigation.responsive li.dl-back > a, .mobile-menu-layout-default .primary-navigation.responsive li.dl-parent > a {
    padding-left: 30px
}

.mobile-menu-layout-default .primary-navigation.responsive li.dl-back:after, .mobile-menu-layout-default .primary-navigation.responsive li.menu-item-parent > a:after, .mobile-menu-layout-default .primary-navigation.responsive li.menu-item-parent > span > a:after, .mobile-menu-layout-default .primary-navigation.responsive li.dl-parent > a:after {
    position: absolute;
    width: 9px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    font-weight: 400;
    font-family: 'thegem-icons';
    font-style: normal;
    content: '\e601';
    font-size: 16px;
    line-height: 16px
}

.mobile-menu-layout-default .primary-navigation.responsive li.dl-back:after {
    right: auto;
    left: 20px;
    content: '\e603'
}

.mobile-menu-layout-default .primary-navigation.responsive li.dl-parent > a:after {
    right: auto;
    left: 20px
}

.mobile-menu-layout-default .primary-navigation.responsive .dl-menu {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    top: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

@media (max-width: 767px) {
    .mobile-menu-layout-default .primary-navigation .dl-menu {
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0
    }

    .mobile-menu-layout-overlay .header-main:not(.header-layout-overlay) #primary-navigation:not(.responsive) .overlay-menu-wrapper, .page-additional-menu.mobile-menu-layout-overlay:not(.header-layout-overlay) .primary-navigation:not(.responsive) .overlay-menu-wrapper {
        visibility: hidden;
        height: 0;
        width: 0
    }

    .mobile-menu-layout-slide-horizontal #primary-navigation:not(.responsive) .mobile-menu-slide-wrapper, .mobile-menu-layout-slide-vertical #primary-navigation:not(.responsive) .mobile-menu-slide-wrapper {
        visibility: hidden;
        height: 0;
        width: 0
    }
}

.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-menu-toggle {
    transition: all .3s ease
}

.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.mobile-menu-layout-default .primary-navigation.responsive li .dl-submenu {
    display: none
}

.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li, .mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subviewopen > a, .mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subview > a, .mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subviewopen > span, .mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subview > span {
    display: none
}

.mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subview, .mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subview .dl-submenu, .mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subviewopen, .mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .mobile-menu-layout-default .primary-navigation.responsive .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block
}

.mobile-menu-layout-default .primary-navigation.responsive .dl-menu + .dl-submenu {
    position: absolute;
    width: 100% !important;
    left: 0;
    margin: 0;
    top: 100%;
    margin-top: -15px
}

.mobile-menu-layout-default .primary-navigation.responsive .dl-menu + .dl-submenu:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: -3px;
    right: -3px;
    height: 3px
}

.dl-menu.dl-animate-out {
    -webkit-animation: MenuAnimOut .4s;
    animation: MenuAnimOut .4s
}

@-webkit-keyframes MenuAnimOut {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg)
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
}

@keyframes MenuAnimOut {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg)
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
}

.dl-menu.dl-animate-in {
    -webkit-animation: MenuAnimIn .3s;
    animation: MenuAnimIn .3s
}

@-webkit-keyframes MenuAnimIn {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes MenuAnimIn {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1
    }
}

.mobile-menu-layout-default .primary-navigation.responsive .dl-menu + .dl-submenu.dl-animate-in {
    -webkit-animation: SubMenuAnimIn .4s ease;
    animation: SubMenuAnimIn .4s ease
}

@-webkit-keyframes SubMenuAnimIn {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1
    }
}

@keyframes SubMenuAnimIn {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}

.mobile-menu-layout-default .primary-navigation.responsive .dl-menu + .dl-submenu.dl-animate-out {
    -webkit-animation: SubMenuAnimOut .4s ease;
    animation: SubMenuAnimOut .4s ease
}

@-webkit-keyframes SubMenuAnimOut {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0
    }
}

@keyframes SubMenuAnimOut {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
}

.no-js .primary-navigation .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.no-js .primary-navigation li .dl-submenu {
    display: block
}

.no-js .primary-navigation li.dl-back {
    display: none
}

.no-js .primary-navigation li > a:not(:only-child):after {
    content: ''
}

#primary-navigation .hamburger-toggle > span, #primary-navigation .overlay-toggle > span, #primary-navigation.overlay-active.close .overlay-toggle > span, #perspective-menu-buttons.primary-navigation .perspective-toggle span, #page.vertical-header .vertical-toggle > span, #thegem-perspective #primary-navigation .perspective-menu-close:before, #thegem-perspective #primary-navigation .perspective-menu-close:after {
    background-color: #3c3950
}

.hamburger-minicart > a, .hamburger-minicart:hover > a {
    color: #3c3950
}

#site-header:not(.shrink) .header-colors-light #primary-navigation .hamburger-toggle > span, #site-header:not(.shrink) .header-colors-light #primary-navigation:not(.overlay-active) .overlay-toggle > span, #site-header:not(.shrink) .header-colors-light #primary-navigation.overlay-active.close .overlay-toggle > span, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons.primary-navigation .perspective-toggle span {
    background-color: #fff
}

#site-header:not(.shrink) .header-colors-light .hamburger-minicart > a, #site-header:not(.shrink) .header-colors-light .hamburger-minicart:hover > a {
    color: #fff
}

#footer-nav {
    padding: 40px 0;
    border-top: 1px solid #313646
}

#footer-navigation {
    margin-bottom: 0
}

#footer-menu {
    display: inline-block;
    margin: 0 -21px
}

#footer-menu li {
    display: inline-block;
    padding: 0 21px;
    position: relative;
    line-height: 1
}

#footer-menu li + li:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    font-size: 0;
    border-right: 1px solid #333146
}

#footer-menu li a {
    font-size: 92.86%;
    display: block
}

#footer-socials {
    text-align: right
}

#footer-socials .socials {
    text-align: right;
    margin: 0 -7px;
    display: inline-block;
    vertical-align: middle
}

.footer-socials-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 7px
}

.footer-socials-item a {
    display: block;
    position: relative;
    font-size: 0;
    width: 20px;
    line-height: inherit
}

.footer-socials-item a:after {
    position: absolute;
    font-family: 'thegem-socials';
    display: block;
    font-size: 16px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.footer-socials-item.twitter a:after {
    content: '\e603'
}

.footer-socials-item.facebook a:after {
    content: '\e601'
}

.footer-socials-item.linkedin a:after {
    content: '\e604'
}

.footer-socials-item.googleplus a:after {
    content: '\e602'
}

.footer-socials-item.stumbleupon a:after {
    content: '\e606'
}

.footer-socials-item.rss a:after {
    content: '\e608'
}

@media (max-width: 991px) {
    #footer-nav #footer-socials {
        text-align: center
    }

    #footer-nav .footer-site-info {
        text-align: center
    }

    #footer-navigation #footer-menu li {
        margin: 5px 0
    }
}

#colophon {
    position: relative;
    padding: 110px 0 45px;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat
}

.footer-widget-area {
    margin-bottom: 1.421em
}

.footer-site-info {
    font-size: 92.86%
}

.footer-site-info a:hover {
    text-decoration: underline
}

.block-content {
    padding: 135px 0 100px
}

.block-content:last-of-type {
    padding-bottom: 110px
}

.no-bottom-margin:last-of-type {
    padding-bottom: 0
}

.page-title + .no-top-margin, #page-title + .no-top-margin, .gem-slideshow + .no-top-margin, .no-top-margin:first-child {
    padding-top: 0
}

.block-content + .block-content {
    padding-top: 0
}

.fullwidth-block {
    position: relative
}

.fullwidth-top-marker, .fullwidth-bottom-marker {
    position: absolute;
    width: 140px;
    height: 70px;
    left: 50%;
    margin-left: -70px;
    z-index: 10
}

.fullwidth-top-marker.marker-direction-inside {
    top: 0
}

.fullwidth-top-marker.marker-direction-outside {
    top: -69px
}

.fullwidth-bottom-marker.marker-direction-inside {
    bottom: 0
}

.fullwidth-bottom-marker.marker-direction-outside {
    bottom: -69px
}

.gem-youtube .gem-wrapbox-inner, .gem-youtube .shadow-wrap, .gem-youtube .gem-wrapbox-element, .gem-vimeo .gem-wrapbox-inner, .gem-vimeo .shadow-wrap, .gem-vimeo .gem-wrapbox-element, .gem-video .gem-wrapbox-inner, .gem-video .shadow-wrap, .gem-video .gem-wrapbox-element {
    width: 100%;
    height: 100%
}

.gem-wrapbox-inner.gem-ratio-style .gem-wrapbox-element, .gem-wrapbox-inner.gem-ratio-style .shadow-wrap, .gem-wrapbox-inner.gem-ratio-style .preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gem-image-centered-box {
    margin-bottom: 1.421em
}

.gem-image a, .gem-textbox-picture a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.gem-image a:before, .gem-textbox-picture a:before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .5s, background-color .5s;
    transition: opacity .5s, background-color .5s;
    opacity: 0;
    z-index: 5
}

.gem-image a:hover:before, .gem-textbox-picture a:hover:before {
    opacity: 1;
    -webkit-transition: opacity .5s, background-color .5s;
    transition: opacity .5s, background-color .5s
}

.gem-image a:after, .gem-textbox-picture a:after {
    content: '\e60f';
    font-family: 'thegem-icons';
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 50%;
    transition: opacity .3s, top .3s;
    -webkit-transition: opacity .3s, top .3s;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 5;
    opacity: 0
}

.gem-image a:hover:after, .gem-textbox-picture a:hover:after {
    top: 50%;
    opacity: 1;
    transition: opacity .5s, top .3s;
    -webkit-transition: opacity .5s, top .3s
}

.gem-map-with-text .wpb_gmaps_widget .wpb_wrapper {
    padding: 0
}

.gem-gmaps {
    display: inline-block;
    max-width: 100%
}

.gem-gmaps .gem-gmaps-hide {
    overflow: hidden;
    width: 100%
}

.gem-gmaps iframe {
    border: 0 none;
    vertical-align: top;
    margin-top: -54px;
    width: 100%
}

.gem-gmaps .preloader + iframe {
    margin-top: -240px !important
}

.gem-gmaps .preloader + iframe + .map-locker {
    opacity: 0
}

.gem-gmaps.gem-wrapbox-style-11 {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden
}

.gem-gmaps.gem-wrapbox-style-11 .gem-gmaps-hide {
    -webkit-mask-image: url(../fonts/circle.svg)
}

iframe + .map-locker {
    position: relative;
    float: right;
    margin-top: -150px;
    margin-right: 13px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff url(../images/map-locker.png) no-repeat 0 50%
}

iframe + .map-locker.disabled {
    background-position: 100% 50%
}

.wpb_gmaps_widget .wpb_map_wraper.hide_title iframe {
    margin-top: -54px
}

.wpb_gmaps_widget .wpb_map_wraper.hide_title {
    overflow: hidden
}

.gem-gmaps.gem-wrapbox-style-11 .gem-wrapbox-inner:after {
    display: none
}

.gem-gmaps.gem-wrapbox-style-11 .gem-wrapbox-inner {
    padding: 12px;
    border: 2px solid
}

.gem-gmaps.gem-wrapbox-style-8 .gem-wrapbox-inner {
    border-radius: 34px;
    overflow: hidden
}

.gem-textbox {
    margin-bottom: 1.421em;
    position: relative
}

.gem-textbox-title, .gem-textbox-content {
    padding: 30px
}

.gem-textbox-content * {
    position: relative;
    z-index: 1
}

.gem-textbox-content .gem-textbox-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.gem-textbox-title .gem-textbox-title-icon + .gem-textbox-title-text {
    margin-top: 30px
}

.gem-textbox-picture img {
    display: inline-block;
    vertical-align: top
}

.gem-textbox-inner {
    overflow: hidden
}

.gem-textbox-top, .gem-textbox-bottom {
    font-size: 0;
    line-height: 0;
    text-align: center
}

.gem-textbox-top svg, .gem-textbox-bottom svg {
    vertical-align: top
}

.gem-textbox-after-image {
    border-top: 0 none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.gem-textbox-before-image {
    border-bottom: 0 none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.gem-team {
    margin-bottom: 1.421em
}

.team-person {
    padding: 50px 30px;
    position: relative;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.team-person-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.team-person a:not(.team-person-link) {
    position: relative;
    z-index: 2
}

.team-person-image {
    display: inline-block;
    width: 240px;
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 45px
}

.team-person-image a, .team-person-image span {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    max-width: 100%;
    position: relative
}

.team-person-image a:before, .team-person-image span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0
}

.team-person-image a:hover:before, .team-person:hover .team-person-image span:before {
    opacity: 1
}

.team-person-image a, .gem-team .team-person-image a:before, .team-person-image span, .gem-team .team-person-image span:before, .team-person-image img {
    border-radius: 50%
}

.team-person-info {
    margin: 0 0 20px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.team-person-name {
    margin: 0 0 5px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.team-person-position {
    margin: 0 0 28px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.team-person .team-person-phone {
    color: inherit;
    margin: 0 0 7px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.team-person .team-person-phone a {
    color: inherit
}

.team-person .team-person-description {
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.team-person-socials .socials-item-icon {
    font-size: 32px
}

.team-person-socials {
    margin: 0 -10px
}

.team-person-socials .socials-item {
    margin: 20px 10px 0
}

.team-person-email a:before {
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    content: '\e607';
    font-size: 16px;
    margin-right: 10px;
    color: inherit;
    vertical-align: top
}

.gem-team-style-1 .team-person {
    border: 1px solid transparent
}

.gem-team-style-2 .team-person {
    padding: 50px;
    border-radius: 0 50px 50px
}

.gem-team-style-2 .team-person-box-columns .team-person-box-left {
    float: left;
    margin-right: -270px
}

.gem-team-style-2 .team-person-box-columns .team-person-box-left + .team-person-box-right {
    float: left;
    width: 100%;
    padding-left: 270px
}

.gem-team-style-2 .team-person-image {
    position: relative
}

.gem-team-style-2 .team-person-image a, .gem-team-style-2 .team-person-image a:before, .gem-team-style-2 .team-person-image span, .gem-team-style-2 .team-person-image span:before, .gem-team-style-2 .team-person-image img {
    border-radius: 0
}

.gem-team-style-2 .team-person-name {
    margin-top: -10px
}

.gem-team-style-2 .team-person-socials .socials-item-icon {
    font-size: 20px
}

.gem-team-style-2 .team-person-socials {
    margin: 0 -6px
}

.gem-team-style-2 .team-person-socials .socials-item {
    margin: 12px 6px 0
}

@media (max-width: 1211px) {
    .gem-team-style-2 .col-sm-6 .team-person-box-columns .team-person-box-left {
        float: none;
        margin-right: 0
    }

    .gem-team-style-2 .col-sm-6 .team-person-box-columns .team-person-box-left + .team-person-box-right {
        float: none;
        padding-left: 0
    }
}

@media (min-width: 1212px) {
    .gem-team-style-2 .col-sm-6 .team-person-box-columns .team-person-box-left .team-person-image {
        margin-bottom: 0
    }
}

@media (max-width: 639px) {
    .gem-team-style-2 .team-person-box-columns .team-person-box-left {
        float: none;
        margin-right: 0
    }

    .gem-team-style-2 .team-person-box-columns .team-person-box-left + .team-person-box-right {
        float: none;
        padding-left: 0
    }
}

.gem-team-style-3 .team-person {
    border-radius: 180px 180px 0 0
}

.gem-team-style-3 .team-person-image {
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 35px;
    width: 310px
}

.gem-team-style-3 .team-person-info {
    margin: 0 0 30px
}

.gem-team-style-3 .team-person-name {
    margin: 0
}

.gem-team-style-3 .team-person-position {
    font-size: .875em
}

.gem-team-style-3 .team-person-socials .socials-item-icon {
    font-size: 20px
}

.gem-team-style-3 .team-person-socials {
    margin: 0 -6px
}

.gem-team-style-3 .team-person-socials .socials-item {
    margin: 12px 6px 0
}

.gem-team-style-3 .team-person-email a:before {
    font-size: 32px;
    margin-right: 0
}

.gem-team-style-4 .team-person {
    border-bottom: 6px solid #a3e7f0;
    padding-bottom: 10px;
    padding-left: 40px
}

.gem-team-style-4 .team-person-image {
    width: 128px;
    margin-bottom: 30px
}

.gem-team-style-4 .team-person-info {
    margin: 0
}

.gem-team-style-4 .team-person-name {
    margin: 0 0 20px
}

.gem-team-style-4 .team-person-position {
    font-size: .875em;
    margin-bottom: 3px
}

.gem-team-style-4 .team-person-phone {
    margin: 0 0 2px
}

.gem-team-style-4 .team-person-socials .socials-item-icon {
    font-size: 20px
}

.gem-team-style-4 .team-person-socials {
    float: left;
    margin-left: -32px;
    margin-right: 0;
    padding-left: 26px;
    width: 100%;
    min-width: 240px;
    margin-bottom: 40px
}

.gem-team-style-4 .team-person-socials .socials-item {
    margin: 12px 6px 0
}

.gem-team-style-4 .team-person-email {
    float: left;
    margin-bottom: 40px;
    margin-top: 5px
}

.gem-team-style-4 .team-person.centered-box .team-person-socials {
    float: none;
    padding-left: 0;
    margin-left: 0
}

.gem-team-style-4 .team-person.centered-box .team-person-email {
    float: none
}

.gem-team-style-4 .team-person-email a:before {
    font-size: 32px;
    margin-right: 0
}

.gem-team-style-5 .inline-column {
    padding-left: 0;
    padding-right: 0
}

.gem-team-style-5 .team-person, .gem-team-style-5 .team-person-hover {
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.gem-team-style-5 .team-person {
    padding: 3px 0
}

.gem-team-style-5 .team-person-image a, .gem-team-style-5 .team-person-image span {
    overflow: visible
}

.gem-team-style-5 .team-person-image a:before, .gem-team-style-5 .team-person-image span:before {
    opacity: 0;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    width: auto;
    height: auto;
    background-color: rgba(70, 72, 92, .7)
}

.gem-team-style-5 .team-person-image a:hover:before, .gem-team-style-5 .team-person:hover .team-person-image span:before {
    opacity: 1
}

.gem-team-style-5 .team-person-image {
    padding-left: 40px;
    padding-right: 40px;
    width: 320px
}

.gem-team-style-5 .team-person-image .image-hover {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    padding: 6px;
    border: 3px solid #dce1e4;
    margin: -9px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 100%
}

.gem-team-style-5 .team-person:hover .image-hover {
    border-color: #00bcd4;
    background-color: #00bcd4
}

.gem-team-style-5 .team-person-hover {
    padding: 47px 30px
}

.gem-team-style-5 .team-person:hover {
    margin-top: -23px;
    margin-bottom: -23px
}

.gem-team-style-5 .team-person:hover .team-person-hover {
    padding-top: 70px;
    padding-bottom: 70px
}

.gem-team-style-5 .team-person-socials .socials-item-icon {
    font-size: 25px
}

.gem-team-style-5 .team-person-socials .socials-item {
    margin: 12px 6px 0
}

.gem-team-style-6 .team-person {
    border: 1px solid transparent;
    padding: 0
}

.gem-team-style-6 .team-person-hover {
    padding: 43px 34px
}

.gem-team-style-6 .team-person, .gem-team-style-6 .team-person-hover {
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.gem-team-style-6 .team-person-box-left {
    float: left;
    margin-right: -100px
}

.gem-team-style-6 .team-person-box-left + .team-person-box-right {
    float: left;
    width: 100%;
    padding-left: 100px
}

.gem-team-style-6 .team-person-image {
    position: relative;
    width: 80px
}

.gem-team-style-6 .team-person-socials .socials-item-icon {
    font-size: 20px
}

.gem-team-style-6 .team-person-socials {
    margin: 0 -6px
}

.gem-team-style-6 .team-person-socials .socials-item {
    margin: 12px 6px 0
}

.gem-team-style-6 .team-person-position, .gem-team-style-6 .team-person-email {
    font-size: .875em
}

.gem-team-style-6 .team-person-position, .gem-team-style-6 .team-person-phone, .gem-team-style-6 .team-person-info {
    margin: 0
}

.vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title {
    line-height: 1.2
}

.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
    box-sizing: border-box
}

.vc_tta.vc_general.vc_tta-shape-square .vc_tta-panel-body {
    min-height: 0px
}

.vc_tta.vc_general.vc_tta-shape-square .vc_tta-panel-body, .vc_tta.vc_general.vc_tta-shape-square .vc_tta-panel-heading {
    border-radius: 0
}

.vc_tta.vc_general.vc_tta-shape-square .vc_tta-tabs-container {
    margin: 0
}

.vc_tta.vc_general.vc_tta-shape-square .vc_tta-tab > a {
    border-radius: 0
}

.vc_non_responsive .vc_tta.vc_general.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels, .vc_tta-o-non-responsive .vc_tta.vc_general.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels {
    border-radius: 0
}

@media (min-width: 768px) {
    .vc_tta.vc_general.vc_tta-shape-square.vc_tta-tabs .vc_tta-panels {
        border-radius: 0
    }
}

.vc_tta.vc_general.vc_tta-shape-square.vc_tta-o-no-fill .vc_tta-panel-body {
    border-radius: 0
}

.vc_tta.vc_general.vc_tta-shape-square.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading, .vc_tta.vc_general.vc_tta-shape-square.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-panel-body {
    min-height: 6px
}

.vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-panel-body, .vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-panel-heading {
    border-radius: 3px
}

.vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-tabs-container {
    margin: 3px
}

.vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-tab > a {
    border-radius: 3px
}

.vc_non_responsive .vc_tta.vc_general.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels, .vc_tta-o-non-responsive .vc_tta.vc_general.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
    border-radius: 3px
}

@media (min-width: 768px) {
    .vc_tta.vc_general.vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panels {
        border-radius: 3px
    }
}

.vc_tta.vc_general.vc_tta-shape-rounded.vc_tta-o-no-fill .vc_tta-panel-body {
    border-radius: 0
}

.vc_tta.vc_general.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading, .vc_tta.vc_general.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.vc_tta.vc_general.vc_tta-shape-round .vc_tta-panel-body {
    min-height: 36px
}

.vc_tta.vc_general.vc_tta-shape-round .vc_tta-panel-body, .vc_tta.vc_general.vc_tta-shape-round .vc_tta-panel-heading {
    border-radius: 18px
}

.vc_tta.vc_general.vc_tta-shape-round .vc_tta-tabs-container {
    margin: 18px
}

.vc_tta.vc_general.vc_tta-shape-round .vc_tta-tab > a {
    border-radius: 18px
}

.vc_non_responsive .vc_tta.vc_general.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels, .vc_tta-o-non-responsive .vc_tta.vc_general.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels {
    border-radius: 18px
}

@media (min-width: 768px) {
    .vc_tta.vc_general.vc_tta-shape-round.vc_tta-tabs .vc_tta-panels {
        border-radius: 18px
    }
}

.vc_tta.vc_general.vc_tta-shape-round.vc_tta-o-no-fill .vc_tta-panel-body {
    border-radius: 0
}

.vc_tta.vc_general.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading, .vc_tta.vc_general.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel.vc_active + .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px
}

.vc_tta.vc_general.vc_tta-pageable .vc_tta-panel-body {
    border: 0 none
}

.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.vc_non_responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body:before, .vc_tta-o-non-responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body:before, .vc_non_responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body:after, .vc_tta-o-non-responsive .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body:after {
    box-sizing: border-box;
    content: '';
    display: none;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    border-style: inherit;
    border-width: inherit
}

@media (min-width: 768px) {
    .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body:before, .vc_tta-shape-rounded.vc_tta-tabs .vc_tta-panel-body:after {
        box-sizing: border-box;
        content: '';
        display: none;
        position: absolute;
        width: 3px;
        height: 3px;
        border-radius: 3px;
        border-style: inherit;
        border-width: inherit
    }
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
    border-radius: 0
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
    border-radius: 0
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading, .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading, .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-heading, .vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-body {
    border-radius: 0
}

.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child).vc_active .vc_tta-panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-heading, .vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading, .vc_tta-shape-rounded.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.vc_non_responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body:before, .vc_tta-o-non-responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body:before, .vc_non_responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body:after, .vc_tta-o-non-responsive .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body:after {
    box-sizing: border-box;
    content: '';
    display: none;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    border-style: inherit;
    border-width: inherit
}

@media (min-width: 768px) {
    .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body:before, .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body:after {
        box-sizing: border-box;
        content: '';
        display: none;
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 18px;
        border-style: inherit;
        border-width: inherit
    }

    .vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body:before, .vc_tta.vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body:after {
        width: 18px;
        height: 18px;
        border-radius: 18px
    }
}

.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
    border-radius: 0
}

.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-body {
    border-radius: 0
}

.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading, .vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading, .vc_tta-shape-round.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-heading, .vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child):not(.vc_active) .vc_tta-panel-body {
    border-radius: 0
}

.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:not(:first-child):not(:last-child).vc_active .vc_tta-panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-heading, .vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:first-child:not(:last-child):not(.vc_active) .vc_tta-panel-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading, .vc_tta-shape-round.vc_tta-o-shape-group.vc_tta-o-no-fill .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container, .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
    margin-top: 0
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body:before, .vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body:before, .vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body:before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-right-width: 0;
    border-bottom-width: 0
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body:after, .vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body:after, .vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-body:after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left-width: 0;
    border-bottom-width: 0
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body:before, .vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body:before, .vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body:before {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-right-width: 0;
    border-top-width: 0
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body:after, .vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body:after, .vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panel-body:after {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
    border-top-width: 0
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body:before, .vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body:before, .vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body:before {
    right: auto;
    bottom: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-right-width: 0;
    border-bottom-width: 0
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body:after, .vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body:after, .vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body:after {
    right: auto;
    top: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
    border-top-width: 0
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body:before, .vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body:before, .vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body:before {
    left: auto;
    bottom: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left-width: 0;
    border-bottom-width: 0
}

.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body:after, .vc_tta.vc_non_responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body:after, .vc_tta.vc_tta-o-non-responsive .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body:after {
    left: auto;
    top: auto;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
    border-top-width: 0
}

.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
    overflow: visible
}

.vc_tta.vc_general.vc_tta-tabs .vc_tta-title-text:not(:empty):not(:first-child), .vc_tta.vc_general.vc_tta-tabs .vc_tta-title-text:not(:empty) ~ *, .vc_tta.vc_general.vc_tta-accordion .vc_tta-title-text:not(:empty):not(:first-child), .vc_tta.vc_general.vc_tta-accordion .vc_tta-title-text:not(:empty) ~ * {
    margin-left: 10px
}

.vc_tta.vc_general.vc_tta-tabs .vc_tta-title-text:not(:empty) ~ .vc_tta-controls-icon, .vc_tta.vc_general.vc_tta-accordion .vc_tta-title-text:not(:empty) ~ .vc_tta-controls-icon {
    margin-left: 0
}

.vc_tta.vc_general .vc_tta-icon.gem-print-icon {
    display: inline-block;
    vertical-align: middle
}

.vc_tta.vc_general .vc_tta-icon.gem-print-icon.gem-icon-pack-elegant {
    font-size: 16px
}

.vc_tta.vc_general .vc_tta-icon.gem-print-icon.gem-icon-pack-material {
    font-size: 24px
}

.vc_tta.vc_general .vc_tta-icon.gem-print-icon.gem-icon-pack-fontawesome {
    font-size: 14px
}

.vc_tta.vc_general .vc_tta-icon.gem-print-icon.gem-icon-pack-userpack {
    font-size: 16px
}

.vc_tta.vc_general .vc_tta-title-text {
    display: inline-block;
    vertical-align: middle
}

.vc_tta.vc_general .vc_tta-tab {
    vertical-align: bottom
}

.vc_tta.vc_general.vc_tta-tabs-position-bottom .vc_tta-tab {
    vertical-align: top
}

.vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title, .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title {
    /*font-family: 'Montserrat UltraLight';*/
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px
}

.vc_tta.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title, .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title, .vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title, .vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title .vc_tta.vc_tta-tabs .vc_tta-panel.vc_tta-style-modern .vc_tta-panel-title, .vc_tta.vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title, .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel .vc_tta-panel-title {
    /*font-family: 'Montserrat';*/
    font-weight: 700
}

.vc_tta.vc_tta-tabs.vc_general .vc_tta-tab > a {
    padding: 12px 25px
}

.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body {
    padding: 50px
}

.vc_tta.vc_general.vc_tta-color-thegem .vc_tta-panel-heading .vc_tta-panel-title > a {
    padding-top: 16px;
    padding-bottom: 16px
}

.vc_tta.vc_general.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-panel-title > a {
    padding-top: 17px;
    padding-bottom: 17px
}

.vc_tta.vc_general.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel-heading .vc_tta-panel-title > a {
    padding-top: 16px;
    padding-bottom: 16px
}

.vc_tta.vc_tta-tabs .vc_tta-tab a {
    /*font-family: 'Montserrat UltraLight';*/
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400
}

.vc_tta.vc_tta-tabs .vc_tta-tab.vc_active > a, .vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab a, .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tab a {
    /*font-family: 'Montserrat';*/
    font-weight: 700
}

.widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem .vc_tta-tab a, .widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem .vc_tta-tab.vc_active > a, .widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab a, .widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-tab a {
    font-family: inherit;
    font-weight: inherit;
    text-transform: none
}

.widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_general .vc_tta-tab > a {
    padding: 2px 23px
}

.widget .vc_tta.vc_general.vc_tta-color-thegem.vc_tta-tabs .vc_tta-panel-body {
    padding: 25px 40px
}

.widget .vc_tta.vc_general.vc_tta-color-thegem .vc_tta-panel-heading .vc_tta-panel-title > a {
    padding-top: 13px;
    padding-bottom: 13px
}

.widget .vc_tta.vc_general.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel-heading .vc_tta-panel-title > a {
    padding-top: 12px;
    padding-bottom: 12px
}

.widget .vc_tta.vc_general.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel-heading .vc_tta-panel-title > a {
    padding-top: 11px;
    padding-bottom: 11px
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: -1px
}

.widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_general.vc_tta-style-classic:not([class*=vc_tta-gap]) .vc_tta-tab.vc_active > a {
    padding: 4px 23px
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #b6c6c9;
    background-color: #f4f6f7
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover, .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
    background-color: #f4f6f7
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #5f727f
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #b6c6c9;
    background-color: #fff
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #5f727f
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:after {
    border-color: #b6c6c9
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-controls-icon:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-controls-icon:after {
    border-color: #b6c6c9;
    color: #b6c6c9
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after {
    border-color: #b6c6c9
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab > a {
    border-color: #b6c6c9;
    background-color: #f4f6f7;
    color: #5f727f
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab > a:hover, .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab > a:focus {
    background-color: #f4f6f7
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    border-color: #b6c6c9;
    background-color: #fff;
    color: #5f727f
}

.widget .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    color: #5f727f
}

@media (min-width: 768px) {
    .vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
        background-color: #fff
    }

    .vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, .vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels:after {
        border-color: #b6c6c9
    }

    .vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
        border-color: transparent;
        background-color: transparent
    }
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: -1px
}

.vc_tta.vc_tta-color-thegem.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.vc_tta-style-modern .vc_tta-tabs-container {
    margin-bottom: 0
}

.vc_tta.vc_tta-color-thegem.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom.vc_tta-style-modern .vc_tta-tabs-container {
    margin-top: 0
}

.vc_tta.vc_tta-color-thegem.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left.vc_tta-style-modern .vc_tta-tabs-container {
    margin-right: 0
}

.vc_tta.vc_tta-color-thegem.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right.vc_tta-style-modern .vc_tta-tabs-container {
    margin-left: 0
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel-body, .vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel-heading, .vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-tab > a {
    border-width: 0;
    background-image: none;
    filter: none
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    border-color: transparent;
    background-color: #99a9b5
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:hover, .vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading:focus {
    background-color: #99a9b5
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
    color: #dfe5e8
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: transparent;
    background-color: #3c3950
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #fff
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
    background-color: #3c3950;
    color: #99a9b5
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body, .vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body:after {
    border-color: transparent
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-controls-icon:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-controls-icon:after {
    border-color: #dfe5e8
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after {
    border-color: #fff
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-tab > a {
    border-color: transparent;
    background-color: #99a9b5;
    color: #dfe5e8
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-tab > a:hover, .vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-tab > a:focus {
    background-color: #99a9b5
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-tab.vc_active > a {
    border-color: transparent;
    background-color: #3c3950;
    color: #fff
}

@media (min-width: 768px) {
    .vc_tta.vc_tta-color-thegem.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels {
        background-color: #3c3950
    }

    .vc_tta.vc_tta-color-thegem.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels, .vc_tta.vc_tta-color-thegem.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels:after {
        border-color: transparent
    }

    .vc_tta.vc_tta-color-thegem.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
        border-color: transparent;
        background-color: transparent
    }
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: -1px
}

.vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab > a {
    padding-top: 10px;
    padding-bottom: 10px
}

.widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab > a {
    padding-top: 0;
    padding-bottom: 0
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    border-color: transparent;
    background-color: #dfe5e8
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover, .vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus {
    background-color: #dfe5e8
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
    color: #5f727f
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: transparent;
    background-color: #f4f6f7
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #5f727f
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
    background-color: #f4f6f7
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body, .vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body:after {
    border-color: transparent
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-controls-icon:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-controls-icon:after {
    border-color: #5f727f
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after {
    border-color: #5f727f
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab > a {
    border-color: transparent;
    background-color: #dfe5e8;
    color: #5f727f
}

.widget .vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab > a {
    color: #99a9b5
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab > a:hover, .vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab > a:focus {
    background-color: #dfe5e8
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-flat .vc_tta-tab.vc_active > a {
    border-color: transparent;
    background-color: #f4f6f7;
    color: #5f727f
}

@media (min-width: 768px) {
    .vc_tta.vc_tta-color-thegem.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
        background-color: #f4f6f7
    }

    .vc_tta.vc_tta-color-thegem.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels, .vc_tta.vc_tta-color-thegem.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels:after {
        border-color: transparent
    }

    .vc_tta.vc_tta-color-thegem.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
        border-color: transparent;
        background-color: transparent
    }
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: -2px
}

.vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab > a {
    padding-top: 11px;
    padding-bottom: 11px
}

.widget .vc_tta.vc_tta-tabs.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab > a {
    padding-top: 1px;
    padding-bottom: 1px
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
    border-color: #99a9b5;
    background-color: #99a9b5
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover, .vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:focus {
    background-color: #99a9b5
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title > a {
    color: #fff
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #99a9b5;
    background-color: #fff
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #99a9b5
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body, .vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body:after {
    border-color: #99a9b5
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-controls-icon:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-controls-icon:after {
    border-color: #fff
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after {
    border-color: #99a9b5
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab > a {
    border-color: #99a9b5;
    background-color: #99a9b5;
    color: #fff
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab > a:hover, .vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab > a:focus {
    background-color: #99a9b5
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-outline .vc_tta-tab.vc_active > a {
    border-color: #99a9b5;
    background-color: #fff;
    color: #99a9b5
}

@media (min-width: 768px) {
    .vc_tta.vc_tta-color-thegem.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
        background-color: #fff
    }

    .vc_tta.vc_tta-color-thegem.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels, .vc_tta.vc_tta-color-thegem.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels:after {
        border-color: #99a9b5
    }

    .vc_tta.vc_tta-color-thegem.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
        border-color: transparent;
        background-color: transparent
    }
}

.vc_tta.vc_tta-tabs.vc_tta-o-no-fill.vc_tta-color-thegem .vc_tta-panels, .vc_tta.vc_tta-o-no-fill.vc_tta-color-thegem .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
    background-color: transparent
}

.gem-gallery {
    margin-bottom: 1.421em
}

.gem-gallery-preview-carousel-wrap, .gem-gallery-thumbs-carousel-wrap {
    position: relative
}

.gem-gallery.no-thumbs .gem-gallery-thumbs-carousel-wrap {
    display: none
}

.gem-gallery-preview-pagination {
    padding-top: 25px
}

.gem-gallery .gem-gallery-item {
    float: left;
    position: relative;
    text-align: center
}

.gem-gallery .gem-gallery-item a {
    display: inline-block;
    vertical-align: top
}

.gem-gallery .gem-gallery-preview-carousel-wrap {
    overflow: hidden
}

.gem-gallery .gem-gallery-thumbs-carousel-wrap {
    padding: 0 80px
}

.gem-gallery .gem-gallery-thumbs-navigation .gem-prev, .gem-gallery .gem-gallery-thumbs-navigation .gem-next {
    width: 80px
}

.gem-gallery .gem-gallery-thumbs-navigation .gem-prev:after, .gem-gallery .gem-gallery-thumbs-navigation .gem-next:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.gem-gallery .gem-gallery-thumbs-navigation .gem-prev:not(:hover):after, .gem-gallery .gem-gallery-thumbs-navigation .gem-next:not(:hover):after {
    background-color: #dfe5e8
}

.gem-gallery .gem-gallery-thumbs-navigation .gem-prev:after {
    content: '\e637'
}

.gem-gallery .gem-gallery-thumbs-navigation .gem-next:after {
    content: '\e638'
}

.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item {
    padding: 18px 0 0;
    margin: 0 9px
}

.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a {
    position: relative
}

.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active a:before, .gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a:hover:before {
    opacity: .7
}

.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a img {
    width: 80px;
    height: 80px
}

.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active a {
    position: relative;
    overflow: visible
}

.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active a img {
    opacity: 1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item svg {
    display: none
}

.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg {
    position: absolute;
    height: 10px;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    opacity: 0;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item.active svg {
    opacity: 1
}

.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-prev, .gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-next {
    top: 18px
}

.gem-gallery-thumbs-carousel-wrap .gem-gallery-caption {
    display: none
}

.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center
}

.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item img {
    display: inline-block;
    height: auto
}

.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s linear .4s;
    -moz-transition: all .3s linear .4s;
    -webkit-transition: all .3s linear .4s;
    opacity: 0;
    z-index: 5
}

.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item a:before {
    opacity: 1;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a img {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item a img {
    transition: all .3s linear .2s;
    -moz-transition: all .3s linear .2s;
    -webkit-transition: all .3s linear .2s
}

.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-prev, .gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-next {
    z-index: 5
}

.gem-gallery .gem-gallery-preview-carousel-wrap .gem-prev:after, .gem-gallery .gem-gallery-preview-carousel-wrap .gem-next:after {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    opacity: 0
}

.gem-gallery .gem-gallery-preview-carousel-wrap .gem-prev:after {
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}

.gem-gallery .gem-gallery-preview-carousel-wrap .gem-next:after {
    transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-prev:after, .gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-next:after {
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    opacity: 1
}

@media (max-width: 756px) {
    .gem-gallery .gem-gallery-thumbs-carousel-wrap {
        padding: 0 25px
    }

    .gem-gallery .gem-gallery-thumbs-navigation .gem-prev, .gem-gallery .gem-gallery-thumbs-navigation .gem-next {
        width: 25px
    }

    .gem-gallery .gem-gallery-thumbs-navigation .gem-prev:not(:hover):after, .gem-gallery .gem-gallery-thumbs-navigation .gem-next:not(:hover):after {
        background: 0 0
    }

    .gem-gallery .gem-gallery-thumbs-navigation .gem-prev:after {
        content: '\e636'
    }

    .gem-gallery .gem-gallery-thumbs-navigation .gem-next:after {
        content: '\e634'
    }

    .gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item {
        margin: 0 7px
    }
}

body .fancybox-title-over-wrap {
    width: 100%
}

.gem-simple-gallery .gem-gallery-items-carousel-wrap {
    position: relative
}

.gem-simple-gallery .gem-gallery-item {
    float: left;
    position: relative;
    text-align: center;
    margin: 0 21px;
    overflow: hidden;
    max-width: 100%
}

.gem-simple-gallery.responsive .gem-gallery-item {
    margin: 0
}

.widget .gem-simple-gallery .gem-gallery-item {
    width: 261px
}

.gem-simple-gallery .gem-gallery-item a {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.gem-simple-gallery .gem-gallery-items-carousel-wrap {
    overflow: hidden
}

.gem-simple-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a {
    position: relative
}

.gem-simple-gallery .gem-gallery-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.gem-simple-gallery .gem-gallery-item a:hover:before {
    opacity: .7
}

.gem-simple-gallery .gem-gallery-caption {
    display: none
}

.gem-simple-gallery .gem-gallery-item img {
    display: inline-block;
    height: auto
}

.gem-simple-gallery .gem-gallery-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s linear .4s;
    -moz-transition: all .3s linear .4s;
    -webkit-transition: all .3s linear .4s;
    opacity: 0;
    z-index: 5
}

.gem-simple-gallery .gem-gallery-item a:hover:before {
    opacity: 1;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.gem-simple-gallery .gem-gallery-item a img {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.gem-simple-gallery .gem-gallery-item a:hover img {
    transition: all .3s linear .2s;
    -moz-transition: all .3s linear .2s;
    -webkit-transition: all .3s linear .2s
}

.gem-simple-gallery .gem-gallery-item a:after {
    content: '\e60f';
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 63px;
    height: 63px;
    line-height: 63px;
    width: 63px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transition: all .2s ease .1s;
    -moz-transition: all .2s ease .1s;
    -webkit-transition: all .2s ease .1s;
    margin-left: -32px;
    margin-top: -32px;
    z-index: 5;
    opacity: 0
}

.gem-simple-gallery .gem-gallery-item a:hover:after {
    transition: all .2s ease .1s;
    -moz-transition: all .2s ease .1s;
    -webkit-transition: all .2s ease .1s;
    top: 50%;
    opacity: 1
}

.gem-simple-gallery .gem-prev, .gem-simple-gallery .gem-next {
    z-index: 5
}

.gem-icon-with-title {
    margin-bottom: 1.421em
}

.gem-icon-with-title > .gem-icon-with-title-icon {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle
}

.gem-icon-with-title-icon-size-medium > .gem-icon-with-title-icon {
    padding-right: 20px
}

.gem-icon-with-title-icon-size-big > .gem-icon-with-title-icon {
    padding-right: 30px
}

.gem-iconed-title {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    width: 99%
}

.gem-iconed-title > * {
    margin: 0
}

.gem-icon-with-text {
    margin-bottom: 1.421em
}

.gem-icon-with-text > .gem-icon-with-text-icon {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top
}

.gem-icon-with-text-icon-size-medium > .gem-icon-with-text-icon {
    padding-right: 20px
}

.gem-icon-with-text-icon-size-big > .gem-icon-with-text-icon {
    padding-right: 30px
}

.gem-icon-with-text.gem-icon-with-text-flow > .gem-icon-with-text-icon {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding-right: 0
}

.gem-icon-with-text-icon-size-medium.gem-icon-with-text-flow > .gem-icon-with-text-icon {
    margin: 0 20px 0 0
}

.gem-icon-with-text-icon-size-big.gem-icon-with-text-flow > .gem-icon-with-text-icon {
    margin: 0 30px 0 0
}

.gem-icon-with-text > .gem-icon-with-text-content {
    display: table-cell;
    width: 99%;
    vertical-align: top
}

.gem-icon-with-text.gem-icon-with-text-flow > .gem-icon-with-text-content {
    display: block;
    width: auto
}

.gem-icon-with-text.centered-box > .gem-icon-with-title {
    display: block
}

.gem-icon-with-text.centered-box > .gem-icon-with-text-icon, .gem-icon-with-text.centered-box > .gem-icon-with-title > .gem-icon-with-title-icon {
    display: block;
    text-align: center;
    padding: 0 0 10px
}

.gem-icon-with-text.centered-box > .gem-icon-with-title > .gem-iconed-title {
    display: block
}

.gem-icon-with-text-icon-size-medium.centered-box > .gem-icon-with-text-icon, .gem-icon-with-text-icon-size-medium.centered-box > .gem-icon-with-title > .gem-icon-with-title-icon {
    display: block;
    text-align: center;
    padding: 0 0 20px
}

.gem-icon-with-text-icon-size-big.centered-box > .gem-icon-with-text-icon, .gem-icon-with-text-icon-size-big.centered-box > .gem-icon-with-title > .gem-icon-with-title-icon {
    display: block;
    text-align: center;
    padding: 0 0 30px
}

.gem-icon-with-text.gem-icon-with-text-flow.centered-box > .gem-icon-with-text-icon {
    float: none;
    margin: 0
}

.gem-icon-with-text.centered-box > .gem-icon-with-text-content {
    display: block;
    width: auto
}

.gem-icon-with-text > .gem-icon-with-title, .gem-icon-with-text > .gem-icon-with-title + .gem-icon-with-text-content {
    display: table-row
}

.gem-icon-with-text > .gem-icon-with-title + .gem-icon-with-text-content > .gem-icon-with-text-empty, .gem-icon-with-text > .gem-icon-with-title + .gem-icon-with-text-content > .gem-icon-with-text-text {
    display: table-cell
}

@media (max-width: 768px) {
    .gem-icon-with-text:not(.disable-mobile-centered) > .gem-icon-with-text-icon {
        display: block;
        text-align: center;
        padding: 0 0 10px;
        padding-right: 0 !important
    }

    .gem-icon-with-text-icon-size-medium:not(.disable-mobile-centered) > .gem-icon-with-text-icon {
        display: block;
        text-align: center;
        padding: 0 0 20px
    }

    .gem-icon-with-text-icon-size-big:not(.disable-mobile-centered) > .gem-icon-with-text-icon {
        display: block;
        text-align: center;
        padding: 0 0 30px
    }

    .gem-icon-with-text.gem-icon-with-text-flow:not(.disable-mobile-centered) > .gem-icon-with-text-icon {
        float: none;
        margin: 0
    }

    .gem-icon-with-text:not(.disable-mobile-centered) > .gem-icon-with-text-content, .gem-icon-with-text.centered-box > .gem-icon-with-title + .gem-icon-with-text-content {
        display: block;
        width: auto;
        text-align: center
    }

    .gem-icon-with-text:not(.disable-mobile-centered) > .gem-icon-with-title + .gem-icon-with-text-content {
        text-align: left
    }
}

.gem-alert-box:not(.centered-box) {
    display: table;
    width: 100%
}

.gem-textbox-content .gem-alert-box {
    padding: 20px
}

.gem-alert-box:not(.centered-box) .gem-alert-box-picture, .gem-alert-box:not(.centered-box) .gem-alert-box-content, .gem-alert-box:not(.centered-box) .gem-alert-box-buttons {
    display: table-cell;
    vertical-align: middle;
    width: 1%
}

.gem-alert-box:not(.centered-box) .gem-alert-box-content {
    width: 99%;
    padding: 0 42px
}

.gem-alert-box:not(.centered-box) .gem-alert-box-buttons .gem-button {
    margin: 15px 0
}

.gem-alert-box-image {
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.gem-alert-box-image.image-size-small, .gem-alert-box-image.image-size-small img, .gem-alert-box-image.image-size-medium, .gem-alert-box-image.image-size-medium img {
    border-radius: 3px
}

.gem-alert-box-image.image-size-large, .gem-alert-box-image.image-size-large img {
    border-radius: 6px
}

.gem-alert-box-image.image-size-xlarge, .gem-alert-box-image.image-size-xlarge img {
    border-radius: 9px
}

.gem-alert-box-image.image-shape-circle, .gem-alert-box-image.image-shape-circle img {
    border-radius: 50%
}

.gem-alert-box-image.image-size-small {
    width: 50px
}

.gem-alert-box-image.image-size-small.image-shape-circle, .gem-alert-box-image.image-size-small.image-shape-circle img {
    height: 50px
}

.gem-alert-box-image.image-size-medium {
    width: 80px
}

.gem-alert-box-image.image-size-medium.image-shape-circle, .gem-alert-box-image.image-size-medium.image-shape-circle img {
    height: 80px
}

.gem-alert-box-image.image-size-large {
    width: 160px
}

.gem-alert-box-image.image-size-large.image-shape-circle, .gem-alert-box-image.image-size-large.image-shape-circle img {
    height: 160px
}

.gem-alert-box-image.image-size-xlarge {
    width: 240px
}

.gem-alert-box-image.image-size-xlarge.image-shape-circle, .gem-alert-box-image.image-size-xlarge.image-shape-circle img {
    height: 240px
}

.gem-alert-box.centered-box .gem-alert-box-content {
    padding: 40px 0 20px
}

.gem-alert-box.centered-box .gem-alert-box-buttons .gem-button {
    margin: 20px 21px 0
}

@media (max-width: 768px) {
    .gem-alert-box:not(.centered-box) {
        display: block;
        text-align: center
    }

    .gem-alert-box:not(.centered-box) .gem-alert-box-picture, .gem-alert-box:not(.centered-box) .gem-alert-box-content, .gem-alert-box:not(.centered-box) .gem-alert-box-buttons {
        display: block;
        width: 100%
    }

    .gem-alert-box:not(.centered-box) .gem-alert-box-content {
        width: 100%;
        padding: 40px 0 20px
    }

    .gem-alert-box:not(.centered-box) .gem-alert-box-buttons .gem-button-container {
        display: inline-block
    }

    .gem-alert-box:not(.centered-box) .gem-alert-box-buttons .gem-button {
        margin: 20px 21px 0
    }
}

.gem-button-separator-holder, .gem-button-separator-button {
    display: table-cell;
    vertical-align: middle
}

.gem-button-separator-holder {
    width: 50%
}

.gem-button-separator-holder svg {
    display: block
}

.gem-button-sep-button .gem-button {
    margin: 20px 0;
    vertical-align: middle
}

.gem-button-separator-line {
    width: 100%
}

.gem-button-separator-type-single .gem-button-separator-line {
    border-top: 2px solid;
    border-bottom: 2px solid;
    height: 0
}

.gem-button-separator-type-square .gem-button-separator-button {
    padding: 0 20px
}

.gem-button-separator-type-soft-double .gem-button-separator-line {
    border-top: 1px solid;
    border-bottom: 1px solid;
    height: 7px
}

.gem-button-separator-type-square .gem-button-separator-button {
    padding: 0 40px
}

.gem-button-separator-type-strong-double .gem-button-separator-line {
    border-top: 4px solid;
    border-bottom: 4px solid;
    height: 17px
}

.gem-button-separator-type-load-more .gem-button-separator-button {
    padding: 0 20px
}

.gem-button-separator-type-load-more .gem-button-separator-line {
    border-top: 1px solid;
    border-bottom: 1px solid;
    height: 4px
}

.clearboth {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0
}

.clear {
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both
}

.gem-divider {
    position: relative;
    border-top: 1px solid transparent;
    height: 0;
    font-size: 0;
    line-height: 0
}

.gem-divider-style-1 {
    height: 1px;
    border: 0 none
}

.gem-divider-style-2 {
    border-top: 3px solid transparent
}

.gem-divider-style-3 {
    border-top: 7px solid transparent
}

.gem-divider-style-4 {
    height: 8px;
    border: 0 none
}

.gem-divider-style-5 {
    height: 6px;
    border: 0 none
}

.gem-divider-style-6 {
    border-top: 0;
    height: 10px;
    background: url(../images/divider-zigzag.png) repeat-x 50% 0
}

.gem-divider-style-7 {
    border-top: 0;
    height: 8px;
    background: url(../images/divider-wave.png) repeat-x 50% 0
}

.gem-dropcap .gem-dropcap-letter {
    float: left;
    position: relative;
    font-size: 127%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    margin-right: 21px;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: 7px
}

.gem-dropcap.gem-dropcap-style-medium .gem-dropcap-letter {
    width: 50px;
    height: 50px;
    line-height: 48px
}

.gem-dropcap.gem-dropcap-shape-square .gem-dropcap-letter {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before, .vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
    -webkit-transform: rotate(-45deg) translate(-25%, -25%);
    -ms-transform: rotate(-45deg) translate(-25%, -25%);
    transform: rotate(-45deg) translate(-25%, -25%)
}

.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before, .vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron]:before {
    -webkit-transform: rotate(45deg) translate(-25%, -25%);
    -ms-transform: rotate(45deg) translate(-25%, -25%);
    transform: rotate(45deg) translate(-25%, -25%)
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a, .vc_tta.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a, .vc_tta.vc_general.vc_tta-accordion [data-vc-tta-controls-icon-position=left].vc_tta-panel-title > a, .vc_tta.vc_general.vc_tta-accordion [data-vc-tta-controls-icon-position=right].vc_tta-panel-title > a {
    padding-left: 50px;
    padding-right: 50px
}

.vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-controls-icon-position-left.vc_tta-panel-title > a, .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-controls-icon-position-left.vc_tta-panel-title > a, .vc_tta.vc_tta-accordion.vc_tta-style-simple_solid [data-vc-tta-controls-icon-position=left].vc_tta-panel-title > a, .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed [data-vc-tta-controls-icon-position=left].vc_tta-panel-title > a {
    padding-left: 30px;
    padding-right: 0
}

.vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-controls-icon-position-right.vc_tta-panel-title > a, .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-controls-icon-position-right.vc_tta-panel-title > a, .vc_tta.vc_tta-accordion.vc_tta-style-simple_solid [data-vc-tta-controls-icon-position=right].vc_tta-panel-title > a, .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed [data-vc-tta-controls-icon-position=right].vc_tta-panel-title > a {
    padding-left: 0;
    padding-right: 30px
}

.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
    padding: 50px
}

.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-panel-body, .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel-body {
    padding: 30px 0 50px
}

.vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-panel .vc_tta-panel-title, .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel .vc_tta-panel-title {
    font-size: 16px
}

.widget .vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-panel .vc_tta-panel-title, .widget .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel .vc_tta-panel-title {
    font-size: 14px
}

.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-panel + .vc_tta-panel {
    border-top: 1px solid #b6c6c9
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-simple_solid .vc_tta-controls-icon:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-simple_solid .vc_tta-controls-icon:after {
    border-color: #b6c6c9;
    color: #b6c6c9
}

.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel + .vc_tta-panel {
    border-top: 1px dashed #3c3950
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-simple_dashed .vc_tta-controls-icon:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-simple_dashed .vc_tta-controls-icon:after {
    border-color: #00bcd4;
    color: #00bcd4
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-simple_dashed .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before, .vc_tta.vc_tta-color-thegem.vc_tta-style-simple_dashed .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after {
    border-color: #3c3950;
    color: #3c3950
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared, .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded, .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded, .vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=solid_squared], .vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=solid_rounded], .vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=outlined_rounded] {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    font-style: normal
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded, .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded, .vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position=left] .vc_tta-controls-icon[data-vc-tta-controls-icon=solid_rounded], .vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position=left] .vc_tta-controls-icon[data-vc-tta-controls-icon=outlined_rounded] {
    left: 17px
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared, .vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position=left] .vc_tta-controls-icon[data-vc-tta-controls-icon=solid_squared] {
    left: 20px
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-chevron, .vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position=left] .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron] {
    left: 23px
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded, .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded, .vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position=right] .vc_tta-controls-icon[data-vc-tta-controls-icon=solid_rounded], .vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position=right] .vc_tta-controls-icon[data-vc-tta-controls-icon=solid_rounded] {
    right: 13px
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared, .vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position=right] .vc_tta-controls-icon[data-vc-tta-controls-icon=solid_squared] {
    right: 20px
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon.vc_tta-controls-icon-chevron, .vc_tta.vc_tta-accordion [data-vc-tta-controls-icon-position=right] .vc_tta-controls-icon[data-vc-tta-controls-icon=chevron] {
    right: 23px
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared:before, .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded:before, .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded:before, .vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=solid_squared]:before, .vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=solid_rounded]:before, .vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=outlined_rounded]:before {
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared:before, .vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=solid_squared]:before {
    content: '\e62f'
}

.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared:before, .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=solid_squared]:before {
    content: '\e62e'
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded:before, .vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=solid_rounded]:before {
    content: '\e60a'
}

.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded:before, .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=solid_rounded]:before {
    content: '\e609'
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded:before, .vc_tta.vc_tta-accordion .vc_tta-controls-icon[data-vc-tta-controls-icon=outlined_rounded]:before {
    content: '\e62d'
}

.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded:before, .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon[data-vc-tta-controls-icon=outlined_rounded]:before {
    content: '\e62c'
}

.vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-controls-icon-position-left .vc_tta-controls-icon, .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 0
}

.vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-controls-icon-position-right .vc_tta-controls-icon, .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-controls-icon-position-right .vc_tta-controls-icon, .vc_tta.vc_tta-accordion.vc_tta-style-simple_solid [data-vc-tta-controls-icon-position=right] .vc_tta-controls-icon, .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed [data-vc-tta-controls-icon-position=right] .vc_tta-controls-icon {
    right: 0
}

.widget .vc_tta.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a, .widget .vc_tta.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
    padding-left: 35px;
    padding-right: 35px
}

.widget .vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-controls-icon-position-left.vc_tta-panel-title > a, .widget .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left: 30px;
    padding-right: 0
}

.widget .vc_tta.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-controls-icon-position-right.vc_tta-panel-title > a, .widget .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
    padding-left: 0;
    padding-right: 30px
}

.widget .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
    padding: 35px
}

.widget .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-panel-body, .widget .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel-body {
    padding: 20px 0 35px
}

.widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared, .widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded, .widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded {
    left: 7px
}

.widget .widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon.vc_tta-controls-icon-solid_squared, .widget .widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon.vc_tta-controls-icon-solid_rounded, .widget .widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-controls-icon.vc_tta-controls-icon-outlined_rounded {
    right: 7px
}

.widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
    left: 15px
}

.widget .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
    left: 15px
}

.gem-news {
    margin-bottom: 1.421em
}

.gem-news .gem-news-item {
    float: left;
    width: 360px;
    padding: 0 15px;
    position: relative
}

.gem-news-item-left {
    display: table-cell;
    padding-top: 7px
}

.gem-news-item-right {
    display: table-cell;
    vertical-align: middle;
    padding-top: 4px;
    width: 100%;
    padding-left: 12px
}

.gem-news-item-image {
    width: 72px;
    height: 72px
}

.gem-news-item-excerpt {
    margin-top: 2px
}

.gem-news-item-date {
    margin-top: 3px
}

.gem-news-zilla-likes {
    position: absolute;
    right: 30px;
    bottom: 0
}

.gem-news .post-meta-likes {
    margin-right: 5px
}

.gem-news_title-excerpt > p {
    max-height: 5em;
    overflow: hidden
}

.gem-news_title-excerpt {
    max-height: 4.6em;
    overflow: hidden
}

.gem-news-item-meta {
    position: relative
}

.gem-news-item-right-conteiner {
    max-height: 3.1em;
    overflow: hidden
}

.gem-clients {
    margin-bottom: 1.421em
}

.gem-clients-type-carousel-grid .gem-clients-slide {
    float: left;
    width: 100%
}

.disable-grayscale.gem-clients-type-carousel-grid .gem-client-item a {
    background-color: transparent
}

.gem-clients-type-carousel-grid .gem-client-item {
    float: left;
    padding: 0 5px 10px
}

.gem-clients-slide-inner.clearfix {
    margin-left: -5px;
    margin-right: -5px
}

.gem-clients-type-carousel-grid .gem-client-item a {
    display: block;
    width: 100%;
    text-align: center;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.disable-grayscale.gem-clients-type-carousel-grid .gem-client-item a img {
    opacity: 1;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none
}

.gem-clients-type-carousel-grid .gem-client-item a img {
    display: inline-block;
    opacity: .5
}

.gem-clients-type-carousel-grid .gem-client-item a:hover img {
    opacity: 1
}

.diagram-item {
    margin-bottom: 1.421em
}

.skill-element + .skill-element {
    margin: 8px 0 0
}

.skill-title {
    font-size: 89.5%;
    line-height: 1.421;
    margin: 0 0 5px
}

.skill-amount {
    float: right;
    font-size: 126.3%;
    margin-top: -11px
}

.skill-line {
    font-size: 0;
    line-height: 1;
    height: 10px;
    margin-right: 55px
}

.skill-line div {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    height: 10px
}

.skill-line div.animation {
    -moz-transition: width 1.6s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: width 1.6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: width 1.6s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: width 1.6s cubic-bezier(.165, .84, .44, 1);
    transition: width 1.6s cubic-bezier(.165, .84, .44, 1)
}

.diagram-summary {
    font-size: 89.5%;
    line-height: 1.471;
    margin: 0 0 .766667em
}

.widget .diagram-summary {
    font-size: 100%
}

.diagram-summary-text {
    margin: 0 0 .766667em
}

.diagram-circle {
    text-align: center
}

.diagram-circle {
    position: relative
}

.diagram-circle .box-wrapper {
    max-width: 550px;
    position: relative;
    text-align: left
}

.tab_wrapper .diagram-circle .box-wrapper {
    margin: 0 auto
}

.diagram-circle .box {
    position: relative
}

.diagram-circle .skills {
    display: none
}

.diagram-circle .text {
    font-size: 89.5%;
    line-height: 1.471;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.widget .diagram-circle .text {
    font-size: 100%
}

.diagram-circle .text div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.diagram-circle .text div span {
    display: block;
    text-align: center;
    padding: 0 0 0 5px;
    margin: 0
}

.widget .diagram-circle .text div, .widget .diagram-circle .text div span.title {
    font-size: inherit
}

.diagram-legend {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    text-align: left
}

.diagram-legend .legend-element {
    margin: 0 0 26px
}

.diagram-legend .legend-element .color {
    display: block;
    float: left;
    width: 16px;
    height: 16px
}

.sidebar .diagram-legend .legend-element .color {
    width: 12px;
    height: 12px
}

.diagram-legend .legend-element .title {
    display: block;
    line-height: 1;
    margin: 0 0 0 46px;
    margin-left: 30px
}

.widget .diagram-legend .legend-element .title {
    margin-left: 23px;
    margin-top: -2px
}

.gem-map-with-text {
    position: relative;
    margin-bottom: 1.421em
}

.gem-map-with-text.rounded-corners {
    -webkit-mask-image: url(../fonts/rounded.svg)
}

.gem-map-with-text-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px
}

.gem-map-with-text-map {
    overflow: hidden
}

.gem-map-with-text-map .wpb_gmaps_widget {
    margin-top: -60px;
    margin-bottom: 0
}

@media (max-width: 992px) {
    .gem-map-with-text-content {
        position: relative;
        top: auto;
        left: auto;
        width: auto
    }
}

.wpb_map_wraper iframe {
    vertical-align: top
}

.gem-counter-box {
    margin-bottom: 1.421em
}

.gem-counter {
    position: relative;
    text-align: center
}

@media (max-width: 549px) {
    .gem-counter {
        width: 100%
    }
}

.gem-counter-inner {
    position: relative;
    padding: 40px 30px 30px
}

.gem-counter .gem-counter-number .gem-counter-odometer, .gem-counter-suffix {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

.gem-counter-icon {
    margin-bottom: 30px
}

.gem-counter-number {
    margin-bottom: 0
}

.gem-counter-icon-circle-1 {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    border-width: 4px;
    border-style: solid;
    padding: 9px
}

.gem-counter-icon-circle-2 {
    width: 146px;
    height: 146px;
    line-height: 146px;
    border-radius: 50%;
    text-align: center;
    border-width: 2px;
    border-style: solid
}

.gem-counter-style-vertical .gem-counter, .gem-counter-style-vertical .gem-counter-inner {
    position: relative
}

.gem-counter-style-vertical .gem-counter {
    margin-top: 50px
}

.gem-counter-style-vertical .gem-counter-connector {
    position: absolute;
    width: 3px;
    top: -50px;
    left: 50%;
    margin-left: -1px
}

.gem-counter-style-vertical .gem-counters-list:first-child .gem-counter:first-child {
    margin-top: 0
}

.gem-counter-style-vertical .gem-counters-list:first-child .gem-counter:first-child .gem-counter-connector {
    display: none
}

.gem-counter-style-vertical .gem-counter.gem-counter-size-small {
    padding-top: 25px
}

.gem-counter-style-vertical .gem-counter.gem-counter-size-small .gem-counter-inner {
    padding-top: 60px
}

.gem-counter-style-vertical .gem-counter.gem-counter-size-small .gem-counter-connector {
    height: 75px
}

.gem-counter-style-vertical .gem-counter.gem-counter-size-medium {
    padding-top: 40px
}

.gem-counter-style-vertical .gem-counter.gem-counter-size-medium .gem-counter-inner {
    padding-top: 75px
}

.gem-counter-style-vertical .gem-counter.gem-counter-size-medium .gem-counter-connector {
    height: 90px
}

.gem-counter-style-vertical .gem-counter.gem-counter-size-large {
    padding-top: 80px
}

.gem-counter-style-vertical .gem-counter.gem-counter-size-large .gem-counter-inner {
    padding-top: 115px
}

.gem-counter-style-vertical .gem-counter.gem-counter-size-large .gem-counter-connector {
    height: 130px
}

.gem-counter-style-vertical .gem-counter.gem-counter-size-xlarge {
    padding-top: 120px
}

.gem-counter-style-vertical .gem-counter.gem-counter-size-xlarge .gem-counter-inner {
    padding-top: 170px
}

.gem-counter-style-vertical .gem-counter.gem-counter-size-xlarge .gem-counter-connector {
    height: 185px
}

.gem-counter-style-vertical .gem-counter-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gem-counter-team .gem-team .inline-column {
    margin-bottom: 0
}

.gem-counter-team .team-person .team-person-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.gem-counter-team .team-person .team-person-image img {
    display: inline-block
}

.gem-counter-team.image-size-small {
    padding-top: 25px
}

.gem-counter-team.image-size-small .team-person {
    padding-top: 60px
}

.gem-counter-team.image-size-small .team-person .team-person-image img {
    width: 50px;
    height: 50px
}

.gem-counter-team.image-size-medium {
    padding-top: 40px
}

.gem-counter-team.image-size-medium .team-person {
    padding-top: 60px
}

.gem-counter-team.image-size-medium .team-person .team-person-image img {
    width: 80px;
    height: 80px
}

.gem-counter-team.image-size-large {
    padding-top: 80px
}

.gem-counter-team.image-size-large .team-person {
    padding-top: 115px
}

.gem-counter-team.image-size-large .team-person .team-person-image img {
    width: 160px;
    height: 160px
}

.gem-counter-team.image-size-xlarge {
    padding-top: 120px
}

.gem-counter-team.image-size-xlarge .team-person {
    padding-top: 170px
}

.gem-counter-team.image-size-xlarge .team-person .team-person-image img {
    width: 240px;
    height: 240px
}

.gem-counter-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.gem-counter .gem-icon {
    overflow: visible
}

.gem-counter .gem-counter-animation {
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.gem-icon-shape-circle .gem-counter-animation {
    border-radius: 50%
}

.gem-counter-effect-background-reverse .gem-counter-animation {
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0)
}

.gem-counter-effect-background-reverse.hover .gem-counter-animation {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1)
}

.gem-counter-effect-border-reverse .gem-counter-animation {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1)
}

.gem-counter-effect-border-reverse.hover .gem-counter-animation {
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0)
}

.gem-counter-bottom {
    position: absolute;
    bottom: -10px;
    height: 10px;
    left: 0;
    width: 100%
}

.gem-counter-bottom-left, .gem-counter-bottom-right, .gem-counter-bottom svg {
    position: absolute;
    top: 0;
    height: 100%
}

.gem-counter-bottom-left {
    left: 0;
    right: 50%;
    margin-right: 10px
}

.gem-counter-bottom-right {
    right: 0;
    left: 50%;
    margin-left: 10px
}

.gem-counter-bottom svg {
    left: 50%;
    margin-left: -10px
}

.gem-counter .gem-counter-inner, .gem-counter .gem-icon, .gem-counter .gem-icon-inner, .gem-counter .gem-icon-half-1, .gem-counter .gem-icon-half-2, .gem-counter .gem-counter-number, .gem-counter .gem-counter-text, .gem-counter-icon-circle-1, .gem-counter-icon-circle-2, .gem-counter-bottom-left, .gem-counter-bottom-right, .gem-counter-bottom svg {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.vc_separator .vc_sep_text {
    line-height: 1em;
    display: table-cell;
    white-space: pre
}

.vc_separator.vc_separator_align_center .vc_sep_text {
    padding: 0 .8em
}

.vc_separator.vc_separator_align_left .vc_sep_text {
    padding: 0 .8em 0 0
}

.vc_separator.vc_separator_align_right .vc_sep_text {
    padding: 0 0 0 .8em;
    margin: 0 !important
}

.vc_separator.vc_sep_double .vc_sep_line {
    height: 4px !important
}

@media (max-width: 768px) {
    .vc_separator .vc_sep_text {
        white-space: normal;
        text-align: center
    }
}

.vc_separator.vc_sep_color_blue .vc_sep_text {
    color: #5472d2
}

.vc_separator.vc_sep_color_turquoise .vc_sep_text {
    color: #00c1cf
}

.vc_separator.vc_sep_color_pink .vc_sep_text {
    color: #fe6c61
}

.vc_separator.vc_sep_color_violet .vc_sep_text {
    color: #8d6dc4
}

.vc_separator.vc_sep_color_peacoc .vc_sep_text {
    color: #4cadc9
}

.vc_separator.vc_sep_color_chino .vc_sep_text {
    color: #cec2ab
}

.vc_separator.vc_sep_color_mulled_wine .vc_sep_text {
    color: #50485b
}

.vc_separator.vc_sep_color_vista_blue .vc_sep_text {
    color: #75d69c
}

.vc_separator.vc_sep_color_black .vc_sep_text {
    color: #2a2a2a
}

.vc_separator.vc_sep_color_grey .vc_sep_text {
    color: #ebebeb
}

.vc_separator.vc_sep_color_orange .vc_sep_text {
    color: #f7be68
}

.vc_separator.vc_sep_color_sky .vc_sep_text {
    color: #5aa1e3
}

.vc_separator.vc_sep_color_green .vc_sep_text {
    color: #6dab3c
}

.vc_separator.vc_sep_color_juicy_pink .vc_sep_text {
    color: #f4524d
}

.vc_separator.vc_sep_color_sandy_brown .vc_sep_text {
    color: #f79468
}

.vc_separator.vc_sep_color_purple .vc_sep_text {
    color: #b97ebb
}

.vc_separator.vc_sep_color_white .vc_sep_text {
    color: #fff
}

.vc_separator.vc_sep_color_grace .vc_sep_text {
    color: #aed13b
}

.comment {
    position: relative
}

.comment .comment {
    margin-left: 45px
}

.comment .comment:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 1px solid #dfe5e8;
    left: -45px
}

.comment-inner {
    position: relative;
    margin-bottom: 40px
}

.comment .comment > .comment-inner:before {
    content: '';
    position: absolute;
    top: 50%;
    border-top: 1px solid #dfe5e8;
    left: -45px;
    width: 45px
}

.comments-title, .comment-reply-title {
    text-transform: uppercase;
    margin-top: 0
}

.comments-title:before {
    content: '\e63d';
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    margin-right: 30px;
    vertical-align: top;
    color: #d8e5e7
}

.comment-reply-title:before {
    content: '\e63e';
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    margin-right: 25px;
    vertical-align: top;
    color: #ff758f
}

.comments-area {
    margin-top: 100px
}

.comment-list {
    margin-bottom: 110px
}

.comment-author a {
    color: inherit
}

.comment-author .avatar {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px
}

.comment.depth-1 > .comment-inner .comment-author .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: 0;
    margin-bottom: 0
}

.comment-author .fn {
    margin: 10px 0 0
}

.comment-meta {
    font-size: 89.5%;
    line-height: 1.421;
    display: inline-block
}

.comment-text, .comment-awaiting-moderation {
    padding-top: 20px
}

.comment-inner {
    padding: 33px 40px 45px
}

.comment-header {
    display: table;
    width: 100%
}

.comment-header .comment-author, .comment-header .reply {
    display: table-cell
}

.comment-header .reply {
    text-align: right
}

.comment-header .reply .gem-button {
    margin-right: 0
}

.comment-form-fields {
    margin-bottom: 42px
}

.comment-form label {
    display: block;
    margin-bottom: 15px
}

.comment-form .comment-form-fields input[type=text], .comment-form .comment-form-fields input[type=email] {
    width: 100%;
    line-height: 48px;
    height: 50px;
    padding: 0 50px 0 20px
}

.comment-form .comment-author-input, .comment-form .comment-email-input, .comment-form .comment-url-input {
    position: relative
}

.comment-form .comment-author-input:after, .comment-form .comment-email-input:after, .comment-form .comment-url-input:after {
    font-family: 'thegem-icons';
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 21px;
    font-size: 24px;
    width: 50px;
    height: 100%;
    line-height: 50px;
    text-align: center
}

.comment-form .comment-author-input:after {
    content: '\e63b'
}

.comment-form .comment-email-input:after {
    content: '\e643'
}

.comment-form .comment-url-input:after {
    content: '\e623'
}

.comment-form #comment {
    width: 100%;
    padding: 15px 20px
}

.comment-form .comment-form-cookies-consent {
    display: flex;
    margin-top: 36px;
    align-items: flex-start
}

.comment-form .comment-form-cookies-consent label {
    margin: 0;
    line-height: 26px
}

.comment-form .comment-form-cookies-consent .checkbox-sign {
    flex: 0 0 auto;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    border: 1px solid #dfe5e8
}

.comment-form .comment-form-cookies-consent .checkbox-sign.checked:before {
    font-size: 21px;
    margin-left: -10px
}

.blog-post-image img {
    display: inline-block
}

.post-related-posts h2 {
    padding-right: 100px
}

.post-related-posts h2:before {
    content: '\e63c';
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    margin-right: 25px;
    vertical-align: top;
    color: #72cfce
}

.gem-nivoslider .nivo-directionNav a {
    top: 0
}

.gem-mini-pagination.nivo-controlNav {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 10
}

.gem-nivoslider .nivo-caption {
    padding: 0;
    overflow: visible;
    opacity: 1;
    position: relative;
    width: 1212px;
    margin: 0 auto
}

.gem-nivoslider .caption-left, .gem-nivoslider .caption-right {
    position: absolute;
    bottom: 50px;
    max-width: 70%
}

.gem-nivoslider .caption-left {
    left: 20px
}

.gem-nivoslider .caption-right {
    right: 20px
}

@media only screen and (max-width: 1439px) {
    .gem-nivoslider .nivo-caption {
        width: auto
    }

    .gem-nivoslider .caption-left {
        left: 155px
    }

    .gem-nivoslider .caption-right {
        right: 155px
    }
}

@media only screen and (max-width: 799px) {
    .gem-nivoslider .caption-left {
        left: 80px
    }

    .gem-nivoslider .caption-right {
        right: 80px
    }

    .gem-nivoslider .nivo-directionNav {
        display: none
    }

    .gem-nivoslider .gem-mini-pagination.nivo-controlNav {
        display: none
    }
}

.gem-nivoslider .caption-left .gem-nivoslider-title, .gem-nivoslider .caption-left .gem-nivoslider-description {
    float: left;
    text-align: left
}

.gem-nivoslider .caption-right .gem-nivoslider-title, .gem-nivoslider .caption-right .gem-nivoslider-description {
    float: right;
    text-align: right
}

.gem-nivoslider .nivo-caption .gem-nivoslider-title {
    background-color: rgba(56, 65, 84, .8);
    color: #fff;
    padding: 10px 15px
}

.gem-nivoslider .nivo-caption .gem-nivoslider-description {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 0 10px
}

.scroll-top-button {
    position: fixed;
    right: 40px;
    bottom: 35px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    line-height: 0;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

.scroll-top-button.visible {
    opacity: .5;
    visibility: visible
}

.scroll-top-button:before {
    font-family: 'thegem-icons';
    font-style: normal;
    content: '\e633';
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #06060f;
    color: #99a9b5
}

@media (max-width: 768px) {
    .scroll-top-button {
        right: 0
    }
}

#page .wpb_start_animation.wpb_left-to-right, #page .wpb_start_animation.wpb_right-to-left, #page .wpb_start_animation.wpb_top-to-bottom, #page .wpb_start_animation.wpb_bottom-to-top, #page .wpb_start_animation.wpb_appear {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s
}

.wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
    opacity: 1
}

body .wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
    opacity: 0
}

body .lazy-loading .wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
    opacity: 1
}

#primary-menu.no-responsive > li > ul.submenu-languages {
    list-style: none;
    padding: 0;
    width: auto
}

#primary-navigation.no-responsive .menu-item-language a {
    text-align: center
}

.menu-item.menu-item-language img.iclflag {
    position: relative;
    margin-right: 0;
    width: 19px !important;
    height: 13px !important
}

#primary-menu.no-responsive > li.menu-item-language > a {
    padding-right: 8px !important
}

#primary-menu.no-responsive > li.menu-item-language > a:before {
    display: none
}

#primary-menu.no-responsive > li.menu-item-search > a {
    padding-left: 10px !important;
    padding-right: 3px !important
}

#primary-menu.no-responsive > li.menu-item-cart > a {
    padding-left: 7px !important
}

#page.vertical-header #primary-menu.no-responsive > li.menu-item-cart > a {
    padding-left: 0 !important
}

.header-style-3 #primary-menu.no-responsive > li.menu-item-language > a, .header-style-4 #primary-menu.no-responsive > li.menu-item-language > a {
    padding-right: 9px !important
}

.header-style-3 #primary-menu.no-responsive > li.menu-item-search > a, .header-style-4 #primary-menu.no-responsive > li.menu-item-search > a {
    padding-left: 7px !important;
    padding-right: 3px !important
}

.header-style-3 #primary-menu.no-responsive > li.menu-item-cart > a, .header-style-4 #primary-menu.no-responsive > li.menu-item-cart > a, .header-style-3 .hamburger-minicart > a, .header-style-4 .hamburger-minicart > a {
    padding-left: 2px !important
}

.header-layout-perspective .hamburger-minicart > a, .header-style-3.header-layout-overlay .hamburger-minicart > a, .header-style-4.header-layout-overlay .hamburger-minicart > a {
    padding: 0 !important
}

.gem-sticky-block > * {
    left: auto;
    right: auto
}

.gem-sticky-block .sticky-fixed {
    position: fixed
}

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%
}

.wp-caption-text {
    font-size: 89.5%;
    padding: .5em 0
}

.gallery-caption {
    font-size: 89.5%;
    padding: .5em 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
    margin: 0 1.6em 1.6em 0
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
    margin: 0 0 1.6em 1.6em
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
    clear: both;
    margin-top: 0;
    margin-bottom: 1.6em
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
    margin-bottom: 1.2em
}

body .blog {
    margin-bottom: 20px;
    padding-bottom: 30px
}

*:not(.gem-table):not(.cart_totals) > table:not(.shop_table):not(.group_table):not(.variations) td, *:not(.gem-table):not(.cart_totals) > table:not(.shop_table):not(.group_table):not(.variations) th {
    padding: 5px 10px
}

.page-links a {
    display: inline-block;
    position: relative
}

.page-links span:not(.page-links-title) {
    display: inline-block;
    width: 1.421em;
    text-align: center
}

.gallery {
    margin-bottom: 1.6em
}

.gallery .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    display: block;
    padding: .5em 0
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none
}

.gem-slideshow.gem-slideshow-with-preloader > .rs-p-wp-fix + * {
    height: 400px
}

.gem-slideshow {
    overflow: hidden
}

.rs-p-wp-fix {
    margin: 0
}

.block-content .search-form-block .searchform #s {
    width: 100%
}

.gem-search-form {
    margin: 50px 0
}

.gem-search-form form {
    position: relative
}

.gem-search-form .search-field {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 25px;
    border-radius: 25px;
    border: 0 none;
    box-sizing: border-box;
    outline: 0 none
}

.gem-search-form .search-submit {
    position: absolute;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    right: 0;
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    background: 0 0;
    border: 0 none
}

.gem-search-form .search-submit:after {
    content: '\e612'
}

.gem-video-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.gem-video-background ~ * {
    position: relative;
    z-index: 1
}

.gem-video-background-inner, .gem-video-background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.gem-video-background-inner iframe, .gem-video-background-inner video {
    width: 100%;
    height: 100%
}

.zilla-likes {
    margin-bottom: 0 !important;
    color: inherit;
    display: inline-block;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.zilla-likes:hover {
    color: #3c3950
}

.zilla-likes:before {
    content: '\e641';
    display: inline-block;
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    margin-right: 6px;
    vertical-align: top
}

.zilla-likes .zilla-likes-count {
    display: inline-block;
    vertical-align: top
}

#fancybox-video {
    width: 80%;
    height: 80%;
    overflow: hidden
}

#fancybox-video .mejs-container, #fancybox-video .mejs-container video {
    width: 100% !important;
    height: 100% !important
}

.video-block {
    position: relative;
    background-color: #e3ebe8
}

.video-block > iframe, .video-block > video, .video-block > .preloader, .video-block > .mejs-video {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0
}

.fancybox-inner .video-block {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.fancybox-inner .video-block .mejs-video {
    width: 100% !important;
    height: 100% !important
}

.audio-block audio {
    width: 100%
}

.blog-style-timeline article.format-quote .post-featured-content {
    margin-bottom: 15px
}

.post-featured-content blockquote {
    background: #212331;
    color: #fff;
    text-align: left;
    position: relative;
    padding: 40px 60px 35px
}

.blog-style-4x .post-featured-content blockquote, .blog-style-justified-4x .post-featured-content blockquote {
    padding-left: 30px;
    padding-right: 30px
}

.post-featured-content blockquote:after {
    display: none
}

.post-featured-content blockquote .quote-author {
    float: left;
    color: #fff;
    font-size: 13px
}

.post-featured-content blockquote .quote-link {
    float: right;
    color: #fff
}

.post-featured-content blockquote .quote-link a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.post-featured-content blockquote .quote-link:after {
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    content: '\e632';
    font-size: 40px
}

.fullwidth-block.fullwidth-block-parallax-fixed .fullwidth-block-background {
    background-attachment: fixed
}

.fullwidth-block.fullwidth-block-parallax-horizontal .fullwidth-block-background {
    background-position: center center
}

.fullwidth-block .fullwidth-block-background, .page-title-parallax-background-wrap .page-title-parallax-background, .page-title-background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.page-title-background-overlay ~ * {
    position: relative;
    z-index: 1
}

.fullwidth-block .fullwidth-block-parallax-overlay, .fullwidth-block.fullwidth-block-parallax-vertical .fullwidth-block-parallax-overlay, .fullwidth-block.fullwidth-block-parallax-horizontal .fullwidth-block-parallax-overlay, .fullwidth-block.fullwidth-block-parallax-fixed .fullwidth-block-parallax-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.fullwidth-block .fullwidth-block-inner {
    position: relative;
    z-index: 3
}

.fullwidth-block.fullwidth-block-parallax-vertical, .page-title-parallax-background-wrap {
    position: relative;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fullwidth-block.fullwidth-block-parallax-vertical .fullwidth-block-background, .page-title-parallax-background-wrap .page-title-parallax-background {
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform
}

.page-title-parallax-background-wrap .page-title-title, .page-title-parallax-background-wrap .container {
    position: relative;
    z-index: 10
}

.portfolio .item-animations-not-inited, .gallery-set .item-animations-not-inited, .blog:not(.home) .item-animations-not-inited, .products-categories-widget .item-animations-not-inited {
    visibility: hidden !important
}

.item-animation-flip .item-animations-inited {
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform-style: preserve-3d
}

.item-animation-flip .portfolio-set, .item-animation-flip .gallery-set, .blog.item-animation-flip, .item-animation-scale .portfolio-set, .item-animation-scale .gallery-set, .blog.item-animation-scale, .item-animation-fall-perspective .portfolio-set, .item-animation-fall-perspective .gallery-set, .blog.item-animation-fall-perspective {
    webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

@media (min-width: 1212px) {
    body:not(.compose-mode) #page .half-width-map {
        position: absolute;
        top: 0;
        height: 100%;
        left: 50%;
        right: 0;
        width: auto
    }

    body:not(.compose-mode) #page .half-width-map *:not(.map-locker):not(.gem-map-with-text-content) {
        height: 100%
    }

    body:not(.compose-mode) #page .half-width-map .vc_column-inner {
        padding: 0
    }

    body:not(.compose-mode) #page .half-width-map .gem-map-with-text-map .wpb_gmaps_widget {
        margin-top: 0;
        top: -54px;
        position: absolute;
        height: auto;
        bottom: 0;
        width: 100%
    }

    body:not(.compose-mode) #page .half-width-map .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
        padding: 0
    }

    body:not(.compose-mode) #page .half-width-map iframe + .map-locker {
        position: absolute;
        right: 0;
        bottom: 15px
    }
}

.mailchimp-form-1 .yikes-easy-mc-email, .mailchimp-form-3 .yikes-easy-mc-email {
    background: #fff !important;
    padding-left: 20px !important;
    border: 1px solid #dfe5e8 !important
}

.mailchimp-form-1 .yikes-easy-mc-submit-button, .mailchimp-form-3 .yikes-easy-mc-submit-button {
    border: none;
    color: #fff;
    /*font-family: 'Montserrat';*/
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.mailchimp-form-1 .yikes-easy-mc-submit-button {
    background: #9ccc65
}

.mailchimp-form-3 .yikes-easy-mc-submit-button {
    background: #2c2e3d
}

.scroller-block {
    height: 100vh
}

.page-scroller #main {
    -o-transition: 1s ease;
    -webkit-transition: 1s ease;
    transition: 1s ease
}

.page-scroller #main.page-scroller-no-animate {
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
    transition: 0s ease
}

.page-scroller .scroller-block {
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden
}

.page-scroller-nav-pane {
    position: fixed;
    right: 50px;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.page-scroller-nav-item {
    display: block;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 10px 0;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.page-scroller-nav-item.active {
    background-color: #fff
}

@media (min-width: 768px) {
    body.page-scroller:not(.compose-mode), body.page-scroller:not(.compose-mode) #page {
        height: 100vh;
        position: relative
    }

    body.page-scroller:not(.page-scroller-mobile) #page #site-header.fixed.shrink {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (max-width: 767px) {
    body.page-scroller.page-scroller-mobile:not(.compose-mode), body.page-scroller.page-scroller-mobile:not(.compose-mode) #page {
        height: 100vh;
        position: relative
    }

    body.page-scroller:not(.page-scroller-mobile) {
        overflow: visible !important
    }

    .page-scroller:not(.page-scroller-mobile) #main {
        -webkit-transform: none !important;
        transform: none !important;
        -o-transition: 0s ease;
        -webkit-transition: 0s ease;
        transition: 0s ease
    }

    .page-scroller:not(.page-scroller-mobile) .scroller-block {
        height: auto
    }

    .page-scroller:not(.page-scroller-mobile) .page-scroller-nav-pane {
        display: none
    }

    .page-scroller-nav-pane {
        right: 15px
    }
}

@media (max-width: 500px) {
    .vc_sep_holder {
        display: none;
        text-align: left
    }

    body .vc_separator.vc_separator_align_center h4 {
        padding: 0
    }
}

.vc_separator.vc_separator_align_center > * {
    padding: 0 .7em
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button {
    padding: 0 10px;
    margin-left: 0;
    margin-right: 0
}

form.yikes-easy-mc-form input[type=email], form.yikes-easy-mc-form input[type=number], form.yikes-easy-mc-form input[type=text], form.yikes-easy-mc-form input[type=url], form.yikes-easy-mc-form select, form.yikes-easy-mc-form textarea {
    border-width: 1px;
    padding: 0 10px;
    height: 40px
}

form.yikes-easy-mc-form input[type=email]:focus, form.yikes-easy-mc-form input[type=number]:focus, form.yikes-easy-mc-form input[type=text]:focus, form.yikes-easy-mc-form input[type=url]:focus, form.yikes-easy-mc-form select:focus, form.yikes-easy-mc-form textarea:focus {
    outline: 0 none
}

.yikes-easy-mc-form .yikes-easy-mc-form input[type=email], .yikes-easy-mc-form .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form .yikes-easy-mc-form select {
    border-width: 1px
}

form.mc4wp-form input[type=submit] {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    border: 0 none;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 14px;
    margin: 0;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 3px
}

form.mc4wp-form input[type=text], form.mc4wp-form input[type=email], form.mc4wp-form input[type=tel], form.mc4wp-form input[type=number], form.mc4wp-form input[type=url], form.mc4wp-form input[type=date], form.mc4wp-form textarea {
    line-height: inherit
}

form.mc4wp-form input[type=text], form.mc4wp-form input[type=email], form.mc4wp-form input[type=tel], form.mc4wp-form input[type=number], form.mc4wp-form input[type=url], form.mc4wp-form input[type=date] {
    height: 40px
}

#mc4wp_email {
    height: 41px
}

.agency-sparta-style.yikes-easy-mc-form label.label-inline {
    width: 69%;
    padding-right: 5%
}

.agency-sparta-style.yikes-easy-mc-form label.label-inline > input {
    background: #f0f3f2;
    height: 45px;
    border-radius: 3px;
    border: none;
    padding-left: 20px
}

.agency-sparta-style.yikes-easy-mc-form label.label-inline > input:focus {
    outline: none !important
}

.yikes-mailchimp-container .agency-sparta-style .submit-button-inline-label {
    width: 17%;
    min-width: 235px
}

.yikes-mailchimp-container .agency-sparta-style .submit-button-inline-label > span {
    display: none
}

.yikes-mailchimp-container .agency-sparta-style .submit-button-inline-label .yikes-easy-mc-submit-button {
    background: #212331;
    color: #fff;
    height: 45px;
    border: none;
    border-radius: 3px;
    /*font-family: 'Montserrat';*/
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 50px;
    position: relative
}

.yikes-mailchimp-container .agency-sparta-style .yikes-easy-mc-submit-button:before {
    content: "\e626";
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -69px;
    text-align: center
}

@media (max-width: 1200px) {
    body .agency-sparta-style.yikes-easy-mc-form label.label-inline {
        width: 100%;
        padding-right: 0
    }

    body .yikes-mailchimp-container .agency-sparta-style .submit-button-inline-label {
        width: 100%
    }
}

.splash-shop-3-style.yikes-easy-mc-form label.label-inline {
    width: 350px;
    padding-right: 20px
}

.splash-shop-3-style.yikes-easy-mc-form label.label-inline > input {
    background: #f0f3f2;
    height: 45px;
    border: none;
    padding-left: 20px
}

.yikes-mailchimp-container .splash-shop-3-style.yikes-easy-mc-form label.label-inline > input:focus {
    outline: none !important
}

.yikes-mailchimp-container .splash-shop-3-style .submit-button-inline-label {
    width: 155px;
    min-width: 155px;
    height: 45px
}

.yikes-mailchimp-container .splash-shop-3-style .submit-button-inline-label > span {
    display: none
}

.yikes-mailchimp-container .splash-shop-3-style .submit-button-inline-label .yikes-easy-mc-submit-button {
    background: #d7b398;
    color: #fff;
    border: none;
    /*font-family: 'Montserrat';*/
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    border-radius: 0;
    height: 45px
}

.yikes-mailchimp-container .splash-shop-3-style button {
    transition: all .3s;
    -webkit-transition: all .3s
}

.yikes-mailchimp-container .splash-shop-3-style button:hover {
    background: #212121 !important;
    color: #fff !important;
    transition: all .3s;
    -webkit-transition: all .3s
}

@media (max-width: 1200px) {
    body .splash-shop-3-style.yikes-easy-mc-form label.label-inline {
        width: 100%;
        padding-right: 0
    }

    body .yikes-mailchimp-container .splash-shop-3-style .submit-button-inline-label {
        width: 100%
    }
}

.splash-shop-4-style.yikes-easy-mc-form label.label-inline {
    width: 350px;
    padding-right: 20px
}

.splash-shop-4-style.yikes-easy-mc-form label.label-inline > input {
    color: #fff;
    background: 0 0;
    height: 45px;
    border: none;
    padding-left: 0;
    border-bottom: 1px solid #575c6c
}

.yikes-mailchimp-container .splash-shop-4-style.yikes-easy-mc-form label.label-inline > input:focus {
    outline: none !important
}

.yikes-mailchimp-container .splash-shop-4-style .submit-button-inline-label {
    width: 155px;
    min-width: 155px;
    height: 45px
}

.yikes-mailchimp-container .splash-shop-4-style .submit-button-inline-label > span {
    display: none
}

.yikes-mailchimp-container .splash-shop-4-style .submit-button-inline-label .yikes-easy-mc-submit-button {
    background: #f44236;
    color: #fff;
    border: none;
    /*font-family: 'Montserrat';*/
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    border-radius: 0;
    height: 45px
}

.yikes-mailchimp-container .splash-shop-4-style button {
    transition: all .3s;
    -webkit-transition: all .3s
}

.yikes-mailchimp-container .splash-shop-4-style button:hover {
    background: #212121;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

@media (max-width: 1200px) {
    body .splash-shop-4-style.yikes-easy-mc-form label.label-inline {
        width: 100%;
        padding-right: 0
    }

    body .yikes-mailchimp-container .splash-shop-4-style .submit-button-inline-label {
        width: 100%
    }
}

.wpcf7 .contact-form-style-5 .wpcf7-form-control-wrap {
    width: 100%
}

.wpcf7 .contact-form-style-5 input, .wpcf7 .contact-form-style-5 textarea {
    width: 100%
}

.yikes-easy-mc-form.app-sparta-style {
    position: relative
}

.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    position: absolute;
    top: 11px;
    width: 164px;
    right: 11px;
    margin-top: 2px;
    padding: 13px;
    background-color: #008aff;
    border: medium none;
    border-radius: 10px;
    /*font-family: Montserrat;*/
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase
}

.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
    background-color: #00bcd4
}

.yikes-easy-mc-form.app-sparta-style.yikes-easy-mc-form .yikes-easy-mc-email {
    background: 0 0;
    border: 1px solid #4f4f5b;
    border-radius: 12px;
    overflow: hidden;
    padding: 25px;
    margin-bottom: 0;
    color: #fff
}

.scrolldown {
    position: absolute;
    left: 50%;
    margin-left: -2vw;
    z-index: 9;
    bottom: 2vh;
    background-color: rgba(22, 195, 241, .8);
    padding: 20px 30px !important;
    border-radius: 50%;
    text-align: center
}

.scrolldown img {
    -webkit-animation: scrollmove 1s infinite ease;
    -moz-animation: scrollmove 1s infinite ease;
    animation: scrollmove 1s infinite ease;
    width: 1.5vw;
    margin-top: 7px !important
}

.scrolldown .mouse-2 {
    -webkit-animation: scrollmove 1s infinite ease;
    -moz-animation: scrollmove 1s infinite ease;
    animation: scrollmove 1s infinite ease;
    width: 1.5vw;
    background-image: url(../images/mouse_icon.png);
    display: block;
    font-size: 0;
    height: 43px;
    background-repeat: no-repeat
}

@-moz-keyframes scrollmove {
    0% {
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes scrollmove {
    0% {
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes scrollmove {
    0% {
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px)
    }
}

body div.wpcf7-response-output {
    margin: 2em 0 1em
}

.thegem__footer-widget-class__thegem {
    width: 100%;
    padding: 0 21px
}

@media (min-width: 768px) {
    .thegem__footer-widget-class__thegem {
        width: 50%
    }
}

@media (min-width: 982px) {
    .thegem__footer-widget-class__thegem {
        width: 25%
    }
}

img[class*=wp-image-] {
    max-width: 100%;
    height: auto
}

body.search .page-title-block {
    padding-top: 45px;
    padding-bottom: 20px
}

body.search .page-title-block .page-title-icon {
    margin-top: -10px
}

body.search .page-title-block .page-title-title {
    padding-bottom: 60px
}

body.search .page-title-block .page-title-icon + .page-title-title {
    padding-bottom: 0
}

.page-content.content-none .searchform > table td {
    border: 0 none !important;
    padding: 0 !important
}

.page-content.content-none .searchform > table td:first-child {
    width: 99%
}

.page-content.content-none .searchform input {
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-radius: 3px
}

.page-content.content-none .searchform .searchform-submit .gem-button {
    margin-left: 30px;
    margin-right: 0
}

.parallax-footer-inited {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

#page.layout-boxed .parallax-footer-inited {
    width: 1260px;
    max-width: 100%;
    left: auto
}

.disable-hover {
    pointer-events: none !important
}

.diagram-line-timer-element {
    font-size: 0;
    line-height: 1;
    height: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity .15s;
    -ms-transition: opacity .15s;
    -o-transition: opacity .15s;
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.diagram-line-timer-element.start-timer {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper, .mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper {
    position: fixed;
    overflow-y: auto;
    padding-top: 75px;
    z-index: 1003;
    -webkit-overflow-scrolling: touch;
    opacity: 0
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper #primary-menu, .mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper #primary-menu {
    padding-bottom: 30px
}

.mobile-menu-slide-wrapper .mobile-menu-slide-close {
    display: none
}

#primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close {
    display: block;
    border: none;
    width: 36px;
    height: 30px;
    text-indent: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 19px;
    top: 20px;
    cursor: pointer;
    outline: none;
    background: 0 0;
    padding: 0
}

#primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close:before, #primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close:after {
    display: block;
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0
}

#primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close:before {
    transform: rotate(45deg);
    top: 13px
}

#primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close:after {
    top: 13px;
    transform: rotate(-45deg)
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper.left {
    left: 0;
    top: 0;
    width: 350px;
    height: 100vh;
    max-width: 100vw;
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper.top {
    left: 0;
    right: 0;
    top: -100vh;
    height: 100vh
}

body.admin-bar .mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper.left, body.admin-bar .mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper.top.opened {
    top: 46px;
    height: calc(100vh - 46px)
}

body.admin-bar .fixed.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper.left, body.admin-bar .fixed.mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper.top.opened {
    top: 0;
    height: 100vh
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper.left.animation {
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    opacity: 1
}

.mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper.top.animation {
    -webkit-transition: top .2s ease-out;
    -moz-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
    transition: top .2s ease-out;
    opacity: 1
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper.left.opened {
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper.top.opened {
    top: 0;
    opacity: 1
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li a {
    display: block;
    padding: 13px 60px 15px 30px;
    position: relative
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li {
    position: relative;
    width: auto !important
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li > ul, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li > ul {
    display: none;
    padding: 0 !important;
    background-image: none !important
}

.mobile-menu-layout-slide-horizontal .primary-navigation.responsive li.menu-item-has-children > .menu-item-parent-toggle, .mobile-menu-layout-slide-vertical .primary-navigation.responsive li.menu-item-has-children > .menu-item-parent-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    width: 40px;
    height: 49px;
    cursor: pointer
}

.mobile-menu-layout-slide-horizontal .primary-navigation.responsive li.menu-item-has-children > .menu-item-parent-toggle:after, .mobile-menu-layout-slide-vertical .primary-navigation.responsive li.menu-item-has-children > .menu-item-parent-toggle:after {
    display: block;
    text-align: center;
    font-weight: 400;
    font-family: 'thegem-icons';
    font-style: normal;
    content: '\e634';
    font-size: 24px;
    line-height: 49px
}

.mobile-menu-layout-slide-horizontal .primary-navigation.responsive li.menu-item-has-children.opened > .menu-item-parent-toggle:after, .mobile-menu-layout-slide-vertical .primary-navigation.responsive li.menu-item-has-children.opened > .menu-item-parent-toggle:after {
    content: '\e635'
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li > ul > li > a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li > ul > li > a {
    padding-left: 50px
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li > ul > li > ul > li > a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li > ul > li > ul > li > a {
    padding-left: 70px
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li > ul > li > ul > li > ul > li > a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li {
    border-top: 1px solid #dfe5e8
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu > li:first-child, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu > li:first-child {
    border: 0
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-widgets, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-widgets {
    display: none;
    border: 0;
    position: static;
    height: 0
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-widgets.mobile-only, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-widgets.mobile-only {
    display: inline-block;
    height: auto
}

body:not(.mobile-cart-position-top) .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-cart ~ li.menu-item-widgets.mobile-only, body:not(.mobile-cart-position-top) .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-cart ~ li.menu-item-widgets.mobile-only, body:not(.mobile-cart-position-top) .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-language ~ li.menu-item-widgets.mobile-only, body:not(.mobile-cart-position-top) .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-language ~ li.menu-item-widgets.mobile-only {
    float: right
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials {
    padding: 16px 30px 15px
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials .socials, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials .socials {
    margin: 0 -5px
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials a {
    display: inline-block;
    padding: 0;
    vertical-align: bottom
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials a i, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials a i {
    vertical-align: middle
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch {
    position: absolute;
    top: 0;
    left: 0;
    right: 55px;
    background: 0 0;
    width: auto;
    padding-top: 15px
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search > a, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search > a {
    display: none
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch .sf-submit-icon:before, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch .sf-submit-icon:before {
    color: #99a9b5
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type=text]::placeholder, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type=text]::placeholder {
    color: #99a9b5
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type=text]::-webkit-input-placeholder, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type=text]::-webkit-input-placeholder {
    color: #99a9b5
}

body .mobile-menu-layout-slide-horizontal:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-out 0s, visibility 0s linear .3s
}

body .mobile-menu-layout-slide-horizontal.menu-slide-opened:before {
    opacity: .7;
    visibility: visible;
    transition: opacity .3s ease-in 0s, visibility 0s linear 0s
}

.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-language, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language, .header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-cart, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart, .header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-search, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search {
    margin-top: 40px
}

.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-language, .header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-cart, .header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-search {
    width: 70px
}

.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-language > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-language > a {
    padding: 0 !important
}

.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-cart > a:before, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-cart > a:before, .header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-search > a:before, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > a:before {
    font-size: 40px
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > a {
    display: block
}

.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-search > a:before, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > a:before {
    font-size: 40px
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    padding: 40px;
    background: 0 0;
    transform: translateY(-50%);
    border: 0 none;
    transition: opacity .3s ease-out, visibility 0s linear .3s
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch {
    width: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.header-layout-overlay #primary-menu.no-responsive > li, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease-in, visibility 0s linear 0s
}

.header-layout-overlay #primary-menu.no-responsive.overlay-search-form-show > li, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.overlay-search-form-show > li {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-out, visibility 0s linear .3s
}

.header-layout-overlay #primary-menu.no-responsive.overlay-search-form-show > li ul, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.overlay-search-form-show > li ul, .header-layout-overlay #primary-menu.no-responsive.overlay-search-form-show > li li, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.overlay-search-form-show > li li {
    visibility: hidden;
    transition: visibility 0s linear 0s
}

.header-layout-overlay #primary-menu.no-responsive.overlay-search-form-show > li.menu-item-search, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.overlay-search-form-show > li.menu-item-search {
    visibility: visible;
    opacity: 1
}

.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-search > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > a {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease-in, visibility 0s linear 0s, color .3s ease
}

.header-layout-overlay #primary-navigation #primary-menu.no-responsive.overlay-search-form-show > li.menu-item-search > a, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.overlay-search-form-show > li.menu-item-search > a {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-out, visibility 0s linear .3s
}

.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu.overlay-search-form-show > li.menu-item-search > .minisearch {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-in, visibility 0s linear 0s
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch input[type=text], .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type=text] {
    height: 50px;
    border: 3px solid transparent;
    line-height: 44px;
    background: 0 0;
    border-radius: 25px;
    text-transform: uppercase;
    padding-left: 25px
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch .sf-submit-icon, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch .sf-submit-icon, .header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch .sf-submit, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch .sf-submit {
    top: 4px;
    right: 6px;
    height: 44px
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch .sf-submit-icon:before, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch .sf-submit-icon:before {
    font-size: 40px
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch {
    transition: opacity .2s .7s, visibility .7s, bottom .5s .3s;
    top: auto;
    bottom: -20px;
    opacity: 0;
    visibility: hidden
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch > form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch > form .sf-input {
    width: 50px;
    padding: 0 23px;
    transition: width .5s, font-size .3s, padding .3s
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch > form .sf-submit-icon, .header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch > form .sf-submit {
    top: 4px;
    right: 6px
}

.header-layout-overlay #primary-menu.no-responsive.overlay-search-form-show.animated-minisearch > li.menu-item-search > .minisearch {
    visibility: visible;
    opacity: 1;
    bottom: 200px;
    transition: opacity .5s, visibility .5s, bottom .3s .2s
}

.header-layout-overlay #primary-menu.no-responsive.overlay-search-form-show.animated-minisearch > li.menu-item-search > .minisearch > form .sf-input {
    padding: 0 25px;
    width: 400px;
    transition: width .5s .5s, padding .3s .5s
}

body .fancybox-caption-wrap, body .fancybox-caption {
    padding: 0;
    background: 0 0
}

body .fancybox-caption-wrap .fancybox-caption {
    border: 0
}

.fancybox-slide.thegem-fancybox-video .fancybox-content {
    max-width: 80%;
    max-height: 80%;
    margin: 0
}

.gem-instagram-gallery .overlay .links .caption {
    word-break: break-all
}

.gem-instagram-gallery.portfolio.hover-default .portfolio-item .image .overlay .links a.icon {
    margin: 0 10px
}

.vc_column-inner.sticky > .wpb_wrapper {
    position: fixed
}

body:not(.vc_editor) .give-form-hidden {
    display: none
}

body .give-modal .mfp-content {
    background: #edeef0;
    max-width: 763px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px
}

.give-modal [id*=give-form] fieldset {
    max-width: 390px;
    margin: 0 auto
}

.give-modal form.give-form .form-row {
    float: none;
    width: 100%
}

.give-modal form.give-form .form-row .give-label {
    display: none
}

.give-modal form[id*=give-form] .form-row input[type=text], .give-modal form[id*=give-form] .form-row input[type=email] {
    height: 50px;
    background: #fff;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.page-additional-menu .page-additional-menu-close {
    position: fixed;
    right: 37px;
    top: 37px;
    z-index: 999999;
    opacity: 0;
    transition: opacity .5s;
    visibility: hidden
}

body.admin-bar .page-additional-menu .page-additional-menu-close {
    top: 67px
}

.page-additional-menu .primary-navigation.overlay-active .page-additional-menu-close {
    visibility: visible;
    opacity: 1
}

.page-additional-menu .primary-navigation.overlay-active.close .page-additional-menu-close {
    opacity: 0
}

@media (max-width: 768px) {
    .page-additional-menu .page-additional-menu-close {
        right: 37px;
        top: 17px
    }

    body.admin-bar .page-additional-menu .page-additional-menu-close {
        top: 67px
    }
}

.portfolio .caption {
    display: block
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

@media (max-width: 768px) {
    body #site-header .logo-position-menu_center:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) > .site-title {
        display: table-cell
    }

    .site-title .site-logo {
        max-width: 60vw
    }

    .header-main.no-menu .site-title .site-logo {
        text-align: center
    }
}

.gem-icon .gem-icon-style-gradient .back-angle {
    width: 100%;
    text-align: center
}

.gem-map-with-text {
    margin-bottom: 0
}

.wp-block-cover-image.alignleft {
    margin-right: 1.5em
}

.wp-block-cover-image.alignright {
    margin-left: 1.5em
}

.wp-block-image figure {
    margin-top: 1em;
    margin-bottom: 1em
}

.wp-block-columns {
    margin: 0 -21px
}

.wp-block-column {
    padding: 0 21px
}

.wp-block-audio audio {
    width: 100%
}

blockquote.wp-block-quote {
    padding: 50px 20px 50px 50px
}

blockquote.wp-block-quote cite {
    font: inherit;
    font-size: .8em
}

blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
    padding: 50px 20px 50px 50px;
    margin: 20px 0;
    text-transform: uppercase
}

blockquote.wp-block-quote.is-large cite, blockquote.wp-block-quote.is-style-large cite, blockquote.wp-block-quote.is-large p, blockquote.wp-block-quote.is-style-large p, .wp-block-pullquote blockquote cite, .wp-block-pullquote blockquote p, .wp-block-pullquote.alignleft blockquote cite, .wp-block-pullquote.alignleft blockquote p, .wp-block-pullquote.alignright blockquote cite, .wp-block-pullquote.alignright blockquote p {
    font: inherit
}

blockquote.wp-block-quote.is-large cite, blockquote.wp-block-quote.is-style-large cite, .wp-block-pullquote blockquote cite, .wp-block-pullquote.alignleft blockquote cite, .wp-block-pullquote.alignright blockquote cite {
    font-size: .85em
}

figure.wp-block-pullquote {
    border: 1px solid #c9d2d9;
    padding: 0;
    overflow: hidden
}

.wp-block-pullquote blockquote {
    background: 0 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
    padding-bottom: 50px
}

figure.wp-block-pullquote blockquote {
    font-size: 24px;
    line-height: 37px;
    font-weight: 100
}

.wp-block-pullquote blockquote:after {
    color: #e7ebee
}

.wp-block-pullquote.alignleft blockquote:after, .wp-block-pullquote.alignright blockquote:after {
    right: 20px
}

body .wp-block-button .wp-block-button__link {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    border: 0 none;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 14px;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 3px
}

body .vc-hoverbox-wrapper .vc-hoverbox {
    cursor: pointer
}

body .vc-hoverbox-block, .vc-hoverbox-block-inner * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lazy-loading-point {
    font-size: 0;
    line-height: 1;
    height: 0;
    overflow: hidden
}

.quickfinder-item-box {
    position: relative;
    padding: 50px
}

.quickfinder-item.col-md-2 .quickfinder-item-box, .quickfinder-item.col-md-3 .quickfinder-item-box {
    padding-left: 25px;
    padding-right: 25px
}

.page-title-block.custom-page-title, body.search .page-title-block.custom-page-title {
    padding: 0;
    text-align: left
}

.custom-title-background.fullwidth-block-parallax-vertical .fullwidth-block-background {
    background-attachment: scroll
}

.custom-title-background.fullwidth-block-parallax-fixed .fullwidth-block-background {
    background-attachment: fixed
}

.custom-title-background.fullwidth-block-parallax-horizontal .fullwidth-block-background {
    background-position: center center
}

.custom-title-background .fullwidth-block-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.custom-title-background .gem-video-background {
    z-index: 2
}

.custom-title-background.fullwidth-block-parallax-vertical .fullwidth-block-parallax-overlay, .custom-title-background.fullwidth-block-parallax-horizontal .fullwidth-block-parallax-overlay, .custom-title-background.fullwidth-block-parallax-fixed .fullwidth-block-parallax-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.custom-title-background .fullwidth-block-inner {
    position: relative;
    z-index: 3
}

.custom-title-icon.custom-title-icon-alignment-center {
    text-align: center
}

.custom-title-icon.custom-title-icon-alignment-left {
    float: left
}

.custom-title-icon.custom-title-icon-alignment-right {
    float: right
}

.page-title-block.custom-page-title .breadcrumbs-container {
    z-index: 3
}

.page-title-block.custom-page-title .page-title-alignment-center {
    text-align: center
}

body.thegem-effects-disabled #page .lazy-loading .wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
    opacity: 1
}

body.thegem-effects-disabled #page .quickfinder-item-image .quickfinder-item-image-content.lazy-loading-item {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1)
}

body.thegem-effects-disabled #page .lazy-loading, body.thegem-effects-disabled #page .lazy-loading:not(.lazy-loading-not-hide) {
    visibility: visible
}

body.thegem-effects-disabled #page .wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
    opacity: 1
}

body.thegem-effects-disabled #page .wpb_start_animation.wpb_left-to-right, body.thegem-effects-disabled #page .wpb_start_animation.wpb_right-to-left, body.thegem-effects-disabled #page .wpb_start_animation.wpb_top-to-bottom, body.thegem-effects-disabled #page .wpb_start_animation.wpb_bottom-to-top, body.thegem-effects-disabled #page .wpb_start_animation.wpb_appear {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}

body.thegem-effects-disabled #page .wpb_animate_when_almost_visible.wpb_left-to-right, body.thegem-effects-disabled #page .wpb_animate_when_almost_visible.wpb_right-to-left, body.thegem-effects-disabled #page .wpb_animate_when_almost_visible.wpb_top-to-bottom, body.thegem-effects-disabled #page .wpb_animate_when_almost_visible.wpb_bottom-to-top, body.thegem-effects-disabled #page .wpb_animate_when_almost_visible.wpb_appear {
    opacity: 1
}

.thegem-heading.thegem-heading-animate {
    opacity: 0
}

body.thegem-fp {
    overflow: hidden
}

#site-header-wrapper {
    position: static;
    z-index: 1000;
    width: 100%
}

#site-header-wrapper.site-header-wrapper-transparent {
    position: absolute
}

#site-header-wrapper.site-header-wrapper-transparent #site-header:not(.shrink), #site-header-wrapper.site-header-wrapper-transparent, #site-header-wrapper.site-header-wrapper-transparent #site-header:not(.shrink) #top-area {
    background: 0 0 !important;
    border-bottom: 0 none
}

#site-header:not(.shrink) .transparent-header-background #top-area, #page > .transparent-header-background #top-area {
    background: 0 0 !important;
    border-bottom: 0 none
}

#site-header-wrapper.site-header-wrapper-transparent #site-header:not(.shrink) .top-area-contacts:after, #site-header-wrapper.site-header-wrapper-transparent #site-header:not(.shrink) .top-area-socials:after {
    border-right: 0 none
}

#site-header-wrapper.header-on-slideshow {
    position: static !important;
    height: 0 !important;
    background-color: transparent
}

#site-header.header-on-slideshow.init {
    top: 0 !important
}

#site-header.header-on-slideshow {
    background: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000
}

body #page:not(.vertical-header) #site-header.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000
}

@media (min-width: 1260px) {
    #page.layout-boxed:not(.vertical-header) #site-header.fixed {
        width: 1260px;
        left: 50%;
        margin-left: -630px
    }
}

#site-header.fixed.shrink {
    box-shadow: 0 0 2px 0 rgba(56, 69, 84, .2);
    -moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, .2);
    -webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, .2);
    border-collapse: separate
}

#site-header.without-transition {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important
}

#site-header.fixed.shrink .site-title {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s
}

#site-header.fixed.shrink.shrink-mobile {
    -webkit-transition: transform .7s .2s;
    -moz-transition: transform .7s .2s;
    transition: transform .7s .2s
}

#site-header.fixed.shrink.shrink-mobile.hidden {
    -o-transform: translate3d(0px, -100%, 0px);
    -ms-transform: translate3d(0px, -100%, 0px);
    -moz-transform: translate3d(0px, -100%, 0px);
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
    -webkit-transition: transform .7s .4s;
    -moz-transition: transform .7s .4s;
    transition: transform .7s .4s
}

#site-header.fixed.shrink.shrink-mobile.hidden.hide-immediately {
    transition: transform 0s
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li, .header-layout-fullwidth_hamburger #primary-menu.no-responsive > li > a {
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    transition: all 0s !important
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li > a {
    vertical-align: middle
}

#site-header.fixed #primary-menu > li > a {
    -webkit-transition: padding .3s, color .3s, background-color .3s;
    -moz-transition: padding .3s, color .3s, background-color .3s;
    transition: padding .3s, color .3s, background-color .3s
}

#site-header.scroll-counting .site-title, #site-header.scroll-counting .site-title img, #site-header.scroll-counting #primary-menu > li, #site-header.scroll-counting #primary-menu > li > a, #site-header.scroll-counting .menu-item-logo, #site-header.scroll-counting .menu-item-logo img {
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    transition: all 0s !important
}

#site-header.fixed.shrink #primary-menu.no-responsive > li > a {
    padding-top: 18px;
    padding-bottom: 18px
}

#site-header.fixed.shrink .header-layout-fullwidth_hamburger #primary-menu.no-responsive > li > a {
    padding-top: 13px;
    padding-bottom: 13px
}

#site-header.fixed.shrink .header-style-1 #primary-menu.no-responsive > li.menu-item-current > a, #site-header.fixed.shrink .header-style-1 #primary-menu.no-responsive > li.menu-item-active > a {
    padding-bottom: 14px
}

#site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li.menu-item-current, #site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li.menu-item-active, #site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li.menu-item-current, #site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li.menu-item-active {
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s
}

#site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li, #site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li {
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s
}

#site-header.fixed.shrink .header-layout-overlay.header-style-3 #primary-menu.no-responsive > li, #site-header.fixed.shrink .header-layout-overlay.header-style-4 #primary-menu.no-responsive > li {
    padding: 0
}

#site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li.menu-item-current, #site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li.menu-item-active, #site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li.menu-item-current, #site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li.menu-item-active {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 1px;
    padding-right: 1px
}

#site-header.fixed.shrink .header-layout-overlay.header-style-3 #primary-menu.no-responsive > li.menu-item-current, #site-header.fixed.shrink .header-layout-overlay.header-style-3 #primary-menu.no-responsive > li.menu-item-active, #site-header.fixed.shrink .header-layout-overlay.header-style-4 #primary-menu.no-responsive > li.menu-item-current, #site-header.fixed.shrink .header-layout-overlay.header-style-4 #primary-menu.no-responsive > li.menu-item-active {
    padding: 0
}

body.one-pager #site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li, body.one-pager #site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

#site-header.fixed.shrink .header-style-3 #primary-menu.no-responsive > li > a, #site-header.fixed.shrink .header-style-4 #primary-menu.no-responsive > li > a {
    padding: 0 15px
}

#site-header.fixed.shrink #primary-navigation .hamburger-toggle, #site-header.fixed.shrink #primary-navigation .overlay-toggle, #site-header.fixed.shrink #perspective-menu-buttons .perspective-toggle {
    margin-top: 15px;
    margin-bottom: 15px
}

#site-header .site-title a, #site-header .menu-item-logo a {
    white-space: nowrap
}

#site-header .logo-position-right .site-title, #site-header .logo-position-right .site-title a {
    text-align: right
}

#site-header .site-title a img, #site-header .menu-item-logo a img {
    position: relative
}

#site-header.fixed.scroll-counting .site-title a img, #site-header.fixed.scroll-counting .menu-item-logo a img {
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    transition: all 0s !important
}

#site-header .site-title a img.default, #site-header .menu-item-logo a img.default {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

#site-header .site-title a img.small, #site-header .menu-item-logo a img.small {
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

#site-header.fixed.shrink .site-title a img.default, #site-header.fixed.shrink .menu-item-logo a img.default {
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

#site-header.fixed.shrink .site-title a img.small, #site-header.fixed.shrink .menu-item-logo a img.small {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

#site-header.shrink-mobile .site-title a img {
    transition: opacity 0s
}

#site-header.fixed.shrink .logo-position-center:not(.no-menu) > .site-title {
    display: none
}

@media (max-width: 767px) {
    #site-header.fixed.shrink .header-main.logo-position-center > .site-title {
        display: table-cell
    }
}

.site-title .logo, .menu-item-logo .logo {
    display: inline-block;
    vertical-align: middle;
    min-height: 1px;
    min-width: 1px
}

#site-header .site-title a img.small.light, #site-header .menu-item-logo a img.small.light {
    display: none !important
}

@media (max-width: 767px) {
    #site-header .site-title a img.default, #site-header .menu-item-logo a img.default {
        display: none
    }

    #site-header .site-title a img.small, #site-header .menu-item-logo a img.small {
        -ms-filter: "alpha(opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        display: inline-block !important;
        margin: 0 !important
    }

    #site-header .site-title a img.small.light, #site-header .menu-item-logo a img.small.light {
        display: inline-block !important
    }

    #site-header .site-title a img.small.light ~ img.small, #site-header .menu-item-logo a img.small.light ~ img.small {
        display: none !important
    }

    #site-header.fixed.shrink .site-title a img.small.light, #site-header.fixed.shrink .menu-item-logo a img.small.light {
        display: none !important
    }

    #site-header.fixed.shrink .site-title a img.small.light ~ img.small, #site-header.fixed.shrink .menu-item-logo a img.small.light ~ img.small {
        display: inline-block !important
    }
}

#primary-navigation #primary-menu > li.menu-item-search > a:before {
    content: "\e612";
    display: block;
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    margin-right: 5px;
    text-align: center;
    vertical-align: top;
    width: 100%
}

#primary-navigation #primary-menu > li.menu-item-search.active > a:before {
    content: "\e619";
    display: block;
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    margin-right: 5px;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.menu-item-search .minisearch {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s
}

.menu-item-search.active .minisearch {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s
}

.minisearch.invert {
    left: auto;
    right: 0
}

.minisearch .sf-input {
    font-size: 16px;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    padding-right: 40px;
    outline: none
}

.minisearch .sf-submit {
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer
}

.minisearch .sf-submit:hover {
    background: 0 0
}

.minisearch .sf-submit:focus {
    outline: none
}

.minisearch .sf-submit-icon {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px
}

.minisearch .sf-submit-icon:before {
    content: "\e612";
    display: block;
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin-right: 5px;
    padding-right: 3px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: 40px
}

@media (min-width: 1025px) {
    .platform-Windows.fullscreen-search-opened .header-background, .platform-Windows.fullscreen-search-opened .top-area, .platform-Windows.fullscreen-search-opened .block-content {
        padding-right: 17px
    }

    .fullscreen-search #page-title, .fullscreen-search .breadcrumbs-container {
        padding-right: 17px
    }

    .fullscreen-search #page-title {
        width: calc(100% + 17px)
    }

    .platform-Windows.fullscreen-search-opened #page-title {
        width: 100%
    }
}

@media (min-width: 980px) {
    #primary-menu > li.menu-item-fullscreen-search .minisearch {
        display: none
    }

    .header-main:not(.header-layout-default):not(.header-layout-overlay) #primary-menu > li.menu-item-fullscreen-search > a:before, .perspective-navigation #primary-menu > li.menu-item-fullscreen-search > a:before {
        content: none !important
    }
}

#fullscreen-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    transition: opacity .3s ease .3s, transform .3s ease;
    transform: translate3d(0, 100%, 0);
    opacity: 0
}

#fullscreen-search:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: 0px 5px 5px -5px rgb(0 0 0/15%) inset
}

#fullscreen-search.active {
    transform: none;
    opacity: 1;
    transition: opacity 0s, transform .3s ease
}

#fullscreen-search .search-scroll {
    flex: auto;
    overflow: hidden auto
}

#fullscreen-search .search-scroll::-webkit-scrollbar-track {
    background-color: transparent
}

#fullscreen-search .search-scroll::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

#fullscreen-search .search-scroll::-webkit-scrollbar-thumb {
    background-color: #dfe5e8;
    border-radius: 2px
}

body.fullscreen-search-opened {
    overflow: hidden
}

#fullscreen-search form {
    position: relative
}

#fullscreen-search .sf-input {
    width: 100%;
    border: none;
    text-align: center;
    background: 0 0;
    padding: 5px 45px
}

@media (min-width: 768px) {
    #fullscreen-search .sf-input {
        padding: 25px 70px
    }
}

#fullscreen-search .sf-input::-webkit-input-placeholder {
    color: inherit
}

#fullscreen-search .sf-input::-moz-placeholder {
    color: inherit
}

#fullscreen-search .sf-input:-ms-input-placeholder {
    color: inherit
}

#fullscreen-search .sf-input:-moz-placeholder {
    color: inherit
}

#fullscreen-search .sf-close {
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

@media (min-width: 768px) {
    #fullscreen-search .sf-close {
        right: 30px
    }
}

#fullscreen-search .sf-close:before {
    content: "\e619";
    display: block;
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    color: inherit;
    text-align: center;
    vertical-align: top;
    width: 100%
}

@media (min-width: 992px) {
    #fullscreen-search .sf-close:before {
        font-size: 48px
    }
}

#fullscreen-search .top-searches {
    padding: 18px 0 12px
}

@media (min-width: 768px) {
    #fullscreen-search .top-searches {
        padding: 40px 0 33px
    }
}

#fullscreen-search .top-searches .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

#fullscreen-search .top-searches .top-search-text {
    margin-right: 8px
}

#fullscreen-search .top-searches .top-search-item {
    font-size: 14px;
    line-height: 1;
    color: inherit;
    padding: 5px 17px 6px;
    border-radius: 13px;
    margin: 0 5px 10px;
    cursor: pointer
}

#fullscreen-search .top-searches .top-search-item:hover {
    color: #fff
}

#fullscreen-search .sf-result {
    position: relative
}

#fullscreen-search .search-results-section {
    padding: 40px 0 50px
}

@media (min-width: 768px) {
    #fullscreen-search .search-results-section {
        padding: 60px 0 70px
    }
}

@media (min-width: 992px) {
    #fullscreen-search .search-results-section {
        padding: 70px 0 90px
    }
}

#fullscreen-search .search-results-section:not(.search-results-nothing) h2 {
    text-align: center
}

@media (min-width: 768px) {
    #fullscreen-search .search-results-section h2 {
        margin: 0 0 50px
    }
}

@media (min-width: 992px) {
    #fullscreen-search .search-results-section h2 {
        margin: 0 0 60px
    }
}

#fullscreen-search .search-results-section.search-results-nothing h2 {
    margin-bottom: 25px
}

@media (min-width: 992px) {
    #fullscreen-search .search-results-section:nth-child(even) .search-results-bottom .container:before, #fullscreen-search .search-results-section:nth-child(even) .search-results-bottom .container:after {
        content: '';
        width: 50%;
        height: 1px;
        background-color: #dfe5e8
    }
}

#fullscreen-search .search-results-section .search-results-bottom {
    margin-top: 50px
}

@media (min-width: 768px) {
    #fullscreen-search .search-results-section .search-results-bottom {
        margin-top: 60px
    }
}

@media (min-width: 992px) {
    #fullscreen-search .search-results-section .search-results-bottom {
        margin-top: 70px
    }
}

#fullscreen-search .search-results-section .search-results-bottom .container {
    display: flex;
    align-items: center;
    justify-content: center
}

#fullscreen-search .search-results-section .search-results-bottom a {
    display: inline-block;
    flex: none;
    border-radius: 20px;
    margin: 0 20px
}

#fullscreen-search .top-searches + .sf-result .search-results-section:first-child {
    padding-top: 0
}

#fullscreen-search .search-results-section.search-results-product .portfolio-set {
    justify-content: center
}

@media (max-width: 767px) {
    #fullscreen-search .search-results-product .portfolio-item:nth-child(n+7) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #fullscreen-search .search-results-product .portfolio-item:nth-child(n+9) {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1599px) {
    #fullscreen-search .search-results-product .portfolio-item:nth-child(n+13) {
        display: none
    }
}

@media (min-width: 1600px) {
    #fullscreen-search .search-results-product .portfolio-item {
        width: 12.5%
    }
}

#fullscreen-search .search-results-post .portfolio-row, #fullscreen-search .search-results-thegem_pf_item .portfolio-row {
    margin: -12px 0;
    padding: 0 12px
}

#fullscreen-search .search-results-post .portfolio-set, #fullscreen-search .search-results-thegem_pf_item .portfolio-set {
    justify-content: center
}

#fullscreen-search .search-results-post .portfolio-item, #fullscreen-search .search-results-thegem_pf_item .portfolio-item {
    padding: 12px
}

@media (max-width: 767px) {
    #fullscreen-search .search-results-post .portfolio-item, #fullscreen-search .search-results-thegem_pf_item .portfolio-item {
        max-width: 302px
    }
}

@media (min-width: 768px) {
    #fullscreen-search .search-results-post .portfolio-row, #fullscreen-search .search-results-thegem_pf_item .portfolio-row {
        margin: -12px 0;
        padding: 0 12px
    }

    #fullscreen-search .search-results-post .portfolio-item, #fullscreen-search .search-results-thegem_pf_item .portfolio-item {
        width: 33.333%;
        padding: 12px
    }
}

@media (min-width: 992px) {
    #fullscreen-search .search-results-post .portfolio-row, #fullscreen-search .search-results-thegem_pf_item .portfolio-row {
        margin: -14px 0;
        padding: 0 14px
    }

    #fullscreen-search .search-results-post .portfolio-item, #fullscreen-search .search-results-thegem_pf_item .portfolio-item {
        width: 25%
    }
}

@media (min-width: 1400px) {
    #fullscreen-search .search-results-post .portfolio-item, #fullscreen-search .search-results-thegem_pf_item .portfolio-item {
        width: 16.666%
    }
}

@media (max-width: 767px) {
    #fullscreen-search .search-results-post .portfolio-item:nth-child(n+4), #fullscreen-search .search-results-thegem_pf_item .portfolio-item:nth-child(n+4) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #fullscreen-search .search-results-post .portfolio-item:nth-child(n+5), #fullscreen-search .search-results-thegem_pf_item .portfolio-item:nth-child(n+5) {
        display: none
    }
}

#fullscreen-search .search-results-post .portfolio-item:hover .wrap {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .12)
}

#fullscreen-search .search-results-post .portfolio-item .wrap > .caption, #fullscreen-search .search-results-thegem_pf_item .portfolio-item .wrap, #fullscreen-search .search-results-thegem_pf_item .portfolio-item .wrap > .caption {
    border: none !important
}

#fullscreen-search .search-results-thegem_pf_item .portfolio-item .wrap > .caption {
    cursor: initial
}

#fullscreen-search .search-results-post .portfolio-item .wrap {
    height: 100%;
    display: flex;
    flex-direction: column
}

#fullscreen-search .search-results-post .portfolio-item .wrap > .caption {
    flex: auto;
    padding: 30px
}

#fullscreen-search .search-results-post .portfolio-item:hover .wrap > .caption {
    background-color: #fff
}

#fullscreen-search .top-searches + .sf-result .search-results-section.search-results-page:first-child {
    padding-top: 0
}

#fullscreen-search .search-results-post .portfolio-item .wrap, #fullscreen-search .search-results-thegem_pf_item .portfolio-item .wrap {
    width: 100%
}

#fullscreen-search .search-results-post .portfolio-item .image, #fullscreen-search .search-results-thegem_pf_item .portfolio-item .image {
    width: 100%;
    padding-top: 100%;
    position: relative;
    z-index: 1
}

#fullscreen-search .search-results-post .portfolio-item.post_format-post-format-quote .image {
    height: 100%;
    padding-top: 0
}

#fullscreen-search .search-results-post .portfolio-item .image .image-inner, #fullscreen-search .search-results-thegem_pf_item .portfolio-item .image .image-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

#fullscreen-search .search-results-post .portfolio-item .image-inner picture img, #fullscreen-search .search-results-thegem_pf_item .portfolio-item .image-inner picture img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    left: 0;
    width: 100%;
    max-width: 100% !important
}

.preloader-new {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4
}

.preloader-new .preloader-spin {
    top: 100px;
    left: initial;
    right: 50%;
    margin-right: -40px;
    margin-left: -40px
}

#fullscreen-search .preloader-new + .result-sections {
    opacity: .6
}

#fullscreen-search .preloader-new ~ * .portfolio-row {
    opacity: 1
}

#fullscreen-search .search-results-nothing {
    text-align: center
}

#fullscreen-search .search-results-nothing svg {
    width: 166px;
    fill: #dfe5e8
}

#fullscreen-search .pages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -12px 0;
    padding: 0 12px
}

@media (min-width: 768px) {
    #fullscreen-search .pages-list {
        margin: -12px 0;
        padding: 0 12px
    }
}

@media (min-width: 992px) {
    #fullscreen-search .pages-list {
        margin: -14px 0;
        padding: 0 14px
    }
}

#fullscreen-search .pages-list .page-item {
    padding: 12px
}

@media (max-width: 767px) {
    #fullscreen-search .pages-list .page-item {
        max-width: 302px
    }
}

@media (min-width: 768px) {
    #fullscreen-search .pages-list .page-item {
        padding: 12px
    }
}

@media (min-width: 992px) {
    #fullscreen-search .pages-list .page-item {
        padding: 14px
    }
}

@media (min-width: 1400px) {
    #fullscreen-search .pages-list .page-item {
        width: 16.667%
    }
}

@media (max-width: 767px) {
    #fullscreen-search .pages-list .page-item:nth-child(n+4) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #fullscreen-search .pages-list .page-item:nth-child(n+7) {
        display: none
    }
}

#fullscreen-search .pages-list .page-item article {
    height: 122px
}

#fullscreen-search .pages-list .page-item article a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #3c3950;
    background-color: #f6f6f8;
    border-top: 5px solid transparent;
    text-align: center;
    text-decoration: none;
    padding: 10px 25px;
    transition: all .3s
}

#fullscreen-search .pages-list .page-item article a .title {
    text-transform: initial;
    margin: 0;
    overflow: hidden
}

#fullscreen-search .pages-list .page-item article a:before {
    content: '\e670';
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 27px;
    line-height: 1;
    font-weight: 400;
    color: #b6c6c9;
    margin-bottom: 7px
}

#fullscreen-search .pages-list .page-item article:hover a {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .12)
}

.vertical-minisearch.menu-item-ajax-search .vertical-minisearch-shadow {
    position: relative;
    z-index: 11
}

.ajax-minisearch-results {
    overflow: auto;
    max-height: 40vh;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .07)
}

.ajax-minisearch-results::-webkit-scrollbar-track {
    background-color: transparent
}

.ajax-minisearch-results::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.ajax-minisearch-results::-webkit-scrollbar-thumb {
    background-color: #dfe5e8;
    border-radius: 2px
}

.ajax-minisearch-results .scroll-block {
    padding: 2px
}

.ajax-minisearch-results .search-results-section {
    padding: 14px 0
}

.ajax-minisearch-results .search-results-section:first-child {
    padding-top: 0
}

.ajax-minisearch-results .search-results-section:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.ajax-minisearch-results .ajax-search-item {
    margin-bottom: 2px
}

.ajax-minisearch-results .ajax-search-item {
    font-size: 14px;
    line-height: 20px;
    white-space: initial
}

.ajax-minisearch-results .ajax-search-item a {
    display: flex;
    align-items: center;
    color: inherit
}

.ajax-minisearch-results .ajax-search-item .thumbnail {
    flex: none;
    margin-right: 9px
}

.ajax-minisearch-results .search-results-section.search-results-nothing {
    padding: 20px
}

.ajax-minisearch-results .search-results-section.search-results-nothing .ajax-search-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.ajax-minisearch-results .search-results-section.search-results-nothing svg {
    width: 50px;
    fill: #dfe5e8
}

.menu-item-ajax-search .sf-submit {
    display: none
}

.minisearch form, .vertical-minisearch form {
    position: relative
}

.vertical-minisearch.menu-item-ajax-search .sf-input {
    border: none
}

#primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-input::placeholder, #primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-input::-webkit-input-placeholder, .vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-input::placeholder, .vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-input::-webkit-input-placeholder {
    color: inherit
}

#primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-submit-icon:after, .vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-submit-icon:after {
    background: 0 0
}

#primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-submit-icon.clear:after, .vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-submit-icon.clear:after {
    content: "\e619";
    cursor: pointer
}

.menu-item-ajax-search #searchform.ajax-loading:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 50px;
    border: 2px solid #5f727f;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.mobile-menu-layout-default .primary-navigation.responsive ul {
    border-top: 1px solid #dfe5e8;
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8
}

.mobile-menu-layout-default .primary-navigation.responsive ul ul, .mobile-menu-layout-default #primary-navigation.responsive ul ul {
    border: 0 none
}

.mobile-menu-layout-default .primary-navigation.responsive ul.sub-menu, .mobile-menu-layout-default .primary-navigation.responsive .dl-menu + ul.sub-menu {
    margin-top: 0
}

.mobile-menu-layout-default .primary-navigation.responsive ul li.menu-item, .mobile-menu-layout-default .primary-navigation.responsive ul li.dl-back {
    background: #f4f6f7
}

.mobile-menu-layout-default .primary-navigation.responsive ul > li.menu-item, .mobile-menu-layout-default .primary-navigation.responsive ul > li.dl-back {
    border-bottom: 1px solid #dfe5e8
}

.mobile-menu-layout-default .primary-navigation.responsive ul > li.menu-item-current > a, .mobile-menu-layout-default .primary-navigation.responsive ul > li.menu-item.menu-item-active a {
    background: #fff;
    border-left: 4px solid #00bcd4;
    padding-left: 26px;
    color: #3c3950
}

#primary-navigation.responsive ul > li.menu-item-search > a {
    display: none
}

.primary-navigation.responsive .minisearch {
    position: static;
    width: 100%;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #fff;
    border: none;
    visibility: visible;
    padding: 20px 30px
}

.primary-navigation.responsive .minisearch .sf-input {
    border: 1px solid #dfe5e8;
    background-color: #f4f6f7;
    color: #3c3950;
    right: 30px
}

.primary-navigation.responsive .minisearch .sf-submit-icon:before {
    color: #3c3950
}

.primary-navigation.responsive li a {
    color: #5f727f
}

.primary-navigation.responsive li a:hover {
    color: #3c3950
}

.header-style-vertical #primary-navigation .no-responsive li.menu-item-widgets {
    position: absolute;
    bottom: 50px;
    width: 100%
}

.header-style-vertical #primary-navigation.responsive li.menu-item-widgets, .header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-search:not(.menu-item-fullscreen-search), body #page.vertical-header #primary-menu.no-responsive li.menu-item-search:not(.menu-item-fullscreen-search) {
    display: none
}

.no-responsive .menu-item-widgets .vertical-minisearch {
    padding-right: 30px;
    width: 100%
}

.no-responsive .vertical-minisearch .sf-input {
    width: 100%;
    /*font-family: "Source Sans Pro";*/
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    padding-right: 50px;
    outline: none;
    background: #e0e5e9;
    border: none
}

.no-responsive .vertical-minisearch .sf-submit {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    opacity: 0;
    background: #000;
    z-index: 1
}

.no-responsive .vertical-minisearch .sf-submit:hover {
    background: 0 0
}

.no-responsive .vertical-minisearch .sf-submit:focus {
    outline: none
}

.no-responsive .vertical-minisearch .sf-submit-icon {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 0
}

.no-responsive .vertical-minisearch .sf-submit-icon:after {
    background: #3d3950;
    content: "\e612";
    display: block;
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: 40px;
    color: #fff
}

.no-responsive .menu-item-socials, .vertical-menu-item-widgets .menu-item-socials {
    margin-top: 35px
}

.no-responsive .menu-item-socials .socials-item {
    margin: 0 9px
}

.vertical-menu-item-widgets .menu-item-socials .socials-item {
    margin: 0 8px
}

.no-responsive .menu-item-socials .socials-item:first-child, .vertical-menu-item-widgets .menu-item-socials .socials-item:first-child {
    margin-left: 0
}

.no-responsive .menu-item-socials .socials-item:last-child, .vertical-menu-item-widgets .menu-item-socials .socials-item:last-child {
    margin-right: 0
}

.no-responsive .menu-item-socials .socials-item .socials-item-icon, .vertical-menu-item-widgets .menu-item-socials .socials-item .socials-item-icon {
    font-size: 24.5px
}

.vertical-menu-item-widgets {
    position: absolute;
    bottom: 50px;
    width: 270px
}

.vertical-menu-item-widgets .vertical-minisearch {
    width: 100%
}

.vertical-menu-item-widgets .vertical-minisearch .sf-input {
    width: 100%;
    /*font-family: "Source Sans Pro";*/
    font-size: 16px;
    font-weight: 400;
    padding-right: 50px;
    height: 40px;
    outline: none;
    background: #e0e5e9
}

.vertical-menu-item-widgets .vertical-minisearch .sf-submit {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    opacity: 0;
    background: #000
}

.vertical-menu-item-widgets .vertical-minisearch .sf-submit:hover {
    background: 0 0
}

.vertical-menu-item-widgets .vertical-minisearch .sf-submit:focus {
    outline: none
}

.vertical-menu-item-widgets .vertical-minisearch .sf-submit-icon {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 0
}

.vertical-menu-item-widgets .vertical-minisearch .sf-submit-icon:after {
    background: #3d3950;
    content: "\e612";
    display: block;
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    vertical-align: top;
    width: 40px;
    height: 40px;
    color: #fff
}

@media (max-height: 669px) {
    .header-style-vertical #primary-menu.no-responsive {
        padding-top: calc(100vh - 570px)
    }
}

@media (max-height: 590px) {
    .header-style-vertical #primary-menu.no-responsive {
        padding-top: 20px
    }
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive .menu-item-widgets .vertical-minisearch .vertical-minisearch-padding, .header-layout-fullwidth_hamburger #primary-menu.no-responsive .menu-item-widgets .menu-item-socials {
    padding-left: 15px;
    padding-right: 15px
}

#page.vertical-header .vertical-menu-item-widgets {
    padding-left: 21px;
    padding-right: 21px
}

@media (max-width: 767px) {
    #page.vertical-header #site-header-wrapper {
        position: static;
        width: 100%;
        padding: 0
    }

    #page.vertical-header {
        padding-left: 0
    }

    #page.vertical-header #site-header .site-title {
        display: table-cell
    }

    #page.vertical-header #site-header .primary-navigation, #page.vertical-header #site-header #perspective-menu-buttons {
        display: table-cell
    }

    .vertical-menu-item-widgets {
        display: none
    }
}

@media (max-height: 799px) {
    .header-style-vertical #primary-menu.no-responsive > .menu-item-language, .header-style-vertical #primary-menu.no-responsive > .menu-item-cart {
        display: none
    }
}

@media (max-height: 689px) {
    .vertical-menu-item-widgets {
        display: none
    }
}

#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .hamburger-toggle, #site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .overlay-toggle, #site-header.fixed.shrink #perspective-menu-buttons :not(.hamburger-size-small) .perspective-toggle {
    width: 18px;
    height: 18px
}

#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .hamburger-toggle [class^=menu-line-], #site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .overlay-toggle [class^=menu-line-], #site-header.fixed.shrink #perspective-menu-buttons :not(.hamburger-size-small) .perspective-toggle [class^=menu-line-] {
    height: 2px
}

@media (-webkit-device-pixel-ratio: 1.25) {
    #site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .hamburger-toggle [class^=menu-line-], #site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .overlay-toggle [class^=menu-line-], #site-header.fixed.shrink #perspective-menu-buttons :not(.hamburger-size-small) .perspective-toggle [class^=menu-line-] {
        height: 1.6px
    }
}

#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .hamburger-toggle .menu-line-1, #site-header.fixed.shrink #perspective-menu-buttons :not(.hamburger-size-small) .perspective-toggle .menu-line-1, #site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .overlay-toggle .menu-line-1, #site-header.fixed.shrink #primary-navigation.overlay-active.close :not(.hamburger-size-small) .overlay-toggle .menu-line-1 {
    top: 3px
}

#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .hamburger-toggle .menu-line-2, #site-header.fixed.shrink #perspective-menu-buttons :not(.hamburger-size-small) .perspective-toggle .menu-line-2, #site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .overlay-toggle .menu-line-2, #site-header.fixed.shrink #primary-navigation.overlay-active.close :not(.hamburger-size-small) .overlay-toggle .menu-line-2 {
    top: 8px
}

#site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .hamburger-toggle .menu-line-3, #site-header.fixed.shrink #perspective-menu-buttons :not(.hamburger-size-small) .perspective-toggle .menu-line-3, #site-header.fixed.shrink #primary-navigation :not(.hamburger-size-small) .overlay-toggle .menu-line-3, #site-header.fixed.shrink #primary-navigation.overlay-active.close :not(.hamburger-size-small) .overlay-toggle .menu-line-3 {
    top: 13px
}

#site-header.fixed.shrink #primary-navigation.hamburger-active :not(.hamburger-size-small) .hamburger-toggle .menu-line-1, #site-header.fixed.shrink #primary-navigation.hamburger-active :not(.hamburger-size-small) .hamburger-toggle .menu-line-3, #site-header.fixed.shrink #primary-navigation.overlay-active :not(.hamburger-size-small) .overlay-toggle .menu-line-1, #site-header.fixed.shrink #primary-navigation.overlay-active :not(.hamburger-size-small) .overlay-toggle .menu-line-3 {
    top: 8px
}

@media (max-width: 979px) {
    #page #site-header .no-menu > .mobile-cart {
        display: none
    }

    #page #site-header .no-menu > .site-title {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin: 0
    }
}

.top-area-background, .header-background {
    position: relative
}

.top-area-background:before, .header-background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#site-header.fixed.shrink .top-area-background:before, #site-header.fixed.shrink .header-background:before {
    opacity: .95
}

#primary-menu.no-responsive .menu-item-socials, .vertical-menu-item-widgets .menu-item-socials {
    margin-top: 25px
}

#primary-menu.no-responsive .menu-item-socials .socials, .vertical-menu-item-widgets .socials {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

#primary-menu.no-responsive .menu-item-socials .socials .socials-item, .vertical-menu-item-widgets .socials .socials-item {
    padding: 0 5px;
    margin: 10px 0 0
}

.vertical-menu-item-widgets .socials .socials-item {
    width: calc(100% / 6)
}

@media only screen and (min-device-width: 320px) and (max-device-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
    #page:not(.vertical-header) #site-header.animated-header {
        height: 67px !important;
        overflow: hidden !important
    }

    #page:not(.vertical-header) #site-header.animated-header.ios-load {
        height: auto !important;
        overflow: visible !important
    }
}

.widget-area .widget + .widget {
    margin-top: 68px
}

.widget-area .widget-title {
    margin-bottom: 28px
}

.wpb_widgetised_column .widget + .widget {
    margin-top: 50px
}

.sidebar .widget:first-child .widget-title {
    margin-top: 0
}

.wpb_widgetised_column .widget:first-child .widget-title {
    margin-top: 0
}

.img-responsive.img-circle.wp-post-image {
    margin: 0 auto
}

.widget_contacts .widget-title {
    margin-bottom: 21px
}

.widget .gem-dummy {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 72px;
    height: 72px;
    float: left
}

.widget .gem-teams-image .gem-dummy {
    background-image: url(../images/default-avatar.png);
    background-size: 100%
}

.widget .gem-teams-image .gem-dummy:after {
    display: none
}

.widget .gem-teams-image .gem-dummy {
    height: 128px;
    width: 128px;
    margin-left: 66px
}

#colophon .widget .gem-dummy {
    background-color: #394050
}

#colophon .widget .gem-dummy:after {
    color: #212331
}

.widget .gem-dummy:after {
    content: '\e642';
    font-family: thegem-icons;
    font-style: normal;
    font-size: 24px;
    position: absolute;
    margin-top: 24px;
    margin-left: 25px;
    font-weight: 400
}

.Custom_Popular_Posts .widget-title, .Custom_Recent_Posts .widget-title, .widget_meta .widget-title, .thegem_news .widget-title, .widget_recent_entries .widget-title {
    margin-bottom: 17px
}

.widget_archive li {
    list-style: none;
    padding-top: 12px;
    padding-left: 16px;
    padding-bottom: 12px
}

.widget_archive li:nth-child(odd) {
    background-color: #f7f9f8
}

.widget_archive ul {
    padding-left: 0
}

.widget_archive a {
    text-transform: capitalize
}

.widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_rss ul, .widget_archive ul, .diagram-item {
    margin-bottom: 0
}

.gem-contacts-icon {
    float: left;
    font-family: thegem-icons;
    font-style: normal;
    font-size: 20px
}

.gem-contacts-item:before {
    vertical-align: top
}

.gem-contacts-text {
    padding-left: 32px
}

.sidebar .widget .gem-contacts-item, .wpb_widgetised_column .gem-contacts-item {
    padding: 5px 0
}

.sidebar .widget .gem-contacts-item.gem-contacts-address {
    padding-bottom: 33px
}

.sidebar .widget .gem-contacts-item.gem-contacts-phone {
    padding-top: 28px
}

.gem-contacts-item.gem-contacts-phone a, #colophon .widget .gem-contacts-item.gem-contacts-phone a {
    color: inherit
}

.site-footer .gem-contacts-email:before {
    font-family: thegem-icons;
    font-style: normal;
    content: '\e607';
    float: left;
    font-size: 20px;
    float: left;
    margin-top: 2px;
    padding-right: 15px;
    font-weight: 400
}

.site-footer .gem-contacts-phone:before {
    font-family: thegem-icons;
    font-style: normal;
    content: '\e625';
    font-size: 20px;
    font-weight: 400
}

.site-footer .gem-contacts-address:before {
    font-family: thegem-icons;
    font-style: normal;
    content: '\e604';
    font-size: 20px;
    font-weight: 400
}

.site-footer .gem-contacts-fax:before {
    font-family: thegem-icons;
    font-style: normal;
    content: '\e606';
    float: left;
    font-size: 12px;
    padding-right: 15px;
    font-weight: 400
}

.site-footer .gem-contacts-item {
    padding: 5px 0
}

body .widget .gem-contacts-address:before, body .wpb_widgetised_column .gem-contacts-address:before {
    font-family: thegem-icons;
    font-style: normal;
    content: '\e604';
    font-size: 16px;
    display: inline-block;
    padding-right: 8px;
    font-weight: 400
}

body .widget .gem-contacts-phone:before, body .wpb_widgetised_column .gem-contacts-phone:before {
    font-family: thegem-icons;
    font-style: normal;
    content: '\e625';
    font-size: 16px;
    display: inline-block;
    padding-right: 12px;
    font-weight: 400
}

body .widget .gem-contacts-fax:before, body .wpb_widgetised_column .gem-contacts-fax:before {
    font-family: thegem-icons;
    font-style: normal;
    content: '\e606';
    float: left;
    display: inline-block;
    padding-right: 12px;
    font-size: 16px;
    font-weight: 400
}

body .widget .gem-contacts-email:before, body .wpb_widgetised_column .gem-contacts-email:before {
    font-family: thegem-icons;
    font-style: normal;
    content: '\e607';
    float: left;
    display: inline-block;
    padding-right: 12px;
    font-size: 16px;
    margin-top: -1px;
    font-weight: 400
}

body .widget .gem-contacts-website:before, body .wpb_widgetised_column .gem-contacts-website:before {
    font-family: thegem-icons;
    font-style: normal;
    content: '\e608';
    float: left;
    display: inline-block;
    padding-right: 12px;
    font-size: 16px
}

.gem-pp-posts-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 72px;
    height: 72px
}

.gem-pp-posts-text {
    display: table-cell;
    vertical-align: middle
}

.gem-pp-posts-date {
    padding-left: 12px;
    display: block;
    margin-top: -2px
}

.gem-pp-posts-item {
    display: block;
    margin-left: 12px
}

.gem-pp-posts-image {
    display: table-cell
}

.gem-pp-posts-news {
    padding-top: 14px;
    padding-bottom: 14px
}

.gem-pp-posts-item > a {
    display: block
}

.gem-pp-posts {
    padding-bottom: 14px;
    padding-top: 14px
}

.gem-post-thumb img {
    width: 71px;
    height: 71px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 0;
    top: 0
}

.isotope-inner {
    padding-left: 90px
}

.gem-post-thumb-gem-dummy {
    height: 71px;
    left: 0;
    position: absolute;
    top: 0;
    width: 71px
}

.footer-widget-area .gem-pp-posts-image a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    opacity: 0
}

.footer-widget-area .gem-pp-posts-image a:hover:after {
    opacity: 1
}

.footer-widget-area .gem-pp-posts-image {
    position: relative
}

.post-related-posts .gem-dummy:after {
    content: '\e642';
    font-family: thegem-icons;
    font-style: normal;
    font-size: 24px;
    position: absolute;
    margin-top: 24px;
    margin-left: 25px;
    font-weight: 400
}

.post-related-posts .gem-dummy:after {
    content: '\e642';
    font-family: thegem-icons;
    font-style: normal;
    font-size: 24px;
    position: absolute;
    margin-top: 24px;
    margin-left: 25px;
    font-weight: 400
}

.gem-post-thumb-conteiner {
    display: table-cell;
    vertical-align: middle
}

.site-footer .gem-pp-posts {
    padding-bottom: 12px
}

.footer-widget-area .posts {
    margin-top: -19px
}

.Custom_Recent_Posts ul li:last-child, .Custom_Popular_Posts ul li:last-child {
    border-bottom: none
}

.widget_recent_entries li {
    padding-bottom: 25px;
    padding-top: 20px;
    list-style: none
}

.widget_recent_entries li:last-child {
    border-bottom: none
}

.widget_recent_entries ul {
    margin: 0;
    padding: 0
}

.widget_recent_entries .post-date {
    clear: both;
    display: block
}

.site-footer .Custom_Recent_Posts .gem-pp-posts:last-child {
    border-bottom: none
}

.widget_calendar td a {
    display: block;
    font-weight: 400
}

.widget_calendar table {
    text-align: center;
    width: 100%
}

.widget_calendar #prev > a {
    float: left;
    padding-left: 12px
}

.widget_calendar #next > a {
    float: right;
    padding-right: 12px
}

.widget_calendar a {
    font-weight: 700
}

.calendar_wrap {
    padding-bottom: 20px
}

.widget_calendar caption {
    padding-bottom: 1px;
    padding-top: 1px
}

.widget_calendar table {
    margin-left: 9%;
    text-align: center;
    width: 83%
}

.widget_calendar td {
    padding: 2px;
    padding-bottom: 4px;
    padding-top: 4px
}

.widget_calendar tfoot td.pad {
    display: none
}

#wp-calendar caption:after {
    position: absolute;
    content: '';
    height: 39px;
    width: 39px;
    top: 0;
    background-color: #b9c7ca;
    right: 0
}

#wp-calendar #prev a {
    position: absolute;
    left: 0;
    height: 39px;
    width: 39px;
    top: 0;
    padding-top: 7px;
    padding-bottom: 7px
}

#wp-calendar #prev a:after {
    content: '\e637';
    font-family: thegem-icons;
    font-style: normal;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.6;
    font-size: 24px
}

#wp-calendar #next a:after {
    content: '\e638';
    font-family: thegem-icons;
    font-style: normal;
    top: 0;
    position: absolute;
    right: 0;
    width: 38px;
    line-height: 1.6;
    height: 38px;
    font-size: 24px
}

#wp-calendar #next a {
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
    width: 39px;
    padding-top: 7px;
    padding-bottom: 7px
}

#wp-calendar caption {
    margin-bottom: 34px;
    letter-spacing: .08em
}

.calendar_wrap {
    position: relative
}

.wp-calendar-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 39px;
    font-size: 0
}

.wp-calendar-nav .wp-calendar-nav-prev, .wp-calendar-nav .wp-calendar-nav-next {
    position: relative;
    display: flex;
    width: 39px;
    height: 39px
}

.wp-calendar-nav .wp-calendar-nav-prev {
    margin-right: auto;
    justify-content: flex-start
}

.wp-calendar-nav .wp-calendar-nav-next {
    margin-left: auto;
    justify-content: flex-end
}

.wp-calendar-nav .wp-calendar-nav-prev a, .wp-calendar-nav .wp-calendar-nav-next a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    background-color: #b9c7ca
}

.wp-calendar-nav .wp-calendar-nav-prev a:after, .wp-calendar-nav .wp-calendar-nav-next a:after {
    content: '\e637';
    font-family: 'thegem-icons';
    position: absolute;
    font-size: 24px;
    font-weight: 400
}

.wp-calendar-nav .wp-calendar-nav-next a:after {
    transform: scale(-1, 1)
}

.widget_diagram .skill-line {
    margin-right: 0
}

.widget_diagram .skill-amount {
    margin-top: -29px;
    font-weight: 700
}

.widget_diagram .skill-element + .skill-element {
    margin: 18px 0 0
}

.widget.Facebook div {
    padding: 20px
}

.flickr-item {
    float: left;
    padding: 0 10px 10px 0
}

.flickr-item img {
    width: 80px;
    height: 80px
}

.widget.Custom_Flickr .flickr {
    list-style: none outside none;
    margin: 0 -10px 0 0;
    padding: 0
}

.widget .flickr-item a, .wpb_widgetised_column .widget .flickr-item a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.widget .flickr-item a:before, .wpb_widgetised_column .widget .flickr-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 5
}

.widget .flickr-item a:hover:before, .wpb_widgetised_column .widget .flickr-item a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 5
}

.widget .flickr-item a img, .wpb_widgetised_column .widget .flickr-item a img {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.mc-form {
    position: relative;
    padding-top: 5px
}

.wpb_widgetised_column .mc4wp-form-fields {
    padding: 29px;
    margin-top: 29px
}

.sidebar .mc4wp-form-fields {
    padding: 29px;
    margin-top: 29px
}

.widget_mc4wp_widget form {
    padding: 25px 23px 10px 26px
}

.widget_mc4wp_widget p {
    line-height: 1.6
}

#mc4wp_submit {
    width: 40px;
    font-weight: 400;
    height: 41px;
    position: absolute;
    right: 0;
    padding: 0;
    top: -8px;
    margin: 13px 0 0;
    font-size: 24px;
    font-family: thegem-icons;
    font-style: normal;
    border-radius: 0
}

.mc4wp-alert {
    margin-top: 40px
}

.gem-button-footer {
    border: medium none;
    margin-top: 21px
}

.mc4wp-form input[type=email] {
    padding: 7px 46px 7px 9px;
    width: 100%
}

.widget_meta li, .widget_rss li {
    list-style: none;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: capitalize
}

.widget_meta li:last-child, .widget_rss li:last-child, .site-footer .widget_meta li:last-child, .site-footer .widget_rss li:last-child {
    border-bottom: none
}

.widget_meta ul, .widget_rss ul {
    padding-left: 0
}

.widget_meta li:before, .widget_rss li:before {
    content: '\e601';
    font-family: 'thegem-icons';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.widget_meta abbr, .widget_rss abbr {
    border-bottom: none
}

.gem-latest-news-image img {
    height: 72px;
    width: 72px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    webkit-border-radius: 50%
}

.gem-latest-news-image {
    display: table-cell
}

.gem-latest-news-title {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle
}

.gem-latest-news {
    display: inline-block;
    padding-bottom: 17px;
    padding-top: 11px;
    width: 100%
}

.gem-latest-news-title > span {
    display: block;
    margin-top: -1px
}

.gem-latest-news-title > a {
    display: block
}

.gem-latest-news-image .gem-dummy {
    height: 72px;
    width: 72px
}

.widget .thegem_news, .wpb_widgetised_column .widget .thegem_news {
    line-height: 1.5
}

.gem-latest-news:first-child {
    padding-bottom: 16px;
    padding-top: 16px
}

.gem-latest-news-image .gem-dummy {
    display: block
}

.gem-picturebox-text {
    padding-top: 11px
}

.gem-picturebox p {
    padding: 12px 26px 30px
}

.gem-picturebox-image {
    text-align: center
}

.project_info-item-style-2 .project_info-item:last-child .value {
    border-bottom: medium none
}

.project_info-item-style-1 .project_info-item .icon {
    display: inline-block;
    font-size: 24px;
    border-radius: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    background-color: transparent;
    vertical-align: middle;
    line-height: 2.1
}

.project_info-item-style-1 .project_info-item .title {
    text-transform: uppercase
}

.project_info-item-style-1 .project_info-item-title {
    vertical-align: top;
    padding-left: 16px
}

.project_info-item-style-1 .project_info-item.iconed {
    padding: 28px;
    padding-left: 0
}

.project_info-item-style-1 .project_info-item.iconed:last-child {
    border-bottom: none
}

.widget.project_info .widget-title, .widget.project_info .widget-title {
    margin-bottom: 32px
}

.project_info-item-style-1 .project_info-item .value {
    padding-top: 0;
    padding-right: 18px;
    margin-top: -22px;
    padding-left: 71px
}

.project_info-item-style-2 {
    padding-bottom: 20px
}

.project_info-item-style-2 .icon {
    font-size: 24px;
    margin-right: 16px;
    float: left;
    margin-top: 2px
}

.project_info-item-style-2 .project_info-item {
    padding: 28px;
    margin-bottom: 17px
}

.project_info-item-style-2 .project_info-item.iconed:last-child {
    margin-bottom: -24px
}

.project_info-item-style-2 .icon {
    background-color: transparent !important
}

.project_info-item-style-2 .value {
    padding-left: 42px;
    padding-top: 18px
}

.widget_recent_comments ul {
    padding-left: 0;
    margin-top: 30px
}

.widget_recent_comments li {
    list-style: none;
    border-radius: 60px;
    border-bottom-left-radius: 0;
    padding-top: 14px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.widget_recent_comments li:first-child {
    border-top: none
}

.widget_recent_comments li:before {
    clear: both;
    content: '\e639';
    float: left;
    font-family: 'thegem-icons';
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    height: 100%;
    padding-right: 14px;
    position: relative;
    top: 0;
    padding-bottom: 7px;
    width: 100%;
    text-align: center;
    vertical-align: middle
}

.widget_recent_entries .post-date {
    margin-left: 48px
}

.site-footer .widget_recent_entries li:first-child {
    background: 0 0
}

.widget .searchform input, .wpb_widgetised_column .widget .searchform input {
    padding: 6px 10px
}

.widget .searchform, .wpb_widgetised_column .widget .searchform {
    text-align: center;
    position: relative
}

.searchform button {
    border: none
}

.widget.widget_search .gem-button {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 38px;
    margin: 0;
    background-color: transparent !important
}

.widget.widget_search .gem-button:before {
    content: '\e612';
    position: absolute;
    font-size: 24px;
    font-family: thegem-icons;
    font-style: normal;
    left: 26%;
    font-weight: 100;
    margin-top: -3px;
    margin: 0
}

.widget.widget_search input {
    width: 100%;
    padding-right: 50px
}

.tagcloud a:hover {
    text-decoration: none
}

body .widget .tagcloud a {
    margin-right: 4px;
    text-decoration: none;
    margin-bottom: 6px;
    padding: 2px 9px;
    display: inline-block;
    font-size: 16px !important
}

.gem-client-item {
    float: left;
    padding-right: 30px;
    padding-left: 30px
}

.gem_client-carousel {
    position: relative
}

.gem-client-prev {
    margin-left: 0
}

.gem-client-next {
    margin-right: 0
}

.clients_title {
    text-align: center
}

.clients_description {
    text-align: center
}

.gem_client-carousel {
    margin-top: 25px
}

.gem-client-prev {
    width: 10%
}

.gem-client-next {
    width: 10%
}

.gem-client-carousel-item-wrap {
    padding: 0 10%
}

.widget .gem-teams-item {
    text-align: center;
    padding-top: 11px;
    padding-bottom: 40px
}

.widget .gem-teams-name {
    padding-top: 56px
}

.widget .gem-teams-position {
    font-size: 89.5%
}

.widget .gem-teams-phone {
    text-transform: uppercase;
    padding-top: 28px;
    padding-bottom: 16px
}

.widget .gem-teams-image img {
    margin: 0 auto;
    text-align: center;
    width: 128px
}

.widget .gem-teams-image {
    display: block;
    padding-top: 50px;
    padding-bottom: 7px;
    height: 160px
}

.widget .team-person-email a:before {
    font-size: 34px
}

.widget-teams {
    border-top-right-radius: 122px;
    border-top-left-radius: 122px;
    overflow: hidden
}

.widget .team-person-email {
    font-size: 0px
}

.widget .gem-teams-mail {
    padding-top: 3px
}

.widget .gem-teams-mail a:before {
    padding-right: 10px;
    content: '\e607';
    font-family: 'thegem-icons';
    font-style: normal;
    font-size: 22px;
    font-weight: 400;
    vertical-align: bottom
}

.widget .gem-teams-name {
    padding-bottom: 8px
}

.gem-team-style-horizontal .team-person-phone {
    padding-bottom: 0;
    margin-bottom: -11px
}

.gem-team-style-horizontal .team-person-phone:before {
    font-size: 22px
}

.gem-team-style-horizontal .team-person-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px
}

.gem-team-style-horizontal .team-person-image {
    display: table-cell;
    vertical-align: middle
}

.gem-team-style-horizontal .team-person {
    padding-left: 30px;
    padding-top: 45px
}

.gem-team-style-rounded .team-person-phone {
    padding-bottom: 8px;
    padding-top: 8px
}

.gem-team-style-vertical .team-person-phone {
    padding-bottom: 5px
}

.fullwidth-block .container .gem-client-carousel-item-wrap {
    padding: 0
}

.widget_tweets .twitter-box .jtwt_tweet {
    padding-bottom: 24px;
    padding-top: 27px
}

body .widget_tweets .twitter-box .jtwt_tweet:first-child {
    padding-top: 0;
    background: 0 0
}

.jtwt_tweet:before {
    content: '\e611';
    float: left;
    font-family: thegem-icons;
    font-style: normal;
    font-size: 18px;
    padding-right: 8px;
    position: relative;
    top: 0
}

.jtwt_date {
    padding-bottom: 12px;
    font-weight: 300
}

.twitter-box .jtwt_tweet {
    padding: 0
}

.tweets-container {
    padding-top: 14px
}

.jtwt_tweet_text {
    margin-bottom: 0
}

.gem-textbox-content blockquote {
    font-size: 116%
}

.gem-textbox-content > blockquote {
    padding: 14px
}

.widget-area .gem-products-image, .shop-widget-area .gem-products-image {
    display: table-cell
}

ul.product_list_widget .gem-products-image a {
    position: relative;
    float: left
}

ul.product_list_widget .gem-products-image a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    opacity: 0;
    z-index: 1;
    background: rgba(0, 188, 212, .3)
}

ul.product_list_widget .gem-products-image a:hover:before {
    opacity: 1
}

.widget-area .gem-products-content, .shop-widget-area .gem-products-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.shop-widget-area .product_list_widget > li {
    display: inline-block;
    width: 100%
}

.woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
    height: auto;
    width: 80px
}

.woocommerce .widget_recently_viewed_products ul.product_list_widget li img, .woocommerce-page .widget_recently_viewed_products ul.product_list_widget li img {
    height: 70px;
    width: 70px
}

.shop-widget-area .gem-products-content {
    border-image: none;
    padding-bottom: 11px;
    position: relative;
    margin-left: 70px;
    padding-left: 18px
}

ul.product_list_widget li {
    margin-bottom: 15px;
    display: inline-block;
    padding: 0;
    width: 100%
}

.widget ul.product_list_widget li, .widget_shopping_cart_content ul.product_list_widget li {
    overflow: visible
}

ul.product_list_widget li:last-child {
    margin-bottom: 0
}

.widget .gem-products-content {
    margin-left: 70px;
    min-height: 70px;
    padding-left: 18px
}

.widget .catalog-view .gem-products-content {
    padding-bottom: 0
}

.shop-widget-area .gem-products-title {
    padding-top: 5px
}

.widget .catalog-view .gem-products-title {
    padding-top: 0
}

.shop-widget-area .gem-products-price {
    margin-bottom: -5px
}

.widget .gem-products-price {
    font-size: 20px;
    line-height: 1.5em
}

.woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img {
    margin-left: 0;
    box-shadow: none
}

.shop-widget-area .gem-products-title a {
    padding-right: 80px
}

.product_list_widget del {
    display: none
}

.shop-widget-area .gem-products-rating {
    display: block;
    position: absolute;
    top: 13px;
    right: 20px
}

.widget .catalog-view .gem-products-rating {
    position: relative;
    margin-top: 5px;
    top: auto;
    right: auto
}

.widget .product_list_widget .onsale, .shop-widget-area .onsale {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 26px;
    border-radius: 50%;
    top: 13px;
    left: 68px;
    font-size: 0;
    z-index: 1;
    text-align: center;
    font-weight: inherit
}

.widget .product_list_widget .onsale:after, .shop-widget-area .onsale:after {
    content: '%';
    font-size: 16px
}

.woocommerce .gem-products-price ins {
    font-size: 20px;
    text-decoration: none
}

.gem-products-price > span {
    font-size: 20px;
    text-decoration: none
}

.widget_product_search .screen-reader-text {
    display: none
}

.widget_product_search input.search-field {
    width: 100%;
    padding-right: 35px;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 36px;
    border-width: 2px;
    border-radius: 2px
}

.widget_product_search form {
    position: relative
}

.widget_product_search button {
    background-color: transparent;
    font-family: 'thegem-icons';
    font-style: normal;
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 36px;
    border: 0 none;
    background: 0 0
}

.widget_recent_reviews .product_list_widget li {
    padding-top: 5px
}

.widget_recent_reviews .product_list_widget .attachment-woocommerce_thumbnail {
    float: left;
    margin-right: 10px;
    z-index: 100;
    margin-top: -5px
}

.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%
}

.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-text {
    width: 100%
}

.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-textarea {
    width: 100%
}

.widget_black_studio_tinymce div.wpcf7-mail-sent-ok {
    border: 2px solid #acdd8b;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.widget_black_studio_tinymce div.wpcf7-validation-errors {
    border: 2px solid #d55271;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.widget_price_filter .price_label {
    float: right
}

.widget_price_filter .price_slider_amount .button {
    float: left;
    margin: 0
}

.widget_price_filter .price_slider_amount {
    padding-top: 15px
}

.widget_price_filter .widget-title {
    padding-bottom: 15px
}

.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.widget_price_filter .price_slider_wrapper .price_slider {
    height: 6px;
    overflow: visible;
    position: relative
}

.widget_price_filter .price_slider .ui-slider-range {
    height: 100%;
    position: absolute
}

.widget_price_filter .price_slider .ui-slider-handle {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
    border-radius: 50%
}

.widget-area .woocommerce .star-rating, .woocommerce-page .star-rating {
    float: none
}

.widget-area .reviewer {
    display: block
}

.widget-area .attachment-shop_thumbnail.wp-post-image, .widget-area .attachment-woocommerce_thumbnail.wp-post-image {
    float: left
}

.gem-products-content {
    margin-left: 80px
}

.product_list_widget li {
    position: relative
}

.widget-area .woocommerce-placeholder {
    float: left
}

.widget_recent_entries ul li:last-child {
    border-bottom: 0 none
}

.widget_recent_entries ul li:before {
    content: '\e63a';
    float: left;
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 24px;
    padding-left: 22px;
    padding-right: 6px;
    position: absolute;
    padding-top: 11px
}

.widget_recent_entries ul li a {
    display: block;
    margin-left: 66px;
    padding-top: 9px;
    padding-right: 24px
}

.widget_shopping_cart .variation {
    display: none
}

.attachment-shop_thumbnail {
    width: 70px;
    height: 70px
}

.widget .product-dummy, .wpb_widgetised_column .widget .product-dummy {
    background-size: cover;
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    width: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.widget .product-dummy-wrapper, .wpb_widgetised_column .widget .product-dummy-wrapper {
    width: 70px;
    height: 70px;
    float: left
}

.widget_recent_reviews .product-dummy-wrapper {
    margin-left: -1px;
    border-color: transparent
}

.widget_shopping_cart .product_list_widget li a .product-dummy-wrapper {
    padding: 0
}

.shop-widget-area .widget .product-dummy {
    margin-left: -3px
}

.widget_shopping_cart_content ul.product_list_widget > li img {
    margin: -1px
}

.customer_details > dt {
    font-weight: 700;
    float: left;
    padding-right: 10px
}

.order-actions .gem-button {
    margin-top: 0
}

.widget_layered_nav .combobox-wrapper {
    height: 40px;
    border-width: 2px
}

.widget_layered_nav .combobox-wrapper .combobox-text {
    line-height: 36px
}

.widget_layered_nav .combobox-wrapper .combobox-button {
    width: 36px;
    height: 36px
}

.widget_layered_nav ul {
    margin: 0;
    padding: 0
}

.widget_layered_nav ul li {
    list-style: none;
    padding: 12px 0 12px 15px
}

.widget_layered_nav ul li:first-child {
    border-top: 0 none
}

.widget_layered_nav ul li a:before {
    content: "\e601";
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    margin-right: 8px;
    position: relative;
    top: 1px
}

.widget_layered_nav ul li small:before {
    content: "("
}

.widget_layered_nav ul li small:after {
    content: ")"
}

.adress-button {
    margin-bottom: 30px
}

.top-area-contacts .gem-contacts {
    margin: 0 -17px
}

.top-area-contacts .gem-contacts-item {
    display: inline-block;
    font-size: 14px;
    padding: 0 17px;
    line-height: 30px;
    vertical-align: top
}

.top-area-contacts .gem-contacts-item.gem-contacts-phone a {
    color: inherit
}

.top-area-contacts .gem-contacts-address:before, .top-area-contacts .gem-contacts-phone:before, .top-area-contacts .gem-contacts-fax:before, .top-area-contacts .gem-contacts-email:before, .top-area-contacts .gem-contacts-website:before {
    font-family: 'thegem-icons';
    font-style: normal;
    margin-right: .33em;
    vertical-align: top;
    display: inline-block;
    width: 16px;
    font-size: 16px;
    text-align: center
}

.top-area-contacts .gem-contacts-address:before {
    content: '\e604'
}

.top-area-contacts .gem-contacts-phone:before {
    content: '\e625'
}

.top-area-contacts .gem-contacts-fax:before {
    content: '\e606'
}

.top-area-contacts .gem-contacts-email:before {
    content: '\e607'
}

.gem_accordion_header {
    outline: none
}

.gem-news-carousel-wrap .gem-news-pagination {
    padding-top: 35px
}

.gem_accordion_header {
    cursor: pointer
}

.gem_accordion_header a {
    text-transform: uppercase
}

.post-author-block {
    display: block;
    padding: 40px
}

.post-author-avatar {
    display: block;
    float: left
}

a.post-author-avatar:after {
    display: block;
    text-align: center;
    content: '\e607';
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    padding-top: 25px
}

.post-author-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.post-author-info {
    margin-left: 135px;
    margin-top: 0
}

.post-author-info .name {
    margin-top: 0
}

.post-author-posts-link a:before {
    content: '\e601';
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    vertical-align: top;
    margin-right: 5px;
    font-size: 16px
}

@media (max-width: 599px) {
    .post-author-avatar {
        float: none;
        margin-bottom: 25px
    }

    .post-author-info {
        margin-left: 0;
        margin-top: 0
    }

    .post-author-info .name {
        margin-top: 0
    }

    a.post-author-avatar:after {
        display: inline-block;
        vertical-align: middle;
        padding-top: 0;
        padding-left: 25px;
        line-height: 1
    }
}

.post-author-info .date {
    margin-left: 23px
}

.post-author-description {
    margin-bottom: 20px
}

.read-more-link {
    float: right
}

.byline {
    padding: 0 5px
}

.entry-meta {
    margin-bottom: 8px
}

.sep {
    margin: 0 6px;
    border-left: 1px solid #d4dee1;
    height: 20px;
    display: inline-block;
    vertical-align: middle
}

.read-more-link:before {
    content: '\e601';
    font-family: thegem-icons;
    font-style: normal;
    padding-left: -20px;
    font-size: 14px
}

.post-title a {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.post-meta-right {
    float: right;
    font-size: 16px;
    white-space: nowrap
}

.single-post-meta .post-meta-right {
    margin-left: 100px
}

.post-meta-right > * {
    display: inline-block;
    vertical-align: top
}

.post-meta-right > .sep {
    vertical-align: middle
}

.comments-link a {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.comments-link a:before {
    content: '\e61e';
    font-family: 'thegem-icons';
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    margin-right: 6px;
    display: inline-block;
    line-height: inherit
}

.post-footer-sharing {
    display: inline-block;
    position: relative
}

.sharing-popup {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 50px;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    white-space: nowrap;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    left: -20px;
    margin-bottom: -10px
}

.sharing-popup .socials {
    line-height: 16px;
    height: 16px;
    margin-top: 17px
}

article.sticky .sharing-popup {
    bottom: 70px;
    left: -10px
}

.sharing-popup .sharing-styled-arrow {
    position: absolute;
    bottom: -100px;
    height: 100px;
    width: 50px;
    left: -30px;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 100% 0;
    -o-transform: rotate(-90deg) scale(.3);
    -ms-transform: rotate(-90deg) scale(.3);
    -moz-transform: rotate(-90deg) scale(.3);
    transform: rotate(-90deg) scale(.3)
}

.sharing-popup.active {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0
}

.sharing-popup a.socials-item {
    vertical-align: top
}

.post-footer-sharing .gem-button-container .gem-button {
    margin-right: 13px
}

.post-footer .gem-button-container .gem-button {
    margin-bottom: 0
}

article.sticky .post-footer-sharing .gem-button-container .gem-button {
    margin-right: 16px
}

.post-read-more {
    display: inline-block
}

.post-read-more .gem-button, .comment-reply-link {
    padding: 0 24px;
    background: 0 0
}

.styled-blog-meta {
    display: inline-block;
    float: right
}

.styled-blog-meta .comments {
    padding-right: 8px;
    float: left
}

.styled-blog-meta .comments:after {
    content: "|";
    padding-left: 8px;
    vertical-align: top
}

.styled-blog-meta .tag-links {
    display: none
}

.styled-blog-meta {
    bottom: 27px;
    position: absolute;
    right: 32px
}

article:not(.type-page) > .entry-content.post-content {
    margin-bottom: 60px
}

.post-content .post-meta {
    margin-bottom: 55px
}

.post-tags-list {
    margin-bottom: 30px;
    margin-left: 10px
}

.post-tags-list a {
    position: relative;
    display: inline-block;
    color: inherit;
    margin-right: 17px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 21px;
    background-color: #e7edf0;
    z-index: 2;
    padding: 0 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.post-tags-list a:before {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 12px;
    height: 12px;
    top: 5px;
    left: -5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: -1;
    transform: skew(-45deg, 45deg)
}

.post-tags-list a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: -5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.block-tags .tags-links a {
    padding: 0 10px
}

.block-tags {
    float: right;
    display: block;
    padding-top: 21px
}

.block-date {
    float: left;
    font-size: 89.5%;
    margin-top: 2px;
    margin-right: 10px
}

.post-meta-categories a {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (max-width: 755px) {
    .single-post-meta .post-meta-categories {
        display: block;
        clear: both
    }

    .single-post-meta .post-meta-author + .sep, .single-post-meta .post-meta-categories + .sep {
        display: none
    }

    .single-post-meta .post-meta-right {
        margin-left: 30px
    }
}

.thegem_pf_item .post-meta-left .post-meta-date:before {
    content: '\e66e';
    font-family: 'thegem-icons';
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    margin-right: 8px
}

.post-meta-navigation {
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    white-space: nowrap;
    vertical-align: top;
    margin-left: 10px
}

.post-meta-navigation > span + span {
    margin-left: -7px
}

.thegem_pf_item .post-meta-navigation > span + span {
    margin-left: -10px
}

.post-meta-navigation a {
    color: inherit;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.thegem_pf_item .post-meta-navigation > .post-meta-category-link a {
    font-size: 16px;
    vertical-align: top
}

.block-navigation {
    clear: both;
    display: inline-block;
    width: 100%
}

.block-navigation-prev {
    float: left
}

.block-navigation-prev a:before {
    content: '\e603';
    font-size: 15px;
    padding-right: 10px;
    font-family: thegem-icons;
    font-style: normal;
    display: block;
    float: left
}

.block-navigation-next {
    float: right
}

.block-navigation-next a:after {
    content: '\e601';
    font-size: 15px;
    padding-left: 10px;
    font-family: thegem-icons;
    font-style: normal;
    display: block;
    float: right
}

.block-divider {
    margin-top: 50px;
    display: block;
    margin-bottom: 45px
}

.block-thegem_socials_sharing {
    width: 100%;
    display: inline-block
}

.portfolio-item-page-bottom .socials-sharing .socials-item-icon {
    font-size: 24px
}

.portfolio-item-page-bottom .socials-sharing {
    margin-top: 42px;
    float: left
}

.portfolio-item-page-bottom .centered-box .socials-sharing {
    float: none
}

.portfolio-item-page-bottom .project-button .gem-button {
    margin-top: 40px
}

.block-portfolio-navigation-prev .gem-button {
    padding-left: 3px;
    padding-right: 14px
}

.block-portfolio-navigation-prev .gem-button .gem-print-icon {
    margin-right: 3px
}

.block-portfolio-navigation-next .gem-button {
    padding-right: 3px;
    padding-left: 14px
}

.block-portfolio-navigation-next .gem-button .gem-print-icon {
    margin-left: 3px
}

.block-navigation.centered-box .block-portfolio-navigation-prev .gem-button, .block-navigation.centered-box .block-portfolio-navigation-next .gem-button {
    margin-left: 30px;
    margin-right: 30px
}

.post-related-posts {
    padding-bottom: 50px
}

.post-related-posts-block {
    margin: 0 -21px
}

.post-related-posts-block .related-element {
    float: left;
    padding: 0;
    width: 303px;
    padding: 0 21px
}

.post-related-posts-block .related-element .entry-meta {
    margin-bottom: 0
}

.related-posts-navigation {
    position: absolute;
    top: -85px;
    right: 21px
}

.related-posts-navigation .related-posts-prev, .related-posts-navigation .related-posts-next {
    height: 30px;
    width: 30px;
    padding: 0;
    border: 2px solid #00bcd4;
    background: 0 0;
    margin-left: 15px
}

.related-posts-navigation .gem-button.related-posts-prev:hover, .related-posts-navigation .gem-button.related-posts-next:hover {
    background-color: #3c3950;
    border-color: #3c3950
}

.related-posts-carousel {
    position: relative
}

.related-element img, .related-element .gem-dummy {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 72px;
    width: 72px
}

.related-element .post-meta-right {
    font: inherit
}

.related-element > a {
    display: table-cell;
    padding-right: 14px
}

.related-element .post-meta-right > * {
    display: inline-block;
    vertical-align: top
}

.related-element .post-meta-right .zilla-likes:before {
    display: inline-block
}

.related-element .post-meta-right .zilla-likes > * {
    display: inline-block;
    vertical-align: top
}

.related-element .comments-link a {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px
}

.related-element .comments-link a:before {
    display: inline-block
}

.related-element-info {
    display: table-cell;
    vertical-align: middle;
    width: 99%
}

.related-element-info > a {
    margin-bottom: 3px
}

.related-element-info .date {
    display: block;
    margin-top: -2px
}

.related-element-info .comments-link a:before {
    content: '\e631'
}

.related-element-info-conteiner {
    max-height: 3.1em;
    overflow: hidden
}

.post-related-posts-bloack {
    margin-top: 8px
}

.post-related-posts h3 {
    text-transform: uppercase
}

.related-element {
    padding: 30px 0 30px 30px
}

.post-related-posts {
    margin-top: 75px
}

.post-author-block {
    margin-top: 85px
}

.wpb_wrapper .vc_progress_bar .vc_label {
    font-size: 89.5%
}

.wpb_wrapper .vc_progress_bar .vc_label_units {
    font-size: 116%;
    padding-left: 8px
}

.gem-btn-primary {
    color: #08c
}

.gem-btn-warning {
    color: #f90
}

.gem-btn-danger {
    color: #ff675b
}

.gem-btn-success {
    color: #6ab165
}

.gem-btn-info {
    color: #58b9da
}

.gem-btn-inverse {
    color: #555
}

#customer_login .login label, #customer_login .register label {
    display: block
}

#customer_login .login, #customer_login .register {
    padding: 33px;
    padding-right: 10px;
    width: 100%;
    display: inline-block
}

#customer_login .login .input-text, #customer_login .register .input-text {
    width: 97%;
    margin-top: 5px;
    padding: 4px 10px
}

#customer_login .login .inline {
    display: inline-block
}

#customer_login .form-row.login-button {
    display: inline-block
}

#customer_login .lost_password {
    display: inline-block
}

.inline {
    display: block
}

#customer_login .rememberme-label {
    padding-left: 9px
}

#customer_login .lost_password {
    padding-left: 19px
}

#customer_login .login-button button {
    top: 8px
}

#customer_login .form-row.login-button {
    padding-left: 18px
}

#customer_login .form-row.register_form_button {
    display: inline-block;
    float: right;
    margin-right: 15px
}

#customer_login .form-row.register_form_button button {
    top: 8px
}

#customer_login .login .gem-button input[type=submit] {
    padding: .6em 32px .6em 50px
}

.account-tittle {
    text-transform: uppercase
}

.lost_reset_password .input-text {
    margin-right: 20px;
    margin-top: 5px;
    padding-left: 10px;
    width: 36%
}

.lost_reset_password .gem-button {
    margin-top: -5px
}

.lost_reset_password .input-text {
    float: left
}

.form-edit-adress label {
    display: block;
    padding-bottom: 5px
}

.form-edit-adress abbr {
    border: 0 none
}

.form-edit-adress input {
    width: 50%
}

.form-edit-adress .button {
    width: auto
}

.isotope-item {
    padding-bottom: 10px
}

.gem-post-grid-item-image {
    display: table-cell
}

.gem-post-grid-item-image img {
    width: 72px;
    height: 72px
}

.gem-post-grid-item-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px
}

.gem-post-griid-item.clearix {
    padding-bottom: 30px
}

.gem-post-grid-item-date {
    font-size: 89.5%
}

@media (max-width: 768px) {
    .wpcf7-form td {
        float: left;
        width: 100%;
        text-align: center
    }
}

.site-footer .gem-custom-mailchimp input {
    border: none
}

#colophon .gem-custom-mailchimp input[type=email] {
    width: 50%;
    height: 54px;
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    margin-top: 25px
}

#colophon .gem-custom-mailchimp button {
    margin-top: 25px;
    border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0
}

#colophon .widget .gem-testimonial-position, #colophon .widget .gem-pp-posts-date, #colophon .widget .jtwt_date, #colophon .widget .gem-latest-news-title > span, #colophon .widget.widget_recent_entries .post-date {
    font-size: 89.5%
}

.gem-latest-news:last-child {
    border-bottom: none
}

.widget_nav_menu li li a:before, .widget_submenu li li a:before {
    content: '';
    width: 6px;
    display: block;
    height: 6px;
    position: absolute;
    margin-top: 10px;
    margin-left: -20px
}

.widget_pages li li a:before, .widget_categories li li a:before, .widget_product_categories li li a:before {
    content: '';
    width: 6px;
    display: block;
    height: 6px;
    float: left;
    margin-top: 10px;
    margin-right: 12px
}

.widget_pages a {
    display: block
}

.widget_nav_menu ul, .widget_categories ul, .widget_product_categories ul, .widget_pages ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget_nav_menu > ul > li > a, .widget_categories > ul > li > a, .widget_product_categories > ul > li > a, .widget_pages > ul > li > a {
    padding-left: 18px
}

.widget_nav_menu ul.menu li > a, .widget_submenu > div > ul li > a {
    display: block;
    padding: 12px 12px 12px 20px
}

.widget_categories > ul > li, .widget_product_categories > ul > li, .widget_pages > ul > li {
    padding: 12px 12px 12px 0
}

.widget_categories > ul > li > a, .widget_product_categories > ul > li > a, .widget_pages > ul > li > a {
    text-transform: uppercase
}

.widget_nav_menu ul.menu li > a:after, .widget_submenu > div > ul li > a:after {
    content: '';
    display: inline-block;
    width: 30px;
    vertical-align: top;
    margin-left: -30px;
    text-align: center
}

.widget_nav_menu ul.menu ul, .widget_submenu > div > ul ul {
    display: none
}

.widget_categories > ul > li > ul, .widget_product_categories > ul > li > ul, .widget_pages > ul > li > ul {
    margin: 12px -12px -12px 0
}

.widget_nav_menu ul.menu li.menu-item-active > ul, .widget_nav_menu ul.menu li.menu-item-current > ul, .widget_submenu > div > ul li.menu-item-active > ul, .widget_submenu > div > ul li.menu-item-current > ul {
    display: block
}

.widget_nav_menu ul.menu li.menu-item-parent > a:after, .widget_submenu > div > ul li.menu-item-parent > a:after, .widget_categories > ul li.cat-parent:after, .widget_product_categories > ul li.cat-parent:after, .widget_pages > ul li.page_item_has_children:after {
    font-weight: 400
}

.widget_nav_menu ul.menu li.menu-item-parent.menu-item-active > a:after, .widget_nav_menu ul.menu li.menu-item-parent.menu-item-current > a:after, .widget_submenu > div > ul li.menu-item-parent.menu-item-active > a:after, .widget_submenu > div > ul li.menu-item-parent.menu-item-current > a:after, .widget_product_categories > ul li.cat-parent.current-cat-ancestor:after, .widget_product_categories > ul li.cat-parent.current-cat-parent:after, .widget_product_categories > ul li.cat-parent.current-cat:after {
    content: '\e635';
    font-family: thegem-icons;
    font-style: normal;
    font-size: 16px;
    font-weight: 400
}

.widget_nav_menu ul.menu li li.menu-item-parent.menu-item-active > a:after, .widget_nav_menu ul.menu li li.menu-item-parent.menu-item-current > a:after, .widget_submenu > div > ul li li.menu-item-parent.menu-item-active > a:after, .widget_submenu > div > ul li li.menu-item-parent.menu-item-current > a:after, .widget_categories > ul li li.cat-parent.current-cat-ancestor:after, .widget_categories > ul li li.cat-parent.current-cat-parent:after, .widget_categories > ul li li.cat-parent.current-cat:after, .widget_product_categories > ul li li.cat-parent.current-cat-ancestor:after, .widget_product_categories > ul li li.cat-parent.current-cat-parent:after, .widget_product_categories > ul li li.cat-parent.current-cat:after {
    content: '\e635';
    font-family: thegem-icons;
    font-style: normal;
    font-size: 16px;
    font-weight: 400
}

.widget .menu-item-has-children.menu-item-parent > a:after {
    content: '\e601';
    font-size: 16px;
    font-family: thegem-icons;
    font-style: normal;
    font-weight: 400
}

.widget_nav_menu ul.menu > li.menu-item-parent.menu-item-active > a:after, .widget_nav_menu ul.menu > li.menu-item-parent.menu-item-current > a:after, .widget_submenu > div > ul > li.menu-item-parent.menu-item-active > a:after, .widget_submenu > div > ul > li.menu-item-parent.menu-item-current > a:after, .widget_product_categories > ul > li.cat-parent.current-cat-ancestor:after, .widget_product_categories > ul > li.cat-parent.current-cat-parent:after, .widget_product_categories > ul > li.cat-parent.current-cat:after {
    font-size: 24px
}

.widget_categories > ul li.cat-parent.current-cat-ancestor:after, .widget_categories > ul li.cat-parent.current-cat-parent:after, .widget_categories > ul li.cat-parent.current-cat:after, .widget_product_categories > ul li.cat-parent.current-cat-ancestor:after, .widget_product_categories > ul li.cat-parent.current-cat-parent:after, .widget_product_categories > ul li.cat-parent.current-cat:after {
    content: '\e602';
    font-family: thegem-icons;
    font-style: normal;
    font-size: 16px;
    top: 12px;
    right: 18px;
    position: absolute;
    font-weight: 400
}

.widget_pages > ul li.page_item_has_children.current_page_ancestor, .widget_pages > ul li.page_item_has_children.current_page_parent, .widget_pages > ul li.current_page_item, .widget_categories > ul li.cat-parent.current-cat-ancestor, .widget_categories > ul li.cat-parent.current-cat-parent, .widget_categories > ul li.cat-parent.current-cat, .widget_product_categories > ul li.cat-parent.current-cat-ancestor, .widget_product_categories > ul li.cat-parent.current-cat-parent, .widget_product_categories > ul li.cat-parent.current-cat {
    position: relative
}

.widget_pages > ul li.page_item_has_children.current_page_ancestor > a:after, .widget_pages > ul li.page_item_has_children.current_page_parent > a:after, .widget_pages > ul li.page_item_has_children.current_page_item > a:after {
    content: '\e602';
    font-family: thegem-icons;
    font-style: normal;
    font-size: 13px;
    top: 12px;
    right: 18px;
    position: absolute;
    font-weight: 400
}

.widget_pages > ul li li.page_item_has_children.current_page_ancestor > a:after, .widget_pages > ul li li.page_item_has_children.current_page_parent > a:after, .widget_pages > ul li li.page_item_has_children.current_page_item > a:after {
    content: '\e602';
    font-family: thegem-icons;
    font-style: normal;
    font-size: 8px;
    top: 12px;
    right: 18px;
    position: absolute;
    font-weight: 400
}

.widget_nav_menu ul.menu ul li.menu-item-active > a, .widget_submenu > div > ul ul li.menu-item-active > a {
    border: 0 none !important
}

.widget_nav_menu ul.menu > li li > a, .widget_submenu > div > ul > li li > a {
    padding-left: 40px
}

.widget_nav_menu ul.menu > li li li > a, .widget_submenu > div > ul > li li li > a {
    padding-left: 60px
}

.widget_nav_menu ul.menu > li li li li > a, .widget_submenu > div > ul > li li li li > a {
    padding-left: 80px
}

.widget_nav_menu ul.menu > li li li li li > a, .widget_submenu > div > ul > li li li li li > a {
    padding-left: 100px
}

.widget_categories > ul > li > ul > li, .widget_product_categories > ul > li > ul > li, .widget_pages > ul > li > ul > li {
    padding: 12px 12px 12px 20px
}

.widget_categories > ul > li > ul > li > ul, .widget_product_categories > ul > li > ul > li > ul, .widget_pages > ul > li > ul > li > ul {
    margin: 12px -12px -12px -20px
}

.widget_categories > ul > li > ul > li li, .widget_product_categories > ul > li > ul > li li, .widget_pages > ul > li > ul > li li {
    padding: 10px 15px 10px 40px
}

.widget_categories > ul > li > ul > li > ul ul, .widget_product_categories > ul > li > ul > li > ul ul, .widget_pages > ul > li > ul > li > ul ul {
    margin: 10px -15px -10px -20px
}

.widget_pages > ul > ul {
    padding-left: 30px
}

#colophon .widget_submenu a, #colophon .widget_nav_menu a {
    background: 0 0
}

.widget_recently_viewed_products .product_list_widget a {
    clear: both
}

.widget_recently_viewed_products ul.product_list_widget li {
    padding: 10px;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-moz-box-shadow: none;
    display: flex
}

.widget_recently_viewed_products ul.product_list_widget li + li {
    background-repeat: repeat-x
}

.widget_recently_viewed_products ul.product_list_widget li .gem-products-image {
    display: block;
    align-self: start;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    min-width: 70px
}

.widget_recently_viewed_products ul.product_list_widget li .gem-products-content {
    border: 0 none;
    display: block;
    margin-left: 0;
    width: auto;
    flex-grow: 1
}

.widget_recently_viewed_products ul.product_list_widget li .product-dummy-wrapper {
    border: 0 none;
    width: 70px
}

.gem_client_carousel-items .gem-client-item .grayscale-hover {
    background: none repeat scroll 0 0 transparent !important
}

.teaser_grid_container .gem-post-title {
    padding-right: 31px
}

body .footer-contact-form .wpcf7-email {
    background-color: #2c2e3a;
    border: medium none;
    color: #fff;
    height: 54px
}

body .footer-contact-form .wpcf7-textarea {
    background-color: #2c2e3a;
    border: medium none;
    color: #fff;
    height: 117px
}

.footer-contact-form {
    padding-right: 30px
}

.footer-contact-form .wpcf7-submit {
    background-color: #4c5867;
    float: left
}

.footer-contact-form .wpcf7-submit:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, .2)
}

.widget .wpcf7 .gem-sidebar-input {
    text-align: left
}

.wpb_widgetised_column .gem-products-image {
    display: table-cell
}

.wpb_widgetised_column .gem-products-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.widget .blog {
    padding-bottom: 0
}

.widget-title:after {
    font-family: thegem-icons;
    font-style: normal;
    content: '\e630';
    font-size: 8px;
    padding-left: 8px;
    font-weight: 400;
    display: none
}

#colophon .gem-latest-news:last-child, #colophon .Custom_Recent_Posts .gem-pp-posts:first-child, #colophon .widget_meta li:first-child, #colophon .widget_rss li:first-child, #colophon .widget_recent_entries li:first-child, #colophon .Custom_Recent_Posts ul li:first-child {
    background: 0 0
}

.digram-line-box {
    padding-right: 40px
}

.gem-icon-shape-hexagon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    position: relative
}

.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back {
    display: block;
    -webkit-transform: rotate(-30deg) skewX(30deg);
    -ms-transform: rotate(-30deg) skewX(30deg);
    -o-transform: rotate(-30deg) skewX(30deg);
    transform: rotate(-30deg) skewX(30deg);
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 1
}

.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner, .gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner-before {
    display: block;
    width: inherit;
    height: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    overflow: hidden
}

.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner {
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transform: skewX(-30deg) rotate(60deg) skewX(30deg)
}

.gem-icon-shape-hexagon .gem-icon-shape-hexagon-back .gem-icon-shape-hexagon-back-inner-before {
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transform: skewX(-30deg) rotate(60deg) skewX(30deg)
}

.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top {
    display: block;
    -webkit-transform: rotate(-30deg) skewX(30deg);
    -ms-transform: rotate(-30deg) skewX(30deg);
    -o-transform: rotate(-30deg) skewX(30deg);
    transform: rotate(-30deg) skewX(30deg);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 0;
    line-height: 1
}

.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner, .gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner-before {
    display: block;
    width: inherit;
    height: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    overflow: hidden
}

.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner {
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transform: skewX(-30deg) rotate(60deg) skewX(30deg)
}

.gem-icon-shape-hexagon .gem-icon-shape-hexagon-top .gem-icon-shape-hexagon-top-inner-before {
    -webkit-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -ms-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    -o-transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transform: skewX(-30deg) rotate(60deg) skewX(30deg)
}

.gem-icon-shape-hexagon .gem-icon-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: 0 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0
}

.gem-icon-shape-hexagon.gem-icon-size-small, .wpb_column > .wpb_wrapper > .gem-icon-shape-hexagon.gem-icon-size-small:last-child {
    margin: 3px 0
}

.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-shape-hexagon-back {
    width: 59px;
    height: 49px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-shape-hexagon-top {
    width: 55px;
    height: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 2px;
    top: 2px
}

.gem-icon-shape-hexagon.gem-icon-size-small .gem-icon-inner {
    line-height: 49px
}

.gem-icon-shape-hexagon.gem-icon-size-medium, .wpb_column > .wpb_wrapper > .gem-icon-shape-hexagon.gem-icon-size-medium:last-child {
    margin: 5px 0
}

.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-back {
    width: 91px;
    height: 77px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-shape-hexagon-top {
    width: 85px;
    height: 71px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    left: 3px;
    top: 3px
}

.gem-icon-shape-hexagon.gem-icon-size-medium .gem-icon-inner {
    line-height: 77px
}

.gem-icon-shape-hexagon.gem-icon-size-large, .wpb_column > .wpb_wrapper > .gem-icon-shape-hexagon.gem-icon-size-large:last-child {
    margin: 11px 0
}

.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-shape-hexagon-back {
    width: 181px;
    height: 153px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-shape-hexagon-top {
    width: 169px;
    height: 141px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 6px;
    top: 6px
}

.gem-icon-shape-hexagon.gem-icon-size-large .gem-icon-inner {
    line-height: 153px
}

.gem-icon-shape-hexagon.gem-icon-size-xlarge, .wpb_column > .wpb_wrapper > .gem-icon-shape-hexagon.gem-icon-size-xlarge:last-child {
    margin: 16px 0
}

.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-shape-hexagon-back {
    width: 267px;
    height: 227px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 12px
}

.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-shape-hexagon-top {
    width: 243px;
    height: 203px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    left: 12px;
    top: 12px
}

.gem-icon-shape-hexagon.gem-icon-size-xlarge .gem-icon-inner {
    line-height: 227px
}

.widget_socials .socials-item-icon {
    font-size: 24px;
    margin-bottom: 13px
}

.widget_socials a.socials-item {
    margin-left: 0;
    margin-right: 13px
}

.widget .socials-colored a:hover .socials-item-icon {
    color: #00bcd4 !important
}

.widget .gem-portfolios-type-carousel-grid .gem-portfolio-item {
    padding: 0 12px 12px 0;
    display: block
}

.widget-portfolio-carousel-slide a {
    display: block;
    height: 80px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

.widget-portfolio-carousel-slide img {
    width: 80px;
    height: 80px;
    display: block
}

.widget-portfolio-carousel-slide {
    float: left
}

.widget-portfolio-carousel-slide {
    margin-right: -10px
}

.widget .widget-portfolio-pagination.gem-mini-pagination a {
    width: 14px;
    height: 14px
}

.widget .widget-portfolio-pagination.gem-mini-pagination {
    padding-top: 4px
}

.widget-gem-portfolio-item.gem-portfolio-dummy img {
    display: none
}

.widget-gem-portfolio-item.gem-portfolio-dummy {
    position: relative
}

.widget-gem-portfolio-item.gem-portfolio-dummy:after {
    content: '?';
    color: #fff;
    position: absolute;
    left: 35px;
    top: 28px
}

.widget-gem-portfolio-item {
    position: relative
}

.widget-gem-portfolio-item img {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.widget-gem-portfolio-item .widget-gem-portfolio-item-hover {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.widget-gem-portfolio-item:hover .widget-gem-portfolio-item-hover {
    opacity: 1
}

.project_info-item .icon-elegant, .project-info-shortcode-item .icon.elegant {
    font-family: 'ElegantIcons'
}

.project_info-item .icon-material, .project-info-shortcode-item .icon.material {
    font-family: 'MaterialDesignIcons'
}

.project_info-item .icon-fontawesome, .project-info-shortcode-item .icon.fontawesome {
    font-family: 'FontAwesome'
}

.project_info-item .icon-userpack, .project-info-shortcode-item .icon.userpack {
    font-family: 'UserPack'
}

.project-info-shortcode-item .icon {
    float: left
}

.project-info-shortcode-item {
    width: 100%;
    float: left
}

.project-info-shortcode-style-2 .project-info-shortcode-item .title {
    font-size: 16px;
    font-weight: bolder;
    padding-left: 70px;
    color: #3c3950;
    text-transform: uppercase
}

.project-info-shortcode-style-2 .project-info-shortcode-item .decription {
    padding-left: 70px;
    padding-top: 3px
}

.project-info-shortcode-style-2 .project-info-shortcode-item .icon {
    color: #fff !important;
    font-size: 24px;
    padding: 13px
}

.project-info-shortcode-style-2 .project-info-shortcode-item {
    padding: 28px 0
}

.project-info-shortcode-style-2 .project-info-shortcode-item:last-child {
    border-bottom: medium none
}

.project-info-shortcode {
    display: inline-block;
    width: 100%
}

.project-info-shortcode-style-default .project-info-shortcode-item {
    margin-bottom: 20px;
    padding: 20px
}

.project-info-shortcode-style-default .project-info-shortcode-item .icon {
    background-color: transparent !important;
    font-size: 24px;
    padding-top: 6px;
    padding-left: 5px
}

.project-info-shortcode-style-default .project-info-shortcode-item .title {
    padding-left: 50px
}

.project-info-shortcode-style-default .project-info-shortcode-item .decription {
    padding-left: 50px;
    padding-top: 15px
}

.widget.project_info .gem-button {
    margin-left: 0
}

.widget .project-info-button {
    text-align: center
}

#page, .widget_submenu ul ul ul, .widget_nav_menu ul ul ul, .widget_pages ul ul ul, .widget_categories ul ul ul, .widget_product_categories ul ul ul {
    background-color: #e8ecef
}

.widget a.gem-button.gem-button-style-outline {
    background: 0 0
}

.gmaps_round {
    border-radius: 50%;
    overflow: hidden
}

body .wpb_gmaps_widget .wpb_wrapper {
    padding: 0
}

.vc_gem_pricing_table .vc_controls-container.vc_controls {
    margin-top: 10px;
    z-index: 10
}

@media (max-width: 600px) {
    body .vc_separator.vc_sep_double {
        height: auto !important
    }
}

@media (max-width: 1024px) {
    .fullwidth-block.fullwidth-block-parallax-vertical, .fullwidth-block.fullwidth-block-parallax-fixed {
        background-attachment: scroll
    }
}

.textwidget img {
    max-width: 100%;
    height: auto
}

.textwidget option, .textwidget select {
    max-width: 100%
}

.widget .screen-reader-text {
    margin-bottom: 10px;
    display: block
}

.calendar_wrap td, .calendar_wrap th {
    border: none !important;
    padding: 5px !important
}

.gem-icon-with-title > a {
    display: table-cell;
    padding-bottom: 0 !important;
    vertical-align: middle;
    padding-right: 10px
}

.portfolio-filters-list.style-sidebar .widget-area .widget {
    width: 100%;
    padding: 25px 0;
    margin: 0
}

@media (min-width: 992px) {
    .portfolio-filters-list.style-sidebar .widget-area .widget {
        padding: 25px 0
    }

    .portfolio-filters-list.style-sidebar .widget-area .widget.widget_product_search {
        padding-bottom: 30px
    }
}

.portfolio-filters-list.style-hidden .widget-area .widget {
    width: 100%;
    padding: 25px 10px;
    margin: 0
}

@media (max-width: 991px) {
    .portfolio-filters-list.style-standard .widget-area .widget, .portfolio-filters-list.style-sidebar .widget-area .widget {
        width: 100%;
        padding: 25px 10px;
        margin: 0
    }
}

@media (min-width: 992px) {
    .portfolio-filters-list.style-hidden .widget-area .widget {
        padding: 25px 30px
    }
}

.portfolio-filters-list .widget-area .widget:first-child {
    border: none;
    padding-top: 0;
    margin-top: -1px
}

.portfolio-filters-list .widget-area .widget .widget-title {
    margin: 0 0 20px;
    cursor: default
}

.portfolio-filters-list .widget-area .widget .widget-title .arrow {
    display: none
}

.portfolio-filters-list.style-sidebar .list-scrollable .widget_product_categories .woocommerce-widget-layered-nav-list ul, .portfolio-filters-list.style-sidebar .list-scrollable .widget_layered_nav .woocommerce-widget-layered-nav-list ul, .portfolio-filters-list.style-hidden .list-scrollable .widget_product_categories .woocommerce-widget-layered-nav-list ul, .portfolio-filters-list.style-hidden .list-scrollable .widget_layered_nav .woocommerce-widget-layered-nav-list ul {
    padding: 0;
    margin: 0
}

.portfolio-filters-list.style-sidebar .list-scrollable .widget_product_categories .woocommerce-widget-layered-nav-list ul ul, .portfolio-filters-list.style-sidebar .list-scrollable .widget_layered_nav .woocommerce-widget-layered-nav-list ul ul, .portfolio-filters-list.style-hidden .list-scrollable .widget_product_categories .woocommerce-widget-layered-nav-list ul ul, .portfolio-filters-list.style-hidden .list-scrollable .widget_layered_nav .woocommerce-widget-layered-nav-list ul ul {
    padding: 0 0 0 20px
}

.portfolio-filters-list .widget_product_categories ul, .portfolio-filters-list .widget_layered_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
    line-height: inherit
}

.portfolio-filters-list .widget_product_categories ul li, .portfolio-filters-list .widget_layered_nav ul li {
    color: inherit;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    flex-wrap: wrap
}

.portfolio-filters-list .widget_layered_nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    flex-wrap: wrap
}

.portfolio-filters-list .widget_product_categories ul li.cat-parent.current-cat:after, .portfolio-filters-list .widget_product_categories ul li.cat-parent.current-cat-parent:after, .portfolio-filters-list .widget_layered_nav ul li.cat-parent.current-cat:after, .portfolio-filters-list .widget_layered_nav ul li.cat-parent.current-cat-parent:after {
    content: none
}

.portfolio-filters-list .widget_product_categories ul li a, .portfolio-filters-list .widget_layered_nav ul li a {
    flex: 1;
    color: inherit;
    padding: 0
}

.portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li a.attribute-type-color:hover, .portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li.chosen > a.attribute-type-color, .portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li.current-cat > a.attribute-type-color {
    color: inherit
}

.portfolio-filters-list .widget_layered_nav ul li a span.title {
    margin-right: auto
}

.portfolio-filters-list .widget_product_categories ul li a:hover + span.count, .portfolio-filters-list .widget_layered_nav ul li a:hover span.count {
    color: #fff
}

.portfolio-filters-list .widget_product_categories ul li span.count, .portfolio-filters-list .widget_layered_nav ul li span.count {
    flex: none;
    margin-left: 20px;
    display: block;
    color: inherit;
    font-size: 14px;
    padding: 2px 8px;
    line-height: 1;
    border-radius: 11px;
    transition: background-color .3s
}

@media (min-width: 992px) {
    .portfolio-filters-list .widget_product_categories ul li span.count, .portfolio-filters-list .widget_layered_nav ul li span.count {
        margin-left: 45px
    }
}

.portfolio-filters-list.hide-filter-counts .widget_layered_nav ul li span.count {
    display: none
}

.portfolio-filters-list .widget_product_categories ul li ul, .portfolio-filters-list .widget_layered_nav ul li ul {
    padding: 0 0 0 20px;
    background: 0 0;
    width: 100%
}

.portfolio-filters-list .widget_product_categories ul li.current-cat > span.count, .portfolio-filters-list .widget_layered_nav ul li.chosen span.count {
    color: #fff
}

.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider {
    position: relative;
    border: none;
    height: 4px;
    width: 90%;
    margin: 20px auto 30px auto
}

.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1
}

.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin: 0;
    z-index: 2
}

.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle:focus {
    outline: none
}

.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle + span:focus {
    outline: none
}

.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount {
    padding: 0
}

.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount input, .portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount button {
    display: none
}

.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    float: left
}

.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    display: none
}

.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount .from, .portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount .to {
    font-size: 1.1em
}

.portfolio-filters-list .widget_product_categories.woocommerce ul li a, .portfolio-filters-list .widget_layered_nav.woocommerce ul li a {
    position: relative;
    padding-left: 1.2em;
    text-transform: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit
}

.portfolio-filters-list .widget_product_categories.woocommerce ul li a {
    padding: 0
}

.portfolio-filters-list .widget_product_categories.woocommerce ul li a:before, .portfolio-filters-list .widget_layered_nav.woocommerce ul li a:before {
    content: none;
    color: currentColor
}

.portfolio-filters-list .widget_product_categories.woocommerce ul li.chosen a:before, .portfolio-filters-list .widget_layered_nav.woocommerce ul li.chosen a:before {
    content: "";
    font-family: "thegem-icons";
    font-weight: 400;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.portfolio-filters-list .widget_product_search {
    margin: 0 0 30px
}

.portfolio-filters-list .widget_product_search input {
    width: 100%;
    box-sizing: border-box
}

.portfolio-filters-list .widget_product_search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    font-size: 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    cursor: pointer
}

.portfolio-filters-list .widget_product_search button:before {
    content: "";
    font-size: 16px;
    font-style: normal;
    font-family: "thegem-icons";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(180deg)
}

.portfolio-filters-list.normal .widget_product_search, .portfolio-filters-list.normal .widget_product_categories, .portfolio-filters-list.normal .widget_layered_nav, .portfolio-filters-list.normal .widget_price_filter {
    display: none
}

.portfolio-filters-list .widget_product_search input {
    border: none;
    padding: 7px 33px 7px 18px;
    border-radius: 17px;
    line-height: 1
}

.portfolio-filters-list .widget_product_search input::-webkit-input-placeholder {
    color: currentColor;
    opacity: .8
}

.portfolio-filters-list .widget_product_search input::-moz-placeholder {
    color: currentColor;
    opacity: .8
}

.portfolio-filters-list .widget_product_search input:-ms-input-placeholder {
    color: currentColor;
    opacity: .8
}

.portfolio-filters-list .widget_product_search input:-moz-placeholder {
    color: currentColor;
    opacity: .8
}

.portfolio-filters-list .widget_layered_nav .count, .portfolio-filters-list .widget_product_categories .count {
    opacity: 0
}

.portfolio-filters-list .widget_recently_viewed_products ul.product_list_widget li .gem-products-image {
    float: left
}

.portfolio-filters-list .widget_recently_viewed_products ul.product_list_widget li, .portfolio-filters-list .widget_recently_viewed_products ul.product_list_widget li .gem-products-image, .portfolio-filters-list .widget_products ul.product_list_widget li .gem-products-image, .portfolio-filters-list .widget_products ul.product_list_widget li .gem-products-content, .portfolio-filters-list .widget_top_rated_products ul.product_list_widget li .gem-products-image, .portfolio-filters-list .widget_top_rated_products ul.product_list_widget li .gem-products-content {
    border: none
}

blockquote {
    margin: 0;
    font-size: 24px;
    line-height: 37px;
    padding: 67px 87px;
    background-color: #f3f5f6;
    position: relative
}

blockquote:after {
    position: absolute;
    font-family: thegem-icons;
    font-style: normal;
    content: '\e60c';
    font-size: 76px;
    line-height: 37px;
    font-weight: 400;
    right: 67px;
    bottom: 7px;
    color: #a3e7f0
}

.gem-quote {
    margin-bottom: 3em;
    position: relative;
    overflow: hidden
}

.gem-quote blockquote div, .gem-quote blockquote p, .gem-quote blockquote {
    margin: 0
}

.gem-quote.gem-quote-style-default {
    padding: 3px;
    border: 1px solid #c9d2d9
}

.gem-quote.gem-quote-style-default blockquote {
    margin: 0;
    font-size: 24px;
    line-height: 37px;
    font-weight: 100;
    padding: 60px 80px;
    border: 1px solid #e9edf0
}

.gem-quote.gem-quote-style-1 {
    font-size: 24px;
    line-height: 37px;
    padding: 67px 87px;
    font-weight: 200;
    background-color: #f3f5f6
}

.gem-quote.gem-quote-style-2 {
    color: #bcc6cd;
    font-weight: 200;
    padding: 67px 87px;
    font-size: 24px;
    line-height: 37px;
    background-color: #2c3e50
}

.gem-quote.gem-quote-style-2 blockquote {
    color: #b6c6c9
}

.gem-quote.gem-quote-style-3 blockquote {
    text-transform: uppercase;
    margin: 0;
    font-size: 19px;
    padding: 67px 87px;
    letter-spacing: .085em;
    line-height: 1.85em;
    border: 1px solid #e9edf0
}

.gem-quote.gem-quote-style-3 {
    padding: 4px;
    color: #2c3e50;
    border: 1px solid #c9d2d9
}

.gem-quote.gem-quote-style-4 {
    color: #2c3e50;
    letter-spacing: .085em;
    padding: 72px 92px;
    background-color: #f3f5f6;
    text-transform: uppercase
}

.gem-quote.gem-quote-style-5 {
    padding: 72px 92px;
    text-transform: uppercase;
    letter-spacing: .085em;
    background-color: #2c3e50;
    color: #fff
}

.gem-quote .custom-color-blockqute-mark, .gem-quote.gem-quote-style-default:after, .gem-quote.gem-quote-style-1:after, .gem-quote.gem-quote-style-2:after, .gem-quote.gem-quote-style-3:after, .gem-quote.gem-quote-style-4:after, .gem-quote.gem-quote-style-5:after {
    position: absolute;
    font-family: thegem-icons;
    font-style: normal;
    content: '\e60c';
    font-size: 76px;
    right: 67px
}

.gem-quote.gem-quote-style-1 blockquote, .gem-quote.gem-quote-style-2 blockquote, .gem-quote.gem-quote-style-4 blockquote, .gem-quote.gem-quote-style-5 blockquote {
    padding: 0;
    background-color: transparent
}

.gem-quote.gem-quote-style-default blockquote, .gem-quote.gem-quote-style-3 blockquote {
    background-color: transparent
}

.gem-quote.gem-quote-style-default blockquote:after, .gem-quote.gem-quote-style-1 blockquote:after, .gem-quote.gem-quote-style-2 blockquote:after, .gem-quote.gem-quote-style-3 blockquote:after, .gem-quote.gem-quote-style-4 blockquote:after, .gem-quote.gem-quote-style-5 blockquote:after {
    display: none
}

.gem-quote.gem-quote-style-2.gem-quote .custom-color-blockqute-mark, .gem-quote.gem-quote-style-1.gem-quote .custom-color-blockqute-mark, .gem-quote.gem-quote-style-1:after, .gem-quote.gem-quote-style-2:after, .gem-quote.gem-quote-style-4:after, .gem-quote.gem-quote-style-5:after {
    bottom: 6px
}

.custom-color-blockqute-mark-added.gem-quote:after {
    display: none
}

.gem-quote .custom-color-blockqute-mark, .gem-quote .custom-color-blockqute-mark, .gem-quote.gem-quote-style-default:after, .gem-quote.gem-quote-style-3:after {
    bottom: 11px
}

.gem-quote.gem-quote-style-default:after {
    color: #e7ebee
}

.gem-quote.gem-quote-style-1:after {
    color: #a3e7f0
}

.gem-quote.gem-quote-style-2:after {
    color: #4dd0e1
}

.gem-quote.gem-quote-style-3:after {
    color: #e7ebee
}

.gem-quote.gem-quote-style-4:after {
    color: #a3e7f0
}

.gem-quote.gem-quote-style-5:after {
    color: #4dd0e1
}

.gem-quote.gem-quote-style-1.gem-quote-no-paddings, .gem-quote.gem-quote-style-2.gem-quote-no-paddings, .gem-quote.gem-quote-style-4.gem-quote-no-paddings, .gem-quote.gem-quote-style-5.gem-quote-no-paddings {
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px
}

@media (max-width: 767px) {
    .gem-quote.gem-quote-style-1, .gem-quote.gem-quote-style-2, .gem-quote.gem-quote-style-4, .gem-quote.gem-quote-style-5, .gem-quote.gem-quote-style-1.gem-quote-no-paddings, .gem-quote.gem-quote-style-2.gem-quote-no-paddings, .gem-quote.gem-quote-style-4.gem-quote-no-paddings, .gem-quote.gem-quote-style-5.gem-quote-no-paddings {
        padding-left: 25px;
        padding-right: 10px;
        padding-top: 25px;
        padding-bottom: 50px
    }
}

.gem-quote.gem-quote-style-default.gem-quote-no-paddings blockquote, .gem-quote.gem-quote-style-3.gem-quote-no-paddings blockquote {
    padding-left: 39px;
    padding-right: 20px;
    padding-top: 44px;
    padding-bottom: 50px
}

@media (max-width: 767px) {
    .gem-quote.gem-quote-style-default blockquote, .gem-quote.gem-quote-style-3 blockquote, .gem-quote.gem-quote-style-default.gem-quote-no-paddings blockquote, .gem-quote.gem-quote-style-3.gem-quote-no-paddings blockquote {
        padding-left: 19px;
        padding-right: 10px;
        padding-top: 22px;
        padding-bottom: 50px
    }
}

.gem-quote.gem-quote-style-default.custom-color-blockqute-mark-added.gem-quote-no-paddings .custom-color-blockqute-mark, .gem-quote.gem-quote-style-1.custom-color-blockqute-mark-added.gem-quote-no-paddings .custom-color-blockqute-mark, .gem-quote.gem-quote-style-2.custom-color-blockqute-mark-added.gem-quote-no-paddings .custom-color-blockqute-mark, .gem-quote.gem-quote-style-4.custom-color-blockqute-mark-added.gem-quote-no-paddings .custom-color-blockqute-mark, .gem-quote.gem-quote-style-5.custom-color-blockqute-mark-added.gem-quote-no-paddings .custom-color-blockqute-mark, .gem-quote.gem-quote-style-default.gem-quote-no-paddings:after, .gem-quote.gem-quote-style-1.gem-quote-no-paddings:after, .gem-quote.gem-quote-style-2.gem-quote-no-paddings:after, .gem-quote.gem-quote-style-4.gem-quote-no-paddings:after, .gem-quote.gem-quote-style-5.gem-quote-no-paddings:after {
    font-size: 67px;
    right: 35px;
    bottom: 4px
}

.gem-quote.gem-quote-style-default.gem-quote-no-paddings:after, .gem-quote.gem-quote-style-3.gem-quote-no-paddings:after {
    font-size: 67px;
    right: 35px;
    bottom: 10px
}

.wpb_text_column ul li {
    position: relative;
    list-style: none;
    padding-bottom: 6px
}

.wpb_text_column ul li ul, .wpb_text_column ol li ol {
    padding-bottom: 5px;
    padding-left: 30px;
    padding-top: 5px
}

.wpb_text_column ul li:before {
    left: -12px;
    content: "";
    height: 3px;
    width: 3px;
    position: absolute;
    background-color: #002b36;
    border-radius: 50%;
    top: 12px
}

.wpb_text_column ol li {
    position: relative;
    padding-bottom: 6px
}

.wpb_text_column ol {
    list-style: none;
    counter-reset: li
}

.wpb_text_column ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    counter-reset: section;
    top: -4px;
    left: -2em;
    width: 2em;
    padding: 4px 0;
    font-weight: 700;
    text-align: center
}

.wpb_text_column .yith-wcwl-share ul li:before {
    display: none
}

.gem-list {
    margin-bottom: 1.421em
}

.gem-list > ul {
    list-style: none;
    padding-left: 1.2em;
    margin: 0
}

.gem-list > ul > li {
    position: relative;
    text-indent: -1.2em;
    margin-bottom: .7em
}

.gem-list > ul > li:last-child {
    margin-bottom: 0
}

.gem-list > ul > li:before {
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    content: '\e601';
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    width: 21px;
    text-indent: 0
}

.gem-list.gem-list-type-check > ul > li:before {
    content: '\e614'
}

.gem-list.gem-list-type-arrow > ul > li:before {
    content: '\e64c'
}

.gem-list.gem-list-type-double-arrow > ul > li:before {
    content: '\e653'
}

.gem-list.gem-list-type-check-style-1 > ul > li:before {
    content: '\e614'
}

.gem-list.gem-list-type-check-style-2 > ul > li:before {
    content: '\e650'
}

.gem-list.gem-list-type-disc-style-1 > ul > li:before {
    content: '\e617'
}

.gem-list.gem-list-type-disc-style-2 > ul > li:before {
    content: '\e651'
}

.gem-list.gem-list-type-checkbox > ul > li:before {
    content: '\e647'
}

.gem-list.gem-list-type-cross > ul > li:before {
    content: '\e619'
}

.gem-list.gem-list-type-snowflake-style-1 > ul > li:before {
    content: '\e644'
}

.gem-list.gem-list-type-snowflake-style-2 > ul > li:before {
    content: '\e645'
}

.gem-list.gem-list-type-square > ul > li:before {
    content: '\e618'
}

.gem-list.gem-list-type-disc > ul > li:before {
    content: '\e617'
}

.gem-list.gem-list-type-star > ul > li:before {
    content: '\e61a'
}

.gem-list.gem-list-type-plus > ul > li:before {
    content: '\e652'
}

.gem-list.gem-list-type-Label > ul > li:before {
    content: '\e648'
}

.gem-list.gem-list-color-1 > ul > li:before {
    color: #3c3950
}

.gem-list.gem-list-color-2 > ul > li:before {
    color: #00bfa5
}

.gem-list.gem-list-color-3 > ul > li:before {
    color: #00bcd4
}

.gem-list.gem-list-color-4 > ul > li:before {
    color: #ffb932
}

.gem-list.gem-list-color-5 > ul > li:before {
    color: #f44336
}

.gem-list.gem-list-color-6 > ul > li:before {
    color: #7e57c2
}

.gem-list.gem-list-color-7 > ul > li:before {
    color: #d500f9
}

.gem-list.gem-list-color-8 > ul > li:before {
    color: #8d6e63
}

.gem-list.gem-list-color-9 > ul > li:before {
    color: #f26c4f
}

.gem-list.gem-list-color-10 > ul > li:before {
    color: #ad1457
}

.gem-list.gem-list-color-11 > ul > li:before {
    color: #afb42b
}

.gem-list.gem-list-color-12 > ul > li:before {
    color: #fff
}

.gem-list.gem-list-color-13 > ul > li:before {
    color: #e5bf93
}

.gem-list .gem-list > ul > li:before {
    color: #5f727f
}

.gem-table {
    margin-bottom: 1.421em
}

.gem-table table {
    width: 100%
}

.gem-table thead th {
    padding: 17px;
    text-transform: uppercase
}

.gem-table td {
    padding: 16px
}

.gem-table table {
    border: medium none !important;
    overflow: visible
}

.gem-table.gem-table-style-3 {
    border: medium none;
    overflow: visible
}

@media (max-width: 768px) {
    .gem-table.gem-table-responsive {
        border: 0 none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    .gem-table-responsive .tabletolist > li span {
        margin-bottom: 30px
    }

    .gem-table-responsive .tabletolist .titles {
        border: medium none;
        margin: 0;
        background-color: #f4f7f6
    }

    .gem-table-responsive .tabletolist .row_headers {
        border-right: 1px solid #dfe5e8
    }

    .gem-table-responsive .tabletolist > li {
        margin-bottom: 30px
    }

    .gem-table-responsive.gem-table-style-1 .tabletolist > li li:nth-child(even) {
        background-color: #f4f7f6
    }

    .gem-table-responsive.gem-table-style-2 .tabletolist > li span.titles {
        border: medium none
    }

    .gem-table-responsive.gem-table-style-3 .tabletolist > li, .gem-table-responsive.gem-table-style-3 .tabletolist .row_headers, .gem-table-responsive.gem-table-style-3 .tabletolist > li span {
        border: medium none
    }

    .gem-table-responsive.gem-table-style-3 .tabletolist > li .titles {
        background-color: #46485c
    }

    .gem-table-responsive.gem-table-style-3 .tabletolist > li li:nth-child(odd) {
        background-color: #f4f7f6
    }

    .gem-table-responsive.gem-table-style-3 .tabletolist > li li:nth-child(odd) .row_headers {
        background-color: #f0f3f2
    }

    .gem-table-responsive.gem-table-style-3 .tabletolist > li li:nth-child(even) {
        background-color: #ebf0ef
    }

    .gem-table-responsive.gem-table-style-3 .tabletolist > li li:nth-child(even) .row_headers {
        background-color: #e6ebe9
    }

    .gem-table-responsive .tabletolist, .gem-table-responsive .tabletolist > li > ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .gem-table-responsive .tabletolist > li > ul {
        display: table;
        width: 100%
    }

    .gem-table-responsive .tabletolist > li > ul > li {
        display: table-row
    }

    .gem-table-responsive .tabletolist .row_headers, .gem-table-responsive .tabletolist .row_data {
        display: table-cell;
        padding: 17px;
        vertical-align: middle
    }

    .gem-table-responsive.gem-table-style-1 .tabletolist.nrh .row_headers {
        font-weight: 700
    }

    .gem-table-responsive .tabletolist.rh > li > .titles {
        display: block;
        padding: 14px;
        text-align: center;
        text-transform: uppercase
    }

    .gem-table-style-1 .tabletolist.rh > li > .titles {
        position: relative
    }

    .gem-table-responsive .tabletolist.rh .row_data, .gem-table-responsive .tabletolist.rh .row_headers {
        text-align: center
    }
}

.gem-table-style-1.gem-table {
    border: medium none
}

.gem-table-style-3 tr:nth-child(even) td {
    background-color: #e6ebe9
}

.gem-table-style-3 tr:nth-child(even) td:nth-child(even) {
    background-color: #ebf0ef
}

.gem-table-style-3 tr:nth-child(odd) td {
    background-color: #f4f7f6
}

.gem-table-style-3 thead tr th:nth-child(even) {
    background-color: #46485c
}

.gem-table-style-1 tr:nth-child(even) td {
    background-color: #f4f7f6
}

.gem-table-style-2 thead tr {
    background-color: #f4f7f6
}

.gem-table-style-2.gem-table {
    border: medium none
}

.gem-table-responsive .tabletolist.rh > li:first-child > .titles {
    border-top: medium none
}

.gem-table h1, .gem-table h2, .gem-table h3, .gem-table h4, .gem-table h5, .gem-table h6 {
    margin: 0
}

.custom-header .title-xlarge {
    margin: .4em 0
}

.custom-header-subtitle span {
    display: block
}

.gem-custom-header-icon-position-centered {
    text-align: center
}

.gem-custom-header-icon-position-left .gem-icon {
    float: left
}

.gem-custom-header-icon-position-left .gem-custom-header-conteiner {
    text-align: right
}

.gem-custom-header-icon-position-right .gem-icon {
    float: right
}

.gem-custom-header-icon-position-left .custom-header-title, .gem-custom-header-icon-position-left .custom-header-subtitle {
    float: right;
    clear: right
}

.gem-custom-header-icon-position-left {
    text-align: right
}

.gem-custom-header-icon-position-right {
    text-align: left
}

.gem-custom-header-icon-position-centered {
    text-align: center
}

.custom-header .breadcrumbs {
    width: 100%
}

.gem-custom-header-icon-position-centered .gem-icon {
    float: none;
    display: inline-block
}

.gem-custom-header-icon-position-centered .gem-custom-header-conteiner {
    width: 100%;
    text-align: center
}

.gem-custom-header-icon-position-centered .styled-subtitle .light {
    display: inline-block
}

.custom-header.gem-custom-header-no-icon .gem-icon {
    display: none
}

.gem-custom-header-icon-position-centered .container {
    padding: 0
}

.custom-header .container {
    position: inherit
}

.gem-custom-header-icon-position-left .breadcrumbs {
    right: 21px
}

.gem-custom-header-icon-position-right .breadcrumbs {
    left: 21px
}

body .site-main .custom-header .gem-icon {
    margin-top: 50px
}

.custom-header h1, .custom-header h2, .custom-header h3, .custom-header h4, .custom-header h5, .custom-header h6 {
    margin-top: 50px
}

.gem-custom-header-icon-position-centered h1 {
    margin-top: 30px
}

.gem-custom-header-icon-position-centered {
    padding-top: 20px
}

.custom-header h1 {
    margin-bottom: 20px
}

.gem-custom-header-icon-position-centered .gem-custom-header-conteiner {
    display: inline-block;
    width: 100%
}

.gem-custom-header-icon-position-centered .gem-custom-header-conteiner .custom-header-title, .gem-custom-header-icon-position-centered .gem-custom-header-conteiner .custom-header-subtitle {
    width: 100%
}

.gem-custom-header-no-icon .custom-header-title span {
    display: inline
}

.custom-header-title span {
    display: inline-block
}

.custom-header .breadcrumbs {
    position: absolute;
    bottom: 10px
}

.custom-header .gem-icon-shape-none {
    border: none !important
}

.custom-header.centreed_breadcrumbs .breadcrumbs {
    text-align: center
}

.breadcrumbs .current {
    color: #e7ff89;
    padding-bottom: 12px;
    border-bottom: 3px solid #e7ff89
}

.bc-devider:before {
    font-family: thegem-icons;
    font-style: normal;
    width: 20px;
    vertical-align: middle;
    padding: 0 12px;
    content: '\e64c'
}

@media (max-width: 768px) {
    .custom-header .breadcrumbs {
        right: 0 !important;
        left: 0 !important;
        text-align: center !important
    }

    .gem-custom-header-icon-position-left .custom-header-title, .gem-custom-header-icon-position-left .custom-header-subtitle {
        float: none
    }
}

@media (max-width: 1080px) {
    .custom-header .custom-header-title span {
        max-width: 800px !important
    }

    .custom-header .custom-header-title span {
        max-width: 800px !important
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    .row .custom-header {
        padding-top: 120px !important
    }
}

@media (max-width: 980px) {
    .custom-header .custom-header-title span {
        max-width: 600px !important
    }

    .custom-header .custom-header-title span {
        max-width: 600px !important
    }

    .gem-custom-header-icon-position-centered .custom-header-title {
        margin: 0 auto;
        text-align: center !important
    }
}

@media (max-width: 880px) {
    .custom-header .custom-header-title span {
        max-width: 480px !important
    }

    .custom-header .custom-header-title span {
        max-width: 480px !important
    }
}

@media (max-width: 767px) {
    .custom-header .custom-header-title {
        max-width: 550px !important;
        margin: 0 auto;
        text-align: center;
        float: none
    }

    .custom-header .custom-header-title span {
        max-width: 550px !important;
        margin: 0 auto;
        text-align: center !important;
        float: none
    }

    .custom-header .custom-header-title span h1 {
        font-size: 2.6em !important
    }

    .custom-header .gem-icon {
        display: inline-block;
        float: none
    }

    .custom-header {
        text-align: center
    }

    .styled-subtitle .light {
        text-align: center
    }

    .gem-icon-size-big {
        font-size: 95px;
        width: 95px;
        height: 95px;
        line-height: 95px
    }
}

.contact-form-footer input {
    padding-top: 21px;
    border-radius: 3px;
    padding-bottom: 17px
}

.wpcf7 .wpcf7-form .contact-form-footer textarea {
    height: 95px;
    width: 100%
}

.wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit {
    width: 100%;
    padding: 11px;
    margin: 0;
    line-height: 0
}

.site-footer .contact-form-footer .wpcf7-form-control-wrap .wpcf7-form-control {
    padding: 7px !important
}

.site-footer #colophon .widget-title {
    margin-bottom: 42px
}

.site-footer .widget_contacts .gem-contacts div {
    line-height: inherit;
    display: block
}

.site-footer .gem-contacts-item.gem-contacts-address {
    border-bottom: 1px solid #393d50;
    padding-bottom: 30px;
    margin-top: -15px
}

.site-footer .gem-contacts-item.gem-contacts-phone {
    padding-top: 30px
}

.site-footer .widget_text ul {
    padding-left: 0;
    margin-left: 0;
    margin-top: -17px
}

.site-footer .widget_text ul li {
    list-style: none;
    float: left;
    padding-left: 14px;
    padding: 8px 0;
    margin-left: 13px;
    border-bottom: 1px solid #393d50;
    width: 100%
}

.site-footer .widget_text ul li:last-child {
    border-bottom: medium none
}

.site-footer .widget_text ul li:before {
    border-radius: 50%;
    content: '';
    width: 5px;
    margin-top: 10px;
    height: 5px;
    float: left;
    margin-left: -14px
}

.site-footer .gem-mini-pagination a {
    width: 13px;
    height: 13px
}

.site-footer .gem-clients-grid-carousel-wrap .gem-clients-slide a {
    border-radius: 0
}

.site-footer .mc-form {
    position: relative;
    margin-top: 35px
}

.site-footer #mc4wp_submit {
    position: absolute;
    top: -8px;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.site-footer .mc4wp-form input[type=email] {
    padding: 7px 21px;
    width: 100%
}

.site-footer .widget-title {
    margin-bottom: 40px
}

.digram-line-box {
    padding-top: 28px;
    padding-bottom: 36px
}

.digram-line-box .skill-element {
    padding-top: 4px
}

.skill-title {
    padding-left: 28px;
    margin-bottom: 7px
}

.widget .diagram-summary-skill-line {
    font-size: 22px;
    font-weight: 100
}

body .gem-icon-with-text.gem-icon-with-text-float-right .gem-icon-with-text-icon {
    display: block;
    float: right
}

.gem-icon-shape-romb {
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.gem-icon-shape-romb .gem-icon-inner {
    border-radius: 0
}

.romb-icon-conteiner {
    transform: rotate(-45deg);
    width: 100%;
    height: 100%
}

.gem-icon-size-xlarge.gem-icon-shape-romb {
    border-radius: 14px
}

.gem-icon-size-large.gem-icon-shape-romb {
    margin: 34px;
    border-radius: 7px
}

.gem-icon-size-medium.gem-icon-shape-romb {
    margin: 16px;
    border-radius: 3px
}

.gem-icon-size-small.gem-icon-shape-romb {
    margin: 10px;
    border-radius: 3px
}

body .gem-icon.gem-icon-size-small {
    border-width: 3px
}

.gem-wrapbox {
    position: relative;
    margin-bottom: 1.421em
}

.gem-wrapbox-position-left {
    float: left
}

.gem-wrapbox-position-right {
    float: right
}

.gem-wrapbox-position-below, .gem-wrapbox-position-centered {
    display: inline-block
}

.gem-wrapbox-inner {
    position: relative
}

.gem-wrapbox-element {
    width: 100%
}

.gem-wrapbox-style-1 {
    border: 8px solid transparent
}

.gem-wrapbox-style-1.shadow-box {
    box-shadow: none
}

.gem-wrapbox-style-2 {
    border: 16px solid transparent
}

.gem-wrapbox-style-3 {
    padding: 8px;
    border: 1px solid transparent
}

.gem-wrapbox-style-4 {
    padding: 20px;
    border: 2px solid transparent
}

.gem-wrapbox-style-5 {
    padding: 20px
}

body .gem-wrapbox-style-5 {
    -webkit-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, .25);
    -moz-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, .25);
    box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, .25)
}

.gem-wrapbox-style-6 {
    padding: 8px;
    border: 20px solid transparent
}

.gem-wrapbox-style-7 {
    padding: 10px;
    border-radius: 20px;
    border: 10px solid transparent
}

.gem-wrapbox-style-8 {
    padding: 18px;
    border: 6px solid transparent;
    border-radius: 55px
}

.gem-wrapbox-style-8 img {
    border-radius: 34px
}

.gem-wrapbox-style-8 .gem-wrapbox-inner a:before {
    border-radius: 34px
}

.gem-wrapbox-style-8 .gem-wrapbox-inner a {
    z-index: 1;
    overflow: hidden;
    border-radius: 34px
}

.gem-wrapbox-style-8 .overlay-wrap {
    border-radius: 34px;
    overflow: hidden
}

.gem-wrapbox-style-9 .gem-wrapbox-inner:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px dashed transparent
}

.gem-wrapbox-style-9 .overlay-wrap:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px dashed transparent
}

.gem-wrapbox-style-11 .gem-wrapbox-inner {
    overflow: hidden;
    border-radius: 50%;
    z-index: 1
}

.gem-wrapbox-style-11 .gem-wrapbox-inner:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid #fff;
    border-radius: 50%
}

.gem-gallery-grid.metro.metro-item-style-6 .gallery-set .gallery-item {
    margin-bottom: 70px !important;
    overflow: visible !important
}

.gem-gallery-grid.metro.metro-item-style-10 .gallery-set .gallery-item, .gem-gallery-grid.metro.metro-item-style-8 .gallery-set .gallery-item, .gem-gallery-grid.metro.metro-item-style-5 .gallery-set .gallery-item, .gem-gallery-grid.metro.metro-item-style-4 .gallery-set .gallery-item {
    margin-bottom: 60px !important;
    overflow: visible !important
}

.gem-gallery-grid.metro.metro-item-style-7 .gallery-set .gallery-item, .gem-gallery-grid.metro.metro-item-style-2 .gallery-set .gallery-item {
    margin-bottom: 50px !important;
    overflow: visible !important
}

.gem-gallery-grid.metro.metro-item-style-1 .gallery-set .gallery-item {
    margin-bottom: 30px !important;
    overflow: visible !important
}

.gem-gallery-grid.metro.metro-item-style-3 .gallery-set .gallery-item {
    margin-bottom: 35px !important;
    overflow: visible !important
}

.gem-gallery-grid.metro.metro-item-style-11 .gallery-set .gallery-item {
    margin-bottom: 20px !important;
    overflow: visible !important
}

.gem-wrapbox-style-10 {
    padding: 20px;
    border: 2px dashed transparent
}

.gem-wrapbox-style-12 {
    z-index: 5
}

.gem-wrapbox-style-14 img {
    border-radius: 50%
}

.gem-wrapbox-style-12 .shadow-wrap {
    padding: 16px;
    height: auto
}

.gem-wrapbox-style-12 .shadow-wrap:before, .gem-wrapbox-style-12 .shadow-wrap:after {
    box-shadow: 0 -15px 20px rgba(0, 0, 0, .1);
    content: "";
    height: 20%;
    left: 2px;
    max-width: 300px;
    position: absolute;
    top: 22px;
    transform: rotate(2deg);
    width: 40%;
    z-index: -2
}

.gem-wrapbox-style-12 .shadow-wrap:after {
    left: auto;
    right: 2px;
    transform: rotate(-2deg)
}

.gem-wrapbox-style-12 .gem-wrapbox-inner:before, .gem-wrapbox-style-12 .gem-wrapbox-inner:after {
    bottom: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .35);
    content: '';
    height: 20%;
    left: 5px;
    max-width: 300px;
    position: absolute;
    transform: rotate(-2deg);
    width: 40%;
    z-index: -2
}

.gem-wrapbox-style-12 .gem-wrapbox-inner:after {
    left: auto;
    right: 5px;
    transform: rotate(2deg)
}

.gem-wrapbox-style-9 .overlay-wrap:after, .gem-wrapbox-style-9 .gem-wrapbox-inner:after {
    border-color: rgba(255, 255, 255, .5)
}

.gem-video.gem-wrapbox-style-11, .gem-youtube.gem-wrapbox-style-11, .gem-vimeo.gem-wrapbox-style-11 {
    border-radius: 50%;
    overflow: hidden
}

.wpcf7-form .wpcf7-quiz, .wpcf7-form input[type=number], .wpcf7-form input[type=date], .wpcf7-form input.wpcf7-text, .wpcf7-form .combobox-wrapper, .wpcf7-form textarea {
    width: 100%
}

.wpcf7-form .wpcf7-quiz, .wpcf7-form input[type=number], .wpcf7-form input[type=date], .wpcf7-form input.wpcf7-text {
    padding: 12px;
    padding-left: 20px
}

.wpcf7-form .combobox-wrapper {
    overflow: hidden
}

.wpcf7-form input:not(.gem-button-wpcf-custom) {
    padding-right: 40px
}

.wpcf7 p {
    margin-bottom: 24px
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: inline-block
}

.wpcf7-form .combobox-wrapper {
    height: 51px
}

.wpcf7-form .combobox-wrapper .combobox-button {
    height: 51px;
    width: 51px
}

.wpcf7-form .combobox-wrapper .combobox-button:before {
    font-size: 24px;
    margin-left: -11px
}

.wpcf7-form .combobox-wrapper .combobox-text {
    padding: 10px 20px;
    line-height: 32px
}

.wpcf7 textarea {
    padding-left: 20px;
    padding-right: 12px
}

.wpcf7-form span.wpcf7-list-item {
    margin-right: 20px;
    margin-left: 0
}

@media (max-width: 768px) {
    .wpcf7-form span.wpcf7-list-item {
        display: block;
        float: left
    }
}

.wpcf7-form .gem-button:not(.gem-button-wpcf-custom), .wpcf7-form input[type=submit]:not(.gem-button-wpcf-custom) {
    margin: 15px 15px 15px 0
}

.wpcf7-form .checkbox-sign, .wpcf7-form .radio-sign, .wpcf7-quiz-label {
    margin-right: 10px
}

.wpcf7-form input[type=submit]:not(.gem-button-wpcf-custom) {
    height: 50px;
    line-height: 30px;
    padding: 10px 40px;
    font-size: 20px
}

.wpcf7 .cf-style1-name, .wpcf7 .cf-style1-email {
    float: left;
    margin-right: 16px
}

.wpcf7 .cf-style1-title {
    margin-right: 11px;
    float: left
}

.cf-style1-title > span, .cf-style1-name span, .cf-style1-email span {
    margin-right: 19px
}

.wpcf7 .cf-style1-website span, .wpcf7 .cf-style1-name span, .wpcf7 .cf-style1-email span {
    max-width: 310px
}

.cf-style1-website {
    float: left
}

body .cf-style1-checkbox {
    clear: both;
    width: 100%;
    margin-bottom: 24px
}

select.wpcf7-form-control.wpcf7-select option {
    padding-left: 10px;
    padding-top: 3px
}

.cf-style1-textarea .wpcf7-form-control-wrap, .cf-style1-textarea textarea {
    width: 100%
}

.cf-style1-textarea textarea {
    height: 220px
}

.wpcf7-form-control-wrap select {
    width: 100%
}

.contact-form-style-3 {
    margin-left: -21px;
    margin-right: -21px
}

body .contact-form-style-3 input, body .contact-form-style-3 span {
    width: 100%
}

body .cf-style1-textarea {
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-bottom: 35px
}

div.wpcf7 .gem-button-position-center .ajax-loader {
    margin-right: -20px
}

.wpcf7-form .website {
    position: relative
}

.wpcf7-form .gem-form-icon-phone, .wpcf7-form .gem-form-icon-website, .wpcf7-form .gem-form-icon-email, .wpcf7-form .gem-form-icon-name {
    position: relative
}

.wpcf7-form .phone:after, .wpcf7-form .website:after, .wpcf7-form .email:after, .wpcf7-form .name:after, .wpcf7-form .gem-form-icon-phone:after, .wpcf7-form .gem-form-icon-website:after, .wpcf7-form .gem-form-icon-email:after, .wpcf7-form .gem-form-icon-name:after {
    position: absolute;
    font-family: thegem-icons;
    font-style: normal;
    right: 12px;
    top: 12px;
    font-size: 24px
}

.wpcf7-form .website:after, .wpcf7-form .gem-form-icon-website:after {
    content: '\e623'
}

.wpcf7-form .email:after, .wpcf7-form .gem-form-icon-email:after {
    content: '\e643'
}

.wpcf7-form .name:after, .wpcf7-form .gem-form-icon-name:after {
    content: '\e63b'
}

.wpcf7-form .phone:after, .wpcf7-form .gem-form-icon-phone:after {
    content: '\e625'
}

.wpcf7-form .gem-form-icon-phone .phone:after, .wpcf7-form .gem-form-icon-website .website:after, .wpcf7-form .gem-form-icon-email .email:after, .wpcf7-form .gem-form-icon-name .name:after {
    display: none
}

.contact-form-style-2 input, .contact-form-style-2 .wpcf7-form-control-wrap {
    width: 100%
}

.cf-style2-title, .cf-style2-text {
    float: left
}

.cf-style2-title > span {
    float: left
}

.cf-style2-text > span {
    float: left
}

.cf-style2-textarea textarea {
    width: 100%
}

p.cf-style2-textarea {
    margin-top: 30px;
    float: left;
    width: 100%
}

p.cf-style2-checkbox, p.cf-style2-radio {
    margin-bottom: -24px
}

p.cf-style2-checkbox .wpcf7-list-item, p.cf-style2-radio .wpcf7-list-item {
    padding-bottom: 24px;
    display: block;
    float: left
}

p.cf-style2-title {
    width: 28%;
    margin-right: 3%
}

p.cf-style2-text {
    width: 69%
}

.cf-style2-adreess .combobox-wrapper {
    max-width: 100%
}

.widget .wpcf7-form .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%
}

.wpcf7-form .wpcf7-form-control-wrap {
    width: 100%
}

.widget .wpcf7 textarea {
    height: 100px;
    width: 100%
}

.form-sidebar span, .form-sidebar textarea, .form-sidebar input {
    width: 100%
}

.widget .wpcf7-form input {
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden
}

.widget .wpcf7-form textarea {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden
}

.widget .wpcf7-form p {
    width: 100%
}

.wpcf7-form p.col-lg-6:after, .wpcf7-form p.col-lg-3:after, .wpcf7-form p.col-lg-4:after {
    right: 30px
}

.widget .wpcf7-form input.wpcf7-text {
    padding: 6px;
    padding-left: 20px;
    padding-right: 40px
}

.widget .wpcf7-form .phone:after, .widget .wpcf7-form .website:after, .widget .wpcf7-form .email:after, .widget .wpcf7-form .name:after {
    top: 7px
}

.widget .wpcf7 p {
    margin-bottom: 20px
}

.widget .wpcf7-form .combobox-wrapper .combobox-text {
    padding: 5px 20px;
    line-height: 31px
}

.widget .wpcf7-form input[type=submit] {
    margin-top: 0
}

.widget .wpcf7-form .combobox-wrapper {
    height: 41px;
    max-width: 331px
}

.widget .wpcf7-form input[type=submit] {
    height: 40px;
    line-height: 21px;
    padding: 10px 40px;
    font-size: 14px
}

.widget .combobox-wrapper .combobox-button:before {
    margin-top: -11px
}

.wpcf7-form .contact-form-style-2 .combobox-wrapper {
    height: 49px
}

@media (max-width: 1212px) {
    .wpcf7-form .wpcf7-form-control-wrap, .wpcf7 .contact-form-style-3 p, .wpcf7 .contact-form-style-1 p {
        width: 100%
    }

    .wpcf7 .cf-style3-website input, .wpcf7 .cf-style3-name input, .wpcf7 .cf-style3-email input, .wpcf7 .cf-style1-website input, .wpcf7 .cf-style1-name input, .wpcf7 .cf-style1-email input {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width: 768px) {
    .wpcf7 .cf-style3-website span, .wpcf7 .cf-style3-name span, .wpcf7 .cf-style3-email span, .wpcf7-form .contact-form-style-2 .combobox-wrapper, .wpcf7-form .contact-form-style-1 .combobox-wrapper, .wpcf7 .cf-style1-website span, .wpcf7 .cf-style1-name span, .wpcf7 .cf-style1-email span {
        width: 100%;
        max-width: 100%
    }

    p.cf-style2-title {
        width: 100%
    }

    p.cf-style2-text {
        width: 100%
    }

    .cf-style1-title, .cf-style1-name, .cf-style1-email {
        width: 100%
    }

    .wpcf7-form .cf-style1-title .wpcf7-form-control-wrap {
        width: 100%
    }

    .widget .wpcf7 textarea {
        width: 100%
    }
}

.wpcf7-form.gem-contact-form-white .combobox-wrapper, .wpcf7-form.gem-contact-form-white input:not(.gem-button-wpcf-custom), .wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-button, .wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-text, .wpcf7-form.gem-contact-form-white .checkbox-sign, .wpcf7-form.gem-contact-form-white span.radio-sign, .wpcf7-form.gem-contact-form-white textarea {
    border: none
}

.wpcf7-form.gem-contact-form-dark .combobox-wrapper, .wpcf7-form.gem-contact-form-dark input:not(.gem-button-wpcf-custom), .wpcf7-form.gem-contact-form-dark .checkbox-sign, .wpcf7-form.gem-contact-form-dark span.radio-sign, .wpcf7-form.gem-contact-form-dark textarea {
    border: 1px solid #394050;
    background-color: #181828
}

.wpcf7-form.gem-contact-form-dark .combobox-wrapper .combobox-button:before, .wpcf7-form.gem-contact-form-dark .combobox-wrapper .combobox-text, .wpcf7-form.gem-contact-form-dark .phone:after, .wpcf7-form.gem-contact-form-dark .website:after, .wpcf7-form.gem-contact-form-dark .email:after, .wpcf7-form.gem-contact-form-dark .name:after {
    color: #46485c
}

.wpcf7-form.gem-contact-form-dark ::-webkit-input-placeholder {
    color: #46485c
}

.wpcf7-form.gem-contact-form-dark:-moz-placeholder {
    color: #46485c
}

.wpcf7-form.gem-contact-form-dark::-moz-placeholder {
    color: #46485c
}

.wpcf7-form.gem-contact-form-dark:-ms-input-placeholder {
    color: #46485c
}

p.cf-style3-textarea {
    margin-top: 14px;
    float: left;
    width: 100%
}

p.cf-style3-textarea span {
    width: 100%
}

.wpcf7 .cf-style3-website {
    float: left
}

.wpcf7 .cf-style3-textarea span, .wpcf7 .cf-style3-textarea textarea {
    width: 100%
}

.wpcf7 input[type=submit]:not(.gem-button-wpcf-custom) {
    width: 100%
}

@media (max-width: 368px) {
    .wpcf7 input {
        width: 100% !important
    }

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

.wpcf7-form .contact-form-style-logistics-1 .combobox-wrapper {
    max-width: 100%;
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.wpcf7-form .contact-form-style-logistics-1 .name:after, .wpcf7-form .contact-form-style-logistics-1 .email:after, .wpcf7-form .contact-form-style-logistics-1 .combobox-button:before, .wpcf7-form .contact-form-style-logistics-1 .combobox-text {
    color: #fff
}

.wpcf7-form .contact-form-style-logistics-1 .combobox-wrapper select {
    color: #2d2a40
}

.wpcf7-form .contact-form-style-logistics-1 .wpcf7-form-control-wrap, .wpcf7-form .contact-form-style-logistics-1 input[type=text], .wpcf7-form .contact-form-style-logistics-1 input[type=email], .wpcf7-form .contact-form-style-logistics-1 select, .wpcf7-form .contact-form-style-logistics-1 textarea {
    width: 100%;
    background: 0 0;
    border-radius: 3px;
    color: #fff;
    border-color: #fff
}

.wpcf7-form .contact-form-style-logistics-1 input[type=submit] {
    width: auto;
    text-align: center;
    margin: 15px auto;
    padding: 10px 25px;
    display: block;
    background: #2d2a40
}

.wpcf7-form .contact-form-style-logistics-1 input[type=submit]:hover {
    background: #fff;
    color: #2d2a40
}

.wpcf7-form .contact-form-style-logistics-1 ::-webkit-input-placeholder {
    color: #fff
}

.wpcf7-form .contact-form-style-logistics-1 ::-moz-placeholder {
    color: #fff
}

.wpcf7-form .contact-form-style-logistics-1 :-moz-placeholder {
    color: #fff
}

.wpcf7-form .contact-form-style-logistics-1 :-ms-input-placeholder {
    color: #fff
}

form.wpcf7-form.gem-contact-form-simple-line input[type=text], form.wpcf7-form.gem-contact-form-simple-line input[type=password], form.wpcf7-form.gem-contact-form-simple-line input[type=color], form.wpcf7-form.gem-contact-form-simple-line input[type=date], form.wpcf7-form.gem-contact-form-simple-line input[type=datetime], form.wpcf7-form.gem-contact-form-simple-line input[type=datetime-local], form.wpcf7-form.gem-contact-form-simple-line input[type=email], form.wpcf7-form.gem-contact-form-simple-line input[type=number], form.wpcf7-form.gem-contact-form-simple-line input[type=range], form.wpcf7-form.gem-contact-form-simple-line input[type=search], form.wpcf7-form.gem-contact-form-simple-line input[type=tel], form.wpcf7-form.gem-contact-form-simple-line input[type=time], form.wpcf7-form.gem-contact-form-simple-line input[type=url], form.wpcf7-form.gem-contact-form-simple-line input[type=month], form.wpcf7-form.gem-contact-form-simple-line input[type=week], form.wpcf7-form.gem-contact-form-simple-line textarea {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    background: 0 0
}

.row .theme-default .nivo-controlNav a {
    width: 16px;
    height: 16px;
    background-image: none;
    border-radius: 50%;
    margin: 5px 7px
}

.row .flex-direction-nav a:before {
    font-family: thegem-icons;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    padding: 8px;
    content: '\e636'
}

.row .flex-direction-nav a.flex-next:before {
    content: '\e634'
}

.row .vc_images_carousel .vc_carousel-indicators {
    bottom: -50px
}

.row .vc_images_carousel .vc_carousel-indicators .vc_active {
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 4px solid #b6c6c9
}

.row .vc_images_carousel .vc_carousel-indicators li {
    width: 16px;
    height: 16px;
    margin: 0 6px;
    background-color: #b6c6c9;
    border: 3px solid #b6c6c9
}

.row .flexslider {
    border: medium none;
    border-radius: 0;
    box-shadow: none
}

.row .wpb_gallery .wpb_flexslider .flex-control-nav {
    margin-top: 25px
}

.row .flex-direction-nav a {
    text-shadow: none
}

.row .flex-direction-nav li .flex-next {
    right: 0
}

.row .flex-direction-nav li .flex-prev {
    left: 0
}

.row .wpb_gallery .wpb_flexslider .flex-direction-nav a {
    border: none
}

.row .theme-default .nivoSlider {
    box-shadow: none
}

.row .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
    border: none
}

.row .theme-default .nivo-directionNav a {
    background: 0 0;
    font-size: 24px;
    display: inline-block;
    padding: 9px
}

.row .theme-default a.nivo-nextNav {
    right: 0
}

.row .theme-default .nivo-directionNav a {
    font-size: 0px;
    text-indent: 0;
    height: 40px;
    width: 40px
}

.row .theme-default a.nivo-nextNav:after {
    font-size: 24px;
    content: '\e634';
    font-family: thegem-icons;
    font-style: normal;
    margin-top: 0
}

.row .theme-default a.nivo-prevNav:after {
    font-size: 24px;
    content: '\e636';
    font-family: thegem-icons;
    font-style: normal;
    margin-top: 0
}

.row .theme-default a.nivo-prevNav {
    left: 0
}

.row .vc_carousel-control .icon-next {
    font-size: 24px;
    content: '\e634';
    font-family: thegem-icons;
    font-style: normal;
    margin-top: 0
}

.row .vc_carousel-control .icon-prev {
    font-size: 24px;
    content: '\e636';
    font-family: thegem-icons;
    font-style: normal
}

.row .vc_images_carousel .vc_carousel-control.vc_left {
    margin-left: -15px
}

.row .vc_images_carousel .vc_carousel-control.vc_right {
    margin-right: -5px
}

.row .vc_images_carousel .vc_carousel-control .icon-prev, .row .vc_images_carousel .vc_carousel-control .icon-next {
    height: 40px;
    width: 40px
}

.row .vc_images_carousel .vc_carousel-control {
    opacity: 1;
    text-shadow: none
}

.row .vc_images_carousel .vc_carousel-control .icon-prev:before, .row .vc_images_carousel .vc_carousel-control .icon-next:before {
    top: 0
}

.row .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: '\e636';
    top: 7px;
    font-size: 24px;
    font-family: thegem-icons;
    font-style: normal
}

.row .vc_images_carousel .vc_carousel-control .icon-next:before {
    content: '\e634';
    top: 7px;
    font-family: thegem-icons;
    font-style: normal;
    font-size: 24px
}

.row .vc_pie_chart_back {
    border: 7px solid #f7f7f7
}

.row .vc_pie_wrapper span {
    font-size: 50px
}

.diagram-wrapper.style-2 .digram-line-box {
    padding-top: 5px
}

.diagram-wrapper.style-2 .digram-line-box {
    background-color: transparent;
    padding-right: 0
}

.diagram-wrapper.style-2 .digram-line-box .skill-line {
    margin-right: 0
}

.diagram-wrapper.style-2 .digram-line-box .skill-title {
    padding-left: 0
}

.diagram-wrapper.style-2 .digram-line-box .skill-amount {
    margin-top: -30px
}

.diagram-wrapper.style-2 .digram-line-box .skill-element {
    padding-top: 14px
}

.diagram-wrapper.style-1 .digram-line-box .skill-line {
    margin-right: 0
}

.diagram-wrapper.style-1 .digram-line-box .skill-amount {
    margin-top: -30px
}

.diagram-wrapper.style-1 .digram-line-box .skill-element {
    padding-top: 14px
}

.diagram-wrapper.style-3 .digram-line-box {
    background-color: transparent;
    padding-right: 0
}

.diagram-wrapper.style-3 .digram-line-box .skill-line {
    margin-right: 0;
    height: 30px;
    overflow: hidden;
    border-radius: 50px
}

.diagram-wrapper.style-3 .digram-line-box .skill-title {
    position: absolute;
    padding-top: 3px;
    padding-left: 22px;
    text-transform: uppercase;
    letter-spacing: .07em
}

.diagram-wrapper.style-3 .digram-line-box .skill-title span {
    margin-left: 8px
}

.diagram-wrapper.style-3 .digram-line-box .skill-amount {
    margin-top: -30px
}

.diagram-wrapper.style-3 .digram-line-box .skill-element {
    padding-top: 18px
}

.diagram-wrapper.style-3 .skill-line div {
    height: 30px
}

p.skill-style-3 {
    font-size: 10px;
    display: inline-block
}

.diagram-wrapper.style-3 .skill-amount {
    display: none
}

.diagram-legend .legend-element .color {
    margin-top: 5px
}

.widget_diagram .diagram-legend .legend-element .title {
    font-size: 14px;
    font-weight: 400
}

.widget_diagram .diagram-legend .legend-element .color {
    display: block;
    float: left;
    width: 12px;
    height: 12px
}

.widget_diagram .diagram-legend .legend-element .color {
    margin-top: -1px
}

.widget_diagram .diagram-legend .legend-element {
    margin-top: 15px
}

.row .vc_progress_bar .vc_label {
    text-transform: uppercase
}

.row .vc_round-chart .vc_chart-legend span {
    border-radius: 50%
}

.row .vc_chart .vc_chart-legend li {
    margin: 0 20px 1em
}

.diagram-circle .diagram-legend .legend-element .title {
    line-height: inherit
}

.style-2 .diagram-circle .diagram-legend .legend-element .title {
    font-size: inherit;
    color: #5f727f;
    margin-left: 18px
}

.style-2 .diagram-circle .diagram-legend .legend-element .color {
    margin-top: 8px;
    width: 10px;
    height: 10px
}

.style-2 .diagram-circle .diagram-legend .legend-element {
    margin: -10px 0 15px
}

.gem-dropcap-shape-hexagon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    position: relative
}

.gem-dropcap-shape-hexagon span.gem-dropcap-letter {
    background: 0 0 !important;
    border: none !important
}

.dropcap-hexagon-inner {
    position: absolute
}

.gem-dropcap-letter {
    z-index: 10
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back {
    display: block;
    transform: rotate(-30deg) skewX(30deg);
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 1
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back .gem-dropcap-shape-hexagon-back-inner, .gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back .gem-dropcap-shape-hexagon-back-inner-before {
    display: block;
    width: inherit;
    height: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    overflow: hidden
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back .gem-dropcap-shape-hexagon-back-inner {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg)
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back .gem-dropcap-shape-hexagon-back-inner-before {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg)
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top {
    display: block;
    transform: rotate(-30deg) skewX(30deg);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-size: 0;
    line-height: 1
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top .gem-dropcap-shape-hexagon-top-inner, .gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top .gem-dropcap-shape-hexagon-top-inner-before {
    display: block;
    width: inherit;
    height: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    overflow: hidden
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top .gem-dropcap-shape-hexagon-top-inner {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg)
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top .gem-dropcap-shape-hexagon-top-inner-before {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg)
}

.gem-dropcap-shape-hexagon.gem-dropcap-style-big, .gem-dropcap-shape-hexagon.gem-dropcap-style-big:last-child {
    margin: 5px 0
}

.gem-dropcap-shape-hexagon.gem-dropcap-style-big .gem-dropcap-shape-hexagon-back {
    width: 86px;
    height: 76px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.gem-dropcap-shape-hexagon.gem-dropcap-style-big .gem-dropcap-shape-hexagon-top {
    width: 80px;
    height: 70px;
    left: 3px;
    top: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.gem-dropcap-shape-hexagon .gem-dropcap-letter {
    line-height: 62px
}

.gem-dropcap-shape-hexagon.gem-dropcap-style-medium, .gem-dropcap-shape-hexagon.gem-dropcap-style-medium:last-child {
    margin: 3px 0
}

.gem-dropcap-shape-hexagon.gem-dropcap-style-medium .gem-dropcap-letter {
    text-indent: 13px;
    line-height: 36px
}

.gem-dropcap-shape-hexagon.gem-dropcap-style-medium .gem-dropcap-shape-hexagon-back {
    width: 62px;
    height: 52px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.gem-dropcap-shape-hexagon.gem-dropcap-style-medium .gem-dropcap-shape-hexagon-top {
    width: 58px;
    height: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 2px;
    top: 2px
}

.gem-dropcap-style-medium .dropcap-hexagon-inner {
    margin-top: 0
}

.gem-dropcap-shape-hexagon span.gem-dropcap-letter {
    text-indent: 9px
}

body .vc_separator.vc_sep_double .vc_sep_line {
    height: 7px !important
}

.vc_separator.vc_sep_double.vc_sep_border_width_2 .vc_sep_line {
    height: 8px !important
}

body .vc_separator h4 {
    margin-top: 3px
}

.mouse-scroll {
    display: block;
    width: 32px;
    height: 48px;
    border: 3px solid #4dc4c8;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    transform: translate(0, 0);
    overflow: hidden;
    font-size: 10000px
}

.mouse-scroll:after {
    content: '';
    width: 4px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 7px;
    border-radius: 4px;
    background-color: #4dc4c8;
    margin-left: -2px;
    opacity: 1;
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    animation: 1.5s cubic-bezier(.68, -.55, .265, 1.55) 0s normal none infinite running scrollAnimation;
    -webkit-animation: 1.5s cubic-bezier(.68, -.55, .265, 1.55) 0s normal none infinite scrollAnimation
}

@keyframes scrollAnimation {
    0%, 20% {
        transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px)
    }
    10% {
        opacity: 1;
        transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px)
    }
    100% {
        opacity: .01;
        transform: translateY(16px) scaleY(2.5) scaleX(.5) translateZ(0px)
    }
}

@-webkit-keyframes scrollAnimation {
    0%, 20% {
        -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px)
    }
    10% {
        opacity: 1;
        -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px)
    }
    100% {
        opacity: .01;
        -webkit-transform: translateY(16px) scaleY(2.5) scaleX(.5) translateZ(0px)
    }
}

.wpcf7 .contact-form-style-1 input[type=submit] {
    width: auto
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.vc_message_box-icon > *, .vc_message_box-icon > .fa {
    margin-top: -12px
}

.contact-form-style-7 textarea {
    height: 140px !important
}

.contact-form-style-7 input[type=submit] {
    background-color: #8f44ad
}

.contact-form-style-7 textarea, .contact-form-style-7 input {
    background-color: rgba(230, 230, 230, .11);
    border: medium none
}

.contact-form-style-7 p input[type=submit] {
    border-radius: 0
}

.contact-form-style-7 :after {
    color: #fff !important
}

.contact-form-style-7 input {
    margin-bottom: 17px
}

.products-grid-form p {
    display: block;
    width: 100% !important;
    margin: 0 0 20px;
    padding: 0
}

.products-grid-form p span {
    display: block;
    width: 100% !important
}

.products-grid-form p input {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 0 !important
}

.products-grid-form p.area input {
    color: #a8b4bc !important
}

.products-grid-form p.button input {
    color: #fff !important;
    background: #272439;
    font-weight: 200
}

.products-grid-form p.button input:hover {
    background: #00bcd4
}

.jtwt_tweet_text.icon-twitter a:hover {
    color: #3c3950
}

.widget.widget_search form {
    border-radius: 3px;
    overflow: hidden
}

.widget_diagram .skill-amount {
    letter-spacing: .05em
}

#colophon #mc4wp_email {
    border-radius: 3px
}

#mc4wp_submit {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

#mc4wp_email {
    border-radius: 3px
}

.digram-line-box .skill-title {
    font-size: 14px
}

.widget_recent_comments li {
    font-size: 14px
}

#wp-calendar caption {
    letter-spacing: .05em;
    text-transform: uppercase;
    height: 39px;
    padding: 7px 0;
    line-height: 25px
}

#wp-calendar #prev a, #wp-calendar #next a {
    color: transparent
}

.widget_recent_comments .comment-author-link a {
    font-size: 14px
}

.widget_recent_comments a {
    font-size: 16px
}

.project_info-item-style-1 .project_info-item .title {
    letter-spacing: .05em
}

.widget .gem-teams-name {
    clear: both
}

.gem-teams-phone {
    letter-spacing: .05em
}

.widget_nav_menu li a:after, .widget_submenu li a:after {
    position: absolute;
    right: 30px
}

.widget_nav_menu > div > ul > li > a, .widget_submenu > div > ul > li > a, .widget_pages > ul > li > a, .widget_categories > ul > li > a {
    text-transform: uppercase;
    letter-spacing: .05em
}

.widget_submenu ul ul ul, .widget_nav_menu ul ul ul, .widget_pages ul ul ul, .widget_categories ul ul ul {
    font-size: 14px
}

.widget_submenu ul ul ul ul, .widget_nav_menu ul ul ul ul, .widget_pages ul ul ul ul .widget_categories ul ul ul ul {
    background-color: #dde6e8
}

.widget_submenu ul ul ul ul ul, .widget_nav_menu ul ul ul ul ul, .widget_pages ul ul ul ul ul, .widget_categories ul ul ul ul ul {
    background-color: #d4dfe3
}

.jtwt_date {
    font-size: 14px
}

#colophon .widget_tweets .twitter-box .jtwt_tweet, #colophon .Custom_Recent_Posts .gem-pp-posts, #colophon .widget_meta li, #colophon .widget_rss li, #colophon .widget_recent_entries li, #colophon .Custom_Recent_Posts ul li, #colophon .Custom_Popular_Posts ul li, #colophon .project_info-item-style-1 .project_info-item.iconed, #colophon .gem-latest-news {
    border-bottom: 1px solid #393d50
}

#colophon .widget_tweets .twitter-box .jtwt_tweet:last-child, #colophon .Custom_Recent_Posts .gem-pp-posts:last-child, #colophon .widget_meta li:last-child, #colophon .widget_rss li:last-child, #colophon .widget_recent_entries li:last-child, #colophon .Custom_Recent_Posts ul li:last-child, #colophon .Custom_Popular_Posts ul li:last-child, #colophon .project_info-item-style-1 .project_info-item.iconed:last-child, #colophon .gem-latest-news:last-child {
    border-bottom: none
}

#colophon .widget_recent_entries ul {
    background: 0 0
}

#colophon .project_info-item-style-2 .project_info-item, #colophon .project_info-item-style-1, #colophon .digram-line-box, #colophon .widget form.searchform, #colophon.gem-teams-item-wrap, #colophon.gem-picturebox-text, #colophon .widget_recent_comments li, #colophon .gem-teams-item-wrap, #colophon #wp-calendar #prev a, #colophon #wp-calendar #next a, #colophon #wp-calendar caption:after, #colophon #calendar_wrap, #colophon .widget_mc4wp_widget form {
    background-color: #2c2e3d
}

#colophon #wp-calendar #prev a, #colophon #wp-calendar #next a {
    -moz-transition: all .2 linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#colophon #wp-calendar #prev a:hover:after, #colophon #wp-calendar #next a:hover:after {
    -moz-transition: all .2 linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#colophon .widget.widget_search input, #colophon #wp-calendar caption {
    background-color: #181828
}

#colophon .jtwt_tweet:first-child, #colophon .project_info-item-style-1 .project_info-item.iconed:first-child, #colophon .gem-pp-posts:first-child, #colophon .widget_tweets .twitter-box .jtwt_tweet:first-child {
    background: 0 0
}

#colophon .skill-line {
    background-color: #171728
}

#colophon .widget.widget_search input, #colophon #mc4wp_email, #colophon .wpcf7-form-control-wrap input, #colophon .wpcf7-form-control-wrap textarea {
    background-color: #181828;
    border: 1px solid #394050
}

#colophon .wpcf7-form-control-wrap textarea {
    border-radius: 3px
}

#colophon .widget.widget_search .gem-button, #colophon .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit {
    background-color: #394050
}

#colophon #mc4wp_submit {
    background-color: #394050;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

#page #colophon .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #181828 !important
}

#page #colophon .woocommerce .select2-container .select2-selection--single {
    border-color: #394050
}

#page #colophon .select2-container {
    border-radius: 10px
}

#colophon .combobox-wrapper {
    background-color: #181828 !important;
    border: 1px solid #394050 !important
}

#colophon .widget_categories > ul, #colophon .widget_categories > ul li, #colophon .widget.widget_pages > ul, #colophon .widget.widget_pages li {
    border-color: #394050
}

#colophon .widget_archive li, #colophon .widget_archive li:nth-child(odd) {
    background-color: transparent
}

#colophon .widget_submenu li, #colophon .widget_nav_menu > div > ul li, #colophon .widget_archive ul li {
    border-top: 1px solid #394050
}

body #colophon .widget_nav_menu ul.menu > li > ul {
    border-left: 1px solid #394050;
    border-right: 1px solid #394050;
    border-top: 1px solid #394050
}

#colophon .widget_submenu ul, #colophon .widget_nav_menu > div > ul, #colophon .widget_archive ul {
    border-left: 1px solid #394050;
    border-right: 1px solid #394050;
    border-bottom: 1px solid #394050
}

#colophon .tagcloud a {
    background-color: transparent
}

#colophon .widget_nav_menu ul.menu > li > ul, #colophon .widget_categories ul ul, #colophon .widget_pages li li {
    background-color: #2c2e3d
}

#colophon .wpcf7-validation-errors, #colophon .wpcf7-not-valid-tip {
    display: none !important
}

.widget .searchform input {
    border-radius: 3px
}

body .widget_tag_cloud .tagcloud a:hover {
    border: 1px solid transparent
}

.widget :after, .widget :before, .widget a, .widget a:hover, .widget.widget_search .gem-button:hover, .widget.widget_search .gem-button, body .widget_tag_cloud .tagcloud a, body .widget_tag_cloud .tagcloud a:hover, #colophon .widget.widget_search .gem-button:hover, #colophon #mc4wp_submit:hover, #colophon .widget.widget_search .gem-button:hover, body #colophon .tagcloud a:hover, #colophon .widget.widget_search .gem-button {
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.gem-gmaps.gem-wrapbox-style-11 .gem-wrapbox-inner {
    border-color: #e0e5e8
}

body .portfolio-items-masonry.background-style-dark .portfolio-item .wrap > .caption {
    border-bottom: none
}

.portfolio-items-masonry .portfolio-item .wrap > .caption {
    border-bottom: 1px solid #e0e5e8
}

.portfolio-filters-resp button:after {
    background: #99a9b5;
    box-shadow: 0 10px 0 0 #99a9b5, 0 20px 0 0 #99a9b5
}

#colophon .gem-teams-name {
    color: #99a9b6
}

#colophon .gem-picturebox-text {
    background-color: #2c2e3d !important
}

#colophon .widget_product_categories > ul, #colophon .widget_product_categories > ul li, #colophon .gem-products-content, #colophon .widget_shopping_cart_content ul.product_list_widget li {
    border-color: #394050
}

#colophon .widget_product_search input.search-field {
    background-color: #181828;
    border: 1px solid #394050
}

#colophon .widget_product_search button {
    top: 41px
}

#colophon .widget_product_categories > ul li {
    padding-left: 10px
}

#colophon .widget_shopping_cart .total span.amount {
    color: #99a9b5
}

#colophon .widget .gem-products-content {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

#colophon .widget .gem-products-image {
    display: table-cell
}

#colophon .team-person-email a:before {
    margin-right: 0
}

.digital-agency-mailchimp.yikes-easy-mc-form label {
    width: 68%;
    padding-right: 5%
}

.digital-agency-mailchimp.yikes-easy-mc-form label > input[type=email] {
    background: #f0f3f2;
    height: 45px;
    border-radius: 3px;
    border: none;
    padding-left: 20px
}

.digital-agency-mailchimp.yikes-easy-mc-form label > input[type=email]:focus {
    outline: none !important
}

.yikes-mailchimp-container .digital-agency-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    width: 17%;
    min-width: 235px;
    display: inline-block;
    background: #212331;
    color: #fff;
    height: 45px;
    border: none;
    border-radius: 3px;
    /*font-family: 'Montserrat';*/
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 50px;
    position: relative
}

.yikes-mailchimp-container .digital-agency-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button:before {
    content: "\e626";
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -69px;
    text-align: center
}

@media (max-width: 1200px) {
    body .digital-agency-mailchimp.yikes-easy-mc-form label {
        width: 100%;
        padding-right: 0
    }

    body .yikes-mailchimp-container .digital-agency-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button {
        width: 100%
    }
}

.business-light-mailchimp.yikes-easy-mc-form label {
    float: left;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0
}

.business-light-mailchimp.yikes-easy-mc-form input[type=email] {
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid #dfe5e8;
    text-align: center;
    color: #ffffff !important;
    border-radius: 5px
}

.business-light-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button {
    width: 100%;
    min-width: 90px;
    float: left;
    padding: 0;
    margin: 0
}

.business-light-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button {
    background-color: #2fc5b0;
    border: 0;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    min-height: 45px;
    padding-top: 3px
}

.business-light-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button:hover {
    background-color: #3c3950
}

.business-sulutions-mailchimp input[type=email] {
    width: 100%;
    height: 40px !important;
    border: 0 !important;
    background-color: #f0f3f2 !important;
    color: #5f727f;
    font-size: 16px;
    padding-left: 15px !important;
    padding-right: 50px !important
}

.business-mail-submit {
    position: absolute;
    right: 20px;
    top: 0;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background-color: #dfe5e8 !important
}

.business-mail-submit:before {
    font-family: 'thegem-icons';
    content: '\e601';
    color: #3c3950;
    font-size: 24px;
    line-height: 33px
}

.online-shop-mailchimp.yikes-easy-mc-form label {
    width: 350px;
    padding-right: 20px
}

.online-shop-mailchimp.yikes-easy-mc-form label > input {
    background: #f0f3f2;
    height: 45px;
    border: none;
    padding-left: 20px
}

.yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form label > input:focus {
    outline: none !important
}

.yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    width: 155px;
    min-width: 155px;
    height: 45px;
    display: inline-block;
    background: #d7b398;
    color: #fff;
    border: none;
    /*font-family: 'Montserrat';*/
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 30px;
    padding-left: 30px;
    position: relative
}

.yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form button {
    transition: all .3s;
    -webkit-transition: all .3s
}

.yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form button:hover {
    background: #212121 !important;
    color: #fff !important;
    transition: all .3s;
    -webkit-transition: all .3s
}

@media (max-width: 1200px) {
    body .online-shop-mailchimp.yikes-easy-mc-form label {
        width: 100%;
        padding-right: 0
    }

    body .yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button {
        width: 100%
    }
}

.trendy-shop-mailchimp.yikes-easy-mc-form label {
    width: 350px;
    padding-right: 20px
}

.trendy-shop-mailchimp.yikes-easy-mc-form label > input {
    color: #fff;
    background: 0 0;
    height: 45px;
    border: none;
    padding-left: 0;
    border-bottom: 1px solid #575c6c
}

.yikes-mailchimp-container .trendy-shop-mailchimp.yikes-easy-mc-form label > input:focus {
    outline: none !important
}

.yikes-mailchimp-container .trendy-shop-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    width: 155px;
    min-width: 155px;
    height: 45px;
    display: inline-block;
    background: #f44236;
    color: #fff;
    border: none;
    /*font-family: 'Montserrat';*/
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 30px;
    padding-left: 30px;
    position: relative
}

.yikes-mailchimp-container .trendy-shop-mailchimp.yikes-easy-mc-form button {
    transition: all .3s;
    -webkit-transition: all .3s
}

.yikes-mailchimp-container .trendy-shop-mailchimp.yikes-easy-mc-form button:hover {
    background: #212121;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

@media (max-width: 1200px) {
    body .trendy-shop-mailchimp.yikes-easy-mc-form label {
        width: 100%;
        padding-right: 0
    }

    body .yikes-mailchimp-container .trendy-shop-mailchimp .yikes-easy-mc-submit-button {
        width: 100%
    }
}

.lookbook-landing-mailchimp.yikes-easy-mc-form label {
    width: 350px;
    padding-right: 20px
}

.lookbook-landing-mailchimp.yikes-easy-mc-form label > input {
    color: #333;
    background: 0 0;
    height: 40px;
    border: none;
    padding-left: 0;
    border-bottom: 1px solid #dbdbdb
}

.yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form label > input:focus {
    outline: none !important
}

.yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    width: 140px;
    min-width: 140px;
    height: 40px;
    display: inline-block;
    background: 0 0;
    color: #333;
    /*font-family: 'Montserrat';*/
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 22px;
    padding-left: 22px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    border: 2px solid #333
}

.yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form button {
    transition: all .3s;
    -webkit-transition: all .3s
}

.yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form button:hover {
    background: #212121;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

@media (max-width: 1200px) {
    body .lookbook-landing-mailchimp.yikes-easy-mc-form label {
        width: 100%;
        padding-right: 0
    }

    body .yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button {
        width: 100%
    }
}

.beauty-spa-mailchimp.yikes-easy-mc-form {
    display: block;
    margin: 0 auto;
    width: 320px
}

.beauty-spa-mailchimp.yikes-easy-mc-form label {
    width: 320px;
    padding-right: 0
}

.beauty-spa-mailchimp.yikes-easy-mc-form label > input {
    color: #928d8e;
    background: 0 0;
    height: 45px;
    border: none;
    padding-left: 0;
    border-bottom: 1px solid #928d8e
}

.yikes-mailchimp-container .beauty-spa-mailchimp.yikes-easy-mc-form label > input:focus {
    outline: none !important
}

.yikes-mailchimp-container .beauty-spa-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    width: 320px;
    min-width: 320px;
    height: 50px;
    background: #e77785;
    font-size: 19px;
    color: #fff;
    border-radius: 25px;
    border: none;
    /*font-family: 'Montserrat UltraLight';*/
    font-weight: 100;
    text-transform: uppercase;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    margin-top: 40px
}

.yikes-mailchimp-container .beauty-spa-mailchimp.yikes-easy-mc-form button {
    transition: all .3s;
    -webkit-transition: all .3s
}

.yikes-mailchimp-container .beauty-spa-mailchimp.yikes-easy-mc-form button:hover {
    background: #212121;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.yikes-mailchimp-container .classic-landing-mailchimp.yikes-easy-mc-form label > input[type=email] {
    background: #fff !important;
    padding-left: 20px !important;
    border: 1px solid #dfe5e8 !important
}

.yikes-mailchimp-container .classic-landing-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    border: none;
    color: #fff;
    /*font-family: 'Montserrat';*/
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #e43f65;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}

.yikes-mailchimp-container .classic-landing-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
    color: #e43f65;
    background: #212331;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}

.silk-diamond-mailchimp.yikes-easy-mc-form input[type=email] {
    background: #fff !important;
    padding-left: 20px !important;
    border: 1px solid #dfe5e8 !important
}

.silk-diamond-mailchimp .yikes-easy-mc-submit-button {
    border: none;
    color: #fff;
    /*font-family: 'Montserrat';*/
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.silk-diamond-mailchimp .yikes-easy-mc-submit-button {
    background: #9ccc65
}

.yellow-breath-mailchimp.yikes-easy-mc-form input[type=email] {
    background: #fff !important;
    color: #99a9b5;
    padding-left: 20px !important;
    border: none !important
}

.yellow-breath-mailchimp .yikes-easy-mc-submit-button {
    background: #2c2e3d;
    border: none;
    color: #fff;
    /*font-family: 'Montserrat';*/
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

@font-face {
    /*font-family: 'Montserrat UltraLight';*/
    src: url('../fonts/montserrat-ultralight.eot');
    src: url('../fonts/montserrat-ultralight.eot#iefix') format('embedded-opentype'), url('../fonts/montserrat-ultralight.woff') format('woff'), url('../fonts/montserrat-ultralight.ttf') format('truetype'), url('../fonts/montserrat-ultralight.svg#montserratultra_light') format('svg');
    font-weight: 400;
    font-style: normal
}

@media (min-width: 768px) and (max-width: 979px) {
    #site-header .header-main {
        position: relative;
        display: table;
        width: 100%;
        z-index: 11
    }

    #primary-navigation .menu-toggle, #perspective-menu-buttons .menu-toggle {
        display: inline-block
    }

    .mobile-cart-position-top #site-header .mobile-cart {
        display: table-cell
    }

    .mobile-cart-position-top #site-header .site-title {
        text-align: center;
        width: 99%
    }

    .mobile-cart-position-top #site-header .site-title .site-logo {
        margin: 0 auto
    }

    .mobile-cart-position-top #site-header .primary-navigation, .mobile-cart-position-top #site-header #perspective-menu-buttons {
        width: auto
    }

    #perspective-menu-buttons .perspective-toggle, #perspective-menu-buttons .hamburger-minicart {
        display: none
    }

    #primary-navigation .hamburger-toggle, #primary-navigation .overlay-toggle {
        display: none
    }

    .primary-navigation .dl-menu {
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0
    }

    .mobile-menu-layout-overlay #primary-navigation .overlay-menu-wrapper {
        visibility: hidden;
        height: 0;
        position: fixed
    }

    #page.vertical-header #site-header-wrapper {
        position: static;
        width: 100%;
        padding: 0
    }

    #page.vertical-header {
        padding-left: 0
    }

    #page.vertical-header #site-header .site-title {
        display: table-cell
    }

    #page.vertical-header #site-header .primary-navigation, #page.vertical-header #site-header #perspective-menu-buttons {
        display: table-cell
    }

    .vertical-menu-item-widgets {
        display: none
    }

    #page #site-header .site-title {
        display: table-cell;
        padding-top: 15px;
        padding-bottom: 15px
    }

    #page #site-header .primary-navigation, #page #site-header #perspective-menu-buttons {
        display: table-cell;
        text-align: right
    }

    #page #site-header .logo-position-right .primary-navigation, #page #site-header .logo-position-right #perspective-menu-buttons {
        text-align: left
    }

    #page.vertical-header .vertical-toggle {
        display: none
    }

    #page.vertical-header {
        padding-left: 0
    }

    #page.vertical-header #site-header-wrapper {
        margin-left: 0
    }

    #page.vertical-header #site-header-wrapper .header-main {
        display: table;
        visibility: visible
    }

    #site-header .site-title a img.default, #site-header .menu-item-logo a img.default {
        display: none
    }

    #site-header .site-title a img.small, #site-header .menu-item-logo a img.small {
        -ms-filter: "alpha(opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        display: inline-block !important;
        margin: 0 !important
    }

    #site-header .site-title a img.small.light, #site-header .menu-item-logo a img.small.light {
        display: inline-block !important
    }

    #site-header .site-title a img.small.light ~ img.small, #site-header .menu-item-logo a img.small.light ~ img.small {
        display: none !important
    }

    #site-header.fixed.shrink .site-title a img.small.light, #site-header.fixed.shrink .menu-item-logo a img.small.light {
        display: none !important
    }

    #site-header.fixed.shrink .site-title a img.small.light ~ img.small, #site-header.fixed.shrink .menu-item-logo a img.small.light ~ img.small {
        display: inline-block !important
    }

    .mobile-menu-layout-slide-horizontal #primary-navigation .mobile-menu-slide-wrapper, .mobile-menu-layout-slide-vertical #primary-navigation .mobile-menu-slide-wrapper {
        position: fixed;
        opacity: 0
    }
}

@media (min-width: 980px) and (max-width: 1212px) {
    #site-header .header-main:not(.header-layout-fullwidth_hamburger):not(.logo-position-menu_center) .site-title, #site-header .header-main:not(.header-layout-fullwidth_hamburger) .primary-navigation, #site-header .header-main:not(.header-layout-fullwidth_hamburger) #perspective-menu-buttons {
        display: block;
        text-align: center
    }

    #site-header .header-main:not(.header-layout-fullwidth_hamburger):not(.logo-position-menu_center):not(.no-menu) .site-title {
        padding-top: 30px;
        padding-bottom: 0
    }

    #site-header .header-main:not(.header-layout-fullwidth_hamburger).logo-position-right:not(.no-menu) .site-title {
        padding-top: 0;
        padding-bottom: 30px
    }

    #site-header.fixed.shrink .header-main:not(.header-layout-fullwidth_hamburger):not(.no-menu) .site-title {
        display: none
    }

    #site-header .header-main:not(.no-menu) .site-title a img.small, #site-header .menu-item-logo {
        display: none !important
    }
}

#primary-menu.no-responsive > li > a, #primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a, .widget_nav_menu > div > ul > li > a, .widget_submenu > div > ul > li > a, .widget_pages > ul > li > a, .widget_categories > ul > li > a, .widget_product_categories > ul > li > a {
    /*font-family: 'Montserrat'*/
}

#primary-menu.no-responsive > li > a, #primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a, .widget_nav_menu > div > ul > li > a, .widget_submenu > div > ul > li > a, .widget_pages > ul > li > a, .widget_categories > ul > li > a, .widget_product_categories > ul > li > a {
    font-style: normal;
    font-weight: 700
}

#primary-menu.no-responsive > li > a, #primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a, .widget_nav_menu > div > ul > li > a, .widget_submenu > div > ul > li > a, .widget_pages > ul > li > a, .widget_categories > ul > li > a, .widget_product_categories > ul > li > a {
    font-size: 14px
}

#primary-menu.no-responsive > li > a, #primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a, .widget_nav_menu > div > ul > li > a, .widget_submenu > div > ul > li > a, .widget_pages > ul > li > a, .widget_categories > ul > li > a, .widget_product_categories > ul > li > a {
    line-height: 25px
}

#primary-menu.no-responsive > li > a, #primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a, .widget_nav_menu > div > ul > li > a, .widget_submenu > div > ul > li > a, .widget_pages > ul > li > a, .widget_categories > ul > li > a, .widget_product_categories > ul > li > a {
    text-transform: uppercase
}

#primary-menu.no-responsive > li.megamenu-enable > ul li > a, #primary-menu.no-responsive > li li > a, #primary-menu.no-responsive > li .minicart-product-title, .portfolio-filters-resp ul li a, .widget_nav_menu ul.menu, .widget_submenu > div > ul, .widget_categories > ul, .widget_product_categories > ul, .widget_pages > ul {
    /*font-family: 'Source Sans Pro'*/
}

.primary-navigation.responsive li a {
    /*font-family: 'Source Sans Pro'*/
}

#primary-menu.no-responsive > li.megamenu-enable > ul li > a, #primary-menu.no-responsive > li li > a, #primary-menu.no-responsive > li .minicart-product-title, .portfolio-filters-resp ul li a, .widget_nav_menu ul.menu, .widget_submenu > div > ul, .widget_categories > ul, .widget_product_categories > ul, .widget_pages > ul {
    font-style: normal;
    font-weight: 400
}

.primary-navigation.responsive li a {
    font-style: normal;
    font-weight: 400
}

#primary-menu.no-responsive > li.megamenu-enable > ul li > a, #primary-menu.no-responsive > li li > a, #primary-menu.no-responsive > li .minicart-product-title, .portfolio-filters-resp ul li a, .widget_nav_menu ul.menu, .widget_submenu > div > ul, .widget_categories > ul, .widget_product_categories > ul, .widget_pages > ul {
    font-size: 16px
}

.primary-navigation.responsive li a {
    font-size: 16px
}

#primary-menu.no-responsive > li.megamenu-enable > ul li > a, #primary-menu.no-responsive > li li > a, #primary-menu.no-responsive > li .minicart-product-title, .portfolio-filters-resp ul li a, .widget_nav_menu ul.menu, .widget_submenu > div > ul, .widget_categories > ul, .widget_product_categories > ul, .widget_pages > ul {
    line-height: 20px
}

.primary-navigation.responsive li a {
    line-height: 20px
}

#primary-menu.no-responsive > li.megamenu-enable > ul li > a, #primary-menu.no-responsive > li li > a, #primary-menu.no-responsive > li .minicart-product-title, .portfolio-filters-resp ul li a, .widget_nav_menu ul.menu, .widget_submenu > div > ul, .widget_categories > ul, .widget_product_categories > ul, .widget_pages > ul, .primary-navigation.responsive li a {
    text-transform: none
}

.header-layout-overlay #primary-menu.no-responsive > li > a, .header-layout-overlay #primary-menu.no-responsive > li li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li li > a {
    /*font-family: 'Montserrat'*/
}

.header-layout-overlay #primary-menu.no-responsive > li > a, .header-layout-overlay #primary-menu.no-responsive > li li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li li > a {
    font-style: normal;
    font-weight: 700
}

.header-layout-overlay #primary-menu.no-responsive > li > a, .header-layout-overlay #primary-menu.no-responsive > li li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li li > a, .header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before, .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
    font-size: 32px
}

@media (max-width: 767px) {
    .header-layout-overlay #primary-menu.no-responsive > li > a, .header-layout-overlay #primary-menu.no-responsive > li li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li li > a, .header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before, .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
        font-size: 24px
    }
}

.header-layout-overlay #primary-menu.no-responsive > li > a, .header-layout-overlay #primary-menu.no-responsive > li li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li li > a, .header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before, .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
    line-height: 64px
}

@media (max-width: 767px) {
    .header-layout-overlay #primary-menu.no-responsive > li > a, .header-layout-overlay #primary-menu.no-responsive > li li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li li > a, .header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before, .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
        line-height: 48px
    }
}

.header-layout-overlay #primary-menu.no-responsive > li > a, .header-layout-overlay #primary-menu.no-responsive > li li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li li > a, .header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before, .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
    text-transform: uppercase
}

.styled-subtitle, .diagram-circle .text div span.title, .diagram-circle .text div span.summary, .vc_pie_chart .vc_pie_chart_value, form.cart .quantity .qty, .shop_table .quantity .qty, .woocommerce-before-cart .cart-short-info, input[type=text].coupon-code, .cart_totals table th, .order-totals table th, .cart_totals table .shipping td, .woocommerce-message, .woocommerce-info, .woocommerce ul.woocommerce-error li, .woocommerce table.checkout-cart-info-table tr th, .woocommerce table.checkout-cart-info-table tr.shipping td, .widget_calendar caption, .blog-style-timeline .post-time, .gem-dropcap.gem-dropcap-style-medium, .project-info-shortcode-style-default .project-info-shortcode-item .title, .project_info-item-style-2 .project_info-item .title, .diagram-legend .legend-element .title, .single-product-content .price, .widget_shopping_cart ul li .quantity, .widget_shopping_cart .total span.amount {
    /*font-family: 'Source Sans Pro'*/
}

.styled-subtitle, .diagram-circle .text div, .diagram-circle .text div span.title, .diagram-circle .text div span.summary, .vc_pie_chart .vc_pie_chart_value, form.cart .quantity .qty, .shop_table .quantity .qty, .woocommerce-before-cart .cart-short-info, input[type=text].coupon-code, .cart_totals table th, .order-totals table th, .cart_totals table .shipping td, .woocommerce-message, .woocommerce-info, .woocommerce ul.woocommerce-error li, .woocommerce table.checkout-cart-info-table tr th, .woocommerce table.checkout-cart-info-table tr.shipping td, .widget_calendar caption, .blog-style-timeline .post-time, .gem-dropcap.gem-dropcap-style-medium, .project-info-shortcode-style-default .project-info-shortcode-item .title, .project_info-item-style-2 .project_info-item .title, .diagram-legend .legend-element .title, .single-product-content .price, .widget_shopping_cart ul li .quantity, .widget_shopping_cart .total span.amount {
    font-style: normal;
    font-weight: 300
}

.styled-subtitle, .vc_pie_chart, form.cart .quantity .qty, .shop_table .quantity .qty, .woocommerce-before-cart .cart-short-info, input[type=text].coupon-code, .cart_totals table th, .order-totals table th, .cart_totals table .shipping td, .woocommerce-message, .woocommerce-info, .woocommerce ul.woocommerce-error li, .woocommerce table.checkout-cart-info-table tr th .woocommerce table.checkout-cart-info-table tr.shipping td, .widget_calendar caption, .blog-style-timeline .post-time, .gem-dropcap.gem-dropcap-style-medium, .project-info-shortcode-style-default .project-info-shortcode-item .title, .project_info-item-style-2 .project_info-item .title, .diagram-legend .legend-element .title, .widget_shopping_cart .total span.amount {
    font-size: 24px
}

@media (max-width: 600px) {
    .styled-subtitle, .vc_pie_chart, form.cart .quantity .qty, .shop_table .quantity .qty, .woocommerce-before-cart .cart-short-info, input[type=text].coupon-code, .cart_totals table th, .order-totals table th, .cart_totals table .shipping td, .woocommerce-message, .woocommerce-info, .woocommerce ul.woocommerce-error li, .woocommerce table.checkout-cart-info-table tr th .woocommerce table.checkout-cart-info-table tr.shipping td, .widget_calendar caption, .blog-style-timeline .post-time, .gem-dropcap.gem-dropcap-style-medium, .project-info-shortcode-style-default .project-info-shortcode-item .title, .project_info-item-style-2 .project_info-item .title, .diagram-legend .legend-element .title, .widget_shopping_cart .total span.amount {
        font-size: 4vw
    }
}

.styled-subtitle, .woocommerce-before-cart .cart-short-info, .cart_totals table th, .order-totals table th, .cart_totals table .shipping td, .woocommerce-message, .woocommerce-info, .woocommerce ul.woocommerce-error li, .woocommerce table.checkout-cart-info-table tr th, .woocommerce table.checkout-cart-info-table tr.shipping td, .widget_calendar caption, .blog-style-timeline .post-time, .project-info-shortcode-style-default .project-info-shortcode-item .title, .project_info-item-style-2 .project_info-item .title, .diagram-legend .legend-element .title {
    line-height: 37px
}

@media (max-width: 600px) {
    .styled-subtitle, .woocommerce-before-cart .cart-short-info, .cart_totals table th, .order-totals table th, .cart_totals table .shipping td, .woocommerce-message, .woocommerce-info, .woocommerce ul.woocommerce-error li, .woocommerce table.checkout-cart-info-table tr th, .woocommerce table.checkout-cart-info-table tr.shipping td, .widget_calendar caption, .blog-style-timeline .post-time, .project-info-shortcode-style-default .project-info-shortcode-item .title, .project_info-item-style-2 .project_info-item .title, .diagram-legend .legend-element .title {
        line-height: 6.1666666666667vw
    }
}

@media (max-width: 1199px) {
    .styled-subtitle, .woocommerce-before-cart .cart-short-info, .cart_totals table th, .order-totals table th, .cart_totals table .shipping td, .woocommerce-message, .woocommerce-info, .woocommerce ul.woocommerce-error li, .woocommerce table.checkout-cart-info-table tr th, .woocommerce table.checkout-cart-info-table tr.shipping td, .widget_calendar caption, .blog-style-timeline .post-time, .project-info-shortcode-style-default .project-info-shortcode-item .title, .project_info-item-style-2 .project_info-item .title, .diagram-legend .legend-element .title {
        font-size: 24px
    }
}

@media (max-width: 1199px) {
    .styled-subtitle, .woocommerce-before-cart .cart-short-info, .cart_totals table th, .order-totals table th, .cart_totals table .shipping td, .woocommerce-message, .woocommerce-info, .woocommerce ul.woocommerce-error li, .woocommerce table.checkout-cart-info-table tr th, .woocommerce table.checkout-cart-info-table tr.shipping td, .widget_calendar caption, .blog-style-timeline .post-time, .project-info-shortcode-style-default .project-info-shortcode-item .title, .project_info-item-style-2 .project_info-item .title, .diagram-legend .legend-element .title {
        line-height: 37px
    }
}

@media (max-width: 767px) {
    .styled-subtitle, .woocommerce-before-cart .cart-short-info, .cart_totals table th, .order-totals table th, .cart_totals table .shipping td, .woocommerce-message, .woocommerce-info, .woocommerce ul.woocommerce-error li, .woocommerce table.checkout-cart-info-table tr th, .woocommerce table.checkout-cart-info-table tr.shipping td, .widget_calendar caption, .blog-style-timeline .post-time, .project-info-shortcode-style-default .project-info-shortcode-item .title, .project_info-item-style-2 .project_info-item .title, .diagram-legend .legend-element .title {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .styled-subtitle, .woocommerce-before-cart .cart-short-info, .cart_totals table th, .order-totals table th, .cart_totals table .shipping td, .woocommerce-message, .woocommerce-info, .woocommerce ul.woocommerce-error li, .woocommerce table.checkout-cart-info-table tr th, .woocommerce table.checkout-cart-info-table tr.shipping td, .widget_calendar caption, .blog-style-timeline .post-time, .project-info-shortcode-style-default .project-info-shortcode-item .title, .project_info-item-style-2 .project_info-item .title, .diagram-legend .legend-element .title {
        line-height: 37px
    }
}

.styled-subtitle, .woocommerce-before-cart .cart-short-info, .cart_totals table th, .order-totals table th, .cart_totals table .shipping td, .woocommerce-message, .woocommerce-info, .woocommerce ul.woocommerce-error li, .woocommerce table.checkout-cart-info-table tr th, .woocommerce table.checkout-cart-info-table tr.shipping td, .widget_calendar caption, .blog-style-timeline .post-time, .project-info-shortcode-style-default .project-info-shortcode-item .title, .project_info-item-style-2 .project_info-item .title, .diagram-legend .legend-element .title {
    text-transform: none
}

h1, body .pricing-table-style-8 .pricing-cost, .title-h1 {
    /*font-family: 'Montserrat'*/
}

h1, body .pricing-table-style-8 .pricing-cost, .title-h1 {
    font-style: normal;
    font-weight: 700
}

h1, .title-h1 {
    font-size: 50px
}

@media (max-width: 1000px) {
    h1, .title-h1 {
        font-size: 5vw
    }
}

h1, .title-h1 {
    line-height: 69px
}

@media (max-width: 1000px) {
    h1, .title-h1 {
        line-height: 6.9vw
    }
}

@media (max-width: 1199px) {
    h1, .title-h1 {
        font-size: 40px
    }
}

@media (max-width: 1199px) {
    h1, .title-h1 {
        line-height: 50px
    }
}

@media (max-width: 767px) {
    h1, .title-h1 {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    h1, .title-h1 {
        line-height: 48px
    }
}

h1, .title-h1 {
    text-transform: uppercase
}

h2, .title-h2, h3.comment-reply-title, body .pricing-table-style-6 .pricing-price-title {
    /*font-family: 'Montserrat'*/
}

h2, .title-h2, h3.comment-reply-title, body .pricing-table-style-6 .pricing-price-title {
    font-style: normal;
    font-weight: 700
}

h2, .title-h2, body .pricing-table-style-5 .pricing-price-title, body .pricing-table-style-6 .pricing-price-title, body .pricing-table-style-6 .pricing-price-subtitle, h3.comment-reply-title, body .pricing-table-style-2 .pricing-price-title {
    font-size: 36px
}

@media (max-width: 1000px) {
    h2, .title-h2, body .pricing-table-style-5 .pricing-price-title, body .pricing-table-style-6 .pricing-price-title, body .pricing-table-style-6 .pricing-price-subtitle, h3.comment-reply-title, body .pricing-table-style-2 .pricing-price-title {
        font-size: 3.6vw
    }
}

h2, .title-h2, body .pricing-table-style-6 .pricing-price-title, h3.comment-reply-title {
    line-height: 53px
}

@media (max-width: 1000px) {
    h2, .title-h2, body .pricing-table-style-6 .pricing-price-title, h3.comment-reply-title {
        line-height: 5.3vw
    }
}

@media (max-width: 1199px) {
    h2, .title-h2, body .pricing-table-style-6 .pricing-price-title, h3.comment-reply-title {
        font-size: 36px
    }
}

@media (max-width: 1199px) {
    h2, .title-h2, body .pricing-table-style-6 .pricing-price-title, h3.comment-reply-title {
        line-height: 48px
    }
}

@media (max-width: 767px) {
    h2, .title-h2, body .pricing-table-style-6 .pricing-price-title, h3.comment-reply-title {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    h2, .title-h2, body .pricing-table-style-6 .pricing-price-title, h3.comment-reply-title {
        line-height: 36px
    }
}

h2, .title-h2, body .pricing-table-style-6 .pricing-price-title, h3.comment-reply-title {
    text-transform: uppercase
}

h3, .title-h3, .cart_totals table .order-total td, .woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount, .woocommerce table.shop_table.order-details tr.order_item td.product-total .amount, .gem-dropcap, .woocommerce .woocommerce-checkout-one-page #order_review table thead th {
    /*font-family: 'Montserrat'*/
}

h3, .title-h3, .cart_totals table .order-total td, .woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount, .woocommerce table.shop_table.order-details tr.order_item td.product-total .amount, .gem-dropcap, .woocommerce .woocommerce-checkout-one-page #order_review table thead th {
    font-style: normal;
    font-weight: 700
}

h3, .title-h3, .portfolio.columns-1 .portfolio-item .caption .title, .cart_totals table .order-total td, .woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount, .woocommerce table.shop_table.order-details tr.order_item td.product-total .amount, .gem-dropcap, .woocommerce .woocommerce-checkout-one-page #order_review table thead th, #fullscreen-search .sf-input {
    font-size: 28px
}

h3, .title-h3, .portfolio.columns-1 .portfolio-item .caption .title, .cart_totals table .order-total td, .woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount, .woocommerce table.shop_table.order-details tr.order_item td.product-total .amount, .woocommerce .woocommerce-checkout-one-page #order_review table thead th, #fullscreen-search .sf-input {
    line-height: 42px
}

@media (max-width: 1199px) {
    h3, .title-h3, .portfolio.columns-1 .portfolio-item .caption .title, .cart_totals table .order-total td, .woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount, .woocommerce table.shop_table.order-details tr.order_item td.product-total .amount, .woocommerce .woocommerce-checkout-one-page #order_review table thead th, #fullscreen-search .sf-input {
        font-size: 28px
    }
}

@media (max-width: 1199px) {
    h3, .title-h3, .portfolio.columns-1 .portfolio-item .caption .title, .cart_totals table .order-total td, .woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount, .woocommerce table.shop_table.order-details tr.order_item td.product-total .amount, .woocommerce .woocommerce-checkout-one-page #order_review table thead th, #fullscreen-search .sf-input {
        line-height: 42px
    }
}

@media (max-width: 767px) {
    h3, .title-h3, .portfolio.columns-1 .portfolio-item .caption .title, .cart_totals table .order-total td, .woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount, .woocommerce table.shop_table.order-details tr.order_item td.product-total .amount, .woocommerce .woocommerce-checkout-one-page #order_review table thead th, #fullscreen-search .sf-input {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    h3, .title-h3, .portfolio.columns-1 .portfolio-item .caption .title, .cart_totals table .order-total td, .woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount, .woocommerce table.shop_table.order-details tr.order_item td.product-total .amount, .woocommerce .woocommerce-checkout-one-page #order_review table thead th, #fullscreen-search .sf-input {
        line-height: 42px
    }
}

h3, .title-h3, .portfolio.columns-1 .portfolio-item .caption .title, .cart_totals table .order-total td, .woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount, .woocommerce table.shop_table.order-details tr.order_item td.product-total .amount, .woocommerce .woocommerce-checkout-one-page #order_review table thead th {
    text-transform: uppercase
}

h4, .title-h4, .widget .gem-teams-name, body .pricing-table-style-3 .pricing_row_title, body .pricing-table-style-8 .pricing_row_title, body .pricing-table-style-4 .pricing_row_title, .gem-gallery-hover-gradient .gem-gallery-item-title, .gem-gallery-grid.hover-gradient .gallery-item .overlay .title, .gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title, .product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
    /*font-family: 'Montserrat'*/
}

@media only screen and (min-width: 992px) and (max-width: 1150px) {
    .with-sidebar .portfolio.hover-horizontal-sliding .overlay .links .caption .title {
        /*font-family: 'Montserrat'*/
    }
}

h4, .title-h4, .widget .gem-teams-name, body .pricing-table-style-3 .pricing_row_title, body .pricing-table-style-4 .pricing_row_title, body .pricing-table-style-8 .pricing_row_title, .gem-gallery-hover-gradient .gem-gallery-item-title, .gem-gallery-grid.hover-gradient .gallery-item .overlay .title, .gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title, .product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
    font-style: normal;
    font-weight: 700
}

@media only screen and (min-width: 992px) and (max-width: 1150px) {
    .with-sidebar .portfolio.hover-horizontal-sliding .overlay .links .caption .title {
        font-style: normal;
        font-style: normal;
        font-weight: 700
    }
}

h4, .title-h4, body .pricing-table-style-7 .pricing-price-title, body .pricing-table-style-4 .pricing_row_title, body .pricing-table-style-3 .pricing_row_title, body .pricing-table-style-2 .pricing-cost, body .pricing-table-style-2 .time, body .pricing-table-style-1 .pricing-price-title, .widget .gem-teams-name, body .pricing-table-style-8 .pricing_row_title, .gem-gallery-hover-gradient .gem-gallery-item-title, .gem-gallery-grid.hover-gradient .gallery-item .overlay .title, .gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title, body .vc_separator h4, .product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
    font-size: 24px
}

@media only screen and (min-width: 992px) and (max-width: 1150px) {
    .with-sidebar .portfolio.hover-horizontal-sliding .overlay .links .caption .title {
        font-size: 24px
    }
}

h4, .title-h4, body .pricing-table-style-7 .pricing-price-title, body .pricing-table-style-5 .pricing-price-title, body .pricing-table-style-4 .pricing_row_title, body .pricing-table-style-3 .pricing_row_title, body .pricing-table-style-2 .pricing-cost, body .pricing-table-style-2 .time, body .pricing-table-style-2 .pricing-price-title, body .pricing-table-style-1 .pricing-price-title, .widget .gem-teams-name, .portfolio.columns-1 .portfolio-item .caption .title, .gem-gallery-hover-gradient .gem-gallery-item-title, .gem-gallery-grid.hover-gradient .gallery-item .overlay .title, .gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title, body .vc_separator h4, .product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
    line-height: 38px
}

@media only screen and (min-width: 992px) and (max-width: 1150px) {
    .with-sidebar .portfolio.hover-horizontal-sliding .overlay .links .caption .title {
        line-height: 38px
    }
}

@media (max-width: 1199px) {
    h4, .title-h4, body .pricing-table-style-7 .pricing-price-title, body .pricing-table-style-4 .pricing_row_title, body .pricing-table-style-3 .pricing_row_title, body .pricing-table-style-2 .pricing-cost, body .pricing-table-style-2 .time, body .pricing-table-style-1 .pricing-price-title, .widget .gem-teams-name, body .pricing-table-style-8 .pricing_row_title, .gem-gallery-hover-gradient .gem-gallery-item-title, .gem-gallery-grid.hover-gradient .gallery-item .overlay .title, .gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title, body .vc_separator h4, .product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
        font-size: 24px
    }
}

@media (max-width: 1199px) {
    h4, .title-h4, body .pricing-table-style-7 .pricing-price-title, body .pricing-table-style-4 .pricing_row_title, body .pricing-table-style-3 .pricing_row_title, body .pricing-table-style-2 .pricing-cost, body .pricing-table-style-2 .time, body .pricing-table-style-1 .pricing-price-title, .widget .gem-teams-name, body .pricing-table-style-8 .pricing_row_title, .gem-gallery-hover-gradient .gem-gallery-item-title, .gem-gallery-grid.hover-gradient .gallery-item .overlay .title, .gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title, body .vc_separator h4, .product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
        line-height: 38px
    }
}

@media (max-width: 767px) {
    h4, .title-h4, body .pricing-table-style-7 .pricing-price-title, body .pricing-table-style-4 .pricing_row_title, body .pricing-table-style-3 .pricing_row_title, body .pricing-table-style-2 .pricing-cost, body .pricing-table-style-2 .time, body .pricing-table-style-1 .pricing-price-title, .widget .gem-teams-name, body .pricing-table-style-8 .pricing_row_title, .gem-gallery-hover-gradient .gem-gallery-item-title, .gem-gallery-grid.hover-gradient .gallery-item .overlay .title, .gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title, body .vc_separator h4, .product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    h4, .title-h4, body .pricing-table-style-7 .pricing-price-title, body .pricing-table-style-4 .pricing_row_title, body .pricing-table-style-3 .pricing_row_title, body .pricing-table-style-2 .pricing-cost, body .pricing-table-style-2 .time, body .pricing-table-style-1 .pricing-price-title, .widget .gem-teams-name, body .pricing-table-style-8 .pricing_row_title, .gem-gallery-hover-gradient .gem-gallery-item-title, .gem-gallery-grid.hover-gradient .gallery-item .overlay .title, .gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title, body .vc_separator h4, .product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
        line-height: 38px
    }
}

h4, .title-h4, body .vc_separator h4, .product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
    text-transform: uppercase
}

h5, .gem-table thead th, .title-h5, .header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch input[type=text], .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type=text], .gem-teams-phone, .shop_table td.product-price, .shop_table td.product-subtotal, .cart_totals table .cart-subtotal td, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal, .woocommerce table.shop_table.order-details thead tr th.product-name, .woocommerce table.shop_table.order-details thead tr th.product-total, .widget-gem-portfolio-item.gem-portfolio-dummy:after, .resp-tabs-list li, .gem-quote.gem-quote-style-4, .gem-quote.gem-quote-style-5, .blog-style-styled_list1 .post-time, .gem-teams-phone, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
    /*font-family: 'Montserrat'*/
}

h5, .title-h5, .header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch input[type=text], .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type=text], .gem-teams-phone, .shop_table td.product-price, .shop_table td.product-subtotal, .cart_totals table .cart-subtotal td, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal, .woocommerce table.shop_table.order-details thead tr th.product-name, .woocommerce table.shop_table.order-details thead tr th.product-total, .widget-gem-portfolio-item.gem-portfolio-dummy:after, .resp-tabs-list li, .gem-quote.gem-quote-style-4, .gem-quote.gem-quote-style-5, .blog-style-styled_list1 .post-time, .gem-teams-phone, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
    font-style: normal;
    font-weight: 700
}

h5, .title-h5, .header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch input[type=text], .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type=text], .gem-teams-phone, .shop_table td.product-price, .shop_table td.product-subtotal, .cart_totals table .cart-subtotal td, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal, .woocommerce table.shop_table.order-details thead tr th.product-name, .woocommerce table.shop_table.order-details thead tr th.product-total, .widget-gem-portfolio-item.gem-portfolio-dummy:after, .resp-tabs-list li, .gem-quote.gem-quote-style-4, .gem-quote.gem-quote-style-5, .blog-style-styled_list1 .post-time, .gem-teams-phone, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
    font-size: 19px
}

h5, .title-h5, .gem-teams-phone, .shop_table td.product-price, .shop_table td.product-subtotal, .cart_totals table .cart-subtotal td, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal, .woocommerce table.shop_table.order-details thead tr th.product-name, .woocommerce table.shop_table.order-details thead tr th.product-total, .widget-gem-portfolio-item.gem-portfolio-dummy:after, .resp-tabs-list li, .gem-quote.gem-quote-style-4, .gem-quote.gem-quote-style-5, .gem-teams-phone, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
    line-height: 30px
}

@media (max-width: 1199px) {
    h5, .title-h5, .gem-teams-phone, .shop_table td.product-price, .shop_table td.product-subtotal, .cart_totals table .cart-subtotal td, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal, .woocommerce table.shop_table.order-details thead tr th.product-name, .woocommerce table.shop_table.order-details thead tr th.product-total, .widget-gem-portfolio-item.gem-portfolio-dummy:after, .resp-tabs-list li, .gem-quote.gem-quote-style-4, .gem-quote.gem-quote-style-5, .gem-teams-phone, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
        font-size: 19px
    }
}

@media (max-width: 1199px) {
    h5, .title-h5, .gem-teams-phone, .shop_table td.product-price, .shop_table td.product-subtotal, .cart_totals table .cart-subtotal td, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal, .woocommerce table.shop_table.order-details thead tr th.product-name, .woocommerce table.shop_table.order-details thead tr th.product-total, .widget-gem-portfolio-item.gem-portfolio-dummy:after, .resp-tabs-list li, .gem-quote.gem-quote-style-4, .gem-quote.gem-quote-style-5, .gem-teams-phone, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
        line-height: 30px
    }
}

@media (max-width: 767px) {
    h5, .title-h5, .gem-teams-phone, .shop_table td.product-price, .shop_table td.product-subtotal, .cart_totals table .cart-subtotal td, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal, .woocommerce table.shop_table.order-details thead tr th.product-name, .woocommerce table.shop_table.order-details thead tr th.product-total, .widget-gem-portfolio-item.gem-portfolio-dummy:after, .resp-tabs-list li, .gem-quote.gem-quote-style-4, .gem-quote.gem-quote-style-5, .gem-teams-phone, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
        font-size: 19px
    }
}

@media (max-width: 767px) {
    h5, .title-h5, .gem-teams-phone, .shop_table td.product-price, .shop_table td.product-subtotal, .cart_totals table .cart-subtotal td, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal, .woocommerce table.shop_table.order-details thead tr th.product-name, .woocommerce table.shop_table.order-details thead tr th.product-total, .widget-gem-portfolio-item.gem-portfolio-dummy:after, .resp-tabs-list li, .gem-quote.gem-quote-style-4, .gem-quote.gem-quote-style-5, .gem-teams-phone, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
        line-height: 30px
    }
}

h5, .title-h5, .gem-table thead th, .gem-teams-phone, .shop_table td.product-price, .shop_table td.product-subtotal, .cart_totals table .cart-subtotal td, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal, .woocommerce table.shop_table.order-details thead tr th.product-name, .woocommerce table.shop_table.order-details thead tr th.product-total, .widget-gem-portfolio-item.gem-portfolio-dummy:after, .resp-tabs-list li, .gem-quote.gem-quote-style-4, .gem-quote.gem-quote-style-5, .gem-teams-phone, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
    text-transform: uppercase
}

h6, .title-h6, body .woocommerce .shop_table thead tr th, table.shop_table_responsive td[data-title]:before, .project_info-item-style-1 .project_info-item .title, .project-info-shortcode-style-2 .project-info-shortcode-item .title, .gem_accordion_header a, #wp-calendar caption, .hamburger-minicart .minicart-item-count, .wpb_toggle, .vc_toggle_title h4, .testimonials-style-1-name.gem-testimonial-name, .testimonials-style-2-name.gem-testimonial-name, .diagram-wrapper .digram-line-box .skill-amount, .diagram-wrapper.style-3 .digram-line-box .skill-title, .row .vc_progress_bar .vc_label, .woocommerce .shop_table thead tr th, .pricing-column-top-choice .pricing-column-top-choice-text {
    /*font-family: 'Montserrat'*/
}

h6, .title-h6, body .woocommerce .shop_table thead tr th, table.shop_table_responsive td[data-title]:before, .project_info-item-style-1 .project_info-item .title, .gem_accordion_header a, #wp-calendar caption, .hamburger-minicart .minicart-item-count, .wpb_toggle, .gem-table-responsive .tabletolist.rh > li > .titles, .vc_toggle_title h4, .testimonials-style-1-name.gem-testimonial-name, .testimonials-style-2-name.gem-testimonial-name, .diagram-wrapper .digram-line-box .skill-amount, .diagram-wrapper.style-3 .digram-line-box .skill-title, .row .vc_progress_bar .vc_label {
    font-style: normal;
    font-weight: 700
}

h6, .title-h6, body .woocommerce .shop_table thead tr th, table.shop_table_responsive td[data-title]:before, .project_info-item-style-1 .project_info-item .title, .gem_accordion_header a, #wp-calendar caption, .wpb_toggle, .gem-table-responsive .tabletolist.rh > li > .titles, .vc_toggle_title h4, .diagram-wrapper.style-3 .digram-line-box .skill-title, .row .vc_progress_bar .vc_label {
    font-size: 16px
}

h6, .title-h6, body .woocommerce .shop_table thead tr th, table.shop_table_responsive td[data-title]:before, .project_info-item-style-1 .project_info-item .title, .gem_accordion_header a, #wp-calendar caption, .wpb_toggle, .gem-table-responsive .tabletolist.rh > li > .titles, .vc_toggle_title h4, .diagram-wrapper.style-3 .digram-line-box .skill-title, .row .vc_progress_bar .vc_label {
    line-height: 25px
}

#fullscreen-search .pages-list .page-item article a .title {
    max-height: calc(25px * 2)
}

@media (max-width: 1199px) {
    h6, .title-h6, body .woocommerce .shop_table thead tr th, table.shop_table_responsive td[data-title]:before, .project_info-item-style-1 .project_info-item .title, .gem_accordion_header a, #wp-calendar caption, .wpb_toggle, .gem-table-responsive .tabletolist.rh > li > .titles, .vc_toggle_title h4, .diagram-wrapper.style-3 .digram-line-box .skill-title, .row .vc_progress_bar .vc_label {
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    h6, .title-h6, body .woocommerce .shop_table thead tr th, table.shop_table_responsive td[data-title]:before, .project_info-item-style-1 .project_info-item .title, .gem_accordion_header a, #wp-calendar caption, .wpb_toggle, .gem-table-responsive .tabletolist.rh > li > .titles, .vc_toggle_title h4, .diagram-wrapper.style-3 .digram-line-box .skill-title, .row .vc_progress_bar .vc_label {
        line-height: 25px
    }
}

@media (max-width: 767px) {
    h6, .title-h6, body .woocommerce .shop_table thead tr th, table.shop_table_responsive td[data-title]:before, .project_info-item-style-1 .project_info-item .title, .gem_accordion_header a, #wp-calendar caption, .wpb_toggle, .gem-table-responsive .tabletolist.rh > li > .titles, .vc_toggle_title h4, .diagram-wrapper.style-3 .digram-line-box .skill-title, .row .vc_progress_bar .vc_label {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    h6, .title-h6, body .woocommerce .shop_table thead tr th, table.shop_table_responsive td[data-title]:before, .project_info-item-style-1 .project_info-item .title, .gem_accordion_header a, #wp-calendar caption, .wpb_toggle, .gem-table-responsive .tabletolist.rh > li > .titles, .vc_toggle_title h4, .diagram-wrapper.style-3 .digram-line-box .skill-title, .row .vc_progress_bar .vc_label {
        line-height: 25px
    }
}

h6, .title-h6, body .woocommerce .shop_table thead tr th, table.shop_table_responsive td[data-title]:before, .project_info-item-style-1 .project_info-item .title, .gem_accordion_header a, #wp-calendar caption, .wpb_toggle, .gem-table-responsive .tabletolist.rh > li > .titles, .vc_toggle_title h4, .diagram-wrapper.style-3 .digram-line-box .skill-title, .row .vc_progress_bar .vc_label {
    text-transform: uppercase
}

.title-xlarge {
    font-family: 'Playfair Display'
}

.title-xlarge {
    font-style: normal;
    font-weight: 700
}

.title-xlarge {
    font-size: 80px
}

@media (max-width: 1000px) {
    .title-xlarge {
        font-size: 8vw
    }
}

.title-xlarge {
    line-height: 90px
}

@media (max-width: 1000px) {
    .title-xlarge {
        line-height: 9vw
    }
}

@media (max-width: 1199px) {
    .title-xlarge {
        font-size: 44px
    }
}

@media (max-width: 1199px) {
    .title-xlarge {
        line-height: 54px
    }
}

@media (max-width: 767px) {
    .title-xlarge {
        font-size: 44px
    }
}

@media (max-width: 767px) {
    .title-xlarge {
        line-height: 54px
    }
}

.title-xlarge {
    text-transform: uppercase
}

h1 .light, h2 .light, h3 .light, h4 .light, h5 .light, h6 .light, .title-h1 .light, .title-h2 .light, .title-h3 .light, .title-h4 .light, .title-h5 .light, .title-h6 .light, .title-xlarge .light, h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, .title-h1.light, .title-h2.light, .title-h3.light, .title-h4.light, .title-h5.light, .title-h6.light, .title-xlarge.light, .widget .gem-teams-name, .gem-counter-style-2 .gem-counter-number, .gem-gallery-grid .gallery-item .overlay .title, .gem-quote.gem-quote-style-3 blockquote, .row .vc_pie_wrapper span, .blog-style-styled_list1 .post-title, .blog-style-styled_list2 .post-time, .blog-style-styled_list2 .post-title, .blog-style-timeline .post-title, body .pricing-table-style-1 .pricing-price-title, body .pricing-table-style-1 .pricing-cost, body .pricing-table-style-2 .pricing-price-title, body .pricing-table-style-2 .pricing-cost, body .pricing-table-style-2 .time, body .pricing-table-style-5 .pricing-price-title, body .pricing-table-style-6 .pricing-price-subtitle, body .pricing-table-style-7 .pricing-price-title, body .pricing-table-style-7 .pricing-cost, body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item > span, .gem-media-grid .vc_gitem-post-data-source-post_title a, .gem-media-grid-2 .vc_gitem-post-data-source-post_title a, body.woocommerce-cart-layout-modern .woocommerce .shop_table thead tr th, .woocommerce .woocommerce-checkout-one-page #order_review table thead th, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th, #fullscreen-search .sf-input {
    /*font-family: 'Montserrat UltraLight'*/
}

h1 .light, h2 .light, h3 .light, h4 .light, h5 .light, h6 .light, .title-h1 .light, .title-h2 .light, .title-h3 .light, .title-h4 .light, .title-h5 .light, .title-h6 .light, .title-xlarge .light, h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, .title-h1.light, .title-h2.light, .title-h3.light, .title-h4.light, .title-h5.light, .title-h6.light, .title-xlarge.light, .widget .gem-teams-name, .gem-counter-style-2 .gem-counter-number, .gem-quote.gem-quote-style-3 blockquote, .row .vc_pie_wrapper span, .blog-style-styled_list1 .post-title, .blog-style-styled_list2 .post-time, .blog-style-timeline .post-title, body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item > span, .gem-media-grid .vc_gitem-post-data-source-post_title a, body .pricing-table-style-1 .pricing-price-title, body .pricing-table-style-1 .pricing-cost, body .pricing-table-style-2 .pricing-price-title, body .pricing-table-style-2 .pricing-cost, body .pricing-table-style-2 .time, body .pricing-table-style-5 .pricing-price-title, body .pricing-table-style-6 .pricing-price-subtitle, body .pricing-table-style-7 .pricing-price-title, body .pricing-table-style-7 .pricing-cost, .gem-media-grid-2 .vc_gitem-post-data-source-post_title a, body.woocommerce-cart-layout-modern .woocommerce .shop_table thead tr th, .woocommerce .woocommerce-checkout-one-page #order_review table thead th, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th, .product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title, #fullscreen-search .sf-input {
    font-style: normal;
    font-weight: 400
}

body, option, .gem-table thead th, .portfolio.columns-1 .portfolio-item .caption .subtitle, .gallery-item .overlay .subtitle, .cart_totals table .shipping td label, .widget_archive li, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price, .gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div, body .hamburger-minicart > .minicart .total strong, body .hamburger-minicart > .minicart ul li .quantity, .thegem-tabs__nav-item sup, .thegem-accordion__item-title sup, .page-breadcrumbs ul li, #primary-navigation #primary-menu > li.menu-item-cart > a.circle-count .minicart-item-count, .product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title, .thegem-combobox-wrap .thegem-combobox, .product-page__wrapper .reset_variations, .product-page__wrapper .size-guide, .single-product-content-right .compare, .single-product-content-right .yith-ywraq-add-to-quote {
    /*font-family: 'Source Sans Pro'*/
}

body, option, .gem-table thead th, .portfolio.columns-1 .portfolio-item .caption .subtitle, .gallery-item .overlay .subtitle, .cart_totals table .shipping td label, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price, .gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div, body .hamburger-minicart > .minicart .total strong, body .hamburger-minicart > .minicart ul li .quantity, .thegem-tabs__nav-item sup, .thegem-accordion__item-title sup, .page-breadcrumbs ul li, #primary-navigation #primary-menu > li.menu-item-cart > a.circle-count .minicart-item-count, .product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title, .thegem-combobox-wrap .thegem-combobox, .product-page__wrapper .reset_variations, .product-page__wrapper .size-guide, .single-product-content-right .compare, .single-product-content-right .yith-ywraq-add-to-quote {
    font-style: normal;
    font-weight: 400
}

body, .gem-table thead th, .inline-column, .inline-inside > *, option, .portfolio.columns-1 .portfolio-item .caption .subtitle, .gallery-item .overlay .subtitle, .cart_totals table .shipping td label, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price, .portfolio-filters a, .gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div, body .hamburger-minicart > .minicart .total strong, body .hamburger-minicart > .minicart ul li .quantity, .page-breadcrumbs ul li:not(:last-child):after, .product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title, .product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info del, .thegem-combobox-wrap .thegem-combobox, .single-product-content-right .compare, .single-product-content-right .yith-ywraq-add-to-quote {
    font-size: 16px
}

.page-breadcrumbs ul li, .product-page__wrapper .reset_variations, .product-page__wrapper .size-guide, .product-page__wrapper #thegem-reviews .woocommerce-Reviews .woocommerce-review__author {
    font-size: 14px
}

.thegem-tabs__nav-item sup, .thegem-accordion__item-title sup {
    font-size: 11px
}

body, option, .inline-column, .inline-inside > *, .related-element-info > a, .gallery-item .overlay .subtitle, .cart_totals table .shipping td label, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price, .gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div, body .hamburger-minicart > .minicart .total strong, body .hamburger-minicart > .minicart ul li .quantity, .thegem-combobox-wrap .thegem-combobox, .single-product-content-right .compare, .single-product-content-right .yith-ywraq-add-to-quote {
    line-height: 25px
}

.page-breadcrumbs ul li, .product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title, .product-page__wrapper .reset_variations, .product-page__wrapper .size-guide {
    line-height: 21.875px
}

body, option, .portfolio.columns-1 .portfolio-item .caption .subtitle, .gallery-item .overlay .subtitle, .cart_totals table .shipping td label, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price, .gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div, body .hamburger-minicart > .minicart .total strong, body .hamburger-minicart > .minicart ul li .quantity, .thegem-tabs__nav-item sup, .thegem-accordion__item-title sup, .thegem-combobox-wrap .thegem-combobox, .product-page__wrapper .reset_variations, .product-page__wrapper .size-guide, .single-product-content-right .compare, .single-product-content-right .yith-ywraq-add-to-quote {
    text-transform: none
}

.page-title-excerpt, .custom-title-excerpt {
    /*font-family: 'Montserrat UltraLight'*/
}

.page-title-excerpt, .custom-title-excerpt {
    font-style: normal;
    font-weight: 400
}

.page-title-excerpt, .custom-title-excerpt {
    font-size: 19px
}

@media (max-width: 600px) {
    .page-title-excerpt, .custom-title-excerpt {
        font-size: 3.1666666666667vw
    }
}

.page-title-excerpt, .custom-title-excerpt {
    line-height: 30px
}

@media (max-width: 600px) {
    .page-title-excerpt, .custom-title-excerpt {
        line-height: 5vw
    }
}

@media (max-width: 1199px) {
    .page-title-excerpt, .custom-title-excerpt {
        font-size: 19px
    }
}

@media (max-width: 1199px) {
    .page-title-excerpt, .custom-title-excerpt {
        line-height: 30px
    }
}

@media (max-width: 767px) {
    .page-title-excerpt, .custom-title-excerpt {
        font-size: 19px
    }
}

@media (max-width: 767px) {
    .page-title-excerpt, .custom-title-excerpt {
        line-height: 30px
    }
}

.page-title-excerpt, .custom-title-excerpt {
    text-transform: none
}

.widget-title {
    /*font-family: 'Montserrat'*/
}

.widget-title {
    font-style: normal;
    font-weight: 700
}

.widget-title {
    font-size: 19px
}

.widget-title {
    line-height: 30px
}

.widget-title {
    text-transform: uppercase
}

.gem-button, input[type=submit], .gem-pagination a, .gem-pagination .current, .blog-load-more button, body .wp-block-button .wp-block-button__link, body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a, .single-product-content-right .yith-ywraq-add-to-quote a.button, .single-product-content-right .compare.button {
    /*font-family: 'Montserrat'*/
}

.gem-button, input[type=submit], .gem-pagination a, .gem-pagination .current, .blog-load-more button, body .wp-block-button .wp-block-button__link, body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a, .single-product-content-right .yith-ywraq-add-to-quote a.button, .single-product-content-right .compare.button {
    font-style: normal;
    font-weight: 700
}

.gem-button, input[type=submit], .gem-pagination a, .gem-pagination .current, .blog-load-more button, body .wp-block-button .wp-block-button__link, body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a, .single-product-content-right .yith-ywraq-add-to-quote a.button, .single-product-content-right .compare.button {
    text-transform: uppercase
}

.gem-button.gem-button-text-weight-thin {
    /*font-family: 'Montserrat UltraLight'*/
}

.gem-button.gem-button-text-weight-thin {
    font-style: normal;
    font-weight: 400
}

.gem-button.gem-button-text-weight-thin {
    text-transform: uppercase
}

.gem-nivoslider-title {
    /*font-family: 'Montserrat'*/
}

.gem-nivoslider-title {
    font-style: normal;
    font-weight: 700
}

.gem-nivoslider-title {
    font-size: 50px
}

.gem-nivoslider-title {
    line-height: 69px
}

.gem-nivoslider-title {
    letter-spacing: px
}

.gem-nivoslider-description {
    /*font-family: 'Source Sans Pro'*/
}

.gem-nivoslider-description {
    font-style: normal;
    font-weight: 400
}

.gem-nivoslider-description {
    font-size: 16px
}

.gem-nivoslider-description {
    line-height: 25px
}

.gem-nivoslider-description {
    letter-spacing: px
}

.portfolio-item-title, .portfolio-item .wrap > .caption .title, .fancybox-title .slide-info-title, .blog.blog-style-masonry article .description .title {
    /*font-family: 'Montserrat'*/
}

.portfolio-item-title, .portfolio-item .wrap > .caption .title, .fancybox-title .slide-info-title, .blog.blog-style-masonry article .description .title {
    font-style: normal;
    font-weight: 700
}

.portfolio-item-title, .portfolio-item .wrap > .caption .title, .fancybox-title .slide-info-title, .blog.blog-style-masonry article .description .title {
    font-size: 16px
}

.portfolio-item-title, .portfolio-item .wrap > .caption .title, .fancybox-title .slide-info-title, .blog.blog-style-masonry article .description .title {
    line-height: 24px
}

.portfolio-item-title, .portfolio-item .wrap > .caption .title, .fancybox-title .slide-info-title, .blog.blog-style-masonry article .description .title {
    letter-spacing: 0px
}

.portfolio-item-description, .portfolio-item .caption .subtitle, .fancybox-title .slide-info-summary, .blog.blog-style-masonry article .description .summary {
    /*font-family: 'Source Sans Pro'*/
}

.portfolio-item-description, .portfolio-item .caption .subtitle, .fancybox-title .slide-info-summary, .blog.blog-style-masonry article .description .summary {
    font-style: normal;
    font-weight: 400
}

.portfolio-item-description, .portfolio-item .caption .subtitle, .fancybox-title .slide-info-summary, .blog.blog-style-masonry article .description .summary {
    font-size: 16px
}

.portfolio-item-description, .portfolio-item .caption .subtitle, .fancybox-title .slide-info-summary, .blog.blog-style-masonry article .description .summary {
    line-height: 24px
}

.portfolio:not(.columns-1):not(.portfolio-style-masonry) .portfolio-item .wrap > .caption .subtitle {
    max-height: 24px
}

.portfolio-item-description, .portfolio-item .caption .subtitle, .fancybox-title .slide-info-summary, .blog.blog-style-masonry article .description .summary {
    letter-spacing: 0px
}

.quickfinder-item-title {
    /*font-family: 'Montserrat'*/
}

.quickfinder-item-title {
    font-style: normal;
    font-weight: 700
}

.quickfinder-item-title {
    font-size: 16px
}

.quickfinder-item.col-md-2 .quickfinder-item-title, .quickfinder-item.col-md-3 .quickfinder-item-title {
    font-size: 12.8px
}

.quickfinder-item-title {
    line-height: 30px
}

.quickfinder-item.col-md-2 .quickfinder-item-title, .quickfinder-item.col-md-3 .quickfinder-item-title {
    line-height: 24px
}

.quickfinder-item-title {
    text-transform: uppercase
}

.quickfinder.quickfinder-title-thin .quickfinder-item-title {
    /*font-family: 'Montserrat UltraLight'*/
}

.quickfinder.quickfinder-title-thin .quickfinder-item-title {
    font-style: normal;
    font-weight: 400
}

.quickfinder.quickfinder-title-thin .quickfinder-item-title {
    font-size: 16px
}

.quickfinder.quickfinder-title-thin .quickfinder-item.col-md-2 .quickfinder-item-title, .quickfinder.quickfinder-title-thin .quickfinder-item.col-md-3 .quickfinder-item-title {
    font-size: 12.8px
}

.quickfinder.quickfinder-title-thin .quickfinder-item-title {
    line-height: 30px
}

.quickfinder.quickfinder-title-thin .quickfinder-item.col-md-2 .quickfinder-item-title, .quickfinder.quickfinder-title-thin .quickfinder-item.col-md-3 .quickfinder-item-title {
    line-height: 24px
}

.quickfinder.quickfinder-title-thin .quickfinder-item-title {
    text-transform: uppercase
}

.quickfinder-item-text {
    /*font-family: 'Source Sans Pro'*/
}

.quickfinder-item-text {
    font-style: normal;
    font-weight: 400
}

.quickfinder-item-text {
    font-size: 16px
}

.quickfinder-item-text {
    line-height: 25px
}

.quickfinder-item-text {
    text-transform: none
}

.gem-gallery-hover-zooming-blur .gem-gallery-item-title, .gem-gallery-grid .gallery-item .overlay .title, .gem-gallery .gem-gallery-caption .gem-gallery-item-title {
    /*font-family: 'Montserrat UltraLight'*/
}

.gem-gallery-hover-zooming-blur .gem-gallery-item-title, .gem-gallery-grid .gallery-item .overlay .title, .gem-gallery .gem-gallery-caption .gem-gallery-item-title {
    font-style: normal;
    font-weight: 400
}

.gem-gallery-hover-zooming-blur .gem-gallery-item-title, .gem-gallery-grid .gallery-item .overlay .title, .gem-gallery .gem-gallery-caption .gem-gallery-item-title {
    font-size: 24px
}

.gem-gallery-hover-zooming-blur .gem-gallery-item-title, .gem-gallery-grid .gallery-item .overlay .title, .gem-gallery .gem-gallery-caption .gem-gallery-item-title {
    line-height: 30px
}

body .gem-gallery-hover-zooming-blur .gem-gallery-item-title, body .gem-gallery-grid .gallery-item .overlay .title, body .gem-gallery .gem-gallery-caption .gem-gallery-item-title {
    text-transform: uppercase
}

.gem-gallery-grid.hover-default .gallery-item .overlay .title, .gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title {
    /*font-family: 'Montserrat'*/
}

.gem-gallery-grid.hover-default .gallery-item .overlay .title, .gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title {
    font-weight: 700
}

.gem-gallery-grid.hover-default .gallery-item .overlay .title, .gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title {
    font-size: 24px
}

.gem-gallery-grid.hover-default .gallery-item .overlay .title, .gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title {
    line-height: 31px
}

.gem-gallery-grid.hover-default .gallery-item .overlay .title, .gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title {
    letter-spacing: 0px
}

.gallery-description, .gem-gallery-item-description, .gallery-item .overlay .subtitle {
    /*font-family: 'Source Sans Pro'*/
}

.gallery-description, .gem-gallery-item-description, .gallery-item .overlay .subtitle {
    font-style: normal;
    font-weight: 300
}

.gallery-description, .gem-gallery-item-description, .gallery-item .overlay .subtitle {
    font-size: 17px
}

.gallery-description, .gem-gallery-item-description, .gallery-item .overlay .subtitle {
    line-height: 24px
}

body .gem-testimonial-text, body .testimonials-style-1-text {
    /*font-family: 'Source Sans Pro'*/
}

body .gem-testimonial-text, body .testimonials-style-1-text {
    font-style: normal;
    font-weight: 300
}

body .gem-testimonial-text, body .testimonials-style-1-text {
    font-size: 24px
}

@media (max-width: 600px) {
    body .gem-testimonial-text, body .testimonials-style-1-text {
        font-size: 4vw
    }
}

body .gem-testimonial-text, body .testimonials-style-1-text {
    line-height: 36px
}

@media (max-width: 600px) {
    body .gem-testimonial-text, body .testimonials-style-1-text {
        line-height: 6vw
    }
}

body .gem-testimonial-text, body .testimonials-style-1-text {
    text-transform: none
}

body .gem-testimonial-name {
    /*font-family: 'Montserrat'*/
}

body .gem-testimonial-name {
    font-style: normal;
    font-weight: 700
}

body .gem-testimonial-name {
    font-size: 14px
}

body .gem-testimonial-name {
    line-height: 25px
}

body .gem-testimonial-name {
    text-transform: uppercase
}

body .gem-testimonial-company {
    /*font-family: 'Source Sans Pro'*/
}

body .gem-testimonial-company {
    font-style: normal;
    font-weight: 300
}

body .gem-testimonial-company {
    font-size: 14px
}

body .gem-testimonial-company {
    line-height: 25px
}

body .gem-testimonial-company {
    text-transform: none
}

body .gem-testimonial-position {
    /*font-family: 'Source Sans Pro'*/
}

body .gem-testimonial-position {
    font-style: normal;
    font-weight: 300
}

body .gem-testimonial-position {
    font-size: 14px
}

body .gem-testimonial-position {
    line-height: 25px
}

body .gem-testimonial-position {
    text-transform: none
}

.gem-counter-number, .diagram-circle .text div span {
    /*font-family: 'Montserrat'*/
}

.gem-counter-number, .diagram-circle .text div span {
    font-style: normal;
    font-weight: 700
}

.gem-counter-number {
    font-size: 50px
}

.gem-counter-number {
    line-height: 69px
}

.gem-counter-number {
    text-transform: uppercase
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tab.vc_active > a, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel.vc_tta-style-modern .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel .vc_tta-panel-title, .thegem-tabs__nav-item.thegem-tabs__nav-item--active, .thegem-accordion__item-title.thegem-accordion__item--active, .portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
    /*font-family: 'Montserrat'*/
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tab.vc_active > a, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel.vc_tta-style-modern .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel .vc_tta-panel-title, .thegem-tabs__nav-item.thegem-tabs__nav-item--active, .thegem-accordion__item-title.thegem-accordion__item--active, .portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
    font-style: normal;
    font-weight: 700
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tab.vc_active > a, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel.vc_tta-style-modern .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel .vc_tta-panel-title, .thegem-tabs__nav-item.thegem-tabs__nav-item--active, .thegem-accordion__item-title.thegem-accordion__item--active, .portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
    font-size: 16px
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tab.vc_active > a, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel.vc_tta-style-modern .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel .vc_tta-panel-title, .thegem-tabs__nav-item.thegem-tabs__nav-item--active, .thegem-accordion__item-title.thegem-accordion__item--active, .portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
    line-height: 18px
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tab.vc_active > a, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-modern .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel.vc_tta-style-modern .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-simple_dashed .vc_tta-panel .vc_tta-panel-title, .thegem-tabs__nav-item.thegem-tabs__nav-item--active, .thegem-accordion__item-title.thegem-accordion__item--active, .portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
    text-transform: uppercase
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title, .thegem-tabs__nav-item, .thegem-accordion__item-title, .portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
    /*font-family: 'Montserrat UltraLight'*/
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title, .thegem-tabs__nav-item, .thegem-accordion__item-title, .portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
    font-style: normal;
    font-weight: 400
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title, .thegem-tabs__nav-item, .thegem-accordion__item-title, .portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
    font-size: 16px
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title, .thegem-tabs__nav-item, .thegem-accordion__item-title, .portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
    line-height: 18px
}

.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tab a, .wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title, .thegem-tabs__nav-item, .thegem-accordion__item-title, .portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
    text-transform: uppercase
}

.widget_shopping_cart_content .quantity, .widget_shopping_cart_content .total .amount {
    /*font-family: 'Montserrat'*/
}

.product-info .product-title.title-h6, .products .portfolio-item .wrap > .caption .title {
    /*font-family: 'Montserrat'*/
}

.product-info .product-title.title-h6, .products .portfolio-item .wrap > .caption .title {
    font-style: normal;
    font-weight: 700
}

.product-info .product-title.title-h6, .products .portfolio-item .wrap > .caption .title {
    font-size: 16px
}

.product-info .product-title.title-h6, .products .portfolio-item .wrap > .caption .title {
    line-height: 25px
}

.product-info .product-title.title-h6, .products .portfolio-item .wrap > .caption .title {
    letter-spacing: 0px
}

.single-product-content .product_title, .product-page__wrapper .product-page__attribute {
    /*font-family: 'Montserrat UltraLight'*/
}

.single-product-content .product_title, .product-page__wrapper .product-page__attribute {
    font-style: normal;
    font-weight: 400
}

.single-product-content .product_title {
    font-size: 28px
}

.product-page__wrapper .product-page__attribute {
    font-size: 14px
}

.single-product-content .product_title {
    line-height: 42px
}

.product-page__wrapper .product-page__attribute {
    line-height: 21px
}

.single-product-content .product_title, .product-page__wrapper .product-page__attribute {
    text-transform: uppercase
}

.widget .gem-products-title {
    /*font-family: 'Source Sans Pro'*/
}

.widget .gem-products-title {
    font-style: normal;
    font-weight: 400
}

.widget .gem-products-title {
    font-size: 16px
}

.widget .gem-products-title {
    line-height: 25px
}

.widget .gem-products-title {
    letter-spacing: 0px
}

.shop_table .product-name .product-title {
    /*font-family: 'Source Sans Pro'*/
}

.shop_table .product-name .product-title {
    font-style: normal;
    font-weight: 400
}

.shop_table .product-name .product-title {
    font-size: 16px
}

.shop_table .product-name .product-title {
    line-height: 25px
}

.shop_table .product-name .product-title {
    letter-spacing: 0px
}

.products .product-info .price ins, .products .product-info .price .amount, .portfolio-filters-list .widget_products .gem-products-price .amount, .portfolio-filters-list .widget_top_rated_products .gem-products-price .amount, .portfolio-filters-list .widget_recently_viewed_products .gem-products-price .amount {
    /*font-family: 'Source Sans Pro'*/
}

.products .product-info .price ins, .products .product-info .price .amount, .portfolio-filters-list .widget_products .gem-products-price .amount, .portfolio-filters-list .widget_top_rated_products .gem-products-price .amount, .portfolio-filters-list .widget_recently_viewed_products .gem-products-price .amount {
    font-style: normal;
    font-weight: 400
}

.products .product-info .price ins, .products .product-info .price .amount, .portfolio-filters-list .widget_products .gem-products-price .amount, .portfolio-filters-list .widget_top_rated_products .gem-products-price .amount, .portfolio-filters-list .widget_recently_viewed_products .gem-products-price .amount {
    font-size: 16px
}

.products .product-info .price ins, .products .product-info .price .amount, .portfolio-filters-list .widget_products .gem-products-price .amount, .portfolio-filters-list .widget_top_rated_products .gem-products-price .amount, .portfolio-filters-list .widget_recently_viewed_products .gem-products-price .amount {
    line-height: 25px
}

.single-product-content .price {
    /*font-family: 'Source Sans Pro'*/
}

.single-product-content .price {
    font-style: normal;
    font-weight: 300
}

.woocommerce .single-product-content .price {
    font-size: 36px
}

.woocommerce .single-product-content .price del, .woocommerce .single-product-content .single_variation .price del {
    font-size: 24px
}

.woocommerce .single-product-content .single_variation .price {
    font-size: 50px
}

.woocommerce .single-product-content .single_variation .price del {
    line-height: 24px
}

.woocommerce .single-product-content .single_variation .price {
    line-height: 50px
}

.woocommerce .product-page__wrapper .single-product-content .price {
    font-size: 36px
}

.woocommerce .product-page__wrapper .single-product-content .price del {
    font-size: 28px
}

.woocommerce .single-product-content .price {
    line-height: 36px
}

.woocommerce .single-product-content .price del {
    line-height: 24px
}

.woocommerce .product-page__wrapper .single-product-content .price {
    line-height: 36px
}

.woocommerce .product-page__wrapper .single-product-content .price del {
    line-height: 28px
}

.woocommerce .single-product-content .price {
    letter-spacing: 0px
}

.widget .gem-products-price ins, .widget .gem-products-price .amount {
    /*font-family: 'Source Sans Pro'*/
}

.widget .gem-products-price ins, .widget .gem-products-price .amount {
    font-style: normal;
    font-weight: 300
}

.widget .gem-products-price ins, .widget .gem-products-price .amount {
    font-size: 20px
}

.widget .gem-products-price ins, .widget .gem-products-price .amount {
    line-height: 30px
}

.widget .gem-products-price ins, .widget .gem-products-price .amount {
    letter-spacing: 0px
}

.woocommerce .woocommerce-cart-form .shop_table td.product-price, .woocommerce .woocommerce-cart-form .shop_table td.product-subtotal, .woocommerce .wishlist_table .product-info .product-info-content .product-price {
    /*font-family: 'Source Sans Pro'*/
}

.woocommerce .woocommerce-cart-form .shop_table td.product-price, .woocommerce .woocommerce-cart-form .shop_table td.product-subtotal, .woocommerce .wishlist_table .product-info .product-info-content .product-price {
    font-style: normal;
    font-weight: 300
}

.woocommerce .woocommerce-cart-form .shop_table td.product-subtotal, .woocommerce .wishlist_table .product-info .product-info-content .product-price {
    font-size: 24px
}

.woocommerce .woocommerce-cart-form .shop_table td.product-price {
    font-size: 19.9992px
}

.woocommerce .woocommerce-cart-form .shop_table td.product-price, .woocommerce .wishlist_table .product-info .product-info-content .product-price {
    line-height: 30px
}

.woocommerce .woocommerce-cart-form .shop_table td.product-subtotal {
    line-height: 24.999px
}

.woocommerce .woocommerce-cart-form .shop_table td.product-subtotal, .woocommerce .wishlist_table .product-info .product-info-content .product-price, .woocommerce .woocommerce-cart-form .shop_table td.product-price {
    letter-spacing: 0px
}

:root {
    --main-bg-color: #fff;
    --main-bg-color-08: rgba(15, 15, 15, .8)
}

.combobox-wrapper, #page .woocommerce .select2-container .select2-selection--single, .select2-container .select2-dropdown, .gem-team-style-5 .team-person:hover .team-person-hover, .gem-table td, body .gem-table-style-2 thead, body .gem-table-style-2 tr:nth-child(2n) td, .gem-table .tabletolist.nrh > li > ul > li, .resp-tabs-container, .resp-tab-content, .resp-tab-active, .gem-clients-type-carousel-grid .gem-client-item a:hover, .gem_client-carousel .gem-client-item a:hover, .products .product-inner, .gem-table .shop_table tbody tr, .widget_product_search input.search-field, .woocommerce-message:before, .woocommerce-info:before, .woocommerce table.shop_table.order-details tr.cart_item, .woocommerce table.shop_table.order-details tr.order_item, body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page-modern #order_review .woocommerce-checkout-payment .payment_methods .woocommerce-notice, .woocommerce-checkout-one-page-modern .woocommerce-terms-and-conditions, .triangle-with-shadow:after, .blog-style-default article .post-image .gem-dummy, .blog-style-default article.sticky .post-image .gem-dummy:after, .blog-style-timeline.blog-style-styled_list1 .item-post .post-text, .blog-style-default article.no-image .post-image .gem-dummy, .wpb_toggle, .vc_toggle_title, .page-title-style-2, .post-tags-list a:after, .portfolio .portfolio-item .overlay-line, .portfolio-item .wrap > .caption, .portfolio.background-style-dark .portfolio-item:hover .wrap > .caption, .portfolio.background-style-dark .caption-bottom-line .project-button .gem-button, .quickfinder-item .quickfinder-animation, .gem-counter .gem-counter-animation, .mc4wp-form input[type=email], .page-title-block.page-title-style-2, .page-title-block.has-background-image, body .widget .tagcloud a, .wpcf7-form.gem-contact-form-white .combobox-wrapper, .wpcf7-form.gem-contact-form-white input:not(.gem-button-wpcf-custom), .wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-button, .wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-text, .wpcf7-form.gem-contact-form-white .checkbox-sign, .wpcf7-form.gem-contact-form-white span.radio-sign, .wpcf7-form.gem-contact-form-white textarea, .diagram-wrapper.style-1 .digram-line-box .skill-line, .blog-style-styled_list1 .post-item, .blog-style-styled_list2 article, .blog-style-styled_list2 .post-item, .blog-style-styled_list2 .sticky, .blog-style-timeline .post-item, .blog-style-timeline .post-img, .blog-style-timeline .post-img a .dummy, .gem-basic-grid .vc_grid-item-mini, .gem-basic-grid .vc_gitem-zone-c, .shop-widget-area .widget .gem-products-content, .blog-style-compact article, .gem-search-form.gem-search-form-style-light .search-field, .page-title-block.custom-page-title, .custom-footer, .portfolio.extended-products-grid .portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-form, .portfolio-filters-list.style-standard:not(.single-filter) .portfolio-filter-item .portfolio-filter-item-list, .portfolio-sorting-select ul, .portfolio-filters-list.style-hidden .portfolio-filters-outer .portfolio-filters-area, .thegem-popup-notification .notification-message, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab.vc_active > a, .thegem-combobox-wrap .thegem-combobox__trigger, .thegem-combobox-wrap .thegem-combobox__options, .thegem-combobox-wrap .thegem-combobox__options-item, .product-page__wrapper .product-page__nav .product-page__nav-preview, .product-page__wrapper form.cart .quantity, #fullscreen-search, #fullscreen-search .search-results-section:nth-child(even) .pages-list .page-item article a {
    background-color: #fff
}

@media (max-width: 991px) {
    .portfolio-filters-list.style-standard .portfolio-filters-outer .portfolio-filters-area, .portfolio-filters-list.style-sidebar .portfolio-filters-outer .portfolio-filters-area {
        background-color: #fff
    }
}

.portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon:before, .gem-gallery-grid.hover-gradient .gallery-item .overlay a.icon:before, .gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after {
    background-color: rgba(15, 15, 15, .8)
}

.portfolio-item .wrap > .caption .caption-sizable-content:after, .portfolio.background-style-dark .portfolio-item:hover .wrap > .caption .caption-sizable-content:after {
    box-shadow: 0 0 30px 45px #fff
}

.blog-style-compact article .gem-compact-item-content:after {
    box-shadow: 0 5px 15px 15px #fff
}

.fullwidth-block .marker-direction-inside svg, .blog-style-styled_list1 .wrap-style, .blog-style-styled_list2 .wrap-style, .blog-style-timeline .wrap-style {
    fill: #fff
}

.gem-image a:after, .gem-textbox-picture a:after, .blog-style-default article.sticky .sticky-label, .blog-style-masonry article.sticky .sticky-label, .blog-style-styled_list1 article.sticky .sticky-label, .blog-style-styled_list2 article.sticky .sticky-label, .blog-style-timeline article.sticky .sticky-label, .justified-style-1 article.sticky .sticky-label, .justified-style-2 article.sticky .sticky-label, .blog-style-multi-author article.sticky .sticky-label, .blog article .post-featured-content > a:after, .blog .gem-simple-gallery .gem-gallery-item a:after, .blog-style-styled_list1 .wrap-style, .blog-style-styled_list2 .wrap-style, .blog-style-styled_list1 article a.default:after, .blog-style-styled_list2 article a.default:after, .blog-style-compact article a.default:after, .blog-style-timeline .wrap-style, #primary-navigation #primary-menu > li.menu-item-cart > a .minicart-item-count, .mobile-cart-position-top #site-header .mobile-cart .minicart-item-count, body .hamburger-minicart > a .minicart-item-count, body #primary-navigation #primary-menu > li.menu-item-cart > a.circle-count .minicart-item-count, .woocommerce ul.woocommerce-error li:before, .pricing-column-top-choice .pricing-column-top-choice-text, .widget .onsale:after, .widget_shopping_cart ul li.sale .minicart-image:before, #wp-calendar caption, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover, .widget.widget_calendar a:hover, .shop-widget-area .onsale, .socials-sharing li a:hover:after, .wpb_wrapper .vc_progress_bar .vc_label_units, .portfolio-item .image .overlay .links a.icon:before, .portfolio.hover-title .portfolio-item .caption .title, .portfolio.hover-title.columns-4 .portfolio-item .caption .title, .portfolio.hover-title .portfolio-item .caption .subtitle, .portfolio.hover-title .portfolio-item .caption .info, .portfolio.hover-title .portfolio-item .caption .info a, .portfolio.hover-default .portfolio-item .image .overlay .links .caption .info a, .portfolio .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item, .portfolio.products .portfolio-item .image .overlay .portfolio-icons.product-bottom a.added_to_cart, .portfolio.products .portfolio-item .image .overlay .portfolio-icons.product-bottom .yith-wcwl-wishlistaddedbrowse a, .news-grid.portfolio.hover-title .portfolio-item .caption .title > *, .news-grid.portfolio.hover-default .comments-link a, .news-grid.portfolio.hover-vertical-sliding .comments-link a, .news-grid.portfolio.hover-gradient .comments-link a, .news-grid.portfolio.hover-circular .comments-link a, .news-grid.portfolio.hover-default .zilla-likes, .news-grid.portfolio.hover-vertical-sliding .zilla-likes, .news-grid.portfolio.hover-gradient .zilla-likes, .news-grid.portfolio.hover-circular .zilla-likes, .news-grid.hover-default .portfolio-item .image .links .caption .author .author-name, .news-grid.hover-default .portfolio-item .image .links .caption .author .author-name a, .news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .author .author-name, .news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .author .author-name a, .news-grid.hover-default .portfolio-item .image .links .caption .description .subtitle, .news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .description .subtitle, .news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .description .subtitle, .news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .post-date, .news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .post-date, .news-grid.hover-gradient .portfolio-item .image .links .caption .post-date, .news-grid.hover-circular .portfolio-item .image .links .caption .post-date, .news-grid.portfolio.hover-vertical-sliding .portfolio-item .image .overlay .links .caption .info a, .news-grid.portfolio.hover-vertical-sliding .portfolio-item .image .overlay .links .caption .info span.sep, .news-grid.hover-gradient .portfolio-item .image .links .caption .author .author-name, .news-grid.hover-gradient .portfolio-item .image .links .caption .author .author-name a, .news-grid.hover-circular .portfolio-item .image .links .caption .author .author-name, .news-grid.hover-circular .portfolio-item .image .links .caption .author .author-name a, .news-grid.hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle, .news-grid.hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle, .news-grid.hover-circular .portfolio-item .image .links .caption .post-date, .news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .post-date, .news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .title > *, .news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .info a, .portfolio-filters a:hover, .portfolio-filters a.active, .portfolio.background-style-gray .portfolio-item:hover .wrap > .caption .title, .portfolio.background-style-dark .portfolio-item:not(:hover) .wrap > .caption .title, .gallery-item .overlay .title, .gallery-item .overlay .subtitle, .gallery-item .overlay a.icon:before, .gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-prev:after, .gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-next:after, .gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after, .gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-caption, .gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after, .gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after, .gem-simple-gallery .gem-gallery-item a:after, .post-tags-list a:hover, div.blog article a.youtube:after, div.blog article a.vimeo:after, div.blog article a.self_video:after, #colophon .recentcomments .comment-author-link a:hover, #colophon .project_info-item-style-1 .project_info-item-title, #colophon .gem-contacts-item a:hover, #colophon .widget_calendar td a, #colophon .widget.widget_search .gem-button:hover, #colophon .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit:hover, #colophon #mc4wp_submit:hover, body .widget .tagcloud a:hover, .gem-table-responsive.gem-table-style-3 .tabletolist > li .titles, .gem-table-style-3 thead tr th, .gem-table-style-3 thead h6, .breadcrumbs a, .bc-devider:before, body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item.vc_active > span, body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item:hover > span, .vc_grid-item.gem-media-grid .vc_gitem-post-data-source-post_title a, .gem-media-grid-2 .midia-grid-item-post-author, .gem-media-grid-2 .midia-grid-item-post-author span a, .widget .gem-dummy:after, .portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info a, .portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info span.sep, .portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info, .portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .title, .portfolio.hover-gradient .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item, .diagram-wrapper.style-3 .digram-line-box .skill-title, .gem-blog-slider .post-title a, #primary-menu.no-responsive > li.megamenu-enable > ul > li .mega-label, .gem-search-form.gem-search-form-style-dark .search-submit, .gem-attribute-selector .gem-attribute-options li .text, .gem-attribute-selector.type-label .gem-attribute-options li.selected .label, .gem-attribute-selector.type-label .gem-attribute-options li.selected:hover .label, body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active, body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active:hover, body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-label {
    color: #fff
}

.news-grid.portfolio.hover-default .portfolio-item .grid-post-meta .comments-link, .news-grid.portfolio.hover-vertical-sliding .portfolio-item .grid-post-meta .comments-link, .news-grid.portfolio.hover-gradient .portfolio-item .grid-post-meta .comments-link, .news-grid.portfolio.hover-circular .portfolio-item .grid-post-meta .comments-link {
    border-right-color: #fff
}

.portfolio.hover-default .portfolio-item .image .overlay .links .caption .info span.sep, .portfolio.hover-vertical-sliding .portfolio-item .image .overlay .links .caption .info span.sep, .portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info span.sep, .portfolio.hover-circular .portfolio-item .image .overlay .links .caption .info span.sep, .news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .info span.sep, .news-grid.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .info span.sep {
    border-left-color: #fff
}

@media (min-width: 768px) {
    .blog-style-timeline .item-post .post-text:after {
        border-right: 20px solid #fff
    }
}

@media (max-width: 768px) {
    .blog-style-timeline .item-post .post-text:after {
        border-bottom: 30px solid #fff
    }
}

@media (max-width: 768px) {
    .blog-style-timeline .post-text:after, .blog-style-timeline.blog-style-styled_list1 .post-text:after, .blog-style-timeline.blog-style-styled_list2 .post-text:after {
        border-bottom: 30px solid #fff
    }
}

.blog-style-styled_list1 .post-img a, .blog-style-styled_list2 .post-img a, .blog-style-timeline .post-img a {
    border: 3px solid #fff
}

@media (min-width: 768px) {
    body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
        background-color: #fff
    }
}

.preloader .skeleton .widget:after, .preloader .skeleton .portfolio-item:after, .preloader .skeleton .skeleton-sorting:after, .preloader .skeleton .products-category-item:after {
    background-image: linear-gradient(90deg, rgba(15, 15, 15, 0) 20%, rgba(15, 15, 15, .8) 50%, rgba(15, 15, 15, 0) 80%)
}

#colophon .gem-custom-mailchimp input[type=email] {
    background-color: #fff
}

.gem-styled-color-1, .gem-date-color, .gem-table thead th, .woocommerce table.shop_table.order-details thead tr th, .gem_accordion_header a, .gem-testimonial-name, .post-author-avatar:after, .comments-link a:hover, .shipping_calculator .shipping-calculator-button:before, .widget_calendar caption, .widget.widget_search .gem-button, #wp-calendar thead tr th, .widget.widget_calendar a:hover, .gem-teams-phone, .resp-tab-active, .wpb_toggle, .vc_toggle_title h4, .account-tittle, .blog-style-timeline .post-time span, .blog.blog-style-masonry article .description .tags a.active, .widget_tweets .twitter-box .jtwt_tweet:before, .jtwt_tweet_text.icon-twitter a, .gem-pp-posts-date, .gem-latest-news-title span, .widget.widget_search .gem-button:hover, .mc-text span, .blog-style-styled_list1 .post-time, .blog-style-styled_list2 .post-time, .blog-style-multi-author .post-date, .comment-form label em, .comment-awaiting-moderation, .woocommerce-before-cart .cart-short-info .items-count, .shop_table td.product-remove .remove, .products .product-info .price ins, .products .product-info .price .amount, .comment-form-rating .stars a.active, .comment-form-rating .stars a:hover, .woocommerce .checkout .woocommerce-billing-collumn .form-row label abbr, .woocommerce .edit-address-form .woocommerce-billing-collumn .form-row label abbr, .woocommerce ul.woocommerce-error li, .woocommerce .checkout-login-box .login .form-row label .required, .woocommerce .checkout-lost-password-box .form-row label .required, .woocommerce #customer_login .col .login-box .form-row label .required, body .mobile-cart .mobile-cart-header .mobile-cart-header-title:before, body .woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-payment-total .order-total td .amount, body .woocommerce ul.order_details li:before, .read-more-link:before, .post-related-posts h2:before, .gem_accordion_header.ui-accordion-header-active .ui-accordion-header-icon:before, .form-edit-adress abbr, .post-author-info .categories a, .post-author-info .categories, .block-navigation-prev a:before, .block-navigation-next a:after, h4.wpb_toggle_title_active:after, .vc_toggle_active .vc_toggle_title:after, .resp-accordion.resp-tab-active:after, .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .info a, .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .info span.sep, .blog.blog-style-masonry article .description .info .more-link:before, .portfolio.hover-new-horizontal-sliding .portfolio-item .image .overlay .links .caption .info a, .portfolio.hover-new-horizontal-sliding .portfolio-item .image .overlay .links .caption .info span.sep, .version-new.news-grid.hover-new-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes a, .portfolio.hover-default-horizontal-sliding .portfolio-item .image .overlay .links .caption .info a, #colophon .widget_nav_menu ul.menu li.menu-item-current > a, #colophon .widget_submenu > div > ul li.menu-item-current > a, #colophon .widget_nav_menu ul.menu li.menu-item-active > a, #colophon .widget_submenu > div > ul li.menu-item-active > a {
    color: #e77785
}

.portfolio.hover-default-horizontal-sliding .portfolio-item .image .overlay .links .caption .info span.sep {
    border-left-color: #e77785
}

.portfolio-filters a.active, .post-tags-list a:hover, .portfolio .portfolio-item .caption .caption-separator, .portfolio .portfolio-item .caption .caption-separator-line:after, .portfolio .portfolio-item .caption .caption-separator-line-hover:after, body.search .page-title-block, .widget_pages > ul li.current_page_item > a:before, .widget_pages > ul li li .current_page_item > a:before, .widget_nav_menu li li .current-menu-item > a:before, .widget_submenu li li .menu-item-active > a:before, .widget_nav_menu .current-menu-ancestor > a:before, .widget_submenu .menu-item-active > a:before, .widget_submenu .current-menu-ancestor > a:before, .widget_nav_menu li li a:hover:before, .widget_submenu li li a:hover:before, .widget_categories li li a:hover:before, .widget_categories .current-cat a:before, .widget_categories > ul li.current-cat-parent > a:before, .widget_product_categories li li a:hover:before, .widget_product_categories .current-cat a:before, .widget_product_categories > ul li.current-cat-parent > a:before, .widget_pages > ul li li.page_item_has_children.current_page_ancestor > a:before, .widget_pages ul li li a:hover:before, #colophon .widget_calendar td a, body .widget .tagcloud a:hover, .gem-table-responsive.gem-table-style-3 .tabletolist > li:nth-child(odd) .titles, .gem-table-style-3 thead tr th:nth-child(odd), .site-footer .widget_text ul li:before, .page-content.content-none .searchform .searchform-submit .gem-button, .wpcf7-form .gem-button:not(.gem-button-wpcf-custom), .wpcf7-form input[type=submit]:not(.gem-button-wpcf-custom), .wpcf7-form.gem-contact-form-white input[type=submit]:not(.gem-button-wpcf-custom), .wpcf7-form.gem-contact-form-dark input[type=submit]:not(.gem-button-wpcf-custom), body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item.vc_active, .gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b, .ui-slider-handle.ui-state-default.ui-corner-all, body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li.sale .minicart-image:before, body .hamburger-minicart > .minicart ul li.sale .minicart-image:before, body.mobile-cart-position-top #site-header .mobile-cart ul li.sale .minicart-image:before, .products .product-info .rating-empty, .woocommerce-cart-form .actions .checkout-button, .wc-proceed-to-checkout .checkout-button, .widget_shopping_cart_content .buttons a.checkout, body .products .category-overlay-separator, #primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .buttons a.checkout, .hamburger-minicart .widget_shopping_cart_content .buttons a.checkout, .woocommerce ul.woocommerce-error li:before, .widget .product_list_widget .onsale, .shop-widget-area .onsale, .widget_shopping_cart ul li.sale .minicart-image:before, .gem-team-style-5 .team-person:hover .image-hover, .blog-style-default article.sticky .sticky-label, .blog-style-default article.sticky .sticky-label:after, .blog-style-masonry article.sticky .sticky-label, .blog-style-masonry article.sticky .sticky-label:before, .blog-style-masonry article.sticky .sticky-label:after, .blog-style-styled_list1 article.sticky .sticky-label, .blog-style-styled_list1 article.sticky .sticky-label:before, .blog-style-styled_list1 article.sticky .sticky-label:after, .blog-style-styled_list2 article.sticky .sticky-label, .blog-style-styled_list2 article.sticky .sticky-label:before, .blog-style-styled_list2 article.sticky .sticky-label:after, .blog-style-timeline article.sticky .sticky-label, .blog-style-timeline article.sticky .sticky-label:before, .blog-style-timeline article.sticky .sticky-label:after, .justified-style-1 article.sticky .sticky-label, .justified-style-2 article.sticky .sticky-label, .justified-style-1 article.sticky .sticky-label:before, .justified-style-2 article.sticky .sticky-label:before, .justified-style-1 article.sticky .sticky-label:after, .justified-style-2 article.sticky .sticky-label:after, .blog-style-multi-author article.sticky .sticky-label, .blog-style-multi-author article.sticky .sticky-label:before, .blog-style-multi-author article.sticky .sticky-label:after, .mc-form #mc4wp_submit:hover, #primary-navigation #primary-menu > li.menu-item-cart > a .minicart-item-count, #primary-navigation #primary-menu > li.menu-item-cart > a .minicart-item-count:after, body.mobile-cart-position-top #site-header .mobile-cart .minicart-item-count, .hamburger-minicart > a .minicart-item-count, body .woocommerce .checkout-signin .checkout-create-account button, .gem-featured-posts-slider-dots a.selected > span, .thegem-tabs__nav-item sup, .thegem-accordion__item-title sup, .thegem-combobox-wrap .thegem-combobox__options-item:hover, .thegem-combobox-wrap .thegem-combobox__options-item.selection, .gem-attribute-selector.type-label .gem-attribute-options li.selected, body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active, body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-label {
    background-color: #e77785
}

.header-style-2 #primary-menu.no-responsive li li.menu-item-current > a, .header-style-2 #primary-menu.no-responsive li li.menu-item-active > a, .header-style-2 #primary-menu.no-responsive li li:hover > a, .header-style-3 #primary-menu.no-responsive li li.menu-item-current > a, .header-style-3 #primary-menu.no-responsive li li.menu-item-active > a, .header-style-3 #primary-menu.no-responsive li li:hover > a, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a, .header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive li li.menu-item-current > a, .header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive li li.menu-item-active > a, .header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive li li:hover > a, .header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive li li.menu-item-current > a, .header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive li li.menu-item-active > a, .header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive li li:hover > a, #thegem-perspective .perspective-navigation #primary-menu.no-responsive li li.menu-item-current > a, #thegem-perspective .perspective-navigation #primary-menu.no-responsive li li.menu-item-active > a, #thegem-perspective .perspective-navigation #primary-menu.no-responsive li li:hover > a, .mobile-menu-layout-default .primary-navigation.responsive ul > li.menu-item-current > a, .mobile-menu-layout-default .primary-navigation.responsive ul > li.menu-item.menu-item-active a, body .widget .tagcloud a:hover, .gem-media-grid .vc_gitem-animated-block .vc_gitem-zone-b .vc_separator .vc_sep_holder .vc_sep_line, .products .product .product-info .product-rating .empty-rating:before, .gem-attribute-selector.type-label .gem-attribute-options li.selected, body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active, body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-label, #fullscreen-search .pages-list .page-item article:hover a {
    border-color: #e77785
}

.header-style-2 #primary-menu.no-responsive li li.menu-item-current > a, .header-style-2 #primary-menu.no-responsive li li.menu-item-active > a, .header-style-2 #primary-menu.no-responsive li li:hover > a, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a, .header-style-2 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a, .header-style-3 #primary-menu.no-responsive li li.menu-item-current > a, .header-style-3 #primary-menu.no-responsive li li.menu-item-active > a, .header-style-3 #primary-menu.no-responsive li li:hover > a, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a, .header-style-3 #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a {
    border-color:
}

body .woocommerce-checkout-one-page #customer_details > div:after {
    border-bottom-color: #e77785
}

.gallery-item .overlay .subtitle a, .portfolio.background-style-gray .portfolio-item:hover .wrap > .caption .zilla-likes:hover, .single-product-content .price del, .shop_table td.product-subtotal, .page-content.content-none .searchform input, .woocommerce table.shop_table.order-details tr.cart_item td.product-name .product-info .styled-subtitle, .woocommerce table.shop_table.order-details tr.order_item td.product-name .product-info .styled-subtitle, .woocommerce table.shop_table.order-details tr.cart_item td.product-name .product-info h4 a, .woocommerce table.shop_table.order-details tr.order_item td.product-name .product-info h4 a, .widget_shopping_cart_content .quantity, .woocommerce .checkout_coupon .styled-subtitle, .woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount, .woocommerce table.shop_table.order-details tr.order_item td.product-total .amount, .woocommerce .gem-products-price ins, .gem-products-price > span, .widget-area .reviewer, .widget_shopping_cart_content .quantity, .widget_shopping_cart_content .total .amount, .zilla-likes.active, .zilla-likes.active:hover, body .pricing-table-style-1 .pricing-price-subtitle, .post-tags-list a, .version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta a.icon.share:before, .version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .comments-link a, .version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .portfolio-sharing-pane .socials-item, .version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .grid-post-meta a.icon.share:before, .version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item, .version-default.news-grid.hover-default-zooming-blur .portfolio-item .links .caption .grid-post-meta .comments-link a {
    color: #99a9b5
}

.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes, .version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .comments-link, .version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .post-meta-likes, .version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes, .version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .comments-link, .version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .post-meta-likes {
    border-left-color: #99a9b5
}

.widget.widget_search .gem-button, .widget_nav_menu li li a:before, .widget_submenu li li a:before, .widget_pages li li a:before, .widget_categories li li a:before, .widget_product_categories li li a:before, #wp-calendar caption, body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item:hover {
    background-color: #99a9b5
}

body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a {
    border: 2px solid #99a9b5
}

body .widget .tagcloud a {
    border: 1px solid #99a9b5
}

.zilla-likes, span.req, #wp-calendar thead tr th:last-child, .widget_pages > ul li li li.current_page_item > a, .widget_nav_menu li li li a:hover, .widget_nav_menu li li li.current-menu-item > a, .widget_submenu li li li.menu-item-active > a, .widget_submenu li li li a:hover, .widget_pages ul li li li a:hover, .widget_categories li li li a:hover, .widget.widget_categories > ul li li.current-cat > a, .widget_product_categories li li li a:hover, .widget.widget_product_categories > ul li li.current-cat > a, .products .product-bottom .yith-wcwl-wishlistexistsbrowse a:before, .portfolio.products .portfolio-item .image .overlay .portfolio-icons.product-bottom .yith-wcwl-wishlistexistsbrowse a:before, .news-grid.portfolio.hover-zooming-blur .zilla-likes.active, .version-new.news-grid.hover-new-zooming-blur .portfolio-item .links .caption .grid-post-meta .post-meta-likes a, .version-default.news-grid.hover-default-zooming-blur .portfolio-item .links .caption .grid-post-meta .post-meta-likes a, .version-new.news-grid .portfolio-item .wrap > .caption .grid-post-meta .zilla-likes:before, .version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes .zilla-likes {
    color: #f44336
}

.widget_pages > ul li li li.current_page_item > a:before, .widget_nav_menu li li li.current-menu-item > a:before, .widget_submenu li li li.menu-item-active > a:before, .widget_nav_menu li li li a:hover:before, .widget_submenu li li li a:hover:before, .widget_pages li li li a:hover:before, .widget_categories li li li a:hover:before, .widget_product_categories li li li a:hover:before, .widget_nav_menu div ul li li li a:hover:before, .widget_submenu div ul li li li a:hover:before, .widget_pages ul li li li a:hover:before, .widget_categories ul li li li a:hover:before, .widget.widget_categories > ul li.current-cat > a:before, .widget_product_categories ul li li li a:hover:before, .widget.widget_product_categories > ul li.current-cat > a:before, #primary-menu.no-responsive > li.megamenu-enable > ul > li .mega-label {
    background-color: #f44336
}

#primary-menu.no-responsive .vertical-minisearch .sf-submit-icon:after, body .woocommerce .woocommerce-cart-form .actions .submit-buttons .checkout-button-button .checkout-button, body .woocommerce .wc-proceed-to-checkout .checkout-button-button .checkout-button, body .woocommerce .payment_methods .radio-sign:before, body .products .product-category a:hover .category-overlay, .related-posts-carousel .related-posts-navigation .gem-button.related-posts-prev:hover, .related-posts-carousel .related-posts-navigation .gem-button.related-posts-next:hover, .portfolio.background-style-gray .portfolio-item:hover .wrap > .caption, .portfolio.background-style-dark .portfolio-item:not(:hover) .wrap > .caption, .gem-attribute-selector .gem-attribute-options li .text {
    background-color: #282828
}

body .woocommerce .woocommerce-cart-form .actions .submit-buttons .checkout-button-button .checkout-button:hover, body .woocommerce .wc-proceed-to-checkout .checkout-button-button .checkout-button:hover, .related-posts-carousel .related-posts-navigation .gem-button.related-posts-prev:hover, .related-posts-carousel .related-posts-navigation .gem-button.related-posts-next:hover, body .woocommerce-cart-checkout-steps-content .step.active, body .gem-attribute-selector.type-color .gem-attribute-options li.selected, body .portfolio-filters-list .portfolio-filter-item.attribute-type-color ul li a.active .color:before, body .portfolio-filters-list .portfolio-filter-item.attribute-type-color ul li a:hover .color:before, body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-color .color:before, body .portfolio-filters-list .widget_layered_nav ul li a.attribute-type-color:hover .color:before {
    border-color: #282828
}

.zilla-likes:hover, body .woocommerce .woocommerce-cart-form .actions .submit-buttons .checkout-button-button .checkout-button:hover, body .woocommerce .wc-proceed-to-checkout .checkout-button-button .checkout-button:hover, body.woocommerce-cart-layout-modern .woocommerce .woocommerce-order .woocommerce-order-overview li strong, .news-grid.portfolio.hover-default .zilla-likes:hover, .news-grid.portfolio.hover-vertical-sliding .zilla-likes:hover, .news-grid.portfolio.hover-gradient .zilla-likes:hover, .news-grid.portfolio.hover-circular .zilla-likes:hover, .news-grid.portfolio.hover-default .comments-link a:hover, .news-grid.portfolio.hover-vertical-sliding .comments-link a:hover, .news-grid.portfolio.hover-gradient .comments-link a:hover, .news-grid.portfolio.hover-circular .comments-link a:hover, .version-new.news-grid .portfolio-item .wrap > .caption .author, .gem-featured-posts-slider-nav.style-icon-1 a:hover, .gem-featured-posts-slider-nav.style-icon-2 a:hover, .gem-featured-posts-slider-nav.style-icon-3 a:hover, #primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-submit-icon:after, .vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-submit-icon:after, #primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-input, .vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-input {
    color: #282828
}

.version-new.news-grid.portfolio.hover-new-default .portfolio-item .image .links .caption .info, .version-new.news-grid.portfolio.hover-new-zooming-blur .portfolio-item .image .links .caption .info, .version-new.news-grid.portfolio.hover-new-vertical-sliding .portfolio-item .image .links .caption .info {
    background-color: rgba(40, 40, 40, .7)
}

body .gem-attribute-selector .gem-attribute-options li .text:after {
    border-top-color: #282828
}

.gem-default-divider, .portfolio-filters-list.style-hidden .portfolio-filters-area-scrollable .portfolio-filter-item, .portfolio-filters-list.style-sidebar .portfolio-filters-area-scrollable .portfolio-filter-item, .portfolio-filters-list .widget-area .widget, .thegem-accordion__item {
    border-top: 1px solid #dfe5e8
}

@media (max-width: 991px) {
    .portfolio-filters-list.style-standard .portfolio-filters-area-scrollable .portfolio-filter-item {
        border-top: 1px solid #dfe5e8
    }
}

.blog-style-default article:not(.sticky), .thegem-accordion__item:last-child, #fullscreen-search .sf-input, .ajax-minisearch-results .search-results-section {
    border-bottom: 1px solid #dfe5e8
}

@media (min-width: 992px) {
    .portfolio-filter-tabs.style-alternative.separator {
        border-bottom: 1px solid #dfe5e8
    }
}

@media (max-width: 991px) {
    .portfolio-filter-tabs.style-alternative.separator .portfolio-filter-tabs-list {
        border-top: 1px solid #dfe5e8
    }
}

.skill-line, .portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range, .thegem-tabs__nav-line, .ajax-minisearch-results::-webkit-scrollbar-thumb {
    background-color: #dfe5e8
}

.bordered-box, .portfolio.columns-1.background-style-white .portfolio-item .wrap > .caption, .gem-table-responsive .tabletolist.nrh > li > ul, *:not(.gem-table):not(.cart_totals) > table:not(.shop_table):not(.group_table):not(.variations) td, *:not(.gem-table):not(.cart_totals) > table:not(.shop_table):not(.group_table):not(.variations) th, .products .product-inner, .widget_recent_reviews ul.product_list_widget li, .widget_shopping_cart_content ul.product_list_widget li, form.cart .quantity .minus, form.cart .quantity .plus, .shop_table .quantity .minus, .shop_table .quantity .plus, .woocommerce-cart-form.responsive .cart-item, .form-edit-adress-fields, .woocommerce .checkout_coupon, .woocommerce .checkout-login-box .login-message-box, .triangle-with-shadow:after, .gem-tabs-style-1 .resp-tabs-container, .gem-tabs-style-1 .gem_tabs_nav li, .gem-tour-style-1 > .gem_tour_tabs_wrapper, .gem-tour-style-1 .gem_tabs_nav li, .gem-tabs-style-2 .resp-accordion, .blog-style-timeline .post-text, .widget_layered_nav ul, .gem-table, .gem-table-style-1 td, .blog-style-styled_list1 .post-item, .blog-style-styled_list2 .post-item, .blog-style-timeline .post-item, .gem-basic-grid .vc_grid-item-mini, .gem-media-grid-2 .vc_grid-item-mini, .justified-style-1 .post-content-wrapper, .widget-area .widget_recently_viewed_products .gem-products-image, form.cart .quantity .qty, body.woocommerce-cart-layout-modern .woocommerce .shop_table .product-quantity .quantity, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:before, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:after, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-controls-icon:before, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-controls-icon:after, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab > a, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    border: 1px solid #dfe5e8
}

.blog-style-styled_list1 .wrap-style, .blog-style-styled_list1 .sticky .wrap-style, .blog-style-styled_list2 .wrap-style, .blog-style-timeline .wrap-style {
    stroke: #dfe5e8
}

.gem-wrapbox-style-1, .gem-wrapbox-style-4, .gem-wrapbox-style-5, .gem-wrapbox-style-6, .gem-wrapbox-style-7, .gem-wrapbox-style-8, .gem-wrapbox-style-11, .gem-wrapbox-style-10, .gem-wrapbox-style-3, body .woocommerce-cart-checkout-steps-content .step, body .woocommerce .shop_table tbody tr td, body .woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-payment-total th, body .woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-payment-total td, body .woocommerce .woocommerce-checkout .shop_table tfoot > tr > td, body .woocommerce .cart_totals table th, body .woocommerce .cart_totals table td, body .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .payment_methods li, body .woocommerce-checkout-one-page #order_review table tbody th, body .woocommerce-checkout-one-page #order_review table tbody td, body #primary-menu.no-responsive > li.menu-item-cart > .minicart, body .hamburger-minicart > .minicart, .portfolio.extended-products-grid .portfolio-item.product .wrap > .image, .portfolio.extended-products-grid .portfolio-item.product .wrap > .caption, body .portfolio-filters-list .portfolio-filter-item.attribute-type-color ul li a .color:before, body .portfolio-filters-list .widget_layered_nav ul li a.attribute-type-color .color:before, body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a, body .portfolio-filters-list .widget_layered_nav ul li a.attribute-type-label {
    border-color: #dfe5e8
}

.gem-table-style-2 td, .gem-table-style-2 thead {
    border: 2px solid #dfe5e8
}

.shop_table .quantity .qty, .woocommerce table.shop_table.order-details, .woocommerce table.shop_table.order-details tr.cart_item, .woocommerce table.shop_table.order-details tr.order_item, .widget .product-dummy-wrapper, .post-related-posts, .sidebar .widget .gem-contacts-item.gem-contacts-address, .gem-tabs-style-2 .resp-tabs-container, .gem-tabs-style-1 .resp-accordion.resp-tab-active, .gem-tour-style-1 .resp-accordion.resp-tab-active, .widget_submenu > div > ul, .widget_nav_menu > div > ul, .widget.widget_pages > ul, .widget_categories > ul, .widget_product_categories > ul, .widget_nav_menu ul.menu, .portfolio-item .wrap, .portfolio.news-grid.background-style-transparent .portfolio-item .wrap > .caption, .Custom_Recent_Posts ul li, .Custom_Popular_Posts ul li, .widget_recent_entries li, .widget_meta li, .gem-latest-news, .gem-latest-news ul, .widget .gem-products-content, .widget-area .gem-products-image, .widget.widget_shopping_cart ul li .minicart-image, .project_info-item-style-1 .project_info-item.iconed, .widget_tweets .twitter-box .jtwt_tweet, .blog-style-default article:not(.sticky), .project-info-shortcode-style-2 .project-info-shortcode-item, .single-product-content .rating-divider {
    border-bottom: 1px solid #dfe5e8
}

.gem_accordion_section + .gem_accordion_section, .shop_table .quantity .qty, .gem-table .shop_table tr + tr td, body.woocommerce-cart-layout-modern .gem-table .shop_table tr td, .cart_totals table tr + tr td, .cart_totals table tr + tr th, .order-totals table tr + tr td, .order-totals table tr + tr th, .woocommerce table.checkout-cart-info-table tr, .mobile-cart-position-top #site-header .mobile-cart .widget_shopping_cart_content ul.cart_list > li, .gem-tabs-style-2 .resp-tabs-container, .gem-tour-style-2 .gem_tabs_nav li + li, .gem-tour-style-1 .resp-accordion, .gem-tour-style-2 .resp-accordion, .gem-tabs-style-1 .resp-accordion, .wpb_toggle_content + .wpb_toggle, .vc_toggle + .vc_toggle .vc_toggle_title, .widget .product-dummy-wrapper, .widget_layered_nav ul li, .widget_submenu li, .widget_nav_menu li, .widget.widget_pages li, .widget_categories li, .widget_product_categories li, .widget_recently_viewed_products ul.product_list_widget li + li, .widget .gem-products-content, .widget-area .gem-products-image, .widget.widget_shopping_cart ul li .minicart-image, #colophon .widget_nav_menu ul.menu > li > ul, #colophon .widget_submenu > div > ul > li > ul, .single-product-content .rating-divider {
    border-top: 1px solid #dfe5e8
}

.widget_submenu > div > ul, .widget_nav_menu > div > ul, .widget.widget_pages > ul, .widget_categories > ul, .widget_product_categories > ul, .gem-tour-style-2 .resp-tabs-container, .gem-tabs-style-2 .gem_tabs_nav li + li, .widget-area .gem-products-image, .widget.widget_shopping_cart ul li .minicart-image, #colophon .widget_nav_menu ul.menu > li > ul, #colophon .widget_submenu > div > ul > li > ul {
    border-left: 1px solid #dfe5e8
}

.widget_submenu > div > ul, .widget_nav_menu > div > ul, .widget.widget_pages > ul, .widget_categories > ul, .widget_product_categories > ul, .widget .gem-products-content, .gem-table-style-2 .tabletolist .row_headers, #colophon .widget_nav_menu ul.menu > li > ul, #colophon .widget_submenu > div > ul > li > ul {
    border-right: 1px solid #dfe5e8
}

.portfolio-filters a, body .testimonials-style-2-item, .widget_calendar td a, .widget-area .widget.widget_search form, form.cart .quantity .minus, form.cart .quantity .plus, .shop_table .quantity .minus, .shop_table .quantity .plus, body.woocommerce-cart-layout-modern .woocommerce .shop_table .product-quantity .quantity button:before, body .woocommerce-checkout-one-page.woocommerce-checkout-one-page-modern .shop_table .product-name .product-quantity, body.woocommerce-cart-layout-modern .woocommerce-empty-cart:before, .blog-style-timeline article:after, #colophon .widget_calendar td a:hover, .diagram-wrapper.style-2 .digram-line-box .skill-line, .blog-style-styled_list1 .sticky, .blog-style-styled_list1 .sticky .post-img a .dummy, .widget .gem-dummy, .quickfinder-style-vertical .quickfinder-item:first-child .quickfinder-item-connector.connector-bot, body .quickfinder-item .quickfinder-item-connector, .sharing-popup, .widget-gem-portfolio-item.gem-portfolio-dummy, .blog-style-timeline article:before, .post-tags-list a {
    background-color: #dfe5e8
}

.sharing-popup .sharing-styled-arrow {
    fill: #dfe5e8
}

@media (min-width: 768px) {
    .blog-style-timeline .item-post .post-text:before {
        border-right: 20px solid #dfe5e8
    }
}

.blog-style-styled_list1 .post-img, .blog-style-styled_list2 .post-img, .blog-style-timeline .post-img {
    border: 3px solid #dfe5e8
}

@media (max-width: 768px) {
    .gem-table-responsive .tabletolist > li span {
        border-top: 1px solid #dfe5e8
    }

    .gem-table-responsive .tabletolist > li {
        border: 1px solid #dfe5e8
    }

    .gem-table-responsive .tabletolist .row_headers {
        border-right: 1px solid #dfe5e8
    }

    .gem-table-responsive.gem-table-style-2 .tabletolist > li {
        border: 2px solid #dfe5e8
    }

    .gem-table-responsive.gem-table-style-2 .tabletolist > li span {
        border-top: 2px solid #dfe5e8
    }

    .gem-table-responsive.gem-table-style-2 .tabletolist .row_headers, .gem-table-responsive.gem-table-style-2 .tabletolist .row_headers {
        border-right: 2px solid #dfe5e8
    }

    .blog-style-timeline .item-post .post-text:before, .blog-style-timeline .post-text:before, .blog-style-timeline.blog-style-styled_list1 .post-text:before, .blog-style-timeline.blog-style-styled_list2 .post-text:before {
        border-bottom: 30px solid #dfe5e8
    }
}

.comments-title:before, .comment-reply-title:before, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-controls-icon:before, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-controls-icon:after {
    color: #dfe5e8
}

@media (min-width: 768px) {
    body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels:before, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels:after {
        border-color: #dfe5e8
    }
}

@media (max-width: 992px) {
    body:not(.woocommerce-cart-layout-modern) .woocommerce table.shop_table_responsive.shop_table.woocommerce-cart-form__contents tbody tr {
        border: 1px solid #dfe5e8
    }
}

@media (max-width: 768px) {
    body.woocommerce-cart-layout-modern .woocommerce table.shop_table_responsive.shop_table.woocommerce-cart-form__contents tbody tr + tr {
        border-top: 1px solid #dfe5e8
    }
}

#primary-navigation.responsive #primary-menu li > a, #primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
    /*font-family: 'Source Sans Pro'*/
}

#primary-navigation.responsive #primary-menu li > a, #primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
    font-style: normal;
    font-weight: 400
}

#primary-navigation.responsive #primary-menu li > a, #primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
    font-size: 16px
}

#primary-navigation.responsive #primary-menu li > a, #primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
    line-height: 20px
}

#primary-navigation.responsive #primary-menu li > a, #primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
    text-transform: none
}

body .menu-overlay.mobile {
    background-color: #fff
}

#primary-navigation.responsive #primary-menu > li > a, #primary-navigation.responsive #primary-menu > li > .menu-item-parent-toggle, #primary-navigation.responsive ul.dl-submenu.level1 > li > a, .primary-navigation.responsive .minisearch .sf-input, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type=text], .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch .sf-submit-icon:before, .mobile-cart-position-top .menu-overlay.mobile.active + #site-header .mobile-cart > a:before {
    color: #5f727f
}

.primary-navigation.responsive .minisearch .sf-input::placeholder, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type=text]::placeholder {
    color: #5f727f
}

.primary-navigation.responsive .minisearch .sf-input::-webkit-input-placeholder, .mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type=text]::-webkit-input-placeholder {
    color: #5f727f
}

#page #site-header.mobile-menu-layout-overlay .header-main #primary-navigation.overlay-active:not(.close) .menu-toggle .menu-line-1, #page #site-header.mobile-menu-layout-overlay .header-main #primary-navigation.overlay-active:not(.close) .menu-toggle .menu-line-2, #page #site-header.mobile-menu-layout-overlay .header-main #primary-navigation.overlay-active:not(.close) .menu-toggle .menu-line-3, #page #site-header.mobile-menu-layout-overlay .header-main #perspective-menu-buttons.overlay-active:not(.close) .menu-toggle .menu-line-1, #page #site-header.mobile-menu-layout-overlay .header-main #perspective-menu-buttons.overlay-active:not(.close) .menu-toggle .menu-line-2, #page #site-header.mobile-menu-layout-overlay .header-main #perspective-menu-buttons.overlay-active:not(.close) .menu-toggle .menu-line-3 {
    background-color: #5f727f
}

.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type=text] {
    border-color: #5f727f
}

.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper, .mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu, #primary-navigation.responsive #primary-menu > li > a, #primary-navigation.responsive ul.dl-submenu.level1 > li > a, #primary-navigation.responsive #primary-menu li.menu-item-search, #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch {
    background-color: #dfe5e8
}

#primary-navigation.responsive #primary-menu > li.menu-item-current > a, #primary-navigation.responsive #primary-menu > li.menu-item-active > a, #primary-navigation.responsive #primary-menu > li.opened > a, #primary-navigation.responsive #primary-menu > li.menu-item-current > .menu-item-parent-toggle, #primary-navigation.responsive #primary-menu > li.menu-item-active > .menu-item-parent-toggle, #primary-navigation.responsive #primary-menu > li.opened > .menu-item-parent-toggle, #primary-navigation.responsive ul.dl-submenu.level1 > li.menu-item-current > a, #primary-navigation.responsive ul.dl-submenu.level1 > li.menu-item-active > a, #primary-navigation.responsive #primary-menu > li.menu-overlay-item-open > a, #primary-navigation.responsive #primary-menu > li.menu-overlay-item-open > .menu-item-parent-toggle {
    color: #3c3950
}

#primary-navigation.responsive #primary-menu > li.menu-item-current > a, #primary-navigation.responsive #primary-menu > li.menu-item-active > a, #primary-navigation.responsive #primary-menu > li.opened > a, #primary-navigation.responsive ul.dl-submenu.level1 > li.menu-item-current > a, #primary-navigation.responsive ul.dl-submenu.level1 > li.menu-item-active > a {
    background-color: #dfe5e8
}

#primary-navigation.responsive #primary-menu > li > ul > li > a, #primary-navigation.responsive #primary-menu > li > ul > li > .menu-item-parent-toggle, #primary-navigation.responsive #primary-menu > li > ul > li > span.megamenu-column-header > a, #primary-navigation.responsive ul.dl-submenu.level2 > li > a, #primary-navigation.responsive ul.dl-submenu.level2 > li > span.megamenu-column-header > a, .mobile-menu-layout-default .primary-navigation.responsive li.dl-back > a, .mobile-menu-layout-default .primary-navigation.responsive li.dl-back:after {
    color: #5f727f
}

#primary-navigation.responsive #primary-menu > li > ul > li > a, #primary-navigation.responsive #primary-menu > li > ul > li > span.megamenu-column-header > a, #primary-navigation.responsive ul.dl-submenu.level2 > li > a, #primary-navigation.responsive ul.dl-submenu.level2 > li > span.megamenu-column-header > a, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type=text], .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type=text] {
    background-color: #f0f3f2
}

#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > a, #primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > a, #primary-navigation.responsive #primary-menu > li > ul > li.opened > a, #primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > .menu-item-parent-toggle, #primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > .menu-item-parent-toggle, #primary-navigation.responsive #primary-menu > li > ul > li.opened > .menu-item-parent-toggle, #primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > span.megamenu-column-header > a, #primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > span.megamenu-column-header > a, #primary-navigation.responsive #primary-menu > li > ul > li.opened > span.megamenu-column-header > a, #primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-current > a, #primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-active > a, #primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-current > span.megamenu-column-header > a, #primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-active > span.megamenu-column-header > a, #primary-navigation.responsive #primary-menu > li > ul > li.menu-overlay-item-open > a, #primary-navigation.responsive #primary-menu > li > ul > li.menu-overlay-item-open > span.megamenu-column-header > a, #primary-navigation.responsive #primary-menu > li > ul > li.menu-overlay-item-open > .menu-item-parent-toggle {
    color: #3c3950
}

#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > a, #primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > a, #primary-navigation.responsive #primary-menu > li > ul > li.opened > a, #primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > span.megamenu-column-header > a, #primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > span.megamenu-column-header > a, #primary-navigation.responsive #primary-menu > li > ul > li.opened > span.megamenu-column-header > a, #primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-current > a, #primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-active > a, #primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-current > span.megamenu-column-header > a, #primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-active > span.megamenu-column-header > a {
    background-color: #f0f3f2
}

#primary-navigation.responsive #primary-menu > li > ul > li > ul li > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li > .menu-item-parent-toggle, #primary-navigation.responsive #primary-menu > li > ul > li > ul li > span.megamenu-column-header > a, #primary-navigation.responsive ul.dl-submenu.level3 > li > a {
    color: #5f727f
}

#primary-navigation.responsive #primary-menu > li > ul > li > ul li > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li > span.megamenu-column-header > a, #primary-navigation.responsive ul.dl-submenu.level3 > li > a {
    background-color: #fff
}

#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > .menu-item-parent-toggle, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > .menu-item-parent-toggle, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > .menu-item-parent-toggle, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > span.megamenu-column-header > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > span.megamenu-column-header > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > span.megamenu-column-header > a, #primary-navigation.responsive ul.dl-submenu.level3 > li.menu-item-current > a, #primary-navigation.responsive ul.dl-submenu.level3 > li.menu-item-active > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-overlay-item-open > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-overlay-item-open > span.megamenu-column-header > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-overlay-item-open > .menu-item-parent-toggle {
    color: #fff
}

#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > span.megamenu-column-header > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > span.megamenu-column-header > a, #primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > span.megamenu-column-header > a, #primary-navigation.responsive ul.dl-submenu.level3 > li.menu-item-current > a, #primary-navigation.responsive ul.dl-submenu.level3 > li.menu-item-active > a {
    background-color: #494c64
}

.mobile-menu-layout-default #primary-navigation.responsive ul li.menu-item, .mobile-menu-layout-default #primary-navigation.responsive ul li.dl-back, .mobile-menu-layout-default #primary-navigation.responsive ul, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li, .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li, .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type=text], .mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type=text] {
    border-color: #dfe5e8
}

#primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials a {
    color: #99a9b5
}

#primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close:before, #primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close:after {
    background-color: #3c3950
}

body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li a.remove, body .hamburger-minicart > .minicart ul li a.remove, body.mobile-cart-position-top #site-header .mobile-cart ul li a.remove {
    color: #3c3950
}

#primary-menu.no-responsive > li > a {
    color: #282828
}

#primary-menu.no-responsive > li:hover > a {
    color: #e77785
}

#primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li > a:hover, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li.menu-item-current > a, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li.menu-item-active > a {
    background-color: #e77785
}

#primary-menu.no-responsive > li.menu-item-current > a, #primary-menu.no-responsive > li.menu-item-active > a {
    color: #e77785
}

.header-style-1 #primary-menu.no-responsive > li.menu-item-current > a, .header-style-1 #primary-menu.no-responsive > li.menu-item-active > a {
    background-color: #282828
}

.header-style-3 #primary-menu.no-responsive > li.menu-item-current > a, .header-style-3 #primary-menu.no-responsive > li.menu-item-active > a, .header-style-4 #primary-menu.no-responsive > li.menu-item-current > a, .header-style-4 #primary-menu.no-responsive > li.menu-item-active > a, .header-style-3.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a, .header-style-3.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a, .header-style-4.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-current > a, .header-style-4.header-layout-fullwidth_hamburger #primary-menu.no-responsive > li.menu-item-active > a {
    border: 2px solid #282828
}

#primary-menu.no-responsive > li > ul > li > a, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li > a {
    color: #777
}

#primary-menu.no-responsive > li > ul > li > a, #primary-menu.no-responsive > li.megamenu-enable > ul, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li > a, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li > span.megamenu-column-header > a, .header-style-2 .minisearch .sf-input, .header-style-3 .minisearch .sf-input, .header-style-1 .minisearch, .header-style-4 .minisearch {
    background-color: #f9f6f5
}

#primary-menu.no-responsive > li > ul > li:hover > a, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li:hover > a {
    color: #282828
}

#primary-menu.no-responsive > li > ul > li:hover > a, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li:hover > a {
    background-color: #fff
}

#primary-menu.no-responsive > li > ul > li.menu-item-current > a, #primary-menu.no-responsive > li > ul > li.menu-item-active > a, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a, .minisearch .sf-submit-icon:before, .minisearch .sf-input {
    color: #282828
}

#primary-menu.no-responsive > li > ul > li.menu-item-current > a, #primary-menu.no-responsive > li > ul > li.menu-item-active > a, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a, .header-style-2 .minisearch, .header-style-3 .minisearch, .header-style-1 .minisearch .sf-input, .header-style-4 .minisearch .sf-input {
    background-color: #fff
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a, #primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.mega-no-link {
    color: #282828
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a:hover {
    color: #e77785
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li.menu-item-active > span.megamenu-column-header a {
    color: #e77785
}

#primary-menu.no-responsive > li li li > a {
    color: #777
}

#primary-menu.no-responsive > li li li > a {
    background-color: #fff
}

#primary-menu.no-responsive > li li li:hover > a, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li.menu-item-current > a, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li.menu-item-active > a {
    color: #fff
}

#primary-menu.no-responsive > li li li:hover > a {
    background-color: #494c64
}

#primary-menu.no-responsive > li li li.menu-item-current > a, #primary-menu.no-responsive > li li li.menu-item-active > a {
    color: #e77785
}

#primary-menu.no-responsive > li li li.menu-item-current > a, #primary-menu.no-responsive > li li li.menu-item-active > a {
    background-color: #fff
}

#primary-menu.no-responsive ul > li, #primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header, .minisearch, .minisearch .sf-input {
    border-top: 1px solid #e5e0e1
}

#primary-menu.no-responsive ul, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li, .minisearch, .minisearch .sf-input {
    border-bottom: 1px solid #e5e0e1;
    border-left: 1px solid #e5e0e1;
    border-right: 1px solid #e5e0e1
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header {
    border-bottom: 1px solid #e5e0e1
}

#primary-menu.no-responsive > li.megamenu-enable > ul {
    border-top: 1px solid #e5e0e1
}

#primary-menu.no-responsive ul ul {
    margin-top: -1px
}

@media (-webkit-device-pixel-ratio: 1.25) {
    #primary-menu.no-responsive ul > li, #primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header, .minisearch, .minisearch .sf-input {
        border-top: .8px solid #e5e0e1
    }

    #primary-menu.no-responsive ul, #primary-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul > li, .minisearch, .minisearch .sf-input {
        border-bottom: .8px solid #e5e0e1;
        border-left: .8px solid #e5e0e1;
        border-right: .8px solid #e5e0e1
    }

    #primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header {
        border-bottom: .8px solid #e5e0e1
    }

    #primary-menu.no-responsive > li.megamenu-enable > ul {
        border-top: .8px solid #e5e0e1
    }

    #primary-menu.no-responsive ul ul {
        margin-top: -.8px
    }
}

#site-header:not(.shrink) .header-colors-light:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) #primary-menu.no-responsive > li > a {
    color: #fff
}

#site-header:not(.shrink) .header-colors-light:not(.header-layout-fullwidth_hamburger) #primary-menu.no-responsive > li:hover > a {
    color: #e77785
}

#site-header:not(.shrink) .header-colors-light:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-current > a, #site-header:not(.shrink) .header-colors-light:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-active > a {
    color: #fff
}

#site-header:not(.shrink) .header-colors-light.header-style-3:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-current > a, #site-header:not(.shrink) .header-colors-light.header-style-3:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-active > a, #site-header:not(.shrink) .header-colors-light.header-style-4:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-current > a, #site-header:not(.shrink) .header-colors-light.header-style-4:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-active > a {
    border: 2px solid #fff
}

body .menu-overlay {
    background-color: #fff
}

.header-layout-overlay #primary-menu.no-responsive > li > a, .header-layout-overlay #primary-navigation #primary-menu.no-responsive > li li > a, .page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li > a, .page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li > a, .header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before, .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before, .header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch input[type=text], .header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch .sf-submit-icon:before {
    color: #212331
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch input[type=text]::placeholder {
    color: #212331
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch input[type=text]::-webkit-input-placeholder {
    color: #212331
}

.header-layout-overlay #primary-menu.no-responsive > li.menu-item-search > .minisearch input[type=text] {
    border-color: #212331
}

#primary-navigation.overlay-active .overlay-toggle > span {
    background-color: #212331
}

.header-layout-overlay #primary-menu.no-responsive > li > a:hover, .header-layout-overlay #primary-navigation #primary-menu.no-responsive > li li > a:hover, .page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive li > a:hover, .header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:hover:before, .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:hover:before {
    color: #e77785
}

.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-current > a, .header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-active > a, .header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-overlay-item-open > a, .header-layout-overlay #primary-navigation #primary-menu.no-responsive > li li.menu-item-current > a, .header-layout-overlay #primary-navigation #primary-menu.no-responsive > li li.menu-item-active > a, .header-layout-overlay #primary-navigation #primary-menu.no-responsive > li li.menu-overlay-item-open > a, .page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li.menu-item-current > a, .page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li.menu-item-active > a, .page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li.menu-overlay-item-open > a, .page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li.menu-item-current > a, .page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li.menu-item-active > a, .page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li.menu-overlay-item-open > a, .header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-current > .menu-item-parent-toggle:before, .header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-active > .menu-item-parent-toggle:before, .header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-overlay-item-open > .menu-item-parent-toggle:before, .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-current > .menu-item-parent-toggle:before, .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-active > .menu-item-parent-toggle:before, .page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-overlay-item-open > .menu-item-parent-toggle:before {
    color: #e77785
}

.hamburger-minicart > a, .hamburger-minicart:hover > a {
    color: #2c2c2d
}

#primary-navigation .hamburger-toggle > span, #primary-navigation .overlay-toggle > span, #primary-navigation.overlay-active.close .overlay-toggle > span, #perspective-menu-buttons.primary-navigation .perspective-toggle span, #page.vertical-header .vertical-toggle > span, #thegem-perspective #primary-navigation .perspective-menu-close:before, #thegem-perspective #primary-navigation .perspective-menu-close:after {
    background-color: #2c2c2d
}

#site-header:not(.shrink) .header-colors-light .hamburger-minicart > a, #site-header:not(.shrink) .header-colors-light .hamburger-minicart:hover > a {
    color: #2c2c2d
}

#site-header:not(.shrink) .header-colors-light #primary-navigation .hamburger-toggle > span, #site-header:not(.shrink) .header-colors-light #primary-navigation:not(.overlay-active) .overlay-toggle > span, #site-header:not(.shrink) .header-colors-light #primary-navigation.overlay-active.close .overlay-toggle > span, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons.primary-navigation .perspective-toggle span {
    background-color: #2c2c2d
}

#primary-navigation .menu-toggle .menu-line-1, #primary-navigation .menu-toggle .menu-line-2, #primary-navigation .menu-toggle .menu-line-3, #perspective-menu-buttons.primary-navigation .menu-toggle .menu-line-1, #perspective-menu-buttons.primary-navigation .menu-toggle .menu-line-2, #perspective-menu-buttons.primary-navigation .menu-toggle .menu-line-3 {
    background-color: #2c2c2d
}

body.mobile-cart-position-top #site-header .mobile-cart > a:before {
    background-color: #2c2c2d
}

body, .portfolio.background-style-gray .portfolio-item:hover .wrap > .caption .info, .portfolio.background-style-dark .portfolio-item:not(:hover) .wrap > .caption .info, .gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-caption, .gem-gallery-grid.hover-zooming-blur .gallery-item .overlay .title, .gem-gallery-grid.hover-zooming-blur .gallery-item .overlay .subtitle, .widget.widget_contacts a:hover, .widget_recent_comments a, .digram-line-box .skill-title, .shipping_calculator .shipping-calculator-button, .widget_shopping_cart_content ul.cart_list li a, .shop-widget-area .gem-products-title a, .woocommerce-page ul.product_list_widget li a, .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .info, .portfolio.hover-horizontal-sliding .overlay .links .caption .info span.sep, .version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .caption .subtitle, .version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .caption .post-date, .version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .caption .grid-post-meta a.icon.share:before, .version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item, .version-new.news-grid.hover-new-zooming-blur .portfolio-item .links .caption .grid-post-meta .comments-link a, .version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .subtitle, .version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .post-date, .version-new.news-grid .portfolio-item .wrap > .caption .grid-post-meta .comments-link a, .version-new.news-grid .portfolio-item .wrap > .caption .grid-post-meta .zilla-likes, .version-new.news-grid .portfolio-item .wrap > .caption .grid-post-meta .grid-post-share .icon, #colophon .jtwt_tweet:before, #colophon .project_info-item-style-1 .project_info-item .icon, #colophon .widget_recent_comments li:before, #colophon .widget_recent_entries ul li:before, #colophon .portfolio-filters a .icon, #colophon .comment-form label:before, #colophon .socials-sharing a:after, #colophon .widget_archive li:before, #colophon .widget_nav_menu ul.menu li > a:before, #colophon .widget_submenu > div > ul li > a:before, #colophon .widget_categories > ul li > a:before, #colophon .widget_product_categories > ul li > a:before, #colophon .widget_product_categories > ul li:before, #colophon .widget_pages > ul li > a:before, #colophon .widget_meta li:before, #colophon .widget_rss li:before, #colophon .project_info-item-style-2 .icon, #colophon .gem_accordion_header, #colophon .widget_layered_nav ul li a:before, #colophon .widget .gem-contacts-address:before, #colophon .widget .gem-contacts-phone:before, #colophon .widget .gem-contacts-fax:before, #colophon .widget .gem-contacts-email:before, #colophon .widget .gem-contacts-website:before, #colophon .widget_meta li:before, #colophon .widget .mc-text.small-body, #colophon .widget.widget_search input, #colophon #mc4wp_email, blockquote, .widget_price_filter .price_label span, .gem-quote.gem-quote-style-default blockquote, .gem-quote.gem-quote-style-1, .wpcf7-form.gem-contact-form-white span, .wpcf7-form.gem-contact-form-white .wpcf7-list-item-label, .wpcf7-form.gem-contact-form-dark span, .wpcf7-form.gem-contact-form-dark .wpcf7-list-item-label, .blog-style-styled_list1 .post-content, .blog-style-styled_list2 .post-content, .blog-style-timeline .post-content, body .thegem_testimonial a .gem-testimonial-text, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab > a, body .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab.vc_active > a, body .widget .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab.vc_active > a, .thegem-tabs__nav-item, .product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title, .product-page__wrapper .reset_variations, .product-page__wrapper .size-guide a, .ajax-minisearch-results .ajax-search-item {
    color: #777
}

#colophon .widget.widget_search .gem-button:hover, #colophon .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit:hover, .wpcf7-form.gem-contact-form-dark input[type=submit]:hover {
    background-color: #777
}

.wpcf7-form.gem-contact-form-dark input[type=submit]:hover {
    border-color: #777
}

h1, .title-h1, .gem-counter-number, body .gem-testimonial-item:after, blockquote p:after, body .testimonials-style-1-teg, body .testimonials-style-2-teg, .pricing-title {
    color: #282828
}

h2, .title-h2, .blog-style-multi-author .post-title a, .single-product-content .price {
    color: #282828
}

.skill-line > div {
    background-color: #282828
}

h3, .title-h3, .blog-style-styled_list1 .post-title a, .blog-style-styled_list2 .post-title a, .blog-style-timeline .post-title a, .woocommerce .woocommerce-checkout-one-page #order_review table thead th, #fullscreen-search .sf-input, #fullscreen-search .sf-close {
    color: #282828
}

h4, .title-h4, .team-person-name, .widget .gem-teams-name, body .testimonials-style-2-item .testimonials-style-2-text.gem-testimonial-text, .diagram-wrapper.style-3 .digram-line-box .skill-title span, .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .title, .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item, .blog-style-masonry .entry-title.title-h4 a, .gem-basic-grid .post-title h4.entry-title a, .gem-basic-grid-2 .vc_gitem-zone-c .post-title a, .justified-style-1 .entry-title.title-h4 a, .justified-style-2 .entry-title.title-h4 a, .portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon:before, .gem-gallery-grid.hover-gradient .gallery-item .overlay a.icon:before, .gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after, .news-grid.portfolio.hover-zooming-blur .portfolio-item .image .overlay .caption .title > *, .news-grid.portfolio.hover-new-zooming-blur .portfolio-item .image .overlay .caption .title > *, .version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .links .caption .author, .news-grid.portfolio.hover-default-zooming-blur .portfolio-item.double-item-squared:hover .image .overlay .caption .title > *, .version-new.news-grid .portfolio-item .wrap > .caption .title a, .product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
    color: #282828
}

.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon:before, .portfolio.hover-new-zooming-blur .portfolio-item .image .overlay .links .portfolio-icons a.icon:before, .portfolio.hover-new-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:after, .portfolio.hover-default-zooming-blur .portfolio-item .image .overlay .links .portfolio-icons a.icon:before, .portfolio.hover-default-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:after, .gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after, .portfolio.news-grid.hover-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:after, .gem-gallery-grid.hover-zooming-blur .gallery-item .overlay a.icon:before, .blog article .post-featured-content > a:after, .blog .gem-simple-gallery .gem-gallery-item a:after, body .blog-style-styled_list1 article a.default:after, body .blog-style-styled_list2 article a.default:after, body .blog-style-compact article a.default:after {
    background-color: #282828
}

h5, .title-h5, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large, .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th, .news-grid.hover-default .portfolio-item .image .links .caption .post-date, .news-grid.portfolio.hover-zooming-blur .portfolio-item .image .overlay .caption .title > *, .news-grid.portfolio.hover-new-zooming-blur .portfolio-item .image .overlay .caption .title > *, .news-grid.portfolio.hover-default-zooming-blur .portfolio-item:hover .image .overlay .caption .title > *, .news-grid.version-default.portfolio.hover-default-zooming-blur .portfolio-item:hover .image .overlay .caption .title > *, .news-grid.version-default.portfolio.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .post-date, .news-grid.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info a, .version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .links .caption .author, .version-default.news-grid.portfolio.hover-default-zooming-blur .portfolio-item .image .links .caption .info a {
    color: #282828
}

.news-grid.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info span.sep, .version-default.news-grid.portfolio.hover-default-zooming-blur .portfolio-item .image .links .caption .info .sep {
    border-left-color: #282828
}

h6, .title-h6, .widget_nav_menu > div > ul > li > a, .widget_submenu > div > ul > li > a, .widget_pages > ul > li > a, .widget_categories > ul > li > a, .widget_product_categories > ul > li > a, .project_info-item-style-1 .project_info-item .title, .portfolio-item:hover .wrap > .caption .title, .thegem-tabs__nav-item, .thegem-accordion__item-title, .product-page__wrapper #thegem-additional_information table th, .portfolio-filter-tabs ul.portfolio-filter-tabs-list li {
    color: #282828
}

.thegem-tabs__nav-slide {
    background-color: #282828
}

a, .widget_recent_comments .comment-author-link a, .widget .team-person-email a:hover:before, .gem-team-style-5 .team-person:hover .team-person-name, .portfolio.hover-vertical-sliding .overlay .links .caption .info a, .portfolio.hover-horizontal-sliding .overlay .links .caption .info a, .portfolio-set-comma, .blog-style-masonry .entry-title.title-h4 a:hover, .portfolio-item .caption .title a:hover, .version-new.news-grid .portfolio-item:hover .wrap > .caption .title a, .version-default.news-grid .portfolio-item:hover .wrap > .caption .title a, .blog-style-styled_list1 .post-title a:hover, .blog-style-styled_list2 .post-title a:hover, .blog-style-timeline .post-title a:hover, .products .product-info .product-title a:hover, .products .portfolio-item .wrap > .caption .title a:hover, .gem-basic-grid .post-title h4.entry-title a:hover, .gem-basic-grid-2 .vc_gitem-zone-c .post-title a:hover, .gem-media-grid .midia-grid-item-post-author span a:hover, .justified-style-1 .entry-title.title-h4 a:hover, .justified-style-2 .entry-title.title-h4 a:hover, .blog-style-multi-author .post-title a:hover, .reverse-link-color a:hover, a.reverse-link-color:hover, .gem-blog-slider .post-title a:hover, .socials-list.socials-colored a:hover .socials-item-icon, #footer-navigation li a:hover, .custom-footer li a:hover, body.woocommerce-cart .custom-header .breadcrumbs span a, body.woocommerce-checkout .custom-header .breadcrumbs span a, body.woocommerce-wishlist .custom-header .breadcrumbs span a, body.woocommerce-account .page-title-block .breadcrumbs span a, body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li a:hover, body .hamburger-minicart > .minicart ul li a:hover, .version-new.news-grid .portfolio-item .wrap > .caption .title a:hover, .version-default.news-grid.hover-default-vertical-sliding .portfolio-item .image .links .caption .info a, .product-page__wrapper .product-page__nav .product-page__nav-preview:hover .nav-preview__info-title, .product-quick-view__wrapper .product-page__right-column .woocommerce-review-link:hover {
    color: #e77785
}

.version-default.news-grid.hover-default-vertical-sliding .portfolio-item .image .links .caption .info .sep {
    border-left-color: #e77785
}

a:hover, body.woocommerce-cart .custom-header .breadcrumbs span a:hover, body.woocommerce-checkout .custom-header .breadcrumbs span a:hover, body.woocommerce-wishlist .custom-header .breadcrumbs span a:hover, body.woocommerce-account .page-title-block .breadcrumbs span a:hover, body .shop_table.cart .product-name .product-title a:hover, body .checkout .shop_table .product-name .product-title a:hover, .product-page__wrapper .reset_variations:hover, .product-page__wrapper .size-guide a:hover, .product-page__wrapper .product-page__nav .product-page__nav-list a:hover:before, .gem-pagination.gem-pagination-arrows a.prev:not(.disabled):hover, .gem-pagination.gem-pagination-arrows a.next:not(.disabled):hover {
    color: #282828
}

a:active {
    color: #e77785
}

#footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a {
    color: #fff
}

.footer-site-info {
    color: #99a9b5
}

.footer-site-info a {
    color: #e77785
}

.wpb_widgetised_column .mc4wp-form-fields, .sidebar .mc4wp-form-fields {
    background-color: #f4f6f7
}

.top-area {
    border-top: 5px solid #e77785
}

.top-area {
    border-bottom: 1px solid #dfe5e8
}

.top-area-contacts:after, .top-area-socials:after {
    border-right: 1px solid #dfe5e8
}

.top-area {
    color: #5f727f
}

.top-area a, .top-area .gem-contacts .gem-contacts-item a {
    color: #5f727f
}

.top-area a:hover, .top-area .gem-contacts .gem-contacts-item a:hover {
    color: #e77785
}

.top-area .gem-button {
    color: #fff
}

.top-area .gem-button {
    background-color: #494c64
}

.top-area .gem-button:hover {
    color: #fff
}

.top-area .gem-button:hover {
    background-color: #e77785
}

.gem-news-item-date, .related-element-info .gem-post-date, .date-color, .combobox-wrapper .combobox-text, #page .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered, #page .woocommerce .select2-container--default .select2-selection--single .select2-selection__placeholder, .socials-sharing a.socials-item, body .gem-testimonial-position, .gem-testimonial-company, .jtwt_date, .blog.blog-style-timeline .comments, .entry-date, .portfolio-filters a, .comments-link a, .widget_recent_entries .post-date, .post-author-info .date, .block-date, .block-tags .sep, .styled-blog-meta .comments:after, .related-element-info .date, .login label, .register label, .woocommerce-password-hint, body .woocommerce .shop_table.wishlist_table td.product-price del, body .woocommerce .wishlist_table .product-info .product-info-content .product-price del, body .woocommerce .woocommerce-checkout .checkout-payment .shop_table td.product-total .amount, body .woocommerce input[type=text].coupon-code, body .woocommerce .woocommerce-shipping-calculator .form-row input.input-text, body .woocommerce .checkout .form-row .input-text, body .woocommerce .edit-address-form .form-row .input-text, body .woocommerce .checkout .form-row textarea.input-text, body .woocommerce .edit-address-form .form-row textarea.input-text, body .select2-search .select2-input, body .woocommerce .checkout-login .login .form-row .input-text, body .woocommerce .lost_reset_password .input-text, body .woocommerce .my-account-signup .register .form-row .input-text, body .chosen-container-single .chosen-single span, body .select2-container .select2-choice > .select2-chosen, body .select2-results .select2-result-label, body .woocommerce .chosen-container-single .chosen-single div:before, body .woocommerce .edit-address-form .form-row .chosen-container-single .chosen-single div:before, body .woocommerce .select2-container .select2-choice .select2-arrow:before, body .checkout-login .woocommerce-form-login.login .form-row .checkout-login-remember label, body .shop_table .product-name dl.variation, body.woocommerce-cart .custom-header .breadcrumbs .current, body.woocommerce-checkout .custom-header .breadcrumbs .current, body.woocommerce-wishlist .custom-header .breadcrumbs .current, body.woocommerce-account .page-title-block .breadcrumbs .current, body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page #order_review .woocommerce-checkout-payment .payment_methods .payment_box, body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li .quantity, body #primary-menu.no-responsive > li.menu-item-cart > .minicart .total, body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li.empty, body .hamburger-minicart > .minicart .total, body .hamburger-minicart > .minicart ul li.empty, body .hamburger-minicart > .minicart .total strong, body .hamburger-minicart > .minicart ul li .quantity, body.mobile-cart-position-top #site-header .mobile-cart ul li .quantity, body.mobile-cart-position-top #site-header .mobile-cart .total, body.mobile-cart-position-top #site-header .mobile-cart ul li.empty, .form-edit-adress label, .teaser_grid_container .gem-post-date, .gem-post-grid-item-date, .page-title-style-2 .page-title-excerpt, .blog.blog-style-masonry article .description .info .date, .blog.blog-style-masonry article .description .info .sep, .blog.blog-style-masonry article .description .info .comments, .widget_categories > ul li, .widget_product_categories > ul li, .widget_pages > ul, .gem-teams-position.body-small, .widget .mc-text.small-body, .widget .team-person-email, .widget .jtwt_date, .widget_recent_comments li, .widget_price_filter .price_label, .project_info-item-style-2 .project_info-item .title, .mc4wp-form input[type=email], .gallery-caption, #colophon .widget_tweets .jtwt_tweet a:hover, #colophon .gem-contacts .gem-contacts-item.gem-contacts-website a:hover, #colophon .gem-contacts .gem-contacts-item.gem-contacts-email a:hover, #colophon .widget_calendar td a:hover, .widget_meta li:before, #colophon .skill-title, #colophon .widget.widget_search .gem-button, #colophon .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit, #colophon #mc4wp_submit, #colophon .widget_meta li:before, .gem-quote.gem-quote-style-5 blockquote, .blog-style-masonry .post-meta-likes:hover, .wpcf7-form .combobox-wrapper .combobox-text, .blog-style-styled_list1 .post-date, .blog-style-styled_list1 .post-author, .blog-style-styled_list2 .post-date, .blog-style-styled_list2 .post-author, .gem-media-grid .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div, .midia-grid-item-post-author, body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a, .project-info-shortcode-style-default .project-info-shortcode-item .title, .woocommerce-variation-availability, .gem-search-form.gem-search-form-style-dark .search-field, .version-new.news-grid .portfolio-item .wrap > .caption .post-date, .version-new.news-grid .portfolio-item .wrap > .caption .post-author-date-separator, .portfolio-selected-filters .portfolio-selected-filter-item, .portfolio-filters-list .portfolio-search-filter .portfolio-search-filter-form input, .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-form input, .portfolio-filters-list .widget_product_search input, .portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-amount .text, .product-page__wrapper .product-page__attribute, .product-page__wrapper .product-meta .date-color, .product-page__wrapper .socials-sharing .socials-item-title, .thegem-combobox-wrap .thegem-combobox__trigger, .thegem-combobox-wrap .thegem-combobox__options-item, .portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-amount .slider-amount-text {
    color: #777
}

.version-default.news-grid.title-on-page.hover-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes, .version-default.news-grid.title-on-page.hover-zooming-blur .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes {
    border-left-color: #777
}

body .woocommerce input[type=text].coupon-code::placeholder, body .woocommerce .woocommerce-shipping-calculator .form-row input.input-text::placeholder, body .woocommerce .checkout .form-row .input-text::placeholder, body .woocommerce .edit-address-form .form-row .input-text::placeholder, body .woocommerce .checkout .form-row textarea.input-text::placeholder, body .woocommerce .edit-address-form .form-row textarea.input-text::placeholder {
    color: #777
}

body .woocommerce input[type=text].coupon-code::-webkit-input-placeholder, body .woocommerce .woocommerce-shipping-calculator .form-row input.input-text::-webkit-input-placeholder, body .woocommerce .checkout .form-row .input-text::-webkit-input-placeholder, body .woocommerce .edit-address-form .form-row .input-text::-webkit-input-placeholder, body .woocommerce .checkout .form-row textarea.input-text::-webkit-input-placeholder, body .woocommerce .edit-address-form .form-row textarea.input-text::-webkit-input-placeholder {
    color: #777
}

.blog.blog-style-timeline article .comments:before, .widget .gem-contacts-email:before, .widget .gem-contacts-phone:before, .widget .gem-contacts-address:before, .widget .gem-contacts-fax:before, .top-area-search .searchform button:before, .blog.blog-style-masonry article .description .info .comments:before, .blog-style-default .post-image .gem-dummy:after, .widget_product_search button, .products .product-bottom .bottom-product-link, .products .product-bottom .add_to_cart_button, .products .product-bottom .added_to_cart, .products .product-bottom .add_to_wishlist, .products .product-bottom .yith-wcwl-wishlistaddedbrowse a, .combobox-wrapper .combobox-button:before, #page .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #fff
}

.thegem-combobox-wrap .thegem-combobox__trigger:after {
    border-color: #fff
}

.project_info-item-style-1 .project_info-item .icon, .widget_recent_comments li:before, .widget_recent_entries ul li:before, .portfolio-filters a .icon, .comment-form label:before, .jtwt_tweet:before, .post-related-posts .gem-dummy:after, .socials-sharing a:after, .product-page__wrapper .product-page__nav .product-page__nav-list a:before, .gem-pagination.gem-pagination-arrows a.prev, .gem-pagination.gem-pagination-arrows a.next {
    color: #b6c6c9
}

.gem-button, body .wp-block-button .wp-block-button__link, .caption-bottom-line .post-footer-sharing .gem-button, input[type=submit], .page-links a, .blog-load-more button span, .blog-load-more button span:before, .widget a.gem-button, #wp-calendar #prev a:after, #wp-calendar #next a:after, #wp-calendar caption:after, #primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .buttons a.checkout, .hamburger-minicart .widget_shopping_cart_content .buttons a.checkout {
    color: #fff
}

.single-product-content-right .yith-ywraq-add-to-quote a.button, .single-product-content-right .compare.button {
    color: #fff !important
}

.gem-button:hover, body .wp-block-button .wp-block-button__link:hover, input[type=submit]:hover, .caption-bottom-line .project-button .gem-button, .portfolio.background-style-dark .portfolio-item:hover .caption-bottom-line .project-button .gem-button, .page-links a, .blog-load-more button span:hover, .widget a.gem-button:hover, #wp-calendar #prev a:hover:after, #wp-calendar #next a:hover:after, #primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .buttons a:hover, .hamburger-minicart .widget_shopping_cart_content .buttons a:hover {
    color: #fff
}

.single-product-content-right .yith-ywraq-add-to-quote a.button:hover, .single-product-content-right .compare.button:hover {
    color: #fff !important
}

.gem-button, body .wp-block-button .wp-block-button__link, .caption-bottom-line .post-footer-sharing .gem-button, .portfolio-filters a:hover, input[type=submit], .radio-sign.checked:before, .page-links a, .widget a.gem-button, #wp-calendar #prev a, #wp-calendar #next a, .blog-load-more button, .ui-slider-range.ui-widget-header.ui-corner-all, .gem-blog-slider .gem-blog-slider-prev:hover, .gem-blog-slider .gem-blog-slider-next:hover {
    background-color: #e77785
}

.single-product-content-right .yith-ywraq-add-to-quote a.button, .single-product-content-right .compare.button {
    background-color: #e77785 !important
}

.comment-form .comment-author-input:after, .comment-form .comment-email-input:after, .comment-form .comment-url-input:after, .team-person-socials .socials-item, .checkbox-sign.checked:before, body .wpcf7-form .combobox-button:before, .wpcf7-form .phone:after, .wpcf7-form .website:after, .wpcf7-form .email:after, .wpcf7-form .name:after, .wpcf7-form .gem-form-icon-phone:after, .wpcf7-form .gem-form-icon-website:after, .wpcf7-form .gem-form-icon-email:after, .wpcf7-form .gem-form-icon-name:after, .blog-style-styled_list1 .post-img a .dummy, .blog-style-styled_list2 .post-img a .dummy, .blog-style-timeline article:before, .blog-style-timeline .post-img a .dummy {
    color: #e77785
}

.checkbox-sign, .radio-sign {
    border: 1px solid #e77785
}

.gem-button:hover, body .wp-block-button .wp-block-button__link:hover, input[type=submit]:hover, .comment-form .form-submit .gem-button.submit:hover, .caption-bottom-line .project-button .gem-button, .portfolio.background-style-dark .portfolio-item:hover .caption-bottom-line .project-button .gem-button, .page-links a, .widget a.gem-button:hover, #wp-calendar #prev a:hover, #wp-calendar #next a:hover, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover, .blog-load-more button:hover, .page-content.content-none .searchform .searchform-submit .gem-button:hover, .wpcf7-form.gem-contact-form-white input[type=submit]:hover, .wpcf7-form .gem-button:not(.gem-button-wpcf-custom):hover, .wpcf7-form input[type=submit]:not(.gem-button-wpcf-custom):hover, .wpcf7-form.gem-contact-form-white input[type=submit]:not(.gem-button-wpcf-custom):hover, .wpcf7-form.gem-contact-form-dark input[type=submit]:not(.gem-button-wpcf-custom):hover, .gem-blog-slider .gem-blog-slider-prev, .gem-blog-slider .gem-blog-slider-next, .gem-search-form.gem-search-form-style-dark .search-field, body .woocommerce .checkout-signin .checkout-create-account button:hover {
    background-color: #282828
}

.single-product-content-right .yith-ywraq-add-to-quote a.button:hover, .single-product-content-right .compare.button:hover {
    background-color: #282828 !important
}

.portfolio.background-style-dark .caption-bottom-line .project-button .gem-button {
    color: #282828
}

.gem-button.gem-button-style-outline, body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button:not([aria-disabled=true]):hover, body.woocommerce-cart-layout-modern .woocommerce-empty-cart .return-to-shop .gem-button:hover, body .checkout-navigation-buttons .checkout-place-order button:hover, .woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button:hover {
    color: #e77785
}

.gem-button.gem-button-style-outline:hover, #colophon.wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit:hover, body #colophon .tagcloud a:hover, body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button, body.woocommerce-cart-layout-modern .woocommerce-empty-cart .return-to-shop .gem-button, body .checkout-navigation-buttons .checkout-place-order button, .woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button {
    color: #fff
}

.gem-button.gem-button-style-outline, body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button:hover, body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button:not([aria-disabled=true]):hover, body.woocommerce-cart-layout-modern .woocommerce-empty-cart .return-to-shop .gem-button:hover, body .checkout-navigation-buttons .checkout-place-order button:hover, body .checkout-navigation-buttons .checkout-place-order button, .woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button:hover, .woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button {
    border-color: #e77785
}

.gem-button.gem-button-style-outline:hover, .comment-form .form-submit .gem-button.submit, .portfolio-item:hover .caption-bottom-line .project-button .gem-button, #colophon #mc4wp_submit:hover, #colophon.wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit:hover, body #colophon .tagcloud a:hover, .portfolio-item-page-bottom .project-button .gem-button, body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button, body.woocommerce-cart-layout-modern .woocommerce-empty-cart .return-to-shop .gem-button, body .checkout-navigation-buttons .checkout-place-order button, .woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button {
    background-color: #e77785
}

.top-area .gem-button.gem-button-style-outline {
    color: #fff
}

.top-area .gem-button.gem-button-style-outline {
    background-color: #494c64
}

.top-area .gem-button.gem-button-style-outline:hover {
    color: #fff
}

.top-area .gem-button.gem-button-style-outline:hover {
    background-color: #e77785
}

.widget-title, .woocommerce .widget .gem-products-price ins, .woocommerce .widget .gem-products-price .amount, .widget_shopping_cart ul li .quantity, .widget_shopping_cart .total span.amount {
    color: #282828
}

.widget a {
    color: #e77785
}

.widget a:hover, .gem-contacts-item.gem-contacts-email a, .gem-contacts-item.gem-contacts-website a, .widget_nav_menu li a:hover, .widget_submenu li a:hover, .widget_pages ul li a:hover, .widget_categories > ul > li > a:hover, .widget_product_categories > ul > li > a:hover, .widget_nav_menu .current-menu-ancestor > a, .widget_submenu .menu-item-active > a, .widget_submenu .current-menu-ancestor > a, .widget_categories > ul li.current-cat > a, .widget_categories > ul > li.cat-parent.current-cat-ancestor:after, .widget_categories > ul > li.cat-parent.current-cat-parent:after, .widget_categories > ul > li.cat-parent.current-cat:after, .widget_categories > ul li.cat-parent.current-cat-ancestor > a, .widget_categories > ul li.cat-parent.current-cat-parent > a, .widget_product_categories > ul li.current-cat > a, .widget_product_categories > ul > li.cat-parent.current-cat-ancestor:after, .widget_product_categories > ul > li.cat-parent.current-cat-parent:after, .widget_product_categories > ul > li.cat-parent.current-cat:after, .widget_product_categories > ul li.cat-parent.current-cat-ancestor > a, .widget_product_categories > ul li.cat-parent.current-cat-parent > a, .widget_pages > ul li li.current_page_item > a, .widget_pages > ul li li.page_item_has_children.current_page_ancestor > a, .widget_pages > ul li li.page_item_has_children.current_page_ancestor > a:after, .portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li a:not(.disable):hover, .portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li a.active, .portfolio-filters-list .widget.widget_product_categories ul li a:hover, .portfolio-filters-list .widget.widget_product_categories ul li.chosen > a, .portfolio-filters-list .widget.widget_product_categories ul li.current-cat > a, .portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li a:hover, .portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li.chosen > a, .portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li.current-cat > a, .portfolio-sorting-select ul li:hover, .portfolio-sorting-select ul li.portfolio-sorting-select-current, .thegem-popup-notification .notification-message:before, .portfolio-filters-list .widget_recently_viewed_products ul.product_list_widget li .gem-products-title a:hover, .portfolio-filters-list .widget_products ul.product_list_widget li .gem-products-title a:hover, .portfolio-filters-list .widget_top_rated_products ul.product_list_widget li .gem-products-title a:hover, body .gem-attribute-selector.type-label .gem-attribute-options li:hover .label, .ajax-minisearch-results .ajax-search-item a:hover {
    color: #e77785
}

.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li a:not(.disable):hover .count, .portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li a.active .count, .portfolio-filters-list .widget ul li a:hover .count, .portfolio-filters-list .widget ul li a:hover + .count, .portfolio-filters-list .widget ul li.chosen .count, .portfolio-filters-list .widget ul li.current-cat > .count, .portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range .ui-slider-range, .portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range .ui-slider-handle, .portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range .ui-slider-handle + span, .portfolio-filters-list .widget .price_slider .ui-slider-range, .portfolio-filters-list .widget .price_slider .ui-slider-handle, .portfolio-filters-list .widget .price_slider .ui-slider-handle + span, #fullscreen-search .top-searches .top-search-item:hover {
    background-color: #e77785
}

.widget a:active {
    color: #282828
}

#colophon .widget-title {
    color: #feffff
}

#colophon .widget, body #colophon .widget .gem-testimonial-position, #colophon .widget.widget_recent_entries .post-date {
    color: #fff
}

#colophon .widget a, #colophon .gem-contacts .gem-contacts-item:before {
    color: #99a9b5
}

#colophon .widget a:hover, #colophon .gem-contacts .gem-contacts-item.gem-contacts-website a, #colophon .gem-contacts .gem-contacts-item.gem-contacts-email a, #colophon #wp-calendar #prev a:hover:after, #colophon #wp-calendar #next a:hover:after, #colophon .widget_tweets .jtwt_tweet a, #colophon .recentcomments .comment-author-link a, #colophon .widget .jtwt_date, #colophon .widget_tweets .twitter-box .jtwt_tweet:before, #colophon .recentcomments .comment-author-link, #colophon .comment-author-link, #colophon .gem-latest-news-title span, #colophon .gem-pp-posts-date, #colophon .gem-contacts a:before {
    color: #e77785
}

#colophon .widget a:active {
    color: #e77785
}

.portfolio-item .caption .title, .portfolio-item .caption .title a {
    color: #282821
}

.portfolio-item .caption .subtitle {
    color: #777
}

.portfolio-item .caption .info, .portfolio.background-style-gray .portfolio-item:hover .wrap > .caption .subtitle, .portfolio.background-style-dark .portfolio-item:not(:hover) .wrap > .caption .subtitle, .news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .author .author-name, .news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .author .author-name a {
    color: #777
}

.slideinfo .fancybox-title {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.fancybox-title .slide-info-title, .fancybox-title .gem-gallery-item-title {
    color: #fff
}

.fancybox-title .slide-info-summary, .fancybox-title .gem-gallery-item-description {
    color: #fff
}

.nivo-directionNav .gem-prev:after, .nivo-directionNav .gem-next:after, .ls-thegem a.ls-nav-prev:after, .ls-thegem a.ls-nav-next:after {
    background-color: #394050;
    font-size: 27px
}

.vc_images_carousel .vc_carousel-control .icon-prev:before, .vc_images_carousel .vc_carousel-control .icon-next:before, .nivo-directionNav .gem-prev:after, .nivo-directionNav .gem-next:after, .ls-thegem a.ls-nav-prev:after, .ls-thegem a.ls-nav-next:after {
    color: #fff
}

.gem-prev:after, .gem-next:after, .row .wpb_gallery .wpb_flexslider .flex-direction-nav a, .row .theme-default .nivo-directionNav a, .row .vc_carousel-control .icon-next, .row .vc_carousel-control .icon-prev, .thegem_pf_item .post-meta-navigation a, .thegem_pf_item .post-meta-left .post-meta-date:before, .extended-carousel-grid .product-gallery-slider .owl-nav .owl-prev div, .extended-carousel-grid .product-gallery-slider .owl-nav .owl-next div {
    color: #fff
}

.gem-prev:after, .gem-next:after, .row .theme-default .nivo-directionNav a, .row .vc_images_carousel .vc_carousel-control .icon-prev, .row .vc_images_carousel .vc_carousel-control .icon-next, .portfolio.portfolio-slider .portolio-slider-prev span, .portfolio.portfolio-slider .portolio-slider-next span, .gem-gallery .gem-gallery-thumbs-navigation .gem-prev:not(:hover):after, .gem-gallery .gem-gallery-thumbs-navigation .gem-next:not(:hover):after, .extended-carousel-grid .product-gallery-slider .owl-nav .owl-prev div.position-on, .extended-carousel-grid .product-gallery-slider .owl-nav .owl-next div.position-on {
    background-color: #282828
}

.gem-prev:hover:after, .gem-next:hover:after, .row .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover, .row .theme-default .nivo-directionNav a:hover, .row .vc_images_carousel .vc_carousel-control .icon-prev:hover, .row .vc_images_carousel .vc_carousel-control .icon-next:hover, .row .vc_images_carousel .vc_carousel-control .icon-prev:hover:before, .row .vc_images_carousel .vc_carousel-control .icon-next:hover:before, .portfolio.portfolio-slider .portolio-slider-prev span, .portfolio.portfolio-slider .portolio-slider-next span, .portfolio.portfolio-slider .portolio-slider-prev:hover span, .portfolio.portfolio-slider .portolio-slider-next:hover span, .extended-carousel-grid .product-gallery-slider .owl-nav .owl-prev:hover div.position-on, .extended-carousel-grid .product-gallery-slider .owl-nav .owl-next:hover div.position-on {
    color: #fff
}

.gem-prev:hover:after, .gem-next:hover:after, .gem-testimonials.fullwidth-block .gem-prev:hover:after, .gem-testimonials.fullwidth-block .gem-next:hover:after, .row .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover, .row .theme-default .nivo-directionNav a:hover, .row .vc_images_carousel .vc_carousel-control .icon-prev:hover, .row .vc_images_carousel .vc_carousel-control .icon-next:hover, .portfolio.portfolio-slider .portolio-slider-prev:hover span, .portfolio.portfolio-slider .portolio-slider-next:hover span, .extended-carousel-grid .product-gallery-slider .owl-nav .owl-prev:hover div.position-on, .extended-carousel-grid .product-gallery-slider .owl-nav .owl-next:hover div.position-on {
    background-color: #e77785
}

.gem-image a:before, .gem-textbox-picture a:before, .team-person-image a:before, .team-person-image span:before, .gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a:before, .gem-simple-gallery .gem-gallery-item a:before, .portfolio-item .image .overlay:before, .gallery-item .overlay:before, .widget .flickr-item a:before, .widget-gem-portfolio-item .widget-gem-portfolio-item-hover, div.blog article a.youtube:before, div.blog article a.vimeo:before, div.blog article a.self_video:before, div.blog article a.default:before, .widget .gem-pp-posts a:before, .widget .gem-latest-news-image a:before {
    background-color: rgba(231, 119, 133, .8)
}

.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a:before, .gem-gallery-hover-default .active .gem-gallery-item-image:after {
    background-color: #e77785
}

.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg {
    fill: #e77785
}

.gem-gallery-hover-default .active .gem-gallery-item-image:after {
    background-color: #e77785
}

.portfolio.products.hover-zooming-blur .portfolio-item .overlay .product-rating .star-rating > span:before, .portfolio.products.hover-zooming-blur .portfolio-item .image .links .caption .product-price .amount, .portfolio.products.hover-zooming-blur .portfolio-item .image .links .caption .product-price, .portfolio.products.hover-zooming-blur .portfolio-item .image .overlay .portfolio-icons.product-bottom a.added_to_cart, .portfolio.products.hover-zooming-blur .portfolio-item .image .overlay .portfolio-icons.product-bottom .yith-wcwl-wishlistaddedbrowse a {
    color: #e77785
}

body .products .product-image .woo-product-overlay, body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li .minicart-image:after, body .hamburger-minicart > .minicart ul li .minicart-image:after, body.mobile-cart-position-top #site-header .mobile-cart ul li .minicart-image:after, body .widget_shopping_cart ul li .minicart-image:after, body ul.product_list_widget .gem-products-image a:before, .product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__image:after {
    background-color: rgba(231, 119, 133, .3)
}

.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a:before, .gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item a:before, .portfolio.hover-zooming-blur .portfolio-item .image .overlay:before, .portfolio.hover-new-zooming-blur .portfolio-item .image .overlay:before, .hover-new-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:before, .portfolio.hover-default-zooming-blur .portfolio-item .image .overlay:before, .hover-default-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:before, .hover-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:before, .gem-gallery-grid.hover-zooming-blur .gallery-item .overlay:before, .gem-gallery-hover-zooming-blur .gem-gallery-item .gem-gallery-item-image a:before, body .blog-style-styled_list1 article a.default:before, body .blog-style-styled_list2 article a.default:before, body .blog-style-compact article a.default:before, .blog article .post-featured-content > a:before, .blog .gem-simple-gallery .gem-gallery-item a:before {
    background-color: rgba(255, 255, 255, .8)
}

.gem-gallery.gem-gallery-hover-zooming-blur .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg, .gem-gallery.gem-gallery-hover-gradient .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg {
    fill: #fff
}

.gem-gallery.gem-gallery-hover-zooming-blur .active .gem-gallery-item-image:after, .gem-gallery.gem-gallery-hover-gradient .active .gem-gallery-item-image:after {
    background-color: #fff
}

.portfolio.products.hover-zooming-blur .portfolio-item .overlay .product-rating .star-rating:before {
    color: #fff
}

.gem-gallery-hover-horizontal-sliding .gem-gallery-item .gem-gallery-item-image a:before, .portfolio.hover-horizontal-sliding .overlay:before, .gem-gallery-grid.hover-horizontal-sliding .gallery-item .overlay:before, .hover-new-horizontal-sliding .portfolio-item .image .overlay:before, .hover-new-horizontal-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before, .hover-default-horizontal-sliding .portfolio-item .image .overlay:before, .hover-default-horizontal-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before, .hover-horizontal-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before {
    background-color: rgba(231, 119, 133, .8)
}

.gem-gallery-hover-horizontal-sliding .active .gem-gallery-item-image:after {
    background-color: #e77785
}

.gem-gallery.gem-gallery-hover-horizontal-sliding .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg {
    fill: #e77785
}

.team-person-image span:before, .gem-team-style-5 .team-person-image a:before, .gem-team-style-5 .team-person-image span:before {
    background-color: rgba(231, 119, 133, .7)
}

.gem-gallery-hover-vertical-sliding .gem-gallery-item .gem-gallery-item-image a:before, .portfolio.hover-vertical-sliding .overlay:before, .portfolio.hover-new-vertical-sliding .overlay:before, .portfolio.hover-new-vertical-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before, .portfolio.hover-default-vertical-sliding .overlay:before, .portfolio.hover-default-vertical-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before, .hover-vertical-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before, .gem-gallery-grid.hover-vertical-sliding .gallery-item .overlay:before {
    background-color: rgba(231, 119, 133, .8)
}

.gem-gallery-hover-vertical-sliding .active .gem-gallery-item-image:after {
    background-color: #e77785
}

.gem-gallery.gem-gallery-hover-vertical-sliding .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg {
    fill: #e77785
}

.quickfinder-item-title, .quickfinder-item-title a, .project_info-item-style-2 .title {
    color: #4c5867
}

.quickfinder-item-text, .quickfinder-item-text a {
    color: #5f727f
}

.widget_archive li:before, .widget_nav_menu ul.menu li > a:before, .widget_submenu > div > ul li > a:before, .widget_categories > ul li > a:before, .widget_product_categories > ul li > a:before, .widget_pages > ul li > a:before, .widget_meta li:before, .widget_rss li:before, .project_info-item-style-2 .icon, .gem_accordion_header .ui-accordion-header-icon:before, .wpb_toggle:after, .vc_toggle_title:after, .widget_layered_nav ul li a:before, .widget .gem-contacts-address:before, .widget .gem-contacts-phone:before, .widget .gem-contacts-fax:before, .widget .gem-contacts-email:before, .widget .gem-contacts-website:before, .resp-accordion:after {
    color: #e77785
}

.gem-icon, .widget .team-person-email a:before, .woocommerce-message:before, .woocommerce-info:before {
    color: #91a0ac
}

.gem-pagination a, .gem-pagination .current {
    border: 2px solid #99a9b5
}

.gem-pagination .prev, .gem-pagination .next {
    background-color: #99a9b5
}

.gem-pagination a, .gem-pagination .current {
    color: #99a9b5
}

body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a {
    border: 2px solid #99a9b5 !important
}

body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-prev a, body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a {
    background-color: #99a9b5 !important
}

body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a {
    color: #99a9b5 !important
}

.gem-pagination a, .gem-pagination .current {
    background-color: #fff
}

.gem-pagination a:hover, .gem-pagination .current, .gem-pagination .prev, .gem-pagination .next {
    color: #fff
}

body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a {
    background-color: #fff !important
}

body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a:hover, body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-prev a:hover, body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a:hover, body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-prev a, body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a, body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page.vc_grid-active a {
    color: #fff !important
}

.gem-pagination a:hover {
    background-color: #e77785
}

.gem-pagination a:hover {
    border-color: #e77785
}

body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a:hover, body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-prev a:hover, body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a:hover {
    background-color: #e77785
}

.gem-pagination .current {
    background-color: #282828
}

.gem-pagination .current {
    border-color: #282828
}

body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page.vc_grid-active a {
    background-color: #282828 !important
}

body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page.vc_grid-active a {
    background-color: #282828 !important
}

.gem-mini-pagination a, .flexslider .flex-control-paging li a, .flexslider .flex-control-paging li a:hover, .vc_carousel-indicators li, .row .gem-mini-pagination a, .row .flexslider .flex-control-paging li a, .row .flexslider .flex-control-paging li a:hover, .row .vc_carousel-indicators li, .vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_pagination-trigger, .vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_pagination-trigger:hover, .row .theme-default .nivo-controlNav a, .product-gallery .owl-dots .owl-dot span, .extended-carousel-grid .owl-dots .owl-dot span {
    background-color: #b6c6c9
}

.portfolio-filters-list .portfolio-filter-item.single .portfolio-filter-item-list ul li a:before {
    border-color: #b6c6c9
}

.gem-mini-pagination a.selected, .gem-mini-pagination a.active, .flexslider .flex-control-paging li a.flex-active, .flexslider .flex-control-paging li a.flex-active:hover, .vc_carousel-indicators .vc_active, .row .flexslider .flex-control-paging li a.flex-active, .row .flexslider .flex-control-paging li a.flex-active:hover, .row .vc_carousel-indicators .vc_active, .vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_active .vc_pagination-trigger, .row .theme-default .nivo-controlNav a.active, .product-gallery .owl-dots .owl-dot.active span, .extended-carousel-grid .owl-dots .owl-dot.active span {
    background-color: #e77785
}

body .gem-testimonials.style1 .gem-testimonial-wrapper:after, body .gem-testimonials.style2 .gem-testimonial-wrapper p:after {
    color: #e77785
}

blockquote:after {
    color: #e77785
}

input[type=text], input[type=password], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=number], input[type=range], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=month], input[type=week], textarea, .chosen-container, .select2-container, .checkbox-sign, .radio-sign {
    background-color: #f4f6f7
}

.chosen-container-single .chosen-single div:before, .select2-container .select2-choice .select2-arrow:before {
    color: #f4f6f7
}

input[type=text], input[type=password], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=number], input[type=range], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=month], input[type=week], textarea, select, .chosen-container-single .chosen-single, .select2-container .select2-choice, .widget_product_search form:before {
    color: #282828
}

input[type=text], input[type=password], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=number], input[type=range], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=month], input[type=week], textarea, .combobox-wrapper, #page .woocommerce .select2-container .select2-selection--single, .select2-container .select2-dropdown, .chosen-container-single .chosen-single, .select2-container .select2-choice, select.wpcf7-form-control.wpcf7-select, .thegem-combobox-wrap .thegem-combobox__trigger, .thegem-combobox-wrap .thegem-combobox__options, .product-page__wrapper .product-page__nav .product-page__nav-preview, .product-page__wrapper form.cart .quantity, .gem-attribute-selector .gem-attribute-options li {
    border: 1px solid #dfe5e8
}

.chosen-container-single .chosen-single div, .edit-address-form .form-row .chosen-container-single .chosen-single div, .select2-container .select2-choice .select2-arrow, .product-page__wrapper form.cart .quantity button:before {
    background-color: #dfe5e8
}

body .breadcrumbs, body .breadcrumbs a, body .bc-devider:before {
    color: #2b2b2b
}

body .breadcrumbs .current {
    color: #e77785;
    border-bottom: 3px solid #e77785
}

body .breadcrumbs a:hover {
    color: #e77785
}

.products .product .product-inner:not(:hover) .product-info .product-title, .products .portfolio-item:not(:hover) .wrap > .caption .title {
    color: #5f727f
}

.single-product-content .product_title {
    color: #3c3950
}

.widget .gem-products-content .gem-products-title, .widget .gem-products-content .gem-products-title a {
    color: #5f727f
}

body .shop_table.cart .product-name .product-title, body .shop_table.cart .product-name .product-title a {
    color: #00bcd4
}

body .checkout .shop_table .product-name .product-title, body .checkout .shop_table .product-name .product-title a {
    color: #282828
}

.products .product-info .price ins, .products .product-info .price .amount {
    color: #00bcd4
}

.single-product-content .price, .single-product-content .price del {
    color: #3c3950
}

.product-page__wrapper .price del:before {
    background-color: #3c3950
}

.widget .gem-products-content .gem-products-price ins, .widget .gem-products-content .gem-products-price .amount {
    color: #3c3950
}

.woocommerce .shop_table tr td.product-price, .woocommerce .shop_table tr td.product-subtotal, .woocommerce .wishlist_table .product-info .product-info-content .product-price, body .woocommerce .shop_table td.product-price, body .woocommerce .shop_table td.product-subtotal, body .woocommerce .wishlist_table .product-info .product-info-content .product-price, body .woocommerce .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price, body .woocommerce .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal, body .woocommerce .cart_totals table td .amount, body .woocommerce .cart_totals table tr.order-total td .amount, body .woocommerce .cart_totals table tr td, body .woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-payment-total .cart-subtotal td .amount, body .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .payment_methods .payment_box, body .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .payment_methods .payment_box:before, body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .checkout-payment .shop_table td.product-total .amount, body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total .order-total td .amount, body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li .quantity span.amount, body #primary-menu.no-responsive > li.menu-item-cart > .minicart .total span.amount, body .hamburger-minicart > .minicart ul li .quantity span.amount, body .hamburger-minicart > .minicart .total span.amount, body.mobile-cart-position-top #site-header .mobile-cart .total span.amount, .product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-price {
    color: #3c3950
}

.portfolio.item-separator .portfolio-item:before, .portfolio.item-separator .portfolio-item:after, .portfolio.item-separator .portfolio-item .item-separator-box:before, .portfolio.item-separator .portfolio-item .item-separator-box:after {
    border-color: #000
}

.wpcf7-form.gem-contact-form-white input[type=text], .wpcf7-form.gem-contact-form-white input[type=password], .wpcf7-form.gem-contact-form-white input[type=color], .wpcf7-form.gem-contact-form-white input[type=date], .wpcf7-form.gem-contact-form-white input[type=datetime], .wpcf7-form.gem-contact-form-white input[type=datetime-local], .wpcf7-form.gem-contact-form-white input[type=email], .wpcf7-form.gem-contact-form-white input[type=number], .wpcf7-form.gem-contact-form-white input[type=range], .wpcf7-form.gem-contact-form-white input[type=search], .wpcf7-form.gem-contact-form-white input[type=tel], .wpcf7-form.gem-contact-form-white input[type=time], .wpcf7-form.gem-contact-form-white input[type=url], .wpcf7-form.gem-contact-form-white input[type=month], .wpcf7-form.gem-contact-form-white input[type=week], .wpcf7-form.gem-contact-form-white textarea, .wpcf7-form.gem-contact-form-white .combobox-wrapper, .wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-button, .wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-text, .wpcf7-form.gem-contact-form-white select, .wpcf7-form.gem-contact-form-white .checkbox-sign, #colophon .wpcf7-form.gem-contact-form-white input[type=text], #colophon .wpcf7-form.gem-contact-form-white input[type=password], #colophon .wpcf7-form.gem-contact-form-white input[type=color], #colophon .wpcf7-form.gem-contact-form-white input[type=date], #colophon .wpcf7-form.gem-contact-form-white input[type=datetime], #colophon .wpcf7-form.gem-contact-form-white input[type=datetime-local], #colophon .wpcf7-form.gem-contact-form-white input[type=email], #colophon .wpcf7-form.gem-contact-form-white input[type=number], #colophon .wpcf7-form.gem-contact-form-white input[type=range], #colophon .wpcf7-form.gem-contact-form-white input[type=search], #colophon .wpcf7-form.gem-contact-form-white input[type=tel], #colophon .wpcf7-form.gem-contact-form-white input[type=time], #colophon .wpcf7-form.gem-contact-form-white input[type=url], #colophon .wpcf7-form.gem-contact-form-white input[type=month], #colophon .wpcf7-form.gem-contact-form-white input[type=week], #colophon .wpcf7-form.gem-contact-form-white textarea, #colophon .wpcf7-form.gem-contact-form-white .combobox-wrapper, #colophon .wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-button, #colophon .wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-text, #colophon .wpcf7-form.gem-contact-form-white select, #colophon .wpcf7-form.gem-contact-form-white .checkbox-sign {
    background-color: #fff
}

.thegem-combobox-wrap .thegem-combobox__options-item:hover, .thegem-combobox-wrap .thegem-combobox__options-item.selected {
    color: #fff
}

.wpcf7-form.gem-contact-form-dark input[type=text], .wpcf7-form.gem-contact-form-dark input[type=password], .wpcf7-form.gem-contact-form-dark input[type=color], .wpcf7-form.gem-contact-form-dark input[type=date], .wpcf7-form.gem-contact-form-dark input[type=datetime], .wpcf7-form.gem-contact-form-dark input[type=datetime-local], .wpcf7-form.gem-contact-form-dark input[type=email], .wpcf7-form.gem-contact-form-dark input[type=number], .wpcf7-form.gem-contact-form-dark input[type=range], .wpcf7-form.gem-contact-form-dark input[type=search], .wpcf7-form.gem-contact-form-dark input[type=tel], .wpcf7-form.gem-contact-form-dark input[type=time], .wpcf7-form.gem-contact-form-dark input[type=url], .wpcf7-form.gem-contact-form-dark input[type=month], .wpcf7-form.gem-contact-form-dark input[type=week], .wpcf7-form.gem-contact-form-dark textarea, .wpcf7-form.gem-contact-form-dark .combobox-wrapper .combobox-text, .wpcf7-form.gem-contact-form-dark select, #colophon .wpcf7-form.gem-contact-form-dark input[type=text], #colophon .wpcf7-form.gem-contact-form-dark input[type=password], #colophon .wpcf7-form.gem-contact-form-dark input[type=color], #colophon .wpcf7-form.gem-contact-form-dark input[type=date], #colophon .wpcf7-form.gem-contact-form-dark input[type=datetime], #colophon .wpcf7-form.gem-contact-form-dark input[type=datetime-local], #colophon .wpcf7-form.gem-contact-form-dark input[type=email], #colophon .wpcf7-form.gem-contact-form-dark input[type=number], #colophon .wpcf7-form.gem-contact-form-dark input[type=range], #colophon .wpcf7-form.gem-contact-form-dark input[type=search], #colophon .wpcf7-form.gem-contact-form-dark input[type=tel], #colophon .wpcf7-form.gem-contact-form-dark input[type=time], #colophon .wpcf7-form.gem-contact-form-dark input[type=url], #colophon .wpcf7-form.gem-contact-form-dark input[type=month], #colophon .wpcf7-form.gem-contact-form-dark input[type=week], #colophon .wpcf7-form.gem-contact-form-dark textarea, #colophon .wpcf7-form.gem-contact-form-dark .combobox-wrapper .combobox-text, #colophon .wpcf7-form.gem-contact-form-dark select {
    color: #fff
}

.wpcf7-form.gem-contact-form-dark input[type=text], .wpcf7-form.gem-contact-form-dark input[type=password], .wpcf7-form.gem-contact-form-dark input[type=color], .wpcf7-form.gem-contact-form-dark input[type=date], .wpcf7-form.gem-contact-form-dark input[type=datetime], .wpcf7-form.gem-contact-form-dark input[type=datetime-local], .wpcf7-form.gem-contact-form-dark input[type=email], .wpcf7-form.gem-contact-form-dark input[type=number], .wpcf7-form.gem-contact-form-dark input[type=range], .wpcf7-form.gem-contact-form-dark input[type=search], .wpcf7-form.gem-contact-form-dark input[type=tel], .wpcf7-form.gem-contact-form-dark input[type=time], .wpcf7-form.gem-contact-form-dark input[type=url], .wpcf7-form.gem-contact-form-dark input[type=month], .wpcf7-form.gem-contact-form-dark input[type=week], .wpcf7-form.gem-contact-form-dark textarea, .wpcf7-form.gem-contact-form-dark .combobox-wrapper, .wpcf7-form.gem-contact-form-dark .combobox-wrapper .combobox-button, .wpcf7-form.gem-contact-form-dark .combobox-wrapper .combobox-text, .wpcf7-form.gem-contact-form-dark select, .wpcf7-form.gem-contact-form-dark .checkbox-sign, #colophon .wpcf7-form.gem-contact-form-dark input[type=text], #colophon .wpcf7-form.gem-contact-form-dark input[type=password], #colophon .wpcf7-form.gem-contact-form-dark input[type=color], #colophon .wpcf7-form.gem-contact-form-dark input[type=date], #colophon .wpcf7-form.gem-contact-form-dark input[type=datetime], #colophon .wpcf7-form.gem-contact-form-dark input[type=datetime-local], #colophon .wpcf7-form.gem-contact-form-dark input[type=email], #colophon .wpcf7-form.gem-contact-form-dark input[type=number], #colophon .wpcf7-form.gem-contact-form-dark input[type=range], #colophon .wpcf7-form.gem-contact-form-dark input[type=search], #colophon .wpcf7-form.gem-contact-form-dark input[type=tel], #colophon .wpcf7-form.gem-contact-form-dark input[type=time], #colophon .wpcf7-form.gem-contact-form-dark input[type=url], #colophon .wpcf7-form.gem-contact-form-dark input[type=month], #colophon .wpcf7-form.gem-contact-form-dark input[type=week], #colophon .wpcf7-form.gem-contact-form-dark textarea, #colophon .wpcf7-form.gem-contact-form-dark .combobox-wrapper, #colophon .wpcf7-form.gem-contact-form-dark .combobox-wrapper .combobox-button, #colophon .wpcf7-form.gem-contact-form-dark .combobox-wrapper .combobox-text, #colophon .wpcf7-form.gem-contact-form-dark select, #colophon .wpcf7-form.gem-contact-form-dark .checkbox-sign {
    background-color: #f9f6f5
}

.wpcf7-form.gem-contact-form-dark input[type=text], .wpcf7-form.gem-contact-form-dark input[type=password], .wpcf7-form.gem-contact-form-dark input[type=color], .wpcf7-form.gem-contact-form-dark input[type=date], .wpcf7-form.gem-contact-form-dark input[type=datetime], .wpcf7-form.gem-contact-form-dark input[type=datetime-local], .wpcf7-form.gem-contact-form-dark input[type=email], .wpcf7-form.gem-contact-form-dark input[type=number], .wpcf7-form.gem-contact-form-dark input[type=range], .wpcf7-form.gem-contact-form-dark input[type=search], .wpcf7-form.gem-contact-form-dark input[type=tel], .wpcf7-form.gem-contact-form-dark input[type=time], .wpcf7-form.gem-contact-form-dark input[type=url], .wpcf7-form.gem-contact-form-dark input[type=month], .wpcf7-form.gem-contact-form-dark input[type=week], .wpcf7-form.gem-contact-form-dark textarea, .wpcf7-form.gem-contact-form-dark .combobox-wrapper, .wpcf7-form.gem-contact-form-dark select, .wpcf7-form.gem-contact-form-dark .checkbox-sign, #colophon .wpcf7-form.gem-contact-form-dark input[type=text], #colophon .wpcf7-form.gem-contact-form-dark input[type=password], #colophon .wpcf7-form.gem-contact-form-dark input[type=color], #colophon .wpcf7-form.gem-contact-form-dark input[type=date], #colophon .wpcf7-form.gem-contact-form-dark input[type=datetime], #colophon .wpcf7-form.gem-contact-form-dark input[type=datetime-local], #colophon .wpcf7-form.gem-contact-form-dark input[type=email], #colophon .wpcf7-form.gem-contact-form-dark input[type=number], #colophon .wpcf7-form.gem-contact-form-dark input[type=range], #colophon .wpcf7-form.gem-contact-form-dark input[type=search], #colophon .wpcf7-form.gem-contact-form-dark input[type=tel], #colophon .wpcf7-form.gem-contact-form-dark input[type=time], #colophon .wpcf7-form.gem-contact-form-dark input[type=url], #colophon .wpcf7-form.gem-contact-form-dark input[type=month], #colophon .wpcf7-form.gem-contact-form-dark input[type=week], #colophon .wpcf7-form.gem-contact-form-dark textarea, #colophon .wpcf7-form.gem-contact-form-dark .combobox-wrapper, #colophon .wpcf7-form.gem-contact-form-dark select, #colophon .wpcf7-form.gem-contact-form-dark .checkbox-sign {
    border: 1px solid #f9f6f5
}

.wpcf7-form.gem-contact-form-dark input[type=text]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=password]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=color]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=date]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=datetime]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=datetime-local]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=email]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=number]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=range]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=search]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=tel]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=time]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=url]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=month]::placeholder, .wpcf7-form.gem-contact-form-dark input[type=week]::placeholder, .wpcf7-form.gem-contact-form-dark textarea::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=text]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=password]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=color]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=date]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=datetime]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=datetime-local]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=email]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=number]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=range]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=search]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=tel]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=time]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=url]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=month]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=week]::placeholder, #colophon .wpcf7-form.gem-contact-form-dark textarea::placeholder {
    color: #959595
}

.wpcf7-form.gem-contact-form-dark input[type=text]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=password]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=color]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=date]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=datetime]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=datetime-local]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=email]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=number]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=range]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=search]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=tel]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=time]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=url]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=month]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark input[type=week]::-webkit-input-placeholder, .wpcf7-form.gem-contact-form-dark textarea::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=text]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=password]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=color]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=date]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=datetime]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=datetime-local]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=email]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=number]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=range]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=search]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=tel]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=time]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=url]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=month]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark input[type=week]::-webkit-input-placeholder, #colophon .wpcf7-form.gem-contact-form-dark textarea::-webkit-input-placeholder {
    color: #959595
}

body {
    background-color: #f0f3f2
}

.header-background:before {
    background-color: #fff
}

#site-header-wrapper {
    background-color: #fff
}

.header-layout-fullwidth_hamburger #primary-menu.no-responsive, #thegem-perspective .perspective-navigation:not(.responsive), #page.vertical-header #site-header-wrapper, .vertical-minisearch.menu-item-ajax-search .vertical-minisearch-shadow {
    background-color: #fff
}

@media (min-width: 1213px) {
    .header-background:before {
        background: 0 0
    }
}

@media (min-width: 980px) and (max-width: 1212px) {
    .header-background:before {
        background: 0 0
    }
}

.top-area-background:before {
    background-color: #f4f6f7
}

.block-content {
    background-color: #fff
}

#footer-nav {
    background-color: #fff
}

#colophon {
    background-color: #fff
}

#page-preloader .page-preloader-spin, .block-preloader .page-preloader-spin, .preloader-spin {
    border-top-color: #e96779
}

#page-preloader .page-preloader-spin:before, .block-preloader .page-preloader-spin:before, .preloader-spin:before {
    border-top-color: #bdb2b3
}

#page-preloader .page-preloader-spin:after, .block-preloader .page-preloader-spin:after, .preloader-spin:after, .gem-fancybox-preloader .preloader-spin:after {
    border-top-color: #b6c6c9
}

.preloader:after, .loading:after {
    display: none
}

.preloader .preloader-spin, .loading .preloader-spin {
    display: block
}

.preloader:after, .loading:after {
    display: none
}

.preloader .preloader-spin, .loading .preloader-spin {
    display: block
}

.widget-title:after {
    color: #f44336;
    display: inline-block
}

body .hover-gradient .portfolio-item .image .overlay:before, body .hover-gradient .gallery-item .overlay-wrap .overlay:before, body .hover-new-gradient .portfolio-item .image .overlay:before, body .portfolio.hover-new-gradient .portfolio-item .gem-simple-gallery .gem-gallery-item a:before, body .hover-default-gradient .portfolio-item .image .overlay:before, body .portfolio.hover-default-gradient .portfolio-item .gem-simple-gallery .gem-gallery-item a:before {
    background: linear-gradient(90deg, rgba(255, 43, 88, .8) 0%, rgba(255, 216, 0, .8) 100%) !important
}

body .hover-circular .portfolio-item .image .overlay .overlay-circle, body .hover-circular .gallery-item .overlay-wrap .overlay .overlay-circle, body .hover-new-circular .portfolio-item .image .overlay .overlay-circle, body .portfolio.hover-new-circular .portfolio-item .gem-simple-gallery .gem-gallery-item a:before, body .hover-default-circular .portfolio-item .image .overlay .overlay-circle, body .portfolio.hover-default-circular .portfolio-item .gem-simple-gallery .gem-gallery-item a:before {
    background: linear-gradient(90deg, rgba(0, 188, 212, .75) 0%, rgba(53, 64, 147, .75) 100%) !important
}

.portfolio.extended-products-grid .portfolio-item .caption .title {
    /*font-family: 'Montserrat'*/
}

.portfolio.extended-products-grid .portfolio-item .caption .title {
    font-style: normal;
    font-weight: 700
}

.portfolio.extended-products-grid .portfolio-item .caption .title {
    font-size: 14px
}

@media (min-width: 992px) {
    .portfolio.extended-products-grid .portfolio-item.col-md-12 .caption .title {
        font-size: calc(14px * 1.7)
    }
}

.portfolio.extended-products-grid .portfolio-item .caption .title {
    line-height: 18.2px;
    max-height: calc(18.2px * 2)
}

@media (min-width: 992px) {
    .portfolio.extended-products-grid .portfolio-item.col-md-12 .caption .title {
        line-height: calc(18.2px * 1.7);
        max-height: calc(18.2px * 3.4)
    }
}

.portfolio.extended-products-grid .portfolio-item .caption .title {
    text-transform: none
}

.portfolio.extended-products-grid .portfolio-item .caption .title {
    letter-spacing: 0px
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .title {
    color: #5F727FFF
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item:hover .caption .title {
    color: #3C3950FF
}

.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .image .overlay .links .caption .title, .portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .image .overlay .links .caption .title, .portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .image .overlay .links .caption .title, .portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .caption a.add_to_cart_button.type_button.product_type_simple, .portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .caption a.add_to_cart_button.type_button.product_type_simple, .portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .caption a.add_to_cart_button.type_button.product_type_simple, .portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .caption a.add_to_cart_button.type_button.product_type_variable, .portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .caption a.add_to_cart_button.type_button.product_type_variable, .portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .caption a.add_to_cart_button.type_button.product_type_variable {
    color: #212227FF
}

.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .caption a.add_to_cart_button.type_button.product_type_simple, .portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .caption a.add_to_cart_button.type_button.product_type_simple, .portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .caption a.add_to_cart_button.type_button.product_type_simple, .portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .caption a.add_to_cart_button.type_button.product_type_variable, .portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .caption a.add_to_cart_button.type_button.product_type_variable, .portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .caption a.add_to_cart_button.type_button.product_type_variable {
    border-color: #212227FF
}

.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .image .caption .categories, .portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .image .caption .categories, .portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .image .caption .categories {
    background-color: #212227FF
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .categories, .portfolio.extended-products-grid.caption-position-hover:not(.hover-slide):not(.hover-fade) .portfolio-item .caption .categories {
    /*font-family: 'Montserrat'*/
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .categories, .portfolio.extended-products-grid.caption-position-hover:not(.hover-slide):not(.hover-fade) .portfolio-item .caption .categories {
    font-style: normal;
    font-weight: 500
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .categories, .portfolio.extended-products-grid.caption-position-hover:not(.hover-slide):not(.hover-fade) .portfolio-item .caption .categories {
    font-size: 9px
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .categories, .portfolio.extended-products-grid.caption-position-hover:not(.hover-slide):not(.hover-fade) .portfolio-item .caption .categories {
    line-height: 10.8px
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .categories, .portfolio.extended-products-grid.caption-position-hover:not(.hover-slide):not(.hover-fade) .portfolio-item .caption .categories {
    text-transform: uppercase
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .categories, .portfolio.extended-products-grid.caption-position-hover:not(.hover-slide):not(.hover-fade) .portfolio-item .caption .categories {
    letter-spacing: .45px
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .categories {
    color: #99A9B5FF
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .categories a:hover {
    color: #00BCD4FF
}

.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .image .caption .categories, .portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .image .caption .categories, .portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .image .caption .categories {
    color: #FFFFFFFF
}

.portfolio.extended-products-grid .portfolio-item .caption .product-price .price {
    /*font-family: 'Source Sans Pro'*/
}

.portfolio.extended-products-grid .portfolio-item .caption .product-price .price {
    font-style: normal;
    font-weight: 400
}

.portfolio.extended-products-grid .portfolio-item .caption .product-price .price {
    font-size: 16px
}

@media (min-width: 992px) {
    .portfolio.extended-products-grid .portfolio-item.col-md-12 .caption .product-price .price {
        font-size: calc(16px * 1.2)
    }
}

.portfolio.extended-products-grid .portfolio-item .caption .product-price .price {
    line-height: 25px
}

@media (min-width: 992px) {
    .portfolio.extended-products-grid .portfolio-item.col-md-12 .caption .product-price .price {
        line-height: calc(25px * 1.2)
    }
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .product-price .price, .portfolio-filters-list .widget_products .gem-products-price .amount, .portfolio-filters-list .widget_top_rated_products .gem-products-price .amount, .portfolio-filters-list .widget_recently_viewed_products .gem-products-price .amount {
    color: #5F727FFF
}

.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .image .caption .product-price .price, .portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .image .caption .product-price .price, .portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .image .caption .product-price .price {
    color: #212227FF
}

.portfolio.extended-products-grid .portfolio-item .caption a.add_to_cart_button.type_button, .thegem-popup-notification .notification-message a.button {
    border-width: 1px;
    border-style: solid
}

.portfolio.extended-products-grid .portfolio-item .caption a.add_to_cart_button.type_button, .thegem-popup-notification .notification-message a.button {
    border-radius: 30px
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption a.add_to_cart_button.type_button.product_type_simple {
    color: #5F727FFF
}

.portfolio.extended-products-grid .portfolio-item .caption a.add_to_cart_button.type_button.product_type_simple:hover {
    color: #FFFFFFFF
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption a.add_to_cart_button.type_button.product_type_simple {
    background-color: #DFE5E8FF
}

.portfolio.extended-products-grid .portfolio-item .caption a.add_to_cart_button.type_button.product_type_simple:hover {
    background-color: #00BCD4FF
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption a.add_to_cart_button.type_button.product_type_simple {
    border-color: #DFE5E8FF
}

.portfolio.extended-products-grid .portfolio-item .caption a.add_to_cart_button.type_button.product_type_simple:hover {
    border-color: #00BCD4FF
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption a.add_to_cart_button.type_button.product_type_variable, .thegem-popup-notification .notification-message a.button {
    color: #5F727FFF
}

.portfolio.extended-products-grid .portfolio-item .caption a.add_to_cart_button.type_button.product_type_variable:hover, .thegem-popup-notification .notification-message a.button:hover {
    color: #FFFFFFFF
}

.portfolio.extended-products-grid .portfolio-item .caption a.add_to_cart_button.type_button.product_type_variable:hover, .thegem-popup-notification .notification-message a.button:hover {
    background-color: #00BCD4FF
}

.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption a.add_to_cart_button.type_button.product_type_variable, .thegem-popup-notification .notification-message a.button {
    border-color: #5F727FFF
}

.portfolio.extended-products-grid .portfolio-item .caption a.add_to_cart_button.type_button.product_type_variable:hover, .thegem-popup-notification .notification-message a.button:hover {
    border-color: #00BCD4FF
}

.portfolio.extended-products-grid .portfolio-item .wrap > .caption .product-bottom a.icon, .portfolio.extended-products-grid.caption-position-hover.hover-slide .portfolio-item .image .overlay .links .portfolio-icons a.icon, .portfolio.extended-products-grid.caption-position-hover.hover-fade .portfolio-item .image .overlay .links .portfolio-icons a.icon, .portfolio.extended-products-grid.caption-position-image.hover-slide .portfolio-item .image .overlay .links .portfolio-icons a.icon, .portfolio.extended-products-grid.caption-position-image.hover-fade .portfolio-item .image .overlay .links .portfolio-icons a.icon, .portfolio.extended-products-grid .portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button {
    border-radius: 20px
}

.portfolio.extended-products-grid .portfolio-item .wrap > .caption .product-bottom a.icon, .portfolio.extended-products-grid.caption-position-hover.hover-slide .portfolio-item .image .overlay .links .portfolio-icons a.icon, .portfolio.extended-products-grid.caption-position-hover.hover-fade .portfolio-item .image .overlay .links .portfolio-icons a.icon, .portfolio.extended-products-grid .portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button {
    color: #5F727FFF
}

.portfolio.extended-products-grid .portfolio-item .wrap > .caption .product-bottom a.icon:hover, .portfolio.extended-products-grid.caption-position-hover.hover-slide .portfolio-item .image .overlay .links .portfolio-icons a.icon:hover, .portfolio.extended-products-grid.caption-position-hover.hover-fade .portfolio-item .image .overlay .links .portfolio-icons a.icon:hover, .portfolio.extended-products-grid .portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button:hover {
    color: #FFFFFFFF
}

.portfolio.extended-products-grid.caption-position-image .portfolio-item .image .overlay .links .portfolio-icons a.icon {
    color: #212227FF
}

.portfolio.extended-products-grid.caption-position-image .portfolio-item .image .overlay .links .portfolio-icons a.icon:hover {
    color: #FFFFFFFF
}

.portfolio.extended-products-grid .portfolio-item .wrap > .caption .product-bottom a.icon, .portfolio.extended-products-grid.caption-position-hover.hover-slide .portfolio-item .image .overlay .links .portfolio-icons a.icon, .portfolio.extended-products-grid.caption-position-hover.hover-fade .portfolio-item .image .overlay .links .portfolio-icons a.icon, .portfolio.extended-products-grid.caption-position-image.hover-slide .portfolio-item .image .overlay .links .portfolio-icons a.icon, .portfolio.extended-products-grid.caption-position-image.hover-fade .portfolio-item .image .overlay .links .portfolio-icons a.icon, .portfolio.extended-products-grid .portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button {
    background-color: #DFE5E8FF
}

.portfolio.extended-products-grid .portfolio-item .wrap > .caption .product-bottom a.icon:hover, .portfolio.extended-products-grid.caption-position-hover.hover-slide .portfolio-item .image .overlay .links .portfolio-icons a.icon:hover, .portfolio.extended-products-grid.caption-position-hover.hover-fade .portfolio-item .image .overlay .links .portfolio-icons a.icon:hover, .portfolio.extended-products-grid.caption-position-image.hover-slide .portfolio-item .image .overlay .links .portfolio-icons a.icon:hover, .portfolio.extended-products-grid.caption-position-image.hover-fade .portfolio-item .image .overlay .links .portfolio-icons a.icon:hover, .portfolio.extended-products-grid .portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button:hover {
    background-color: #00BCD4FF
}

.product .onsale, .product .new-label, .product .out-of-stock-label, .product-gallery-labels .product-labels .onsale, .product-gallery-labels .product-labels .new-label, .product-gallery-labels .product-labels .out-of-stock-label {
    /*font-family: 'Montserrat'*/
}

.product .onsale, .product .new-label, .product .out-of-stock-label, .product-gallery-labels .product-labels .onsale, .product-gallery-labels .product-labels .new-label, .product-gallery-labels .product-labels .out-of-stock-label {
    font-style: normal;
    font-weight: 700
}

.product-gallery-labels .product-labels .onsale, .product-gallery-labels .product-labels .new-label, .product-gallery-labels .product-labels .out-of-stock-label {
    font-size: 10px
}

.portfolio.extended-products-grid .product .onsale, .portfolio.extended-products-grid .product .new-label, .portfolio.extended-products-grid .product .out-of-stock-label, .product-gallery-labels .product-labels.style-5 .onsale, .product-gallery-labels .product-labels.style-6 .onsale, .product-gallery-labels .product-labels.style-5 .new-label, .product-gallery-labels .product-labels.style-6 .new-label, .product-gallery-labels .product-labels.style-5 .out-of-stock-label, .product-gallery-labels .product-labels.style-6 .out-of-stock-label {
    font-size: 7px
}

.product-gallery-labels .product-labels .onsale, .product-gallery-labels .product-labels .new-label, .product-gallery-labels .product-labels .out-of-stock-label {
    line-height: 12px
}

.portfolio.extended-products-grid .product .onsale, .portfolio.extended-products-grid .product .new-label, .portfolio.extended-products-grid .product .out-of-stock-label, .product-gallery-labels .product-labels.style-5 .onsale, .product-gallery-labels .product-labels.style-6 .onsale, .product-gallery-labels .product-labels.style-5 .new-label, .product-gallery-labels .product-labels.style-6 .new-label, .product-gallery-labels .product-labels.style-5 .out-of-stock-label, .product-gallery-labels .product-labels.style-6 .out-of-stock-label {
    line-height: 8.4px
}

.product .onsale, .product .new-label, .product .out-of-stock-label, .product-gallery-labels .product-labels .onsale, .product-gallery-labels .product-labels .new-label, .product-gallery-labels .product-labels .out-of-stock-label {
    text-transform: uppercase
}

.portfolio.extended-products-grid .product .onsale, .portfolio.extended-products-grid .product .new-label, .portfolio.extended-products-grid .product .out-of-stock-label, .product-gallery-labels .product-labels .onsale, .product-gallery-labels .product-labels .new-label, .product-gallery-labels .product-labels .out-of-stock-label {
    letter-spacing: .35px
}

.product .onsale, .product .new-label, .product .out-of-stock-label, .product-gallery-labels .product-labels .onsale, .product-gallery-labels .product-labels .new-label, .product-gallery-labels .product-labels .out-of-stock-label {
    color: #fff
}

.product .onsale, .product-gallery-labels .product-labels .onsale {
    background-color: #e77785
}

.product .onsale:after, .product-gallery-labels .product-labels .onsale:after {
    border-left-color: #e77785;
    border-right-color: #e77785
}

.product .onsale svg, .product-gallery-labels .product-labels .onsale svg {
    fill: #e77785
}

.product .new-label, .product-gallery-labels .product-labels .new-label {
    background-color: #282828
}

.product .new-label:after, .product-gallery-labels .product-labels .new-label:after {
    border-left-color: #282828;
    border-right-color: #282828
}

.product .new-label svg, .product-gallery-labels .product-labels .new-label svg {
    fill: #282828
}

.product .out-of-stock-label, .product-gallery-labels .product-labels .out-of-stock-label {
    background-color: #F44336FF
}

.product .out-of-stock-label:after, .product-gallery-labels .product-labels .out-of-stock-label:after {
    border-left-color: #F44336FF;
    border-right-color: #F44336FF
}

.product .out-of-stock-label svg, .product-gallery-labels .product-labels .out-of-stock-label svg {
    fill: #F44336FF
}

.quick-view-button {
    color: #FFFFFFFF
}

.quick-view-button {
    background-color: #00BCD4A6
}

.product-page__wrapper .gem-button-style-outline.single_add_to_cart_button {
    background-color: #e77785 !important
}

.product-page__wrapper .gem-button-style-outline.single_add_to_cart_button:hover {
    background-color: #282828 !important
}

.products-categories-widget .category-title {
    /*font-family: 'Montserrat'*/
}

.products-categories-widget .category-title {
    font-size: 14px
}

.products-categories-widget .category-title {
    font-style: normal;
    font-weight: 700
}

.products-categories-widget .category-title {
    line-height: 19.6px
}

.products-categories-widget .category-title {
    text-transform: uppercase
}

.products-categories-widget .category-title {
    letter-spacing: .7px
}

.products-categories-widget.caption-container-preset-solid.caption-container-preset-color-light .category-title, .products-categories-widget.caption-container-preset-transparent.caption-container-preset-color-dark .category-title, .products-categories-widget.caption-container-preset-bold.caption-container-preset-color-light .category-title {
    color: #212227FF
}

.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-dark .category-title {
    background-color: #212227FF
}

.products-categories-widget.caption-container-preset-solid.caption-container-preset-color-dark .category-title, .products-categories-widget.caption-container-preset-transparent.caption-container-preset-color-light .category-title, .products-categories-widget.caption-container-preset-bold.caption-container-preset-color-dark .category-title {
    color: #FFFFFFFF
}

.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-light .category-title {
    background-color: #FFFFFFFF
}

.products-categories-widget.caption-position-below .category-title {
    color: #5F727FFF
}

.products-categories-widget .category-count {
    /*font-family: 'Montserrat'*/
}

.products-categories-widget .category-count {
    font-size: 11px
}

.products-categories-widget .category-count {
    font-style: normal;
    font-weight: 500
}

.products-categories-widget .category-count {
    line-height: 11px
}

.products-categories-widget .category-count {
    text-transform: uppercase
}

.products-categories-widget .category-count {
    letter-spacing: .45px
}

.products-categories-widget.caption-container-preset-solid.caption-container-preset-color-light .category-count, .products-categories-widget.caption-container-preset-transparent.caption-container-preset-color-dark .category-count, .products-categories-widget.caption-container-preset-bold.caption-container-preset-color-dark .category-count {
    color: #212227FF
}

.products-categories-widget.caption-container-preset-solid.caption-container-preset-color-dark .category-count, .products-categories-widget.caption-container-preset-transparent.caption-container-preset-color-light .category-count, .products-categories-widget.caption-container-preset-bold.caption-container-preset-color-light .category-count {
    color: #FFFFFFB3
}

.products-categories-widget.caption-position-below .category-count {
    color: #5F727FB3
}

body .woocommerce-wishlist .wishlist_table .product-add-to-cart .add_to_cart_button.simple a.gem-button:before, body .portfolio.products-grid .portfolio-item .portfolio-icons.product-bottom .add_to_cart_button:before, body #primary-navigation #primary-menu > li.menu-item-cart > a:before, body .hamburger-minicart > a:before, body .mobile-cart-position-top #site-header .mobile-cart > a:before, body .mobile-cart .mobile-cart-header .mobile-cart-header-title:before, body .single-product-content form.cart .gem-button .gem-icon-cart:before, body .woocommerce-wishlist .wishlist_table .product-add-to-cart .add_to_cart_button.simple a.gem-button:before {
    content: '\e67d'
}

body .products .product-bottom .add_to_cart_button:before, body .portfolio.extended-products-grid .product-bottom .add_to_cart_button i.default:before, body .portfolio.extended-products-grid.hover-default .portfolio-item .caption .add_to_cart_button i.default:before, body .portfolio.extended-products-grid.hover-default .image .portfolio-icons.product-bottom .add_to_cart_button i.default:before, body .portfolio.extended-products-grid:not(.hover-default) .portfolio-item .caption .add_to_cart_button i.default:before, body .portfolio.extended-products-grid:not(.hover-default) .portfolio-item .image .portfolio-icons.product-bottom .add_to_cart_button i.default:before {
    content: '\e67e'
}

body.mobile-cart-position-top #site-header .mobile-cart > a:before {
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M8,18c-0.6,0-1,0.2-1.4,0.6S6,19.4,6,20s0.2,1.1,0.6,1.4S7.4,22,8,22s1-0.2,1.4-0.6S10,20.6,10,20s-0.2-1-0.6-1.4 S8.6,18,8,18z'/%3E%3Cpath d='M18,18c-0.6,0-1.1,0.2-1.5,0.6S16,19.4,16,20s0.2,1.1,0.6,1.4S17.4,22,18,22s1.1-0.2,1.4-0.6S20,20.6,20,20s-0.2-1-0.6-1.4 S18.6,18,18,18z'/%3E%3Cpath d='M21.8,6.4C21.6,6.2,21.3,6,21,6H10v2h9.6l-2.3,6H8.8L6,2.8C5.9,2.3,5.5,2,5,2H2v2h2.2L7,15.3C7.1,15.7,7.5,16,8,16h10 c0.4,0,0.8-0.3,0.9-0.6l3-8C22.1,7.1,22,6.7,21.8,6.4z'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M8,18c-0.6,0-1,0.2-1.4,0.6S6,19.4,6,20s0.2,1.1,0.6,1.4S7.4,22,8,22s1-0.2,1.4-0.6S10,20.6,10,20s-0.2-1-0.6-1.4 S8.6,18,8,18z'/%3E%3Cpath d='M18,18c-0.6,0-1.1,0.2-1.5,0.6S16,19.4,16,20s0.2,1.1,0.6,1.4S17.4,22,18,22s1.1-0.2,1.4-0.6S20,20.6,20,20s-0.2-1-0.6-1.4 S18.6,18,18,18z'/%3E%3Cpath d='M21.8,6.4C21.6,6.2,21.3,6,21,6H10v2h9.6l-2.3,6H8.8L6,2.8C5.9,2.3,5.5,2,5,2H2v2h2.2L7,15.3C7.1,15.7,7.5,16,8,16h10 c0.4,0,0.8-0.3,0.9-0.6l3-8C22.1,7.1,22,6.7,21.8,6.4z'/%3E%3C/g%3E%3C/svg%3E")
}

@media (max-width: 1199px) {
    body .wpb_row {
        margin-top: 0
    }

    body .wpb_row > * {
        margin-top: 0
    }
}

@media (max-width: 1199px) {
    body .row {
        margin-top: 0 !important
    }

    body .row > * {
        margin-top: 0 !important
    }
}

.gem-clients-type-carousel-grid .gem-client-item a:hover {
    background-color: transparent
}

.form-line {
    margin: 20px 0
}

.post-related-posts h2:before, .thegem_pf_item .post-meta-left .post-meta-date:before {
    color: #e77785
}

.post .post-author-block {
    background-color: #f9f6f5
}

.gem-map-with-text-content {
    padding-top: 0;
    padding-bottom: 0
}

body.search .page-title-block:before {
    background-color: rgba(231, 119, 133, .5)
}

.custom-up-image {
    overflow: visible !important;
    z-index: 10
}

.wpb_column.vc_col-sm-12 {
    min-height: 0
}

.custom-up-button {
    z-index: 30
}

.mouse-scroll {
    border-color: #fff
}

.mouse-scroll:after {
    background-color: #fff
}

@media (max-width: 700px) {
    .vc_custom_heading {
        font-size: 50px !important;
        line-height: 70px
    }

    body .custom-z-index .vc_custom_heading, .custom-z-index span.light {
        position: relative;
        z-index: 99;
        margin-top: 0 !important
    }
}

.vertical-menu-item-widgets .vertical-minisearch .sf-input {
    border: 1px solid #e5e0e1;
    background: #fff
}

.vertical-menu-item-widgets .vertical-minisearch .sf-submit-icon:after {
    background: #e77785
}

.socials-colored a .socials-item-icon.twitter, .socials-colored a .socials-item-icon.tumblr, .socials-colored a .socials-item-icon.facebook, .socials-colored a .socials-item-icon.linkedin, .socials-colored a .socials-item-icon.googleplus, .socials-colored a .socials-item-icon.google-plus, .socials-colored a .socials-item-icon.instagram, .socials-colored a .socials-item-icon.pinterest, .socials-colored a .socials-item-icon.stumbleupon, .socials-colored a .socials-item-icon.youtube, .socials-colored a .socials-item-icon.reddit {
    color: #bdb2b3
}

a.socials-item:hover .socials-item-icon.twitter {
    color: #00aced
}

a.socials-item:hover .socials-item-icon.facebook {
    color: #4e64b5
}

a.socials-item:hover .socials-item-icon.linkedin {
    color: #0288d1
}

a.socials-item:hover .socials-item-icon.googleplus {
    color: #f44336
}

a.socials-item:hover .socials-item-icon.instagram {
    color: #9a8f62
}

a.socials-item:hover .socials-item-icon.pinterest {
    color: #ff5757
}

a.socials-item:hover .socials-item-icon.youtube {
    color: #c82929
}

a.socials-item:hover .socials-item-icon.youtube {
    color: #ff4500
}

.beauty-salon-style.yikes-easy-mc-form.yikes-mailchimp-form-inline {
    display: block;
    margin: 0 auto;
    width: 320px
}

.beauty-salon-style.yikes-easy-mc-form label.label-inline {
    width: 320px;
    padding-right: 0
}

.beauty-salon-style.yikes-easy-mc-form label.label-inline > input {
    color: #928d8e;
    background: 0 0;
    height: 45px;
    border: none;
    padding-left: 0;
    border-bottom: 1px solid #928d8e
}

.yikes-mailchimp-container .beauty-salon-style.yikes-easy-mc-form label.label-inline > input:focus {
    outline: none !important
}

.yikes-mailchimp-container .beauty-salon-style .submit-button-inline-label {
    width: 320px;
    min-width: 320px;
    height: 50px
}

.yikes-mailchimp-container .beauty-salon-style .submit-button-inline-label > span {
    display: none
}

.yikes-mailchimp-container .beauty-salon-style .submit-button-inline-label .yikes-easy-mc-submit-button {
    background: #e77785;
    font-size: 19px;
    color: #fff;
    border-radius: 25px;
    border: none;
    /*font-family: 'Montserrat UltraLight';*/
    font-weight: 100;
    text-transform: uppercase;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    margin-top: 40px
}

.yikes-mailchimp-container .beauty-salon-style button {
    transition: all .3s;
    -webkit-transition: all .3s
}

.yikes-mailchimp-container .beauty-salon-style .submit-button-inline-label .yikes-easy-mc-submit-button:hover {
    background: #212121;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

@media (max-width: 578px) {
    .beauty-salon-style.yikes-easy-mc-form.yikes-mailchimp-form-inline, .yikes-mailchimp-container .beauty-salon-style .submit-button-inline-label, .beauty-salon-style.yikes-easy-mc-form label.label-inline {
        width: 100%;
        min-width: 100%
    }
}

.pricing-table-style-5 div.pricing-footer, .pricing-table-style-5 figure.pricing-row {
    background-color: #161616
}

.pricing-table-style-5 figure.pricing-row:nth-child(odd) {
    background-color: #20201f
}

.pricing-table-style-5 div.pricing-price {
    background-color: #e77785 !important
}

.accordion-light.vc_tta.vc_general.vc_tta-accordion.vc_tta-style-simple_solid .vc_tta-panel + .vc_tta-panel {
    border-top: 1px solid #4f5455 !important
}

.accordion-light.vc_tta .vc_tta-panel .vc_tta-panel-title > a {
    color: #fff !important
}

.accordion-light.vc_tta .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #dc5b6b !important
}

.wpb-js-composer .vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
    margin-top: -15px !important;
    z-index: 2
}

.vc_general.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_pagination-trigger {
    background-color: #bdb2b3
}

.vc_general.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_active .vc_pagination-trigger {
    border: 3px solid #bdb2b3;
    background-color: #fff
}

.gear-1, .gear-2, .gear-3, .gear-4, .gear-5 {
    position: absolute;
    margin: 0
}

.gear-2 {
    z-index: 5
}

.gear-5 {
    z-index: 4
}

.gear-1 {
    z-index: 3
}

.gear-3 {
    z-index: 2
}

.gear-4 {
    z-index: 1
}

.gear-1 {
    left: 20%;
    top: 80%
}

.gear-2 {
    left: 10%;
    top: 30%
}

.gear-3 {
    left: 45%;
    top: 55%
}

.gear-4 {
    left: 34%;
    top: 20%
}

.gear-5 {
    left: 27%;
    top: 69%
}

body .hover-gradient .portfolio-item .image .overlay:before {
    background: -moz-linear-gradient(left, rgba(239, 93, 129, .8) 0%, rgba(255, 139, 130, .8) 100%) !important;
    background: -webkit-linear-gradient(left, rgba(239, 93, 129, .8) 0%, rgba(255, 139, 130, .8) 100%) !important;
    background: linear-gradient(to right, rgba(239, 93, 129, .8) 0%, rgba(255, 139, 130, .8) 100%) !important
}

.portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon:before {
    color: #e77785
}

body .hover-circular .portfolio-item .image .overlay .overlay-circle, .hover-circular .gallery-item .overlay-wrap .overlay .overlay-circle {
    background: -moz-linear-gradient(to bottom right, rgba(239, 93, 129, .75) 0%, rgba(255, 139, 130, .75) 100%) !important;
    background: -webkit-linear-gradient(to bottom right, rgba(239, 93, 129, .75) 0%, rgba(255, 139, 130, .75) 100%) !important;
    background: linear-gradient(to bottom right, rgba(239, 93, 129, .75) 0%, rgba(255, 139, 130, .75) 100%) !important
}

/*!
 * WPBakery Page Builder v6.0.0 (https://wpbakery.com)
 * Copyright 2011-2021 Michael M, WPBakery
 * License: Commercial. More details: http://go.wpbakery.com/licensing
 */
.vc_row:after, .vc_row:before {
    content: " ";
    display: table
}

.vc_row:after {
    clear: both
}

@media (max-width: 767px) {
    .vc_hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vc_hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vc_hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .vc_hidden-lg {
        display: none !important
    }
}

.vc_non_responsive .vc_row .vc_col-sm-1 {
    position: relative;
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-2 {
    position: relative;
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-3 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-4 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-5 {
    position: relative;
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-7 {
    position: relative;
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-8 {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-9 {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-10 {
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-11 {
    position: relative;
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-12 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
    margin-left: 100%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
    margin-left: 91.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
    margin-left: 83.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
    margin-left: 75%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
    margin-left: 66.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
    margin-left: 58.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
    margin-left: 50%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
    margin-left: 41.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
    margin-left: 33.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
    margin-left: 25%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
    margin-left: 16.66666667%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
    margin-left: 8.33333333%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
    margin-left: 0
}

.vc_non_responsive .vc_row .vc_hidden-sm {
    display: none !important
}

.vc_non_responsive .vc_row .vc_col-sm-1\/5 {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-2\/5 {
    position: relative;
    float: left;
    width: 40%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-3\/5 {
    position: relative;
    float: left;
    width: 60%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-4\/5 {
    position: relative;
    float: left;
    width: 80%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-5\/5 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5\/5 {
    margin-left: 100%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4\/5 {
    margin-left: 80%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3\/5 {
    margin-left: 60%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2\/5 {
    margin-left: 40%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1\/5 {
    margin-left: 20%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0\/5 {
    margin-left: 0
}

.vc_column_container {
    width: 100%
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px
}

.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
    float: left
}

[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-10, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-11, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-12, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-6, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-7, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-8, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-9 {
    float: right
}

.vc_col-xs-12 {
    width: 100%
}

.vc_col-xs-11 {
    width: 91.66666667%
}

.vc_col-xs-10 {
    width: 83.33333333%
}

.vc_col-xs-9 {
    width: 75%
}

.vc_col-xs-8 {
    width: 66.66666667%
}

.vc_col-xs-7 {
    width: 58.33333333%
}

.vc_col-xs-6 {
    width: 50%
}

.vc_col-xs-5 {
    width: 41.66666667%
}

.vc_col-xs-4 {
    width: 33.33333333%
}

.vc_col-xs-3 {
    width: 25%
}

.vc_col-xs-2 {
    width: 16.66666667%
}

.vc_col-xs-1 {
    width: 8.33333333%
}

.vc_col-xs-pull-12 {
    right: 100%
}

.vc_col-xs-pull-11 {
    right: 91.66666667%
}

.vc_col-xs-pull-10 {
    right: 83.33333333%
}

.vc_col-xs-pull-9 {
    right: 75%
}

.vc_col-xs-pull-8 {
    right: 66.66666667%
}

.vc_col-xs-pull-7 {
    right: 58.33333333%
}

.vc_col-xs-pull-6 {
    right: 50%
}

.vc_col-xs-pull-5 {
    right: 41.66666667%
}

.vc_col-xs-pull-4 {
    right: 33.33333333%
}

.vc_col-xs-pull-3 {
    right: 25%
}

.vc_col-xs-pull-2 {
    right: 16.66666667%
}

.vc_col-xs-pull-1 {
    right: 8.33333333%
}

.vc_col-xs-pull-0 {
    right: auto
}

.vc_col-xs-push-12 {
    left: 100%
}

.vc_col-xs-push-11 {
    left: 91.66666667%
}

.vc_col-xs-push-10 {
    left: 83.33333333%
}

.vc_col-xs-push-9 {
    left: 75%
}

.vc_col-xs-push-8 {
    left: 66.66666667%
}

.vc_col-xs-push-7 {
    left: 58.33333333%
}

.vc_col-xs-push-6 {
    left: 50%
}

.vc_col-xs-push-5 {
    left: 41.66666667%
}

.vc_col-xs-push-4 {
    left: 33.33333333%
}

.vc_col-xs-push-3 {
    left: 25%
}

.vc_col-xs-push-2 {
    left: 16.66666667%
}

.vc_col-xs-push-1 {
    left: 8.33333333%
}

.vc_col-xs-push-0 {
    left: auto
}

.vc_col-xs-offset-12 {
    margin-left: 100%
}

.vc_col-xs-offset-11 {
    margin-left: 91.66666667%
}

.vc_col-xs-offset-10 {
    margin-left: 83.33333333%
}

.vc_col-xs-offset-9 {
    margin-left: 75%
}

.vc_col-xs-offset-8 {
    margin-left: 66.66666667%
}

.vc_col-xs-offset-7 {
    margin-left: 58.33333333%
}

.vc_col-xs-offset-6 {
    margin-left: 50%
}

.vc_col-xs-offset-5 {
    margin-left: 41.66666667%
}

.vc_col-xs-offset-4 {
    margin-left: 33.33333333%
}

.vc_col-xs-offset-3 {
    margin-left: 25%
}

.vc_col-xs-offset-2 {
    margin-left: 16.66666667%
}

.vc_col-xs-offset-1 {
    margin-left: 8.33333333%
}

.vc_col-xs-offset-0 {
    margin-left: 0
}

.vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5, .vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5, .vc_col-sm-1\/5, .vc_col-sm-2\/5, .vc_col-sm-3\/5, .vc_col-sm-4\/5, .vc_col-sm-5\/5, .vc_col-xs-1\/5, .vc_col-xs-2\/5, .vc_col-xs-3\/5, .vc_col-xs-4\/5, .vc_col-xs-5\/5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_col-xs-1\/5, .vc_col-xs-2\/5, .vc_col-xs-3\/5, .vc_col-xs-4\/5, .vc_col-xs-5\/5 {
    float: left
}

.vc_col-xs-5\/5 {
    width: 100%
}

.vc_col-xs-4\/5 {
    width: 80%
}

.vc_col-xs-3\/5 {
    width: 60%
}

.vc_col-xs-2\/5 {
    width: 40%
}

.vc_col-xs-1\/5 {
    width: 20%
}

.vc_col-xs-pull-5\/5 {
    right: 100%
}

.vc_col-xs-pull-4\/5 {
    right: 80%
}

.vc_col-xs-pull-3\/5 {
    right: 60%
}

.vc_col-xs-pull-2\/5 {
    right: 40%
}

.vc_col-xs-pull-1\/5 {
    right: 20%
}

.vc_col-xs-pull-0\/5 {
    right: auto
}

.vc_col-xs-push-5\/5 {
    left: 100%
}

.vc_col-xs-push-4\/5 {
    left: 80%
}

.vc_col-xs-push-3\/5 {
    left: 60%
}

.vc_col-xs-push-2\/5 {
    left: 40%
}

.vc_col-xs-push-1\/5 {
    left: 20%
}

.vc_col-xs-push-0\/5 {
    left: auto
}

.vc_col-xs-offset-5\/5 {
    margin-left: 100%
}

.vc_col-xs-offset-4\/5 {
    margin-left: 80%
}

.vc_col-xs-offset-3\/5 {
    margin-left: 60%
}

.vc_col-xs-offset-2\/5 {
    margin-left: 40%
}

.vc_col-xs-offset-1\/5 {
    margin-left: 20%
}

.vc_col-xs-offset-0\/5 {
    margin-left: 0
}

[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-1\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-2\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-3\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-4\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-5\/5 {
    float: right
}

@media (min-width: 768px) {
    .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-10, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-11, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-12, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-6, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-7, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-8, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-9 {
        float: right
    }

    .vc_col-sm-12 {
        width: 100%
    }

    .vc_col-sm-11 {
        width: 91.66666667%
    }

    .vc_col-sm-10 {
        width: 83.33333333%
    }

    .vc_col-sm-9 {
        width: 75%
    }

    .vc_col-sm-8 {
        width: 66.66666667%
    }

    .vc_col-sm-7 {
        width: 58.33333333%
    }

    .vc_col-sm-6 {
        width: 50%
    }

    .vc_col-sm-5 {
        width: 41.66666667%
    }

    .vc_col-sm-4 {
        width: 33.33333333%
    }

    .vc_col-sm-3 {
        width: 25%
    }

    .vc_col-sm-2 {
        width: 16.66666667%
    }

    .vc_col-sm-1 {
        width: 8.33333333%
    }

    .vc_col-sm-pull-12 {
        right: 100%
    }

    .vc_col-sm-pull-11 {
        right: 91.66666667%
    }

    .vc_col-sm-pull-10 {
        right: 83.33333333%
    }

    .vc_col-sm-pull-9 {
        right: 75%
    }

    .vc_col-sm-pull-8 {
        right: 66.66666667%
    }

    .vc_col-sm-pull-7 {
        right: 58.33333333%
    }

    .vc_col-sm-pull-6 {
        right: 50%
    }

    .vc_col-sm-pull-5 {
        right: 41.66666667%
    }

    .vc_col-sm-pull-4 {
        right: 33.33333333%
    }

    .vc_col-sm-pull-3 {
        right: 25%
    }

    .vc_col-sm-pull-2 {
        right: 16.66666667%
    }

    .vc_col-sm-pull-1 {
        right: 8.33333333%
    }

    .vc_col-sm-pull-0 {
        right: auto
    }

    .vc_col-sm-push-12 {
        left: 100%
    }

    .vc_col-sm-push-11 {
        left: 91.66666667%
    }

    .vc_col-sm-push-10 {
        left: 83.33333333%
    }

    .vc_col-sm-push-9 {
        left: 75%
    }

    .vc_col-sm-push-8 {
        left: 66.66666667%
    }

    .vc_col-sm-push-7 {
        left: 58.33333333%
    }

    .vc_col-sm-push-6 {
        left: 50%
    }

    .vc_col-sm-push-5 {
        left: 41.66666667%
    }

    .vc_col-sm-push-4 {
        left: 33.33333333%
    }

    .vc_col-sm-push-3 {
        left: 25%
    }

    .vc_col-sm-push-2 {
        left: 16.66666667%
    }

    .vc_col-sm-push-1 {
        left: 8.33333333%
    }

    .vc_col-sm-push-0 {
        left: auto
    }

    .vc_col-sm-offset-12 {
        margin-left: 100%
    }

    .vc_col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-sm-offset-9 {
        margin-left: 75%
    }

    .vc_col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-sm-offset-6 {
        margin-left: 50%
    }

    .vc_col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-sm-offset-3 {
        margin-left: 25%
    }

    .vc_col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-sm-offset-0 {
        margin-left: 0
    }

    .vc_col-sm-1\/5, .vc_col-sm-2\/5, .vc_col-sm-3\/5, .vc_col-sm-4\/5, .vc_col-sm-5\/5 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-sm-5\/5 {
        width: 100%
    }

    .vc_col-sm-4\/5 {
        width: 80%
    }

    .vc_col-sm-3\/5 {
        width: 60%
    }

    .vc_col-sm-2\/5 {
        width: 40%
    }

    .vc_col-sm-1\/5 {
        width: 20%
    }

    .vc_col-sm-pull-5\/5 {
        right: 100%
    }

    .vc_col-sm-pull-4\/5 {
        right: 80%
    }

    .vc_col-sm-pull-3\/5 {
        right: 60%
    }

    .vc_col-sm-pull-2\/5 {
        right: 40%
    }

    .vc_col-sm-pull-1\/5 {
        right: 20%
    }

    .vc_col-sm-pull-0\/5 {
        right: auto
    }

    .vc_col-sm-push-5\/5 {
        left: 100%
    }

    .vc_col-sm-push-4\/5 {
        left: 80%
    }

    .vc_col-sm-push-3\/5 {
        left: 60%
    }

    .vc_col-sm-push-2\/5 {
        left: 40%
    }

    .vc_col-sm-push-1\/5 {
        left: 20%
    }

    .vc_col-sm-push-0\/5 {
        left: auto
    }

    .vc_col-sm-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-sm-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-sm-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-sm-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-sm-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-sm-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-1, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-10, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-11, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-12, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-2, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-3, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-4, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-6, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-7, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-8, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-9 {
        float: right
    }

    .vc_col-md-12 {
        width: 100%
    }

    .vc_col-md-11 {
        width: 91.66666667%
    }

    .vc_col-md-10 {
        width: 83.33333333%
    }

    .vc_col-md-9 {
        width: 75%
    }

    .vc_col-md-8 {
        width: 66.66666667%
    }

    .vc_col-md-7 {
        width: 58.33333333%
    }

    .vc_col-md-6 {
        width: 50%
    }

    .vc_col-md-5 {
        width: 41.66666667%
    }

    .vc_col-md-4 {
        width: 33.33333333%
    }

    .vc_col-md-3 {
        width: 25%
    }

    .vc_col-md-2 {
        width: 16.66666667%
    }

    .vc_col-md-1 {
        width: 8.33333333%
    }

    .vc_col-md-pull-12 {
        right: 100%
    }

    .vc_col-md-pull-11 {
        right: 91.66666667%
    }

    .vc_col-md-pull-10 {
        right: 83.33333333%
    }

    .vc_col-md-pull-9 {
        right: 75%
    }

    .vc_col-md-pull-8 {
        right: 66.66666667%
    }

    .vc_col-md-pull-7 {
        right: 58.33333333%
    }

    .vc_col-md-pull-6 {
        right: 50%
    }

    .vc_col-md-pull-5 {
        right: 41.66666667%
    }

    .vc_col-md-pull-4 {
        right: 33.33333333%
    }

    .vc_col-md-pull-3 {
        right: 25%
    }

    .vc_col-md-pull-2 {
        right: 16.66666667%
    }

    .vc_col-md-pull-1 {
        right: 8.33333333%
    }

    .vc_col-md-pull-0 {
        right: auto
    }

    .vc_col-md-push-12 {
        left: 100%
    }

    .vc_col-md-push-11 {
        left: 91.66666667%
    }

    .vc_col-md-push-10 {
        left: 83.33333333%
    }

    .vc_col-md-push-9 {
        left: 75%
    }

    .vc_col-md-push-8 {
        left: 66.66666667%
    }

    .vc_col-md-push-7 {
        left: 58.33333333%
    }

    .vc_col-md-push-6 {
        left: 50%
    }

    .vc_col-md-push-5 {
        left: 41.66666667%
    }

    .vc_col-md-push-4 {
        left: 33.33333333%
    }

    .vc_col-md-push-3 {
        left: 25%
    }

    .vc_col-md-push-2 {
        left: 16.66666667%
    }

    .vc_col-md-push-1 {
        left: 8.33333333%
    }

    .vc_col-md-push-0 {
        left: auto
    }

    .vc_col-md-offset-12 {
        margin-left: 100%
    }

    .vc_col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-md-offset-9 {
        margin-left: 75%
    }

    .vc_col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-md-offset-6 {
        margin-left: 50%
    }

    .vc_col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-md-offset-3 {
        margin-left: 25%
    }

    .vc_col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-md-offset-0 {
        margin-left: 0
    }

    .vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-md-5\/5 {
        width: 100%
    }

    .vc_col-md-4\/5 {
        width: 80%
    }

    .vc_col-md-3\/5 {
        width: 60%
    }

    .vc_col-md-2\/5 {
        width: 40%
    }

    .vc_col-md-1\/5 {
        width: 20%
    }

    .vc_col-md-pull-5\/5 {
        right: 100%
    }

    .vc_col-md-pull-4\/5 {
        right: 80%
    }

    .vc_col-md-pull-3\/5 {
        right: 60%
    }

    .vc_col-md-pull-2\/5 {
        right: 40%
    }

    .vc_col-md-pull-1\/5 {
        right: 20%
    }

    .vc_col-md-pull-0\/5 {
        right: auto
    }

    .vc_col-md-push-5\/5 {
        left: 100%
    }

    .vc_col-md-push-4\/5 {
        left: 80%
    }

    .vc_col-md-push-3\/5 {
        left: 60%
    }

    .vc_col-md-push-2\/5 {
        left: 40%
    }

    .vc_col-md-push-1\/5 {
        left: 20%
    }

    .vc_col-md-push-0\/5 {
        left: auto
    }

    .vc_col-md-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-md-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-md-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-md-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-md-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-md-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-1, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-10, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-11, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-12, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-2, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-3, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-4, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-6, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-7, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-8, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-9 {
        float: right
    }

    .vc_col-lg-12 {
        width: 100%
    }

    .vc_col-lg-11 {
        width: 91.66666667%
    }

    .vc_col-lg-10 {
        width: 83.33333333%
    }

    .vc_col-lg-9 {
        width: 75%
    }

    .vc_col-lg-8 {
        width: 66.66666667%
    }

    .vc_col-lg-7 {
        width: 58.33333333%
    }

    .vc_col-lg-6 {
        width: 50%
    }

    .vc_col-lg-5 {
        width: 41.66666667%
    }

    .vc_col-lg-4 {
        width: 33.33333333%
    }

    .vc_col-lg-3 {
        width: 25%
    }

    .vc_col-lg-2 {
        width: 16.66666667%
    }

    .vc_col-lg-1 {
        width: 8.33333333%
    }

    .vc_col-lg-pull-12 {
        right: 100%
    }

    .vc_col-lg-pull-11 {
        right: 91.66666667%
    }

    .vc_col-lg-pull-10 {
        right: 83.33333333%
    }

    .vc_col-lg-pull-9 {
        right: 75%
    }

    .vc_col-lg-pull-8 {
        right: 66.66666667%
    }

    .vc_col-lg-pull-7 {
        right: 58.33333333%
    }

    .vc_col-lg-pull-6 {
        right: 50%
    }

    .vc_col-lg-pull-5 {
        right: 41.66666667%
    }

    .vc_col-lg-pull-4 {
        right: 33.33333333%
    }

    .vc_col-lg-pull-3 {
        right: 25%
    }

    .vc_col-lg-pull-2 {
        right: 16.66666667%
    }

    .vc_col-lg-pull-1 {
        right: 8.33333333%
    }

    .vc_col-lg-pull-0 {
        right: auto
    }

    .vc_col-lg-push-12 {
        left: 100%
    }

    .vc_col-lg-push-11 {
        left: 91.66666667%
    }

    .vc_col-lg-push-10 {
        left: 83.33333333%
    }

    .vc_col-lg-push-9 {
        left: 75%
    }

    .vc_col-lg-push-8 {
        left: 66.66666667%
    }

    .vc_col-lg-push-7 {
        left: 58.33333333%
    }

    .vc_col-lg-push-6 {
        left: 50%
    }

    .vc_col-lg-push-5 {
        left: 41.66666667%
    }

    .vc_col-lg-push-4 {
        left: 33.33333333%
    }

    .vc_col-lg-push-3 {
        left: 25%
    }

    .vc_col-lg-push-2 {
        left: 16.66666667%
    }

    .vc_col-lg-push-1 {
        left: 8.33333333%
    }

    .vc_col-lg-push-0 {
        left: auto
    }

    .vc_col-lg-offset-12 {
        margin-left: 100%
    }

    .vc_col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-lg-offset-9 {
        margin-left: 75%
    }

    .vc_col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-lg-offset-6 {
        margin-left: 50%
    }

    .vc_col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-lg-offset-3 {
        margin-left: 25%
    }

    .vc_col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-lg-offset-0 {
        margin-left: 0
    }

    .vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5 {
        float: left
    }

    [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4\/5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-lg-5\/5 {
        width: 100%
    }

    .vc_col-lg-4\/5 {
        width: 80%
    }

    .vc_col-lg-3\/5 {
        width: 60%
    }

    .vc_col-lg-2\/5 {
        width: 40%
    }

    .vc_col-lg-1\/5 {
        width: 20%
    }

    .vc_col-lg-pull-5\/5 {
        right: 100%
    }

    .vc_col-lg-pull-4\/5 {
        right: 80%
    }

    .vc_col-lg-pull-3\/5 {
        right: 60%
    }

    .vc_col-lg-pull-2\/5 {
        right: 40%
    }

    .vc_col-lg-pull-1\/5 {
        right: 20%
    }

    .vc_col-lg-pull-0\/5 {
        right: auto
    }

    .vc_col-lg-push-5\/5 {
        left: 100%
    }

    .vc_col-lg-push-4\/5 {
        left: 80%
    }

    .vc_col-lg-push-3\/5 {
        left: 60%
    }

    .vc_col-lg-push-2\/5 {
        left: 40%
    }

    .vc_col-lg-push-1\/5 {
        left: 20%
    }

    .vc_col-lg-push-0\/5 {
        left: auto
    }

    .vc_col-lg-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-lg-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-lg-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-lg-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-lg-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-lg-offset-0\/5 {
        margin-left: 0
    }
}

.vc_pull-right {
    float: right !important
}

.vc_pull-left {
    float: left !important
}

.vc_clearfix:after, .vc_clearfix:before {
    content: " ";
    display: table
}

.vc_clearfix:after {
    clear: both
}

.vc_clearfix:after, .vc_clearfix:before {
    content: " ";
    display: table
}

.vc_clearfix:after {
    clear: both
}

.vc_el-clearfix {
    clear: both
}

@media (max-width: 767px) {
    .vc_el-clearfix-xs {
        clear: both
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vc_el-clearfix-sm {
        clear: both
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vc_el-clearfix-md {
        clear: both
    }
}

@media (min-width: 1200px) {
    .vc_el-clearfix-lg {
        clear: both
    }
}

.vc_visible {
    display: block
}

.vc_table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse
}

.vc_table > tbody > tr > td, .vc_table > tbody > tr > th, .vc_table > tfoot > tr > td, .vc_table > tfoot > tr > th, .vc_table > thead > tr > td, .vc_table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.vc_table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.vc_table > caption + thead > tr:first-child > td, .vc_table > caption + thead > tr:first-child > th, .vc_table > colgroup + thead > tr:first-child > td, .vc_table > colgroup + thead > tr:first-child > th, .vc_table > thead:first-child > tr:first-child > td, .vc_table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.vc_table > tbody + tbody {
    border-top: 2px solid #ddd
}

.vc_table .table {
    background-color: #fff
}

.vc_table-bordered {
    border: 1px solid #ddd
}

.vc_table-bordered > tbody > tr > td, .vc_table-bordered > tbody > tr > th, .vc_table-bordered > tfoot > tr > td, .vc_table-bordered > tfoot > tr > th, .vc_table-bordered > thead > tr > td, .vc_table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.vc_table-bordered > thead > tr > td, .vc_table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.vc_pixel_icon {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background-position: 0 0;
    background-repeat: no-repeat
}

.vc_pixel_icon-alert {
    background-image: url(../images/alert.png)
}

.vc_pixel_icon-info {
    background-image: url(../images/info.png)
}

.vc_pixel_icon-tick {
    background-image: url(../images/tick.png)
}

.vc_pixel_icon-explanation {
    background-image: url(../images/exclamation.png)
}

.vc_pixel_icon-address_book {
    background-image: url(../images/address-book.png)
}

.vc_pixel_icon-alarm_clock {
    background-image: url(../images/alarm-clock.png)
}

.vc_pixel_icon-anchor {
    background-image: url(../images/anchor.png)
}

.vc_pixel_icon-application_image {
    background-image: url(../images/application-image.png)
}

.vc_pixel_icon-arrow {
    background-image: url(../images/arrow.png)
}

.vc_pixel_icon-asterisk {
    background-image: url(../images/asterisk.png)
}

.vc_pixel_icon-hammer {
    background-image: url(../images/auction-hammer.png)
}

.vc_pixel_icon-balloon {
    background-image: url(../images/balloon.png)
}

.vc_pixel_icon-balloon_buzz {
    background-image: url(../images/balloon-buzz.png)
}

.vc_pixel_icon-balloon_facebook {
    background-image: url(../images/balloon-facebook.png)
}

.vc_pixel_icon-balloon_twitter {
    background-image: url(../images/balloon-twitter.png)
}

.vc_pixel_icon-battery {
    background-image: url(../images/battery-full.png)
}

.vc_pixel_icon-binocular {
    background-image: url(../images/binocular.png)
}

.vc_pixel_icon-document_excel {
    background-image: url(../images/blue-document-excel.png)
}

.vc_pixel_icon-document_image {
    background-image: url(../images/blue-document-image.png)
}

.vc_pixel_icon-document_music {
    background-image: url(../images/blue-document-music.png)
}

.vc_pixel_icon-document_office {
    background-image: url(../images/blue-document-office.png)
}

.vc_pixel_icon-document_pdf {
    background-image: url(../images/blue-document-pdf.png)
}

.vc_pixel_icon-document_powerpoint {
    background-image: url(../images/blue-document-powerpoint.png)
}

.vc_pixel_icon-document_word {
    background-image: url(../images/blue-document-word.png)
}

.vc_pixel_icon-bookmark {
    background-image: url(../images/bookmark.png)
}

.vc_pixel_icon-camcorder {
    background-image: url(../images/camcorder.png)
}

.vc_pixel_icon-camera {
    background-image: url(../images/camera.png)
}

.vc_pixel_icon-chart {
    background-image: url(../images/chart.png)
}

.vc_pixel_icon-chart_pie {
    background-image: url(../images/chart-pie.png)
}

.vc_pixel_icon-clock {
    background-image: url(../images/clock.png)
}

.vc_pixel_icon-play {
    background-image: url(../images/control.png)
}

.vc_pixel_icon-fire {
    background-image: url(../images/fire.png)
}

.vc_pixel_icon-heart {
    background-image: url(../images/heart.png)
}

.vc_pixel_icon-mail {
    background-image: url(../images/mail.png)
}

.vc_pixel_icon-shield {
    background-image: url(../images/plus-shield.png)
}

.vc_pixel_icon-video {
    background-image: url(../images/video.png)
}

@font-face {
    font-family: vcpb-plugin-icons;
    src: url(../fonts/vcpb-plugin-icons.eot);
    src: url(../fonts/vcpb-plugin-icons.eot#iefix) format('embedded-opentype'), url(../fonts/vcpb-plugin-icons.ttf) format('truetype'), url(../fonts/vcpb-plugin-icons.woff) format('woff'), url(../fonts/vcpb-plugin-icons.svg#vcpb-plugin-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

.vc-composer-icon {
    font-family: vcpb-plugin-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vc-c-icon-minimize:before {
    content: "\e91c"
}

.vc-c-icon-close:before {
    content: "\e5cd"
}

.vc-c-icon-1-6_4-6_1-6:before {
    content: "\e90e"
}

.vc-c-icon-add_template:before {
    content: "\e903"
}

.vc-c-icon-arrow_back:before {
    content: "\e5c4"
}

.vc-c-icon-arrow_drop_down:before {
    content: "\e5c5"
}

.vc-c-icon-arrow_drop_up:before {
    content: "\e5c7"
}

.vc-c-icon-arrow_forward:before {
    content: "\e5c8"
}

.vc-c-icon-check:before {
    content: "\e5ca"
}

.vc-c-icon-arrow_upward:before {
    content: "\e5d8"
}

.vc-c-icon-arrow_downward:before {
    content: "\e5db"
}

.vc-c-icon-sync:before {
    content: "\e627"
}

.vc-c-icon-search:before {
    content: "\e8b6"
}

.vc-c-icon-1-1:before {
    content: "\e900"
}

.vc-c-icon-1-2_1-2:before {
    content: "\e901"
}

.vc-c-icon-1-3_1-3_1-3:before {
    content: "\e902"
}

.vc-c-icon-1-4_1-2_1-4:before {
    content: "\e904"
}

.vc-c-icon-1-4_1-4_1-4_1-4:before {
    content: "\e905"
}

.vc-c-icon-1-4_3-4:before {
    content: "\e906"
}

.vc-c-icon-1-6_1-6_1-6_1-2:before {
    content: "\e907"
}

.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
    content: "\e908"
}

.vc-c-icon-l_15_15_15_15_15:before {
    content: "\e909"
}

.vc-c-icon-1-6_2-3_1-6:before {
    content: "\e90a"
}

.vc-c-icon-2-3_1-3:before {
    content: "\e90b"
}

.vc-c-icon-5-6_1-6:before {
    content: "\e90c"
}

.vc-c-icon-add_element:before {
    content: "\e90d"
}

.vc-c-icon-add:before {
    content: "\e90f"
}

.vc-c-icon-cog:before {
    content: "\e910"
}

.vc-c-icon-content_copy:before {
    content: "\e911"
}

.vc-c-icon-delete_empty:before {
    content: "\e912"
}

.vc-c-icon-dragndrop:before {
    content: "\e913"
}

.vc-c-icon-fullscreen_exit:before {
    content: "\e914"
}

.vc-c-icon-fullscreen:before {
    content: "\e915"
}

.vc-c-icon-arrow_drop_right:before {
    content: "\e916"
}

.vc-c-icon-layout_default:before {
    content: "\e917"
}

.vc-c-icon-layout_landscape-smartphones:before {
    content: "\e918"
}

.vc-c-icon-layout_landscape-tablets:before {
    content: "\e919"
}

.vc-c-icon-layout_portrait-smartphones:before {
    content: "\e91a"
}

.vc-c-icon-layout_portrait-tablets:before {
    content: "\e91b"
}

.vc-c-icon-mode_edit:before {
    content: "\e91d"
}

.vc-c-icon-row_default_fe:before {
    content: "\e91e"
}

.vc-c-icon-text-block:before {
    content: "\e91f"
}

.vc_txt_align_left {
    text-align: left
}

.vc_txt_align_right {
    text-align: right
}

.vc_txt_align_center {
    text-align: center
}

.vc_txt_align_justify {
    text-align: justify;
    text-justify: inter-word
}

.vc_el_width_50 {
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_60 {
    width: 60%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_70 {
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_80 {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_90 {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_el_width_100 {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important
}

.vc_btn, a.vc_btn, button.vc_btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 9px 12px;
    font-size: 100%;
    line-height: 20px;
    border-radius: 4px
}

.vc_btn, .vc_btn:focus, .vc_btn:hover, a.vc_btn, a.vc_btn:focus, a.vc_btn:hover, button.vc_btn, button.vc_btn:focus, button.vc_btn:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.vc_btn-lg, a.vc_btn-lg, button.vc_btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.vc_btn-sm, a.vc_btn-sm, button.vc_btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.vc_btn-xs, a.vc_btn-xs, button.vc_btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.vc_btn_square, a.vc_btn_square, button.vc_btn_square {
    border-radius: 0
}

.vc_btn_square_outlined, a.vc_btn_square_outlined, button.vc_btn_square_outlined {
    border-radius: 0;
    background: 0 0 !important
}

.vc_btn_square_outlined, .vc_btn_square_outlined:focus, .vc_btn_square_outlined:hover, a.vc_btn_square_outlined, a.vc_btn_square_outlined:focus, a.vc_btn_square_outlined:hover, button.vc_btn_square_outlined, button.vc_btn_square_outlined:focus, button.vc_btn_square_outlined:hover {
    border: 2px solid
}

.vc_btn_round, a.vc_btn_round, button.vc_btn_round {
    border-radius: 25px
}

.vc_btn_outlined, a.vc_btn_outlined, button.vc_btn_outlined {
    background: 0 0 !important
}

.vc_btn_outlined, .vc_btn_outlined:focus, .vc_btn_outlined:hover, a.vc_btn_outlined, a.vc_btn_outlined:focus, a.vc_btn_outlined:hover, button.vc_btn_outlined, button.vc_btn_outlined:focus, button.vc_btn_outlined:hover {
    border: 2px solid
}

.vc_btn-blue, a.vc_btn-blue, button.vc_btn-blue {
    background-color: #5472d2;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-blue:hover, a.vc_btn-blue:hover, button.vc_btn-blue:hover {
    background-color: #3c5ecc;
    color: #f7f7f7 !important
}

.vc_btn-blue.vc_btn_outlined, .vc_btn-blue.vc_btn_square_outlined, a.vc_btn-blue.vc_btn_outlined, a.vc_btn-blue.vc_btn_square_outlined, button.vc_btn-blue.vc_btn_outlined, button.vc_btn-blue.vc_btn_square_outlined {
    color: #5472d2 !important
}

.vc_btn-blue.vc_btn_outlined:hover, .vc_btn-blue.vc_btn_square_outlined:hover, a.vc_btn-blue.vc_btn_outlined:hover, a.vc_btn-blue.vc_btn_square_outlined:hover, button.vc_btn-blue.vc_btn_outlined:hover, button.vc_btn-blue.vc_btn_square_outlined:hover {
    border-color: #3c5ecc
}

.vc_btn-blue.vc_btn_3d, a.vc_btn-blue.vc_btn_3d, button.vc_btn-blue.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #3253bc;
    box-shadow: 0 5px 0 #3253bc;
    margin-bottom: 5px
}

.vc_btn-blue.vc_btn_3d.vc_btn_xs, a.vc_btn-blue.vc_btn_3d.vc_btn_xs, button.vc_btn-blue.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #3253bc;
    box-shadow: 0 3px 0 #3253bc;
    margin-bottom: 3px
}

.vc_btn-blue.vc_btn_3d.vc_btn_sm, a.vc_btn-blue.vc_btn_3d.vc_btn_sm, button.vc_btn-blue.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #3253bc;
    box-shadow: 0 4px 0 #3253bc;
    margin-bottom: 4px
}

.vc_btn-turquoise, a.vc_btn-turquoise, button.vc_btn-turquoise {
    background-color: #00c1cf;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-turquoise:hover, a.vc_btn-turquoise:hover, button.vc_btn-turquoise:hover {
    background-color: #00a4b0;
    color: #f7f7f7 !important
}

.vc_btn-turquoise.vc_btn_outlined, .vc_btn-turquoise.vc_btn_square_outlined, a.vc_btn-turquoise.vc_btn_outlined, a.vc_btn-turquoise.vc_btn_square_outlined, button.vc_btn-turquoise.vc_btn_outlined, button.vc_btn-turquoise.vc_btn_square_outlined {
    color: #00c1cf !important
}

.vc_btn-turquoise.vc_btn_outlined:hover, .vc_btn-turquoise.vc_btn_square_outlined:hover, a.vc_btn-turquoise.vc_btn_outlined:hover, a.vc_btn-turquoise.vc_btn_square_outlined:hover, button.vc_btn-turquoise.vc_btn_outlined:hover, button.vc_btn-turquoise.vc_btn_square_outlined:hover {
    border-color: #00a4b0
}

.vc_btn-turquoise.vc_btn_3d, a.vc_btn-turquoise.vc_btn_3d, button.vc_btn-turquoise.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #008d97;
    box-shadow: 0 5px 0 #008d97;
    margin-bottom: 5px
}

.vc_btn-turquoise.vc_btn_3d.vc_btn_xs, a.vc_btn-turquoise.vc_btn_3d.vc_btn_xs, button.vc_btn-turquoise.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #008d97;
    box-shadow: 0 3px 0 #008d97;
    margin-bottom: 3px
}

.vc_btn-turquoise.vc_btn_3d.vc_btn_sm, a.vc_btn-turquoise.vc_btn_3d.vc_btn_sm, button.vc_btn-turquoise.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #008d97;
    box-shadow: 0 4px 0 #008d97;
    margin-bottom: 4px
}

.vc_btn-pink, a.vc_btn-pink, button.vc_btn-pink {
    background-color: #fe6c61;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-pink:hover, a.vc_btn-pink:hover, button.vc_btn-pink:hover {
    background-color: #fe5043;
    color: #f7f7f7 !important
}

.vc_btn-pink.vc_btn_outlined, .vc_btn-pink.vc_btn_square_outlined, a.vc_btn-pink.vc_btn_outlined, a.vc_btn-pink.vc_btn_square_outlined, button.vc_btn-pink.vc_btn_outlined, button.vc_btn-pink.vc_btn_square_outlined {
    color: #fe6c61 !important
}

.vc_btn-pink.vc_btn_outlined:hover, .vc_btn-pink.vc_btn_square_outlined:hover, a.vc_btn-pink.vc_btn_outlined:hover, a.vc_btn-pink.vc_btn_square_outlined:hover, button.vc_btn-pink.vc_btn_outlined:hover, button.vc_btn-pink.vc_btn_square_outlined:hover {
    border-color: #fe5043
}

.vc_btn-pink.vc_btn_3d, a.vc_btn-pink.vc_btn_3d, button.vc_btn-pink.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #fe3829;
    box-shadow: 0 5px 0 #fe3829;
    margin-bottom: 5px
}

.vc_btn-pink.vc_btn_3d.vc_btn_xs, a.vc_btn-pink.vc_btn_3d.vc_btn_xs, button.vc_btn-pink.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #fe3829;
    box-shadow: 0 3px 0 #fe3829;
    margin-bottom: 3px
}

.vc_btn-pink.vc_btn_3d.vc_btn_sm, a.vc_btn-pink.vc_btn_3d.vc_btn_sm, button.vc_btn-pink.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #fe3829;
    box-shadow: 0 4px 0 #fe3829;
    margin-bottom: 4px
}

.vc_btn-violet, a.vc_btn-violet, button.vc_btn-violet {
    background-color: #8d6dc4;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-violet:hover, a.vc_btn-violet:hover, button.vc_btn-violet:hover {
    background-color: #7c57bb;
    color: #f7f7f7 !important
}

.vc_btn-violet.vc_btn_outlined, .vc_btn-violet.vc_btn_square_outlined, a.vc_btn-violet.vc_btn_outlined, a.vc_btn-violet.vc_btn_square_outlined, button.vc_btn-violet.vc_btn_outlined, button.vc_btn-violet.vc_btn_square_outlined {
    color: #8d6dc4 !important
}

.vc_btn-violet.vc_btn_outlined:hover, .vc_btn-violet.vc_btn_square_outlined:hover, a.vc_btn-violet.vc_btn_outlined:hover, a.vc_btn-violet.vc_btn_square_outlined:hover, button.vc_btn-violet.vc_btn_outlined:hover, button.vc_btn-violet.vc_btn_square_outlined:hover {
    border-color: #7c57bb
}

.vc_btn-violet.vc_btn_3d, a.vc_btn-violet.vc_btn_3d, button.vc_btn-violet.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #6e48b1;
    box-shadow: 0 5px 0 #6e48b1;
    margin-bottom: 5px
}

.vc_btn-violet.vc_btn_3d.vc_btn_xs, a.vc_btn-violet.vc_btn_3d.vc_btn_xs, button.vc_btn-violet.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #6e48b1;
    box-shadow: 0 3px 0 #6e48b1;
    margin-bottom: 3px
}

.vc_btn-violet.vc_btn_3d.vc_btn_sm, a.vc_btn-violet.vc_btn_3d.vc_btn_sm, button.vc_btn-violet.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #6e48b1;
    box-shadow: 0 4px 0 #6e48b1;
    margin-bottom: 4px
}

.vc_btn-peacoc, a.vc_btn-peacoc, button.vc_btn-peacoc {
    background-color: #4cadc9;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-peacoc:hover, a.vc_btn-peacoc:hover, button.vc_btn-peacoc:hover {
    background-color: #39a0bd;
    color: #f7f7f7 !important
}

.vc_btn-peacoc.vc_btn_outlined, .vc_btn-peacoc.vc_btn_square_outlined, a.vc_btn-peacoc.vc_btn_outlined, a.vc_btn-peacoc.vc_btn_square_outlined, button.vc_btn-peacoc.vc_btn_outlined, button.vc_btn-peacoc.vc_btn_square_outlined {
    color: #4cadc9 !important
}

.vc_btn-peacoc.vc_btn_outlined:hover, .vc_btn-peacoc.vc_btn_square_outlined:hover, a.vc_btn-peacoc.vc_btn_outlined:hover, a.vc_btn-peacoc.vc_btn_square_outlined:hover, button.vc_btn-peacoc.vc_btn_outlined:hover, button.vc_btn-peacoc.vc_btn_square_outlined:hover {
    border-color: #39a0bd
}

.vc_btn-peacoc.vc_btn_3d, a.vc_btn-peacoc.vc_btn_3d, button.vc_btn-peacoc.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #338faa;
    box-shadow: 0 5px 0 #338faa;
    margin-bottom: 5px
}

.vc_btn-peacoc.vc_btn_3d.vc_btn_xs, a.vc_btn-peacoc.vc_btn_3d.vc_btn_xs, button.vc_btn-peacoc.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #338faa;
    box-shadow: 0 3px 0 #338faa;
    margin-bottom: 3px
}

.vc_btn-peacoc.vc_btn_3d.vc_btn_sm, a.vc_btn-peacoc.vc_btn_3d.vc_btn_sm, button.vc_btn-peacoc.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #338faa;
    box-shadow: 0 4px 0 #338faa;
    margin-bottom: 4px
}

.vc_btn-chino, a.vc_btn-chino, button.vc_btn-chino {
    background-color: #cec2ab;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-chino:hover, a.vc_btn-chino:hover, button.vc_btn-chino:hover {
    background-color: #c3b498;
    color: #f7f7f7 !important
}

.vc_btn-chino.vc_btn_outlined, .vc_btn-chino.vc_btn_square_outlined, a.vc_btn-chino.vc_btn_outlined, a.vc_btn-chino.vc_btn_square_outlined, button.vc_btn-chino.vc_btn_outlined, button.vc_btn-chino.vc_btn_square_outlined {
    color: #cec2ab !important
}

.vc_btn-chino.vc_btn_outlined:hover, .vc_btn-chino.vc_btn_square_outlined:hover, a.vc_btn-chino.vc_btn_outlined:hover, a.vc_btn-chino.vc_btn_square_outlined:hover, button.vc_btn-chino.vc_btn_outlined:hover, button.vc_btn-chino.vc_btn_square_outlined:hover {
    border-color: #c3b498
}

.vc_btn-chino.vc_btn_3d, a.vc_btn-chino.vc_btn_3d, button.vc_btn-chino.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #b9a888;
    box-shadow: 0 5px 0 #b9a888;
    margin-bottom: 5px
}

.vc_btn-chino.vc_btn_3d.vc_btn_xs, a.vc_btn-chino.vc_btn_3d.vc_btn_xs, button.vc_btn-chino.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #b9a888;
    box-shadow: 0 3px 0 #b9a888;
    margin-bottom: 3px
}

.vc_btn-chino.vc_btn_3d.vc_btn_sm, a.vc_btn-chino.vc_btn_3d.vc_btn_sm, button.vc_btn-chino.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #b9a888;
    box-shadow: 0 4px 0 #b9a888;
    margin-bottom: 4px
}

.vc_btn-mulled_wine, a.vc_btn-mulled_wine, button.vc_btn-mulled_wine {
    background-color: #50485b;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-mulled_wine:hover, a.vc_btn-mulled_wine:hover, button.vc_btn-mulled_wine:hover {
    background-color: #413a4a;
    color: #f7f7f7 !important
}

.vc_btn-mulled_wine.vc_btn_outlined, .vc_btn-mulled_wine.vc_btn_square_outlined, a.vc_btn-mulled_wine.vc_btn_outlined, a.vc_btn-mulled_wine.vc_btn_square_outlined, button.vc_btn-mulled_wine.vc_btn_outlined, button.vc_btn-mulled_wine.vc_btn_square_outlined {
    color: #50485b !important
}

.vc_btn-mulled_wine.vc_btn_outlined:hover, .vc_btn-mulled_wine.vc_btn_square_outlined:hover, a.vc_btn-mulled_wine.vc_btn_outlined:hover, a.vc_btn-mulled_wine.vc_btn_square_outlined:hover, button.vc_btn-mulled_wine.vc_btn_outlined:hover, button.vc_btn-mulled_wine.vc_btn_square_outlined:hover {
    border-color: #413a4a
}

.vc_btn-mulled_wine.vc_btn_3d, a.vc_btn-mulled_wine.vc_btn_3d, button.vc_btn-mulled_wine.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #342f3c;
    box-shadow: 0 5px 0 #342f3c;
    margin-bottom: 5px
}

.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs, a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs, button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #342f3c;
    box-shadow: 0 3px 0 #342f3c;
    margin-bottom: 3px
}

.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm, a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm, button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #342f3c;
    box-shadow: 0 4px 0 #342f3c;
    margin-bottom: 4px
}

.vc_btn-vista_blue, a.vc_btn-vista_blue, button.vc_btn-vista_blue {
    background-color: #75d69c;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-vista_blue:hover, a.vc_btn-vista_blue:hover, button.vc_btn-vista_blue:hover {
    background-color: #5dcf8b;
    color: #f7f7f7 !important
}

.vc_btn-vista_blue.vc_btn_outlined, .vc_btn-vista_blue.vc_btn_square_outlined, a.vc_btn-vista_blue.vc_btn_outlined, a.vc_btn-vista_blue.vc_btn_square_outlined, button.vc_btn-vista_blue.vc_btn_outlined, button.vc_btn-vista_blue.vc_btn_square_outlined {
    color: #75d69c !important
}

.vc_btn-vista_blue.vc_btn_outlined:hover, .vc_btn-vista_blue.vc_btn_square_outlined:hover, a.vc_btn-vista_blue.vc_btn_outlined:hover, a.vc_btn-vista_blue.vc_btn_square_outlined:hover, button.vc_btn-vista_blue.vc_btn_outlined:hover, button.vc_btn-vista_blue.vc_btn_square_outlined:hover {
    border-color: #5dcf8b
}

.vc_btn-vista_blue.vc_btn_3d, a.vc_btn-vista_blue.vc_btn_3d, button.vc_btn-vista_blue.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #4ac97d;
    box-shadow: 0 5px 0 #4ac97d;
    margin-bottom: 5px
}

.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs, a.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs, button.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #4ac97d;
    box-shadow: 0 3px 0 #4ac97d;
    margin-bottom: 3px
}

.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm, a.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm, button.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #4ac97d;
    box-shadow: 0 4px 0 #4ac97d;
    margin-bottom: 4px
}

.vc_btn-black, a.vc_btn-black, button.vc_btn-black {
    background-color: #2a2a2a;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-black:hover, a.vc_btn-black:hover, button.vc_btn-black:hover {
    background-color: #1b1b1b;
    color: #f7f7f7 !important
}

.vc_btn-black.vc_btn_outlined, .vc_btn-black.vc_btn_square_outlined, a.vc_btn-black.vc_btn_outlined, a.vc_btn-black.vc_btn_square_outlined, button.vc_btn-black.vc_btn_outlined, button.vc_btn-black.vc_btn_square_outlined {
    color: #2a2a2a !important
}

.vc_btn-black.vc_btn_outlined:hover, .vc_btn-black.vc_btn_square_outlined:hover, a.vc_btn-black.vc_btn_outlined:hover, a.vc_btn-black.vc_btn_square_outlined:hover, button.vc_btn-black.vc_btn_outlined:hover, button.vc_btn-black.vc_btn_square_outlined:hover {
    border-color: #1b1b1b
}

.vc_btn-black.vc_btn_3d, a.vc_btn-black.vc_btn_3d, button.vc_btn-black.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #0e0e0e;
    box-shadow: 0 5px 0 #0e0e0e;
    margin-bottom: 5px
}

.vc_btn-black.vc_btn_3d.vc_btn_xs, a.vc_btn-black.vc_btn_3d.vc_btn_xs, button.vc_btn-black.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #0e0e0e;
    box-shadow: 0 3px 0 #0e0e0e;
    margin-bottom: 3px
}

.vc_btn-black.vc_btn_3d.vc_btn_sm, a.vc_btn-black.vc_btn_3d.vc_btn_sm, button.vc_btn-black.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #0e0e0e;
    box-shadow: 0 4px 0 #0e0e0e;
    margin-bottom: 4px
}

.vc_btn-grey, a.vc_btn-grey, button.vc_btn-grey {
    background-color: #ebebeb;
    color: #666 !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-grey:hover, a.vc_btn-grey:hover, button.vc_btn-grey:hover {
    background-color: #dcdcdc;
    color: #5e5e5e !important
}

.vc_btn-grey.vc_btn_outlined, .vc_btn-grey.vc_btn_square_outlined, a.vc_btn-grey.vc_btn_outlined, a.vc_btn-grey.vc_btn_square_outlined, button.vc_btn-grey.vc_btn_outlined, button.vc_btn-grey.vc_btn_square_outlined {
    color: #ebebeb !important
}

.vc_btn-grey.vc_btn_outlined:hover, .vc_btn-grey.vc_btn_square_outlined:hover, a.vc_btn-grey.vc_btn_outlined:hover, a.vc_btn-grey.vc_btn_square_outlined:hover, button.vc_btn-grey.vc_btn_outlined:hover, button.vc_btn-grey.vc_btn_square_outlined:hover {
    border-color: #dcdcdc
}

.vc_btn-grey.vc_btn_3d, a.vc_btn-grey.vc_btn_3d, button.vc_btn-grey.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #cfcfcf;
    box-shadow: 0 5px 0 #cfcfcf;
    margin-bottom: 5px
}

.vc_btn-grey.vc_btn_3d.vc_btn_xs, a.vc_btn-grey.vc_btn_3d.vc_btn_xs, button.vc_btn-grey.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #cfcfcf;
    box-shadow: 0 3px 0 #cfcfcf;
    margin-bottom: 3px
}

.vc_btn-grey.vc_btn_3d.vc_btn_sm, a.vc_btn-grey.vc_btn_3d.vc_btn_sm, button.vc_btn-grey.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #cfcfcf;
    box-shadow: 0 4px 0 #cfcfcf;
    margin-bottom: 4px
}

.vc_btn-orange, a.vc_btn-orange, button.vc_btn-orange {
    background-color: #f7be68;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-orange:hover, a.vc_btn-orange:hover, button.vc_btn-orange:hover {
    background-color: #f5b14b;
    color: #f7f7f7 !important
}

.vc_btn-orange.vc_btn_outlined, .vc_btn-orange.vc_btn_square_outlined, a.vc_btn-orange.vc_btn_outlined, a.vc_btn-orange.vc_btn_square_outlined, button.vc_btn-orange.vc_btn_outlined, button.vc_btn-orange.vc_btn_square_outlined {
    color: #f7be68 !important
}

.vc_btn-orange.vc_btn_outlined:hover, .vc_btn-orange.vc_btn_square_outlined:hover, a.vc_btn-orange.vc_btn_outlined:hover, a.vc_btn-orange.vc_btn_square_outlined:hover, button.vc_btn-orange.vc_btn_outlined:hover, button.vc_btn-orange.vc_btn_square_outlined:hover {
    border-color: #f5b14b
}

.vc_btn-orange.vc_btn_3d, a.vc_btn-orange.vc_btn_3d, button.vc_btn-orange.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #f4a733;
    box-shadow: 0 5px 0 #f4a733;
    margin-bottom: 5px
}

.vc_btn-orange.vc_btn_3d.vc_btn_xs, a.vc_btn-orange.vc_btn_3d.vc_btn_xs, button.vc_btn-orange.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #f4a733;
    box-shadow: 0 3px 0 #f4a733;
    margin-bottom: 3px
}

.vc_btn-orange.vc_btn_3d.vc_btn_sm, a.vc_btn-orange.vc_btn_3d.vc_btn_sm, button.vc_btn-orange.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #f4a733;
    box-shadow: 0 4px 0 #f4a733;
    margin-bottom: 4px
}

.vc_btn-sky, a.vc_btn-sky, button.vc_btn-sky {
    background-color: #5aa1e3;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-sky:hover, a.vc_btn-sky:hover, button.vc_btn-sky:hover {
    background-color: #4092df;
    color: #f7f7f7 !important
}

.vc_btn-sky.vc_btn_outlined, .vc_btn-sky.vc_btn_square_outlined, a.vc_btn-sky.vc_btn_outlined, a.vc_btn-sky.vc_btn_square_outlined, button.vc_btn-sky.vc_btn_outlined, button.vc_btn-sky.vc_btn_square_outlined {
    color: #5aa1e3 !important
}

.vc_btn-sky.vc_btn_outlined:hover, .vc_btn-sky.vc_btn_square_outlined:hover, a.vc_btn-sky.vc_btn_outlined:hover, a.vc_btn-sky.vc_btn_square_outlined:hover, button.vc_btn-sky.vc_btn_outlined:hover, button.vc_btn-sky.vc_btn_square_outlined:hover {
    border-color: #4092df
}

.vc_btn-sky.vc_btn_3d, a.vc_btn-sky.vc_btn_3d, button.vc_btn-sky.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #2a86db;
    box-shadow: 0 5px 0 #2a86db;
    margin-bottom: 5px
}

.vc_btn-sky.vc_btn_3d.vc_btn_xs, a.vc_btn-sky.vc_btn_3d.vc_btn_xs, button.vc_btn-sky.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #2a86db;
    box-shadow: 0 3px 0 #2a86db;
    margin-bottom: 3px
}

.vc_btn-sky.vc_btn_3d.vc_btn_sm, a.vc_btn-sky.vc_btn_3d.vc_btn_sm, button.vc_btn-sky.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #2a86db;
    box-shadow: 0 4px 0 #2a86db;
    margin-bottom: 4px
}

.vc_btn-green, a.vc_btn-green, button.vc_btn-green {
    background-color: #6dab3c;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-green:hover, a.vc_btn-green:hover, button.vc_btn-green:hover {
    background-color: #5f9434;
    color: #f7f7f7 !important
}

.vc_btn-green.vc_btn_outlined, .vc_btn-green.vc_btn_square_outlined, a.vc_btn-green.vc_btn_outlined, a.vc_btn-green.vc_btn_square_outlined, button.vc_btn-green.vc_btn_outlined, button.vc_btn-green.vc_btn_square_outlined {
    color: #6dab3c !important
}

.vc_btn-green.vc_btn_outlined:hover, .vc_btn-green.vc_btn_square_outlined:hover, a.vc_btn-green.vc_btn_outlined:hover, a.vc_btn-green.vc_btn_square_outlined:hover, button.vc_btn-green.vc_btn_outlined:hover, button.vc_btn-green.vc_btn_square_outlined:hover {
    border-color: #5f9434
}

.vc_btn-green.vc_btn_3d, a.vc_btn-green.vc_btn_3d, button.vc_btn-green.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #53812d;
    box-shadow: 0 5px 0 #53812d;
    margin-bottom: 5px
}

.vc_btn-green.vc_btn_3d.vc_btn_xs, a.vc_btn-green.vc_btn_3d.vc_btn_xs, button.vc_btn-green.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #53812d;
    box-shadow: 0 3px 0 #53812d;
    margin-bottom: 3px
}

.vc_btn-green.vc_btn_3d.vc_btn_sm, a.vc_btn-green.vc_btn_3d.vc_btn_sm, button.vc_btn-green.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #53812d;
    box-shadow: 0 4px 0 #53812d;
    margin-bottom: 4px
}

.vc_btn-juicy_pink, a.vc_btn-juicy_pink, button.vc_btn-juicy_pink {
    background-color: #f4524d;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-juicy_pink:hover, a.vc_btn-juicy_pink:hover, button.vc_btn-juicy_pink:hover {
    background-color: #f23630;
    color: #f7f7f7 !important
}

.vc_btn-juicy_pink.vc_btn_outlined, .vc_btn-juicy_pink.vc_btn_square_outlined, a.vc_btn-juicy_pink.vc_btn_outlined, a.vc_btn-juicy_pink.vc_btn_square_outlined, button.vc_btn-juicy_pink.vc_btn_outlined, button.vc_btn-juicy_pink.vc_btn_square_outlined {
    color: #f4524d !important
}

.vc_btn-juicy_pink.vc_btn_outlined:hover, .vc_btn-juicy_pink.vc_btn_square_outlined:hover, a.vc_btn-juicy_pink.vc_btn_outlined:hover, a.vc_btn-juicy_pink.vc_btn_square_outlined:hover, button.vc_btn-juicy_pink.vc_btn_outlined:hover, button.vc_btn-juicy_pink.vc_btn_square_outlined:hover {
    border-color: #f23630
}

.vc_btn-juicy_pink.vc_btn_3d, a.vc_btn-juicy_pink.vc_btn_3d, button.vc_btn-juicy_pink.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #f11f18;
    box-shadow: 0 5px 0 #f11f18;
    margin-bottom: 5px
}

.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs, a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs, button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #f11f18;
    box-shadow: 0 3px 0 #f11f18;
    margin-bottom: 3px
}

.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm, a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm, button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #f11f18;
    box-shadow: 0 4px 0 #f11f18;
    margin-bottom: 4px
}

.vc_btn-sandy_brown, a.vc_btn-sandy_brown, button.vc_btn-sandy_brown {
    background-color: #f79468;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-sandy_brown:hover, a.vc_btn-sandy_brown:hover, button.vc_btn-sandy_brown:hover {
    background-color: #f57f4b;
    color: #f7f7f7 !important
}

.vc_btn-sandy_brown.vc_btn_outlined, .vc_btn-sandy_brown.vc_btn_square_outlined, a.vc_btn-sandy_brown.vc_btn_outlined, a.vc_btn-sandy_brown.vc_btn_square_outlined, button.vc_btn-sandy_brown.vc_btn_outlined, button.vc_btn-sandy_brown.vc_btn_square_outlined {
    color: #f79468 !important
}

.vc_btn-sandy_brown.vc_btn_outlined:hover, .vc_btn-sandy_brown.vc_btn_square_outlined:hover, a.vc_btn-sandy_brown.vc_btn_outlined:hover, a.vc_btn-sandy_brown.vc_btn_square_outlined:hover, button.vc_btn-sandy_brown.vc_btn_outlined:hover, button.vc_btn-sandy_brown.vc_btn_square_outlined:hover {
    border-color: #f57f4b
}

.vc_btn-sandy_brown.vc_btn_3d, a.vc_btn-sandy_brown.vc_btn_3d, button.vc_btn-sandy_brown.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #f46e33;
    box-shadow: 0 5px 0 #f46e33;
    margin-bottom: 5px
}

.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs, a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs, button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #f46e33;
    box-shadow: 0 3px 0 #f46e33;
    margin-bottom: 3px
}

.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm, a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm, button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #f46e33;
    box-shadow: 0 4px 0 #f46e33;
    margin-bottom: 4px
}

.vc_btn-purple, a.vc_btn-purple, button.vc_btn-purple {
    background-color: #b97ebb;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-purple:hover, a.vc_btn-purple:hover, button.vc_btn-purple:hover {
    background-color: #ae6ab0;
    color: #f7f7f7 !important
}

.vc_btn-purple.vc_btn_outlined, .vc_btn-purple.vc_btn_square_outlined, a.vc_btn-purple.vc_btn_outlined, a.vc_btn-purple.vc_btn_square_outlined, button.vc_btn-purple.vc_btn_outlined, button.vc_btn-purple.vc_btn_square_outlined {
    color: #b97ebb !important
}

.vc_btn-purple.vc_btn_outlined:hover, .vc_btn-purple.vc_btn_square_outlined:hover, a.vc_btn-purple.vc_btn_outlined:hover, a.vc_btn-purple.vc_btn_square_outlined:hover, button.vc_btn-purple.vc_btn_outlined:hover, button.vc_btn-purple.vc_btn_square_outlined:hover {
    border-color: #ae6ab0
}

.vc_btn-purple.vc_btn_3d, a.vc_btn-purple.vc_btn_3d, button.vc_btn-purple.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #a559a8;
    box-shadow: 0 5px 0 #a559a8;
    margin-bottom: 5px
}

.vc_btn-purple.vc_btn_3d.vc_btn_xs, a.vc_btn-purple.vc_btn_3d.vc_btn_xs, button.vc_btn-purple.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #a559a8;
    box-shadow: 0 3px 0 #a559a8;
    margin-bottom: 3px
}

.vc_btn-purple.vc_btn_3d.vc_btn_sm, a.vc_btn-purple.vc_btn_3d.vc_btn_sm, button.vc_btn-purple.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #a559a8;
    box-shadow: 0 4px 0 #a559a8;
    margin-bottom: 4px
}

.vc_btn-white, a.vc_btn-white, button.vc_btn-white {
    background-color: #fff;
    color: #666 !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-white:hover, a.vc_btn-white:hover, button.vc_btn-white:hover {
    background-color: #f0f0f0;
    color: #5e5e5e !important
}

.vc_btn-white.vc_btn_outlined, .vc_btn-white.vc_btn_square_outlined, a.vc_btn-white.vc_btn_outlined, a.vc_btn-white.vc_btn_square_outlined, button.vc_btn-white.vc_btn_outlined, button.vc_btn-white.vc_btn_square_outlined {
    color: #fff !important
}

.vc_btn-white.vc_btn_outlined:hover, .vc_btn-white.vc_btn_square_outlined:hover, a.vc_btn-white.vc_btn_outlined:hover, a.vc_btn-white.vc_btn_square_outlined:hover, button.vc_btn-white.vc_btn_outlined:hover, button.vc_btn-white.vc_btn_square_outlined:hover {
    border-color: #f0f0f0
}

.vc_btn-white.vc_btn_3d, a.vc_btn-white.vc_btn_3d, button.vc_btn-white.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #e3e3e3;
    box-shadow: 0 5px 0 #e3e3e3;
    margin-bottom: 5px
}

.vc_btn-white.vc_btn_3d.vc_btn_xs, a.vc_btn-white.vc_btn_3d.vc_btn_xs, button.vc_btn-white.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #e3e3e3;
    box-shadow: 0 3px 0 #e3e3e3;
    margin-bottom: 3px
}

.vc_btn-white.vc_btn_3d.vc_btn_sm, a.vc_btn-white.vc_btn_3d.vc_btn_sm, button.vc_btn-white.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #e3e3e3;
    box-shadow: 0 4px 0 #e3e3e3;
    margin-bottom: 4px
}

.vc_btn-grace, a.vc_btn-grace, button.vc_btn-grace {
    background-color: #aed13b;
    color: #fff !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.vc_btn-grace:hover, a.vc_btn-grace:hover, button.vc_btn-grace:hover {
    background-color: #9ec02d;
    color: #f7f7f7 !important
}

.vc_btn-grace.vc_btn_outlined, .vc_btn-grace.vc_btn_square_outlined, a.vc_btn-grace.vc_btn_outlined, a.vc_btn-grace.vc_btn_square_outlined, button.vc_btn-grace.vc_btn_outlined, button.vc_btn-grace.vc_btn_square_outlined {
    color: #aed13b !important
}

.vc_btn-grace.vc_btn_outlined:hover, .vc_btn-grace.vc_btn_square_outlined:hover, a.vc_btn-grace.vc_btn_outlined:hover, a.vc_btn-grace.vc_btn_square_outlined:hover, button.vc_btn-grace.vc_btn_outlined:hover, button.vc_btn-grace.vc_btn_square_outlined:hover {
    border-color: #9ec02d
}

.vc_btn-grace.vc_btn_3d, a.vc_btn-grace.vc_btn_3d, button.vc_btn-grace.vc_btn_3d {
    -webkit-box-shadow: 0 5px 0 #8dac28;
    box-shadow: 0 5px 0 #8dac28;
    margin-bottom: 5px
}

.vc_btn-grace.vc_btn_3d.vc_btn_xs, a.vc_btn-grace.vc_btn_3d.vc_btn_xs, button.vc_btn-grace.vc_btn_3d.vc_btn_xs {
    -webkit-box-shadow: 0 3px 0 #8dac28;
    box-shadow: 0 3px 0 #8dac28;
    margin-bottom: 3px
}

.vc_btn-grace.vc_btn_3d.vc_btn_sm, a.vc_btn-grace.vc_btn_3d.vc_btn_sm, button.vc_btn-grace.vc_btn_3d.vc_btn_sm {
    -webkit-box-shadow: 0 4px 0 #8dac28;
    box-shadow: 0 4px 0 #8dac28;
    margin-bottom: 4px
}

.vc_btn-default, a.vc_btn-default, button.vc_btn-default {
    color: #7d7d7d;
    background-color: #fff;
    border-color: transparent
}

.open > .dropdown-toggle.vc_btn-default, .open > .dropdown-togglea.vc_btn-default, .open > .dropdown-togglebutton.vc_btn-default, .vc_btn-default.active, .vc_btn-default:active, .vc_btn-default:focus, .vc_btn-default:hover, a.vc_btn-default.active, a.vc_btn-default:active, a.vc_btn-default:focus, a.vc_btn-default:hover, button.vc_btn-default.active, button.vc_btn-default:active, button.vc_btn-default:focus, button.vc_btn-default:hover {
    color: #7d7d7d;
    background-color: #e6e6e6;
    border-color: transparent
}

.open > .dropdown-toggle.vc_btn-default, .open > .dropdown-togglea.vc_btn-default, .open > .dropdown-togglebutton.vc_btn-default, .vc_btn-default.active, .vc_btn-default:active, a.vc_btn-default.active, a.vc_btn-default:active, button.vc_btn-default.active, button.vc_btn-default:active {
    background-image: none
}

.vc_btn-default.disabled, .vc_btn-default.disabled.active, .vc_btn-default.disabled:active, .vc_btn-default.disabled:focus, .vc_btn-default.disabled:hover, .vc_btn-default[disabled], .vc_btn-default[disabled].active, .vc_btn-default[disabled]:active, .vc_btn-default[disabled]:focus, .vc_btn-default[disabled]:hover, a.vc_btn-default.disabled, a.vc_btn-default.disabled.active, a.vc_btn-default.disabled:active, a.vc_btn-default.disabled:focus, a.vc_btn-default.disabled:hover, a.vc_btn-default[disabled], a.vc_btn-default[disabled].active, a.vc_btn-default[disabled]:active, a.vc_btn-default[disabled]:focus, a.vc_btn-default[disabled]:hover, button.vc_btn-default.disabled, button.vc_btn-default.disabled.active, button.vc_btn-default.disabled:active, button.vc_btn-default.disabled:focus, button.vc_btn-default.disabled:hover, button.vc_btn-default[disabled], button.vc_btn-default[disabled].active, button.vc_btn-default[disabled]:active, button.vc_btn-default[disabled]:focus, button.vc_btn-default[disabled]:hover, fieldset[disabled] .vc_btn-default, fieldset[disabled] .vc_btn-default.active, fieldset[disabled] .vc_btn-default:active, fieldset[disabled] .vc_btn-default:focus, fieldset[disabled] .vc_btn-default:hover, fieldset[disabled] a.vc_btn-default, fieldset[disabled] a.vc_btn-default.active, fieldset[disabled] a.vc_btn-default:active, fieldset[disabled] a.vc_btn-default:focus, fieldset[disabled] a.vc_btn-default:hover, fieldset[disabled] button.vc_btn-default, fieldset[disabled] button.vc_btn-default.active, fieldset[disabled] button.vc_btn-default:active, fieldset[disabled] button.vc_btn-default:focus, fieldset[disabled] button.vc_btn-default:hover {
    background-color: #fff;
    border-color: transparent
}

.vc_btn-default .badge, a.vc_btn-default .badge, button.vc_btn-default .badge {
    color: #fff;
    background-color: #7d7d7d
}

.vc_btn-primary, a.vc_btn-primary, button.vc_btn-primary {
    color: #fff;
    background-color: #00aef0;
    border-color: transparent
}

.open > .dropdown-toggle.vc_btn-primary, .open > .dropdown-togglea.vc_btn-primary, .open > .dropdown-togglebutton.vc_btn-primary, .vc_btn-primary.active, .vc_btn-primary:active, .vc_btn-primary:focus, .vc_btn-primary:hover, a.vc_btn-primary.active, a.vc_btn-primary:active, a.vc_btn-primary:focus, a.vc_btn-primary:hover, button.vc_btn-primary.active, button.vc_btn-primary:active, button.vc_btn-primary:focus, button.vc_btn-primary:hover {
    color: #fff;
    background-color: #0089bd;
    border-color: transparent
}

.open > .dropdown-toggle.vc_btn-primary, .open > .dropdown-togglea.vc_btn-primary, .open > .dropdown-togglebutton.vc_btn-primary, .vc_btn-primary.active, .vc_btn-primary:active, a.vc_btn-primary.active, a.vc_btn-primary:active, button.vc_btn-primary.active, button.vc_btn-primary:active {
    background-image: none
}

.vc_btn-primary.disabled, .vc_btn-primary.disabled.active, .vc_btn-primary.disabled:active, .vc_btn-primary.disabled:focus, .vc_btn-primary.disabled:hover, .vc_btn-primary[disabled], .vc_btn-primary[disabled].active, .vc_btn-primary[disabled]:active, .vc_btn-primary[disabled]:focus, .vc_btn-primary[disabled]:hover, a.vc_btn-primary.disabled, a.vc_btn-primary.disabled.active, a.vc_btn-primary.disabled:active, a.vc_btn-primary.disabled:focus, a.vc_btn-primary.disabled:hover, a.vc_btn-primary[disabled], a.vc_btn-primary[disabled].active, a.vc_btn-primary[disabled]:active, a.vc_btn-primary[disabled]:focus, a.vc_btn-primary[disabled]:hover, button.vc_btn-primary.disabled, button.vc_btn-primary.disabled.active, button.vc_btn-primary.disabled:active, button.vc_btn-primary.disabled:focus, button.vc_btn-primary.disabled:hover, button.vc_btn-primary[disabled], button.vc_btn-primary[disabled].active, button.vc_btn-primary[disabled]:active, button.vc_btn-primary[disabled]:focus, button.vc_btn-primary[disabled]:hover, fieldset[disabled] .vc_btn-primary, fieldset[disabled] .vc_btn-primary.active, fieldset[disabled] .vc_btn-primary:active, fieldset[disabled] .vc_btn-primary:focus, fieldset[disabled] .vc_btn-primary:hover, fieldset[disabled] a.vc_btn-primary, fieldset[disabled] a.vc_btn-primary.active, fieldset[disabled] a.vc_btn-primary:active, fieldset[disabled] a.vc_btn-primary:focus, fieldset[disabled] a.vc_btn-primary:hover, fieldset[disabled] button.vc_btn-primary, fieldset[disabled] button.vc_btn-primary.active, fieldset[disabled] button.vc_btn-primary:active, fieldset[disabled] button.vc_btn-primary:focus, fieldset[disabled] button.vc_btn-primary:hover {
    background-color: #00aef0;
    border-color: transparent
}

.vc_btn-primary .badge, a.vc_btn-primary .badge, button.vc_btn-primary .badge {
    color: #00aef0;
    background-color: #fff
}

.vc_btn-success, a.vc_btn-success, button.vc_btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: transparent
}

.open > .dropdown-toggle.vc_btn-success, .open > .dropdown-togglea.vc_btn-success, .open > .dropdown-togglebutton.vc_btn-success, .vc_btn-success.active, .vc_btn-success:active, .vc_btn-success:focus, .vc_btn-success:hover, a.vc_btn-success.active, a.vc_btn-success:active, a.vc_btn-success:focus, a.vc_btn-success:hover, button.vc_btn-success.active, button.vc_btn-success:active, button.vc_btn-success:focus, button.vc_btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: transparent
}

.open > .dropdown-toggle.vc_btn-success, .open > .dropdown-togglea.vc_btn-success, .open > .dropdown-togglebutton.vc_btn-success, .vc_btn-success.active, .vc_btn-success:active, a.vc_btn-success.active, a.vc_btn-success:active, button.vc_btn-success.active, button.vc_btn-success:active {
    background-image: none
}

.vc_btn-success.disabled, .vc_btn-success.disabled.active, .vc_btn-success.disabled:active, .vc_btn-success.disabled:focus, .vc_btn-success.disabled:hover, .vc_btn-success[disabled], .vc_btn-success[disabled].active, .vc_btn-success[disabled]:active, .vc_btn-success[disabled]:focus, .vc_btn-success[disabled]:hover, a.vc_btn-success.disabled, a.vc_btn-success.disabled.active, a.vc_btn-success.disabled:active, a.vc_btn-success.disabled:focus, a.vc_btn-success.disabled:hover, a.vc_btn-success[disabled], a.vc_btn-success[disabled].active, a.vc_btn-success[disabled]:active, a.vc_btn-success[disabled]:focus, a.vc_btn-success[disabled]:hover, button.vc_btn-success.disabled, button.vc_btn-success.disabled.active, button.vc_btn-success.disabled:active, button.vc_btn-success.disabled:focus, button.vc_btn-success.disabled:hover, button.vc_btn-success[disabled], button.vc_btn-success[disabled].active, button.vc_btn-success[disabled]:active, button.vc_btn-success[disabled]:focus, button.vc_btn-success[disabled]:hover, fieldset[disabled] .vc_btn-success, fieldset[disabled] .vc_btn-success.active, fieldset[disabled] .vc_btn-success:active, fieldset[disabled] .vc_btn-success:focus, fieldset[disabled] .vc_btn-success:hover, fieldset[disabled] a.vc_btn-success, fieldset[disabled] a.vc_btn-success.active, fieldset[disabled] a.vc_btn-success:active, fieldset[disabled] a.vc_btn-success:focus, fieldset[disabled] a.vc_btn-success:hover, fieldset[disabled] button.vc_btn-success, fieldset[disabled] button.vc_btn-success.active, fieldset[disabled] button.vc_btn-success:active, fieldset[disabled] button.vc_btn-success:focus, fieldset[disabled] button.vc_btn-success:hover {
    background-color: #5cb85c;
    border-color: transparent
}

.vc_btn-success .badge, a.vc_btn-success .badge, button.vc_btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.vc_btn-info, a.vc_btn-info, button.vc_btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: transparent
}

.open > .dropdown-toggle.vc_btn-info, .open > .dropdown-togglea.vc_btn-info, .open > .dropdown-togglebutton.vc_btn-info, .vc_btn-info.active, .vc_btn-info:active, .vc_btn-info:focus, .vc_btn-info:hover, a.vc_btn-info.active, a.vc_btn-info:active, a.vc_btn-info:focus, a.vc_btn-info:hover, button.vc_btn-info.active, button.vc_btn-info:active, button.vc_btn-info:focus, button.vc_btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: transparent
}

.open > .dropdown-toggle.vc_btn-info, .open > .dropdown-togglea.vc_btn-info, .open > .dropdown-togglebutton.vc_btn-info, .vc_btn-info.active, .vc_btn-info:active, a.vc_btn-info.active, a.vc_btn-info:active, button.vc_btn-info.active, button.vc_btn-info:active {
    background-image: none
}

.vc_btn-info.disabled, .vc_btn-info.disabled.active, .vc_btn-info.disabled:active, .vc_btn-info.disabled:focus, .vc_btn-info.disabled:hover, .vc_btn-info[disabled], .vc_btn-info[disabled].active, .vc_btn-info[disabled]:active, .vc_btn-info[disabled]:focus, .vc_btn-info[disabled]:hover, a.vc_btn-info.disabled, a.vc_btn-info.disabled.active, a.vc_btn-info.disabled:active, a.vc_btn-info.disabled:focus, a.vc_btn-info.disabled:hover, a.vc_btn-info[disabled], a.vc_btn-info[disabled].active, a.vc_btn-info[disabled]:active, a.vc_btn-info[disabled]:focus, a.vc_btn-info[disabled]:hover, button.vc_btn-info.disabled, button.vc_btn-info.disabled.active, button.vc_btn-info.disabled:active, button.vc_btn-info.disabled:focus, button.vc_btn-info.disabled:hover, button.vc_btn-info[disabled], button.vc_btn-info[disabled].active, button.vc_btn-info[disabled]:active, button.vc_btn-info[disabled]:focus, button.vc_btn-info[disabled]:hover, fieldset[disabled] .vc_btn-info, fieldset[disabled] .vc_btn-info.active, fieldset[disabled] .vc_btn-info:active, fieldset[disabled] .vc_btn-info:focus, fieldset[disabled] .vc_btn-info:hover, fieldset[disabled] a.vc_btn-info, fieldset[disabled] a.vc_btn-info.active, fieldset[disabled] a.vc_btn-info:active, fieldset[disabled] a.vc_btn-info:focus, fieldset[disabled] a.vc_btn-info:hover, fieldset[disabled] button.vc_btn-info, fieldset[disabled] button.vc_btn-info.active, fieldset[disabled] button.vc_btn-info:active, fieldset[disabled] button.vc_btn-info:focus, fieldset[disabled] button.vc_btn-info:hover {
    background-color: #5bc0de;
    border-color: transparent
}

.vc_btn-info .badge, a.vc_btn-info .badge, button.vc_btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.vc_btn-warning, a.vc_btn-warning, button.vc_btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: transparent
}

.open > .dropdown-toggle.vc_btn-warning, .open > .dropdown-togglea.vc_btn-warning, .open > .dropdown-togglebutton.vc_btn-warning, .vc_btn-warning.active, .vc_btn-warning:active, .vc_btn-warning:focus, .vc_btn-warning:hover, a.vc_btn-warning.active, a.vc_btn-warning:active, a.vc_btn-warning:focus, a.vc_btn-warning:hover, button.vc_btn-warning.active, button.vc_btn-warning:active, button.vc_btn-warning:focus, button.vc_btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: transparent
}

.open > .dropdown-toggle.vc_btn-warning, .open > .dropdown-togglea.vc_btn-warning, .open > .dropdown-togglebutton.vc_btn-warning, .vc_btn-warning.active, .vc_btn-warning:active, a.vc_btn-warning.active, a.vc_btn-warning:active, button.vc_btn-warning.active, button.vc_btn-warning:active {
    background-image: none
}

.vc_btn-warning.disabled, .vc_btn-warning.disabled.active, .vc_btn-warning.disabled:active, .vc_btn-warning.disabled:focus, .vc_btn-warning.disabled:hover, .vc_btn-warning[disabled], .vc_btn-warning[disabled].active, .vc_btn-warning[disabled]:active, .vc_btn-warning[disabled]:focus, .vc_btn-warning[disabled]:hover, a.vc_btn-warning.disabled, a.vc_btn-warning.disabled.active, a.vc_btn-warning.disabled:active, a.vc_btn-warning.disabled:focus, a.vc_btn-warning.disabled:hover, a.vc_btn-warning[disabled], a.vc_btn-warning[disabled].active, a.vc_btn-warning[disabled]:active, a.vc_btn-warning[disabled]:focus, a.vc_btn-warning[disabled]:hover, button.vc_btn-warning.disabled, button.vc_btn-warning.disabled.active, button.vc_btn-warning.disabled:active, button.vc_btn-warning.disabled:focus, button.vc_btn-warning.disabled:hover, button.vc_btn-warning[disabled], button.vc_btn-warning[disabled].active, button.vc_btn-warning[disabled]:active, button.vc_btn-warning[disabled]:focus, button.vc_btn-warning[disabled]:hover, fieldset[disabled] .vc_btn-warning, fieldset[disabled] .vc_btn-warning.active, fieldset[disabled] .vc_btn-warning:active, fieldset[disabled] .vc_btn-warning:focus, fieldset[disabled] .vc_btn-warning:hover, fieldset[disabled] a.vc_btn-warning, fieldset[disabled] a.vc_btn-warning.active, fieldset[disabled] a.vc_btn-warning:active, fieldset[disabled] a.vc_btn-warning:focus, fieldset[disabled] a.vc_btn-warning:hover, fieldset[disabled] button.vc_btn-warning, fieldset[disabled] button.vc_btn-warning.active, fieldset[disabled] button.vc_btn-warning:active, fieldset[disabled] button.vc_btn-warning:focus, fieldset[disabled] button.vc_btn-warning:hover {
    background-color: #f0ad4e;
    border-color: transparent
}

.vc_btn-warning .badge, a.vc_btn-warning .badge, button.vc_btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.vc_btn-danger, a.vc_btn-danger, button.vc_btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: transparent
}

.open > .dropdown-toggle.vc_btn-danger, .open > .dropdown-togglea.vc_btn-danger, .open > .dropdown-togglebutton.vc_btn-danger, .vc_btn-danger.active, .vc_btn-danger:active, .vc_btn-danger:focus, .vc_btn-danger:hover, a.vc_btn-danger.active, a.vc_btn-danger:active, a.vc_btn-danger:focus, a.vc_btn-danger:hover, button.vc_btn-danger.active, button.vc_btn-danger:active, button.vc_btn-danger:focus, button.vc_btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: transparent
}

.open > .dropdown-toggle.vc_btn-danger, .open > .dropdown-togglea.vc_btn-danger, .open > .dropdown-togglebutton.vc_btn-danger, .vc_btn-danger.active, .vc_btn-danger:active, a.vc_btn-danger.active, a.vc_btn-danger:active, button.vc_btn-danger.active, button.vc_btn-danger:active {
    background-image: none
}

.vc_btn-danger.disabled, .vc_btn-danger.disabled.active, .vc_btn-danger.disabled:active, .vc_btn-danger.disabled:focus, .vc_btn-danger.disabled:hover, .vc_btn-danger[disabled], .vc_btn-danger[disabled].active, .vc_btn-danger[disabled]:active, .vc_btn-danger[disabled]:focus, .vc_btn-danger[disabled]:hover, a.vc_btn-danger.disabled, a.vc_btn-danger.disabled.active, a.vc_btn-danger.disabled:active, a.vc_btn-danger.disabled:focus, a.vc_btn-danger.disabled:hover, a.vc_btn-danger[disabled], a.vc_btn-danger[disabled].active, a.vc_btn-danger[disabled]:active, a.vc_btn-danger[disabled]:focus, a.vc_btn-danger[disabled]:hover, button.vc_btn-danger.disabled, button.vc_btn-danger.disabled.active, button.vc_btn-danger.disabled:active, button.vc_btn-danger.disabled:focus, button.vc_btn-danger.disabled:hover, button.vc_btn-danger[disabled], button.vc_btn-danger[disabled].active, button.vc_btn-danger[disabled]:active, button.vc_btn-danger[disabled]:focus, button.vc_btn-danger[disabled]:hover, fieldset[disabled] .vc_btn-danger, fieldset[disabled] .vc_btn-danger.active, fieldset[disabled] .vc_btn-danger:active, fieldset[disabled] .vc_btn-danger:focus, fieldset[disabled] .vc_btn-danger:hover, fieldset[disabled] a.vc_btn-danger, fieldset[disabled] a.vc_btn-danger.active, fieldset[disabled] a.vc_btn-danger:active, fieldset[disabled] a.vc_btn-danger:focus, fieldset[disabled] a.vc_btn-danger:hover, fieldset[disabled] button.vc_btn-danger, fieldset[disabled] button.vc_btn-danger.active, fieldset[disabled] button.vc_btn-danger:active, fieldset[disabled] button.vc_btn-danger:focus, fieldset[disabled] button.vc_btn-danger:hover {
    background-color: #d9534f;
    border-color: transparent
}

.vc_btn-danger .badge, a.vc_btn-danger .badge, button.vc_btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.vc_button-2-wrapper {
    display: inline-block;
    vertical-align: middle
}

.vc_button-2-wrapper.vc_button-2-align-left {
    display: block;
    text-align: left
}

.vc_button-2-wrapper.vc_button-2-align-right {
    display: block;
    text-align: right
}

.vc_button-2-wrapper.vc_button-2-align-center {
    display: block;
    text-align: center
}

i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px
}

.wpb_btn-large i.icon {
    height: 19px;
    margin-left: 9px
}

.wpb_btn-small i.icon {
    height: 15px
}

.wpb_btn-mini i.icon {
    display: none
}

.wpb_address_book i.icon, option.wpb_address_book {
    background: url(../images/address-book.png) no-repeat right center
}

.wpb_alarm_clock i.icon, option.wpb_alarm_clock {
    background: url(../images/alarm-clock.png) no-repeat right center
}

.wpb_anchor i.icon, option.wpb_anchor {
    background: url(../images/anchor.png) no-repeat right center
}

.wpb_application_image i.icon, option.wpb_application_image {
    background: url(../images/application-image.png) no-repeat right center
}

.wpb_arrow i.icon, option.wpb_arrow {
    background: url(../images/arrow.png) no-repeat right center
}

.wpb_asterisk i.icon, option.wpb_asterisk {
    background: url(../images/asterisk.png) no-repeat right center
}

.wpb_hammer i.icon, option.wpb_hammer {
    background: url(../images/auction-hammer.png) no-repeat right center
}

.wpb_balloon i.icon, option.wpb_balloon {
    background: url(../images/balloon.png) no-repeat right center
}

.wpb_balloon_buzz i.icon, option.wpb_balloon_buzz {
    background: url(../images/balloon-buzz.png) no-repeat right center
}

.wpb_balloon_facebook i.icon, option.wpb_balloon_facebook {
    background: url(../images/balloon-facebook.png) no-repeat right center
}

.wpb_balloon_twitter i.icon, option.wpb_balloon_twitter {
    background: url(../images/balloon-twitter.png) no-repeat right center
}

.wpb_battery i.icon, option.wpb_battery {
    background: url(../images/battery-full.png) no-repeat right center
}

.wpb_binocular i.icon, option.wpb_binocular {
    background: url(../images/binocular.png) no-repeat right center
}

.wpb_document_excel i.icon, option.wpb_document_excel {
    background: url(../images/blue-document-excel.png) no-repeat right center
}

.wpb_document_image i.icon, option.wpb_document_image {
    background: url(../images/blue-document-image.png) no-repeat right center
}

.wpb_document_music i.icon, option.wpb_document_music {
    background: url(../images/blue-document-music.png) no-repeat right center
}

.wpb_document_office i.icon, option.wpb_document_office {
    background: url(../images/blue-document-office.png) no-repeat right center
}

.wpb_document_pdf i.icon, option.wpb_document_pdf {
    background: url(../images/blue-document-pdf.png) no-repeat right center
}

.wpb_document_powerpoint i.icon, option.wpb_document_powerpoint {
    background: url(../images/blue-document-powerpoint.png) no-repeat right center
}

.wpb_document_word i.icon, option.wpb_document_word {
    background: url(../images/blue-document-word.png) no-repeat right center
}

.wpb_bookmark i.icon, option.wpb_bookmark {
    background: url(../images/bookmark.png) no-repeat right center
}

.wpb_camcorder i.icon, option.wpb_camcorder {
    background: url(../images/camcorder.png) no-repeat right center
}

.wpb_camera i.icon, option.wpb_camera {
    background: url(../images/camera.png) no-repeat right center
}

.wpb_chart i.icon, option.wpb_chart {
    background: url(../images/chart.png) no-repeat right center
}

.wpb_chart_pie i.icon, option.wpb_chart_pie {
    background: url(../images/chart-pie.png) no-repeat right center
}

.wpb_clock i.icon, option.wpb_clock {
    background: url(../images/clock.png) no-repeat right center
}

.wpb_play i.icon, option.wpb_play {
    background: url(../images/control.png) no-repeat right center
}

.wpb_fire i.icon, option.wpb_fire {
    background: url(../images/fire.png) no-repeat right center
}

.wpb_heart i.icon, option.wpb_heart {
    background: url(../images/heart.png) no-repeat right center
}

.wpb_mail i.icon, option.wpb_mail {
    background: url(../images/mail.png) no-repeat right center
}

.wpb_shield i.icon, option.wpb_shield {
    background: url(../images/plus-shield.png) no-repeat right center
}

.wpb_video i.icon, option.wpb_video {
    background: url(../images/video.png) no-repeat right center
}

.vc_column_container .vc_btn, .vc_column_container .wpb_button {
    margin-top: 5px;
    margin-bottom: 5px
}

.vc_message_box {
    border: 1px solid transparent;
    display: block;
    overflow: hidden;
    margin: 0 0 21.73913043px 0;
    padding: 1em 1em 1em 4em;
    position: relative;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_message_box > p:first-child {
    margin-top: 0
}

.vc_message_box > p:last-child {
    margin-bottom: 0
}

.vc_message_box-icon {
    bottom: 0;
    font-size: 1em;
    font-style: normal;
    left: 0;
    position: absolute;
    top: 0;
    width: 4em
}

.vc_message_box-icon > * {
    font-size: 1.7em;
    line-height: 1;
    font-style: normal;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vc_message_box-icon > .fa {
    font-size: 1.7em;
    line-height: 1
}

.vc_color-blue.vc_message_box {
    color: #364a8a;
    border-color: #c5cff0;
    background-color: #edf1fa
}

.vc_color-blue.vc_message_box .vc_message_box-icon {
    color: #5472d2
}

.vc_color-blue.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #5472d2
}

.vc_color-blue.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-blue.vc_message_box-outline, .vc_color-blue.vc_message_box-solid-icon {
    color: #364a8a;
    border-color: #5472d2;
    background-color: transparent
}

.vc_color-blue.vc_message_box-outline .vc_message_box-icon, .vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
    color: #5472d2
}

.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #5472d2
}

.vc_color-blue.vc_message_box-3d {
    box-shadow: 0 5px 0 #9daee5
}

.vc_color-turquoise.vc_message_box {
    color: #085b61;
    border-color: #c6ecee;
    background-color: #ebfcfd
}

.vc_color-turquoise.vc_message_box .vc_message_box-icon {
    color: #00c1cf
}

.vc_color-turquoise.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #00c1cf
}

.vc_color-turquoise.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-turquoise.vc_message_box-outline, .vc_color-turquoise.vc_message_box-solid-icon {
    color: #085b61;
    border-color: #00c1cf;
    background-color: transparent
}

.vc_color-turquoise.vc_message_box-outline .vc_message_box-icon, .vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
    color: #00c1cf
}

.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #00c1cf
}

.vc_color-turquoise.vc_message_box-3d {
    box-shadow: 0 5px 0 #9fdee3
}

.vc_color-pink.vc_message_box {
    color: #d82e21;
    border-color: #ffd8d6;
    background-color: #fff0ef
}

.vc_color-pink.vc_message_box .vc_message_box-icon {
    color: #fe6c61
}

.vc_color-pink.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #fe6c61
}

.vc_color-pink.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-pink.vc_message_box-outline, .vc_color-pink.vc_message_box-solid-icon {
    color: #d82e21;
    border-color: #fe6c61;
    background-color: transparent
}

.vc_color-pink.vc_message_box-outline .vc_message_box-icon, .vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fe6c61
}

.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #fe6c61
}

.vc_color-pink.vc_message_box-3d {
    box-shadow: 0 5px 0 #fea9a3
}

.vc_color-violet.vc_message_box {
    color: #5e4a81;
    border-color: #d4c8e9;
    background-color: #f0ecf7
}

.vc_color-violet.vc_message_box .vc_message_box-icon {
    color: #8d6dc4
}

.vc_color-violet.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #8d6dc4
}

.vc_color-violet.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-violet.vc_message_box-outline, .vc_color-violet.vc_message_box-solid-icon {
    color: #5e4a81;
    border-color: #8d6dc4;
    background-color: transparent
}

.vc_color-violet.vc_message_box-outline .vc_message_box-icon, .vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
    color: #8d6dc4
}

.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #8d6dc4
}

.vc_color-violet.vc_message_box-3d {
    box-shadow: 0 5px 0 #b8a3da
}

.vc_color-peacoc.vc_message_box {
    color: #366a79;
    border-color: #c2e3ec;
    background-color: #e9f5f8
}

.vc_color-peacoc.vc_message_box .vc_message_box-icon {
    color: #4cadc9
}

.vc_color-peacoc.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #4cadc9
}

.vc_color-peacoc.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-peacoc.vc_message_box-outline, .vc_color-peacoc.vc_message_box-solid-icon {
    color: #366a79;
    border-color: #4cadc9;
    background-color: transparent
}

.vc_color-peacoc.vc_message_box-outline .vc_message_box-icon, .vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
    color: #4cadc9
}

.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #4cadc9
}

.vc_color-peacoc.vc_message_box-3d {
    box-shadow: 0 5px 0 #9ad1e1
}

.vc_color-chino.vc_message_box {
    color: #978258;
    border-color: #e5ded2;
    background-color: #f7f5f2
}

.vc_color-chino.vc_message_box .vc_message_box-icon {
    color: #cec2ab
}

.vc_color-chino.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #cec2ab
}

.vc_color-chino.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-chino.vc_message_box-outline, .vc_color-chino.vc_message_box-solid-icon {
    color: #978258;
    border-color: #cec2ab;
    background-color: transparent
}

.vc_color-chino.vc_message_box-outline .vc_message_box-icon, .vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
    color: #cec2ab
}

.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #cec2ab
}

.vc_color-chino.vc_message_box-3d {
    box-shadow: 0 5px 0 #d2c7b1
}

.vc_color-mulled_wine.vc_message_box {
    color: #1e1b22;
    border-color: #d0ccd6;
    background-color: #eae8ed
}

.vc_color-mulled_wine.vc_message_box .vc_message_box-icon {
    color: #50485b
}

.vc_color-mulled_wine.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #50485b
}

.vc_color-mulled_wine.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-mulled_wine.vc_message_box-outline, .vc_color-mulled_wine.vc_message_box-solid-icon {
    color: #1e1b22;
    border-color: #50485b;
    background-color: transparent
}

.vc_color-mulled_wine.vc_message_box-outline .vc_message_box-icon, .vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
    color: #50485b
}

.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #50485b
}

.vc_color-mulled_wine.vc_message_box-3d {
    box-shadow: 0 5px 0 #b6afc0
}

.vc_color-vista_blue.vc_message_box {
    color: #3e8e5e;
    border-color: #bcebcf;
    background-color: #e3f7eb
}

.vc_color-vista_blue.vc_message_box .vc_message_box-icon {
    color: #75d69c
}

.vc_color-vista_blue.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #75d69c
}

.vc_color-vista_blue.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-vista_blue.vc_message_box-outline, .vc_color-vista_blue.vc_message_box-solid-icon {
    color: #3e8e5e;
    border-color: #75d69c;
    background-color: transparent
}

.vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon, .vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
    color: #75d69c
}

.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #75d69c
}

.vc_color-vista_blue.vc_message_box-3d {
    box-shadow: 0 5px 0 #94dfb3
}

.vc_color-orange.vc_message_box {
    color: #c3811c;
    border-color: #fbe1ba;
    background-color: #fef6eb
}

.vc_color-orange.vc_message_box .vc_message_box-icon {
    color: #f7be68
}

.vc_color-orange.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #f7be68
}

.vc_color-orange.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-orange.vc_message_box-outline, .vc_color-orange.vc_message_box-solid-icon {
    color: #c3811c;
    border-color: #f7be68;
    background-color: transparent
}

.vc_color-orange.vc_message_box-outline .vc_message_box-icon, .vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
    color: #f7be68
}

.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #f7be68
}

.vc_color-orange.vc_message_box-3d {
    box-shadow: 0 5px 0 #f9cd8a
}

.vc_color-sky.vc_message_box {
    color: #2a6194;
    border-color: #bedaf4;
    background-color: #eaf3fb
}

.vc_color-sky.vc_message_box .vc_message_box-icon {
    color: #5aa1e3
}

.vc_color-sky.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #5aa1e3
}

.vc_color-sky.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-sky.vc_message_box-outline, .vc_color-sky.vc_message_box-solid-icon {
    color: #2a6194;
    border-color: #5aa1e3;
    background-color: transparent
}

.vc_color-sky.vc_message_box-outline .vc_message_box-icon, .vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
    color: #5aa1e3
}

.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #5aa1e3
}

.vc_color-sky.vc_message_box-3d {
    box-shadow: 0 5px 0 #93c1ed
}

.vc_color-green.vc_message_box {
    color: #3e562b;
    border-color: #c2e1a9;
    background-color: #eaf5e2
}

.vc_color-green.vc_message_box .vc_message_box-icon {
    color: #6dab3c
}

.vc_color-green.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #6dab3c
}

.vc_color-green.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-green.vc_message_box-outline, .vc_color-green.vc_message_box-solid-icon {
    color: #3e562b;
    border-color: #6dab3c;
    background-color: transparent
}

.vc_color-green.vc_message_box-outline .vc_message_box-icon, .vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
    color: #6dab3c
}

.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #6dab3c
}

.vc_color-green.vc_message_box-3d {
    box-shadow: 0 5px 0 #a7d484
}

.vc_color-juicy_pink.vc_message_box {
    color: #a3231f;
    border-color: #fbc7c5;
    background-color: #fef5f5
}

.vc_color-juicy_pink.vc_message_box .vc_message_box-icon {
    color: #f4524d
}

.vc_color-juicy_pink.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #f4524d
}

.vc_color-juicy_pink.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-juicy_pink.vc_message_box-outline, .vc_color-juicy_pink.vc_message_box-solid-icon {
    color: #a3231f;
    border-color: #f4524d;
    background-color: transparent
}

.vc_color-juicy_pink.vc_message_box-outline .vc_message_box-icon, .vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
    color: #f4524d
}

.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #f4524d
}

.vc_color-juicy_pink.vc_message_box-3d {
    box-shadow: 0 5px 0 #f89895
}

.vc_color-sandy_brown.vc_message_box {
    color: #c3501c;
    border-color: #fbceba;
    background-color: #fef1eb
}

.vc_color-sandy_brown.vc_message_box .vc_message_box-icon {
    color: #f79468
}

.vc_color-sandy_brown.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #f79468
}

.vc_color-sandy_brown.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-sandy_brown.vc_message_box-outline, .vc_color-sandy_brown.vc_message_box-solid-icon {
    color: #c3501c;
    border-color: #f79468;
    background-color: transparent
}

.vc_color-sandy_brown.vc_message_box-outline .vc_message_box-icon, .vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
    color: #f79468
}

.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #f79468
}

.vc_color-sandy_brown.vc_message_box-3d {
    box-shadow: 0 5px 0 #f9ac8a
}

.vc_color-purple.vc_message_box {
    color: #886389;
    border-color: #e3cbe3;
    background-color: #f5ecf5
}

.vc_color-purple.vc_message_box .vc_message_box-icon {
    color: #b97ebb
}

.vc_color-purple.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #b97ebb
}

.vc_color-purple.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-purple.vc_message_box-outline, .vc_color-purple.vc_message_box-solid-icon {
    color: #886389;
    border-color: #b97ebb;
    background-color: transparent
}

.vc_color-purple.vc_message_box-outline .vc_message_box-icon, .vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
    color: #b97ebb
}

.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #b97ebb
}

.vc_color-purple.vc_message_box-3d {
    box-shadow: 0 5px 0 #d1a9d2
}

.vc_color-black.vc_message_box {
    color: #fff;
    border-color: #2a2a2a;
    background-color: #3c3c3c
}

.vc_color-black.vc_message_box .vc_message_box-icon {
    color: #2a2a2a
}

.vc_color-black.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #2a2a2a
}

.vc_color-black.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-black.vc_message_box-outline, .vc_color-black.vc_message_box-solid-icon {
    color: #fff;
    border-color: #2a2a2a;
    background-color: transparent
}

.vc_color-black.vc_message_box-outline .vc_message_box-icon, .vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
    color: #2a2a2a
}

.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #2a2a2a
}

.vc_color-black.vc_message_box-3d {
    box-shadow: 0 5px 0 #101010
}

.vc_color-grey.vc_message_box {
    color: #858585;
    border-color: #d2d2d2;
    background-color: #ebebeb
}

.vc_color-grey.vc_message_box .vc_message_box-icon {
    color: #ebebeb
}

.vc_color-grey.vc_message_box-solid {
    color: #858585;
    border-color: transparent;
    background-color: #ebebeb
}

.vc_color-grey.vc_message_box-solid .vc_message_box-icon {
    color: #858585
}

.vc_color-grey.vc_message_box-outline, .vc_color-grey.vc_message_box-solid-icon {
    color: #858585;
    border-color: #ebebeb;
    background-color: transparent
}

.vc_color-grey.vc_message_box-outline .vc_message_box-icon, .vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
    color: #ebebeb
}

.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon {
    color: #858585;
    background-color: #ebebeb
}

.vc_color-grey.vc_message_box-3d {
    box-shadow: 0 5px 0 #b8b8b8
}

.vc_color-white.vc_message_box {
    color: #b3b3b3;
    border-color: #e6e6e6;
    background-color: #fff
}

.vc_color-white.vc_message_box .vc_message_box-icon {
    color: #fff
}

.vc_color-white.vc_message_box-solid {
    color: #b3b3b3;
    border-color: transparent;
    background-color: #fff
}

.vc_color-white.vc_message_box-solid .vc_message_box-icon {
    color: #b3b3b3
}

.vc_color-white.vc_message_box-outline, .vc_color-white.vc_message_box-solid-icon {
    color: #b3b3b3;
    border-color: #fff;
    background-color: transparent
}

.vc_color-white.vc_message_box-outline .vc_message_box-icon, .vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff
}

.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon {
    color: #b3b3b3;
    background-color: #fff
}

.vc_color-white.vc_message_box-3d {
    box-shadow: 0 5px 0 #ccc
}

.vc_color-info.vc_message_box {
    color: #5e7f96;
    border-color: #cfebfe;
    background-color: #dff2fe
}

.vc_color-info.vc_message_box .vc_message_box-icon {
    color: #56b0ee
}

.vc_color-info.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #56b0ee
}

.vc_color-info.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-info.vc_message_box-outline, .vc_color-info.vc_message_box-solid-icon {
    color: #5e7f96;
    border-color: #56b0ee;
    background-color: transparent
}

.vc_color-info.vc_message_box-outline .vc_message_box-icon, .vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
    color: #56b0ee
}

.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #56b0ee
}

.vc_color-info.vc_message_box-3d {
    box-shadow: 0 5px 0 #9dd6fd
}

.vc_color-success.vc_message_box {
    color: #5e7f96;
    border-color: #cfebfe;
    background-color: #e6fdf8
}

.vc_color-success.vc_message_box .vc_message_box-icon {
    color: #1bbc9b
}

.vc_color-success.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #1bbc9b
}

.vc_color-success.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-success.vc_message_box-outline, .vc_color-success.vc_message_box-solid-icon {
    color: #5e7f96;
    border-color: #1bbc9b;
    background-color: transparent
}

.vc_color-success.vc_message_box-outline .vc_message_box-icon, .vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
    color: #1bbc9b
}

.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #1bbc9b
}

.vc_color-success.vc_message_box-3d {
    box-shadow: 0 5px 0 #9dd6fd
}

.vc_color-warning.vc_message_box {
    color: #9d8967;
    border-color: #ffeccc;
    background-color: #fff4e2
}

.vc_color-warning.vc_message_box .vc_message_box-icon {
    color: #fcb53f
}

.vc_color-warning.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #fcb53f
}

.vc_color-warning.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-warning.vc_message_box-outline, .vc_color-warning.vc_message_box-solid-icon {
    color: #9d8967;
    border-color: #fcb53f;
    background-color: transparent
}

.vc_color-warning.vc_message_box-outline .vc_message_box-icon, .vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fcb53f
}

.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #fcb53f
}

.vc_color-warning.vc_message_box-3d {
    box-shadow: 0 5px 0 #ffd999
}

.vc_color-danger.vc_message_box {
    color: #a85959;
    border-color: #fedede;
    background-color: #fdeaea
}

.vc_color-danger.vc_message_box .vc_message_box-icon {
    color: #ff7877
}

.vc_color-danger.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #ff7877
}

.vc_color-danger.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-danger.vc_message_box-outline, .vc_color-danger.vc_message_box-solid-icon {
    color: #a85959;
    border-color: #ff7877;
    background-color: transparent
}

.vc_color-danger.vc_message_box-outline .vc_message_box-icon, .vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
    color: #ff7877
}

.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #ff7877
}

.vc_color-danger.vc_message_box-3d {
    box-shadow: 0 5px 0 #fdacac
}

.vc_color-alert-info.vc_message_box {
    color: #31708f;
    border-color: #bce8f1;
    background-color: #d9edf7
}

.vc_color-alert-info.vc_message_box .vc_message_box-icon {
    color: #67cce0
}

.vc_color-alert-info.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #67cce0
}

.vc_color-alert-info.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-alert-info.vc_message_box-outline, .vc_color-alert-info.vc_message_box-solid-icon {
    color: #31708f;
    border-color: #67cce0;
    background-color: transparent
}

.vc_color-alert-info.vc_message_box-outline .vc_message_box-icon, .vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
    color: #67cce0
}

.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #67cce0
}

.vc_color-alert-info.vc_message_box-3d {
    box-shadow: 0 5px 0 #91d9e8
}

.vc_color-alert-success.vc_message_box {
    color: #3c763d;
    border-color: #d6e9c6;
    background-color: #dff0d8
}

.vc_color-alert-success.vc_message_box .vc_message_box-icon {
    color: #9ad36a
}

.vc_color-alert-success.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #9ad36a
}

.vc_color-alert-success.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-alert-success.vc_message_box-outline, .vc_color-alert-success.vc_message_box-solid-icon {
    color: #3c763d;
    border-color: #9ad36a;
    background-color: transparent
}

.vc_color-alert-success.vc_message_box-outline .vc_message_box-icon, .vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
    color: #9ad36a
}

.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #9ad36a
}

.vc_color-alert-success.vc_message_box-3d {
    box-shadow: 0 5px 0 #bbdba1
}

.vc_color-alert-warning.vc_message_box {
    color: #8a6d3b;
    border-color: #faebcc;
    background-color: #fcf8e3
}

.vc_color-alert-warning.vc_message_box .vc_message_box-icon {
    color: #f9cf79
}

.vc_color-alert-warning.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #f9cf79
}

.vc_color-alert-warning.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-alert-warning.vc_message_box-outline, .vc_color-alert-warning.vc_message_box-solid-icon {
    color: #8a6d3b;
    border-color: #f9cf79;
    background-color: transparent
}

.vc_color-alert-warning.vc_message_box-outline .vc_message_box-icon, .vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
    color: #f9cf79
}

.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #f9cf79
}

.vc_color-alert-warning.vc_message_box-3d {
    box-shadow: 0 5px 0 #f5d89e
}

.vc_color-alert-danger.vc_message_box {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede
}

.vc_color-alert-danger.vc_message_box .vc_message_box-icon {
    color: #ef8495
}

.vc_color-alert-danger.vc_message_box-solid {
    color: #fff;
    border-color: transparent;
    background-color: #ef8495
}

.vc_color-alert-danger.vc_message_box-solid .vc_message_box-icon {
    color: #fff
}

.vc_color-alert-danger.vc_message_box-outline, .vc_color-alert-danger.vc_message_box-solid-icon {
    color: #a94442;
    border-color: #ef8495;
    background-color: transparent
}

.vc_color-alert-danger.vc_message_box-outline .vc_message_box-icon, .vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
    color: #ef8495
}

.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon {
    color: #fff;
    background-color: #ef8495
}

.vc_color-alert-danger.vc_message_box-3d {
    box-shadow: 0 5px 0 #dca7b0
}

.vc_color-black.vc_message_box .vc_message_box-icon {
    color: #fff
}

.vc_color-black.vc_message_box-outline, .vc_color-black.vc_message_box-outline .vc_message_box-icon {
    color: #2a2a2a
}

.vc_color-black.vc_message_box-solid-icon {
    color: #2a2a2a
}

.vc_color-grey.vc_message_box .vc_message_box-icon {
    color: #858585
}

.vc_color-white.vc_message_box .vc_message_box-icon {
    color: #b3b3b3
}

.vc_color-white.vc_message_box-outline, .vc_color-white.vc_message_box-outline .vc_message_box-icon {
    color: #fff
}

.vc_color-white.vc_message_box-solid-icon {
    color: #fff
}

.vc_message_box-outline, .vc_message_box-solid-icon {
    border-width: 2px
}

.vc_message_box-solid-icon .vc_message_box-icon {
    width: 3.25em
}

.vc_message_box-rounded {
    border-radius: 5px
}

.vc_message_box-round {
    border-radius: 4em
}

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 35px
}

.entry-content .twitter-share-button, .fb_like, .twitter-share-button, .wpb_accordion .wpb_content_element, .wpb_googleplus, .wpb_pinterest, .wpb_tab .wpb_content_element {
    margin-bottom: 21.73913043px
}

.vc_parallax {
    position: relative;
    overflow: hidden
}

.vc_parallax > * {
    position: relative;
    z-index: 1
}

.vc_parallax .vc_parallax-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0
}

.vc_parallax-inner iframe {
    max-width: 1000%
}

.vc_video-bg-container {
    position: relative
}

.vc_video-bg {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0
}

.vc_video-bg iframe {
    max-width: 1000%
}

.vc_row.vc_row-no-padding .vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden
}

.vc_row[data-vc-full-width].vc_hidden {
    opacity: 0
}

.vc_row-no-padding .vc_inner {
    margin-left: 0;
    margin-right: 0
}

.vc_row.vc_row-o-full-height {
    min-height: 100vh
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vc_row.vc_row-flex > .vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > * {
        min-height: 1em
    }
}

.vc_row.vc_row-flex::after, .vc_row.vc_row-flex::before {
    display: none
}

.vc_row.vc_row-o-columns-stretch {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.vc_row.vc_row-o-columns-top {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.vc_row.vc_row-o-columns-bottom {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.vc_row.vc_row-o-columns-middle {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.vc_row.vc_row-o-columns-bottom::after, .vc_row.vc_row-o-columns-middle::after, .vc_row.vc_row-o-columns-top::after {
    content: '';
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block
}

.vc_row.vc_row-o-equal-height > .vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_column_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.vc_row.vc_row-o-content-bottom > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_column_container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table
}

.vc_column-inner::after {
    clear: both
}

.vc_ie-flexbox-fixer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.vc_ie-flexbox-fixer > .vc_row {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.vc_row.vc_column-gap-1 {
    margin-left: -15.5px;
    margin-right: -15.5px
}

.vc_row.vc_column-gap-1 > .vc_column_container {
    padding: .5px
}

.vc_row.vc_column-gap-2 {
    margin-left: -16px;
    margin-right: -16px
}

.vc_row.vc_column-gap-2 > .vc_column_container {
    padding: 1px
}

.vc_row.vc_column-gap-3 {
    margin-left: -16.5px;
    margin-right: -16.5px
}

.vc_row.vc_column-gap-3 > .vc_column_container {
    padding: 1.5px
}

.vc_row.vc_column-gap-4 {
    margin-left: -17px;
    margin-right: -17px
}

.vc_row.vc_column-gap-4 > .vc_column_container {
    padding: 2px
}

.vc_row.vc_column-gap-5 {
    margin-left: -17.5px;
    margin-right: -17.5px
}

.vc_row.vc_column-gap-5 > .vc_column_container {
    padding: 2.5px
}

.vc_row.vc_column-gap-10 {
    margin-left: -20px;
    margin-right: -20px
}

.vc_row.vc_column-gap-10 > .vc_column_container {
    padding: 5px
}

.vc_row.vc_column-gap-15 {
    margin-left: -22.5px;
    margin-right: -22.5px
}

.vc_row.vc_column-gap-15 > .vc_column_container {
    padding: 7.5px
}

.vc_row.vc_column-gap-20 {
    margin-left: -25px;
    margin-right: -25px
}

.vc_row.vc_column-gap-20 > .vc_column_container {
    padding: 10px
}

.vc_row.vc_column-gap-25 {
    margin-left: -27.5px;
    margin-right: -27.5px
}

.vc_row.vc_column-gap-25 > .vc_column_container {
    padding: 12.5px
}

.vc_row.vc_column-gap-30 {
    margin-left: -30px;
    margin-right: -30px
}

.vc_row.vc_column-gap-30 > .vc_column_container {
    padding: 15px
}

.vc_row.vc_column-gap-35 {
    margin-left: -32.5px;
    margin-right: -32.5px
}

.vc_row.vc_column-gap-35 > .vc_column_container {
    padding: 17.5px
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 35px
}

.vc_section {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px
}

.vc_section[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden
}

.vc_section[data-vc-full-width].vc_hidden {
    opacity: 0
}

.vc_section[data-vc-full-width] > .vc_row {
    margin-left: 0;
    margin-right: 0
}

.vc_section[data-vc-stretch-content] {
    padding-left: 0;
    padding-right: 0
}

.vc_section.vc_row-o-full-height {
    min-height: 100vh
}

.vc_section.vc_section-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.vc_section.vc_section-flex .vc_vc_row {
    width: 100%
}

.vc_section.vc_section-flex::after, .vc_section.vc_section-flex::before {
    display: none
}

.vc_section.vc_section-o-content-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vc_section.vc_section-o-content-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vc_section.vc_section-o-content-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vc_section.vc_section-o-content-bottom::after, .vc_section.vc_section-o-content-middle::after, .vc_section.vc_section-o-content-top::after {
    content: '';
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
    padding-top: 35px
}

.vc_row.vc_column-gap-1 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-1 > .vc_vc_column_inner > .vc_column_container {
    padding-left: .5px;
    padding-right: .5px
}

.vc_row.vc_column-gap-2 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-2 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 1px;
    padding-right: 1px
}

.vc_row.vc_column-gap-3 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-3 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 1.5px;
    padding-right: 1.5px
}

.vc_row.vc_column-gap-4 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-4 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 2px;
    padding-right: 2px
}

.vc_row.vc_column-gap-5 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-5 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 2.5px;
    padding-right: 2.5px
}

.vc_row.vc_column-gap-10 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-10 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 5px;
    padding-right: 5px
}

.vc_row.vc_column-gap-15 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-15 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.vc_row.vc_column-gap-20 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-20 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 10px;
    padding-right: 10px
}

.vc_row.vc_column-gap-25 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-25 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 12.5px;
    padding-right: 12.5px
}

.vc_row.vc_column-gap-30 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-30 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 15px;
    padding-right: 15px
}

.vc_row.vc_column-gap-35 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-35 > .vc_vc_column_inner > .vc_column_container {
    padding-left: 17.5px;
    padding-right: 17.5px
}

.vc_vc_column, .vc_vc_column_inner {
    padding-left: 0;
    padding-right: 0
}

.vc_row.vc_row-flex > .vc_vc_column, .vc_row.vc_row-flex > .vc_vc_column_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.vc_row.vc_row-o-equal-height > .vc_column_container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.vc_row.vc_row-o-content-top > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-top > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.vc_row.vc_row-o-content-bottom > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.vc_empty-element > .vc_column-inner {
    min-height: 100px
}

.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 35px
}

.fb_type_standard {
    height: 25px
}

.fb_type_standard iframe {
    height: 25px
}

.fb_type_button_count {
    height: 20px
}

.fb_type_button_count iframe {
    height: 20px
}

.fb_type_box_count {
    height: 62px
}

.fb_type_box_count iframe {
    height: 62px
}

.wpb_googleplus_type_standard {
    height: 25px
}

.wpb_googleplus_type_small {
    height: 19px
}

.wpb_googleplus_type_medium {
    height: 21px
}

.wpb_googleplus_type_tall {
    height: 21px
}

.wpb_googleplus_type_tall.vc_googleplus-annotation-bubble {
    height: 62px
}

.wpb_pinterest a {
    border-bottom: 0
}

.wpb_pinterest_type_horizontal {
    height: 21px
}

.wpb_pinterest_type_vertical {
    box-sizing: content-box;
    padding-top: 29px;
    height: 21px
}

.wpb_pinterest_type_none {
    height: 21px
}

iframe.twitter-share-button {
    margin: 0
}

.vc_toggle {
    display: block;
    margin: 0 0 21.73913043px 0;
    padding: 0;
    font-size: 1em
}

.vc_toggle:last-of-type {
    margin-bottom: 35px
}

.vc_toggle_title {
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400
}

.vc_toggle_title > h4 {
    display: inline
}

.vc_toggle_icon {
    display: none;
    position: relative;
    vertical-align: middle
}

.vc_toggle_content {
    display: none;
    margin-bottom: 21.73913043px;
    margin-top: 1em;
    overflow: hidden;
    padding: 0
}

.vc_toggle.vc_toggle_active > .vc_toggle_content {
    display: block
}

.vc_toggle_simple .vc_toggle_icon {
    border: 0 solid transparent;
    border-radius: 0;
    display: inline-block
}

.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_icon::before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden
}

.vc_toggle_simple .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle_simple .vc_toggle_icon::before {
    height: 2px;
    width: 10px
}

.vc_toggle_simple .vc_toggle_icon::after {
    height: 10px;
    width: 2px
}

.vc_toggle_simple .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_simple .vc_toggle_icon {
    margin-left: 2px
}

.vc_toggle_round .vc_toggle_icon {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block
}

.vc_toggle_round .vc_toggle_icon::after, .vc_toggle_round .vc_toggle_icon::before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vc_toggle_round.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden
}

.vc_toggle_round .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle_round .vc_toggle_icon::before {
    height: 2px;
    width: 10px
}

.vc_toggle_round .vc_toggle_icon::after {
    height: 10px;
    width: 2px
}

.vc_toggle_round .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

.vc_toggle_round .vc_toggle_icon::after, .vc_toggle_round .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_rounded .vc_toggle_icon {
    border: 2px solid transparent;
    border-radius: 20%;
    display: inline-block
}

.vc_toggle_rounded .vc_toggle_icon::after, .vc_toggle_rounded .vc_toggle_icon::before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vc_toggle_rounded.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden
}

.vc_toggle_rounded .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle_rounded .vc_toggle_icon::before {
    height: 2px;
    width: 10px
}

.vc_toggle_rounded .vc_toggle_icon::after {
    height: 10px;
    width: 2px
}

.vc_toggle_rounded .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

.vc_toggle_rounded .vc_toggle_icon::after, .vc_toggle_rounded .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_square .vc_toggle_icon {
    border: 2px solid transparent;
    border-radius: 0;
    display: inline-block
}

.vc_toggle_square .vc_toggle_icon::after, .vc_toggle_square .vc_toggle_icon::before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vc_toggle_square.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden
}

.vc_toggle_square .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle_square .vc_toggle_icon::before {
    height: 2px;
    width: 10px
}

.vc_toggle_square .vc_toggle_icon::after {
    height: 10px;
    width: 2px
}

.vc_toggle_square .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

.vc_toggle_square .vc_toggle_icon::after, .vc_toggle_square .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_text_only .vc_toggle_icon {
    display: none
}

.vc_toggle_arrow .vc_toggle_icon {
    display: inline-block
}

.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_arrow .vc_toggle_icon::before {
    content: '';
    border-style: solid;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.vc_toggle_arrow .vc_toggle_icon::before {
    border-left: none;
    border-top: none
}

.vc_toggle_arrow .vc_toggle_icon::after {
    border-right: none;
    border-bottom: none;
    visibility: hidden
}

.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::before {
    visibility: hidden
}

.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::after {
    visibility: visible
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
    border-width: 2px;
    height: 10px;
    margin-left: -5px;
    width: 10px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
    margin-top: -10px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
    margin-top: -5px
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #2a2a2a;
    background: 0 0
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #444;
    background: 0 0
}

.vc_toggle_default .vc_toggle_icon {
    background: #bababa;
    border: 1px solid #acacac;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #bababa
}

.vc_toggle_default .vc_toggle_icon::before {
    border: 1px solid #acacac
}

.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after, .vc_toggle_default.vc_toggle_active .vc_toggle_icon::before {
    visibility: hidden
}

.vc_toggle.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
    height: 4px
}

.vc_toggle.vc_toggle_default .vc_toggle_icon::before {
    height: 10px;
    width: 4px
}

.vc_toggle.vc_toggle_default .vc_toggle_icon::after {
    width: 8px;
    height: 2px
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #5472d2
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_blue .vc_toggle_icon {
    background-color: #5472d2;
    border-color: transparent
}

.vc_toggle_color_blue .vc_toggle_icon::after, .vc_toggle_color_blue .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #5472d2
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #5472d2
}

.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #7c93dd
}

.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon {
    background: #5472d2;
    border-color: #3354c0
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::before {
    border-color: #3354c0;
    background: #5472d2
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::after {
    background: #5472d2
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #7c93dd;
    border-color: #5472d2
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #5472d2;
    background: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #7c93dd
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #5472d2;
    background: 0 0
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #7c93dd;
    background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #00c1cf
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_turquoise .vc_toggle_icon {
    background-color: #00c1cf;
    border-color: transparent
}

.vc_toggle_color_turquoise .vc_toggle_icon::after, .vc_toggle_color_turquoise .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #00c1cf
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #00c1cf
}

.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #00919c
}

.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon {
    background: #00c1cf;
    border-color: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::before {
    border-color: #00919c;
    background: #00c1cf
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::after {
    background: #00c1cf
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #00919c;
    border-color: #006269
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #006269;
    background: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #00919c
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #00c1cf;
    background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #00919c;
    background: 0 0
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_pink .vc_toggle_icon {
    background-color: #fe6c61;
    border-color: transparent
}

.vc_toggle_color_pink .vc_toggle_icon::after, .vc_toggle_color_pink .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #fe6c61
}

.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #fe9b94
}

.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon {
    background: #fe6c61;
    border-color: #fe3d2e
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::before {
    border-color: #fe3d2e;
    background: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::after {
    background: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #fe9b94;
    border-color: #fe6c61
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #fe6c61;
    background: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #fe9b94
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #fe6c61;
    background: 0 0
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #fe9b94;
    background: 0 0
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #a991d3
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_violet .vc_toggle_icon {
    background-color: #8d6dc4;
    border-color: transparent
}

.vc_toggle_color_violet .vc_toggle_icon::after, .vc_toggle_color_violet .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #8d6dc4
}

.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #a991d3
}

.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #a991d3
}

.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #a991d3
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon {
    background: #8d6dc4;
    border-color: #7149b5
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::before {
    border-color: #7149b5;
    background: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::after {
    background: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #a991d3;
    border-color: #8d6dc4
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #8d6dc4;
    background: #a991d3
}

.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #a991d3
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #8d6dc4;
    background: 0 0
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #a991d3;
    background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_peacoc .vc_toggle_icon {
    background-color: #4cadc9;
    border-color: transparent
}

.vc_toggle_color_peacoc .vc_toggle_icon::after, .vc_toggle_color_peacoc .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #4cadc9
}

.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #73bfd5
}

.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon {
    background: #4cadc9;
    border-color: #3492ae
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::before {
    border-color: #3492ae;
    background: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::after {
    background: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #73bfd5;
    border-color: #4cadc9
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #4cadc9;
    background: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #73bfd5
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #4cadc9;
    background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #73bfd5;
    background: 0 0
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_chino .vc_toggle_icon {
    background-color: #cec2ab;
    border-color: transparent
}

.vc_toggle_color_chino .vc_toggle_icon::after, .vc_toggle_color_chino .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #cec2ab
}

.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #e1d9cb
}

.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon {
    background: #cec2ab;
    border-color: #bbab8b
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::before {
    border-color: #bbab8b;
    background: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::after {
    background: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #e1d9cb;
    border-color: #cec2ab
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #cec2ab;
    background: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #e1d9cb
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #cec2ab;
    background: 0 0
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #e1d9cb;
    background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_mulled_wine .vc_toggle_icon {
    background-color: #50485b;
    border-color: transparent
}

.vc_toggle_color_mulled_wine .vc_toggle_icon::after, .vc_toggle_color_mulled_wine .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #50485b
}

.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #695f77
}

.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon {
    background: #50485b;
    border-color: #37313f
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::before {
    border-color: #37313f;
    background: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::after {
    background: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #695f77;
    border-color: #50485b
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #50485b;
    background: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #695f77
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #50485b;
    background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #695f77;
    background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_vista_blue .vc_toggle_icon {
    background-color: #75d69c;
    border-color: transparent
}

.vc_toggle_color_vista_blue .vc_toggle_icon::after, .vc_toggle_color_vista_blue .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #75d69c
}

.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #9ce2b8
}

.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon {
    background: #75d69c;
    border-color: #4eca80
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::before {
    border-color: #4eca80;
    background: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::after {
    background: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #9ce2b8;
    border-color: #75d69c
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #75d69c;
    background: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #9ce2b8
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #75d69c;
    background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #9ce2b8;
    background: 0 0
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_black .vc_toggle_icon {
    background-color: #2a2a2a;
    border-color: transparent
}

.vc_toggle_color_black .vc_toggle_icon::after, .vc_toggle_color_black .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #444
}

.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #444
}

.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #444
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon {
    background: #2a2a2a;
    border-color: #101010
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::before {
    border-color: #101010;
    background: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::after {
    background: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #444;
    border-color: #2a2a2a
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #2a2a2a;
    background: #444
}

.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #444
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #2a2a2a;
    background: 0 0
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #444;
    background: 0 0
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #ebebeb
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_grey .vc_toggle_icon {
    background-color: #ebebeb;
    border-color: transparent
}

.vc_toggle_color_grey .vc_toggle_icon::after, .vc_toggle_color_grey .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #ebebeb
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #ebebeb
}

.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #d2d2d2
}

.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon {
    background: #ebebeb;
    border-color: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::before {
    border-color: #d2d2d2;
    background: #ebebeb
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::after {
    background: #ebebeb
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #d2d2d2;
    border-color: #b8b8b8
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #b8b8b8;
    background: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #d2d2d2
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #ebebeb;
    background: 0 0
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #d2d2d2;
    background: 0 0
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #f7be68
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fad398
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_orange .vc_toggle_icon {
    background-color: #f7be68;
    border-color: transparent
}

.vc_toggle_color_orange .vc_toggle_icon::after, .vc_toggle_color_orange .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #f7be68
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #f7be68
}

.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #fad398
}

.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #fad398
}

.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fad398
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon {
    background: #f7be68;
    border-color: #f4a938
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::before {
    border-color: #f4a938;
    background: #f7be68
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::after {
    background: #f7be68
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #fad398;
    border-color: #f7be68
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #f7be68;
    background: #fad398
}

.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #fad398
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #f7be68;
    background: 0 0
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #fad398;
    background: 0 0
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #86baea
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_sky .vc_toggle_icon {
    background-color: #5aa1e3;
    border-color: transparent
}

.vc_toggle_color_sky .vc_toggle_icon::after, .vc_toggle_color_sky .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #5aa1e3
}

.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #86baea
}

.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #86baea
}

.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #86baea
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon {
    background: #5aa1e3;
    border-color: #2e88dc
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::before {
    border-color: #2e88dc;
    background: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::after {
    background: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #86baea;
    border-color: #5aa1e3
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #5aa1e3;
    background: #86baea
}

.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #86baea
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #5aa1e3;
    background: 0 0
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #86baea;
    background: 0 0
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #6dab3c
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #87c456
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_green .vc_toggle_icon {
    background-color: #6dab3c;
    border-color: transparent
}

.vc_toggle_color_green .vc_toggle_icon::after, .vc_toggle_color_green .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #6dab3c
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #6dab3c
}

.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #87c456
}

.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #87c456
}

.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #87c456
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon {
    background: #6dab3c;
    border-color: #55852f
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::before {
    border-color: #55852f;
    background: #6dab3c
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::after {
    background: #6dab3c
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #87c456;
    border-color: #6dab3c
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #6dab3c;
    background: #87c456
}

.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #87c456
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #6dab3c;
    background: 0 0
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #87c456;
    background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_juicy_pink .vc_toggle_icon {
    background-color: #f4524d;
    border-color: transparent
}

.vc_toggle_color_juicy_pink .vc_toggle_icon::after, .vc_toggle_color_juicy_pink .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #f4524d
}

.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #f7817d
}

.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon {
    background: #f4524d;
    border-color: #f1231d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::before {
    border-color: #f1231d;
    background: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::after {
    background: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #f7817d;
    border-color: #f4524d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #f4524d;
    background: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #f7817d
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #f4524d;
    background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #f7817d;
    background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_sandy_brown .vc_toggle_icon {
    background-color: #f79468;
    border-color: transparent
}

.vc_toggle_color_sandy_brown .vc_toggle_icon::after, .vc_toggle_color_sandy_brown .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #f79468
}

.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #fab698
}

.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon {
    background: #f79468;
    border-color: #f47238
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::before {
    border-color: #f47238;
    background: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::after {
    background: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #fab698;
    border-color: #f79468
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #f79468;
    background: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #fab698
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #f79468;
    background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #fab698;
    background: 0 0
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_purple .vc_toggle_icon {
    background-color: #b97ebb;
    border-color: transparent
}

.vc_toggle_color_purple .vc_toggle_icon::after, .vc_toggle_color_purple .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #b97ebb
}

.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #cb9fcd
}

.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon {
    background: #b97ebb;
    border-color: #a75da9
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::before {
    border-color: #a75da9;
    background: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::after {
    background: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #cb9fcd;
    border-color: #b97ebb
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #b97ebb;
    background: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #cb9fcd
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #b97ebb;
    background: 0 0
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #cb9fcd;
    background: 0 0
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent
}

.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: transparent
}

.vc_toggle_color_white .vc_toggle_icon {
    background-color: #fff;
    border-color: transparent
}

.vc_toggle_color_white .vc_toggle_icon::after, .vc_toggle_color_white .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: #fff
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon::before {
    background-color: #fff
}

.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #e6e6e6
}

.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #2a2a2a
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
    background-color: transparent;
    border-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon {
    background: #fff;
    border-color: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::before {
    border-color: #e6e6e6;
    background: #fff
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::after {
    background: #fff
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon {
    background: #e6e6e6;
    border-color: #ccc
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #ccc;
    background: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
    background: #e6e6e6
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #fff;
    background: 0 0
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon {
    background: 0 0
}

.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after, .vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::before {
    border-color: #e6e6e6;
    background: 0 0
}

.vc_toggle_size_sm .vc_toggle_icon {
    height: 16px;
    width: 16px
}

.vc_toggle_size_sm .vc_toggle_icon::before {
    height: 2px;
    width: 8px
}

.vc_toggle_size_sm .vc_toggle_icon::after {
    height: 8px;
    width: 2px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    width: 8px;
    margin-left: 4px;
    height: 2px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::before {
    height: 8px;
    width: 2px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::after {
    width: 6px;
    height: 0
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
    height: 16px;
    width: 16px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before {
    border-width: 2px;
    height: 8px;
    margin-left: -4px;
    width: 8px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::before {
    margin-top: -8px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon::after {
    margin-top: -4px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content, .vc_toggle_size_sm.vc_toggle_default .vc_toggle_title, .vc_toggle_size_sm.vc_toggle_round .vc_toggle_content, .vc_toggle_size_sm.vc_toggle_round .vc_toggle_title, .vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content, .vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title, .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content, .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title, .vc_toggle_size_sm.vc_toggle_square .vc_toggle_content, .vc_toggle_size_sm.vc_toggle_square .vc_toggle_title {
    padding-left: 24px
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_default .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_round .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_round .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_square .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_sm.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content, .vc_toggle_size_sm.vc_toggle_default .vc_toggle_title {
    padding-left: 17.6px
}

.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 8px
}

.vc_toggle_size_md .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle_size_md .vc_toggle_icon::before {
    height: 2px;
    width: 10px
}

.vc_toggle_size_md .vc_toggle_icon::after {
    height: 10px;
    width: 2px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
    height: 4px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    height: 10px;
    width: 4px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
    width: 8px;
    height: 2px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
    height: 22px;
    width: 22px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
    border-width: 2px;
    height: 10px;
    margin-left: -5px;
    width: 10px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
    margin-top: -10px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {
    margin-top: -5px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title, .vc_toggle_size_md.vc_toggle_round .vc_toggle_content, .vc_toggle_size_md.vc_toggle_round .vc_toggle_title, .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content, .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title, .vc_toggle_size_md.vc_toggle_square .vc_toggle_content, .vc_toggle_size_md.vc_toggle_square .vc_toggle_title {
    padding-left: 33px
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-left: 24.2px
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 11px
}

.vc_toggle_size_lg .vc_toggle_icon {
    height: 28px;
    width: 28px
}

.vc_toggle_size_lg .vc_toggle_icon::before {
    height: 2px;
    width: 14px
}

.vc_toggle_size_lg .vc_toggle_icon::after {
    height: 14px;
    width: 2px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon {
    display: inline-block;
    width: 14px;
    margin-left: 7px;
    height: 4px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::before {
    height: 14px;
    width: 4px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::after {
    width: 12px;
    height: 2px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
    height: 28px;
    width: 28px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
    border-width: 2px;
    height: 14px;
    margin-left: -7px;
    width: 14px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::before {
    margin-top: -14px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon::after {
    margin-top: -7px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content, .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title, .vc_toggle_size_lg.vc_toggle_round .vc_toggle_content, .vc_toggle_size_lg.vc_toggle_round .vc_toggle_title, .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content, .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title, .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content, .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title, .vc_toggle_size_lg.vc_toggle_square .vc_toggle_content, .vc_toggle_size_lg.vc_toggle_square .vc_toggle_title {
    padding-left: 42px
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_round .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_round .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_square .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_lg.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content, .vc_toggle_size_lg.vc_toggle_default .vc_toggle_title {
    padding-left: 30.8px
}

.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 14px
}

.vc_toggle_default .vc_toggle_content, .vc_toggle_default .vc_toggle_title, .vc_toggle_round .vc_toggle_content, .vc_toggle_round .vc_toggle_title, .vc_toggle_rounded .vc_toggle_content, .vc_toggle_rounded .vc_toggle_title, .vc_toggle_simple .vc_toggle_content, .vc_toggle_simple .vc_toggle_title, .vc_toggle_square .vc_toggle_content, .vc_toggle_square .vc_toggle_title {
    padding-left: 33px
}

.vc_toggle_default .vc_toggle_content .vc_toggle_icon, .vc_toggle_default .vc_toggle_title .vc_toggle_icon, .vc_toggle_round .vc_toggle_content .vc_toggle_icon, .vc_toggle_round .vc_toggle_title .vc_toggle_icon, .vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, .vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, .vc_toggle_simple .vc_toggle_content .vc_toggle_icon, .vc_toggle_simple .vc_toggle_title .vc_toggle_icon, .vc_toggle_square .vc_toggle_content .vc_toggle_icon, .vc_toggle_square .vc_toggle_title .vc_toggle_icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.vc_toggle_default .vc_toggle_content, .vc_toggle_default .vc_toggle_title {
    padding-left: 24.2px
}

.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 11px
}

.wpb_widgetised_column .wpb_wrapper > ul {
    margin: 0
}

.wpb_widgetised_column .wpb_wrapper > ul > li {
    margin-left: 0;
    background-image: none;
    list-style: none !important
}

.wpb_widgetised_column .wpb_wrapper > ul > li:after, .wpb_widgetised_column .wpb_wrapper > ul > li:before {
    display: none !important
}

.wpb_button {
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.wpb_button.active, .wpb_button.disabled, .wpb_button:active, .wpb_button:hover, .wpb_button[disabled] {
    background-color: #eaeaea
}

.vc_vc_button2 .vc_btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.vc_vc_button .vc_btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.wpb_button:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.wpb_button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.wpb_button.active, .wpb_button:active {
    background-color: #e6e6e6;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

button.wpb_btn-large, span.wpb_btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

button.wpb_btn-large [class^=icon-], span.wpb_btn-large [class^=icon-] {
    margin-top: 1px
}

button.wpb_btn-small, span.wpb_btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px
}

button.wpb_btn-small [class^=icon-], span.wpb_btn-small [class^=icon-] {
    margin-top: -1px
}

button.wpb_btn-mini, span.wpb_btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px
}

.wpb_btn-danger, .wpb_btn-danger:hover, .wpb_btn-info, .wpb_btn-info:hover, .wpb_btn-inverse, .wpb_btn-inverse:hover, .wpb_btn-primary, .wpb_btn-primary:hover, .wpb_btn-success, .wpb_btn-success:hover, .wpb_btn-warning, .wpb_btn-warning:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.wpb_btn-danger.active, .wpb_btn-info.active, .wpb_btn-inverse.active, .wpb_btn-primary.active, .wpb_btn-success.active, .wpb_btn-warning.active {
    color: rgba(255, 255, 255, .75)
}

.wpb_button {
    border-color: #ccc;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1)
}

.wpb_btn-primary {
    background-color: #08c
}

.wpb_btn-primary.active, .wpb_btn-primary.disabled, .wpb_btn-primary:active, .wpb_btn-primary:hover, .wpb_btn-primary[disabled] {
    background-color: #0077b3
}

.wpb_btn-warning {
    background-color: #f90
}

.wpb_btn-warning.active, .wpb_btn-warning.disabled, .wpb_btn-warning:active, .wpb_btn-warning:hover, .wpb_btn-warning[disabled] {
    background-color: #e68a00
}

.wpb_btn-danger {
    background-color: #ff675b
}

.wpb_btn-danger.active, .wpb_btn-danger.disabled, .wpb_btn-danger:active, .wpb_btn-danger:hover, .wpb_btn-danger[disabled] {
    background-color: #ff4f42
}

.wpb_btn-success {
    background-color: #6ab165
}

.wpb_btn-success.active, .wpb_btn-success.disabled, .wpb_btn-success:active, .wpb_btn-success:hover, .wpb_btn-success[disabled] {
    background-color: #5aa855
}

.wpb_btn-info {
    background-color: #58b9da
}

.wpb_btn-info.active, .wpb_btn-info.disabled, .wpb_btn-info:active, .wpb_btn-info:hover, .wpb_btn-info[disabled] {
    background-color: #43b0d5
}

.wpb_btn-inverse {
    background-color: #555
}

.wpb_btn-inverse.active, .wpb_btn-inverse.disabled, .wpb_btn-inverse:active, .wpb_btn-inverse:hover, .wpb_btn-inverse[disabled] {
    background-color: #484848
}

button.wpb_button::-moz-focus-inner, input[type=submit].wpb_button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a.wpb_button_a {
    text-decoration: none;
    border: none
}

a.wpb_button_a:hover {
    text-decoration: none
}

.wpb_button:hover {
    background-image: none
}

.vc_btn3-container {
    display: block;
    margin-bottom: 21.73913043px;
    max-width: 100%
}

.vc_btn3-container.vc_btn3-inline {
    display: inline-block;
    vertical-align: top
}

.vc_general.vc_btn3 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #5472d2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px
}

.vc_general.vc_btn3.vc_btn3-style-outline, .vc_general.vc_btn3.vc_btn3-style-outline-custom {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px
}

.vc_general.vc_btn3.active, .vc_general.vc_btn3:active, .vc_general.vc_btn3:focus {
    outline: 0
}

.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
    border: 1px solid transparent;
    text-decoration: none;
    color: #4868cf
}

.vc_general.vc_btn3 .vc_btn3-icon {
    vertical-align: top;
    height: 14px;
    line-height: 1;
    font-size: 16px
}

.vc_general.vc_btn3 .vc_btn3-icon-inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.vc_general.vc_btn3 .vc_btn3-placeholder {
    display: inline-block;
    vertical-align: top;
    width: 0
}

.vc_btn3.vc_btn3-icon-left, .vc_btn3.vc_btn3-icon-right {
    position: relative
}

.vc_btn3.vc_btn3-icon-left .vc_btn3-icon, .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.vc_btn3.vc_btn3-icon-left {
    text-align: left
}

.vc_btn3.vc_btn3-icon-right {
    text-align: right
}

.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-block) .vc_btn3-icon-inner {
    -webkit-transform: translate(-75%, -50%);
    -ms-transform: translate(-75%, -50%);
    transform: translate(-75%, -50%)
}

.vc_btn3.vc_btn3-o-empty .vc_btn3-icon {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vc_btn3.vc_btn3-o-empty:not(.vc_btn3-block) .vc_btn3-icon-inner {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vc_btn3.vc_btn3-style-classic {
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1)
}

.vc_btn3.vc_btn3-style-modern {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
    background-repeat: repeat-x
}

.vc_btn3.vc_btn3-style-outline, .vc_btn3.vc_btn3-style-outline-custom, .vc_btn3.vc_btn3-style-outline-custom:focus, .vc_btn3.vc_btn3-style-outline-custom:hover, .vc_btn3.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-style-outline:hover {
    border-width: 2px
}

.vc_btn3.vc_btn3-style-custom {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%
}

.vc_btn3.vc_btn3-style-custom:focus, .vc_btn3.vc_btn3-style-custom:hover {
    background-position: 0 100%
}

.vc_btn3.vc_btn3-block {
    display: block;
    width: 100%;
    text-align: inherit
}

.vc_btn3.vc_btn3-shape-square {
    border-radius: 0
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 5px
}

.vc_btn3.vc_btn3-shape-round {
    border-radius: 2em
}

.vc_btn3.vc_btn3-size-xs {
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline-custom {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 11px;
    padding-right: 11px
}

.vc_btn3.vc_btn3-size-xs .vc_btn3-icon {
    font-size: 14px;
    height: 11px;
    line-height: 11px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 31px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 12px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 31px
}

.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 12px
}

.vc_btn3.vc_btn3-size-sm {
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_btn3.vc_btn3-size-sm .vc_btn3-icon {
    font-size: 14px;
    height: 12px;
    line-height: 12px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 39px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 16px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 39px
}

.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 16px
}

.vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px
}

.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
    font-size: 16px;
    height: 14px;
    line-height: 14px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 48px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 20px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 48px
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 20px
}

.vc_btn3.vc_btn3-size-lg {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 24px;
    padding-right: 24px
}

.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
    font-size: 20px;
    height: 16px;
    line-height: 16px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 60px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 25px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 60px
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 25px
}

.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    color: #fff;
    background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-blue:focus, .vc_btn3.vc_btn3-color-blue:hover {
    color: #f7f7f7;
    background-color: #3c5ecc
}

.vc_btn3.vc_btn3-color-blue.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-blue:active {
    color: #f2f2f2;
    background-color: #3558c8
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
    color: #5472d2;
    border-color: #5472d2;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #5472d2;
    background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #5472d2;
    background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d {
    color: #fff;
    background-color: #5472d2;
    box-shadow: 0 5px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #3253bc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
    color: #fff;
    border-color: #5472d2;
    background-color: #5472d2
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #3c5ecc;
    background-color: #3c5ecc
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #3558c8;
    background-color: #3558c8
}

.vc_btn3.vc_btn3-color-turquoise, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat {
    color: #fff;
    background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-turquoise:focus, .vc_btn3.vc_btn3-color-turquoise:hover {
    color: #f7f7f7;
    background-color: #00a4b0
}

.vc_btn3.vc_btn3-color-turquoise.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-turquoise:active {
    color: #f2f2f2;
    background-color: #009ba6
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline {
    color: #00c1cf;
    border-color: #00c1cf;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #00c1cf;
    background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #00c1cf;
    background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d {
    color: #fff;
    background-color: #00c1cf;
    box-shadow: 0 5px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #008d97
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern {
    color: #fff;
    border-color: #00c1cf;
    background-color: #00c1cf
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #00a4b0;
    background-color: #00a4b0
}

.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #009ba6;
    background-color: #009ba6
}

.vc_btn3.vc_btn3-color-pink, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-pink:focus, .vc_btn3.vc_btn3-color-pink:hover {
    color: #f7f7f7;
    background-color: #fe5043
}

.vc_btn3.vc_btn3-color-pink.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-pink:active {
    color: #f2f2f2;
    background-color: #fe4638
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline {
    color: #fe6c61;
    border-color: #fe6c61;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #fe6c61;
    background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #fe6c61;
    background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d {
    color: #fff;
    background-color: #fe6c61;
    box-shadow: 0 5px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #fe3829
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern {
    color: #fff;
    border-color: #fe6c61;
    background-color: #fe6c61
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #fe5043;
    background-color: #fe5043
}

.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #fe4638;
    background-color: #fe4638
}

.vc_btn3.vc_btn3-color-violet, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat {
    color: #fff;
    background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-violet:focus, .vc_btn3.vc_btn3-color-violet:hover {
    color: #f7f7f7;
    background-color: #7c57bb
}

.vc_btn3.vc_btn3-color-violet.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-violet:active {
    color: #f2f2f2;
    background-color: #7650b8
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline {
    color: #8d6dc4;
    border-color: #8d6dc4;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #8d6dc4;
    background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #8d6dc4;
    background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d {
    color: #fff;
    background-color: #8d6dc4;
    box-shadow: 0 5px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #6e48b1
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern {
    color: #fff;
    border-color: #8d6dc4;
    background-color: #8d6dc4
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #7c57bb;
    background-color: #7c57bb
}

.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #7650b8;
    background-color: #7650b8
}

.vc_btn3.vc_btn3-color-peacoc, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat {
    color: #fff;
    background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-peacoc:focus, .vc_btn3.vc_btn3-color-peacoc:hover {
    color: #f7f7f7;
    background-color: #39a0bd
}

.vc_btn3.vc_btn3-color-peacoc.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-peacoc:active {
    color: #f2f2f2;
    background-color: #3799b5
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline {
    color: #4cadc9;
    border-color: #4cadc9;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #4cadc9;
    background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #4cadc9;
    background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d {
    color: #fff;
    background-color: #4cadc9;
    box-shadow: 0 5px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #338faa
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern {
    color: #fff;
    border-color: #4cadc9;
    background-color: #4cadc9
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #39a0bd;
    background-color: #39a0bd
}

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #3799b5;
    background-color: #3799b5
}

.vc_btn3.vc_btn3-color-chino, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat {
    color: #fff;
    background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-chino:focus, .vc_btn3.vc_btn3-color-chino:hover {
    color: #f7f7f7;
    background-color: #c3b498
}

.vc_btn3.vc_btn3-color-chino.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-chino:active {
    color: #f2f2f2;
    background-color: #bfaf91
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline {
    color: #cec2ab;
    border-color: #cec2ab;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #cec2ab;
    background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #cec2ab;
    background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d {
    color: #fff;
    background-color: #cec2ab;
    box-shadow: 0 5px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #b9a888
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern {
    color: #fff;
    border-color: #cec2ab;
    background-color: #cec2ab
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #c3b498;
    background-color: #c3b498
}

.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #bfaf91;
    background-color: #bfaf91
}

.vc_btn3.vc_btn3-color-mulled-wine, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat {
    color: #fff;
    background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-mulled-wine:focus, .vc_btn3.vc_btn3-color-mulled-wine:hover {
    color: #f7f7f7;
    background-color: #413a4a
}

.vc_btn3.vc_btn3-color-mulled-wine.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-mulled-wine:active {
    color: #f2f2f2;
    background-color: #3c3644
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline {
    color: #50485b;
    border-color: #50485b;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #50485b;
    background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #50485b;
    background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d {
    color: #fff;
    background-color: #50485b;
    box-shadow: 0 5px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #342f3c
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern {
    color: #fff;
    border-color: #50485b;
    background-color: #50485b
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #413a4a;
    background-color: #413a4a
}

.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #3c3644;
    background-color: #3c3644
}

.vc_btn3.vc_btn3-color-vista-blue, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat {
    color: #fff;
    background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-vista-blue:focus, .vc_btn3.vc_btn3-color-vista-blue:hover {
    color: #f7f7f7;
    background-color: #5dcf8b
}

.vc_btn3.vc_btn3-color-vista-blue.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-vista-blue:active {
    color: #f2f2f2;
    background-color: #56cd85
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline {
    color: #75d69c;
    border-color: #75d69c;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #75d69c;
    background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #75d69c;
    background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d {
    color: #fff;
    background-color: #75d69c;
    box-shadow: 0 5px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #4ac97d
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern {
    color: #fff;
    border-color: #75d69c;
    background-color: #75d69c
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #5dcf8b;
    background-color: #5dcf8b
}

.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #56cd85;
    background-color: #56cd85
}

.vc_btn3.vc_btn3-color-orange, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
    color: #fff;
    background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-orange:focus, .vc_btn3.vc_btn3-color-orange:hover {
    color: #f7f7f7;
    background-color: #f5b14b
}

.vc_btn3.vc_btn3-color-orange.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-orange:active {
    color: #f2f2f2;
    background-color: #f5ad41
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline {
    color: #f7be68;
    border-color: #f7be68;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #f7be68;
    background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #f7be68;
    background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d {
    color: #fff;
    background-color: #f7be68;
    box-shadow: 0 5px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #f4a733
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
    color: #fff;
    border-color: #f7be68;
    background-color: #f7be68
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #f5b14b;
    background-color: #f5b14b
}

.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #f5ad41;
    background-color: #f5ad41
}

.vc_btn3.vc_btn3-color-sky, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat {
    color: #fff;
    background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-sky:focus, .vc_btn3.vc_btn3-color-sky:hover {
    color: #f7f7f7;
    background-color: #4092df
}

.vc_btn3.vc_btn3-color-sky.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-sky:active {
    color: #f2f2f2;
    background-color: #378ddd
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline {
    color: #5aa1e3;
    border-color: #5aa1e3;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #5aa1e3;
    background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #5aa1e3;
    background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d {
    color: #fff;
    background-color: #5aa1e3;
    box-shadow: 0 5px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #2a86db
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern {
    color: #fff;
    border-color: #5aa1e3;
    background-color: #5aa1e3
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #4092df;
    background-color: #4092df
}

.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #378ddd;
    background-color: #378ddd
}

.vc_btn3.vc_btn3-color-green, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
    color: #fff;
    background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-green:focus, .vc_btn3.vc_btn3-color-green:hover {
    color: #f7f7f7;
    background-color: #5f9434
}

.vc_btn3.vc_btn3-color-green.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-green:active {
    color: #f2f2f2;
    background-color: #5a8d31
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline {
    color: #6dab3c;
    border-color: #6dab3c;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #6dab3c;
    background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #6dab3c;
    background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d {
    color: #fff;
    background-color: #6dab3c;
    box-shadow: 0 5px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #53812d
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
    color: #fff;
    border-color: #6dab3c;
    background-color: #6dab3c
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #5f9434;
    background-color: #5f9434
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #5a8d31;
    background-color: #5a8d31
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
    color: #f7f7f7;
    background-color: #f23630
}

.vc_btn3.vc_btn3-color-juicy-pink.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-juicy-pink:active {
    color: #f2f2f2;
    background-color: #f22d27
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline {
    color: #f4524d;
    border-color: #f4524d;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #f4524d;
    background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #f4524d;
    background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d {
    color: #fff;
    background-color: #f4524d;
    box-shadow: 0 5px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #f11f18
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern {
    color: #fff;
    border-color: #f4524d;
    background-color: #f4524d
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #f23630;
    background-color: #f23630
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #f22d27;
    background-color: #f22d27
}

.vc_btn3.vc_btn3-color-sandy-brown, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat {
    color: #fff;
    background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-sandy-brown:focus, .vc_btn3.vc_btn3-color-sandy-brown:hover {
    color: #f7f7f7;
    background-color: #f57f4b
}

.vc_btn3.vc_btn3-color-sandy-brown.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-sandy-brown:active {
    color: #f2f2f2;
    background-color: #f57941
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline {
    color: #f79468;
    border-color: #f79468;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #f79468;
    background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #f79468;
    background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d {
    color: #fff;
    background-color: #f79468;
    box-shadow: 0 5px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #f46e33
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern {
    color: #fff;
    border-color: #f79468;
    background-color: #f79468
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #f57f4b;
    background-color: #f57f4b
}

.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #f57941;
    background-color: #f57941
}

.vc_btn3.vc_btn3-color-purple, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat {
    color: #fff;
    background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-purple:focus, .vc_btn3.vc_btn3-color-purple:hover {
    color: #f7f7f7;
    background-color: #ae6ab0
}

.vc_btn3.vc_btn3-color-purple.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-purple:active {
    color: #f2f2f2;
    background-color: #ab63ad
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline {
    color: #b97ebb;
    border-color: #b97ebb;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #b97ebb;
    background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #b97ebb;
    background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d {
    color: #fff;
    background-color: #b97ebb;
    box-shadow: 0 5px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #a559a8
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern {
    color: #fff;
    border-color: #b97ebb;
    background-color: #b97ebb
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #ae6ab0;
    background-color: #ae6ab0
}

.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #ab63ad;
    background-color: #ab63ad
}

.vc_btn3.vc_btn3-color-black, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
    color: #fff;
    background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-black:focus, .vc_btn3.vc_btn3-color-black:hover {
    color: #f7f7f7;
    background-color: #1b1b1b
}

.vc_btn3.vc_btn3-color-black.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-black:active {
    color: #f2f2f2;
    background-color: #161616
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
    color: #fff;
    border-color: #2a2a2a;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #2a2a2a;
    background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #2a2a2a;
    background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d {
    color: #fff;
    background-color: #2a2a2a;
    box-shadow: 0 5px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #0e0e0e
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
    color: #fff;
    border-color: #2a2a2a;
    background-color: #2a2a2a
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #1b1b1b;
    background-color: #1b1b1b
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #161616;
    background-color: #161616
}

.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #666;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-grey:focus, .vc_btn3.vc_btn3-color-grey:hover {
    color: #5e5e5e;
    background-color: #dcdcdc
}

.vc_btn3.vc_btn3-color-grey.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-grey:active {
    color: #595959;
    background-color: #d7d7d7
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
    color: #666;
    border-color: #ebebeb;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
    color: #666;
    border-color: #ebebeb;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active {
    color: #666;
    border-color: #ebebeb;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d {
    color: #666;
    background-color: #ebebeb;
    box-shadow: 0 5px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover {
    color: #5e5e5e;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:active {
    color: #595959;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #cfcfcf
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #666;
    border-color: #ebebeb;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #5e5e5e;
    border-color: #dcdcdc;
    background-color: #dcdcdc
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
    color: #595959;
    border-color: #d7d7d7;
    background-color: #d7d7d7
}

.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    color: #666;
    background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-white:focus, .vc_btn3.vc_btn3-color-white:hover {
    color: #5e5e5e;
    background-color: #f0f0f0
}

.vc_btn3.vc_btn3-color-white.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-white:active {
    color: #595959;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    color: #666;
    border-color: #fff;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
    color: #666;
    border-color: #fff;
    background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active {
    color: #666;
    border-color: #fff;
    background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d {
    color: #666;
    background-color: #fff;
    box-shadow: 0 5px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover {
    color: #5e5e5e;
    background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:active {
    color: #595959;
    background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #e3e3e3
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    color: #666;
    border-color: #fff;
    background-color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
    color: #5e5e5e;
    border-color: #f0f0f0;
    background-color: #f0f0f0
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:active {
    color: #595959;
    border-color: #ebebeb;
    background-color: #ebebeb
}

.vc_btn3.vc_btn3-color-default, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
    color: #333;
    background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-default:focus, .vc_btn3.vc_btn3-color-default:hover {
    color: #2b2b2b;
    background-color: #e8e8e8
}

.vc_btn3.vc_btn3-color-default.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-default:active {
    color: #262626;
    background-color: #e3e3e3
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline {
    color: #f7f7f7;
    border-color: #f7f7f7;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:hover {
    color: #333;
    border-color: #f7f7f7;
    background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:active {
    color: #333;
    border-color: #f7f7f7;
    background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d {
    color: #333;
    background-color: #f7f7f7;
    box-shadow: 0 5px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover {
    color: #2b2b2b;
    background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:active {
    color: #262626;
    background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #dbdbdb
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
    color: #333;
    border-color: #f7f7f7;
    background-color: #f7f7f7
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover {
    color: #2b2b2b;
    border-color: #e8e8e8;
    background-color: #e8e8e8
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:active {
    color: #262626;
    border-color: #e3e3e3;
    background-color: #e3e3e3
}

.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    color: #fff;
    background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-primary:focus, .vc_btn3.vc_btn3-color-primary:hover {
    color: #f7f7f7;
    background-color: #0074ad
}

.vc_btn3.vc_btn3-color-primary.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-primary:active {
    color: #f2f2f2;
    background-color: #006da3
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline {
    color: #08c;
    border-color: #08c;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #08c;
    background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #08c;
    background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d {
    color: #fff;
    background-color: #08c;
    box-shadow: 0 5px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #006394
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
    color: #fff;
    border-color: #08c;
    background-color: #08c
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #0074ad;
    background-color: #0074ad
}

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #006da3;
    background-color: #006da3
}

.vc_btn3.vc_btn3-color-info, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
    color: #fff;
    background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-info:focus, .vc_btn3.vc_btn3-color-info:hover {
    color: #f7f7f7;
    background-color: #3fafd4
}

.vc_btn3.vc_btn3-color-info.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-info:active {
    color: #f2f2f2;
    background-color: #37abd3
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline {
    color: #58b9da;
    border-color: #58b9da;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #58b9da;
    background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #58b9da;
    background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d {
    color: #fff;
    background-color: #58b9da;
    box-shadow: 0 5px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #2da4cd
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern {
    color: #fff;
    border-color: #58b9da;
    background-color: #58b9da
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #3fafd4;
    background-color: #3fafd4
}

.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #37abd3;
    background-color: #37abd3
}

.vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
    color: #fff;
    background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-success:focus, .vc_btn3.vc_btn3-color-success:hover {
    color: #f7f7f7;
    background-color: #59a453
}

.vc_btn3.vc_btn3-color-success.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-success:active {
    color: #f2f2f2;
    background-color: #559d50
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline {
    color: #6ab165;
    border-color: #6ab165;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #6ab165;
    background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #6ab165;
    background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d {
    color: #fff;
    background-color: #6ab165;
    box-shadow: 0 5px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #4f934b
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
    color: #fff;
    border-color: #6ab165;
    background-color: #6ab165
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #59a453;
    background-color: #59a453
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #559d50;
    background-color: #559d50
}

.vc_btn3.vc_btn3-color-warning, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
    color: #fff;
    background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-warning:focus, .vc_btn3.vc_btn3-color-warning:hover {
    color: #f7f7f7;
    background-color: #e08700
}

.vc_btn3.vc_btn3-color-warning.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-warning:active {
    color: #f2f2f2;
    background-color: #d68100
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline {
    color: #f90;
    border-color: #f90;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #f90;
    background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #f90;
    background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d {
    color: #fff;
    background-color: #f90;
    box-shadow: 0 5px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #c77700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
    color: #fff;
    border-color: #f90;
    background-color: #f90
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #e08700;
    background-color: #e08700
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #d68100;
    background-color: #d68100
}

.vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {
    color: #fff;
    background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-danger:focus, .vc_btn3.vc_btn3-color-danger:hover {
    color: #f7f7f7;
    background-color: #ff4b3c
}

.vc_btn3.vc_btn3-color-danger.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-danger:active {
    color: #f2f2f2;
    background-color: #ff4132
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline {
    color: #ff675b;
    border-color: #ff675b;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #ff675b;
    background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #ff675b;
    background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d {
    color: #fff;
    background-color: #ff675b;
    box-shadow: 0 5px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #ff3323
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
    color: #fff;
    border-color: #ff675b;
    background-color: #ff675b
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #ff4b3c;
    background-color: #ff4b3c
}

.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #ff4132;
    background-color: #ff4132
}

.vc_btn3.vc_btn3-color-inverse, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat {
    color: #fff;
    background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-inverse:focus, .vc_btn3.vc_btn3-color-inverse:hover {
    color: #f7f7f7;
    background-color: #464646
}

.vc_btn3.vc_btn3-color-inverse.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-inverse:active {
    color: #f2f2f2;
    background-color: #414141
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline {
    color: #555;
    border-color: #555;
    background-color: transparent
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #555;
    background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:active {
    color: #fff;
    border-color: #555;
    background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d {
    color: #fff;
    background-color: #555;
    box-shadow: 0 5px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover {
    color: #f7f7f7;
    background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:active {
    color: #f2f2f2;
    background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover {
    top: 3px;
    box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs {
    box-shadow: 0 3px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:hover {
    top: 1px;
    box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm {
    box-shadow: 0 4px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:hover {
    top: 2px;
    box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg {
    box-shadow: 0 5px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:hover {
    top: 3px;
    box-shadow: 0 2px 0 #393939
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern {
    color: #fff;
    border-color: #555;
    background-color: #555
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #464646;
    background-color: #464646
}

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern.active, .vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:active {
    color: #f2f2f2;
    border-color: #414141;
    background-color: #414141
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
    color: #2a2a2a
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
    color: #ebebeb
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    color: #fff
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .02) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .02) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .02) 100%);
    background-repeat: repeat-x
}

.vc_btn3-container.vc_btn3-center {
    text-align: center
}

.vc_btn3-container.vc_btn3-left {
    text-align: left
}

.vc_btn3-container.vc_btn3-right {
    text-align: right
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon {
    display: inline-block;
    position: static
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left .vc_btn3-icon, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right .vc_btn3-icon {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    min-width: 1em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    margin-right: .5em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    margin-left: .5em
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs {
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline-custom {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 11px;
    padding-right: 11px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm {
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline-custom {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline, .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline-custom {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 24px;
    padding-right: 24px
}

.vc_btn3-container .vc_btn3-block.vc_btn3-icon-left, .vc_btn3-container .vc_btn3-block.vc_btn3-icon-right {
    text-align: inherit
}

.vc_custom_heading a, .vc_custom_heading a:focus, .vc_custom_heading a:hover, .vc_custom_heading a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit
}

.vc_custom_heading a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1
}

.vc_custom_heading a:hover {
    opacity: .85
}

.vc_call_to_action {
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    padding: 2em;
    border-radius: 5px
}

.vc_call_to_action :last-child {
    margin-bottom: 0
}

.vc_call_to_action.vc_cta_square {
    border-radius: 0
}

.vc_call_to_action.vc_cta_square_outlined {
    border-radius: 0;
    background: 0 0 !important
}

.vc_call_to_action.vc_cta_round {
    border-radius: 50px
}

.vc_call_to_action.vc_cta_outlined {
    background: 0 0 !important
}

.vc_call_to_action hgroup h2, .vc_call_to_action hgroup h4 {
    margin: 0;
    clear: none
}

.vc_call_to_action hgroup + p {
    margin-top: 1em
}

.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
    float: right;
    margin-left: 2em
}

.vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn {
    float: left;
    margin-right: 2em
}

.wpb_call_to_action {
    position: relative;
    background-color: #f7f7f7;
    padding: 20px;
    padding: 35px;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.wpb_call_to_action .wpb_button {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cta_align_left .wpb_button {
    float: left
}

.cta_align_right .wpb_button {
    float: right
}

.cta_align_left .wpb_button, .cta_align_right .wpb_button {
    max-width: 27.5%
}

.cta_align_left .wpb_call_text, .cta_align_right .wpb_call_text {
    width: 70%;
    float: left;
    clear: none
}

.cta_align_left .wpb_call_text {
    float: right
}

#content .wpb_call_to_action .wpb_call_text, .wpb_call_to_action .wpb_call_text {
    margin: 0;
    padding-top: 0
}

.cta_align_bottom {
    text-align: center
}

.cta_align_bottom .wpb_button {
    position: static;
    margin-top: 21.73913043px;
    display: inline-block
}

.cta_no_button .wpb_call_text {
    width: auto;
    float: none
}

@media (max-width: 600px) {
    .vc_responsive .cta_align_left .wpb_button, .vc_responsive .cta_align_right .wpb_button {
        max-width: 70%;
        width: 70%;
        float: none;
        display: block;
        margin: 3% auto
    }

    .vc_responsive .cta_align_left .wpb_call_text, .vc_responsive .cta_align_right .wpb_call_text {
        width: auto;
        max-width: none;
        text-align: center
    }
}

.vc_cta3-container {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto
}

.vc_cta3-container::after, .vc_cta3-container::before {
    display: table;
    content: ' '
}

.vc_cta3-container.vc_cta3-size-xs {
    width: 50%
}

.vc_cta3-container.vc_cta3-size-sm {
    width: 60%
}

.vc_cta3-container.vc_cta3-size-md {
    width: 70%
}

.vc_cta3-container.vc_cta3-size-lg {
    width: 80%
}

.vc_cta3-container.vc_cta3-size-xl {
    width: 90%
}

.vc_general.vc_cta3 {
    border: 1px solid transparent;
    font-size: 1em;
    padding: 28px 28px;
    word-wrap: break-word
}

.vc_general.vc_cta3 .vc_cta3-content {
    vertical-align: top
}

.vc_general.vc_cta3 .vc_cta3-content > :last-child, .vc_general.vc_cta3 .vc_cta3-icons > :last-child {
    margin-bottom: 0
}

.vc_general.vc_cta3 .vc_cta3-actions {
    vertical-align: middle;
    white-space: nowrap
}

@media (min-width: 768px) {
    .vc_general.vc_cta3 .vc_cta3-actions .vc_btn3-container {
        margin: 0
    }
}

.vc_general.vc_cta3 .vc_cta3-icons {
    vertical-align: middle
}

.vc_general.vc_cta3 h2, .vc_general.vc_cta3 h4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

.vc_general.vc_cta3.vc_cta3-align-left .vc_cta3-content {
    text-align: left
}

.vc_general.vc_cta3.vc_cta3-align-right .vc_cta3-content {
    text-align: right
}

.vc_general.vc_cta3.vc_cta3-align-center .vc_cta3-content {
    text-align: center
}

.vc_general.vc_cta3.vc_cta3-align-justify .vc_cta3-content {
    text-align: justify
}

.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3_content-container {
    padding-top: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons {
    text-align: center
}

.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons .vc_icon_element {
    display: inline-block
}

.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3_content-container {
    padding-bottom: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons {
    text-align: center
}

.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons .vc_icon_element {
    display: inline-block
}

.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3-icons {
    display: table-cell
}

.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
    display: table-cell;
    padding-left: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3-icons {
    display: table-cell
}

.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3_content-container {
    display: table-cell;
    padding-right: 1em
}

.vc_general.vc_cta3.vc_cta3-icons-on-border {
    position: relative
}

.vc_general.vc_cta3.vc_cta3-icons-on-border .vc_cta3-icons {
    position: absolute
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right .vc_cta3-icons {
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs {
    margin-right: 17px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs .vc_cta3_content-container {
    padding-right: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-right: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm {
    margin-right: 22px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm .vc_cta3_content-container {
    padding-right: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-right: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md {
    margin-right: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md .vc_cta3_content-container {
    padding-right: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-right: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg {
    margin-right: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg .vc_cta3_content-container {
    padding-right: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-right: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl {
    margin-right: 50px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl .vc_cta3_content-container {
    padding-right: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-right: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left .vc_cta3-icons {
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs {
    margin-left: 17px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs .vc_cta3_content-container {
    padding-left: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-left: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm {
    margin-left: 22px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm .vc_cta3_content-container {
    padding-left: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-left: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md {
    margin-left: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md .vc_cta3_content-container {
    padding-left: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-left: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg {
    margin-left: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg .vc_cta3_content-container {
    padding-left: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-left: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl {
    margin-left: 50px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl .vc_cta3_content-container {
    padding-left: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-left: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top .vc_cta3-icons {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs {
    margin-top: 17px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs .vc_cta3_content-container {
    padding-top: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-top: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm {
    margin-top: 22px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm .vc_cta3_content-container {
    padding-top: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-top: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md {
    margin-top: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md .vc_cta3_content-container {
    padding-top: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-top: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg {
    margin-top: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg .vc_cta3_content-container {
    padding-top: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-top: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl {
    margin-top: 50px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl .vc_cta3_content-container {
    padding-top: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-top: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom .vc_cta3-icons {
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs {
    margin-bottom: 17px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs .vc_cta3_content-container {
    padding-bottom: 0
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-bottom: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm {
    margin-bottom: 22px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm .vc_cta3_content-container {
    padding-bottom: 7px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-bottom: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md {
    margin-bottom: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md .vc_cta3_content-container {
    padding-bottom: 14px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-bottom: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg {
    margin-bottom: 35px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg .vc_cta3_content-container {
    padding-bottom: 21px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-bottom: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl {
    margin-bottom: 50px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl .vc_cta3_content-container {
    padding-bottom: 28px
}

.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
    padding-bottom: 35px
}

.vc_general.vc_cta3.vc_cta3-actions-top .vc_cta3-content {
    margin-top: 1em
}

.vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
    margin-bottom: 1em
}

@media (min-width: 768px) {
    .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions {
        display: table-cell;
        max-width: 30%
    }

    .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
        padding-left: 28px;
        display: table-cell
    }

    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
        display: table-cell;
        max-width: 30%
    }

    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
        padding-right: 28px;
        display: table-cell
    }
}

.vc_general.vc_cta3.vc_cta3-style-classic {
    border-color: #f0f0f0;
    background-color: #f7f7f7
}

.vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h2, .vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
    color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2, .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4 {
    color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-outline {
    border-width: 3px
}

.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h2, .vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header h4 {
    color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h2, .vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header h4 {
    color: inherit
}

.vc_general.vc_cta3.vc_cta3-style-custom {
    border-color: #f0f0f0;
    background-color: #f7f7f7
}

.vc_general.vc_cta3.vc_cta3-shape-square {
    border-radius: 0
}

.vc_general.vc_cta3.vc_cta3-shape-rounded {
    border-radius: 5px
}

.vc_general.vc_cta3.vc_cta3-shape-round {
    border-radius: 4em
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-classic .vc_cta3-content-header {
    color: #5472d2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat {
    color: #c9d2f0;
    border-color: transparent;
    background-color: #5472d2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #3253bc;
    color: #c9d2f0;
    border-color: transparent;
    background-color: #5472d2
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline {
    border-color: #5472d2;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline .vc_cta3-content-header {
    color: #5472d2
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-classic .vc_cta3-content-header {
    color: #00c1cf
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat {
    color: #d3f5f1;
    border-color: transparent;
    background-color: #00c1cf
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #008d97;
    color: #d3f5f1;
    border-color: transparent;
    background-color: #00c1cf
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline {
    border-color: #00c1cf;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline .vc_cta3-content-header {
    color: #00c1cf
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-classic .vc_cta3-content-header {
    color: #fe6c61
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat {
    color: #fcdbd7;
    border-color: transparent;
    background-color: #fe6c61
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #fe3829;
    color: #fcdbd7;
    border-color: transparent;
    background-color: #fe6c61
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline {
    border-color: #fe6c61;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline .vc_cta3-content-header {
    color: #fe6c61
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-classic .vc_cta3-content-header {
    color: #8d6dc4
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat {
    color: #e1d5f5;
    border-color: transparent;
    background-color: #8d6dc4
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #6e48b1;
    color: #e1d5f5;
    border-color: transparent;
    background-color: #8d6dc4
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline {
    border-color: #8d6dc4;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline .vc_cta3-content-header {
    color: #8d6dc4
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-classic .vc_cta3-content-header {
    color: #4cadc9
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat {
    color: #d0edf5;
    border-color: transparent;
    background-color: #4cadc9
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #338faa;
    color: #d0edf5;
    border-color: transparent;
    background-color: #4cadc9
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline {
    border-color: #4cadc9;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline .vc_cta3-content-header {
    color: #4cadc9
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-classic .vc_cta3-content-header {
    color: #cec2ab
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat {
    color: #f7f3eb;
    border-color: transparent;
    background-color: #cec2ab
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #b9a888;
    color: #f7f3eb;
    border-color: transparent;
    background-color: #cec2ab
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline {
    border-color: #cec2ab;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline .vc_cta3-content-header {
    color: #cec2ab
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-classic .vc_cta3-content-header {
    color: #50485b
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat {
    color: #e2ddeb;
    border-color: transparent;
    background-color: #50485b
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #342f3c;
    color: #e2ddeb;
    border-color: transparent;
    background-color: #50485b
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline {
    border-color: #50485b;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline .vc_cta3-content-header {
    color: #50485b
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-classic .vc_cta3-content-header {
    color: #75d69c
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat {
    color: #e1f5e9;
    border-color: transparent;
    background-color: #75d69c
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #4ac97d;
    color: #e1f5e9;
    border-color: transparent;
    background-color: #75d69c
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline {
    border-color: #75d69c;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline .vc_cta3-content-header {
    color: #75d69c
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-classic .vc_cta3-content-header {
    color: #f7be68
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat {
    color: #faf0e1;
    border-color: transparent;
    background-color: #f7be68
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #f4a733;
    color: #faf0e1;
    border-color: transparent;
    background-color: #f7be68
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline {
    border-color: #f7be68;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline .vc_cta3-content-header {
    color: #f7be68
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-classic .vc_cta3-content-header {
    color: #5aa1e3
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat {
    color: #dce9f5;
    border-color: transparent;
    background-color: #5aa1e3
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #2a86db;
    color: #dce9f5;
    border-color: transparent;
    background-color: #5aa1e3
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline {
    border-color: #5aa1e3;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline .vc_cta3-content-header {
    color: #5aa1e3
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-classic .vc_cta3-content-header {
    color: #6dab3c
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat {
    color: #e5f2da;
    border-color: transparent;
    background-color: #6dab3c
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #53812d;
    color: #e5f2da;
    border-color: transparent;
    background-color: #6dab3c
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline {
    border-color: #6dab3c;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline .vc_cta3-content-header {
    color: #6dab3c
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-classic .vc_cta3-content-header {
    color: #f4524d
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat {
    color: #fce2e1;
    border-color: transparent;
    background-color: #f4524d
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #f11f18;
    color: #fce2e1;
    border-color: transparent;
    background-color: #f4524d
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline {
    border-color: #f4524d;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline .vc_cta3-content-header {
    color: #f4524d
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-classic .vc_cta3-content-header {
    color: #f79468
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat {
    color: #f7e1d7;
    border-color: transparent;
    background-color: #f79468
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #f46e33;
    color: #f7e1d7;
    border-color: transparent;
    background-color: #f79468
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline {
    border-color: #f79468;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline .vc_cta3-content-header {
    color: #f79468
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-classic .vc_cta3-content-header {
    color: #b97ebb
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat {
    color: #f4dff5;
    border-color: transparent;
    background-color: #b97ebb
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #a559a8;
    color: #f4dff5;
    border-color: transparent;
    background-color: #b97ebb
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline {
    border-color: #b97ebb;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline .vc_cta3-content-header {
    color: #b97ebb
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-classic .vc_cta3-content-header {
    color: #2a2a2a
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat {
    color: #d9d9d9;
    border-color: transparent;
    background-color: #2a2a2a
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #0e0e0e;
    color: #d9d9d9;
    border-color: transparent;
    background-color: #2a2a2a
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline {
    border-color: #2a2a2a;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline .vc_cta3-content-header {
    color: #2a2a2a
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-classic .vc_cta3-content-header {
    color: #ebebeb
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat {
    color: #9d9d9e;
    border-color: transparent;
    background-color: #ebebeb
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat .vc_cta3-content-header {
    color: #666
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #cfcfcf;
    color: #9d9d9e;
    border-color: transparent;
    background-color: #ebebeb
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d .vc_cta3-content-header {
    color: #666
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline {
    border-color: #ebebeb;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline .vc_cta3-content-header {
    color: #ebebeb
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-classic .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat {
    color: #9d9d9e;
    border-color: transparent;
    background-color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat .vc_cta3-content-header {
    color: #666
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #e3e3e3;
    color: #9d9d9e;
    border-color: transparent;
    background-color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d .vc_cta3-content-header {
    color: #666
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline {
    border-color: #fff;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline .vc_cta3-content-header {
    color: #fff
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat {
    color: #9d9d9e;
    border-color: transparent;
    background-color: #f0f0f0
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat .vc_cta3-content-header {
    color: #666
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d {
    box-shadow: 0 5px 0 #d4d4d4;
    color: #9d9d9e;
    border-color: transparent;
    background-color: #f0f0f0
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d .vc_cta3-content-header {
    color: #666
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline {
    border-color: #f0f0f0;
    background-color: transparent
}

.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline .vc_cta3-content-header {
    color: #f0f0f0
}

.vc_cta3.vc_cta3-icon-size-xs .vc_icon_element .vc_icon_element-inner {
    height: 1em;
    width: 1em
}

.vc_cta3.vc_cta3-icon-size-sm .vc_icon_element .vc_icon_element-inner {
    height: 2em;
    width: 2em
}

.vc_cta3.vc_cta3-icon-size-md .vc_icon_element .vc_icon_element-inner {
    height: 3em;
    width: 3em
}

.vc_cta3.vc_cta3-icon-size-lg .vc_icon_element .vc_icon_element-inner {
    height: 4em;
    width: 4em
}

.vc_cta3.vc_cta3-icon-size-xl .vc_icon_element .vc_icon_element-inner {
    height: 5em;
    width: 5em
}

.wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 5px
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.wpb_accordion_section .wpb_accordion_header a:focus, .wpb_content_element .wpb_tabs_nav li a:focus, .wpb_tour_next_prev_nav a:focus {
    outline: 0
}

.wpb_content_element .wpb_tabs_nav, .wpb_content_element .wpb_tour_tabs_wrapper {
    padding: 0
}

.wpb_content_element .wpb_tabs_nav {
    margin: 0;
    padding-left: 0 !important;
    text-indent: inherit !important
}

#content .wpb_content_element .wpb_tabs_nav {
    margin: 0
}

.wpb_content_element .wpb_tabs_nav li {
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    background-image: none;
    list-style: none !important
}

.wpb_content_element .wpb_tabs_nav li:after, .wpb_content_element .wpb_tabs_nav li:before {
    display: none !important
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover {
    background-color: #f7f7f7
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
    cursor: default
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
    display: none
}

.wpb_content_element .wpb_accordion_header a, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
    border-bottom: none;
    text-decoration: none;
    display: block;
    padding: .5em 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #f7f7f7
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child {
    margin-bottom: 0
}

.wpb_tabs .wpb_tabs_nav li {
    float: left;
    margin: 0 1px 0 0
}

.wpb_tour .wpb_tabs_nav {
    float: left;
    width: 31.66666667%
}

.wpb_tour .wpb_tabs_nav li {
    margin: 0 0 1px 0;
    clear: left;
    width: 100%
}

.wpb_tour .wpb_tabs_nav a {
    width: 100%
}

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    float: left;
    width: 68.33333333%;
    padding: 0 0 0 21.73913043px
}

.wpb_tour_next_prev_nav {
    margin-left: 31.66666667%;
    padding-left: 21.73913043px;
    font-size: 80%
}

.wpb_tour_next_prev_nav a {
    border-bottom: 1px dotted;
    text-decoration: none
}

.wpb_tour_next_prev_nav a:hover {
    text-decoration: none;
    border-bottom: none
}

.wpb_tour_next_prev_nav span {
    width: 48%;
    display: inline-block;
    padding-top: 1em;
    float: left
}

.wpb_tour_next_prev_nav span.wpb_next_slide {
    text-align: right;
    float: right
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    margin: 0 0 1px 0;
    padding-top: 0;
    position: relative;
    text-transform: none;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    padding-left: 1em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/toggle_open.png);
    background-repeat: no-repeat;
    position: absolute;
    right: .7em;
    top: .7em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: url(../images/toggle_close.png)
}

@media (max-width: 480px) {
    .vc_responsive .wpb_tour .wpb_tab, .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav, .vc_responsive .wpb_tour_next_prev_nav {
        width: 100%;
        float: none;
        margin-left: 0
    }

    .vc_responsive .wpb_tour_next_prev_nav {
        width: auto;
        padding: 0 1em
    }

    .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
        margin-bottom: 1em
    }

    .vc_responsive .wpb_tour .wpb_tab {
        padding-left: 1em;
        padding-right: 1em
    }
}

.wpb_column .wpb_wrapper .wpb_teaser_grid {
    float: none
}

body ul.wpb_thumbnails-fluid li {
    padding: 0;
    margin-left: 0;
    background-image: none;
    list-style: none !important
}

body ul.wpb_thumbnails-fluid li:after, body ul.wpb_thumbnails-fluid li:before {
    display: none !important
}

body ul.wpb_thumbnails-fluid li .entry-content :last-child {
    margin-bottom: 0
}

.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
    padding: 0;
    overflow: visible !important
}

.wpb_teaser_grid .entry-content {
    margin: 0;
    padding: 0;
    width: 100%
}

.grid_layout-thumbnail .post-thumb {
    margin-bottom: 0
}

.grid_layout-thumbnail .post-thumb img {
    max-width: 100%
}

.wpb_carousel .wpb_wrapper {
    position: relative
}

.wpb_carousel .next, .wpb_carousel .prev {
    position: absolute;
    top: 3px;
    background-color: #f7f7f7;
    padding: 0 6px 0 6px;
    font-size: 12px;
    z-index: 10;
    text-decoration: none;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

.wpb_carousel .next:hover, .wpb_carousel .prev:hover {
    background-color: #f0f0f0
}

.wpb_carousel .next:focus, .wpb_carousel .prev:focus {
    outline: 0;
    text-decoration: none
}

.wpb_carousel .prev {
    right: 30px
}

.wpb_carousel .next {
    right: 0
}

.wpb_carousel .wpb_thumbnails-fluid {
    width: 100%
}

.wpb_carousel .wpb_thumbnails-fluid > [class*=vc_span] {
    height: auto !important
}

.wpb_categories_filter, .wpb_teaser_grid .categories_filter {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0
}

.wpb_categories_filter li, .wpb_teaser_grid .categories_filter li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    background-image: none;
    list-style: none !important
}

.wpb_categories_filter li:after, .wpb_categories_filter li:before, .wpb_teaser_grid .categories_filter li:after, .wpb_teaser_grid .categories_filter li:before {
    display: none !important
}

.wpb_categories_filter li a, .wpb_teaser_grid .categories_filter li a {
    border: none;
    text-decoration: none
}

.wpb_categories_filter li a:hover, .wpb_teaser_grid .categories_filter li a:hover {
    border-bottom: 1px dotted
}

.wpb_categories_filter li.active a, .wpb_teaser_grid .categories_filter li.active a {
    border-bottom: 1px dotted
}

@media (max-width: 480px) {
    .vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
        margin-left: 0;
        width: auto
    }

    .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*=vc_col-] {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
        margin-right: 0
    }
}

.wpb_image_grid .wpb_image_grid_ul {
    margin: 0;
    padding: 0
}

.wpb_image_grid .wpb_image_grid_ul > li {
    background-image: none;
    list-style: none !important
}

.wpb_image_grid .wpb_image_grid_ul > li:after, .wpb_image_grid .wpb_image_grid_ul > li:before {
    display: none !important
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    list-style: none;
    margin: 0 1px 1px 0;
    max-width: 100%;
    float: left
}

.wpb_image_grid .wpb_image_grid_ul a {
    display: block
}

.wpb_image_grid .wpb_image_grid_ul img {
    display: block;
    max-width: 100%;
    height: auto
}

.wpb_gallery .theme-default .nivoSlider {
    margin-bottom: 0
}

.wpb_gallery .theme-default .nivo-controlNav {
    padding: 10px 0 3px 0
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: auto;
    top: 100%;
    margin-top: 15px
}

.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
    line-height: 1
}

.wpb_gallery .wpb_flexslider .flex-control-paging {
    z-index: 10
}

#content .wpb_gallery_slides ul.flex-direction-nav, #content .wpb_gallery_slides ul.slides, .content .wpb_gallery_slides ul.flex-direction-nav, .content .wpb_gallery_slides ul.slides, .wpb_content_element .wpb_gallery_slides ul li, .wpb_gallery_slides ul.flex-direction-nav, .wpb_gallery_slides ul.slides, body .wpb_gallery_slides ul li {
    list-style: none;
    padding: 0;
    background-image: none;
    margin: 0
}

.flickr_badge_image {
    margin: 0 10px 10px 0;
    width: 72px;
    height: 72px;
    float: left;
    background: 0 0;
    padding: 0
}

.flickr_badge_image a {
    border: none
}

.flickr_badge_image img {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.wpb_flickr_widget p.flickr_stream_wrap {
    clear: both;
    margin-bottom: 0;
    font-size: 80%
}

.wpb_flickr_widget p.flickr_stream_wrap a {
    background-image: url(../images/flickr.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    display: inline-block
}

.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper {
    width: 10%
}

.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper {
    width: 20%
}

.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
    width: 30%
}

.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper {
    width: 40%
}

.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
    width: 50%
}

.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
    width: 60%
}

.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
    width: 70%
}

.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
    width: 80%
}

.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
    width: 90%
}

.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper {
    width: 100%
}

.wpb_video_widget .wpb_video_wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.wpb_video_widget .wpb_video_wrapper > div {
    padding-top: 0 !important;
    position: static
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 56.25%
}

.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
    padding-top: 75%
}

.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
    padding-top: 42.55319149%
}

.wpb_video_widget.vc_video-aspect-ratio-916 .wpb_video_wrapper {
    padding-top: 177.77777778%
}

.wpb_video_widget.vc_video-aspect-ratio-34 .wpb_video_wrapper {
    padding-top: 133.33333333%
}

.wpb_video_widget.vc_video-aspect-ratio-1235 .wpb_video_wrapper {
    padding-top: 235%
}

.wpb_video_widget.vc_video-align-left .wpb_wrapper {
    float: left
}

.wpb_video_widget.vc_video-align-center .wpb_wrapper {
    margin: 0 auto
}

.wpb_video_widget.vc_video-align-right .wpb_wrapper {
    float: right
}

.wpb_video_widget .wpb_wrapper {
    position: relative
}

.wpb_video_widget .wpb_wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.wpb_video_wrapper .fluid-width-video-wrapper {
    padding-top: 0 !important;
    position: static
}

.wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption {
    background-color: #f7f7f7;
    opacity: 1;
    color: inherit;
    padding: 10px 15px;
    position: static
}

.wpb_posts_slider .wpb_gallery_slides > ul > li {
    background-image: none;
    list-style: none !important
}

.wpb_posts_slider .wpb_gallery_slides > ul > li:after, .wpb_posts_slider .wpb_gallery_slides > ul > li:before {
    display: none !important
}

.vc_progress_bar .vc_single_bar {
    background: #f7f7f7;
    position: relative;
    margin-bottom: 11.66666667px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.vc_progress_bar .vc_single_bar:last-child {
    margin-bottom: 0
}

.vc_progress_bar .vc_single_bar .vc_label {
    display: block;
    padding: .5em 1em;
    position: relative;
    z-index: 1
}

.vc_progress_bar .vc_single_bar .vc_bar {
    display: block;
    position: absolute;
    height: 100%;
    background-color: #e0e0e0;
    width: 0%;
    top: 0;
    left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear
}

.vc_progress_bar .vc_single_bar .vc_bar.striped {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px
}

.vc_progress_bar .vc_single_bar .vc_bar.animated {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar {
    background-color: #0074cc
}

.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar {
    background-color: #0074cc
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_bar {
    background-color: #49afcd
}

.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_bar {
    background-color: #49afcd
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_bar {
    background-color: #5bb75b
}

.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_bar {
    background-color: #5bb75b
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_bar {
    background-color: #faa732
}

.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_bar {
    background-color: #faa732
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar {
    background-color: #da4f49
}

.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_bar {
    background-color: #da4f49
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_bar {
    background-color: #414141
}

.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_bar {
    background-color: #414141
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_bar {
    background-color: #5472d2
}

.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_bar {
    background-color: #5472d2
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_bar {
    background-color: #00c1cf
}

.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_bar {
    background-color: #00c1cf
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_bar {
    background-color: #fe6c61
}

.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_bar {
    background-color: #fe6c61
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_bar {
    background-color: #8d6dc4
}

.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_bar {
    background-color: #8d6dc4
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_bar {
    background-color: #4cadc9
}

.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_bar {
    background-color: #4cadc9
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_bar {
    background-color: #cec2ab
}

.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_bar {
    background-color: #cec2ab
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_bar {
    background-color: #50485b
}

.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_bar {
    background-color: #50485b
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_bar {
    background-color: #75d69c
}

.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_bar {
    background-color: #75d69c
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_bar {
    background-color: #75d69c
}

.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_bar {
    background-color: #75d69c
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_bar {
    background-color: #2a2a2a
}

.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_bar {
    background-color: #2a2a2a
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_bar {
    background-color: #ebebeb
}

.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar {
    background-color: #ebebeb
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_bar {
    background-color: #f7be68
}

.vc_progress_bar.vc_progress-bar-color-orange .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar {
    background-color: #f7be68
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_bar {
    background-color: #5aa1e3
}

.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_bar {
    background-color: #5aa1e3
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_bar {
    background-color: #6dab3c
}

.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_bar {
    background-color: #6dab3c
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_bar {
    background-color: #f4524d
}

.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_bar {
    background-color: #f4524d
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_bar {
    background-color: #f79468
}

.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_bar {
    background-color: #f79468
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_bar {
    background-color: #b97ebb
}

.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_bar {
    background-color: #b97ebb
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_bar {
    background-color: #fff
}

.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_bar {
    background-color: #fff
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.vc_pie_chart {
    z-index: 0;
    text-align: center;
    opacity: 0
}

.vc_pie_chart.vc_ready {
    opacity: 1
}

.vc_pie_chart .vc_pie_wrapper {
    position: relative;
    margin: 0 auto
}

.vc_pie_chart canvas {
    position: relative;
    z-index: 1
}

.vc_pie_chart .vc_pie_chart_value {
    font-size: 200%;
    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: 6px solid #f7f7f7;
    border-radius: 999px;
    border-radius: 50%;
    opacity: .3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_images_carousel .vc_carousel-control {
    border: none
}

.vc_carousel .vc_carousel-control {
    text-shadow: none;
    border: none;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

.vc_carousel .vc_carousel-control:active, .vc_carousel .vc_carousel-control:focus {
    outline: 0
}

.vc_carousel .vc_carousel-indicators li {
    width: 5px;
    height: 5px;
    margin: 0;
    border-color: #f7f7f7;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear
}

.vc_separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.vc_separator h4 {
    line-height: 1em;
    font-size: 100%;
    margin: 0;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.vc_separator h4 .normal {
    font-size: 12px;
    font-weight: 400
}

.vc_separator .vc_sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%
}

.vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%
}

.vc_separator.vc_separator_align_center h4 {
    padding: 0 .8em
}

.vc_separator.vc_separator_align_left h4 {
    padding: 0 .8em 0 0
}

.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l {
    display: none
}

.vc_separator.vc_separator_align_right h4 {
    padding: 0 0 0 .8em;
    margin: 0 !important
}

.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
    display: none
}

.vc_separator.vc_sep_double {
    height: 3px
}

.vc_separator.vc_sep_double .vc_sep_line {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    height: 3px
}

.vc_separator.vc_sep_dashed .vc_sep_line {
    border-top-style: dashed
}

.vc_separator.vc_sep_dotted .vc_sep_line {
    border-top-style: dotted
}

.vc_separator.vc_sep_shadow .vc_sep_line {
    border: none;
    position: relative;
    height: 20px;
    top: 0;
    overflow: hidden
}

.vc_separator.vc_sep_shadow .vc_sep_line::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    height: 10px;
    border-radius: 100%
}

.vc_separator.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    right: -100%;
    box-shadow: 10px 10px 10px 1px
}

.vc_separator.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    left: -100%;
    box-shadow: -10px 10px 10px 1px
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
    width: 100%
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r {
    display: none
}

.vc_separator .vc_icon_element {
    margin-bottom: 0
}

.vc_separator .vc_icon_element:not(.vc_icon_element-have-style) + h4 {
    padding-left: 0
}

.vc_separator .vc_icon_element:not(.vc_icon_element-have-style) .vc_icon_element-size-xl {
    margin-left: .8em;
    margin-right: .8em
}

.vc_separator.vc_separator-has-text.vc_separator_align_center .vc_icon_element.vc_icon_element-have-style, .vc_separator.vc_separator-has-text.vc_separator_align_right .vc_icon_element.vc_icon_element-have-style {
    margin-left: .8em
}

.vc_separator.vc_separator_align_left .vc_icon_element.vc_icon_element-have-style + h4 {
    padding-left: .8em
}

.vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line {
    border-top-width: 1px
}

.vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 1px;
    top: 0
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_line {
    top: 0
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 1px
}

.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 1px
}

.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line {
    border-top-width: 2px
}

.vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 2px;
    top: -1px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_line {
    top: -1px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 2px
}

.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 2px
}

.vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line {
    border-top-width: 3px
}

.vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 3px;
    top: -1px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_line {
    top: -1px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 3px
}

.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 3px
}

.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line {
    border-top-width: 4px
}

.vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 4px;
    top: -2px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_line {
    top: -2px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 4px
}

.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 4px
}

.vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line {
    border-top-width: 5px
}

.vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 5px;
    top: -2px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_line {
    top: -2px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 5px
}

.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 5px
}

.vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line {
    border-top-width: 6px
}

.vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 6px;
    top: -3px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_line {
    top: -3px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 6px
}

.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 6px
}

.vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line {
    border-top-width: 7px
}

.vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 7px;
    top: -3px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_line {
    top: -3px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 7px
}

.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 7px
}

.vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line {
    border-top-width: 8px
}

.vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 8px;
    top: -4px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_line {
    top: -4px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 8px
}

.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 8px
}

.vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line {
    border-top-width: 9px
}

.vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 9px;
    top: -4px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_line {
    top: -4px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 9px
}

.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 9px
}

.vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line {
    border-top-width: 10px
}

.vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line {
    border-bottom-width: 10px;
    top: -5px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_line {
    top: -5px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_l .vc_sep_line::after {
    box-shadow: 10px 10px 10px 10px
}

.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_r .vc_sep_line::after {
    box-shadow: -10px 10px 10px 10px
}

.vc_separator.vc_sep_color_blue .vc_sep_line {
    border-color: #5472d2
}

.vc_separator.vc_sep_color_blue.vc_sep_shadow .vc_sep_holder {
    color: #5472d2
}

.vc_separator.vc_sep_color_turquoise .vc_sep_line {
    border-color: #00c1cf
}

.vc_separator.vc_sep_color_turquoise.vc_sep_shadow .vc_sep_holder {
    color: #00c1cf
}

.vc_separator.vc_sep_color_pink .vc_sep_line {
    border-color: #fe6c61
}

.vc_separator.vc_sep_color_pink.vc_sep_shadow .vc_sep_holder {
    color: #fe6c61
}

.vc_separator.vc_sep_color_violet .vc_sep_line {
    border-color: #8d6dc4
}

.vc_separator.vc_sep_color_violet.vc_sep_shadow .vc_sep_holder {
    color: #8d6dc4
}

.vc_separator.vc_sep_color_peacoc .vc_sep_line {
    border-color: #4cadc9
}

.vc_separator.vc_sep_color_peacoc.vc_sep_shadow .vc_sep_holder {
    color: #4cadc9
}

.vc_separator.vc_sep_color_chino .vc_sep_line {
    border-color: #cec2ab
}

.vc_separator.vc_sep_color_chino.vc_sep_shadow .vc_sep_holder {
    color: #cec2ab
}

.vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
    border-color: #50485b
}

.vc_separator.vc_sep_color_mulled_wine.vc_sep_shadow .vc_sep_holder {
    color: #50485b
}

.vc_separator.vc_sep_color_vista_blue .vc_sep_line {
    border-color: #75d69c
}

.vc_separator.vc_sep_color_vista_blue.vc_sep_shadow .vc_sep_holder {
    color: #75d69c
}

.vc_separator.vc_sep_color_black .vc_sep_line {
    border-color: #2a2a2a
}

.vc_separator.vc_sep_color_black.vc_sep_shadow .vc_sep_holder {
    color: #2a2a2a
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #ebebeb
}

.vc_separator.vc_sep_color_grey.vc_sep_shadow .vc_sep_holder {
    color: #ebebeb
}

.vc_separator.vc_sep_color_orange .vc_sep_line {
    border-color: #f7be68
}

.vc_separator.vc_sep_color_orange.vc_sep_shadow .vc_sep_holder {
    color: #f7be68
}

.vc_separator.vc_sep_color_sky .vc_sep_line {
    border-color: #5aa1e3
}

.vc_separator.vc_sep_color_sky.vc_sep_shadow .vc_sep_holder {
    color: #5aa1e3
}

.vc_separator.vc_sep_color_green .vc_sep_line {
    border-color: #6dab3c
}

.vc_separator.vc_sep_color_green.vc_sep_shadow .vc_sep_holder {
    color: #6dab3c
}

.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
    border-color: #f4524d
}

.vc_separator.vc_sep_color_juicy_pink.vc_sep_shadow .vc_sep_holder {
    color: #f4524d
}

.vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
    border-color: #f79468
}

.vc_separator.vc_sep_color_sandy_brown.vc_sep_shadow .vc_sep_holder {
    color: #f79468
}

.vc_separator.vc_sep_color_purple .vc_sep_line {
    border-color: #b97ebb
}

.vc_separator.vc_sep_color_purple.vc_sep_shadow .vc_sep_holder {
    color: #b97ebb
}

.vc_separator.vc_sep_color_white .vc_sep_line {
    border-color: #fff
}

.vc_separator.vc_sep_color_white.vc_sep_shadow .vc_sep_holder {
    color: #fff
}

.vc_text_separator, .wpb_separator {
    border-bottom: 1px solid #ebebeb
}

.vc_sep_width_10 {
    width: 10%
}

.vc_sep_width_20 {
    width: 20%
}

.vc_sep_width_30 {
    width: 30%
}

.vc_sep_width_40 {
    width: 40%
}

.vc_sep_width_50 {
    width: 50%
}

.vc_sep_width_60 {
    width: 60%
}

.vc_sep_width_70 {
    width: 70%
}

.vc_sep_width_80 {
    width: 80%
}

.vc_sep_width_90 {
    width: 90%
}

.vc_sep_width_100 {
    width: 100%
}

.vc_sep_pos_align_center {
    margin-left: auto;
    margin-right: auto
}

.vc_sep_pos_align_left {
    margin-left: 0;
    margin-right: auto
}

.vc_sep_pos_align_right {
    margin-left: auto;
    margin-right: 0
}

.wpb_separator {
    clear: both;
    height: 1px
}

.vc_text_separator {
    clear: both;
    height: 1px
}

.vc_text_separator div {
    display: inline-block;
    background-color: #fff;
    padding: 1px 1em;
    position: relative;
    top: -9px
}

.separator_align_center {
    text-align: center
}

.separator_align_left {
    text-align: left
}

.separator_align_right {
    text-align: right
}

.vc-zigzag-wrapper {
    text-align: center
}

.vc-zigzag-wrapper.vc-zigzag-align-left {
    text-align: left
}

.vc-zigzag-wrapper.vc-zigzag-align-right {
    text-align: right
}

.vc-zigzag-inner {
    display: inline-block
}

.wpb_single_image a {
    border: none;
    outline: 0
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    opacity: 0.8;
}

.wpb_single_image img.vc_img-placeholder {
    width: 100%
}

.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_outline, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px;
    border: 1px solid #ebebeb
}

.wpb_single_image .vc_single_image-wrapper.vc_box_outline img, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ebebeb
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border, .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px;
    border: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border img, .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
    padding: 6px
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img, .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.wpb_single_image.vc_align_center {
    text-align: center
}

.wpb_single_image.vc_align_right {
    text-align: right
}

.wpb_single_image.vc_align_left {
    text-align: left
}

.wpb_single_image .vc_box_shadow_3d {
    position: relative;
    z-index: 0;
    display: inline-block;
    max-width: 100%
}

.wpb_single_image .vc_box_shadow_3d:after, .wpb_single_image .vc_box_shadow_3d:before {
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .6);
    left: 5px;
    right: 50%;
    bottom: 8px;
    height: 30%;
    z-index: -1;
    border-radius: inherit;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg)
}

.wpb_single_image .vc_box_shadow_3d:after {
    left: 50%;
    right: 5px;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%
}

.wpb_single_image .vc_figure-caption {
    margin-top: .2em;
    font-size: .8em
}

.wpb_single_image .vc_box_outline.vc_box_border_blue, .wpb_single_image .vc_box_outline_circle.vc_box_border_blue {
    border-color: #5472d2
}

.wpb_single_image .vc_box_border.vc_box_border_blue, .wpb_single_image .vc_box_border_circle.vc_box_border_blue {
    background-color: #5472d2
}

.wpb_single_image .vc_box_outline.vc_box_border_turquoise, .wpb_single_image .vc_box_outline_circle.vc_box_border_turquoise {
    border-color: #00c1cf
}

.wpb_single_image .vc_box_border.vc_box_border_turquoise, .wpb_single_image .vc_box_border_circle.vc_box_border_turquoise {
    background-color: #00c1cf
}

.wpb_single_image .vc_box_outline.vc_box_border_pink, .wpb_single_image .vc_box_outline_circle.vc_box_border_pink {
    border-color: #fe6c61
}

.wpb_single_image .vc_box_border.vc_box_border_pink, .wpb_single_image .vc_box_border_circle.vc_box_border_pink {
    background-color: #fe6c61
}

.wpb_single_image .vc_box_outline.vc_box_border_violet, .wpb_single_image .vc_box_outline_circle.vc_box_border_violet {
    border-color: #8d6dc4
}

.wpb_single_image .vc_box_border.vc_box_border_violet, .wpb_single_image .vc_box_border_circle.vc_box_border_violet {
    background-color: #8d6dc4
}

.wpb_single_image .vc_box_outline.vc_box_border_peacoc, .wpb_single_image .vc_box_outline_circle.vc_box_border_peacoc {
    border-color: #4cadc9
}

.wpb_single_image .vc_box_border.vc_box_border_peacoc, .wpb_single_image .vc_box_border_circle.vc_box_border_peacoc {
    background-color: #4cadc9
}

.wpb_single_image .vc_box_outline.vc_box_border_chino, .wpb_single_image .vc_box_outline_circle.vc_box_border_chino {
    border-color: #cec2ab
}

.wpb_single_image .vc_box_border.vc_box_border_chino, .wpb_single_image .vc_box_border_circle.vc_box_border_chino {
    background-color: #cec2ab
}

.wpb_single_image .vc_box_outline.vc_box_border_mulled_wine, .wpb_single_image .vc_box_outline_circle.vc_box_border_mulled_wine {
    border-color: #50485b
}

.wpb_single_image .vc_box_border.vc_box_border_mulled_wine, .wpb_single_image .vc_box_border_circle.vc_box_border_mulled_wine {
    background-color: #50485b
}

.wpb_single_image .vc_box_outline.vc_box_border_vista_blue, .wpb_single_image .vc_box_outline_circle.vc_box_border_vista_blue {
    border-color: #75d69c
}

.wpb_single_image .vc_box_border.vc_box_border_vista_blue, .wpb_single_image .vc_box_border_circle.vc_box_border_vista_blue {
    background-color: #75d69c
}

.wpb_single_image .vc_box_outline.vc_box_border_black, .wpb_single_image .vc_box_outline_circle.vc_box_border_black {
    border-color: #2a2a2a
}

.wpb_single_image .vc_box_border.vc_box_border_black, .wpb_single_image .vc_box_border_circle.vc_box_border_black {
    background-color: #2a2a2a
}

.wpb_single_image .vc_box_outline.vc_box_border_grey, .wpb_single_image .vc_box_outline_circle.vc_box_border_grey {
    border-color: #ebebeb
}

.wpb_single_image .vc_box_border.vc_box_border_grey, .wpb_single_image .vc_box_border_circle.vc_box_border_grey {
    background-color: #ebebeb
}

.wpb_single_image .vc_box_outline.vc_box_border_orange, .wpb_single_image .vc_box_outline_circle.vc_box_border_orange {
    border-color: #f7be68
}

.wpb_single_image .vc_box_border.vc_box_border_orange, .wpb_single_image .vc_box_border_circle.vc_box_border_orange {
    background-color: #f7be68
}

.wpb_single_image .vc_box_outline.vc_box_border_sky, .wpb_single_image .vc_box_outline_circle.vc_box_border_sky {
    border-color: #5aa1e3
}

.wpb_single_image .vc_box_border.vc_box_border_sky, .wpb_single_image .vc_box_border_circle.vc_box_border_sky {
    background-color: #5aa1e3
}

.wpb_single_image .vc_box_outline.vc_box_border_green, .wpb_single_image .vc_box_outline_circle.vc_box_border_green {
    border-color: #6dab3c
}

.wpb_single_image .vc_box_border.vc_box_border_green, .wpb_single_image .vc_box_border_circle.vc_box_border_green {
    background-color: #6dab3c
}

.wpb_single_image .vc_box_outline.vc_box_border_juicy_pink, .wpb_single_image .vc_box_outline_circle.vc_box_border_juicy_pink {
    border-color: #f4524d
}

.wpb_single_image .vc_box_border.vc_box_border_juicy_pink, .wpb_single_image .vc_box_border_circle.vc_box_border_juicy_pink {
    background-color: #f4524d
}

.wpb_single_image .vc_box_outline.vc_box_border_sandy_brown, .wpb_single_image .vc_box_outline_circle.vc_box_border_sandy_brown {
    border-color: #f79468
}

.wpb_single_image .vc_box_border.vc_box_border_sandy_brown, .wpb_single_image .vc_box_border_circle.vc_box_border_sandy_brown {
    background-color: #f79468
}

.wpb_single_image .vc_box_outline.vc_box_border_purple, .wpb_single_image .vc_box_outline_circle.vc_box_border_purple {
    border-color: #b97ebb
}

.wpb_single_image .vc_box_border.vc_box_border_purple, .wpb_single_image .vc_box_border_circle.vc_box_border_purple {
    background-color: #b97ebb
}

.wpb_single_image .vc_box_outline.vc_box_border_white, .wpb_single_image .vc_box_outline_circle.vc_box_border_white {
    border-color: #fff
}

.wpb_single_image .vc_box_border.vc_box_border_white, .wpb_single_image .vc_box_border_circle.vc_box_border_white {
    background-color: #fff
}

.vc_icon_element {
    line-height: 0;
    font-size: 14px;
    margin-bottom: 35px
}

.vc_icon_element.vc_icon_element-outer {
    box-sizing: border-box;
    text-align: center
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
    text-align: left
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center {
    text-align: center
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {
    text-align: right
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    width: 4em;
    height: 4em;
    box-sizing: content-box;
    position: relative
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    font-size: 2.15em;
    font-style: normal;
    line-height: 1 !important;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    width: inherit;
    height: inherit;
    font-size: 1em;
    text-align: center;
    text-rendering: optimizelegibility
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    box-sizing: content-box;
    border: none
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
    max-width: 100% !important;
    line-height: 1.2em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
    width: 2.5em !important;
    height: 2.5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
    font-size: 1.2em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm {
    max-width: 100% !important;
    line-height: 1.6em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
    width: 3.15em !important;
    height: 3.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
    font-size: 1.6em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
    max-width: 100% !important;
    line-height: 2.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
    width: 4em !important;
    height: 4em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
    font-size: 2.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg {
    max-width: 100% !important;
    line-height: 2.85em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    width: 5em !important;
    height: 5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 2.85em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
    max-width: 100% !important;
    line-height: 5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
    width: 7.15em !important;
    height: 7.15em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 5em !important
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded {
    border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_gitem-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded .vc_icon_element-link {
    border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline {
    border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_gitem-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline .vc_icon_element-link {
    border-radius: 50%
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less {
    border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_gitem-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less .vc_icon_element-link {
    border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline {
    border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_gitem-link, .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline .vc_icon_element-link {
    border-radius: 5px
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
    color: #5472d2
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon {
    color: #00c1cf
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon {
    color: #fe6c61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon {
    color: #8d6dc4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon {
    color: #4cadc9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon {
    color: #cec2ab
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon {
    color: #50485b
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon {
    color: #75d69c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
    color: #2a2a2a
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon {
    color: #ebebeb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon {
    color: #f7be68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon {
    color: #5aa1e3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon {
    color: #6dab3c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon {
    color: #f4524d
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon {
    color: #f79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon {
    color: #b97ebb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
    color: #fff
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline {
    border-color: #5472d2
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background {
    background-color: #5472d2
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline {
    border-color: #00c1cf
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background {
    background-color: #00c1cf
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline {
    border-color: #fe6c61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background {
    background-color: #fe6c61
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline {
    border-color: #8d6dc4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background {
    background-color: #8d6dc4
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline {
    border-color: #4cadc9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background {
    background-color: #4cadc9
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline {
    border-color: #cec2ab
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background {
    background-color: #cec2ab
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline {
    border-color: #50485b
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background {
    background-color: #50485b
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline {
    border-color: #75d69c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background {
    background-color: #75d69c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline {
    border-color: #2a2a2a
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background {
    background-color: #2a2a2a
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline {
    border-color: #ebebeb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background {
    background-color: #ebebeb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline {
    border-color: #f7be68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
    background-color: #f7be68
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline {
    border-color: #5aa1e3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background {
    background-color: #5aa1e3
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline {
    border-color: #6dab3c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background {
    background-color: #6dab3c
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline {
    border-color: #f4524d
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background {
    background-color: #f4524d
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline {
    border-color: #f79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background {
    background-color: #f79468
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline {
    border-color: #b97ebb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background {
    background-color: #b97ebb
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline {
    border-color: #fff
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background {
    background-color: #fff
}

.vc_chart .vc_chart-legend {
    font-size: 14px;
    margin: 0;
    padding: 0
}

.vc_chart .vc_chart-legend li {
    line-height: 1.3em;
    list-style: none;
    margin: 0 0 .3em 0;
    min-height: 1.3em
}

.vc_chart .vc_chart-legend span {
    border-radius: .3em;
    display: inline-block;
    height: 1.3em;
    left: 0;
    margin-right: .5em;
    vertical-align: middle;
    width: 1.3em
}

@media (min-width: 768px) {
    .vc_chart .vc_chart-legend {
        display: inline-block;
        vertical-align: middle;
        width: 40%
    }

    .vc_chart .vc_chart-legend li {
        margin-left: 1em
    }

    .vc_chart .vc_chart-with-legend {
        display: inline-block;
        vertical-align: middle;
        width: 60%
    }
}

.vc_line-chart .vc_chart-with-legend {
    width: 75%
}

.vc_line-chart .vc_chart-legend {
    width: 25%
}

.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {
    border-radius: 0
}

.wpb_single_image [class*='_circle'] .vc-zoom-wrapper {
    border-radius: 50%
}

.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper {
    border-radius: 4px
}

.vc_general.vc_pagination {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center
}

.vc_general.vc_pagination .vc_pagination-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.vc_general.vc_pagination .vc_pagination-trigger {
    display: block;
    text-decoration: none;
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 5px 7px;
    background: 0 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none
}

.vc_general.vc_pagination .vc_pagination-trigger:focus {
    outline: 0
}

.vc_general.vc_pagination .vc_active .vc_pagination-trigger {
    cursor: default
}

.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
    border: 3px solid transparent
}

.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger {
    opacity: .6
}

.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger:hover {
    opacity: 1
}

.vc_pagination.vc_pagination-style-flat .vc_active .vc_pagination-trigger {
    opacity: 1
}

.vc_pagination.vc_pagination-shape-round .vc_pagination-trigger {
    border-radius: 50%
}

.vc_pagination.vc_pagination-shape-rounded .vc_pagination-trigger {
    border-radius: 3px
}

.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #5472d2
}

.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #5472d2
}

.vc_pagination-color-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #5472d2
}

.vc_pagination-color-blue.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #5472d2
}

.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #00c1cf
}

.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #00c1cf
}

.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #00c1cf
}

.vc_pagination-color-turquoise.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #00c1cf
}

.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #fe6c61
}

.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #fe6c61
}

.vc_pagination-color-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #fe6c61
}

.vc_pagination-color-pink.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #fe6c61
}

.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #8d6dc4
}

.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #8d6dc4
}

.vc_pagination-color-violet.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #8d6dc4
}

.vc_pagination-color-violet.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #8d6dc4
}

.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #4cadc9
}

.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #4cadc9
}

.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #4cadc9
}

.vc_pagination-color-peacoc.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #4cadc9
}

.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #cec2ab
}

.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #cec2ab
}

.vc_pagination-color-chino.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #cec2ab
}

.vc_pagination-color-chino.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #cec2ab
}

.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #50485b
}

.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #50485b
}

.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #50485b
}

.vc_pagination-color-mulled-wine.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #50485b
}

.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #75d69c
}

.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #75d69c
}

.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #75d69c
}

.vc_pagination-color-vista-blue.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #75d69c
}

.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #f7be68
}

.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #f7be68
}

.vc_pagination-color-orange.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #f7be68
}

.vc_pagination-color-orange.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #f7be68
}

.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #5aa1e3
}

.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #5aa1e3
}

.vc_pagination-color-sky.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #5aa1e3
}

.vc_pagination-color-sky.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #5aa1e3
}

.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #6dab3c
}

.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #6dab3c
}

.vc_pagination-color-green.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #6dab3c
}

.vc_pagination-color-green.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #6dab3c
}

.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #f4524d
}

.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #f4524d
}

.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #f4524d
}

.vc_pagination-color-juicy-pink.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #f4524d
}

.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #f79468
}

.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #f79468
}

.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #f79468
}

.vc_pagination-color-sandy-brown.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #f79468
}

.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #b97ebb
}

.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #b97ebb
}

.vc_pagination-color-purple.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #b97ebb
}

.vc_pagination-color-purple.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #b97ebb
}

.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #2a2a2a
}

.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #2a2a2a
}

.vc_pagination-color-black.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #2a2a2a
}

.vc_pagination-color-black.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #2a2a2a
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #ebebeb
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #ebebeb
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #ebebeb
}

.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #ebebeb
}

.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #fff
}

.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #fff
}

.vc_pagination-color-white.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #fff
}

.vc_pagination-color-white.vc_pagination-style-flat .vc_pagination-trigger {
    background-color: #fff
}

.vc_grid.vc_row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.vc-row[data-vc-full-width] .vc_grid.vc_row {
    overflow: hidden
}

.vc_grid.vc_row.vc_grid-gutter-1px {
    margin-bottom: -1px
}

.vc_grid.vc_row.vc_grid-gutter-1px .vc_pageable-slide-wrapper {
    margin-right: -1px
}

.vc_grid.vc_row.vc_grid-gutter-1px .vc_grid-item {
    padding-right: 1px;
    padding-bottom: 1px
}

.vc_grid.vc_row.vc_grid-gutter-2px {
    margin-bottom: -2px
}

.vc_grid.vc_row.vc_grid-gutter-2px .vc_pageable-slide-wrapper {
    margin-right: -2px
}

.vc_grid.vc_row.vc_grid-gutter-2px .vc_grid-item {
    padding-right: 2px;
    padding-bottom: 2px
}

.vc_grid.vc_row.vc_grid-gutter-3px {
    margin-bottom: -3px
}

.vc_grid.vc_row.vc_grid-gutter-3px .vc_pageable-slide-wrapper {
    margin-right: -3px
}

.vc_grid.vc_row.vc_grid-gutter-3px .vc_grid-item {
    padding-right: 3px;
    padding-bottom: 3px
}

.vc_grid.vc_row.vc_grid-gutter-4px {
    margin-bottom: -4px
}

.vc_grid.vc_row.vc_grid-gutter-4px .vc_pageable-slide-wrapper {
    margin-right: -4px
}

.vc_grid.vc_row.vc_grid-gutter-4px .vc_grid-item {
    padding-right: 4px;
    padding-bottom: 4px
}

.vc_grid.vc_row.vc_grid-gutter-5px {
    margin-bottom: -5px
}

.vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper {
    margin-right: -5px
}

.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
    padding-right: 5px;
    padding-bottom: 5px
}

.vc_grid.vc_row.vc_grid-gutter-10px {
    margin-bottom: -10px
}

.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
    margin-right: -10px
}

.vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item {
    padding-right: 10px;
    padding-bottom: 10px
}

.vc_grid.vc_row.vc_grid-gutter-15px {
    margin-bottom: -15px
}

.vc_grid.vc_row.vc_grid-gutter-15px .vc_pageable-slide-wrapper {
    margin-right: -15px
}

.vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item {
    padding-right: 15px;
    padding-bottom: 15px
}

.vc_grid.vc_row.vc_grid-gutter-20px {
    margin-bottom: -20px
}

.vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper {
    margin-right: -20px
}

.vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
    padding-right: 20px;
    padding-bottom: 20px
}

.vc_grid.vc_row.vc_grid-gutter-25px {
    margin-bottom: -25px
}

.vc_grid.vc_row.vc_grid-gutter-25px .vc_pageable-slide-wrapper {
    margin-right: -25px
}

.vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item {
    padding-right: 25px;
    padding-bottom: 25px
}

.vc_grid.vc_row.vc_grid-gutter-30px {
    margin-bottom: -30px
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: -30px
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 30px;
    padding-bottom: 30px
}

.vc_grid.vc_row.vc_grid-gutter-35px {
    margin-bottom: -35px
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
    margin-right: -35px
}

.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
    padding-right: 35px;
    padding-bottom: 35px
}

.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item:hover {
    z-index: 3
}

.vc_grid.vc_row .vc_grid-item {
    display: none;
    padding: 0;
    vertical-align: top;
    float: none;
    box-sizing: border-box;
    z-index: 1
}

.vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_grid-item-content {
    overflow: hidden
}

.vc_grid.vc_row .vc_grid-item .vc_btn, .vc_grid.vc_row .vc_grid-item .vc_icon_element, .vc_grid.vc_row .vc_grid-item .wpb_content_element {
    margin-bottom: 15px
}

.vc_grid.vc_row .vc_grid-item .vc_btn a, .vc_grid.vc_row .vc_grid-item .vc_icon_element a, .vc_grid.vc_row .vc_grid-item .wpb_content_element a {
    text-decoration: none;
    border-bottom: 0
}

.vc_grid-animation-none .vc_grid.vc_row .vc_grid-item {
    transition: none !important
}

.vc_grid .vc_gitem-link {
    border-bottom: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.vc_masonry_grid .vc_grid.vc_row .vc_grid-item, .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item {
    position: static
}

.vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    display: block
}

.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    display: block
}

@media (min-width: 768px) {
    .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
        display: inline-block
    }
}

@-moz-document url-prefix() {
    .vc_masonry_grid .vc_grid-item, .vc_masonry_media_grid .vc_grid-item {
        margin-left: -.01px
    }
}

.vc_gitem-zone-b {
    display: none
}

.vc_gitem-float-none {
    float: none
}

.vc_gitem-float-left {
    float: left
}

.vc_gitem-float-right {
    float: right
}

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

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

.vc_gitem-align-justify {
    text-align: justify
}

.vc_gitem-block {
    position: relative;
    overflow: hidden
}

.vc_gitem-is-link {
    cursor: pointer
}

.vc_gitem-link {
    text-decoration: none
}

.vc_gitem_row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: inherit;
    box-sizing: border-box
}

.vc_gitem_row .vc_gitem_row {
    margin-bottom: 0
}

.vc_gitem-zone-a .vc_gitem-row-position-top, .vc_gitem-zone-b .vc_gitem-row-position-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.vc_gitem-zone-a .vc_gitem-row-position-middle, .vc_gitem-zone-b .vc_gitem-row-position-middle {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.vc_gitem-zone-a .vc_gitem-row-position-bottom, .vc_gitem-zone-b .vc_gitem-row-position-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.vc_gitem_row .vc_gitem-col {
    box-sizing: border-box;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.vc_gitem-zone {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.vc_gitem-zone .vc-zone-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5
}

.vc_gitem-zone-img {
    width: 100%;
    display: block;
    visibility: hidden;
    height: auto
}

.vc_gitem-zone-a .vc_gitem-zone-mini {
    box-sizing: border-box;
    padding: inherit;
    position: static;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.vc_gitem-zone-b {
    overflow: hidden
}

.vc_gitem-zone-b .vc_gitem-zone-mini {
    position: static;
    padding: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.vc_grid-item-zone-c-left .vc_gitem-animated-block {
    float: right;
    width: 50%
}

.vc_grid-item-zone-c-left .vc_gitem-zone-c {
    float: left;
    width: 50%
}

.vc_grid-item-zone-c-right .vc_gitem-animated-block {
    float: left;
    width: 50%
}

.vc_grid-item-zone-c-right .vc_gitem-zone-c {
    float: right;
    width: 50%
}

.vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
    display: none !important
}

.vc-gitem-zone-height-mode-auto:before {
    content: "";
    display: block;
    padding-top: 100%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
    padding-top: 75%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
    padding-top: 133.33333333%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
    padding-top: 133.33333333%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
    padding-top: 56.25%
}

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
    padding-top: 177.77777778%
}

.vc_gitem-animated-block {
    position: relative
}

.vc_gitem-animate .vc_btn {
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease
}

.vc_gitem-animate .vc_gitem-zone-b {
    z-index: 199
}

.vc_gitem-animate-none .vc_gitem-zone-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    box-sizing: border-box
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b {
    opacity: 1
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b, .vc_gitem-animate-fadeIn .vc_gitem-zone-b, .vc_gitem-animate-scaleIn .vc_gitem-zone-b, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-sizing: border-box
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 0
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn, .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn, .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title, .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title, .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, .275, .125, 1), opacity .5s cubic-bezier(0, .275, .125, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0, .275, .125, 1), opacity .5s cubic-bezier(0, .275, .125, 1);
    transition: transform 1s cubic-bezier(0, .275, .125, 1), opacity .5s cubic-bezier(0, .275, .125, 1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
    opacity: 1
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 50%
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_post-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
    opacity: 1
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 50%
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.vc_gitem-animate-scaleIn {
    overflow: hidden
}

.vc_gitem-animate-scaleIn .vc_gitem-zone-a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.vc_gitem-animate-scaleRotateIn {
    overflow: hidden
}

.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
    -webkit-transform: scale(1.5) rotate(10deg);
    -moz-transform: scale(1.5) rotate(10deg);
    -ms-transform: scale(1.5) rotate(10deg);
    -o-transform: scale(1.5) rotate(10deg);
    transform: scale(1.5) rotate(10deg)
}

.vc_gitem-animate-blurOut .vc_gitem-zone-a, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    webkit-transition: filter .5s cubic-bezier(0, .275, .125, 1), -webkit-transform .5s cubic-bezier(0, .275, .125, 1);
    -moz-transition: filter .5s cubic-bezier(0, .275, .125, 1), -moz-transform .5s cubic-bezier(0, .275, .125, 1);
    transition: filter .5s cubic-bezier(0, .275, .125, 1), transform .5s cubic-bezier(0, .275, .125, 1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-a, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    filter: url(../fonts/blur_1.svg#blur);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px)
}

.vc_gitem-animate-blurScaleOut {
    overflow: hidden
}

.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.vc_gitem-animate-slideInRight {
    overflow: hidden
}

.vc_gitem-animate-slideInRight .vc_gitem-zone-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInRight .vc_gitem-zone-b {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.vc_gitem-animate-slideInLeft {
    overflow: hidden
}

.vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.vc_gitem-animate-slideBottom {
    overflow: hidden;
    position: relative
}

.vc_gitem-animate-slideBottom .vc_gitem-zone-b {
    display: block;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1000;
    position: absolute;
    top: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
    top: 0
}

.vc_gitem-animate-slideTop {
    overflow: hidden;
    position: relative
}

.vc_gitem-animate-slideTop .vc_gitem-zone-b {
    display: block;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1000;
    position: absolute;
    top: -100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideTop .vc_gitem-zone-b {
    top: 0
}

.vc_gitem-animate-flipFadeIn {
    overflow: hidden
}

.vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.vc_gitem-animate-flipHorizontalFadeIn {
    overflow: hidden
}

.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0)
}

.vc_gitem-animate-goTop20 {
    overflow: hidden
}

.vc_gitem-animate-goTop20 .vc_gitem-zone-a {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%)
}

.vc_gitem-animate-goTop20 .vc_gitem-zone-b {
    display: block;
    -webkit-transition: bottom .5s ease;
    -o-transition: bottom .5s ease;
    transition: bottom .5s ease;
    bottom: -100%;
    z-index: 1000;
    position: absolute;
    width: 100%;
    margin: 0
}

.vc_gitem-animate-goTop20 .vc_gitem-zone-b .vc_gitem-zone-mini {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
    bottom: 0
}

.vc_gitem-animate-goBottom20 {
    overflow: hidden
}

.vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%)
}

.vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
    display: block;
    -webkit-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease;
    top: -100%;
    z-index: 1000;
    position: absolute;
    width: 100%;
    margin: 0
}

.vc_gitem-animate-goBottom20 .vc_gitem-zone-b .vc_gitem-zone-mini {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
    top: 0
}

.vc_gitem-post-data {
    margin-bottom: 15px
}

.vc_gitem-post-data h2 {
    margin: 0
}

.vc_gitem-post-category-name .vc_gitem-link {
    color: inherit
}

.vc_grid .vc_pageable-load-more-btn {
    text-align: center;
    margin-top: 25px
}

.vc_grid .vc_pageable-load-more-btn > .vc_btn {
    outline: 0
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
    display: none;
    margin-top: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot {
    cursor: pointer;
    display: inline-block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots {
    display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span {
    border: 3px solid;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots {
    display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
    border: 3px solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots {
    display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: .6
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot:hover span {
    opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots {
    display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
    opacity: .6
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot:hover span {
    opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots {
    display: block
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: .6
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:hover span {
    opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
    border-color: #5472d2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span {
    background-color: #5472d2 !important;
    border-color: #5472d2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
    border-color: #00c1cf !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span {
    background-color: #00c1cf !important;
    border-color: #00c1cf !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
    border-color: #fe6c61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span {
    background-color: #fe6c61 !important;
    border-color: #fe6c61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
    border-color: #8d6dc4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span {
    background-color: #8d6dc4 !important;
    border-color: #8d6dc4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
    border-color: #4cadc9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span {
    background-color: #4cadc9 !important;
    border-color: #4cadc9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
    border-color: #cec2ab !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span {
    background-color: #cec2ab !important;
    border-color: #cec2ab !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
    border-color: #50485b !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span {
    background-color: #50485b !important;
    border-color: #50485b !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
    border-color: #75d69c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span {
    background-color: #75d69c !important;
    border-color: #75d69c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
    border-color: #2a2a2a !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span {
    background-color: #2a2a2a !important;
    border-color: #2a2a2a !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
    border-color: #ebebeb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span {
    background-color: #ebebeb !important;
    border-color: #ebebeb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
    border-color: #f7be68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span {
    background-color: #f7be68 !important;
    border-color: #f7be68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
    border-color: #5aa1e3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span {
    background-color: #5aa1e3 !important;
    border-color: #5aa1e3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
    border-color: #6dab3c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span {
    background-color: #6dab3c !important;
    border-color: #6dab3c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
    border-color: #f4524d !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span {
    background-color: #f4524d !important;
    border-color: #f4524d !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
    border-color: #f79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span {
    background-color: #f79468 !important;
    border-color: #f79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
    border-color: #b97ebb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span {
    background-color: #b97ebb !important;
    border-color: #b97ebb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
    border-color: #fff !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span {
    background-color: #fff !important;
    border-color: #fff !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
    background-color: #5472d2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
    background-color: #00c1cf !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
    background-color: #fe6c61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
    background-color: #8d6dc4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
    background-color: #4cadc9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
    background-color: #cec2ab !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
    background-color: #50485b !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
    background-color: #75d69c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
    background-color: #2a2a2a !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
    background-color: #ebebeb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
    background-color: #f7be68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
    background-color: #5aa1e3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
    background-color: #6dab3c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
    background-color: #f4524d !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
    background-color: #f79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
    background-color: #b97ebb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
    background-color: #fff !important
}

.vc_grid.vc_grid-owl-theme:hover .vc_grid-owl-nav {
    opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in 0s;
    -o-transition: opacity .3s ease-in 0s;
    transition: opacity .3s ease-in 0s;
    -webkit-tap-highlight-color: transparent
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .disabled {
    display: none !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    opacity: .5;
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in 0s;
    -o-transition: opacity .3s ease-in 0s;
    transition: opacity .3s ease-in 0s
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover, .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover {
    opacity: 1
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
    left: 5px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside {
    left: -30px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
    right: 5px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside {
    right: -30px
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-blue {
    color: #5472d2 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-turquoise {
    color: #00c1cf !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-pink {
    color: #fe6c61 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-violet {
    color: #8d6dc4 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-peacoc {
    color: #4cadc9 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-chino {
    color: #cec2ab !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-mulled_wine {
    color: #50485b !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-vista_blue {
    color: #75d69c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-black {
    color: #2a2a2a !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-grey {
    color: #ebebeb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-orange {
    color: #f7be68 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sky {
    color: #5aa1e3 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-green {
    color: #6dab3c !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-juicy_pink {
    color: #f4524d !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sandy_brown {
    color: #f79468 !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-purple {
    color: #b97ebb !important
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-white {
    color: #fff !important
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -13px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -13.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -14px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -14.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -15px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -17.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -20px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -22.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -25px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -27.5px
}

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-prev {
    margin-top: -30px
}

.vc_grid-pagination .vc_grid-pagination-list {
    outline: 0;
    display: block;
    padding-left: 0;
    text-align: center;
    margin: 20px 0 0 !important;
    border-radius: 2px
}

.vc_grid-pagination .vc_grid-pagination-list > li {
    display: inline-block;
    margin: 0;
    border: 0 solid transparent
}

.vc_grid-pagination .vc_grid-pagination-list > li > a, .vc_grid-pagination .vc_grid-pagination-list > li > span {
    color: #fff;
    background-color: #428bca;
    border: 1px solid #428bca;
    -webkit-transition: opacity .3s ease-in 0s;
    -o-transition: opacity .3s ease-in 0s;
    transition: opacity .3s ease-in 0s;
    position: relative;
    float: left;
    padding: 3px 10px;
    line-height: 1.42857143;
    text-decoration: none;
    opacity: .5;
    margin-left: -1px;
    font-size: 10px
}

.vc_grid-pagination .vc_grid-pagination-list > li:first-child > a, .vc_grid-pagination .vc_grid-pagination-list > li:first-child > span {
    margin-left: 0
}

.vc_grid-pagination .vc_grid-pagination-list > li:focus a, .vc_grid-pagination .vc_grid-pagination-list > li:focus span, .vc_grid-pagination .vc_grid-pagination-list > li:hover a, .vc_grid-pagination .vc_grid-pagination-list > li:hover span {
    opacity: 1
}

.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-prev > a:after {
    font-family: vc_grid_v1;
    display: inline-block;
    content: "\e61b"
}

.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-next > a:after {
    font-family: vc_grid_v1;
    display: inline-block;
    content: "\e61a"
}

.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-first > a:after {
    font-family: vc_grid_v1;
    display: inline-block;
    content: "\e618"
}

.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-last > a:after {
    font-family: vc_grid_v1;
    display: inline-block;
    content: "\e619"
}

.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:focus, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:hover, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:focus, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:hover {
    z-index: 2;
    opacity: 1;
    cursor: default
}

.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a:focus, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a:hover, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span:focus, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span:hover {
    display: none
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li {
    border-color: #5472d2 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > span {
    background-color: #5472d2 !important;
    border-color: #5472d2 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li {
    border-color: #00c1cf !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > span {
    background-color: #00c1cf !important;
    border-color: #00c1cf !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li {
    border-color: #fe6c61 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > span {
    background-color: #fe6c61 !important;
    border-color: #fe6c61 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li {
    border-color: #8d6dc4 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > span {
    background-color: #8d6dc4 !important;
    border-color: #8d6dc4 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li {
    border-color: #4cadc9 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > span {
    background-color: #4cadc9 !important;
    border-color: #4cadc9 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li {
    border-color: #cec2ab !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > span {
    background-color: #cec2ab !important;
    border-color: #cec2ab !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li {
    border-color: #50485b !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > span {
    background-color: #50485b !important;
    border-color: #50485b !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li {
    border-color: #75d69c !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > span {
    background-color: #75d69c !important;
    border-color: #75d69c !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li {
    border-color: #2a2a2a !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > span {
    background-color: #2a2a2a !important;
    border-color: #2a2a2a !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li {
    border-color: #ebebeb !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > span {
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li {
    border-color: #f7be68 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > span {
    background-color: #f7be68 !important;
    border-color: #f7be68 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li {
    border-color: #5aa1e3 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > span {
    background-color: #5aa1e3 !important;
    border-color: #5aa1e3 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li {
    border-color: #6dab3c !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > span {
    background-color: #6dab3c !important;
    border-color: #6dab3c !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li {
    border-color: #f4524d !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > span {
    background-color: #f4524d !important;
    border-color: #f4524d !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li {
    border-color: #f79468 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > span {
    background-color: #f79468 !important;
    border-color: #f79468 !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li {
    border-color: #b97ebb !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > span {
    background-color: #b97ebb !important;
    border-color: #b97ebb !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li {
    border-color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > span {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #2a2a2a !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 28px;
    min-height: 22px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:first-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:first-child > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:first-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:first-child > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:first-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:last-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:last-child > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:last-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:last-child > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:last-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span {
    margin-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 22px;
    min-width: 22px;
    padding: 3px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
    margin-left: 5px;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 22px;
    min-width: 22px;
    padding: 3px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 22px;
    min-width: 22px;
    padding: 3px
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span {
    background-color: transparent !important;
    color: #000 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span {
    background-color: transparent !important;
    color: #fff !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li {
    border-left-width: 1px !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
    border-width: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark li.vc_grid-disabled + li, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li:first-child, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light li.vc_grid-disabled + li, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li:first-child {
    border-width: 0 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a {
    color: #000 !important
}

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
    color: #fff !important
}

.vc_grid-loading {
    margin: 2em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
    height: 20px
}

.vc_grid-loading, .vc_grid-loading:after, .vc_grid-loading:before {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out
}

.vc_grid-loading:before {
    left: -20px
}

.vc_grid-loading:after {
    left: 20px;
    -webkit-animation-delay: .32s;
    animation-delay: .32s
}

.vc_grid-loading:after, .vc_grid-loading:before {
    content: '';
    position: absolute;
    top: 0
}

@-webkit-keyframes load7 {
    0%, 100%, 80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, .75)
    }
    40% {
        box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, .75)
    }
}

@keyframes load7 {
    0%, 100%, 80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, .75)
    }
    40% {
        box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, .75)
    }
}

.vc_grid-filter {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}

.vc_grid-filter.vc_grid-filter-center {
    text-align: center
}

.vc_grid-filter.vc_grid-filter-right {
    text-align: right
}

.vc_grid-filter.vc_grid-filter-left {
    text-align: left
}

.vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover {
    background-color: #5472d2
}

.vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover {
    background-color: #00c1cf
}

.vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover {
    background-color: #fe6c61
}

.vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover {
    background-color: #8d6dc4
}

.vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover {
    background-color: #4cadc9
}

.vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover {
    background-color: #cec2ab
}

.vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover {
    background-color: #50485b
}

.vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover {
    background-color: #75d69c
}

.vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover {
    background-color: #2a2a2a
}

.vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
    background-color: #ebebeb
}

.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover {
    background-color: #f7be68
}

.vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover {
    background-color: #5aa1e3
}

.vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover {
    background-color: #6dab3c
}

.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover {
    background-color: #f4524d
}

.vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover {
    background-color: #f79468
}

.vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover {
    background-color: #b97ebb
}

.vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover {
    background-color: #fff
}

.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span {
    color: #666
}

.vc_grid-filter > .vc_grid-filter-item {
    cursor: pointer;
    display: inline-block;
    background: 0 0;
    padding: 4px 10px;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.vc_grid-filter > .vc_grid-filter-item:first-child {
    margin-left: 0 !important
}

.vc_grid-filter > .vc_grid-filter-item > span {
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear;
    outline: 0;
    padding: 0;
    text-decoration: none
}

.vc_grid-filter > .vc_grid-filter-item.vc_active > span, .vc_grid-filter > .vc_grid-filter-item:hover > span {
    text-decoration: none
}

.vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
    margin: 0 5px 5px 0;
    border-radius: 30px
}

.vc_grid-filter.vc_grid-filter- .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-comma .vc_grid-filter-item {
    padding: 0 !important
}

.vc_grid-filter.vc_grid-filter-default-less-rounded > .vc_grid-filter-item {
    margin: 0 5px 5px 0;
    border-radius: 5px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item {
    margin: 0;
    border: 1px solid rgba(235, 235, 235, .8);
    border-collapse: collapse
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:nth-child(n+2), .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:nth-child(n+2), .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:nth-child(n+2) {
    margin-left: -1px;
    margin-top: -1px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover {
    position: relative;
    z-index: 1;
    border-color: transparent
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active > a, .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover > a, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active > a, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover > a, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active > a, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover > a {
    text-decoration: none
}

.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item {
    background-color: #7c93dd
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover {
    background-color: #5472d2
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item {
    background-color: #00919c
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover {
    background-color: #00c1cf
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item {
    background-color: #fe9b94
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover {
    background-color: #fe6c61
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item {
    background-color: #a991d3
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover {
    background-color: #8d6dc4
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item {
    background-color: #73bfd5
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover {
    background-color: #4cadc9
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item {
    background-color: #e1d9cb
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover {
    background-color: #cec2ab
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item {
    background-color: #695f77
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover {
    background-color: #50485b
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item {
    background-color: #9ce2b8
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover {
    background-color: #75d69c
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item {
    background-color: #444
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover {
    background-color: #2a2a2a
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item {
    background-color: #d2d2d2
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item > span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
    background-color: #ebebeb
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item {
    background-color: #fad398
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover {
    background-color: #f7be68
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item {
    background-color: #86baea
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover {
    background-color: #5aa1e3
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item {
    background-color: #87c456
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover {
    background-color: #6dab3c
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item {
    background-color: #f7817d
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover {
    background-color: #f4524d
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item {
    background-color: #fab698
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover {
    background-color: #f79468
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item {
    background-color: #cb9fcd
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover {
    background-color: #b97ebb
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item {
    background-color: #e6e6e6
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item > span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover {
    background-color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span {
    color: #666
}

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item {
    margin: 0;
    border: 1px solid transparent;
    border-collapse: collapse;
    padding: 3px 7px
}

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item > span {
    color: #fff
}

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:nth-child(n+2), .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:nth-child(n+2) {
    border-left: none;
    margin-left: 1px;
    border-top: none;
    margin-top: 1px
}

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child, .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0
}

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:last-child, .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top: 0
}

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.vc_grid-filter.vc_grid-filter-filled-rounded-all > .vc_grid-filter-item {
    border-radius: 3px !important
}

.vc_grid-filter.vc_grid-filter-filled-round-all > .vc_grid-filter-item {
    border-radius: 30px !important
}

.vc_grid-filter.vc_grid-filter-size-xs .vc_grid-filter-item {
    font-size: 12px;
    padding: 1px 5px
}

.vc_grid-filter.vc_grid-filter-size-sm .vc_grid-filter-item {
    font-size: 13px;
    padding: 2px 7px
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
    font-size: 100%;
    padding: 2px 10px
}

.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
    font-size: 18px;
    padding: 4px 10px
}

.vc_grid-filter-select {
    display: none
}

.vc_grid-filter-dropdown, .vc_grid-filter-select {
    font-size: 12px;
    margin-bottom: 20px
}

.vc_grid-filter-dropdown.vc_grid-filter-center, .vc_grid-filter-select.vc_grid-filter-center {
    text-align: center
}

.vc_grid-filter-dropdown.vc_grid-filter-right, .vc_grid-filter-select.vc_grid-filter-right {
    text-align: right
}

.vc_grid-filter-dropdown.vc_grid-filter-left, .vc_grid-filter-select.vc_grid-filter-left {
    text-align: left
}

.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon, .vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
    display: none
}

.vc_grid-filter-dropdown .vc_grid-styled-select select, .vc_grid-filter-select .vc_grid-styled-select select {
    outline: 0;
    display: inline-block
}

@media (min-width: 768px) {
    .vc_grid-filter-dropdown.vc_grid-filter-color-blue .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-blue .vc_arrow-icon-navicon {
        color: #5472d2
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon {
        color: #00c1cf
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-pink .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-pink .vc_arrow-icon-navicon {
        color: #fe6c61
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-violet .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-violet .vc_arrow-icon-navicon {
        color: #8d6dc4
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon {
        color: #4cadc9
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-chino .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-chino .vc_arrow-icon-navicon {
        color: #cec2ab
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon {
        color: #50485b
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon {
        color: #75d69c
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-black .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-black .vc_arrow-icon-navicon {
        color: #2a2a2a
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-grey .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-grey .vc_arrow-icon-navicon {
        color: #ebebeb
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-orange .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-orange .vc_arrow-icon-navicon {
        color: #f7be68
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-sky .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-sky .vc_arrow-icon-navicon {
        color: #5aa1e3
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-green .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-green .vc_arrow-icon-navicon {
        color: #6dab3c
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon {
        color: #f4524d
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon {
        color: #f79468
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-purple .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-purple .vc_arrow-icon-navicon {
        color: #b97ebb
    }

    .vc_grid-filter-dropdown.vc_grid-filter-color-white .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-white .vc_arrow-icon-navicon {
        color: #fff
    }

    .vc_grid-filter-dropdown .vc_grid-styled-select, .vc_grid-filter-select .vc_grid-styled-select {
        border: 1px solid #ccc;
        display: inline-block;
        height: 30px;
        overflow: hidden;
        padding-right: 5px;
        text-align: left;
        width: auto;
        vertical-align: middle
    }

    .vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon, .vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
        font-size: 17px;
        display: inline;
        vertical-align: middle
    }

    .vc_grid-filter-dropdown .vc_grid-styled-select select, .vc_grid-filter-select .vc_grid-styled-select select {
        background: none repeat scroll 0 0 transparent;
        border: 0 none;
        border-radius: 0;
        height: 30px;
        line-height: 1;
        margin-right: -50px;
        padding: 5px;
        position: relative;
        font-size: 12px;
        z-index: 0;
        cursor: pointer;
        max-width: inherit !important
    }
}

@media (max-width: 768px) {
    .vc_responsive .vc_grid-filter-select {
        display: block
    }

    .vc_responsive .vc_grid-filter {
        display: none !important
    }
}

.owl-carousel .owl-item .vc_grid-item {
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0)
}

.owl-carousel .owl-animated-out {
    z-index: 0
}

.owl-carousel .owl-animated-in {
    z-index: 1
}

.vc-hoverbox-wrapper, .vc-hoverbox-wrapper * {
    box-sizing: border-box
}

.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-back, .vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-front {
    border-radius: 10px
}

.vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-back, .vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-front {
    border-radius: 50px
}

.vc-hoverbox-wrapper.vc-hoverbox-align--center {
    text-align: center
}

.vc-hoverbox-wrapper.vc-hoverbox-align--left {
    text-align: left
}

.vc-hoverbox-wrapper.vc-hoverbox-align--right {
    text-align: right
}

.vc-hoverbox-wrapper .vc-hoverbox {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox {
    width: 100%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--90 .vc-hoverbox {
    width: 90%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--80 .vc-hoverbox {
    width: 80%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--70 .vc-hoverbox {
    width: 70%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--60 .vc-hoverbox {
    width: 60%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--50 .vc-hoverbox {
    width: 50%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--40 .vc-hoverbox {
    width: 40%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--30 .vc-hoverbox {
    width: 30%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--20 .vc-hoverbox {
    width: 20%
}

.vc-hoverbox-wrapper.vc-hoverbox-width--10 .vc-hoverbox {
    width: 10%
}

.vc-hoverbox-inner {
    width: 100%;
    display: inline-block;
    min-height: 250px
}

.vc-hoverbox-inner :last-child {
    margin-bottom: 0
}

.vc-hoverbox-block {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center
}

.vc-hoverbox-block-inner {
    flex-shrink: 0;
    padding: 20px
}

.vc-hoverbox-block-inner > * {
    backface-visibility: hidden
}

.vc-hoverbox-front {
    transform: rotateY(0);
    z-index: 1
}

.vc-hoverbox-back {
    transform: rotateY(180deg)
}

.vc-hoverbox:hover .vc-hoverbox-front {
    transform: rotateY(-180deg)
}

.vc-hoverbox:hover .vc-hoverbox-back {
    transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-front {
    transform: rotateY(180deg)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-back {
    transform: rotateY(0);
    z-index: 2
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-front {
    transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-back {
    transform: rotateY(-180deg)
}

@font-face {
    font-family: vc_grid_v1;
    src: url(../fonts/vc_grid_v1_1.eot);
    src: url(../fonts/vc_grid_v1.eot#iefix-9hbgac) format('embedded-opentype'), url(../fonts/vc_grid_v1.woff) format('woff'), url(../fonts/vc_grid_v1.ttf) format('truetype'), url(../fonts/vc_grid_v1.svg#vc_grid_v1) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" vc_arrow-icon-"], [class^=vc_arrow-icon-] {
    font-family: vc_grid_v1;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vc_arrow-icon-minus:before {
    content: "\e61c"
}

.vc_arrow-icon-plus:before {
    content: "\e61d"
}

.vc_arrow-icon-arrow_down:before {
    content: "\e61e"
}

.vc_arrow-icon-arrow_up:before {
    content: "\e61f"
}

.vc_arrow-icon-arrow_01_left:before {
    content: "\e600"
}

.vc_arrow-icon-arrow_01_right:before {
    content: "\e601"
}

.vc_arrow-icon-arrow_02_left:before {
    content: "\e602"
}

.vc_arrow-icon-arrow_02_right:before {
    content: "\e603"
}

.vc_arrow-icon-arrow_03_left:before {
    content: "\e604"
}

.vc_arrow-icon-arrow_03_right:before {
    content: "\e605"
}

.vc_arrow-icon-arrow_04_left:before {
    content: "\e606"
}

.vc_arrow-icon-arrow_04_right:before {
    content: "\e607"
}

.vc_arrow-icon-arrow_05_left:before {
    content: "\e608"
}

.vc_arrow-icon-arrow_05_right:before {
    content: "\e609"
}

.vc_arrow-icon-arrow_06_left:before {
    content: "\e60a"
}

.vc_arrow-icon-arrow_06_right:before {
    content: "\e60b"
}

.vc_arrow-icon-arrow_07_left:before {
    content: "\e60c"
}

.vc_arrow-icon-arrow_07_right:before {
    content: "\e60d"
}

.vc_arrow-icon-arrow_08_left:before {
    content: "\e60e"
}

.vc_arrow-icon-arrow_08_right:before {
    content: "\e60f"
}

.vc_arrow-icon-arrow_09_left:before {
    content: "\e610"
}

.vc_arrow-icon-arrow_09_right:before {
    content: "\e611"
}

.vc_arrow-icon-arrow_10_left:before {
    content: "\e612"
}

.vc_arrow-icon-arrow_10_right:before {
    content: "\e613"
}

.vc_arrow-icon-arrow_11_left:before {
    content: "\e614"
}

.vc_arrow-icon-arrow_11_right:before {
    content: "\e615"
}

.vc_arrow-icon-arrow_12_left:before {
    content: "\e616"
}

.vc_arrow-icon-arrow_12_right:before {
    content: "\e617"
}

.vc_arrow-icon-navicon:before {
    content: "\f0c9"
}

.wpb_animate_when_almost_visible {
    opacity: 0
}

.wpb_animate_when_almost_visible:not(.wpb_start_animation) {
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}

.top-to-bottom, .wpb_top-to-bottom {
    -webkit-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.bottom-to-top, .wpb_bottom-to-top {
    -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.left-to-right, .wpb_left-to-right {
    -webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.right-to-left, .wpb_right-to-left {
    -webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.appear, .wpb_appear {
    -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.wpb_start_animation {
    opacity: 1
}

@-webkit-keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes wpb_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes wpb_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -o-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes wpb_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes wpb_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        -o-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes wpb_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes wpb_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
        -o-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

@-moz-keyframes wpb_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1
    }
}

@-o-keyframes wpb_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
        -o-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        opacity: .1
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(.5);
        opacity: .1
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(.5);
        opacity: .1
    }
    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: .1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.vc-spinner::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    pointer-events: none;
    margin-top: 6px;
    background: url(../images/spinner.gif) no-repeat;
    background-position-x: center;
    background-position-y: center
}

.vc-spinner.vc-spinner-complete::before {
    background-image: url(../images/tick.png)
}

.vc-spinner.vc-spinner-failed::before {
    background-image: url(../images/remove.png)
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini {
    position: relative
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_gitem-zone {
    opacity: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
    left: 0
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader {
    margin: 2em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
    height: 50px
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader, .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after, .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: vc_woo-add-cart-load 1.8s infinite ease-in-out;
    animation: vc_woo-add-cart-load 1.8s infinite ease-in-out
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
    left: -20px
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after {
    left: 20px;
    -webkit-animation-delay: .32s;
    animation-delay: .32s
}

.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after, .vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before {
    content: '';
    position: absolute;
    top: 0
}

@-webkit-keyframes vc_woo-add-cart-load {
    0%, 100%, 80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, .75)
    }
    40% {
        box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, .75)
    }
}

@keyframes vc_woo-add-cart-load {
    0%, 100%, 80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, .75)
    }
    40% {
        box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, .75)
    }
}

.vc_grid-item-mini .added_to_cart.wc-forward {
    display: none
}

.gem-basic-grid .vc_grid-item-mini {
    padding: 25px
}

.gem-basic-grid .vc_gitem-col {
    padding: 0
}

.gem-basic-grid .vc_gitem-zone-c a.gem-button {
    margin-top: 20px
}

body .vc_grid-container ul.vc_grid-filter {
    margin-bottom: 60px
}

body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item {
    background: #dee5eb;
    padding: 3px 20px
}

body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item > span {
    text-transform: uppercase
}

.gem-basic-grid .post-title h4.entry-title a {
    letter-spacing: 1.2px;
    display: block
}

.gem-basic-grid .post-title h4.entry-title {
    margin-bottom: 0
}

body .gem-basic-grid .vc_gitem-post-data p {
    margin-bottom: 0
}

body .gem-basic-grid .vc_gitem-zone-c .vc_gitem-post-data p, body .gem-basic-grid-2 .vc_gitem-zone-c .vc_gitem-post-data p {
    font-size: 16px
}

body .gem-basic-grid .vc_gitem-post-data p:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 5px
}

.gem-basic-grid .gem-button-container a {
    margin-top: 30px;
    margin-bottom: 0
}

.gem-basic-grid-2 .vc_gitem-zone-c .vc_gitem-col {
    padding-left: 25px;
    padding-right: 25px
}

.gem-basic-grid-2 .vc_gitem-zone-c a.gem-button {
    margin-top: 20px;
    margin-bottom: 15px
}

.gem-basic-grid-2 .vc_gitem-zone-c .post-title a {
    display: block
}

.gem-media-grid .vc_gitem-animated-block {
    border-radius: 25px
}

.vc_grid .animated {
    animation-fill-mode: none
}

.gem-media-grid .vc_gitem-post-data-source-post_title a {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: .05em;
    margin-bottom: 1.13em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.13em;
    text-transform: uppercase;
    display: block
}

.gem-media-grid-2 .vc_gitem-post-data-source-post_title a {
    font-size: 28px;
    line-height: 42px;
    letter-spacing: .05em;
    margin-bottom: 1.13em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.13em;
    text-transform: uppercase;
    display: block
}

.gem-media-grid .vc_gitem-animated-block .vc_gitem-zone-b {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #2c2e3d
}

.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b {
    padding-right: 20px;
    padding-left: 20px
}

.gem-media-grid .vc_gitem-animated-block .vc_gitem-zone-b .vc_separator {
    margin-top: 25px;
    margin-bottom: 30px;
    width: 85px
}

.gem-media-grid .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div, .midia-grid-item-post-author {
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div {
    color: #2c2e3d;
    padding-left: 0;
    padding-right: 0
}

.gem-media-grid-2 .midia-grid-item-post-author, .gem-media-grid-2 .midia-grid-item-post-author span a {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px
}

.gem-media-grid-2 .vc_grid-item-mini {
    padding: 20px
}

.gem-media-grid-2 .vc_gitem-zone-b .vc_gitem-zone-mini {
    height: 100%
}

.gem-media-grid-2 .vc_gitem-row-position-middle {
    height: 100%;
    transform: none;
    -webkit-transform: none;
    top: 0
}

.gem-media-grid-2 .vc_gitem-zone-b > .vc_gitem-col {
    position: relative;
    height: inherit;
    width: 100%
}

.gem-media-grid-2 .vc_gitem-zone-b .vc_gitem-col {
    height: inherit
}

.gem-media-grid-2 .vc_gitem-zone-b .vc_gitem-post-data-source-post_title {
    position: absolute;
    bottom: 0
}

.gem-media-grid, .gem-media-grid .vc_grid-item-mini, .gem-media-grid .vc_grid-item-mini .vc_gitem-animated-block, .gem-media-grid .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone-a, .gem-media-grid .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone-b, .gem-media-grid .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-zone-mini, .gem-media-grid .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-zone-mini .vc_gitem_row, .gem-media-grid .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.gem-media-grid .vc_grid-item-mini, .gem-media-grid .vc_grid-item-mini .vc_gitem-animated-block {
    z-index: 1100;
    overflow: hidden
}

.gem-media-grid .vc_grid-item-mini .vc_gitem-col {
    margin-top: -30px
}

.gem-media-grid-2 .vc_grid-item-mini .vc_gitem-post-data-source-post_title {
    margin-bottom: -15px
}

@media (min-width: 769px) and (max-width: 1150px) {
    .gem-media-grid, .gem-media-grid-2 {
        width: 50%
    }
}

body .vc_grid-pagination {
    margin-top: 70px
}

body .vc_grid-pagination .vc_grid-pagination-list li a {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 19px;
    border-radius: 3px;
    opacity: 1;
    padding-left: 9px
}

body .vc_grid-pagination .vc_grid-pagination-list > li > a, body .vc_grid-pagination .vc_grid-pagination-list > li > span {
    background-color: inherit;
    border: inherit;
    color: transparent;
    text-decoration: none;
    transition: none
}

body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-prev a, body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 19px;
    border-radius: 3px;
    opacity: 1;
    text-align: left;
    padding-left: 7px
}

body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a {
    padding-left: 8px
}

body .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
    width: 24px !important;
    height: 24px !important;
    background: #b6c6c9 !important;
    border-color: #b6c6c9 !important
}

body .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
    border-radius: 50%
}

body .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot.active span, body .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot.active span:hover {
    background: #fff !important
}

body .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, body .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
    border-color: #b6c6c9 !important;
    border-width: 4px;
    width: 24px;
    height: 24px
}

body .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span, body .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span, body .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span, body .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span {
    background: #fff !important;
    border-color: #b6c6c9 !important;
    border-width: 4px
}

.gem-camel-text-devider p {
    /*font-family: "Montserrat UltraLight";*/
    font-size: 36px;
    font-weight: 400;
    color: #3c3950 !important
}

.gem-camel-text-devider p strong {
    /*font-family: "Montserrat";*/
    font-weight: 700
}

.vc_grid .gem-button-separator {
    margin-bottom: 50px
}

.vc_grid .gem-button-separator-button {
    padding: 0 20px
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.compose-mode .vc_element-container > div.vc_container-block:first-of-type {
    margin-top: 31px
}

.vc_editor .no-top-margin:first-child {
    padding-top: 110px
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 1.1em
}

.wpb_row:last-of-type, .wpb_row[data-vc-full-width]:nth-last-child(2) {
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .wpb_row {
        margin-top: -1.421em
    }

    .wpb_row > * {
        margin-top: 1.421em
    }
}

.gem-alert-box .wpb_text_column p:first-child, .gem-alert-box .wpb_text_column *:first-child, .gem-icon-with-text .wpb_text_column p:first-child, .gem-icon-with-text .wpb_text_column *:first-child {
    margin-top: 0
}

.vc_gem_portfolio_slider > *, .vc_gem_portfolio > *, .vc_gem_product_grid > *, .vc_gem_product_slider > * {
    display: none
}

.vc_gem_portfolio_slider, .vc_gem_portfolio {
    height: 300px;
    background: #f0f4f7 url(../images/portfolio-dummy.png) no-repeat 50% 50%
}

.vc_gem_product_grid, .vc_gem_product_slider, .vc_gem_product_grid_extended {
    height: 300px;
    background: #f0f4f7 url(../images/products-dummy.png) no-repeat 50% 50%
}

.vc_gem_testimonials > * {
    display: none
}

.vc_gem_testimonials {
    height: 300px;
    background: #f0f4f7 url(../images/testimonials-dummy.png) no-repeat 50% 50%
}

.vc_gem_countdown > * {
    display: none
}

.vc_gem_countdown {
    height: 200px;
    background: #f0f4f7 url(../images/countdown-dummy.png) no-repeat 50% 50%
}

.vc_gem_news > * {
    display: none
}

.vc_gem_news {
    height: 300px;
    background: #f0f4f7 url(../images/blog-dummy.png) no-repeat 50% 50%
}

.vc_gem_news_grid {
    height: 300px;
    background: #f0f4f7 url(../images/blog-extended-dummy.png) no-repeat 50% 50%
}

.vc_gem_featured_posts_slider {
    height: 300px;
    background: #f0f4f7 url(../images/featured-posts-slider-dummy.png) no-repeat 50% 40%
}

.vc_gem_gallery > * {
    display: none
}

.vc_gem_gallery {
    height: 300px;
    background: #f0f4f7 url(../images/gallery-dummy.png) no-repeat 50% 50%
}

.vc_gem_diagram > * {
    display: none
}

.vc_gem_diagram {
    height: 300px;
    background: #f0f4f7 url(../images/diagram-dummy.png) no-repeat 50% 50%
}

.vc_gem_clients > * {
    display: none
}

.vc_gem_clients {
    height: 300px;
    background: #f0f4f7 url(../images/clients-dummy.png) no-repeat 50% 50%
}

.vc_gem_counter > * {
    display: none
}

.vc_gem_counter {
    width: 25%;
    padding: 0 21px
}

.gem-counter-style-vertical .vc_gem_counter {
    width: 100%;
    padding: 0
}

.vc_gem_counter > .counter-shortcode-dummy {
    display: block;
    height: 300px;
    background: #f0f4f7 url(../images/counter-dummy.png) no-repeat 50% 50%
}

.vc_gem_instagram_gallery > * {
    display: none
}

.vc_gem_instagram_gallery {
    height: 300px;
    background: #f0f4f7 url(../images/instagram-dummy.png) no-repeat 50% 50%
}

.vc_gem_divider {
    padding: 3px 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f1f5f8 0px, #f1f5f8 1px, transparent 1px, transparent 10px);
    background: -moz-repeating-linear-gradient(-45deg, #f1f5f8 0px, #f1f5f8 1px, transparent 1px, transparent 10px);
    background: -o-repeating-linear-gradient(-45deg, #f1f5f8 0px, #f1f5f8 1px, transparent 1px, transparent 10px);
    background: -ms-repeating-linear-gradient(-45deg, #f1f5f8 0px, #f1f5f8 1px, transparent 1px, transparent 10px);
    background: repeating-linear-gradient(-45deg, #f1f5f8 0px, #f1f5f8 1px, transparent 1px, transparent 10px)
}

.vc_gem_dropcap {
    float: left;
    z-index: 1
}

.compose-mode .vc_element .vc_element-container, .compose-mode .vc_element vc_container-block {
    padding-bottom: 30px
}

.compose-mode .vc_gem_pricing_column.vc_element {
    display: inline-block
}

.vc_gem_pricing_column .pricing-column-wrapper {
    width: 100%
}

.compose-mode .fullwidth-block-inner .container {
    max-width: 100%
}

.compose-mode .vc_container-block .fullwidth-block {
    margin-left: -21px;
    margin-right: -21px
}

.vc_row.vc_row-o-full-height.thegem-fix-full-height {
    min-height: 100vh !important
}

.edit-template-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(244, 246, 247, .8);
    z-index: 99
}

.edit-template-overlay .buttons {
    display: flex
}

.edit-template-overlay .buttons a {
    position: initial;
    display: block;
    /*font-family: 'Montserrat UltraLight', sans-serif;*/
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    background: #6e7882;
    border: 1px solid #6e7882;
    padding: 0 17px;
    transition: all .2s
}

.edit-template-overlay .buttons a:hover {
    background: #99a4a8;
    border-color: #99a4a8
}

.edit-template-overlay .buttons a.doc {
    color: #6e7882;
    background: 0 0;
    margin-left: 10px
}

.edit-template-overlay .buttons a.doc:hover {
    color: #99a4a8
}

.frontent-edit-footer {
    position: relative
}

@charset "UTF-8";
#start-resizable-editor-section {
    display: none
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: calc(100% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100:only-child {
    margin-right: 0;
    width: 100%
}

@supports (column-gap:0.5em) {
    .wp-block-buttons.is-content-justification-right > .wp-block-button.wp-block-button, .wp-block-buttons > .wp-block-button.wp-block-button {
        margin-right: 0;
        margin-left: 0
    }

    .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
        width: calc(25% - .375em)
    }

    .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
        width: calc(50% - .25em)
    }

    .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
        width: calc(75% - .125em)
    }

    .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
        width: auto;
        flex-basis: 100%
    }
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}

.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: .5em
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical > .wp-block-button {
    margin-right: 0
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons > .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right > .wp-block-button {
    margin-left: .5em;
    margin-right: 0
}

.wp-block-buttons.is-content-justification-right > .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-button.aligncenter, .wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width: 599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin: 0 0 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__embed {
    margin-bottom: 1em
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file * + .wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-self: flex-start;
    width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports (position:sticky) {
    .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports (position:sticky) {
    .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image, .blocks-gallery-grid.is-cropped .blocks-gallery-item, .wp-block-gallery.is-cropped .blocks-gallery-image, .wp-block-gallery.is-cropped .blocks-gallery-item {
    align-self: inherit
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports (position:sticky) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    display: table
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

ol.has-background, ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative
}

.wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-link, .wp-block-navigation .wp-block-pages-list__item {
    display: flex;
    align-items: center;
    position: relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty, .wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-link__content, .wp-block-navigation .wp-block-pages-list__item__link {
    color: inherit;
    display: block
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon, .wp-block-navigation .wp-block-page-list__submenu-icon {
    height: inherit
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon svg, .wp-block-navigation .wp-block-page-list__submenu-icon svg {
    stroke: currentColor
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content, .wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link {
    padding: 0
}

.wp-block-navigation .has-child > .wp-block-navigation-link__content, .wp-block-navigation .has-child > .wp-block-pages-list__item__link {
    margin-right: .5em
}

.wp-block-navigation .has-child .submenu-container, .wp-block-navigation .has-child .wp-block-navigation-link__container {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    flex-direction: column;
    align-items: normal;
    min-width: 200px;
    display: none;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-navigation-link__content, .wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-pages-list__item__link, .wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-navigation-link__content, .wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-pages-list__item__link, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-navigation-link__content, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-pages-list__item__link, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-navigation-link__content, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-pages-list__item__link {
    flex-grow: 1
}

.wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-page-list__submenu-icon {
    padding-right: .5em
}

@media (min-width: 782px) {
    .wp-block-navigation .has-child .submenu-container .submenu-container:before, .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container:before, .wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container:before, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }

    .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg, .wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:hover > .wp-block-navigation-link__container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:focus-within > .wp-block-navigation-link__container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:hover {
    cursor: pointer
}

.wp-block-navigation .has-child:hover > .submenu-container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:focus-within {
    cursor: pointer
}

.wp-block-navigation .has-child:focus-within > .submenu-container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container {
    left: auto;
    right: 0
}

.wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: auto;
    right: 100%
}

.wp-block-navigation.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-link, .wp-block-navigation.wp-block-navigation .wp-block-page-list, .wp-block-navigation.wp-block-navigation .wp-block-page-list > .wp-block-pages-list__item {
    margin: 0 2em 0 0
}

.wp-block-navigation.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-link:last-child, .wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child, .wp-block-navigation.wp-block-navigation .wp-block-page-list > .wp-block-pages-list__item:last-child {
    margin-right: 0
}

.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container > .wp-block-navigation-link, .wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list, .wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list > .wp-block-pages-list__item {
    margin: 0 .5em 0 0
}

.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container .wp-block-navigation-link__content, .wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list .wp-block-pages-list__item__link {
    padding: .5em 1em
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container {
    left: -1em;
    top: 100%
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item {
    margin: 0
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__content, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item__link, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link {
    padding: .5em 1em
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: -1px
}

@media (min-width: 782px) {
    .wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: 100%;
        top: -1px
    }
}

.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container {
    left: 0;
    top: 100%
}

.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: 0
}

@media (min-width: 782px) {
    .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation:not(.has-background) .submenu-container, .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation__container {
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

@media (min-width: 600px) {
    .wp-block-navigation__container {
        display: flex;
        flex-wrap: wrap
    }

    .is-vertical .wp-block-navigation__container {
        display: block;
        flex-direction: column;
        align-items: flex-start
    }
}

.items-justified-center .wp-block-navigation__container {
    justify-content: center
}

.items-justified-right .wp-block-navigation__container {
    justify-content: flex-end
}

.items-justified-space-between .wp-block-navigation__container {
    justify-content: space-between
}

.is-vertical.items-justified-center > ul {
    align-items: center
}

.is-vertical.items-justified-right > ul {
    align-items: flex-end
}

.is-vertical.items-justified-right > ul .wp-block-navigation-link, .is-vertical.items-justified-right > ul .wp-block-pages-list__item {
    margin-right: 0;
    justify-content: flex-end
}

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    overflow: auto;
    z-index: 100000;
    padding: 24px;
    background-color: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    line-height: 48px;
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-page-list {
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link .wp-block-navigation-link__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item .submenu-container {
    background: transparent !important
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.is-menu-open) {
        display: flex;
        flex-direction: row;
        position: relative;
        background-color: inherit
    }

    .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .submenu-container.submenu-container.submenu-container.submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open {
        display: none
    }
}

.items-justified-left .wp-block-navigation__responsive-container-open {
    margin-left: 0;
    margin-right: auto
}

.items-justified-center .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: auto
}

.items-justified-right .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
    width: 100%;
    height: 100%
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__submenu-icon, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list__submenu-icon {
    display: none
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .submenu-container, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-link__container {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0 0 0 32px;
    border: none
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item {
    flex-direction: column;
    align-items: flex-start
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-home-link__content {
    color: inherit;
    display: block;
    padding: .5em 1em
}

.wp-block-navigation[style*=text-decoration] .wp-block-home-link, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
    text-decoration: none
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
    top: -1px
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-wrap: wrap;
    background-color: inherit
}

.wp-block-navigation .wp-block-pages-list__item {
    background-color: inherit
}

.wp-block-navigation .wp-block-page-list__submenu-icon {
    display: none
}

.is-open .wp-block-navigation__container .wp-block-page-list, .is-vertical .wp-block-navigation__container .wp-block-page-list, .wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon {
    display: block
}

@media (min-width: 480px) {
    .is-open .wp-block-navigation__container .wp-block-page-list {
        display: flex
    }
}

.items-justified-space-between .wp-block-page-list {
    display: contents
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments .commentlist {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5;
    margin-left: -3.25em
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    line-height: 1.5;
    margin-left: -3.25em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .75em
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
    display: block
}

.wp-block-post-comments .comment-form-comment textarea {
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .reply {
    font-size: .75em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input, .wp-block-post-comments textarea {
    border: 1px solid #949494
}

.wp-block-post-comments-form input[type=submit] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-excerpt__more-link, .wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template, .wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-post-template li, .wp-block-query-loop li {
    clear: both
}

.wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    /*font-family: serif*/
}

.wp-block-site-logo {
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto
}

.wp-block-site-logo .aligncenter {
    display: table
}

.wp-block-site-logo.is-style-rounded img {
    border-radius: 9999px
}

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

.wp-block-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color > *, .wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr {
    border-color: inherit
}

.wp-block-table table[style*=border-style] > *, .wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr {
    border-style: inherit
}

.wp-block-table table[style*=border-width] > *, .wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr {
    border-width: inherit
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin: 0 0 1em
}

.wp-block-video video {
    width: 100%
}

@supports (position:sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
    width: 100%
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size, .has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size, .has-larger-font-size {
    font-size: 2.625em
}

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

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

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

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

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

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

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

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

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

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

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

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

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

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

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

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

form.submitting .wpcf7-spinner {
    visibility: visible
}

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

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

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

@keyframes blink {
    from {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

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

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

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

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

.vc_row {
    margin-left: -21px;
    margin-right: -21px
}

@media (max-width: 1199px) {
    .vc_row.disable-custom-paggings-tablet {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .vc_column_container.disable-custom-paggings-tablet > .vc_column-inner {
        padding-left: 21px !important;
        padding-right: 21px !important
    }
}

@media (max-width: 767px) {
    .vc_row.disable-custom-paggings-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .vc_column_container.disable-custom-paggings-mobile > .vc_column-inner {
        padding-left: 21px !important;
        padding-right: 21px !important
    }
}

.vc_row {
    margin-left: -21px;
    margin-right: -21px
}

.vc_column_container > .vc_column-inner {
    padding-left: 21px;
    padding-right: 21px
}

.vc_gitem_row {
    margin-left: 0;
    margin-right: 0
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot#iefix) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome-webfont.ttf) format('truetype'), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.gem-print-icon.gem-icon-pack-fontawesome {
    display: inline-block;
    font-family: 'FontAwesome';
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 14px
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.thegem-heading {
    position: relative
}

.thegem-heading.thegem-heading-animated {
    opacity: 1
}

.thegem-heading .thegem-heading-line-wrap {
    display: block;
    overflow: hidden
}

.thegem-heading .thegem-heading-word-wrap, .thegem-heading .thegem-heading-letter-wrap {
    display: inline-flex;
    overflow: hidden
}

.thegem-heading .thegem-heading-word {
    display: inline-flex;
    white-space: nowrap
}

.thegem-heading.lines-slide-up.thegem-heading-animated .thegem-heading-line {
    animation-name: thegemHeadingLinesSlideUp;
    transform: translateY(100%);
    display: inline-block;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0, 1, .3, 1)
}

@keyframes thegemHeadingLinesSlideUp {
    from {
        opacity: 1;
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.thegem-heading.lines-slide-up-random.thegem-heading-animated .thegem-heading-word {
    animation-name: thegemHeadingLinesSlideUpRandom;
    transform: translateY(100%);
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(.3, 0, 0, 1)
}

@keyframes thegemHeadingLinesSlideUpRandom {
    from {
        opacity: 1;
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.thegem-heading.words-slide-up.thegem-heading-animated .thegem-heading-word {
    animation-name: thegemHeadingWordsSlideUp;
    transform: translateY(100%);
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(.3, 1.7, .4, 1)
}

@keyframes thegemHeadingWordsSlideUp {
    from {
        transform: translateY(100%);
        opacity: 1
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

.thegem-heading.words-slide-left.thegem-heading-animated .thegem-heading-word {
    animation-name: thegemHeadingWordsSlideLeft;
    transform: translateX(100px);
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(.25, 1, .5, 1)
}

@keyframes thegemHeadingWordsSlideLeft {
    from {
        transform: translateX(100px);
        opacity: 1
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

.thegem-heading.words-slide-right.thegem-heading-animated .thegem-heading-word {
    animation-name: thegemHeadingWordsSlideRight;
    transform: translateX(-100px);
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(.25, 1, .5, 1)
}

@keyframes thegemHeadingWordsSlideRight {
    from {
        transform: translateX(-100px);
        opacity: 1
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

.thegem-heading.letters-slide-up.thegem-heading-animated .thegem-heading-letter {
    animation-name: thegemHeadingLettersSlideUp;
    position: relative;
    transform: translateY(100%);
    opacity: 0;
    display: inline-flex;
    animation-fill-mode: forwards;
    animation-duration: .35s;
    animation-timing-function: cubic-bezier(.3, 1.7, .4, 1)
}

@keyframes thegemHeadingLettersSlideUp {
    from {
        opacity: 1;
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.thegem-heading.typewriter.thegem-heading-animated .thegem-heading-letter {
    animation-name: thegemHeadingTypewriter;
    position: relative;
    opacity: 0;
    display: inline-flex;
    animation-fill-mode: forwards;
    animation-duration: 0ms;
    animation-timing-function: inherit
}

@keyframes thegemHeadingTypewriter {
    from {
        opacity: 1
    }
    to {
        opacity: 1
    }
}

.thegem-heading.letters-scale-out.thegem-heading-animated .thegem-heading-letter {
    animation-name: thegemHeadingLettersScaleOut;
    position: relative;
    transform: scale(1.5);
    opacity: 0;
    display: inline-flex;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-timing-function: cubic-bezier(.3, 4, .4, 1)
}

@keyframes thegemHeadingLettersScaleOut {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.thegem-heading-wrap {
    position: relative;
    display: inline-flex
}

.thegem-heading.background-sliding {
    display: inline-flex;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.thegem-heading.background-sliding:before {
    content: '';
    transform-origin: left;
    transform: scale(0, 1);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.thegem-heading.background-sliding.thegem-heading-animated:before {
    animation-name: thegemHeadingbackgroundSliding;
    animation-duration: .7s;
    animation-fill-mode: forwards
}

@keyframes thegemHeadingbackgroundSliding {
    from {
        transform: scale(0, 1)
    }
    to {
        transform: scale(1, 1)
    }
}

.thegem-heading.background-sliding .thegem-heading-text-wrap {
    overflow: hidden;
    transform: translateX(-105%);
    position: relative;
    z-index: 2
}

.thegem-heading.thegem-heading-animated .thegem-heading-text-wrap {
    transform: translateX(0%);
    transition-property: transform;
    transition-duration: .7s
}

.thegem-heading.background-sliding .thegem-heading-text {
    transform: translateX(105%);
    display: block;
    position: relative;
    z-index: 2
}

.thegem-heading.thegem-heading-animated .thegem-heading-text {
    transform: translateX(0%);
    transition-property: transform;
    transition-duration: inherit;
    transition-delay: inherit;
    transition-timing-function: inherit
}

.thegem-heading-rotating {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    transition-property: width;
    transition-timing-function: ease;
    transition-duration: .5s
}

.thegem-heading-rotating:before {
    content: '\200b'
}

.thegem-heading-rotating-text {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    overflow: hidden;
    display: inline-flex;
    white-space: nowrap;
    transition-property: width, opacity;
    transition-timing-function: ease;
    transition-duration: .5s
}

body:not(.compose-mode) .lazy-loading:not(.lazy-loading-not-hide) {
    visibility: hidden
}

body #page .lazy-loading.lazy-loading-end-animation, body #page .lazy-loading.lazy-loading-before-start-animation {
    visibility: visible
}

.lazy-loading-timer-element {
    font-size: 0;
    line-height: 1;
    height: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.lazy-loading-timer-element.start-timer {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1
}

.lazy-loading-timer-element {
    font-size: 0;
    line-height: 1;
    height: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0
}

body .lazy-loading.lazy-loading-before-start-animation .lazy-loading-item-clip {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    zoom: 1
}

body .lazy-loading.lazy-loading-start-animation .lazy-loading-item-clip {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: transform .4s cubic-bezier(.35, .8, .25, 1.34);
    -ms-transition: transform .4s cubic-bezier(.35, .8, .25, 1.34);
    -o-transition: transform .4s cubic-bezier(.35, .8, .25, 1.34);
    -webkit-transition: transform .4s cubic-bezier(.35, .8, .25, 1.34);
    transition: transform .4s cubic-bezier(.35, .8, .25, 1.34)
}

body .lazy-loading.lazy-loading-before-start-animation .lazy-loading-item-fading {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0
}

body .lazy-loading.lazy-loading-start-animation .lazy-loading-item-fading {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

body .lazy-loading.lazy-loading-before-start-animation .lazy-loading-item-drop-right {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translateX(7%);
    -ms-transform: translateX(7%);
    -webkit-transform: translateX(7%);
    -o-transform: translateX(7%);
    transform: translateX(7%)
}

body .lazy-loading.lazy-loading-start-animation .lazy-loading-item-drop-right {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: transform .7s, opacity .7s;
    -ms-transition: transform .7s, opacity .7s;
    -o-transition: transform .7s, opacity .7s;
    -webkit-transition: transform .7s, opacity .7s;
    transition: transform .7s, opacity .7s
}

body .lazy-loading.lazy-loading-before-start-animation .lazy-loading-item-drop-left {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translateX(-7%);
    -ms-transform: translateX(-7%);
    -webkit-transform: translateX(-7%);
    -o-transform: translateX(-7%);
    transform: translateX(-7%)
}

body .lazy-loading.lazy-loading-start-animation .lazy-loading-item-drop-left {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: transform .7s, opacity .7s;
    -ms-transition: transform .7s, opacity .7s;
    -o-transition: transform .7s, opacity .7s;
    -webkit-transition: transform .7s, opacity .7s;
    transition: transform .7s, opacity .7s
}

body .lazy-loading.lazy-loading-before-start-animation .lazy-loading-item-drop-bottom {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translateY(7%);
    -ms-transform: translateY(7%);
    -webkit-transform: translateY(7%);
    -o-transform: translateY(7%);
    transform: translateY(7%)
}

body .lazy-loading.lazy-loading-start-animation .lazy-loading-item-drop-bottom {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: transform .7s, opacity .7s;
    -ms-transition: transform .7s, opacity .7s;
    -o-transition: transform .7s, opacity .7s;
    -webkit-transition: transform .7s, opacity .7s;
    transition: transform .7s, opacity .7s
}

body .lazy-loading.lazy-loading-before-start-animation .lazy-loading-item-drop-top {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

body .lazy-loading.lazy-loading-start-animation .lazy-loading-item-drop-top {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: transform .7s, opacity .7s;
    -ms-transition: transform .7s, opacity .7s;
    -o-transition: transform .7s, opacity .7s;
    -webkit-transition: transform .7s, opacity .7s;
    transition: transform .7s, opacity .7s
}

body .lazy-loading.lazy-loading-before-start-animation .lazy-loading-item-slide-right {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

body .lazy-loading.lazy-loading-start-animation .lazy-loading-item-slide-right {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: transform .3s cubic-bezier(.33, .8, .14, 1.2), opacity .1s;
    -ms-transition: transform .3s cubic-bezier(.33, .8, .14, 1.2), opacity .1s;
    -o-transition: transform .3s cubic-bezier(.33, .8, .14, 1.2), opacity .1s;
    -webkit-transition: transform .3s cubic-bezier(.33, .8, .14, 1.2), opacity .1s;
    transition: transform .3s cubic-bezier(.33, .8, .14, 1.2), opacity .1s
}

body .lazy-loading.lazy-loading-before-start-animation .lazy-loading-item-move-up {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px)
}

body .lazy-loading.lazy-loading-start-animation .lazy-loading-item-move-up {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: transform 1s, opacity 1s;
    -ms-transition: transform 1s, opacity 1s;
    -o-transition: transform 1s, opacity 1s;
    -webkit-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s
}

@font-face {
    font-family: 'MaterialDesignIcons';
    src: url(../fonts/materialdesignicons.eot);
    src: url(../fonts/materialdesignicons.eot#iefix) format('embedded-opentype'), url(../fonts/materialdesignicons.woff) format('woff'), url(../fonts/materialdesignicons.ttf) format('truetype'), url(../fonts/materialdesignicons.svg#MaterialDesignIcons) format('svg');
    font-weight: 400;
    font-style: normal
}

.gem-print-icon.gem-icon-pack-material {
    display: inline-block;
    font-family: 'MaterialDesignIcons';
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 24px
}

.mdi-account:before {
    content: "\f101"
}

.mdi-account-alert:before {
    content: "\f102"
}

.mdi-account-box:before {
    content: "\f103"
}

.mdi-account-box-outline:before {
    content: "\f104"
}

.mdi-account-check:before {
    content: "\f105"
}

.mdi-account-circle:before {
    content: "\f106"
}

.mdi-account-key:before {
    content: "\f107"
}

.mdi-account-location:before {
    content: "\f108"
}

.mdi-account-minus:before {
    content: "\f109"
}

.mdi-account-multiple:before {
    content: "\f10a"
}

.mdi-account-multiple-outline:before {
    content: "\f10b"
}

.mdi-account-multiple-plus:before {
    content: "\f10c"
}

.mdi-account-network:before {
    content: "\f10d"
}

.mdi-account-outline:before {
    content: "\f10e"
}

.mdi-account-plus:before {
    content: "\f10f"
}

.mdi-account-remove:before {
    content: "\f110"
}

.mdi-account-search:before {
    content: "\f111"
}

.mdi-account-star:before {
    content: "\f112"
}

.mdi-account-star-variant:before {
    content: "\f113"
}

.mdi-account-switch:before {
    content: "\f114"
}

.mdi-airballoon:before {
    content: "\f115"
}

.mdi-airplane:before {
    content: "\f116"
}

.mdi-airplane-off:before {
    content: "\f117"
}

.mdi-alarm:before {
    content: "\f118"
}

.mdi-alarm-check:before {
    content: "\f119"
}

.mdi-alarm-multiple:before {
    content: "\f11a"
}

.mdi-alarm-off:before {
    content: "\f11b"
}

.mdi-alarm-plus:before {
    content: "\f11c"
}

.mdi-album:before {
    content: "\f11d"
}

.mdi-alert:before {
    content: "\f11e"
}

.mdi-alert-box:before {
    content: "\f11f"
}

.mdi-alert-circle:before {
    content: "\f120"
}

.mdi-alert-octagon:before {
    content: "\f121"
}

.mdi-alpha:before {
    content: "\f122"
}

.mdi-alphabetical:before {
    content: "\f123"
}

.mdi-amazon:before {
    content: "\f124"
}

.mdi-amazon-clouddrive:before {
    content: "\f125"
}

.mdi-ambulance:before {
    content: "\f126"
}

.mdi-android:before {
    content: "\f127"
}

.mdi-android-debug-bridge:before {
    content: "\f128"
}

.mdi-android-studio:before {
    content: "\f129"
}

.mdi-apple:before {
    content: "\f12a"
}

.mdi-apple-finder:before {
    content: "\f12b"
}

.mdi-apple-ios:before {
    content: "\f12c"
}

.mdi-apple-mobileme:before {
    content: "\f12d"
}

.mdi-apple-safari:before {
    content: "\f12e"
}

.mdi-appnet:before {
    content: "\f12f"
}

.mdi-apps:before {
    content: "\f130"
}

.mdi-archive:before {
    content: "\f131"
}

.mdi-arrange-bring-forward:before {
    content: "\f132"
}

.mdi-arrange-bring-to-front:before {
    content: "\f133"
}

.mdi-arrange-send-backward:before {
    content: "\f134"
}

.mdi-arrange-send-to-back:before {
    content: "\f135"
}

.mdi-arrow-all:before {
    content: "\f136"
}

.mdi-arrow-bottom-left:before {
    content: "\f137"
}

.mdi-arrow-bottom-right:before {
    content: "\f138"
}

.mdi-arrow-collapse:before {
    content: "\f139"
}

.mdi-arrow-down:before {
    content: "\f13a"
}

.mdi-arrow-down-bold:before {
    content: "\f13b"
}

.mdi-arrow-down-bold-circle:before {
    content: "\f13c"
}

.mdi-arrow-down-bold-circle-outline:before {
    content: "\f13d"
}

.mdi-arrow-down-bold-hexagon-outline:before {
    content: "\f13e"
}

.mdi-arrow-expand:before {
    content: "\f13f"
}

.mdi-arrow-left:before {
    content: "\f140"
}

.mdi-arrow-left-bold:before {
    content: "\f141"
}

.mdi-arrow-left-bold-circle:before {
    content: "\f142"
}

.mdi-arrow-left-bold-circle-outline:before {
    content: "\f143"
}

.mdi-arrow-left-bold-hexagon-outline:before {
    content: "\f144"
}

.mdi-arrow-right:before {
    content: "\f145"
}

.mdi-arrow-right-bold:before {
    content: "\f146"
}

.mdi-arrow-right-bold-circle:before {
    content: "\f147"
}

.mdi-arrow-right-bold-circle-outline:before {
    content: "\f148"
}

.mdi-arrow-right-bold-hexagon-outline:before {
    content: "\f149"
}

.mdi-arrow-top-left:before {
    content: "\f14a"
}

.mdi-arrow-top-right:before {
    content: "\f14b"
}

.mdi-arrow-up:before {
    content: "\f14c"
}

.mdi-arrow-up-bold:before {
    content: "\f14d"
}

.mdi-arrow-up-bold-circle:before {
    content: "\f14e"
}

.mdi-arrow-up-bold-circle-outline:before {
    content: "\f14f"
}

.mdi-arrow-up-bold-hexagon-outline:before {
    content: "\f150"
}

.mdi-at:before {
    content: "\f151"
}

.mdi-attachment:before {
    content: "\f152"
}

.mdi-audiobook:before {
    content: "\f153"
}

.mdi-auto-fix:before {
    content: "\f154"
}

.mdi-auto-upload:before {
    content: "\f155"
}

.mdi-baby:before {
    content: "\f156"
}

.mdi-backburger:before {
    content: "\f157"
}

.mdi-backup-restore:before {
    content: "\f158"
}

.mdi-bank:before {
    content: "\f159"
}

.mdi-barcode:before {
    content: "\f15a"
}

.mdi-barley:before {
    content: "\f15b"
}

.mdi-barrel:before {
    content: "\f15c"
}

.mdi-basecamp:before {
    content: "\f15d"
}

.mdi-basket:before {
    content: "\f15e"
}

.mdi-basket-fill:before {
    content: "\f15f"
}

.mdi-basket-unfill:before {
    content: "\f160"
}

.mdi-battery:before {
    content: "\f161"
}

.mdi-battery-10:before {
    content: "\f162"
}

.mdi-battery-20:before {
    content: "\f163"
}

.mdi-battery-30:before {
    content: "\f164"
}

.mdi-battery-40:before {
    content: "\f165"
}

.mdi-battery-50:before {
    content: "\f166"
}

.mdi-battery-60:before {
    content: "\f167"
}

.mdi-battery-70:before {
    content: "\f168"
}

.mdi-battery-80:before {
    content: "\f169"
}

.mdi-battery-90:before {
    content: "\f16a"
}

.mdi-battery-alert:before {
    content: "\f16b"
}

.mdi-battery-charging-100:before {
    content: "\f16c"
}

.mdi-battery-charging-20:before {
    content: "\f16d"
}

.mdi-battery-charging-30:before {
    content: "\f16e"
}

.mdi-battery-charging-40:before {
    content: "\f16f"
}

.mdi-battery-charging-60:before {
    content: "\f170"
}

.mdi-battery-charging-80:before {
    content: "\f171"
}

.mdi-battery-charging-90:before {
    content: "\f172"
}

.mdi-battery-minus:before {
    content: "\f173"
}

.mdi-battery-negative:before {
    content: "\f174"
}

.mdi-battery-outline:before {
    content: "\f175"
}

.mdi-battery-plus:before {
    content: "\f176"
}

.mdi-battery-positive:before {
    content: "\f177"
}

.mdi-battery-unknown:before {
    content: "\f178"
}

.mdi-beach:before {
    content: "\f179"
}

.mdi-beaker:before {
    content: "\f17a"
}

.mdi-beaker-empty:before {
    content: "\f17b"
}

.mdi-beaker-empty-outline:before {
    content: "\f17c"
}

.mdi-beaker-outline:before {
    content: "\f17d"
}

.mdi-beats:before {
    content: "\f17e"
}

.mdi-beer:before {
    content: "\f17f"
}

.mdi-behance:before {
    content: "\f180"
}

.mdi-bell:before {
    content: "\f181"
}

.mdi-bell-off:before {
    content: "\f182"
}

.mdi-bell-outline:before {
    content: "\f183"
}

.mdi-bell-ring:before {
    content: "\f184"
}

.mdi-bell-ring-outline:before {
    content: "\f185"
}

.mdi-bell-sleep:before {
    content: "\f186"
}

.mdi-beta:before {
    content: "\f187"
}

.mdi-bike:before {
    content: "\f188"
}

.mdi-bing:before {
    content: "\f189"
}

.mdi-binoculars:before {
    content: "\f18a"
}

.mdi-bio:before {
    content: "\f18b"
}

.mdi-biohazard:before {
    content: "\f18c"
}

.mdi-bitbucket:before {
    content: "\f18d"
}

.mdi-black-mesa:before {
    content: "\f18e"
}

.mdi-blackberry:before {
    content: "\f18f"
}

.mdi-blinds:before {
    content: "\f190"
}

.mdi-block-helper:before {
    content: "\f191"
}

.mdi-blogger:before {
    content: "\f192"
}

.mdi-bluetooth:before {
    content: "\f193"
}

.mdi-bluetooth-audio:before {
    content: "\f194"
}

.mdi-bluetooth-connect:before {
    content: "\f195"
}

.mdi-bluetooth-settings:before {
    content: "\f196"
}

.mdi-bluetooth-transfer:before {
    content: "\f197"
}

.mdi-blur:before {
    content: "\f198"
}

.mdi-blur-linear:before {
    content: "\f199"
}

.mdi-blur-off:before {
    content: "\f19a"
}

.mdi-blur-radial:before {
    content: "\f19b"
}

.mdi-bone:before {
    content: "\f19c"
}

.mdi-book:before {
    content: "\f19d"
}

.mdi-book-multiple:before {
    content: "\f19e"
}

.mdi-book-multiple-variant:before {
    content: "\f19f"
}

.mdi-book-open:before {
    content: "\f1a0"
}

.mdi-book-variant:before {
    content: "\f1a1"
}

.mdi-bookmark:before {
    content: "\f1a2"
}

.mdi-bookmark-check:before {
    content: "\f1a3"
}

.mdi-bookmark-music:before {
    content: "\f1a4"
}

.mdi-bookmark-outline:before {
    content: "\f1a5"
}

.mdi-bookmark-outline-plus:before {
    content: "\f1a6"
}

.mdi-bookmark-plus:before {
    content: "\f1a7"
}

.mdi-bookmark-remove:before {
    content: "\f1a8"
}

.mdi-border-all:before {
    content: "\f1a9"
}

.mdi-border-bottom:before {
    content: "\f1aa"
}

.mdi-border-color:before {
    content: "\f1ab"
}

.mdi-border-horizontal:before {
    content: "\f1ac"
}

.mdi-border-inside:before {
    content: "\f1ad"
}

.mdi-border-left:before {
    content: "\f1ae"
}

.mdi-border-none:before {
    content: "\f1af"
}

.mdi-border-outside:before {
    content: "\f1b0"
}

.mdi-border-right:before {
    content: "\f1b1"
}

.mdi-border-top:before {
    content: "\f1b2"
}

.mdi-border-vertical:before {
    content: "\f1b3"
}

.mdi-bowling:before {
    content: "\f1b4"
}

.mdi-box:before {
    content: "\f1b5"
}

.mdi-briefcase:before {
    content: "\f1b6"
}

.mdi-briefcase-check:before {
    content: "\f1b7"
}

.mdi-briefcase-download:before {
    content: "\f1b8"
}

.mdi-briefcase-upload:before {
    content: "\f1b9"
}

.mdi-brightness-1:before {
    content: "\f1ba"
}

.mdi-brightness-2:before {
    content: "\f1bb"
}

.mdi-brightness-3:before {
    content: "\f1bc"
}

.mdi-brightness-4:before {
    content: "\f1bd"
}

.mdi-brightness-5:before {
    content: "\f1be"
}

.mdi-brightness-6:before {
    content: "\f1bf"
}

.mdi-brightness-7:before {
    content: "\f1c0"
}

.mdi-brightness-auto:before {
    content: "\f1c1"
}

.mdi-broom:before {
    content: "\f1c2"
}

.mdi-brush:before {
    content: "\f1c3"
}

.mdi-bug:before {
    content: "\f1c4"
}

.mdi-bulletin-board:before {
    content: "\f1c5"
}

.mdi-bullhorn:before {
    content: "\f1c6"
}

.mdi-bus:before {
    content: "\f1c7"
}

.mdi-cake:before {
    content: "\f1c8"
}

.mdi-cake-variant:before {
    content: "\f1c9"
}

.mdi-calculator:before {
    content: "\f1ca"
}

.mdi-calendar:before {
    content: "\f1cb"
}

.mdi-calendar-blank:before {
    content: "\f1cc"
}

.mdi-calendar-check:before {
    content: "\f1cd"
}

.mdi-calendar-clock:before {
    content: "\f1ce"
}

.mdi-calendar-multiple:before {
    content: "\f1cf"
}

.mdi-calendar-multiple-check:before {
    content: "\f1d0"
}

.mdi-calendar-plus:before {
    content: "\f1d1"
}

.mdi-calendar-remove:before {
    content: "\f1d2"
}

.mdi-calendar-text:before {
    content: "\f1d3"
}

.mdi-calendar-today:before {
    content: "\f1d4"
}

.mdi-camcorder:before {
    content: "\f1d5"
}

.mdi-camcorder-box:before {
    content: "\f1d6"
}

.mdi-camcorder-box-off:before {
    content: "\f1d7"
}

.mdi-camcorder-off:before {
    content: "\f1d8"
}

.mdi-camera:before {
    content: "\f1d9"
}

.mdi-camera-front:before {
    content: "\f1da"
}

.mdi-camera-front-variant:before {
    content: "\f1db"
}

.mdi-camera-iris:before {
    content: "\f1dc"
}

.mdi-camera-party-mode:before {
    content: "\f1dd"
}

.mdi-camera-rear:before {
    content: "\f1de"
}

.mdi-camera-rear-variant:before {
    content: "\f1df"
}

.mdi-camera-switch:before {
    content: "\f1e0"
}

.mdi-camera-timer:before {
    content: "\f1e1"
}

.mdi-candycane:before {
    content: "\f1e2"
}

.mdi-car:before {
    content: "\f1e3"
}

.mdi-car-wash:before {
    content: "\f1e4"
}

.mdi-carrot:before {
    content: "\f1e5"
}

.mdi-cart:before {
    content: "\f1e6"
}

.mdi-cart-outline:before {
    content: "\f1e7"
}

.mdi-cash:before {
    content: "\f1e8"
}

.mdi-cash-100:before {
    content: "\f1e9"
}

.mdi-cash-multiple:before {
    content: "\f1ea"
}

.mdi-cash-usd:before {
    content: "\f1eb"
}

.mdi-cast:before {
    content: "\f1ec"
}

.mdi-cast-connected:before {
    content: "\f1ed"
}

.mdi-castle:before {
    content: "\f1ee"
}

.mdi-cat:before {
    content: "\f1ef"
}

.mdi-cellphone:before {
    content: "\f1f0"
}

.mdi-cellphone-android:before {
    content: "\f1f1"
}

.mdi-cellphone-dock:before {
    content: "\f1f2"
}

.mdi-cellphone-iphone:before {
    content: "\f1f3"
}

.mdi-cellphone-link:before {
    content: "\f1f4"
}

.mdi-cellphone-link-off:before {
    content: "\f1f5"
}

.mdi-cellphone-settings:before {
    content: "\f1f6"
}

.mdi-chair-school:before {
    content: "\f1f7"
}

.mdi-chart-arc:before {
    content: "\f1f8"
}

.mdi-chart-areaspline:before {
    content: "\f1f9"
}

.mdi-chart-bar:before {
    content: "\f1fa"
}

.mdi-chart-histogram:before {
    content: "\f1fb"
}

.mdi-chart-line:before {
    content: "\f1fc"
}

.mdi-chart-pie:before {
    content: "\f1fd"
}

.mdi-check:before {
    content: "\f1fe"
}

.mdi-check-all:before {
    content: "\f1ff"
}

.mdi-checkbox-blank:before {
    content: "\f200"
}

.mdi-checkbox-blank-circle:before {
    content: "\f201"
}

.mdi-checkbox-blank-circle-outline:before {
    content: "\f202"
}

.mdi-checkbox-blank-outline:before {
    content: "\f203"
}

.mdi-checkbox-marked:before {
    content: "\f204"
}

.mdi-checkbox-marked-circle:before {
    content: "\f205"
}

.mdi-checkbox-marked-circle-outline:before {
    content: "\f206"
}

.mdi-checkbox-marked-outline:before {
    content: "\f207"
}

.mdi-checkbox-multiple-blank:before {
    content: "\f208"
}

.mdi-checkbox-multiple-blank-outline:before {
    content: "\f209"
}

.mdi-checkbox-multiple-marked:before {
    content: "\f20a"
}

.mdi-checkbox-multiple-marked-outline:before {
    content: "\f20b"
}

.mdi-checkerboard:before {
    content: "\f20c"
}

.mdi-chevron-double-down:before {
    content: "\f20d"
}

.mdi-chevron-double-left:before {
    content: "\f20e"
}

.mdi-chevron-double-right:before {
    content: "\f20f"
}

.mdi-chevron-double-up:before {
    content: "\f210"
}

.mdi-chevron-down:before {
    content: "\f211"
}

.mdi-chevron-left:before {
    content: "\f212"
}

.mdi-chevron-right:before {
    content: "\f213"
}

.mdi-chevron-up:before {
    content: "\f214"
}

.mdi-church:before {
    content: "\f215"
}

.mdi-cisco-webex:before {
    content: "\f216"
}

.mdi-city:before {
    content: "\f217"
}

.mdi-clipboard:before {
    content: "\f218"
}

.mdi-clipboard-account:before {
    content: "\f219"
}

.mdi-clipboard-alert:before {
    content: "\f21a"
}

.mdi-clipboard-arrow-down:before {
    content: "\f21b"
}

.mdi-clipboard-arrow-left:before {
    content: "\f21c"
}

.mdi-clipboard-check:before {
    content: "\f21d"
}

.mdi-clipboard-outline:before {
    content: "\f21e"
}

.mdi-clipboard-text:before {
    content: "\f21f"
}

.mdi-clippy:before {
    content: "\f220"
}

.mdi-clock:before {
    content: "\f221"
}

.mdi-clock-fast:before {
    content: "\f222"
}

.mdi-close:before {
    content: "\f223"
}

.mdi-close-box:before {
    content: "\f224"
}

.mdi-close-box-outline:before {
    content: "\f225"
}

.mdi-close-circle:before {
    content: "\f226"
}

.mdi-close-circle-outline:before {
    content: "\f227"
}

.mdi-close-network:before {
    content: "\f228"
}

.mdi-closed-caption:before {
    content: "\f229"
}

.mdi-cloud:before {
    content: "\f22a"
}

.mdi-cloud-check:before {
    content: "\f22b"
}

.mdi-cloud-circle:before {
    content: "\f22c"
}

.mdi-cloud-download:before {
    content: "\f22d"
}

.mdi-cloud-outline:before {
    content: "\f22e"
}

.mdi-cloud-outline-off:before {
    content: "\f22f"
}

.mdi-cloud-upload:before {
    content: "\f230"
}

.mdi-code-array:before {
    content: "\f231"
}

.mdi-code-braces:before {
    content: "\f232"
}

.mdi-code-equal:before {
    content: "\f233"
}

.mdi-code-greater-than:before {
    content: "\f234"
}

.mdi-code-less-than:before {
    content: "\f235"
}

.mdi-code-less-than-or-equal:before {
    content: "\f236"
}

.mdi-code-not-equal:before {
    content: "\f237"
}

.mdi-code-not-equal-variant:before {
    content: "\f238"
}

.mdi-code-string:before {
    content: "\f239"
}

.mdi-code-tags:before {
    content: "\f23a"
}

.mdi-codepen:before {
    content: "\f23b"
}

.mdi-coffee:before {
    content: "\f23c"
}

.mdi-coffee-to-go:before {
    content: "\f23d"
}

.mdi-coin:before {
    content: "\f23e"
}

.mdi-color-helper:before {
    content: "\f23f"
}

.mdi-comment:before {
    content: "\f240"
}

.mdi-comment-account:before {
    content: "\f241"
}

.mdi-comment-account-outline:before {
    content: "\f242"
}

.mdi-comment-alert:before {
    content: "\f243"
}

.mdi-comment-alert-outline:before {
    content: "\f244"
}

.mdi-comment-check:before {
    content: "\f245"
}

.mdi-comment-check-outline:before {
    content: "\f246"
}

.mdi-comment-multiple-outline:before {
    content: "\f247"
}

.mdi-comment-outline:before {
    content: "\f248"
}

.mdi-comment-plus-outline:before {
    content: "\f249"
}

.mdi-comment-processing:before {
    content: "\f24a"
}

.mdi-comment-processing-outline:before {
    content: "\f24b"
}

.mdi-comment-remove-outline:before {
    content: "\f24c"
}

.mdi-comment-text:before {
    content: "\f24d"
}

.mdi-comment-text-outline:before {
    content: "\f24e"
}

.mdi-compare:before {
    content: "\f24f"
}

.mdi-compass:before {
    content: "\f250"
}

.mdi-compass-outline:before {
    content: "\f251"
}

.mdi-console:before {
    content: "\f252"
}

.mdi-content-copy:before {
    content: "\f253"
}

.mdi-content-cut:before {
    content: "\f254"
}

.mdi-content-duplicate:before {
    content: "\f255"
}

.mdi-content-paste:before {
    content: "\f256"
}

.mdi-content-save:before {
    content: "\f257"
}

.mdi-content-save-all:before {
    content: "\f258"
}

.mdi-contrast:before {
    content: "\f259"
}

.mdi-contrast-box:before {
    content: "\f25a"
}

.mdi-contrast-circle:before {
    content: "\f25b"
}

.mdi-cow:before {
    content: "\f25c"
}

.mdi-credit-card:before {
    content: "\f25d"
}

.mdi-credit-card-multiple:before {
    content: "\f25e"
}

.mdi-crop:before {
    content: "\f25f"
}

.mdi-crop-free:before {
    content: "\f260"
}

.mdi-crop-landscape:before {
    content: "\f261"
}

.mdi-crop-portrait:before {
    content: "\f262"
}

.mdi-crop-square:before {
    content: "\f263"
}

.mdi-crosshairs:before {
    content: "\f264"
}

.mdi-crosshairs-gps:before {
    content: "\f265"
}

.mdi-crown:before {
    content: "\f266"
}

.mdi-cube:before {
    content: "\f267"
}

.mdi-cube-outline:before {
    content: "\f268"
}

.mdi-cube-unfolded:before {
    content: "\f269"
}

.mdi-cup:before {
    content: "\f26a"
}

.mdi-cup-water:before {
    content: "\f26b"
}

.mdi-currency-btc:before {
    content: "\f26c"
}

.mdi-currency-eur:before {
    content: "\f26d"
}

.mdi-currency-gbp:before {
    content: "\f26e"
}

.mdi-currency-inr:before {
    content: "\f26f"
}

.mdi-currency-rub:before {
    content: "\f270"
}

.mdi-currency-try:before {
    content: "\f271"
}

.mdi-currency-usd:before {
    content: "\f272"
}

.mdi-cursor-default:before {
    content: "\f273"
}

.mdi-cursor-default-outline:before {
    content: "\f274"
}

.mdi-cursor-move:before {
    content: "\f275"
}

.mdi-cursor-pointer:before {
    content: "\f276"
}

.mdi-database:before {
    content: "\f277"
}

.mdi-database-minus:before {
    content: "\f278"
}

.mdi-database-outline:before {
    content: "\f279"
}

.mdi-database-plus:before {
    content: "\f27a"
}

.mdi-debug-step-into:before {
    content: "\f27b"
}

.mdi-debug-step-out:before {
    content: "\f27c"
}

.mdi-debug-step-over:before {
    content: "\f27d"
}

.mdi-decimal-decrease:before {
    content: "\f27e"
}

.mdi-decimal-increase:before {
    content: "\f27f"
}

.mdi-delete:before {
    content: "\f280"
}

.mdi-delete-variant:before {
    content: "\f281"
}

.mdi-deskphone:before {
    content: "\f282"
}

.mdi-desktop-mac:before {
    content: "\f283"
}

.mdi-desktop-tower:before {
    content: "\f284"
}

.mdi-details:before {
    content: "\f285"
}

.mdi-deviantart:before {
    content: "\f286"
}

.mdi-diamond:before {
    content: "\f287"
}

.mdi-dice:before {
    content: "\f288"
}

.mdi-dice-1:before {
    content: "\f289"
}

.mdi-dice-2:before {
    content: "\f28a"
}

.mdi-dice-3:before {
    content: "\f28b"
}

.mdi-dice-4:before {
    content: "\f28c"
}

.mdi-dice-5:before {
    content: "\f28d"
}

.mdi-dice-6:before {
    content: "\f28e"
}

.mdi-directions:before {
    content: "\f28f"
}

.mdi-disk-alert:before {
    content: "\f290"
}

.mdi-disqus:before {
    content: "\f291"
}

.mdi-disqus-outline:before {
    content: "\f292"
}

.mdi-division:before {
    content: "\f293"
}

.mdi-division-box:before {
    content: "\f294"
}

.mdi-dns:before {
    content: "\f295"
}

.mdi-domain:before {
    content: "\f296"
}

.mdi-dots-horizontal:before {
    content: "\f297"
}

.mdi-dots-vertical:before {
    content: "\f298"
}

.mdi-download:before {
    content: "\f299"
}

.mdi-drag:before {
    content: "\f29a"
}

.mdi-drag-horizontal:before {
    content: "\f29b"
}

.mdi-drag-vertical:before {
    content: "\f29c"
}

.mdi-drawing:before {
    content: "\f29d"
}

.mdi-drawing-box:before {
    content: "\f29e"
}

.mdi-dribbble:before {
    content: "\f29f"
}

.mdi-dribbble-box:before {
    content: "\f2a0"
}

.mdi-drone:before {
    content: "\f2a1"
}

.mdi-dropbox:before {
    content: "\f2a2"
}

.mdi-drupal:before {
    content: "\f2a3"
}

.mdi-duck:before {
    content: "\f2a4"
}

.mdi-dumbbell:before {
    content: "\f2a5"
}

.mdi-earth:before {
    content: "\f2a6"
}

.mdi-earth-off:before {
    content: "\f2a7"
}

.mdi-edge:before {
    content: "\f2a8"
}

.mdi-eject:before {
    content: "\f2a9"
}

.mdi-elevation-decline:before {
    content: "\f2aa"
}

.mdi-elevation-rise:before {
    content: "\f2ab"
}

.mdi-elevator:before {
    content: "\f2ac"
}

.mdi-email:before {
    content: "\f2ad"
}

.mdi-email-open:before {
    content: "\f2ae"
}

.mdi-email-outline:before {
    content: "\f2af"
}

.mdi-email-secure:before {
    content: "\f2b0"
}

.mdi-emoticon:before {
    content: "\f2b1"
}

.mdi-emoticon-cool:before {
    content: "\f2b2"
}

.mdi-emoticon-devil:before {
    content: "\f2b3"
}

.mdi-emoticon-happy:before {
    content: "\f2b4"
}

.mdi-emoticon-neutral:before {
    content: "\f2b5"
}

.mdi-emoticon-poop:before {
    content: "\f2b6"
}

.mdi-emoticon-sad:before {
    content: "\f2b7"
}

.mdi-emoticon-tongue:before {
    content: "\f2b8"
}

.mdi-engine:before {
    content: "\f2b9"
}

.mdi-engine-outline:before {
    content: "\f2ba"
}

.mdi-equal:before {
    content: "\f2bb"
}

.mdi-equal-box:before {
    content: "\f2bc"
}

.mdi-eraser:before {
    content: "\f2bd"
}

.mdi-escalator:before {
    content: "\f2be"
}

.mdi-etsy:before {
    content: "\f2bf"
}

.mdi-evernote:before {
    content: "\f2c0"
}

.mdi-exclamation:before {
    content: "\f2c1"
}

.mdi-exit-to-app:before {
    content: "\f2c2"
}

.mdi-export:before {
    content: "\f2c3"
}

.mdi-eye:before {
    content: "\f2c4"
}

.mdi-eye-off:before {
    content: "\f2c5"
}

.mdi-eyedropper:before {
    content: "\f2c6"
}

.mdi-eyedropper-variant:before {
    content: "\f2c7"
}

.mdi-facebook:before {
    content: "\f2c8"
}

.mdi-facebook-box:before {
    content: "\f2c9"
}

.mdi-facebook-messenger:before {
    content: "\f2ca"
}

.mdi-factory:before {
    content: "\f2cb"
}

.mdi-fan:before {
    content: "\f2cc"
}

.mdi-fast-forward:before {
    content: "\f2cd"
}

.mdi-ferry:before {
    content: "\f2ce"
}

.mdi-file:before {
    content: "\f2cf"
}

.mdi-file-cloud:before {
    content: "\f2d0"
}

.mdi-file-delimited:before {
    content: "\f2d1"
}

.mdi-file-document:before {
    content: "\f2d2"
}

.mdi-file-document-box:before {
    content: "\f2d3"
}

.mdi-file-excel:before {
    content: "\f2d4"
}

.mdi-file-excel-box:before {
    content: "\f2d5"
}

.mdi-file-find:before {
    content: "\f2d6"
}

.mdi-file-image:before {
    content: "\f2d7"
}

.mdi-file-image-box:before {
    content: "\f2d8"
}

.mdi-file-multiple:before {
    content: "\f2d9"
}

.mdi-file-music:before {
    content: "\f2da"
}

.mdi-file-outline:before {
    content: "\f2db"
}

.mdi-file-pdf:before {
    content: "\f2dc"
}

.mdi-file-pdf-box:before {
    content: "\f2dd"
}

.mdi-file-powerpoint:before {
    content: "\f2de"
}

.mdi-file-powerpoint-box:before {
    content: "\f2df"
}

.mdi-file-presentation-box:before {
    content: "\f2e0"
}

.mdi-file-video:before {
    content: "\f2e1"
}

.mdi-file-word:before {
    content: "\f2e2"
}

.mdi-file-word-box:before {
    content: "\f2e3"
}

.mdi-file-xml:before {
    content: "\f2e4"
}

.mdi-film:before {
    content: "\f2e5"
}

.mdi-filmstrip:before {
    content: "\f2e6"
}

.mdi-filmstrip-off:before {
    content: "\f2e7"
}

.mdi-filter:before {
    content: "\f2e8"
}

.mdi-filter-outline:before {
    content: "\f2e9"
}

.mdi-filter-remove:before {
    content: "\f2ea"
}

.mdi-filter-remove-outline:before {
    content: "\f2eb"
}

.mdi-filter-variant:before {
    content: "\f2ec"
}

.mdi-fire:before {
    content: "\f2ed"
}

.mdi-firefox:before {
    content: "\f2ee"
}

.mdi-fish:before {
    content: "\f2ef"
}

.mdi-flag:before {
    content: "\f2f0"
}

.mdi-flag-checkered:before {
    content: "\f2f1"
}

.mdi-flag-outline:before {
    content: "\f2f2"
}

.mdi-flag-outline-variant:before {
    content: "\f2f3"
}

.mdi-flag-triangle:before {
    content: "\f2f4"
}

.mdi-flag-variant:before {
    content: "\f2f5"
}

.mdi-flash:before {
    content: "\f2f6"
}

.mdi-flash-auto:before {
    content: "\f2f7"
}

.mdi-flash-off:before {
    content: "\f2f8"
}

.mdi-flashlight:before {
    content: "\f2f9"
}

.mdi-flashlight-off:before {
    content: "\f2fa"
}

.mdi-flattr:before {
    content: "\f2fb"
}

.mdi-flip-to-back:before {
    content: "\f2fc"
}

.mdi-flip-to-front:before {
    content: "\f2fd"
}

.mdi-floppy:before {
    content: "\f2fe"
}

.mdi-flower:before {
    content: "\f2ff"
}

.mdi-folder:before {
    content: "\f300"
}

.mdi-folder-account:before {
    content: "\f301"
}

.mdi-folder-download:before {
    content: "\f302"
}

.mdi-folder-google-drive:before {
    content: "\f303"
}

.mdi-folder-image:before {
    content: "\f304"
}

.mdi-folder-lock:before {
    content: "\f305"
}

.mdi-folder-lock-open:before {
    content: "\f306"
}

.mdi-folder-move:before {
    content: "\f307"
}

.mdi-folder-multiple:before {
    content: "\f308"
}

.mdi-folder-multiple-image:before {
    content: "\f309"
}

.mdi-folder-multiple-outline:before {
    content: "\f30a"
}

.mdi-folder-outline:before {
    content: "\f30b"
}

.mdi-folder-plus:before {
    content: "\f30c"
}

.mdi-folder-remove:before {
    content: "\f30d"
}

.mdi-folder-upload:before {
    content: "\f30e"
}

.mdi-food:before {
    content: "\f30f"
}

.mdi-food-apple:before {
    content: "\f310"
}

.mdi-food-variant:before {
    content: "\f311"
}

.mdi-football:before {
    content: "\f312"
}

.mdi-football-helmet:before {
    content: "\f313"
}

.mdi-format-align-center:before {
    content: "\f314"
}

.mdi-format-align-justify:before {
    content: "\f315"
}

.mdi-format-align-left:before {
    content: "\f316"
}

.mdi-format-align-right:before {
    content: "\f317"
}

.mdi-format-bold:before {
    content: "\f318"
}

.mdi-format-clear:before {
    content: "\f319"
}

.mdi-format-color-fill:before {
    content: "\f31a"
}

.mdi-format-float-center:before {
    content: "\f31b"
}

.mdi-format-float-left:before {
    content: "\f31c"
}

.mdi-format-float-none:before {
    content: "\f31d"
}

.mdi-format-float-right:before {
    content: "\f31e"
}

.mdi-format-header-1:before {
    content: "\f31f"
}

.mdi-format-header-2:before {
    content: "\f320"
}

.mdi-format-header-3:before {
    content: "\f321"
}

.mdi-format-header-4:before {
    content: "\f322"
}

.mdi-format-header-5:before {
    content: "\f323"
}

.mdi-format-header-6:before {
    content: "\f324"
}

.mdi-format-header-decrease:before {
    content: "\f325"
}

.mdi-format-header-equal:before {
    content: "\f326"
}

.mdi-format-header-increase:before {
    content: "\f327"
}

.mdi-format-header-pound:before {
    content: "\f328"
}

.mdi-format-indent-decrease:before {
    content: "\f329"
}

.mdi-format-indent-increase:before {
    content: "\f32a"
}

.mdi-format-italic:before {
    content: "\f32b"
}

.mdi-format-line-spacing:before {
    content: "\f32c"
}

.mdi-format-list-bulleted:before {
    content: "\f32d"
}

.mdi-format-list-numbers:before {
    content: "\f32e"
}

.mdi-format-paint:before {
    content: "\f32f"
}

.mdi-format-paragraph:before {
    content: "\f330"
}

.mdi-format-quote:before {
    content: "\f331"
}

.mdi-format-size:before {
    content: "\f332"
}

.mdi-format-strikethrough:before {
    content: "\f333"
}

.mdi-format-subscript:before {
    content: "\f334"
}

.mdi-format-superscript:before {
    content: "\f335"
}

.mdi-format-text:before {
    content: "\f336"
}

.mdi-format-textdirection-l-to-r:before {
    content: "\f337"
}

.mdi-format-textdirection-r-to-l:before {
    content: "\f338"
}

.mdi-format-underline:before {
    content: "\f339"
}

.mdi-format-wrap-inline:before {
    content: "\f33a"
}

.mdi-format-wrap-square:before {
    content: "\f33b"
}

.mdi-format-wrap-tight:before {
    content: "\f33c"
}

.mdi-format-wrap-top-bottom:before {
    content: "\f33d"
}

.mdi-forum:before {
    content: "\f33e"
}

.mdi-forward:before {
    content: "\f33f"
}

.mdi-foursquare:before {
    content: "\f340"
}

.mdi-fridge:before {
    content: "\f341"
}

.mdi-fullscreen:before {
    content: "\f342"
}

.mdi-fullscreen-exit:before {
    content: "\f343"
}

.mdi-function:before {
    content: "\f344"
}

.mdi-gamepad:before {
    content: "\f345"
}

.mdi-gamepad-variant:before {
    content: "\f346"
}

.mdi-gas-station:before {
    content: "\f347"
}

.mdi-gavel:before {
    content: "\f348"
}

.mdi-gender-female:before {
    content: "\f349"
}

.mdi-gender-male:before {
    content: "\f34a"
}

.mdi-gender-male-female:before {
    content: "\f34b"
}

.mdi-gender-transgender:before {
    content: "\f34c"
}

.mdi-gift:before {
    content: "\f34d"
}

.mdi-git:before {
    content: "\f34e"
}

.mdi-github-box:before {
    content: "\f34f"
}

.mdi-github-circle:before {
    content: "\f350"
}

.mdi-glass-flute:before {
    content: "\f351"
}

.mdi-glass-mug:before {
    content: "\f352"
}

.mdi-glass-stange:before {
    content: "\f353"
}

.mdi-glass-tulip:before {
    content: "\f354"
}

.mdi-glasses:before {
    content: "\f355"
}

.mdi-gmail:before {
    content: "\f356"
}

.mdi-google:before {
    content: "\f357"
}

.mdi-google-chrome:before {
    content: "\f358"
}

.mdi-google-circles:before {
    content: "\f359"
}

.mdi-google-circles-communities:before {
    content: "\f35a"
}

.mdi-google-circles-extended:before {
    content: "\f35b"
}

.mdi-google-circles-group:before {
    content: "\f35c"
}

.mdi-google-controller:before {
    content: "\f35d"
}

.mdi-google-controller-off:before {
    content: "\f35e"
}

.mdi-google-drive:before {
    content: "\f35f"
}

.mdi-google-earth:before {
    content: "\f360"
}

.mdi-google-glass:before {
    content: "\f361"
}

.mdi-google-maps:before {
    content: "\f362"
}

.mdi-google-pages:before {
    content: "\f363"
}

.mdi-google-play:before {
    content: "\f364"
}

.mdi-google-plus:before {
    content: "\f365"
}

.mdi-google-plus-box:before {
    content: "\f366"
}

.mdi-grid:before {
    content: "\f367"
}

.mdi-grid-off:before {
    content: "\f368"
}

.mdi-group:before {
    content: "\f369"
}

.mdi-guitar:before {
    content: "\f36a"
}

.mdi-guitar-pick:before {
    content: "\f36b"
}

.mdi-guitar-pick-outline:before {
    content: "\f36c"
}

.mdi-hand-pointing-right:before {
    content: "\f36d"
}

.mdi-hanger:before {
    content: "\f36e"
}

.mdi-hangouts:before {
    content: "\f36f"
}

.mdi-harddisk:before {
    content: "\f370"
}

.mdi-headphones:before {
    content: "\f371"
}

.mdi-headphones-box:before {
    content: "\f372"
}

.mdi-headphones-settings:before {
    content: "\f373"
}

.mdi-headset:before {
    content: "\f374"
}

.mdi-headset-dock:before {
    content: "\f375"
}

.mdi-headset-off:before {
    content: "\f376"
}

.mdi-heart:before {
    content: "\f377"
}

.mdi-heart-box:before {
    content: "\f378"
}

.mdi-heart-box-outline:before {
    content: "\f379"
}

.mdi-heart-broken:before {
    content: "\f37a"
}

.mdi-heart-outline:before {
    content: "\f37b"
}

.mdi-help:before {
    content: "\f37c"
}

.mdi-help-circle:before {
    content: "\f37d"
}

.mdi-hexagon:before {
    content: "\f37e"
}

.mdi-hexagon-outline:before {
    content: "\f37f"
}

.mdi-history:before {
    content: "\f380"
}

.mdi-hololens:before {
    content: "\f381"
}

.mdi-home:before {
    content: "\f382"
}

.mdi-home-modern:before {
    content: "\f383"
}

.mdi-home-variant:before {
    content: "\f384"
}

.mdi-hops:before {
    content: "\f385"
}

.mdi-hospital:before {
    content: "\f386"
}

.mdi-hospital-building:before {
    content: "\f387"
}

.mdi-hospital-marker:before {
    content: "\f388"
}

.mdi-hotel:before {
    content: "\f389"
}

.mdi-houzz:before {
    content: "\f38a"
}

.mdi-houzz-box:before {
    content: "\f38b"
}

.mdi-human:before {
    content: "\f38c"
}

.mdi-human-child:before {
    content: "\f38d"
}

.mdi-human-male-female:before {
    content: "\f38e"
}

.mdi-image-album:before {
    content: "\f38f"
}

.mdi-image-area:before {
    content: "\f390"
}

.mdi-image-area-close:before {
    content: "\f391"
}

.mdi-image-broken:before {
    content: "\f392"
}

.mdi-image-filter:before {
    content: "\f393"
}

.mdi-image-filter-black-white:before {
    content: "\f394"
}

.mdi-image-filter-center-focus:before {
    content: "\f395"
}

.mdi-image-filter-drama:before {
    content: "\f396"
}

.mdi-image-filter-frames:before {
    content: "\f397"
}

.mdi-image-filter-hdr:before {
    content: "\f398"
}

.mdi-image-filter-none:before {
    content: "\f399"
}

.mdi-image-filter-tilt-shift:before {
    content: "\f39a"
}

.mdi-image-filter-vintage:before {
    content: "\f39b"
}

.mdi-import:before {
    content: "\f39c"
}

.mdi-inbox:before {
    content: "\f39d"
}

.mdi-information:before {
    content: "\f39e"
}

.mdi-information-outline:before {
    content: "\f39f"
}

.mdi-instagram:before {
    content: "\f3a0"
}

.mdi-instapaper:before {
    content: "\f3a1"
}

.mdi-internet-explorer:before {
    content: "\f3a2"
}

.mdi-invert-colors:before {
    content: "\f3a3"
}

.mdi-jira:before {
    content: "\f3a4"
}

.mdi-jsfiddle:before {
    content: "\f3a5"
}

.mdi-keg:before {
    content: "\f3a6"
}

.mdi-key:before {
    content: "\f3a7"
}

.mdi-key-change:before {
    content: "\f3a8"
}

.mdi-key-minus:before {
    content: "\f3a9"
}

.mdi-key-plus:before {
    content: "\f3aa"
}

.mdi-key-remove:before {
    content: "\f3ab"
}

.mdi-key-variant:before {
    content: "\f3ac"
}

.mdi-keyboard:before {
    content: "\f3ad"
}

.mdi-keyboard-backspace:before {
    content: "\f3ae"
}

.mdi-keyboard-caps:before {
    content: "\f3af"
}

.mdi-keyboard-close:before {
    content: "\f3b0"
}

.mdi-keyboard-off:before {
    content: "\f3b1"
}

.mdi-keyboard-return:before {
    content: "\f3b2"
}

.mdi-keyboard-tab:before {
    content: "\f3b3"
}

.mdi-keyboard-variant:before {
    content: "\f3b4"
}

.mdi-label:before {
    content: "\f3b5"
}

.mdi-label-outline:before {
    content: "\f3b6"
}

.mdi-language-csharp:before {
    content: "\f3b7"
}

.mdi-language-css3:before {
    content: "\f3b8"
}

.mdi-language-html5:before {
    content: "\f3b9"
}

.mdi-language-javascript:before {
    content: "\f3ba"
}

.mdi-language-python:before {
    content: "\f3bb"
}

.mdi-language-python-text:before {
    content: "\f3bc"
}

.mdi-laptop:before {
    content: "\f3bd"
}

.mdi-laptop-chromebook:before {
    content: "\f3be"
}

.mdi-laptop-mac:before {
    content: "\f3bf"
}

.mdi-laptop-windows:before {
    content: "\f3c0"
}

.mdi-lastfm:before {
    content: "\f3c1"
}

.mdi-launch:before {
    content: "\f3c2"
}

.mdi-layers:before {
    content: "\f3c3"
}

.mdi-layers-off:before {
    content: "\f3c4"
}

.mdi-leaf:before {
    content: "\f3c5"
}

.mdi-library:before {
    content: "\f3c6"
}

.mdi-library-books:before {
    content: "\f3c7"
}

.mdi-library-music:before {
    content: "\f3c8"
}

.mdi-library-plus:before {
    content: "\f3c9"
}

.mdi-lightbulb:before {
    content: "\f3ca"
}

.mdi-lightbulb-outline:before {
    content: "\f3cb"
}

.mdi-link:before {
    content: "\f3cc"
}

.mdi-link-off:before {
    content: "\f3cd"
}

.mdi-link-variant:before {
    content: "\f3ce"
}

.mdi-link-variant-off:before {
    content: "\f3cf"
}

.mdi-linkedin:before {
    content: "\f3d0"
}

.mdi-linkedin-box:before {
    content: "\f3d1"
}

.mdi-linux:before {
    content: "\f3d2"
}

.mdi-lock:before {
    content: "\f3d3"
}

.mdi-lock-open:before {
    content: "\f3d4"
}

.mdi-lock-open-outline:before {
    content: "\f3d5"
}

.mdi-lock-outline:before {
    content: "\f3d6"
}

.mdi-login:before {
    content: "\f3d7"
}

.mdi-logout:before {
    content: "\f3d8"
}

.mdi-looks:before {
    content: "\f3d9"
}

.mdi-loupe:before {
    content: "\f3da"
}

.mdi-lumx:before {
    content: "\f3db"
}

.mdi-magnet:before {
    content: "\f3dc"
}

.mdi-magnet-on:before {
    content: "\f3dd"
}

.mdi-magnify:before {
    content: "\f3de"
}

.mdi-magnify-minus:before {
    content: "\f3df"
}

.mdi-magnify-plus:before {
    content: "\f3e0"
}

.mdi-mail-ru:before {
    content: "\f3e1"
}

.mdi-map:before {
    content: "\f3e2"
}

.mdi-map-marker:before {
    content: "\f3e3"
}

.mdi-map-marker-circle:before {
    content: "\f3e4"
}

.mdi-map-marker-multiple:before {
    content: "\f3e5"
}

.mdi-map-marker-off:before {
    content: "\f3e6"
}

.mdi-map-marker-radius:before {
    content: "\f3e7"
}

.mdi-margin:before {
    content: "\f3e8"
}

.mdi-markdown:before {
    content: "\f3e9"
}

.mdi-marker-check:before {
    content: "\f3ea"
}

.mdi-martini:before {
    content: "\f3eb"
}

.mdi-material-ui:before {
    content: "\f3ec"
}

.mdi-math-compass:before {
    content: "\f3ed"
}

.mdi-maxcdn:before {
    content: "\f3ee"
}

.mdi-medium:before {
    content: "\f3ef"
}

.mdi-memory:before {
    content: "\f3f0"
}

.mdi-menu:before {
    content: "\f3f1"
}

.mdi-menu-down:before {
    content: "\f3f2"
}

.mdi-menu-left:before {
    content: "\f3f3"
}

.mdi-menu-right:before {
    content: "\f3f4"
}

.mdi-menu-up:before {
    content: "\f3f5"
}

.mdi-message:before {
    content: "\f3f6"
}

.mdi-message-alert:before {
    content: "\f3f7"
}

.mdi-message-draw:before {
    content: "\f3f8"
}

.mdi-message-image:before {
    content: "\f3f9"
}

.mdi-message-processing:before {
    content: "\f3fa"
}

.mdi-message-reply:before {
    content: "\f3fb"
}

.mdi-message-text:before {
    content: "\f3fc"
}

.mdi-message-text-outline:before {
    content: "\f3fd"
}

.mdi-message-video:before {
    content: "\f3fe"
}

.mdi-microphone:before {
    content: "\f3ff"
}

.mdi-microphone-off:before {
    content: "\f400"
}

.mdi-microphone-outline:before {
    content: "\f401"
}

.mdi-microphone-settings:before {
    content: "\f402"
}

.mdi-microphone-variant:before {
    content: "\f403"
}

.mdi-microphone-variant-off:before {
    content: "\f404"
}

.mdi-minus:before {
    content: "\f405"
}

.mdi-minus-box:before {
    content: "\f406"
}

.mdi-minus-circle:before {
    content: "\f407"
}

.mdi-minus-circle-outline:before {
    content: "\f408"
}

.mdi-minus-network:before {
    content: "\f409"
}

.mdi-monitor:before {
    content: "\f40a"
}

.mdi-monitor-multiple:before {
    content: "\f40b"
}

.mdi-more:before {
    content: "\f40c"
}

.mdi-motorbike:before {
    content: "\f40d"
}

.mdi-mouse:before {
    content: "\f40e"
}

.mdi-mouse-off:before {
    content: "\f40f"
}

.mdi-mouse-variant:before {
    content: "\f410"
}

.mdi-mouse-variant-off:before {
    content: "\f411"
}

.mdi-movie:before {
    content: "\f412"
}

.mdi-multiplication:before {
    content: "\f413"
}

.mdi-multiplication-box:before {
    content: "\f414"
}

.mdi-music-box:before {
    content: "\f415"
}

.mdi-music-box-outline:before {
    content: "\f416"
}

.mdi-music-circle:before {
    content: "\f417"
}

.mdi-music-note:before {
    content: "\f418"
}

.mdi-music-note-eighth:before {
    content: "\f419"
}

.mdi-music-note-half:before {
    content: "\f41a"
}

.mdi-music-note-off:before {
    content: "\f41b"
}

.mdi-music-note-quarter:before {
    content: "\f41c"
}

.mdi-music-note-sixteenth:before {
    content: "\f41d"
}

.mdi-music-note-whole:before {
    content: "\f41e"
}

.mdi-nature:before {
    content: "\f41f"
}

.mdi-nature-people:before {
    content: "\f420"
}

.mdi-navigation:before {
    content: "\f421"
}

.mdi-needle:before {
    content: "\f422"
}

.mdi-nest-protect:before {
    content: "\f423"
}

.mdi-nest-thermostat:before {
    content: "\f424"
}

.mdi-newspaper:before {
    content: "\f425"
}

.mdi-nfc:before {
    content: "\f426"
}

.mdi-nfc-tap:before {
    content: "\f427"
}

.mdi-nfc-variant:before {
    content: "\f428"
}

.mdi-note:before {
    content: "\f429"
}

.mdi-note-outline:before {
    content: "\f42a"
}

.mdi-note-text:before {
    content: "\f42b"
}

.mdi-numeric:before {
    content: "\f42c"
}

.mdi-numeric-0-box:before {
    content: "\f42d"
}

.mdi-numeric-0-box-multiple-outline:before {
    content: "\f42e"
}

.mdi-numeric-0-box-outline:before {
    content: "\f42f"
}

.mdi-numeric-1-box:before {
    content: "\f430"
}

.mdi-numeric-1-box-multiple-outline:before {
    content: "\f431"
}

.mdi-numeric-1-box-outline:before {
    content: "\f432"
}

.mdi-numeric-2-box:before {
    content: "\f433"
}

.mdi-numeric-2-box-multiple-outline:before {
    content: "\f434"
}

.mdi-numeric-2-box-outline:before {
    content: "\f435"
}

.mdi-numeric-3-box:before {
    content: "\f436"
}

.mdi-numeric-3-box-multiple-outline:before {
    content: "\f437"
}

.mdi-numeric-3-box-outline:before {
    content: "\f438"
}

.mdi-numeric-4-box:before {
    content: "\f439"
}

.mdi-numeric-4-box-multiple-outline:before {
    content: "\f43a"
}

.mdi-numeric-4-box-outline:before {
    content: "\f43b"
}

.mdi-numeric-5-box:before {
    content: "\f43c"
}

.mdi-numeric-5-box-multiple-outline:before {
    content: "\f43d"
}

.mdi-numeric-5-box-outline:before {
    content: "\f43e"
}

.mdi-numeric-6-box:before {
    content: "\f43f"
}

.mdi-numeric-6-box-multiple-outline:before {
    content: "\f440"
}

.mdi-numeric-6-box-outline:before {
    content: "\f441"
}

.mdi-numeric-7-box:before {
    content: "\f442"
}

.mdi-numeric-7-box-multiple-outline:before {
    content: "\f443"
}

.mdi-numeric-7-box-outline:before {
    content: "\f444"
}

.mdi-numeric-8-box:before {
    content: "\f445"
}

.mdi-numeric-8-box-multiple-outline:before {
    content: "\f446"
}

.mdi-numeric-8-box-outline:before {
    content: "\f447"
}

.mdi-numeric-9-box:before {
    content: "\f448"
}

.mdi-numeric-9-box-multiple-outline:before {
    content: "\f449"
}

.mdi-numeric-9-box-outline:before {
    content: "\f44a"
}

.mdi-numeric-9-plus-box:before {
    content: "\f44b"
}

.mdi-numeric-9-plus-box-multiple-outline:before {
    content: "\f44c"
}

.mdi-numeric-9-plus-box-outline:before {
    content: "\f44d"
}

.mdi-nutriton:before {
    content: "\f44e"
}

.mdi-odnoklassniki:before {
    content: "\f44f"
}

.mdi-office:before {
    content: "\f450"
}

.mdi-oil:before {
    content: "\f451"
}

.mdi-omega:before {
    content: "\f452"
}

.mdi-onedrive:before {
    content: "\f453"
}

.mdi-open-in-app:before {
    content: "\f454"
}

.mdi-open-in-new:before {
    content: "\f455"
}

.mdi-ornament:before {
    content: "\f456"
}

.mdi-ornament-variant:before {
    content: "\f457"
}

.mdi-outbox:before {
    content: "\f458"
}

.mdi-owl:before {
    content: "\f459"
}

.mdi-package:before {
    content: "\f45a"
}

.mdi-package-down:before {
    content: "\f45b"
}

.mdi-package-up:before {
    content: "\f45c"
}

.mdi-package-variant:before {
    content: "\f45d"
}

.mdi-package-variant-closed:before {
    content: "\f45e"
}

.mdi-palette:before {
    content: "\f45f"
}

.mdi-palette-advanced:before {
    content: "\f460"
}

.mdi-panda:before {
    content: "\f461"
}

.mdi-pandora:before {
    content: "\f462"
}

.mdi-panorama:before {
    content: "\f463"
}

.mdi-panorama-fisheye:before {
    content: "\f464"
}

.mdi-panorama-horizontal:before {
    content: "\f465"
}

.mdi-panorama-vertical:before {
    content: "\f466"
}

.mdi-panorama-wide-angle:before {
    content: "\f467"
}

.mdi-paper-cut-vertical:before {
    content: "\f468"
}

.mdi-paperclip:before {
    content: "\f469"
}

.mdi-parking:before {
    content: "\f46a"
}

.mdi-pause:before {
    content: "\f46b"
}

.mdi-pause-circle:before {
    content: "\f46c"
}

.mdi-pause-circle-outline:before {
    content: "\f46d"
}

.mdi-pause-octagon:before {
    content: "\f46e"
}

.mdi-pause-octagon-outline:before {
    content: "\f46f"
}

.mdi-paw:before {
    content: "\f470"
}

.mdi-pen:before {
    content: "\f471"
}

.mdi-pencil:before {
    content: "\f472"
}

.mdi-pencil-box:before {
    content: "\f473"
}

.mdi-pencil-box-outline:before {
    content: "\f474"
}

.mdi-percent:before {
    content: "\f475"
}

.mdi-pharmacy:before {
    content: "\f476"
}

.mdi-phone:before {
    content: "\f477"
}

.mdi-phone-bluetooth:before {
    content: "\f478"
}

.mdi-phone-forward:before {
    content: "\f479"
}

.mdi-phone-hangup:before {
    content: "\f47a"
}

.mdi-phone-in-talk:before {
    content: "\f47b"
}

.mdi-phone-incoming:before {
    content: "\f47c"
}

.mdi-phone-locked:before {
    content: "\f47d"
}

.mdi-phone-log:before {
    content: "\f47e"
}

.mdi-phone-missed:before {
    content: "\f47f"
}

.mdi-phone-outgoing:before {
    content: "\f480"
}

.mdi-phone-paused:before {
    content: "\f481"
}

.mdi-phone-settings:before {
    content: "\f482"
}

.mdi-pig:before {
    content: "\f483"
}

.mdi-pill:before {
    content: "\f484"
}

.mdi-pin:before {
    content: "\f485"
}

.mdi-pin-off:before {
    content: "\f486"
}

.mdi-pine-tree:before {
    content: "\f487"
}

.mdi-pine-tree-box:before {
    content: "\f488"
}

.mdi-pinterest:before {
    content: "\f489"
}

.mdi-pinterest-box:before {
    content: "\f48a"
}

.mdi-pizza:before {
    content: "\f48b"
}

.mdi-play:before {
    content: "\f48c"
}

.mdi-play-box-outline:before {
    content: "\f48d"
}

.mdi-play-circle:before {
    content: "\f48e"
}

.mdi-play-circle-outline:before {
    content: "\f48f"
}

.mdi-playlist-minus:before {
    content: "\f490"
}

.mdi-playlist-plus:before {
    content: "\f491"
}

.mdi-playstation:before {
    content: "\f492"
}

.mdi-plus:before {
    content: "\f493"
}

.mdi-plus-box:before {
    content: "\f494"
}

.mdi-plus-circle:before {
    content: "\f495"
}

.mdi-plus-circle-outline:before {
    content: "\f496"
}

.mdi-plus-network:before {
    content: "\f497"
}

.mdi-plus-one:before {
    content: "\f498"
}

.mdi-pocket:before {
    content: "\f499"
}

.mdi-poll:before {
    content: "\f49a"
}

.mdi-poll-box:before {
    content: "\f49b"
}

.mdi-polymer:before {
    content: "\f49c"
}

.mdi-popcorn:before {
    content: "\f49d"
}

.mdi-pound:before {
    content: "\f49e"
}

.mdi-pound-box:before {
    content: "\f49f"
}

.mdi-power:before {
    content: "\f4a0"
}

.mdi-power-settings:before {
    content: "\f4a1"
}

.mdi-power-socket:before {
    content: "\f4a2"
}

.mdi-presentation:before {
    content: "\f4a3"
}

.mdi-presentation-play:before {
    content: "\f4a4"
}

.mdi-printer:before {
    content: "\f4a5"
}

.mdi-printer-3d:before {
    content: "\f4a6"
}

.mdi-pulse:before {
    content: "\f4a7"
}

.mdi-puzzle:before {
    content: "\f4a8"
}

.mdi-qrcode:before {
    content: "\f4a9"
}

.mdi-quadcopter:before {
    content: "\f4aa"
}

.mdi-quality-high:before {
    content: "\f4ab"
}

.mdi-quicktime:before {
    content: "\f4ac"
}

.mdi-radiator:before {
    content: "\f4ad"
}

.mdi-radio:before {
    content: "\f4ae"
}

.mdi-radio-tower:before {
    content: "\f4af"
}

.mdi-radioactive:before {
    content: "\f4b0"
}

.mdi-radiobox-blank:before {
    content: "\f4b1"
}

.mdi-radiobox-marked:before {
    content: "\f4b2"
}

.mdi-raspberrypi:before {
    content: "\f4b3"
}

.mdi-rdio:before {
    content: "\f4b4"
}

.mdi-read:before {
    content: "\f4b5"
}

.mdi-readability:before {
    content: "\f4b6"
}

.mdi-receipt:before {
    content: "\f4b7"
}

.mdi-recycle:before {
    content: "\f4b8"
}

.mdi-redo:before {
    content: "\f4b9"
}

.mdi-redo-variant:before {
    content: "\f4ba"
}

.mdi-refresh:before {
    content: "\f4bb"
}

.mdi-relative-scale:before {
    content: "\f4bc"
}

.mdi-reload:before {
    content: "\f4bd"
}

.mdi-remote:before {
    content: "\f4be"
}

.mdi-rename-box:before {
    content: "\f4bf"
}

.mdi-repeat:before {
    content: "\f4c0"
}

.mdi-repeat-off:before {
    content: "\f4c1"
}

.mdi-repeat-once:before {
    content: "\f4c2"
}

.mdi-replay:before {
    content: "\f4c3"
}

.mdi-reply:before {
    content: "\f4c4"
}

.mdi-reply-all:before {
    content: "\f4c5"
}

.mdi-reproduction:before {
    content: "\f4c6"
}

.mdi-resize-bottom-right:before {
    content: "\f4c7"
}

.mdi-responsive:before {
    content: "\f4c8"
}

.mdi-rewind:before {
    content: "\f4c9"
}

.mdi-ribbon:before {
    content: "\f4ca"
}

.mdi-road:before {
    content: "\f4cb"
}

.mdi-rocket:before {
    content: "\f4cc"
}

.mdi-rotate-3d:before {
    content: "\f4cd"
}

.mdi-rotate-left:before {
    content: "\f4ce"
}

.mdi-rotate-left-variant:before {
    content: "\f4cf"
}

.mdi-rotate-right:before {
    content: "\f4d0"
}

.mdi-rotate-right-variant:before {
    content: "\f4d1"
}

.mdi-routes:before {
    content: "\f4d2"
}

.mdi-rss:before {
    content: "\f4d3"
}

.mdi-rss-box:before {
    content: "\f4d4"
}

.mdi-ruler:before {
    content: "\f4d5"
}

.mdi-run:before {
    content: "\f4d6"
}

.mdi-sale:before {
    content: "\f4d7"
}

.mdi-satellite:before {
    content: "\f4d8"
}

.mdi-satellite-variant:before {
    content: "\f4d9"
}

.mdi-scale:before {
    content: "\f4da"
}

.mdi-scale-bathroom:before {
    content: "\f4db"
}

.mdi-school:before {
    content: "\f4dc"
}

.mdi-screen-rotation:before {
    content: "\f4dd"
}

.mdi-screen-rotation-lock:before {
    content: "\f4de"
}

.mdi-script:before {
    content: "\f4df"
}

.mdi-sd:before {
    content: "\f4e0"
}

.mdi-security:before {
    content: "\f4e1"
}

.mdi-security-network:before {
    content: "\f4e2"
}

.mdi-select:before {
    content: "\f4e3"
}

.mdi-select-all:before {
    content: "\f4e4"
}

.mdi-select-inverse:before {
    content: "\f4e5"
}

.mdi-select-off:before {
    content: "\f4e6"
}

.mdi-send:before {
    content: "\f4e7"
}

.mdi-server:before {
    content: "\f4e8"
}

.mdi-server-minus:before {
    content: "\f4e9"
}

.mdi-server-network:before {
    content: "\f4ea"
}

.mdi-server-network-off:before {
    content: "\f4eb"
}

.mdi-server-off:before {
    content: "\f4ec"
}

.mdi-server-plus:before {
    content: "\f4ed"
}

.mdi-server-remove:before {
    content: "\f4ee"
}

.mdi-server-security:before {
    content: "\f4ef"
}

.mdi-settings:before {
    content: "\f4f0"
}

.mdi-settings-box:before {
    content: "\f4f1"
}

.mdi-shape-plus:before {
    content: "\f4f2"
}

.mdi-share:before {
    content: "\f4f3"
}

.mdi-share-variant:before {
    content: "\f4f4"
}

.mdi-shield:before {
    content: "\f4f5"
}

.mdi-shield-outline:before {
    content: "\f4f6"
}

.mdi-shopping:before {
    content: "\f4f7"
}

.mdi-shopping-music:before {
    content: "\f4f8"
}

.mdi-shuffle:before {
    content: "\f4f9"
}

.mdi-sigma:before {
    content: "\f4fa"
}

.mdi-sign-caution:before {
    content: "\f4fb"
}

.mdi-signal:before {
    content: "\f4fc"
}

.mdi-silverware:before {
    content: "\f4fd"
}

.mdi-silverware-fork:before {
    content: "\f4fe"
}

.mdi-silverware-spoon:before {
    content: "\f4ff"
}

.mdi-silverware-variant:before {
    content: "\f500"
}

.mdi-sim-alert:before {
    content: "\f501"
}

.mdi-sitemap:before {
    content: "\f502"
}

.mdi-skip-next:before {
    content: "\f503"
}

.mdi-skip-previous:before {
    content: "\f504"
}

.mdi-skype:before {
    content: "\f505"
}

.mdi-skype-business:before {
    content: "\f506"
}

.mdi-sleep:before {
    content: "\f507"
}

.mdi-sleep-off:before {
    content: "\f508"
}

.mdi-smoking:before {
    content: "\f509"
}

.mdi-smoking-off:before {
    content: "\f50a"
}

.mdi-snapchat:before {
    content: "\f50b"
}

.mdi-snowman:before {
    content: "\f50c"
}

.mdi-sofa:before {
    content: "\f50d"
}

.mdi-sort:before {
    content: "\f50e"
}

.mdi-sort-alphabetical:before {
    content: "\f50f"
}

.mdi-sort-ascending:before {
    content: "\f510"
}

.mdi-sort-descending:before {
    content: "\f511"
}

.mdi-sort-numeric:before {
    content: "\f512"
}

.mdi-sort-variant:before {
    content: "\f513"
}

.mdi-soundcloud:before {
    content: "\f514"
}

.mdi-source-fork:before {
    content: "\f515"
}

.mdi-source-pull:before {
    content: "\f516"
}

.mdi-speaker:before {
    content: "\f517"
}

.mdi-speaker-off:before {
    content: "\f518"
}

.mdi-speedometer:before {
    content: "\f519"
}

.mdi-spellcheck:before {
    content: "\f51a"
}

.mdi-spotify:before {
    content: "\f51b"
}

.mdi-spotlight:before {
    content: "\f51c"
}

.mdi-spotlight-beam:before {
    content: "\f51d"
}

.mdi-square-inc:before {
    content: "\f51e"
}

.mdi-square-inc-cash:before {
    content: "\f51f"
}

.mdi-stackoverflow:before {
    content: "\f520"
}

.mdi-star:before {
    content: "\f521"
}

.mdi-star-circle:before {
    content: "\f522"
}

.mdi-star-half:before {
    content: "\f523"
}

.mdi-star-outline:before {
    content: "\f524"
}

.mdi-steam:before {
    content: "\f525"
}

.mdi-stethoscope:before {
    content: "\f526"
}

.mdi-stocking:before {
    content: "\f527"
}

.mdi-stop:before {
    content: "\f528"
}

.mdi-store:before {
    content: "\f529"
}

.mdi-store-24-hour:before {
    content: "\f52a"
}

.mdi-stove:before {
    content: "\f52b"
}

.mdi-subway:before {
    content: "\f52c"
}

.mdi-sunglasses:before {
    content: "\f52d"
}

.mdi-swap-horizontal:before {
    content: "\f52e"
}

.mdi-swap-vertical:before {
    content: "\f52f"
}

.mdi-swim:before {
    content: "\f530"
}

.mdi-sword:before {
    content: "\f531"
}

.mdi-sync:before {
    content: "\f532"
}

.mdi-sync-alert:before {
    content: "\f533"
}

.mdi-sync-off:before {
    content: "\f534"
}

.mdi-tab:before {
    content: "\f535"
}

.mdi-tab-unselected:before {
    content: "\f536"
}

.mdi-table:before {
    content: "\f537"
}

.mdi-table-column-plus-after:before {
    content: "\f538"
}

.mdi-table-column-plus-before:before {
    content: "\f539"
}

.mdi-table-column-remove:before {
    content: "\f53a"
}

.mdi-table-column-width:before {
    content: "\f53b"
}

.mdi-table-edit:before {
    content: "\f53c"
}

.mdi-table-large:before {
    content: "\f53d"
}

.mdi-table-row-height:before {
    content: "\f53e"
}

.mdi-table-row-plus-after:before {
    content: "\f53f"
}

.mdi-table-row-plus-before:before {
    content: "\f540"
}

.mdi-table-row-remove:before {
    content: "\f541"
}

.mdi-tablet:before {
    content: "\f542"
}

.mdi-tablet-android:before {
    content: "\f543"
}

.mdi-tablet-ipad:before {
    content: "\f544"
}

.mdi-tag:before {
    content: "\f545"
}

.mdi-tag-faces:before {
    content: "\f546"
}

.mdi-tag-multiple:before {
    content: "\f547"
}

.mdi-tag-outline:before {
    content: "\f548"
}

.mdi-tag-text-outline:before {
    content: "\f549"
}

.mdi-taxi:before {
    content: "\f54a"
}

.mdi-teamviewer:before {
    content: "\f54b"
}

.mdi-telegram:before {
    content: "\f54c"
}

.mdi-television:before {
    content: "\f54d"
}

.mdi-television-guide:before {
    content: "\f54e"
}

.mdi-temperature-celsius:before {
    content: "\f54f"
}

.mdi-temperature-fahrenheit:before {
    content: "\f550"
}

.mdi-temperature-kelvin:before {
    content: "\f551"
}

.mdi-tennis:before {
    content: "\f552"
}

.mdi-tent:before {
    content: "\f553"
}

.mdi-terrain:before {
    content: "\f554"
}

.mdi-text-to-speech:before {
    content: "\f555"
}

.mdi-text-to-speech-off:before {
    content: "\f556"
}

.mdi-texture:before {
    content: "\f557"
}

.mdi-theater:before {
    content: "\f558"
}

.mdi-theme-light-dark:before {
    content: "\f559"
}

.mdi-thermometer:before {
    content: "\f55a"
}

.mdi-thermometer-lines:before {
    content: "\f55b"
}

.mdi-thumb-down:before {
    content: "\f55c"
}

.mdi-thumb-down-outline:before {
    content: "\f55d"
}

.mdi-thumb-up:before {
    content: "\f55e"
}

.mdi-thumb-up-outline:before {
    content: "\f55f"
}

.mdi-thumbs-up-down:before {
    content: "\f560"
}

.mdi-ticket:before {
    content: "\f561"
}

.mdi-ticket-account:before {
    content: "\f562"
}

.mdi-tie:before {
    content: "\f563"
}

.mdi-timelapse:before {
    content: "\f564"
}

.mdi-timer:before {
    content: "\f565"
}

.mdi-timer-10:before {
    content: "\f566"
}

.mdi-timer-3:before {
    content: "\f567"
}

.mdi-timer-off:before {
    content: "\f568"
}

.mdi-timer-sand:before {
    content: "\f569"
}

.mdi-timetable:before {
    content: "\f56a"
}

.mdi-toggle-switch:before {
    content: "\f56b"
}

.mdi-toggle-switch-off:before {
    content: "\f56c"
}

.mdi-tooltip:before {
    content: "\f56d"
}

.mdi-tooltip-edit:before {
    content: "\f56e"
}

.mdi-tooltip-image:before {
    content: "\f56f"
}

.mdi-tooltip-outline:before {
    content: "\f570"
}

.mdi-tooltip-outline-plus:before {
    content: "\f571"
}

.mdi-tooltip-text:before {
    content: "\f572"
}

.mdi-tor:before {
    content: "\f573"
}

.mdi-traffic-light:before {
    content: "\f574"
}

.mdi-train:before {
    content: "\f575"
}

.mdi-tram:before {
    content: "\f576"
}

.mdi-transcribe:before {
    content: "\f577"
}

.mdi-transcribe-close:before {
    content: "\f578"
}

.mdi-transfer:before {
    content: "\f579"
}

.mdi-tree:before {
    content: "\f57a"
}

.mdi-trello:before {
    content: "\f57b"
}

.mdi-trending-down:before {
    content: "\f57c"
}

.mdi-trending-neutral:before {
    content: "\f57d"
}

.mdi-trending-up:before {
    content: "\f57e"
}

.mdi-trophy:before {
    content: "\f57f"
}

.mdi-trophy-award:before {
    content: "\f580"
}

.mdi-trophy-variant:before {
    content: "\f581"
}

.mdi-truck:before {
    content: "\f582"
}

.mdi-tshirt-crew:before {
    content: "\f583"
}

.mdi-tshirt-v:before {
    content: "\f584"
}

.mdi-tumblr:before {
    content: "\f585"
}

.mdi-tumblr-reblog:before {
    content: "\f586"
}

.mdi-twitch:before {
    content: "\f587"
}

.mdi-twitter:before {
    content: "\f588"
}

.mdi-twitter-box:before {
    content: "\f589"
}

.mdi-twitter-circle:before {
    content: "\f58a"
}

.mdi-twitter-retweet:before {
    content: "\f58b"
}

.mdi-ubuntu:before {
    content: "\f58c"
}

.mdi-umbrella:before {
    content: "\f58d"
}

.mdi-umbrella-outline:before {
    content: "\f58e"
}

.mdi-undo:before {
    content: "\f58f"
}

.mdi-undo-variant:before {
    content: "\f590"
}

.mdi-unfold-less:before {
    content: "\f591"
}

.mdi-unfold-more:before {
    content: "\f592"
}

.mdi-ungroup:before {
    content: "\f593"
}

.mdi-untappd:before {
    content: "\f594"
}

.mdi-upload:before {
    content: "\f595"
}

.mdi-usb:before {
    content: "\f596"
}

.mdi-vector-curve:before {
    content: "\f597"
}

.mdi-vector-point:before {
    content: "\f598"
}

.mdi-vector-square:before {
    content: "\f599"
}

.mdi-verified:before {
    content: "\f59a"
}

.mdi-vibrate:before {
    content: "\f59b"
}

.mdi-video:before {
    content: "\f59c"
}

.mdi-video-off:before {
    content: "\f59d"
}

.mdi-video-switch:before {
    content: "\f59e"
}

.mdi-view-agenda:before {
    content: "\f59f"
}

.mdi-view-array:before {
    content: "\f5a0"
}

.mdi-view-carousel:before {
    content: "\f5a1"
}

.mdi-view-column:before {
    content: "\f5a2"
}

.mdi-view-dashboard:before {
    content: "\f5a3"
}

.mdi-view-day:before {
    content: "\f5a4"
}

.mdi-view-grid:before {
    content: "\f5a5"
}

.mdi-view-headline:before {
    content: "\f5a6"
}

.mdi-view-list:before {
    content: "\f5a7"
}

.mdi-view-module:before {
    content: "\f5a8"
}

.mdi-view-quilt:before {
    content: "\f5a9"
}

.mdi-view-stream:before {
    content: "\f5aa"
}

.mdi-view-week:before {
    content: "\f5ab"
}

.mdi-vimeo:before {
    content: "\f5ac"
}

.mdi-vine:before {
    content: "\f5ad"
}

.mdi-vk:before {
    content: "\f5ae"
}

.mdi-vk-box:before {
    content: "\f5af"
}

.mdi-vk-circle:before {
    content: "\f5b0"
}

.mdi-voicemail:before {
    content: "\f5b1"
}

.mdi-volume-high:before {
    content: "\f5b2"
}

.mdi-volume-low:before {
    content: "\f5b3"
}

.mdi-volume-medium:before {
    content: "\f5b4"
}

.mdi-volume-off:before {
    content: "\f5b5"
}

.mdi-vpn:before {
    content: "\f5b6"
}

.mdi-walk:before {
    content: "\f5b7"
}

.mdi-wallet:before {
    content: "\f5b8"
}

.mdi-wallet-giftcard:before {
    content: "\f5b9"
}

.mdi-wallet-membership:before {
    content: "\f5ba"
}

.mdi-wallet-travel:before {
    content: "\f5bb"
}

.mdi-watch:before {
    content: "\f5bc"
}

.mdi-watch-export:before {
    content: "\f5bd"
}

.mdi-watch-import:before {
    content: "\f5be"
}

.mdi-water:before {
    content: "\f5bf"
}

.mdi-water-off:before {
    content: "\f5c0"
}

.mdi-water-pump:before {
    content: "\f5c1"
}

.mdi-weather-cloudy:before {
    content: "\f5c2"
}

.mdi-weather-fog:before {
    content: "\f5c3"
}

.mdi-weather-hail:before {
    content: "\f5c4"
}

.mdi-weather-lightning:before {
    content: "\f5c5"
}

.mdi-weather-night:before {
    content: "\f5c6"
}

.mdi-weather-partlycloudy:before {
    content: "\f5c7"
}

.mdi-weather-pouring:before {
    content: "\f5c8"
}

.mdi-weather-rainy:before {
    content: "\f5c9"
}

.mdi-weather-snowy:before {
    content: "\f5ca"
}

.mdi-weather-sunny:before {
    content: "\f5cb"
}

.mdi-weather-sunset:before {
    content: "\f5cc"
}

.mdi-weather-sunset-down:before {
    content: "\f5cd"
}

.mdi-weather-sunset-up:before {
    content: "\f5ce"
}

.mdi-weather-windy:before {
    content: "\f5cf"
}

.mdi-weather-windy-variant:before {
    content: "\f5d0"
}

.mdi-web:before {
    content: "\f5d1"
}

.mdi-webcam:before {
    content: "\f5d2"
}

.mdi-weight:before {
    content: "\f5d3"
}

.mdi-weight-kilogram:before {
    content: "\f5d4"
}

.mdi-whatsapp:before {
    content: "\f5d5"
}

.mdi-wheelchair-accessibility:before {
    content: "\f5d6"
}

.mdi-white-balance-auto:before {
    content: "\f5d7"
}

.mdi-white-balance-incandescent:before {
    content: "\f5d8"
}

.mdi-white-balance-irradescent:before {
    content: "\f5d9"
}

.mdi-white-balance-sunny:before {
    content: "\f5da"
}

.mdi-wifi:before {
    content: "\f5db"
}

.mdi-wii:before {
    content: "\f5dc"
}

.mdi-wikipedia:before {
    content: "\f5dd"
}

.mdi-window-close:before {
    content: "\f5de"
}

.mdi-window-closed:before {
    content: "\f5df"
}

.mdi-window-maximize:before {
    content: "\f5e0"
}

.mdi-window-minimize:before {
    content: "\f5e1"
}

.mdi-window-open:before {
    content: "\f5e2"
}

.mdi-window-restore:before {
    content: "\f5e3"
}

.mdi-windows:before {
    content: "\f5e4"
}

.mdi-wordpress:before {
    content: "\f5e5"
}

.mdi-worker:before {
    content: "\f5e6"
}

.mdi-wunderlist:before {
    content: "\f5e7"
}

.mdi-xbox:before {
    content: "\f5e8"
}

.mdi-xbox-controller:before {
    content: "\f5e9"
}

.mdi-xbox-controller-off:before {
    content: "\f5ea"
}

.mdi-xda:before {
    content: "\f5eb"
}

.mdi-xml:before {
    content: "\f5ec"
}

.mdi-yeast:before {
    content: "\f5ed"
}

.mdi-yelp:before {
    content: "\f5ee"
}

.mdi-youtube-play:before {
    content: "\f5ef"
}

.mdi-zip-box:before {
    content: "\f5f0"
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 100%, 20%, 53%, 80% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%, 100%, 20%, 40%, 60%, 80% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%, 100%, 60%, 75%, 90% {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.portfolio {
    padding: 0
}

.portfolio .portfolio-item-size-container {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 1
}

.portfolio .portfolio-item-size-container .portfolio-item {
    min-height: 0;
    padding: 0 !important;
    margin: 0
}

.gem_tab .portfolio {
    padding-left: 1px;
    padding-right: 1px
}

.portfolio h3.title {
    text-align: center
}

.panel-sidebar-position-right .portfolio {
    padding-left: 0
}

.portfolio .portfilio-top-panel {
    margin: 0 0 55px;
    overflow: visible;
    z-index: 2
}

.portfolio.without-padding .portfilio-top-panel {
    margin-left: 0;
    margin-right: 0
}

.portfolio.hover-title.portfolio-items-masonry .portfilio-top-panel {
    margin-left: 0;
    margin-right: 0
}

.portfolio-filters {
    font-size: 0
}

.portfolio-filters a {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    margin: 0 10px 10px 0;
    padding: 0 25px;
    min-height: 30px;
    line-height: 30px;
    height: auto;
    border-radius: 15px;
    font-size: 14px;
    color: inherit
}

.portfolio-filters a .gem-print-icon {
    margin-right: 5px
}

.portfolio-filters a span {
    display: inline-block;
    vertical-align: top
}

.portfolio-filters a.all .icon {
    font-family: 'thegem-icons';
    font-size: 22px;
    line-height: 1.2727
}

.portfolio-count {
    float: right;
    padding: 8px 8px 8px 0
}

.portfolio-filters-resp {
    display: none;
    text-align: right;
    margin: 13px 0;
    position: relative;
    z-index: 10
}

.portfolio-filters-resp .menu-toggle {
    border: none;
    width: 32px;
    height: 30px;
    text-indent: 100%;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    background: 0 0;
    padding: 0
}

.portfolio .portfolio-filters-resp .menu-toggle i {
    font-size: 24px;
    text-indent: initial
}

.portfolio-filters-resp .menu-toggle .menu-line-1, .portfolio-filters-resp .menu-toggle .menu-line-2, .portfolio-filters-resp .menu-toggle .menu-line-3 {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    background: #99a9b5;
    margin-top: -4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.portfolio-filters-resp .menu-toggle .menu-line-1 {
    left: 0
}

.portfolio-filters-resp .menu-toggle .menu-line-2 {
    left: 50%;
    margin-left: -4px
}

.portfolio-filters-resp .menu-toggle .menu-line-3 {
    right: 0
}

.portfolio-filters-resp ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 35px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.portfolio-filters-resp ul li {
    text-align: left;
    position: relative
}

.portfolio-filters-resp ul li a {
    display: block;
    text-decoration: none;
    padding: 14px 34px 17px
}

.portfolio-filters-resp ul li:after {
    position: absolute;
    right: 20px;
    top: 0;
    font-family: 'thegem-icons';
    font-size: 14px;
    line-height: 51px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e601"
}

.portfolio-filters-resp ul.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.portfolio-filters-resp ul.dl-animate-out {
    -webkit-animation: MenuAnimOut .4s;
    animation: MenuAnimOut .4s
}

@-webkit-keyframes MenuAnimOut {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg)
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
}

@keyframes MenuAnimOut {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg)
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
}

.portfolio-filters-resp ul.dl-animate-in {
    -webkit-animation: MenuAnimIn .3s;
    animation: MenuAnimIn .3s
}

@-webkit-keyframes MenuAnimIn {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes MenuAnimIn {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: .5
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1
    }
}

@media only screen and (max-width: 1000px) {
    .portfolio-count {
        display: none
    }

    .portfolio-filters {
        margin-right: 0
    }
}

@media only screen and (max-width: 768px) {
    .portfolio-filters-resp {
        display: block
    }

    .portfolio-count, .portfolio-filters {
        display: none
    }

    .portfolio .portfilio-top-panel .portfilio-top-panel-right {
        display: none
    }

    .portfolio-filters-resp {
        text-align: left
    }

    .portfolio .portfilio-top-panel {
        margin: 0
    }
}

.portfolio-filters-resp ul {
    border-top: 1px solid #dfe5e8;
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8
}

.portfolio-filters-resp ul li {
    background: #f4f6f7;
    border-bottom: 1px solid #dfe5e8
}

.portfolio-filters-resp ul > li a.active {
    background: #fff;
    border-left: 4px solid #00bcd4;
    padding-left: 26px;
    color: #3c3950
}

.portfolio-filters-resp li a {
    color: #5f727f
}

.portfolio-filters-resp li a:hover {
    color: #3c3950
}

.portfolio-navigator {
    font-size: 0;
    line-height: 1;
    text-align: center;
    clear: both
}

.portfolio-navigator a.next {
    margin-right: 0;
    margin-left: 9px
}

.portfolio-load-more {
    clear: both
}

.portfolio-load-more .inner {
    width: 100%;
    overflow: visible;
    text-align: center;
    padding: 0;
    position: relative
}

.portfolio .portfolio-set {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    z-index: 1;
    float: none
}

.portfolio:not(.portfolio-slider).portfolio-pagination-normal .portfolio-set, .portfolio:not(.portfolio-slider).portfolio-pagination-more .portfolio-set {
    margin-bottom: 0
}

.hover-title.portfolio-items-masonry .portfolio-set {
    margin-bottom: 50px
}

.portfolio-item {
    text-align: center;
    margin-top: 0
}

.portfolio .portfolio-item .item-separator-box {
    height: 0;
    font-size: 0;
    line-height: 1
}

.portfolio.item-separator .portfolio-item:before, .portfolio.item-separator .portfolio-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    border-left-style: solid;
    border-left-width: 1px;
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

.portfolio.item-separator .portfolio-item:after {
    opacity: 1
}

.portfolio.item-separator.no-gaps .fullwidth-block .portfolio-item.right-item:after {
    opacity: 0
}

.portfolio.item-separator .portfolio-item:after {
    left: auto;
    right: 0
}

.portfolio.item-separator .portfolio-item.left-item:before {
    opacity: 1
}

.portfolio.item-separator.no-gaps .fullwidth-block .portfolio-item.left-item:before {
    opacity: 0
}

.portfolio.item-separator .portfolio-item .item-separator-box:before, .portfolio.item-separator .portfolio-item .item-separator-box:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    border-top-style: solid;
    border-top-width: 1px;
    opacity: 1
}

.portfolio.item-separator .portfolio-item .item-separator-box:before {
    opacity: 0
}

.portfolio.item-separator .portfolio-item .item-separator-box:after {
    top: auto;
    bottom: 0
}

.portfolio.item-separator .portfolio-item.top-item .item-separator-box:before {
    opacity: 1
}

.portfolio.portfolio-pagination-scroll .portfolio-scroll-pagination {
    visibility: hidden;
    position: relative
}

.portfolio.portfolio-pagination-scroll .portfolio-scroll-pagination.active {
    visibility: visible;
    height: 61px
}

.portfolio .fullwidth-block {
    padding: 0 21px;
    box-sizing: border-box
}

.portfolio .fullwidth-block.no-paddings {
    padding: 0
}

.portfolio.without-padding .fullwidth-block {
    padding: 0
}

.portfolio .fullwidth-block .portfolio-item {
    float: left
}

.portfolio-item .wrap {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.portfolio:not(.portfolio-slider) .portfolio-item .wrap {
    border: none
}

.portfolio.columns-1 .portfolio-item .wrap {
    border-bottom: 0 none
}

.portfolio-item .wrap > .caption {
    padding-bottom: 30px;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer
}

.portfolio .portfolio-item .wrap > .caption {
    position: relative;
    z-index: 1
}

.portfolio.portfolio-grid:not(.extended-products-grid) .portfolio-item .wrap > .caption {
    border-bottom: 1px solid #dfe5e8
}

.portfolio.portfolio-grid:not(.extended-products-grid) .portfolio-item:hover .wrap > .caption {
    border-bottom-color: #f4f6f7
}

.portfolio.background-style-transparent .portfolio-item .wrap > .caption {
    background-color: transparent
}

.portfolio.background-style-gray .portfolio-item .wrap, .portfolio.background-style-dark .portfolio-item .wrap {
    border-bottom: 0 none
}

.portfolio.background-style-gray .portfolio-item:hover .wrap > .caption .caption-sizable-content:after, .portfolio.background-style-dark .portfolio-item:not(:hover) .wrap > .caption .caption-sizable-content:after {
    box-shadow: 0 0 30px 45px #393d50
}

.portfolio.background-style-dark.version-new.news-grid .portfolio-item .wrap > .caption .author, .portfolio.background-style-dark.version-new.news-grid .portfolio-item .wrap > .caption .post-author-date-separator, .portfolio.background-style-dark.version-new.news-grid .portfolio-item .wrap > .caption .post-date, .portfolio.background-style-gray.version-new.news-grid .portfolio-item:hover .wrap > .caption .author {
    color: #99a9b5
}

.portfolio.without-padding .portfolio-item .wrap {
    background: 0 0
}

.portfolio.hover-title .portfolio-item .wrap {
    border: 0;
    padding-bottom: 0;
    background: 0 0
}

.portfolio-items-masonry .wrap {
    padding-bottom: 0;
    border: 0;
    background: 0 0
}

.portfolio-item .image {
    display: inline-block;
    position: relative;
    max-width: 100%;
    padding: 0;
    vertical-align: top;
    overflow: hidden
}

.portfolio-item .image .image-inner {
    position: relative;
    z-index: 2
}

.portfolio.columns-1 .portfolio-item .image {
    margin: 0;
    padding: 0
}

.portfolio-item:not(.product) .image .button {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    border-width: 63px;
    border-right-width: 0;
    border-top-width: 0;
    cursor: pointer;
    height: 0
}

.portfolio-item:not(.product) .image .button:before {
    content: "\e60c";
    font-family: 'thegem-icons';
    font-size: 19px;
    line-height: 1.05;
    position: absolute;
    left: -27px;
    top: 33px;
    z-index: 3
}

.portfolio-item .image .button .button-corner {
    display: block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: -63px;
    z-index: 4;
    font-size: 0;
    line-height: 1
}

.portfolio-item .image .button .button-corner span {
    display: block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    font-size: 0;
    line-height: 1
}

.portfolio-item .image .button .button-corner b {
    display: none;
    width: 1px;
    height: 2px;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0
}

.portfolio.portfolio-items-masonry .image .button .button-corner {
    display: none
}

.portfolio.portfolio-items-masonry.hover-title .image .button .button-corner {
    display: block
}

.portfolio.portfolio-items-masonry.hover-title .image .button .button-corner b {
    display: none
}

.portfolio-item .image .button.active .button-corner {
    display: none
}

.portfolio.without-padding .portfolio-item .image .button .button-corner {
    display: none
}

.portfolio-item .image .image-inner {
    overflow: hidden
}

.portfolio-item .image img {
    max-width: 110%;
    height: auto
}

.portfolio:not(.hover-horizontal-sliding):not(.hover-new-horizontal-sliding):not(.hover-default-horizontal-sliding):not(.extended-products-grid) .portfolio-item .image .image-inner img:not(.image-hover) {
    position: relative;
    left: -5%
}

.portfolio.without-padding .portfolio-item .image img, .portfolio.without-padding .portfolio-item .image .image-inner {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.portfolio-item .image .overlay {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
    cursor: pointer
}

.portfolio-item .image .overlay .overlay-circle {
    display: none
}

.portfolio-item .image img.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter: url(../fonts/blur.svg#blur);
    filter: progid:DXImageTransform.Microsoft.blur(pixelRadius=3)
}

.without-padding .portfolio-item .image .overlay {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.portfolio.portfolio-items-masonry.hover-title.without-padding .portfolio-item .image .overlay {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.portfolio-item .image .overlay .portolio-item-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 2
}

.portfolio-item .image .overlay .links-wrapper {
    display: table;
    width: 100%;
    height: 100%
}

.portfolio-item .image .overlay .links {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle
}

.portfolio-item .image .overlay .links a.icon {
    display: inline-block;
    text-decoration: none;
    margin-right: 45px;
    vertical-align: bottom
}

.portfolio:not(.portfolio-slider):not(.products) .portfolio-item .image .overlay .links a.icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.portfolio-item .image .overlay .links .portfolio-icons-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    line-height: 1;
    vertical-align: top;
    margin-left: -1px
}

.portfolio.hover-default .portfolio-item .image .overlay .links .portfolio-icons-inner, .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .portfolio-icons-inner {
    justify-content: center
}

.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .portfolio-icons-inner, .portfolio.hover-circular .portfolio-item .image .overlay .links .portfolio-icons-inner, .portfolio.hover-gradient .portfolio-item .image .overlay .links .portfolio-icons-inner {
    margin-left: 0
}

.portfolio-item .image .overlay .links .portfolio-icons-inner a.icon {
    float: left
}

.columns-4 .portfolio-item .image .overlay .links a.icon {
    margin-right: 15px
}

.portfolio-item .image .overlay .links a.icon.share {
    margin-right: 0
}

.portfolio .portfolio-item .image .overlay .links a.icon {
    color: #fff
}

.portfolio .portfolio-item .image .overlay .links a.icon i {
    color: #fff;
    transition: all .3s
}

.portfolio .portfolio-item .image .overlay .links a.icon svg {
    fill: #fff;
    transition: all .3s
}

.portfolio:not(.hover-zooming-blur) .portfolio-item .image .overlay .links a.icon:hover i {
    color: inherit
}

.portfolio:not(.hover-zooming-blur) .portfolio-item .image .overlay .links a.icon:hover svg {
    fill: currentColor
}

.portfolio .portfolio-item .image .overlay .links a.icon:before {
    content: none
}

.portfolio .portfolio-item .image .overlay .links a.icon {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.portfolio .portfolio-item .image .overlay .links a.icon i.default {
    font-family: 'thegem-icons';
    font-size: 48px;
    font-style: normal;
    line-height: inherit;
    display: inline-block
}

.portfolio .columns-4 .portfolio-item .image .overlay .links a.icon {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.columns-4 .portfolio-item .image .overlay .links a.icon i, .columns-4 .portfolio-item .image .overlay .links a.icon:before {
    font-size: 24px
}

.portfolio .columns-4 .portfolio-item .image .overlay .links a.icon svg {
    width: 24px;
    height: 24px
}

.portfolio-item .image .overlay .links a.page i.default:before {
    content: '\e61f'
}

.portfolio-item .image .overlay .links a.photo i.default:before {
    content: '\e60f'
}

.portfolio-item .image .overlay .links a.self-link i.default:before {
    content: '\e61f'
}

.portfolio-item .image .overlay .links a.inner-link i.default:before {
    content: '\e65b'
}

.portfolio-item .image .overlay .links a.outer-link i.default:before {
    content: '\e623'
}

.portfolio-item .image .overlay .links a.full-image i.default:before {
    content: '\e60f'
}

.portfolio-item .image .overlay .links a.youtube i.default:before, .portfolio-item .image .overlay .links a.vimeo i.default:before, .portfolio-item .image .overlay .links a.self_video i.default:before {
    content: '\e610'
}

.portfolio-item .image .overlay .links a.share i.default:before {
    content: '\e65c'
}

.portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.page i.default:before {
    content: '\e628'
}

.portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.photo i.default:before {
    content: '\e629'
}

.portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.self-link i.default:before {
    content: '\e628'
}

.portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.inner-link i.default:before {
    content: '\e61c'
}

.portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.outer-link i.default:before {
    content: '\e608'
}

.portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.full-image i.default:before {
    content: '\e629'
}

.portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.youtube i.default:before, .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.vimeo i.default:before, .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.self_video i.default:before {
    content: '\e62a'
}

.portfolio .portfolio-item .image .overlay .links a.share i.default:before {
    margin-left: -.2em
}

.portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.share i.default:before {
    content: '\e65d'
}

.portfolio-items-masonry:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.page i.default:before {
    content: '\e628'
}

.portfolio-items-masonry:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.photo i.default:before {
    content: '\e629'
}

.portfolio-items-masonry:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.self-link i.default:before {
    content: '\e628'
}

.portfolio-items-masonry:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.inner-link i.default:before {
    content: '\e61c'
}

.portfolio-items-masonry:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.outer-link i.default:before {
    content: '\e608'
}

.portfolio-items-masonry:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.full-image i.default:before {
    content: '\e629'
}

.portfolio-items-masonry:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.youtube i.default:before, .portfolio-items-masonry:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.vimeo i.default:before, .portfolio-items-masonry:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.self_video i.default:before {
    content: '\e62a'
}

.portfolio-items-masonry:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.share i.default:before {
    content: '\e65d'
}

.portfolio.hover-default.columns-4 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle, .with-sidebar .portfolio.hover-default.columns-3:not(.portfolio-slider) .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle {
    display: none
}

@media (max-width: 430px) {
    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.page i.default:before {
        content: '\e628'
    }

    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.photo i.default:before {
        content: '\e629'
    }

    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.self-link i.default:before {
        content: '\e628'
    }

    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.inner-link i.default:before {
        content: '\e61c'
    }

    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.outer-link i.default:before {
        content: '\e608'
    }

    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.full-image i.default:before {
        content: '\e629'
    }

    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.youtube i.default:before, .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.vimeo i.default:before, .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.self_video i.default:before {
        content: '\e62a'
    }

    .portfolio:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.share i.default:before {
        content: '\e65d'
    }
}

@media (min-width: 768px) and (max-width: 870px) {
    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.page i.default:before {
        content: '\e628'
    }

    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.photo i.default:before {
        content: '\e629'
    }

    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.self-link i.default:before {
        content: '\e628'
    }

    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.inner-link i.default:before {
        content: '\e61c'
    }

    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.outer-link i.default:before {
        content: '\e608'
    }

    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.full-image i.default:before {
        content: '\e629'
    }

    .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.youtube i.default:before, .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.vimeo i.default:before, .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.self_video i.default:before {
        content: '\e62a'
    }

    .portfolio:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.share i.default:before {
        content: '\e65d'
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .portfolio:not(.hover-default).portfolio-items-masonry .portfolio-item .image .overlay .links a.page i.default:before {
        content: '\e628'
    }

    .portfolio:not(.hover-default).portfolio-items-masonry .portfolio-item .image .overlay .links a.photo i.default:before {
        content: '\e629'
    }

    .portfolio:not(.hover-default).portfolio-items-masonry .portfolio-item .image .overlay .links a.self-link i.default:before {
        content: '\e628'
    }

    .portfolio:not(.hover-default).portfolio-items-masonry .portfolio-item .image .overlay .links a.inner-link i.default:before {
        content: '\e61c'
    }

    .portfolio:not(.hover-default).portfolio-items-masonry .portfolio-item .image .overlay .links a.outer-link i.default:before {
        content: '\e608'
    }

    .portfolio:not(.hover-default).portfolio-items-masonry .portfolio-item .image .overlay .links a.full-image i.default:before {
        content: '\e629'
    }

    .portfolio:not(.hover-default).portfolio-items-masonry .portfolio-item .image .overlay .links a.youtube i.default:before, .portfolio:not(.hover-default).portfolio-items-masonry .portfolio-item .image .overlay .links a.vimeo i.default:before, .portfolio:not(.hover-default).portfolio-items-masonry .portfolio-item .image .overlay .links a.self_video i.default:before {
        content: '\e62a'
    }

    .portfolio:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.share i.default:before {
        content: '\e65d'
    }
}

@media (min-width: 1280px) {
    .portfolio:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.page i.default:before {
        content: '\e628'
    }

    .portfolio:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.photo i.default:before {
        content: '\e629'
    }

    .portfolio:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.self-link i.default:before {
        content: '\e628'
    }

    .portfolio:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.inner-link i.default:before {
        content: '\e61c'
    }

    .portfolio:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.outer-link i.default:before {
        content: '\e608'
    }

    .portfolio:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.full-image i.default:before {
        content: '\e629'
    }

    .portfolio:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.youtube i.default:before, .portfolio:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.vimeo i.default:before, .portfolio:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.self_video i.default:before {
        content: '\e62a'
    }

    .portfolio:not(.hover-default) .fullwidth-block .portfolio-item .image .overlay .links a.share i.default:before {
        content: '\e65d'
    }
}

.portfolio-item .caption {
    text-align: center;
    padding: 32px 30px 0
}

.portfolio.portfolio-grid:not(.columns-1) .portfolio-item .wrap > .caption {
    min-height: initial
}

.portfolio.no-gaps:not(.columns-1) .portfolio-item .wrap > caption, .portfolio.background-style-gray:not(.columns-1) .portfolio-item .wrap > caption, .portfolio.background-style-dark:not(.columns-1) .portfolio-item .wrap > caption {
    min-height: 168px
}

.portfolio-item .overlay .caption {
    background-color: transparent
}

.portfolio.columns-1 .portfolio-item .wrap > .caption {
    text-align: left
}

.portfolio-items-masonry .portfolio-item .caption {
    border-top: 0 !important;
    padding-bottom: 28px;
    margin-top: -1px
}

.portfolio-items-masonry .portfolio-item .overlay .caption {
    background-color: transparent
}

.portfolio-items-masonry.without-padding .portfolio-item .caption {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.portfolio-items-masonry.hover-title .portfolio-item .caption {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding-bottom: 0
}

.portfolio.hover-title .portfolio-item .caption {
    padding: 39px 20px 0
}

.portfolio.hover-title.columns-3 .portfolio-item .caption {
    padding-top: 25px
}

.portfolio.hover-title.columns-4 .portfolio-item .caption {
    padding-top: 15px
}

.portfolio-item .caption .title {
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0
}

.portfolio.columns-1 .portfolio-item .caption .title {
    white-space: normal;
    text-overflow: clip;
    margin-bottom: 30px
}

.portfolio.hover-title .portfolio-item .caption .title {
    margin-bottom: 20px
}

.portfolio.hover-title.columns-4 .portfolio-item:not(.double-item-squared) .overlay .caption .title, .portfolio.title-on-page.hover-gradient.columns-4 .portfolio-item:not(.double-item-squared) .overlay .caption .title, .portfolio.title-on-page.hover-circular.columns-4 .portfolio-item:not(.double-item-squared) .overlay .caption .title, .portfolio.hover-gradient.fullwidth-columns-6 .portfolio-item:not(.double-item-squared) .overlay .caption .title, .portfolio.hover-circular.fullwidth-columns-6 .portfolio-item:not(.double-item-squared) .overlay .caption .title, .portfolio.fullwidth-columns-6 .portfolio-item:not(.double-item-squared) .overlay .caption .title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px
}

.portfolio .portfolio-item .caption .caption-separator {
    width: 50px;
    height: 1px;
    max-width: 100%;
    margin: 10px auto;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.portfolio .portfolio-item:hover .caption .caption-separator {
    width: 90px
}

.portfolio.columns-1 .portfolio-item .caption .info {
    white-space: nowrap
}

.portfolio.columns-1 .portfolio-item .caption .caption-separator-line, .portfolio.columns-1 .portfolio-item .caption .caption-separator-line-hover {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 18px
}

.portfolio.columns-1 .portfolio-item .caption .caption-separator-line:after, .portfolio.columns-1 .portfolio-item .caption .caption-separator-line-hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%
}

.portfolio.columns-1 .portfolio-item .caption .caption-separator-line:after, .portfolio.columns-1 .portfolio-item .caption .caption-separator-line-hover:after {
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.portfolio.columns-1 .portfolio-item .caption .caption-separator-line-hover:after {
    width: 0
}

.portfolio.columns-1 .portfolio-item:hover .caption .caption-separator-line-hover:after {
    width: 100%
}

.portfolio-item .wrap > .caption .subtitle, .portfolio-item .wrap > .caption .info {
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.portfolio-item .caption .subtitle, .portfolio-item .caption .info, .portfolio-item .caption .subtitle a, .portfolio-item .caption .info a, .portfolio-item .caption .subtitle p {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.portfolio-items-masonry .portfolio-item .caption .subtitle, .portfolio-items-masonry .portfolio-item .caption .info, .portfolio-items-masonry .portfolio-item .caption .subtitle a, .portfolio-items-masonry .portfolio-item .caption .info a, .portfolio-items-masonry .portfolio-item .caption .subtitle p {
    white-space: normal;
    overflow: visible;
    text-overflow: clip
}

.portfolio-item .caption .info a {
    cursor: pointer
}

.portfolio.columns-1 .portfolio-item .caption .subtitle, .portfolio.columns-1 .portfolio-item .caption .info, .portfolio.columns-1 .portfolio-item .caption .subtitle a, .portfolio.columns-1 .portfolio-item .caption .info a, .portfolio.columns-1 .portfolio-item .caption .subtitle p {
    text-decoration: none;
    white-space: normal;
    overflow: visible
}

.portfolio.columns-1 .portfolio-item .wrap {
    position: relative;
    display: flex
}

.portfolio.columns-1 .portfolio-item .wrap > .caption {
    position: relative
}

.portfolio-item .entry-info {
    bottom: 31px;
    position: absolute;
    right: 0;
    padding-left: 30px
}

.portfolio.columns-1 .portfolio-item .caption .info {
    margin-bottom: 16px
}

.portfolio-item .caption .info {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 3px
}

.portfolio-item .caption .info .separator {
    margin: 0 4px
}

.portfolio-item .caption .subtitle p {
    margin: 0
}

.portfolio-item .caption .subtitle a:hover, .portfolio-item .caption .info a:hover {
    text-decoration: underline
}

.portfolio.columns-1 .portfolio-item .caption .subtitle {
    margin-bottom: 15px
}

.portfolio .overlay .links .caption .title, .portfolio .overlay .links .caption .subtitle, .portfolio .overlay .links .caption .subtitle p, .portfolio .overlay .links .caption .info {
    white-space: normal;
    overflow: visible;
    text-overflow: clip
}

.fullwidth-block.portfolio-items-2 .portfolio-item {
    max-width: 555px
}

.portfolio .portfolio-item .overlay-line {
    height: 2px;
    font-size: 0;
    line-height: 1
}

@media only screen and (min-width: 1920px) {
    .portfolio.fullwidth-columns-3 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-3 .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 25%
    }

    .portfolio.fullwidth-columns-3 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 50%
    }

    .portfolio.fullwidth-columns-4 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-4 .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 20%
    }

    .portfolio.fullwidth-columns-4 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 40%
    }

    .portfolio.fullwidth-columns-5 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-5 .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 16.665%
    }

    .portfolio.fullwidth-columns-5 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 33.33%
    }

    .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 14.2857%
    }

    .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 28.5714%
    }
}

@media only screen and (min-width: 1680px) and (max-width: 1920px) {
    .portfolio.fullwidth-columns-3 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-3 .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 33.333332%
    }

    .portfolio.fullwidth-columns-3 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 66.66666%
    }

    .portfolio.fullwidth-columns-4 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-4 .fullwidth-block .portfolio-item-size-container .portfolio-item, .portfolio.fullwidth-columns-3.porfolio-even-columns .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 25%
    }

    .portfolio.fullwidth-columns-4 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical), .portfolio.fullwidth-columns-3.porfolio-even-columns .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 50%
    }

    .portfolio.fullwidth-columns-5 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-5 .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 20%
    }

    .portfolio.fullwidth-columns-5 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 40%
    }

    .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-item-size-container .portfolio-item, .portfolio.fullwidth-columns-5.porfolio-even-columns .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 16.665%
    }

    .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical), .portfolio.fullwidth-columns-5.porfolio-even-columns .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 33.33%
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1680px) {
    .portfolio .fullwidth-block .portfolio-set .portfolio-item, .portfolio .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 25%
    }

    .portfolio .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 50%
    }

    .portfolio.fullwidth-columns-3 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-3 .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 33.333332%
    }

    .portfolio.fullwidth-columns-3 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 66.66666%
    }

    .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 20%
    }

    .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 40%
    }

    .portfolio.fullwidth-columns-3.porfolio-even-columns .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 25%
    }

    .portfolio.fullwidth-columns-3.porfolio-even-columns .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 50%
    }

    .portfolio.fullwidth-columns-6.porfolio-even-columns .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 16.665%
    }

    .portfolio.fullwidth-columns-6.porfolio-even-columns .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 33.33%
    }
}

@media only screen and (min-width: 830px) and (max-width: 1280px) {
    .portfolio:not(.extended-products-grid) .fullwidth-block .portfolio-set .portfolio-item, .portfolio:not(.extended-products-grid) .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 33.333332%
    }

    .portfolio:not(.extended-products-grid) .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 66.66666%
    }

    .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 25%
    }

    .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 50%
    }

    .portfolio.porfolio-even-columns .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 25%
    }

    .portfolio.porfolio-even-columns .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 50%
    }
}

@media only screen and (max-width: 1100px) {
    .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 33.333332%
    }

    .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 66.66666%
    }

    .portfolio.fullwidth-columns-6.porfolio-even-columns .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 25%
    }

    .portfolio.fullwidth-columns-6.porfolio-even-columns .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 50%
    }
}

@media only screen and (max-width: 880px) {
    .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 50%
    }

    .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical) {
        width: 100%
    }
}

@media only screen and (max-width: 830px) {
    .portfolio:not(.extended-products-grid) .fullwidth-block .portfolio-set .portfolio-item, .portfolio:not(.extended-products-grid) .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item, .portfolio:not(.extended-products-grid) .fullwidth-block .portfolio-item-size-container .portfolio-item, .portfolio:not(.extended-products-grid) .portfolio-item-size-container .portfolio-item, .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 50%
    }

    .portfolio:not(.extended-products-grid) .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical), .portfolio:not(.extended-products-grid) .portfolio-set .portfolio-item.double-item:not(.double-item-vertical), .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical), .portfolio.columns-1 .portfolio-set .portfolio-item, .portfolio.columns-1 .portfolio-item-size-container .portfolio-item {
        width: 100%
    }
}

@media only screen and (max-width: 550px) {
    .portfolio:not(.extended-products-grid) .fullwidth-block .portfolio-set .portfolio-item, .portfolio:not(.extended-products-grid) .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item.double-item:not(.double-item-vertical), .portfolio:not(.extended-products-grid) .fullwidth-block .portfolio-item-size-container .portfolio-item, .portfolio:not(.extended-products-grid) .portfolio-item-size-container .portfolio-item, .portfolio.fullwidth-columns-6 .fullwidth-block .portfolio-item-size-container .portfolio-item {
        width: 100%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1120px) {
    .with-sidebar .portfolio.columns-3 .portfolio-item, .with-sidebar .portfolio.columns-3 .portfolio-item-size-container .portfolio-item {
        width: 50%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .portfolio.columns-4 .portfolio-item, .portfolio.columns-4 .portfolio-item-size-container .portfolio-item {
        width: 33.3333%
    }

    .portfolio.columns-4 .portfolio-item.double-item:not(.double-item-vertical) {
        width: 66.66%
    }

    .portfolio.columns-4.porfolio-even-columns .portfolio-item-size-container .portfolio-item {
        width: 25%
    }

    .portfolio.columns-4.porfolio-even-columns .portfolio-item.double-item:not(.double-item-vertical) {
        width: 50%
    }
}

@media only screen and (min-width: 800px) {
    .portfolio.columns-3.porfolio-even-columns .portfolio-item-size-container .portfolio-item {
        width: 25%
    }

    .portfolio.columns-3.porfolio-even-columns .portfolio-item.double-item:not(.double-item-vertical) {
        width: 50%
    }
}

@media only screen and (min-width: 550px) and (max-width: 800px) {
    .portfolio.columns-3.porfolio-even-columns .portfolio-item-size-container .portfolio-item {
        width: 50%
    }

    .portfolio.columns-3.porfolio-even-columns .portfolio-item.double-item:not(.double-item-vertical) {
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .portfolio.columns-4.porfolio-even-columns .portfolio-item-size-container .portfolio-item {
        width: 25%
    }

    .portfolio.columns-4.porfolio-even-columns .portfolio-item.double-item:not(.double-item-vertical) {
        width: 50%
    }
}

.portfolio.portfolio-style-metro.fullwidth-columns-4 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.portfolio-style-metro.fullwidth-columns-5 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.portfolio-style-metro.fullwidth-columns-6 .fullwidth-block .portfolio-set .portfolio-item, .portfolio.portfolio-style-metro.fullwidth-columns-4 .fullwidth-block .portfolio-item-size-container .portfolio-item, .portfolio.portfolio-style-metro.fullwidth-columns-5 .fullwidth-block .portfolio-item-size-container .portfolio-item, .portfolio.portfolio-style-metro.fullwidth-columns-6 .fullwidth-block .portfolio-item-size-container .portfolio-item {
    width: auto
}

.portfolio.fullwidth-columns-6 .portfolio-item:not(.double-item-squared) .image .overlay .links .caption .description {
    display: none
}

.portfolio.hover-vertical-sliding .image .overlay .links, .portfolio.hover-new-vertical-sliding.title-on-hover .image .overlay .links, .portfolio.hover-default-vertical-sliding .image .overlay .links {
    text-align: left;
    vertical-align: top
}

.portfolio.hover-vertical-sliding .overlay .links .caption {
    text-align: left;
    padding: 0
}

.portfolio.hover-vertical-sliding .overlay .links {
    padding: 48px 42px
}

.portfolio.hover-vertical-sliding .overlay .links a.icon {
    margin-right: 32px
}

.portfolio.hover-vertical-sliding .overlay .overlay-line {
    margin: 16px 0
}

.portfolio.hover-vertical-sliding .overlay .links .caption .description {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 42px 35px
}

.vc_col-sm-9 .portfolio.hover-vertical-sliding .portfolio-item:not(.double-item-squared) .overlay .links {
    padding: 31px 28px
}

.vc_col-sm-9 .portfolio.hover-vertical-sliding .portfolio-item:not(.double-item-squared) .overlay .description {
    padding: 0 28px 25px
}

.portfolio.hover-vertical-sliding.columns-2 .overlay .links .caption .subtitle {
    width: 85%;
    margin-bottom: 12px
}

.portfolio.hover-vertical-sliding.columns-2 .overlay .links .caption .info {
    width: 85%
}

.portfolio.hover-vertical-sliding.columns-4 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle, .with-sidebar .portfolio.hover-vertical-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle {
    display: none
}

.portfolio.hover-vertical-sliding.columns-3 .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding .fullwidth-block .overlay .links .caption .subtitle {
    margin-bottom: 0;
    width: 90%
}

.portfolio.portfolio-style-metro.hover-vertical-sliding .overlay .links .caption .subtitle, .portfolio.portfolio-style-metro.hover-vertical-sliding .overlay .links .caption .info {
    display: none
}

@media only screen and (max-width: 1170px) {
    .portfolio.hover-vertical-sliding.columns-2 .overlay .links .caption .subtitle {
        width: 85%;
        margin-bottom: 12px
    }

    .portfolio.hover-vertical-sliding.columns-2 .overlay .links .caption .info {
        width: 85%
    }
}

@media only screen and (max-width: 920px) {
    .portfolio.hover-vertical-sliding.columns-2 .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding.columns-3 .overlay .links .caption .subtitle {
        display: block
    }

    .portfolio.hover-vertical-sliding.columns-2 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle {
        margin-bottom: 0
    }

    .portfolio.hover-vertical-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info, .portfolio.hover-vertical-sliding.columns-2 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: none
    }
}

@media only screen and (max-width: 830px) {
    .portfolio.hover-vertical-sliding.columns-4 .overlay .links .caption .subtitle {
        display: block;
        margin: 0
    }
}

@media only screen and (max-width: 768px) {
    .portfolio.hover-vertical-sliding.columns-2 .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding.columns-3 .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding.columns-4 .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding .fullwidth-block .overlay .links .caption .subtitle {
        display: block
    }

    .portfolio.hover-vertical-sliding.columns-2 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info, .portfolio.hover-vertical-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info, .portfolio.hover-vertical-sliding.columns-4 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info, .portfolio.hover-vertical-sliding .fullwidth-block .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: block
    }
}

@media only screen and (max-width: 460px) {
    .portfolio.hover-vertical-sliding.columns-2 .portfolio-item .overlay .links .caption .info, .portfolio.hover-vertical-sliding.columns-3 .portfolio-item .overlay .links .caption .info, .portfolio.hover-vertical-sliding.columns-4 .portfolio-item .overlay .links .caption .info, .portfolio.hover-vertical-sliding .fullwidth-block .portfolio-item .overlay .links .caption .info, .with-sidebar .portfolio.hover-vertical-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle {
        display: none !important
    }

    .portfolio.hover-vertical-sliding.columns-2 .portfolio-item .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding.columns-3 .portfolio-item .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding.columns-4 .portfolio-item .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding .fullwidth-block .portfolio-item .overlay .links .caption .subtitle {
        margin-bottom: 0 !important
    }
}

@media only screen and (max-width: 412px) {
    .portfolio.hover-vertical-sliding.columns-2 .portfolio-item .overlay .links .caption .info, .portfolio.hover-vertical-sliding.columns-3 .portfolio-item .overlay .links .caption .info, .portfolio.hover-vertical-sliding.columns-4 .portfolio-item .overlay .links .caption .info, .portfolio.hover-vertical-sliding .fullwidth-block .portfolio-item .overlay .links .caption .info {
        display: none !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    .portfolio.hover-vertical-sliding.columns-2 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info, .portfolio.hover-vertical-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-vertical-sliding.columns-1 .overlay .links, .portfolio.hover-vertical-sliding.columns-2 .overlay .links, .portfolio.hover-vertical-sliding.columns-3 .overlay .links {
        padding: 41px 28px
    }

    .portfolio.hover-vertical-sliding.columns-1 .overlay .links .caption .description, .portfolio.hover-vertical-sliding.columns-2 .overlay .links .caption .description, .portfolio.hover-vertical-sliding.columns-3 .overlay .links .caption .description {
        padding: 0 28px 25px
    }

    .portfolio.hover-vertical-sliding.columns-1 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding.columns-2 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 412px) {
    .portfolio.hover-vertical-sliding.columns-1 .overlay .links, .portfolio.hover-vertical-sliding.columns-2 .overlay .links, .portfolio.hover-vertical-sliding.columns-3 .overlay .links, .portfolio.hover-vertical-sliding.columns-4 .overlay .links, .portfolio.hover-vertical-sliding .fullwidth-block .overlay .links {
        padding: 41px 28px
    }

    .portfolio.hover-vertical-sliding.columns-1 .overlay .links .caption .description, .portfolio.hover-vertical-sliding.columns-2 .overlay .links .caption .description, .portfolio.hover-vertical-sliding.columns-3 .overlay .links .caption .description, .portfolio.hover-vertical-sliding.columns-4 .overlay .links .caption .description, .portfolio.hover-vertical-sliding .fullwidth-block .overlay .links .caption .description {
        padding: 0 28px 25px
    }
}

@media only screen and (max-width: 340px) {
    .portfolio.hover-vertical-sliding.columns-1 .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding.columns-2 .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding.columns-3 .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding.columns-4 .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding .fullwidth-block .overlay .links .caption .subtitle {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1150px) {
    .portfolio.hover-vertical-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-vertical-sliding.columns-3 .overlay .links {
        padding: 41px 28px
    }

    .portfolio.hover-vertical-sliding.columns-3 .overlay .links .caption .description {
        padding: 0 28px 25px
    }
}

@media only screen and (min-width: 920px) and (max-width: 992px) {
    .portfolio.hover-vertical-sliding.columns-3 .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding.columns-3 .overlay .links .caption .info {
        display: block
    }
}

@media only screen and (min-width: 1150px) {
    .with-sidebar .portfolio.hover-vertical-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: none
    }

    .with-sidebar .portfolio.hover-vertical-sliding.columns-3 .overlay .links {
        padding: 41px 28px
    }
}

@media only screen and (min-width: 768px) {
    .portfolio.hover-vertical-sliding.columns-4 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-vertical-sliding.columns-4 .overlay .links {
        padding: 41px 28px
    }

    .portfolio.hover-vertical-sliding.columns-4 .overlay .links .caption .description {
        padding: 0 28px 41px
    }
}

@media only screen and (min-width: 1735px) {
    .portfolio.hover-vertical-sliding.columns-3 .fullwidth-block .overlay .links .caption .subtitle, .portfolio.hover-vertical-sliding.columns-3 .fullwidth-block .overlay .links .caption .info {
        display: block
    }
}

@media only screen and (min-width: 992px) {
    .with-sidebar .portfolio.hover-vertical-sliding.columns-4 .overlay .links {
        padding: 18px 12px
    }

    .with-sidebar .portfolio.hover-vertical-sliding.columns-4 .portfolio-item:not(.double-item-squared) .overlay .links .caption .title {
        font-size: 14px;
        line-height: 21px
    }
}

@media only screen and (max-width: 1120px) {
    .with-sidebar .portfolio.hover-vertical-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle {
        display: block
    }
}

@media only screen and (max-width: 340px) {
    .with-sidebar .portfolio.hover-vertical-sliding.columns-3 .overlay .links .caption .subtitle {
        display: none
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1770px), screen and (min-width: 992px) and (max-width: 1170px), screen and (min-width: 768px) and (max-width: 900px) {
    .portfolio.hover-vertical-sliding .fullwidth-block .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-vertical-sliding .fullwidth-block .overlay .links .caption .subtitle {
        margin-bottom: 0
    }

    .portfolio.hover-vertical-sliding .fullwidth-block .overlay .links {
        padding: 41px 28px
    }

    .portfolio.hover-vertical-sliding .fullwidth-block .overlay .links .caption .description {
        padding: 0 28px 41px
    }
}

@media only screen and (min-width: 980px) and (max-width: 1070px) {
    .portfolio.hover-vertical-sliding .fullwidth-block .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle {
        display: none
    }
}

@media only screen and (min-width: 1170px) and (max-width: 1250px), screen and (min-width: 981px) and (max-width: 992px) {
    .portfolio.hover-vertical-sliding .fullwidth-block .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-vertical-sliding .fullwidth-block .overlay .links {
        padding: 18px 12px
    }

    .portfolio.hover-vertical-sliding .fullwidth-block .portfolio-item:not(.double-item-squared) .overlay .links .caption .title {
        font-size: 14px;
        line-height: 1.5
    }

    .portfolio.hover-vertical-sliding .fullwidth-block .portfolio-item:not(.double-item-squared) .overlay .links .caption .description {
        padding: 0 12px 41px
    }
}

.portfolio.hover-default .portfolio-item .image .overlay .overlay-line {
    display: none
}

.portfolio.hover-default .portfolio-item .image .overlay .links .caption .info {
    display: block;
    padding-top: 10px
}

.portfolio.hover-default .portfolio-item .image .overlay .links .caption {
    padding: 30px 30px 0
}

.portfolio.hover-default .portfolio-item .image .overlay .links a.icon {
    margin: 10px
}

.portfolio.hover-default .portfolio-item .image .overlay .links a.icon {
    width: 48px;
    height: 48px
}

.portfolio.hover-default .portfolio-item .image .overlay .links a.icon i, .portfolio.hover-default .portfolio-item .image .overlay .links a.icon:before {
    font-size: 48px
}

.portfolio.hover-default .portfolio-item .image .overlay .links a.icon svg {
    width: 48px;
    height: 48px
}

.portfolio.columns-4.hover-default .portfolio-item .image .overlay .links a.icon {
    width: 24px;
    height: 24px;
    line-height: 24px
}

.portfolio.columns-4.hover-default .portfolio-item .image .overlay .links a.icon i, .portfolio.columns-4.hover-default .portfolio-item .image .overlay .links a.icon:before {
    font-size: 24px
}

.portfolio.columns-4.hover-default .portfolio-item .image .overlay .links a.icon svg {
    width: 24px;
    height: 24px
}

.portfolio.portfolio-style-metro.hover-default .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.portfolio-style-metro.hover-default .portfolio-item .image .overlay .links .caption .info {
    display: none
}

@media (max-width: 991px) {
    .portfolio.hover-default .portfolio-item .image .overlay .links a.icon {
        margin-right: 15px
    }

    .portfolio.hover-default .portfolio-item .image .overlay .links a.icon {
        width: 24px;
        height: 24px;
        line-height: 24px
    }

    .portfolio.hover-default .portfolio-item .image .overlay .links a.icon i, .portfolio.hover-default .portfolio-item .image .overlay .links a.icon:before {
        font-size: 24px
    }

    .portfolio.hover-default .portfolio-item .image .overlay .links a.icon svg {
        width: 24px;
        height: 24px
    }
}

.portfolio.hover-default .fullwidth-block .overlay .links .caption .subtitle {
    display: block
}

@media only screen and (max-width: 380px) {
    .portfolio.hover-default .portfolio-item .image .overlay .links .caption .subtitle {
        display: none
    }
}

@media only screen and (min-width: 1120px) {
    .with-sidebar .portfolio.hover-default .overlay .portfolio-item .image .links .caption .subtitle, .with-sidebar .portfolio.hover-default .overlay .portfolio-item .image .links .caption .info {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1040px) {
    .with-sidebar .portfolio.hover-default .portfolio-item .image .overlay .links .caption .subtitle, .with-sidebar .portfolio.hover-default .portfolio-item .image .overlay .links .caption .info {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1120px) {
    .portfolio.hover-default.columns-3 .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-default.columns-3 .portfolio-item .image .overlay .links .caption .info {
        display: none
    }
}

@media only screen and (min-width: 1100px) and (min-width: 832px) and (max-width: 1030px) {
    .portfolio.hover-default.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links .caption .subtitle, .portfolio.hover-default.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links .caption .info {
        display: none
    }
}

@media only screen and (min-width: 832px) and (max-width: 1100px) {
    .portfolio.hover-default.columns-4 .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-default.columns-4 .portfolio-item .image .overlay .links .caption .info {
        display: none
    }
}

@media only screen and (min-width: 1170px) and (max-width: 1250px), screen and (min-width: 900px) and (max-width: 992px) {
    .portfolio.hover-default .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links .caption .title {
        font-size: 14px;
        line-height: 1.5
    }
}

@media only screen and (max-width: 768px) {
    .portfolio.hover-default .fullwidth-block .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-default .fullwidth-block .portfolio-item .image .overlay .links .caption .info {
        display: block
    }
}

@media only screen and (max-width: 460px) {
    .portfolio.hover-default .fullwidth-block .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-default .fullwidth-block .portfolio-item .image .overlay .links .caption .info {
        display: none
    }
}

@media only screen and (min-width: 1170px) and (max-width: 1250px), screen and (min-width: 900px) and (max-width: 992px) {
    .portfolio.hover-default .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links .caption .title {
        font-size: 14px;
        line-height: 1.5
    }
}

@media only screen and (max-width: 370px) {
    .portfolio.hover-default .portfolio-item .image .overlay .links .caption {
        padding-top: 15px
    }
}

.portfolio.hover-zooming-blur .portfolio-item .image .overlay .overlay-line {
    display: none
}

.portfolio.hover-zooming-blur .portfolio-item .image img {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.portfolio.hover-zooming-blur .portfolio-item .image img.zoom {
    transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15)
}

.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption {
    padding: 30px 30px 0
}

.portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.icon {
    margin-right: 16px
}

.portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%
}

.portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.icon i, .portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.icon:before {
    font-size: 32px
}

.portfolio:not(.hover-default) .portfolio-item .image .overlay .links a.icon svg {
    width: 32px;
    height: 32px
}

.portfolio:not(.hover-default):not(.hover-zooming-blur):not(.hover-gradient) .portfolio-item .image .overlay .links a.icon {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.portfolio:not(.hover-default):not(.hover-zooming-blur):not(.hover-gradient) .portfolio-item .image .overlay .links a.icon i, .portfolio:not(.hover-default):not(.hover-zooming-blur):not(.hover-gradient) .portfolio-item .image .overlay .links a.icon:before {
    font-size: 32px
}

.portfolio:not(.hover-default):not(.hover-zooming-blur):not(.hover-gradient) .portfolio-item .image .overlay .links a.icon svg {
    width: 32px;
    height: 32px
}

.portfolio.columns-4:not(.hover-default):not(.hover-zooming-blur) .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon {
    margin-right: 10px
}

.portfolio.columns-4:not(.hover-default):not(.hover-zooming-blur):not(.hover-gradient) .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon {
    line-height: 24px;
    width: 24px;
    height: 24px
}

.portfolio.columns-4:not(.hover-default):not(.hover-zooming-blur):not(.hover-gradient) .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon i, .portfolio.columns-4:not(.hover-default):not(.hover-zooming-blur):not(.hover-gradient) .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon:before {
    font-size: 24px
}

.portfolio.columns-4:not(.hover-default):not(.hover-zooming-blur):not(.hover-gradient) .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon svg {
    width: 24px;
    height: 24px
}

.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon {
    margin: 5px
}

.portfolio.hover-zooming-blur .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon, .portfolio.hover-zooming-blur.columns-3 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon, .portfolio.hover-zooming-blur.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon {
    margin: 4px
}

.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon {
    background-color: #3c3950
}

.portfolio.hover-zooming-blur .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon, .portfolio.hover-zooming-blur.columns-3 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon, .portfolio.hover-zooming-blur.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.portfolio.hover-zooming-blur .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon i, .portfolio.hover-zooming-blur.columns-3 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon i, .portfolio.hover-zooming-blur.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon i, .portfolio.hover-zooming-blur .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon:before, .portfolio.hover-zooming-blur.columns-3 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon:before, .portfolio.hover-zooming-blur.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon:before {
    font-size: 16px
}

.portfolio.hover-zooming-blur .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon svg, .portfolio.hover-zooming-blur.columns-3 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon svg, .portfolio.hover-zooming-blur.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon svg {
    width: 16px;
    height: 16px
}

.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .title {
    margin-bottom: 15px
}

.portfolio.portfolio-style-metro.hover-zooming-blur .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.portfolio-style-metro.hover-zooming-blur .portfolio-item .image .overlay .links .caption .info {
    display: none
}

@media only screen and (max-width: 430px) {
    .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon {
        margin-right: 8px
    }

    .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon i, .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon:before {
        font-size: 16px
    }

    .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon svg {
        width: 16px;
        height: 16px
    }
}

@media only screen and (max-width: 991px) {
    .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon {
        margin-right: 8px
    }

    .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon i, .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon:before {
        font-size: 16px
    }

    .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon svg {
        width: 16px;
        height: 16px
    }

    .portfolio.hover-zooming-blur .portfolio-item.double-item .image .overlay .links a.icon {
        margin-right: 8px
    }

    .portfolio.hover-zooming-blur .portfolio-item.double-item .image .overlay .links a.icon {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .portfolio.hover-zooming-blur .portfolio-item.double-item .image .overlay .links a.icon i {
        font-size: 16px
    }

    .portfolio.hover-zooming-blur .portfolio-item.double-item .image .overlay .links a.icon svg {
        width: 16px;
        height: 16px
    }
}

@media only screen and (max-width: 380px) {
    .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px), screen and (min-width: 768px) and (max-width: 830px) {
    .with-sidebar .portfolio.hover-zooming-blur.columns-2 .portfolio-item .image .overlay .links .caption .subtitle, .with-sidebar .portfolio.hover-zooming-blur.columns-2 .portfolio-item .image .overlay .links .caption .info {
        display: none
    }

    .with-sidebar .portfolio.hover-zooming-blur.columns-2 .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 768px) {
    .portfolio.hover-zooming-blur.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links .caption .subtitle, .portfolio.hover-zooming-blur.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-zooming-blur.columns-4 .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1120px) {
    .portfolio.hover-zooming-blur.columns-3 .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-zooming-blur.columns-3 .portfolio-item .image .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-zooming-blur.columns-3 .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1120px) {
    .with-sidebar .portfolio.hover-zooming-blur.columns-3 .portfolio-item .image .overlay .links .caption .subtitle, .with-sidebar .portfolio.hover-zooming-blur.columns-3 .portfolio-item .image .overlay .links .caption .info {
        display: none
    }

    .with-sidebar .portfolio.hover-zooming-blur.columns-3 .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 992px) {
    .with-sidebar .portfolio.hover-zooming-blur.columns-4 .portfolio-item .image .overlay .links .caption {
        padding-top: 15px
    }

    .with-sidebar .portfolio.hover-zooming-blur.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .caption .title {
        font-size: 14px;
        line-height: 21px
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1820px), screen and (min-width: 992px) and (max-width: 1170px), screen and (min-width: 768px) and (max-width: 900px) {
    .portfolio.hover-zooming-blur .fullwidth-block .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-zooming-blur .fullwidth-block .portfolio-item .image .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-zooming-blur .fullwidth-block .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1170px) and (max-width: 1250px), screen and (min-width: 900px) and (max-width: 992px) {
    .portfolio.hover-zooming-blur .fullwidth-block .portfolio-item .image .overlay .links .caption {
        padding-top: 15px
    }

    .portfolio.hover-zooming-blur .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links .caption .title {
        font-size: 14px;
        line-height: 1.5
    }

    .portfolio.hover-zooming-blur .fullwidth-block .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-zooming-blur .fullwidth-block .portfolio-item .image .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-zooming-blur .fullwidth-block .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

.portfolio.hover-gradient .portfolio-item .image .overlay .overlay-line {
    display: none
}

.portfolio.hover-gradient .portfolio-item .image img {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.portfolio.hover-gradient .portfolio-item .image .overlay .links {
    vertical-align: bottom;
    padding: 0;
    text-align: left
}

.portfolio.hover-gradient .portfolio-item .image .overlay .links .portfolio-icons {
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px 30px
}

.portfolio.hover-gradient .portfolio-item .image .overlay .links .description {
    position: static
}

.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption {
    padding: 0 30px 25px;
    width: 100%;
    text-align: left
}

.portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon {
    margin-right: 16px
}

.portfolio.columns-4:not(.hover-default):not(.hover-gradient):not(.hover-zooming-blur) .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon {
    margin-right: 10px
}

.portfolio.hover-gradient .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon, .portfolio.hover-gradient.columns-3 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon, .portfolio.hover-gradient.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon {
    margin-right: 8px
}

.portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon {
    background-color: rgba(255, 255, 255, .8);
    color: #3c3950
}

.portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon i, .portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon:before {
    color: #3c3950
}

.portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon svg {
    fill: #3c3950
}

.portfolio.hover-gradient .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon, .portfolio.hover-gradient.columns-3 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon, .portfolio.hover-gradient.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.portfolio.hover-gradient .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon i, .portfolio.hover-gradient.columns-3 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon i, .portfolio.hover-gradient.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon i, .portfolio.hover-gradient .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon:before, .portfolio.hover-gradient.columns-3 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon:before, .portfolio.hover-gradient.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon:before {
    font-size: 16px
}

.portfolio.hover-gradient .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon svg, .portfolio.hover-gradient.columns-3 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon svg, .portfolio.hover-gradient.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links a.icon svg {
    width: 16px;
    height: 16px
}

.portfolio.hover-gradient:not(.products) .portfolio-item .image .overlay .links .caption .title, .portfolio.hover-circular:not(.products) .portfolio-item .image .overlay .links .caption .title {
    margin-bottom: 0
}

.portfolio.portfolio-style-metro.hover-gradient .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.portfolio-style-metro.hover-gradient .portfolio-item .image .overlay .links .caption .info {
    display: none
}

.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-gradient .portfolio-item .wrap > .caption .subtitle {
    display: none !important
}

.portfolio.gem-instagram-gallery.hover-gradient .portfolio-item .image .overlay .links .caption .subtitle {
    display: block !important
}

.portfolio.hover-gradient.fullwidth-columns-4 .fullwidth-block .portfolio-item .image .overlay .links .caption .subtitle {
    display: block !important;
    max-width: 70%
}

.hover-gradient .portfolio-item .image .overlay .links .portfolio-sharing-pane {
    text-align: left
}

.hover-gradient .portfolio-item .image .overlay .links .portfolio-sharing-pane a.socials-item:first-child {
    margin-left: 0
}

.portfolio.hover-gradient.hover-gradient-title .portfolio-item .image .overlay .links .caption .title, .portfolio.hover-gradient.hover-gradient-title .portfolio-item .image .overlay .links .caption .description {
    opacity: 1
}

.portfolio.hover-gradient.hover-gradient-title .portfolio-item .image .overlay .links .caption .title, .portfolio.hover-gradient.hover-gradient-title .portfolio-item .image .overlay .links .caption .info {
    opacity: 1;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media only screen and (max-width: 430px) {
    .portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon {
        margin-right: 8px
    }

    .portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon i, .portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon:before {
        font-size: 16px
    }

    .portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon svg {
        width: 16px;
        height: 16px
    }
}

@media only screen and (max-width: 991px) {
    .portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon {
        margin-right: 8px
    }

    .portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon i, .portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon:before {
        font-size: 16px
    }

    .portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon svg {
        width: 16px;
        height: 16px
    }

    .portfolio.hover-gradient .portfolio-item.double-item .image .overlay .links a.icon {
        margin-right: 8px
    }

    .portfolio.hover-gradient .portfolio-item.double-item .image .overlay .links a.icon {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .portfolio.hover-gradient .portfolio-item.double-item .image .overlay .links a.icon i {
        font-size: 16px
    }

    .portfolio.hover-gradient .portfolio-item.double-item .image .overlay .links a.icon svg {
        width: 16px;
        height: 16px
    }
}

@media only screen and (max-width: 380px) {
    .portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px), screen and (min-width: 768px) and (max-width: 830px) {
    .with-sidebar .portfolio.hover-gradient.columns-2 .portfolio-item .image .overlay .links .caption .subtitle, .with-sidebar .portfolio.hover-gradient.columns-2 .portfolio-item .image .overlay .links .caption .info {
        display: none
    }

    .with-sidebar .portfolio.hover-gradient.columns-2 .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 768px) {
    .portfolio.hover-gradient.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links .caption .subtitle, .portfolio.hover-gradient.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-gradient.columns-4 .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1120px) {
    .portfolio.hover-gradient.columns-3 .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-gradient.columns-3 .portfolio-item .image .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-gradient.columns-3 .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1120px) {
    .with-sidebar .portfolio.hover-gradient.columns-3 .portfolio-item .image .overlay .links .caption .subtitle, .with-sidebar .portfolio.hover-gradient.columns-3 .portfolio-item .image .overlay .links .caption .info {
        display: none
    }

    .with-sidebar .portfolio.hover-gradient.columns-3 .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 992px) {
    .with-sidebar .portfolio.hover-gradient.columns-4 .portfolio-item .image .overlay .links .caption {
        padding-top: 15px
    }

    .with-sidebar .portfolio.hover-gradient.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .caption .title {
        font-size: 14px;
        line-height: 21px
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1820px), screen and (min-width: 992px) and (max-width: 1170px), screen and (min-width: 768px) and (max-width: 900px) {
    .portfolio.hover-gradient .fullwidth-block .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-gradient .fullwidth-block .portfolio-item .image .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-gradient .fullwidth-block .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1170px) and (max-width: 1250px), screen and (min-width: 900px) and (max-width: 992px) {
    .portfolio.hover-gradient .fullwidth-block .portfolio-item .image .overlay .links .caption {
        padding-top: 15px
    }

    .portfolio.hover-gradient .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links .caption .title {
        font-size: 14px;
        line-height: 1.5
    }

    .portfolio.hover-gradient .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links .caption .product-price .price .amount {
        font-size: 127%
    }

    .portfolio.hover-gradient .fullwidth-block .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-gradient .fullwidth-block .portfolio-item .image .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-gradient .fullwidth-block .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1550px), screen and (min-width: 768px) and (max-width: 1100px) {
    .portfolio.hover-gradient.fullwidth-columns-4 .fullwidth-block .portfolio-item .image .overlay .links .caption .subtitle {
        display: none !important
    }
}

.portfolio.hover-circular .portfolio-item .image .overlay .overlay-circle {
    display: block
}

.portfolio.hover-circular .portfolio-item .image img {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

.portfolio.hover-circular .portfolio-item .image .overlay .links {
    vertical-align: bottom;
    padding: 0;
    text-align: left
}

.portfolio.hover-circular .portfolio-item .image .overlay .links .portfolio-icons {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 35px 25px
}

.portfolio.hover-circular .portfolio-item .image .overlay .links .description {
    position: static
}

.portfolio.hover-circular .portfolio-item .image .overlay .links .caption {
    padding: 0 25px 25px;
    width: 100%;
    text-align: left
}

@media only screen and (min-width: 550px) {
    .portfolio.hover-circular .portfolio-item.double-item-squared .image .overlay .links .portfolio-icons {
        padding: 45px 40px
    }

    .portfolio.hover-circular .portfolio-item.double-item-horizontal .image .overlay .links .portfolio-icons {
        padding: 35px 40px
    }

    .portfolio.hover-circular .portfolio-item.double-item-squared .image .overlay .links .caption {
        padding: 0 40px 35px
    }

    .portfolio.hover-circular .portfolio-item.double-item-horizontal .image .overlay .links .caption {
        padding: 0 40px 25px
    }
}

.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .subtitle {
    max-width: 70%;
    left: 42px;
    display: none !important
}

.portfolio.gem-instagram-gallery.hover-circular .portfolio-item .image .overlay .links .caption .subtitle {
    left: 25px;
    display: block !important
}

.portfolio.hover-circular.columns-4 .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-circular.columns-4 .portfolio-item .image .overlay .links .caption .info {
    display: none
}

.hover-circular .portfolio-item .image .overlay .links .portfolio-sharing-pane {
    text-align: left
}

.hover-circular .portfolio-item .image .overlay .links .portfolio-sharing-pane a.socials-item:first-child {
    margin-left: 0
}

.portfolio.hover-circular.hover-circular-title .portfolio-item .image .overlay .links .caption .title, .portfolio.hover-circular.hover-circular-title .portfolio-item .image .overlay .links .caption .description {
    opacity: 1
}

.portfolio.hover-circular.hover-circular-title .portfolio-item .image .overlay .links .caption .title, .portfolio.hover-circular.hover-circular-title .portfolio-item .image .overlay .links .caption .info {
    opacity: 1;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.portfolio.hover-circular .overlay .links a.icon {
    margin-right: 32px
}

.portfolio.hover-circular .overlay .overlay-line {
    margin: 16px 0
}

.vc_col-sm-9 .portfolio.hover-circular .portfolio-item:not(.double-item-squared) .overlay .links {
    padding: 31px 28px
}

@media only screen and (min-width: 1280px) and (max-width: 1550px), screen and (min-width: 550px) and (max-width: 1100px), screen and (max-width: 400px) {
    .portfolio.hover-circular .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-circular .portfolio-item .image .overlay .links .caption .info {
        display: none
    }
}

@media only screen and (max-width: 430px) {
    .portfolio.hover-circular .portfolio-item .image .overlay .links a.icon {
        margin-right: 8px
    }

    .portfolio.hover-circular .portfolio-item .image .overlay .links a.icon {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .portfolio.hover-circular .portfolio-item .image .overlay .links a.icon i, .portfolio.hover-circular .portfolio-item .image .overlay .links a.icon:before {
        font-size: 24px
    }

    .portfolio.hover-circular .portfolio-item .image .overlay .links a.icon svg {
        width: 24px;
        height: 24px
    }
}

@media only screen and (max-width: 991px) {
    .portfolio.hover-circular .portfolio-item .image .overlay .links a.icon {
        margin-right: 8px
    }

    .portfolio.hover-circular .portfolio-item .image .overlay .links a.icon {
        width: 24px;
        height: 24px;
        line-height: 24px
    }

    .portfolio.hover-circular .portfolio-item .image .overlay .links a.icon i, .portfolio.hover-circular .portfolio-item .image .overlay .links a.icon:before {
        font-size: 24px
    }

    .portfolio.hover-circular .portfolio-item .image .overlay .links a.icon svg {
        width: 24px;
        height: 24px
    }

    .portfolio.hover-circular .portfolio-item.double-item .image .overlay .links a.icon {
        margin-right: 8px
    }

    .portfolio.hover-circular .portfolio-item.double-item-squared .image .overlay .links a.icon {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .portfolio.hover-circular .portfolio-item.double-item-squared .image .overlay .links a.icon i, .portfolio.hover-circular .portfolio-item.double-item-squared .image .overlay .links a.icon:before {
        font-size: 32px
    }

    .portfolio.hover-circular .portfolio-item.double-item-squared .image .overlay .links a.icon svg {
        width: 32px;
        height: 32px
    }
}

@media only screen and (min-width: 992px) {
    .with-sidebar .portfolio.hover-circular.columns-4 .portfolio-item:not(.double-item-squared) .image .overlay .caption .title {
        font-size: 14px;
        line-height: 1.5
    }
}

@media only screen and (min-width: 1170px) and (max-width: 1250px), screen and (min-width: 900px) and (max-width: 992px) {
    .portfolio.hover-circular .fullwidth-block .portfolio-item:not(.double-item-squared) .image .overlay .links .caption .title {
        font-size: 14px;
        line-height: 1.5
    }

    .portfolio.hover-circular .fullwidth-block .portfolio-item .image .overlay .links .caption .title {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 400px) and (max-width: 550px) {
    .portfolio.hover-circular.columns-4 .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-circular.columns-4 .portfolio-item .image .overlay .links .caption .info {
        display: block
    }
}

@media only screen and (min-width: 800px) {
    .portfolio.hover-circular.columns-2 .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-circular.columns-2 .portfolio-item .image .overlay .links .caption .info, .portfolio.hover-circular.columns-1 .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.hover-circular.columns-1 .portfolio-item .image .overlay .links .caption .info {
        display: block
    }
}

.portfolio.hover-horizontal-sliding .overlay .links, .portfolio.hover-horizontal-sliding .portfolio-item .image .links, .portfolio.hover-new-horizontal-sliding.title-on-hover .overlay .links, .portfolio.hover-default-horizontal-sliding .overlay .links {
    text-align: left;
    vertical-align: bottom
}

.portfolio.hover-horizontal-sliding .overlay .links .caption {
    text-align: left;
    padding: 0
}

.portfolio.hover-horizontal-sliding .overlay .links {
    padding: 39px 50px
}

.portfolio.hover-horizontal-sliding .fullwidth-block .portfolio-item:not(.double-item-squared) .overlay .links {
    padding: 41px 28px
}

.portfolio.hover-horizontal-sliding .overlay .links a.icon, .portfolio.hover-horizontal-sliding .overlay .links a.icon {
    margin-right: 32px
}

.portfolio.hover-horizontal-sliding .overlay .overlay-line {
    margin: 30px 0
}

.portfolio.hover-horizontal-sliding.columns-2 .overlay .links .caption .subtitle {
    width: 65%;
    margin-bottom: 3px
}

.portfolio.hover-horizontal-sliding.columns-2 .overlay .links .caption .info {
    width: 65%
}

.portfolio.hover-horizontal-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links a.icon, .portfolio.hover-horizontal-sliding .fullwidth-block .portfolio-item:not(.double-item-squared) .overlay .links a.icon {
    margin-right: 16px
}

.portfolio.portfolio-style-metro.hover-horizontal-sliding .portfolio-item .image .overlay .links .caption .subtitle, .portfolio.portfolio-style-metro.hover-horizontal-sliding .portfolio-item .image .overlay .links .caption .info {
    display: none
}

@media only screen and (max-width: 1170px) {
    .portfolio.hover-horizontal-sliding.columns-2 .overlay .links .caption .subtitle {
        width: 85%
    }

    .portfolio.hover-horizontal-sliding.columns-2 .overlay .links .caption .info {
        width: 85%
    }
}

@media only screen and (max-width: 920px) {
    .portfolio.hover-horizontal-sliding.columns-2 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle {
        display: none
    }

    .portfolio.hover-horizontal-sliding.columns-3 .overlay .links .caption .info {
        display: block
    }
}

@media only screen and (max-width: 980px) {
    .portfolio.hover-horizontal-sliding.columns-4 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .portfolio.hover-horizontal-sliding.columns-2 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle, .portfolio.hover-horizontal-sliding.columns-3 .overlay .links .caption .subtitle, .portfolio.hover-horizontal-sliding.columns-4 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle, .portfolio.hover-horizontal-sliding .fullwidth-block .overlay .links .caption .subtitle {
        display: block
    }

    .portfolio.hover-horizontal-sliding.columns-2 .overlay .links .caption .info, .portfolio.hover-horizontal-sliding.columns-3 .overlay .links .caption .info, .portfolio.hover-horizontal-sliding.columns-4 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info, .portfolio.hover-horizontal-sliding .fullwidth-block .overlay .links .caption .info {
        display: block
    }
}

@media only screen and (max-width: 460px) {
    .portfolio.hover-horizontal-sliding.columns-2 .overlay .links .caption .subtitle, .portfolio.hover-horizontal-sliding.columns-3 .overlay .links .caption .subtitle, .portfolio.hover-horizontal-sliding.columns-4 .overlay .links .caption .subtitle, .portfolio.hover-horizontal-sliding .fullwidth-block .overlay .links .caption .subtitle {
        display: none !important
    }
}

@media only screen and (max-width: 440px) {
    .portfolio.hover-horizontal-sliding.columns-2 .overlay .links .caption .info, .portfolio.hover-horizontal-sliding.columns-3 .overlay .links .caption .info, .portfolio.hover-horizontal-sliding.columns-4 .overlay .links .caption .info, .portfolio.hover-horizontal-sliding .fullwidth-block .overlay .links .caption .info {
        display: none !important
    }
}

@media only screen and (min-width: 830px) {
    .with-sidebar .portfolio.hover-horizontal-sliding.columns-4 .portfolio-item:not(.double-item-squared) .overlay .info {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1150px) {
    .with-sidebar .portfolio.hover-horizontal-sliding.columns-2 .portfolio-item:not(.double-item-squared) .overlay .links a.icon {
        margin-right: 23px;
        width: 32px;
        height: 32px;
        line-height: 32px
    }

    .with-sidebar .portfolio.hover-horizontal-sliding.columns-2 .portfolio-item:not(.double-item-squared) .overlay .links a.icon:before {
        font-size: 32px
    }

    .with-sidebar .portfolio.hover-horizontal-sliding.columns-2 .portfolio-item:not(.double-item-squared) .overlay .links a.icon svg {
        width: 32px;
        height: 32px
    }
}

@media only screen and (min-width: 768px) and (max-width: 845px) {
    .portfolio.hover-horizontal-sliding.columns-1 .overlay .links, .portfolio.hover-horizontal-sliding.columns-2 .overlay .links, .portfolio.hover-horizontal-sliding.columns-3 .overlay .links {
        padding: 41px 28px
    }
}

@media only screen and (max-width: 440px) {
    .portfolio.hover-horizontal-sliding.columns-1 .overlay .links, .portfolio.hover-horizontal-sliding.columns-2 .overlay .links, .portfolio.hover-horizontal-sliding.columns-3 .overlay .links, .portfolio.hover-horizontal-sliding.columns-4 .overlay .links, .portfolio.hover-horizontal-sliding .fullwidth-block .overlay .links {
        padding: 41px 30px
    }
}

@media only screen and (max-width: 360px) {
    .portfolio.hover-horizontal-sliding.columns-1 .overlay .links, .portfolio.hover-horizontal-sliding.columns-2 .overlay .links, .portfolio.hover-horizontal-sliding.columns-3 .overlay .links, .portfolio.hover-horizontal-sliding.columns-4 .overlay .links, .portfolio.hover-horizontal-sliding .fullwidth-block .overlay .links {
        padding: 31px 20px
    }

    .portfolio.hover-horizontal-sliding .overlay .overlay-line {
        margin: 15px 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1150px) {
    .portfolio.hover-horizontal-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-horizontal-sliding.columns-3 .overlay .links {
        padding: 41px 28px
    }

    .portfolio.hover-horizontal-sliding .overlay .overlay-line {
        margin: 15px 0
    }

    .with-sidebar .portfolio.hover-horizontal-sliding.columns-2 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle {
        display: none
    }
}

@media only screen and (min-width: 920px) and (max-width: 992px) {
    .portfolio.hover-horizontal-sliding.columns-3 .overlay .links .caption .subtitle, .portfolio.hover-horizontal-sliding.columns-3 .overlay .links .caption .info {
        display: block
    }
}

@media only screen and (min-width: 1150px) {
    .with-sidebar .portfolio.hover-horizontal-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: none
    }

    .with-sidebar .portfolio.hover-horizontal-sliding.columns-3 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle {
        display: none
    }

    .with-sidebar .portfolio.hover-horizontal-sliding.columns-3 .overlay .links {
        padding: 41px 28px
    }

    .portfolio.hover-horizontal-sliding .overlay .overlay-line {
        margin: 15px 0
    }
}

@media only screen and (min-width: 768px) {
    .portfolio.hover-horizontal-sliding.columns-4 .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle {
        display: none
    }

    .portfolio.hover-horizontal-sliding.columns-4 .overlay .links {
        padding: 41px 28px
    }

    .portfolio.hover-horizontal-sliding .overlay .overlay-line {
        margin: 15px 0
    }
}

@media only screen and (min-width: 1735px) {
    .portfolio.hover-horizontal-sliding.columns-3 .fullwidth-block .overlay .links .caption .subtitle, .portfolio.hover-horizontal-sliding.columns-3 .fullwidth-block .overlay .links .caption .info {
        display: block
    }
}

@media only screen and (min-width: 992px) {
    .with-sidebar .portfolio.hover-horizontal-sliding.columns-4 .overlay .links {
        padding: 18px 12px
    }

    .with-sidebar .portfolio.hover-horizontal-sliding.columns-4 .overlay .links .caption .title {
        font-size: 14px;
        line-height: 1.5
    }

    .portfolio.hover-horizontal-sliding .overlay .overlay-line {
        margin: 15px 0
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1770px), screen and (min-width: 992px) and (max-width: 1170px), screen and (min-width: 768px) and (max-width: 900px) {
    .portfolio.hover-horizontal-sliding .fullwidth-block .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-horizontal-sliding .fullwidth-block .overlay .links {
        padding: 41px 28px
    }

    .portfolio.hover-horizontal-sliding .overlay .overlay-line {
        margin: 15px 0
    }
}

@media only screen and (min-width: 1170px) and (max-width: 1250px), screen and (min-width: 900px) and (max-width: 992px) {
    .portfolio.hover-horizontal-sliding .fullwidth-block .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: none
    }

    .portfolio.hover-horizontal-sliding .fullwidth-block .overlay .links {
        padding: 18px 12px
    }

    .portfolio.hover-horizontal-sliding .overlay .overlay-line {
        margin: 15px 0
    }
}

.portfilio-top-panel {
    display: table;
    width: 100%
}

.portfilio-top-panel-row {
    display: table-row
}

.portfilio-top-panel-left, .portfilio-top-panel-right {
    display: table-cell;
    vertical-align: top
}

.portfilio-top-panel-left {
    min-width: 99%
}

.portfilio-top-panel-right {
    text-align: right
}

.portfolio-sorting {
    display: inline-block;
    white-space: nowrap;
    margin: 0
}

.portfolio-sorting > div {
    display: inline-block;
    vertical-align: middle
}

.portfolio-sorting-sep {
    height: 30px;
    width: 1px;
    margin: 0 20px;
    background-color: #b6c6c9
}

.portfolio-sorting label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px
}

.sorting-switcher {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 24px;
    border-radius: 12px;
    background-color: #b6c6c9
}

.sorting-switcher:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 4px;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background-color: #fff;
    border-radius: 50%
}

.sorting-switcher.right:after {
    left: 20px
}

.portfolio-sharing-pane {
    height: 0;
    text-align: center
}

.portfolio.hover-horizontal-sliding .portfolio-sharing-pane, .portfolio.hover-vertical-sliding .portfolio-sharing-pane {
    text-align: left
}

.portfolio-likes {
    margin-top: 0;
    height: 0;
    opacity: 0;
    text-align: center;
    text-align: -webkit-center;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.portfolio-item:hover .portfolio-likes, .portfolio-item .portfolio-likes.visible {
    margin-top: 10px;
    height: 25px;
    opacity: 1
}

.portfolio-likes .zilla-likes {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content
}

.portfolio .zilla-likes {
    line-height: 1.3
}

.portfolio .zilla-likes:before {
    content: none !important
}

.portfolio .zilla-likes i {
    font-size: 16px;
    font-style: normal;
    margin-right: 6px;
    vertical-align: top
}

.portfolio .portfolio-likes .zilla-likes i {
    font-size: 24px
}

.portfolio .zilla-likes i.default:before {
    content: '\e641';
    display: inline-block;
    font-family: "thegem-icons";
    font-weight: 400;
    line-height: inherit
}

.portfolio-item .image .overlay .portfolio-sharing-pane {
    white-space: nowrap;
    font-size: 0
}

.portfolio:not(.hover-default):not(.hover-zooming-blur):not(.hover-gradient) .portfolio-item .image .overlay .portfolio-sharing-pane {
    margin-left: -6px
}

.portfolio.columns-4:not(.hover-default):not(.hover-zooming-blur):not(.hover-gradient) .portfolio-item .image .overlay .portfolio-sharing-pane {
    margin-left: -3px
}

.portfolio-item .image .overlay .portfolio-sharing-pane .socials-item {
    margin: 0 10px
}

.columns-3 .portfolio-item .image .overlay .portfolio-sharing-pane .socials-item, .columns-4 .portfolio-item .image .overlay .portfolio-sharing-pane .socials-item, .fullwidth-columns-6 .portfolio-item .image .overlay .portfolio-sharing-pane .socials-item, .fullwidth-columns-5 .portfolio-item .image .overlay .portfolio-sharing-pane .socials-item, .fullwidth-columns-4 .portfolio-item .image .overlay .portfolio-sharing-pane .socials-item {
    margin: 0 5px
}

.caption-sizable-content {
    position: absolute;
    padding: inherit;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 30px;
    overflow: hidden
}

.caption-sizable-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.caption-sizable-content .after-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.caption-sizable-content.with-bottom-line {
    bottom: 70px
}

.caption-bottom-line {
    position: absolute;
    padding: inherit;
    padding-right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center
}

.caption-bottom-line .gem-button {
    margin-bottom: 0;
    margin-right: 15px
}

@media only screen and (max-width: 991px) {
    .portfolio.columns-1 .portfolio-item .wrap {
        display: block
    }

    .caption-sizable-content, .caption-bottom-line {
        position: relative;
        bottom: auto;
        padding: 0
    }

    .caption-sizable-content:after {
        display: none
    }

    .portfolio.columns-1 .portfolio-item .image .image-inner img {
        width: 110%
    }
}

.portfolio.columns-1.background-style-white.no-gaps .portfolio-item:not([style*='top: 0px;']) .wrap > .caption {
    border-top: 0
}

.portfolio-title {
    text-align: center
}

.hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .title, .hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .title > div, .hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .title, .hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .title > div {
    color: #212227
}

.hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle, .hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle, .hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .post-date, .hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .post-date, .hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .author .author-name, .hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .author .author-name a, .hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .product-info .product-price, .hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .product-info .product-price, .hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .product-info .product-price .amount, .hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .product-info .product-price .amount, .news-grid.portfolio.hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .info, .news-grid.portfolio.hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .info a {
    color: #212227
}

.news-grid.portfolio.title-on-page.hover-circular.title-style-dark .portfolio-item .image .overlay .links .caption .info span.sep {
    border-left-color: #212227
}

.portfolio-load-more .gem-button-separator-button {
    padding: 0 20px
}

.portfolio-load-more .gem-button-container .gem-button-separator-type-square {
    display: flex;
    flex-direction: column;
    align-items: center
}

.gem-button-icon-position-right .gem-inner-wrapper-btn {
    flex-direction: row-reverse
}

.portfolio .gem-pagination {
    display: flex;
    align-items: center;
    justify-content: center
}

.portfolio .gem-pagination a {
    box-sizing: content-box;
    line-height: 30px
}

.portfolio .gem-pagination .prev, .portfolio .gem-pagination .next {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none
}

.portfolio .gem-pagination .prev:before, .portfolio .gem-pagination .next:before {
    content: none
}

.portfolio .gem-pagination .prev i, .portfolio .gem-pagination .next i {
    font-size: 24px
}

.portfolio .gem-pagination .prev i.default, .portfolio .gem-pagination .next i.default {
    font-family: 'thegem-icons';
    font-weight: 400;
    font-style: normal
}

.gem-pagination .prev i.default:before {
    content: '\e636'
}

.gem-pagination .next i.default:before {
    content: '\e634'
}

.portfolio .gem-button-separator, .portfolio .gem-button-separator-line {
    width: 100%
}

.portfolio.caption-position-zigzag.portfolio-pagination-normal .portfolio-item.item-even .wrap, .portfolio.caption-position-zigzag:not(.portfolio-pagination-normal) .portfolio-item:nth-child(even) .wrap {
    flex-direction: row-reverse
}

.portfolio.portfolio-list .portfolio-item {
    margin-bottom: -1px
}

.portfolio.disable-isotope .portfolio-set {
    display: flex;
    flex-wrap: wrap
}

.portfolio .portfolio-item.product.inline-column {
    float: left;
    margin-bottom: 0
}

.preloader-new ~ .portfolio-row, .preloader-new ~ * .portfolio-row {
    opacity: .6
}

.portfolio.hover-none .portfolio-item .image .overlay {
    display: block
}

.portfolio-preloader-wrapper {
    width: 100%;
    clear: both
}

.portfolio.portfolio-slider.item-separator .portfolio-item:before {
    opacity: 1
}

.portfolio.portfolio-slider.item-separator .portfolio-item:after {
    opacity: 0
}

.portfolio.portfolio-slider.item-separator .portfolio-item.currentPosition-last:after {
    opacity: 1
}

.portfolio.portfolio-slider.item-separator .fullwidth-block .portfolio-item.currentPosition-last:after {
    opacity: 0
}

.portfolio.portfolio-slider.item-separator .portfolio-item.currentPosition-last + .portfolio-item:before {
    opacity: 0
}

.portfolio.portfolio-slider.item-separator .fullwidth-block .portfolio-item.currentPosition-first:before {
    opacity: 0
}

.portfolio.portfolio-slider .fullwidth-block {
    padding: 0
}

.portfolio.portfolio-slider.disable-socials .portolio-slider-center .portfolio-set {
    margin-bottom: 0
}

.portfolio.portfolio-slider.without-padding .portolio-slider-center .fullwidth-block {
    padding: 0
}

.portfolio.portfolio-slider .portfolio-item .wrap {
    padding-bottom: 0
}

.portfolio.portfolio-slider .portfolio-item .wrap {
    background: 0 0
}

@media only screen and (min-width: 992px) and (max-width: 1240px) {
    .portfolio.portfolio-slider.hover-vertical-sliding .portfolio-item:not(.double-item-squared) .overlay .links .caption .subtitle, .portfolio.portfolio-slider.hover-vertical-sliding .portfolio-item:not(.double-item-squared) .overlay .links .caption .info {
        display: none
    }
}

.portfolio.portfolio-slider h2 {
    text-align: center
}

.portfolio.portfolio-slider {
    position: relative
}

.portfolio.portfolio-slider.full .portolio-slider-content {
    margin: 0
}

.portfolio.portfolio-slider .portolio-slider-center {
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 0
}

.portfolio.portfolio-slider.full .portolio-slider-center {
    max-width: none;
    margin: 0
}

.portfolio.portfolio-slider .portfolio-set {
    white-space: nowrap;
    margin-bottom: 0
}

.portfolio.portfolio-slider .portfolio-set .portfolio-item {
    display: inline-block;
    float: none;
    position: relative
}

.portfolio.portfolio-slider.gem-slider-animation-one .portfolio-set .portfolio-item {
    float: left
}

.portfolio.portfolio-slider.hover-gradient .portfolio-item .image .overlay .links a.icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.portfolio.portfolio-slider:not(.hover-zooming-blur) .portfolio-item .image .overlay .links a.icon:hover svg {
    fill: #393d50
}

.portfolio-slider .portolio-slider-prev, .portfolio-slider .portolio-slider-next {
    opacity: 0;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.portfolio.portfolio-slider:hover .portolio-slider-prev, .portfolio.portfolio-slider:hover .portolio-slider-next {
    opacity: 1;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.portfolio.portfolio-slider .portolio-slider-prev span, .portfolio.portfolio-slider .portolio-slider-next span {
    display: inline-block;
    font-family: 'thegem-icons';
    font-style: normal;
    cursor: pointer
}

.portfolio.portfolio-slider .portolio-slider-prev span {
    left: 0
}

.portfolio.portfolio-slider .portolio-slider-next span {
    right: 0
}

.portfolio.portfolio-slider .portolio-slider-prev {
    float: left;
    text-align: right;
    position: relative;
    z-index: 10
}

.portfolio.portfolio-slider .portolio-slider-next {
    float: right;
    text-align: left;
    position: relative;
    z-index: 10
}

.portfolio.portfolio-slider .portolio-slider-next span, .portfolio.portfolio-slider .portolio-slider-prev span {
    font-size: 0
}

.portfolio.portfolio-slider.gem-slider-animation-one .portolio-slider-next, .portfolio.portfolio-slider.gem-slider-animation-one .portolio-slider-prev {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.portfolio.portfolio-slider.gem-slider-animation-one .portolio-slider-next {
    left: auto;
    right: 0
}

.portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-prev span:after {
    content: '\e637';
    vertical-align: middle;
    font-size: 48px
}

.portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-next span:after {
    content: '\e638';
    vertical-align: middle;
    font-size: 48px
}

.portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-prev span, .portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-next span {
    padding: 28px 16px
}

.portfolio_slider_arrow_small.portfolio.portfolio-slider .portolio-slider-prev span, .portfolio_slider_arrow_small.portfolio.portfolio-slider .portolio-slider-next span {
    padding: 7px 6px
}

.portfolio_slider_arrow_small.portfolio.portfolio-slider .portolio-slider-prev span:after, .portfolio_slider_arrow_small.portfolio.portfolio-slider .portolio-slider-next span:after {
    font-size: 24px
}

.portfolio_slider_arrow_small.portfolio.portfolio-slider .portolio-slider-prev span:after {
    content: '\e636';
    vertical-align: middle
}

.portfolio_slider_arrow_small.portfolio.portfolio-slider .portolio-slider-next span:after {
    content: '\e634';
    vertical-align: middle
}

@media (max-width: 1024px) {
    body .portfolio_slider_arrow_small.portfolio.portfolio-slider .portolio-slider-prev, body .portfolio_slider_arrow_small.portfolio.portfolio-slider .portolio-slider-next {
        margin-top: 0
    }
}

.hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .title, .hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .title > div, .hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .title, .hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .title > div {
    color: #212227
}

.hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle, .hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle, .hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .post-date, .hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .post-date, .hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .author .author-name, .hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .author .author-name a, .hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .product-info .product-price, .hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .product-info .product-price, .hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .product-info .product-price .amount, .hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .product-info .product-price .amount, .news-grid.portfolio.hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .info, .news-grid.portfolio.hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .info a {
    color: #212227
}

.news-grid.portfolio.title-on-page.hover-circular.title-style-dark .portfolio-item .image .overlay .links .caption .info span.sep {
    border-left-color: #212227
}

.thegem-touch #page .portfolio.portfolio-slider .portolio-slider-prev, .thegem-touch .portfolio.portfolio-slider .portolio-slider-next {
    display: block
}

.thegem-touch #page .portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-prev, .thegem-touch #page .portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-next {
    margin-top: 0
}

@media (max-width: 1023px) {
    .thegem-touch #page .portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-prev, .thegem-touch #page .portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-next {
        margin-top: 0
    }

    .thegem-touch #page .portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-prev span, .thegem-touch #page .portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-next span {
        padding: 7px 6px
    }

    .thegem-touch #page .portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-prev span i, .thegem-touch #page .portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-next span i {
        font-size: 24px
    }

    .thegem-touch #page .portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-prev span svg, .thegem-touch #page .portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-next span svg {
        width: 24px
    }

    .thegem-touch #page .portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-prev span {
        vertical-align: middle
    }

    .thegem-touch #page .portfolio_slider_arrow_big.portfolio.portfolio-slider .portolio-slider-next span {
        vertical-align: middle
    }
}

.portfolio-slider .portolio-slider-prev span, .portfolio-slider .portolio-slider-next span, .portfolio-slider .portolio-slider-prev span i, .portfolio-slider .portolio-slider-next span i, .portfolio-slider .portolio-slider-prev span svg, .portfolio-slider .portolio-slider-next span svg, .portfolio-slider .portfolio-item .image-inner {
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.portfolio-slider .portolio-slider-center > div > div {
    margin: -21px
}

.portfolio-slider .portfolio-item {
    padding: 21px
}

.portfolio-slider:not(.columns-1):not(.portfolio-style-masonry) .portfolio-item .wrap > .caption .subtitle {
    max-height: unset
}

.portfolio-slider .portfolio-item .wrap > .caption .subtitle {
    padding-bottom: 0;
    padding-top: 0
}

.portfolio-slider .portfolio-item .wrap {
    border-bottom: unset
}

.portfolio-slider .portfolio-item .wrap > .caption {
    border-bottom: 1px solid #dfe5e8
}

.portfolio-slider .portfolio-item:hover .wrap > .caption {
    border-bottom-color: #f4f6f7
}

.portfolio-slider.background-style-gray .portfolio-item .wrap > .caption, .portfolio-slider.background-style-dark .portfolio-item .wrap > .caption, .portfolio-slider.background-style-transparent .portfolio-item .wrap > .caption {
    border-bottom-width: 0
}

.hover-default .portfolio-item .image .image-inner img, .hover-default .gallery-item .overlay-wrap .image-wrap img {
    overflow: hidden;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}

.hover-default .portfolio-item:hover .image .image-inner img, .hover-default .portfolio-item.hover-effect .image .image-inner img, .hover-default .gallery-item:hover .overlay-wrap .image-wrap img, .hover-default .gallery-item.hover-effect .overlay-wrap .image-wrap img {
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}

.hover-default .portfolio-item .image .overlay, .hover-default .portfolio-item:hover .image .overlay, .hover-default .portfolio-item.hover-effect .image .overlay, .hover-default .gallery-item .overlay-wrap .overlay, .hover-default .gallery-item:hover .overlay-wrap .overlay, .hover-default .gallery-item.hover-effect .overlay-wrap .overlay {
    display: block
}

.hover-default .portfolio-item .image .overlay:before, .hover-default .gallery-item .overlay-wrap .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s, background-color .5s;
    transition: opacity .5s, background-color .5s
}

.hover-default .portfolio-item:hover .image .overlay:before, .hover-default .portfolio-item.hover-effect .image .overlay:before, .hover-default .gallery-item:hover .overlay-wrap .overlay:before, .hover-default .gallery-item.hover-effect .overlay-wrap .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s, background-color .5s;
    transition: opacity .5s, background-color .5s
}

.portfolio.hover-default .portfolio-item .image .overlay .links .portfolio-icons > .icon, .portfolio.hover-default .portfolio-item .image .overlay .links .portfolio-icons-inner > .icon, .gem-gallery-grid.hover-default .gallery-item .overlay .overlay-content-inner a.icon, .portfolio.products.hover-default .portfolio-item .image .overlay .portfolio-icons.product-bottom a.added_to_cart {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s
}

.gem-gallery-grid.hover-default .gallery-item .overlay .overlay-content-inner a.icon.link {
    margin-left: 10px
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-icons > .icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-icons > .icon, .hover-default .portfolio-item:hover .image .overlay .links .portfolio-icons-inner > .icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-icons-inner > .icon, .gem-gallery-grid.hover-default .gallery-item:hover .overlay .overlay-content-inner a.icon, .gem-gallery-grid.hover-default .gallery-item.hover-effect .overlay .overlay-content-inner a.icon, .portfolio.products.hover-default .portfolio-item:hover .image .overlay .portfolio-icons.product-bottom a.added_to_cart, .portfolio.products.hover-default .portfolio-item.hover-effect .image .overlay .portfolio-icons.product-bottom a.added_to_cart {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.hover-default .portfolio-item:hover .image .overlay .links a.icon:before, .hover-default .portfolio-item.hover-effect .image .overlay .links a.icon:before {
    -webkit-transition: color .3s;
    transition: color .3s
}

.hover-default .portfolio-item:hover .image .overlay .links a.icon:hover:before, .hover-default .portfolio-item.hover-effect .image .overlay .links a.icon:hover:before {
    color: #393d50;
    -webkit-transition: color .3s;
    transition: color .3s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-icons > .icon:nth-child(1), .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-icons > .icon:nth-child(1), .hover-default .portfolio-item:hover .image .overlay .links .portfolio-icons-inner > .icon:nth-child(1), .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-icons-inner > .icon:nth-child(1), .hover-default .gallery-item:hover .overlay .overlay-content-inner a.icon:nth-child(1), .hover-default .gallery-item.hover-effect .overlay .overlay-content-inner a.icon:nth-child(1), .portfolio.products.hover-default .portfolio-item:hover .image .overlay .portfolio-icons.product-bottom a.added_to_cart, .portfolio.products.hover-default .portfolio-item.hover-effect .image .overlay .portfolio-icons.product-bottom a.added_to_cart {
    -webkit-transition: opacity 1s .12s, transform .5s .12s;
    transition: opacity 1s .12s, transform .5s .12s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-icons > .icon:nth-child(2), .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-icons > .icon:nth-child(2), .hover-default .portfolio-item:hover .image .overlay .links .portfolio-icons-inner > .icon:nth-child(2), .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-icons-inner > .icon:nth-child(2), .hover-default .gallery-item:hover .overlay .overlay-content-inner a.icon:nth-child(2), .hover-default .gallery-item.hover-effect .overlay .overlay-content-inner a.icon:nth-child(2) {
    -webkit-transition: opacity 1s .17s, transform .5s .17s;
    transition: opacity 1s .17s, transform .5s .17s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-icons > .icon:nth-child(3), .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-icons > .icon:nth-child(3), .hover-default .portfolio-item:hover .image .overlay .links .portfolio-icons-inner > .icon:nth-child(3), .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-icons-inner > .icon:nth-child(3), .hover-default .gallery-item:hover .overlay .overlay-content-inner a.icon:nth-child(3), .hover-default .gallery-item.hover-effect .overlay .overlay-content-inner a.icon:nth-child(3) {
    -webkit-transition: opacity 1s .19s, transform .5s .19s;
    transition: opacity 1s .19s, transform .5s .19s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-icons > .icon:nth-child(4), .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-icons > .icon:nth-child(4), .hover-default .portfolio-item:hover .image .overlay .links .portfolio-icons-inner > .icon:nth-child(4), .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-icons-inner > .icon:nth-child(4), .hover-default .gallery-item:hover .overlay .overlay-content-inner a.icon:nth-child(4), .hover-default .gallery-item.hover-effect .overlay .overlay-content-inner a.icon:nth-child(4) {
    -webkit-transition: opacity 1s .21s, transform .5s .21s;
    transition: opacity 1s .21s, transform .5s .21s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-icons > .icon:nth-child(5), .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-icons > .icon:nth-child(5), .hover-default .portfolio-item:hover .image .overlay .links .portfolio-icons-inner > .icon:nth-child(5), .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-icons-inner > .icon:nth-child(5), .hover-default .gallery-item:hover .overlay .overlay-content-inner a.icon:nth-child(5), .hover-default .gallery-item.hover-effect .overlay .overlay-content-inner a.icon:nth-child(5) {
    -webkit-transition: opacity 1s .23s, transform .5s .23s;
    transition: opacity 1s .23s, transform .5s .23s
}

.hover-default .portfolio-item .image .links .caption .title, .hover-default .gallery-item .overlay .overlay-content-inner .title {
    opacity: 0;
    position: relative;
    top: -200px;
    -webkit-transition: opacity .3s, top .3s;
    transition: opacity .3s, top .3s
}

.hover-default .gallery-item .overlay .overlay-content-inner .title {
    margin-top: 30px
}

.hover-default .portfolio-item:hover .image .links .caption .title, .hover-default .portfolio-item.hover-effect .image .links .caption .title, .hover-default .gallery-item:hover .overlay .overlay-content-inner .title, .hover-default .gallery-item.hover-effect .overlay .overlay-content-inner .title {
    opacity: 1;
    top: 0;
    -webkit-transition: opacity .3s .2s, top .3s .2s;
    transition: opacity .3s .2s, top .3s .2s
}

.hover-default .gallery-item .overlay .overlay-content-inner .subtitle {
    margin-top: 20px
}

.hover-default .portfolio-item .image .links .caption .description, .hover-default .gallery-item .overlay .overlay-content-inner .subtitle {
    opacity: 0;
    position: relative;
    top: -200px;
    -webkit-transition: opacity .4s, top .5s;
    transition: opacity .4s, top .5s
}

.hover-default .portfolio-item:hover .image .links .caption .description, .hover-default .portfolio-item.hover-effect .image .links .caption .description, .hover-default .gallery-item:hover .overlay .overlay-content-inner .subtitle, .hover-default .gallery-item.hover-effect .overlay .overlay-content-inner .subtitle {
    opacity: 1;
    top: 0;
    -webkit-transition: opacity .5s, top .4s;
    transition: opacity .5s, top .4s
}

.hover-default .portfolio-item .image .overlay .links .portfolio-sharing-pane {
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    -webkit-transition: opacity .3s, margin .3s .3s;
    transition: opacity .3s, margin .3s .3s, transform 0s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane {
    visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .5s, -webkit-transform 0s, margin .3s .3s;
    transition: opacity .5s, transform 0s, margin .3s .3s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane.active, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane.active {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-transition: opacity .5s, margin .3s;
    transition: opacity .5s, margin .3s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane .socials-item-icon {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px)
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane.active .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane.active .socials-item-icon {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.hover-default .portfolio-item .image .links .caption .product-info {
    opacity: 0;
    position: relative;
    top: -200px;
    -webkit-transition: opacity .4s, top .5s;
    transition: opacity .4s, top .5s
}

.hover-default .portfolio-item:hover .image .links .caption .product-info, .hover-default .portfolio-item.hover-effect .image .links .caption .product-info {
    opacity: 1;
    top: 0;
    -webkit-transition: opacity .5s, top .4s;
    transition: opacity .5s, top .4s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(1) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(1) .socials-item-icon, .hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(1) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(1) .socials-item-icon {
    -webkit-transition: color .3s, -webkit-transform .3s, opacity .3s;
    transition: color .3s, transform .3s, opacity .3s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(2) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(2) .socials-item-icon, .hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(2) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(2) .socials-item-icon {
    -webkit-transition: color .3s, -webkit-transform .3s .05s, opacity .3s .05s;
    transition: color .3s, transform .3s .05s, opacity .3s .05s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(3) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(3) .socials-item-icon, .hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(3) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(3) .socials-item-icon {
    -webkit-transition: color .3s, -webkit-transform .3s .1s, opacity .3s .1s;
    transition: color .3s, transform .3s .1s, opacity .3s .1s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(4) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(4) .socials-item-icon, .hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(4) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(4) .socials-item-icon {
    -webkit-transition: color .3s, -webkit-transform .3s .15s, opacity .3s .15s;
    transition: color .3s, transform .3s .15s, opacity .3s .15s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(5) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(5) .socials-item-icon, .hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(5) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(5) .socials-item-icon {
    -webkit-transition: color .3s, -webkit-transform .3s .2s, opacity .3s .2s;
    transition: color .3s, transform .3s .2s, opacity .3s .2s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(6) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(6) .socials-item-icon, .hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(6) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(6) .socials-item-icon {
    -webkit-transition: color .3s, -webkit-transform .3s .25s, opacity .3s .25s;
    transition: color .3s, transform .3s .25s, opacity .3s .25s
}

.hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(7) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(7) .socials-item-icon, .hover-default .portfolio-item:hover .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(7) .socials-item-icon, .hover-default .portfolio-item.hover-effect .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(7) .socials-item-icon {
    -webkit-transition: color .3s, -webkit-transform .3s .3s, opacity .3s .3s;
    transition: color .3s, transform .3s .3s, opacity .3s .3s
}

.mejs-offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal
}

.mejs-container {
    background: #000;
    /*font-family: Helvetica, Arial, serif;*/
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top
}

.mejs-container, .mejs-container * {
    box-sizing: border-box
}

.mejs-container video::-webkit-media-controls, .mejs-container video::-webkit-media-controls-panel, .mejs-container video::-webkit-media-controls-panel-container, .mejs-container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.mejs-fill-container, .mejs-fill-container .mejs-container {
    height: 100%;
    width: 100%
}

.mejs-fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.mejs-container:focus {
    outline: none
}

.mejs-iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%
}

.mejs-embed, .mejs-embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.mejs-fullscreen {
    overflow: hidden !important
}

.mejs-container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
    height: 100% !important;
    width: 100% !important
}

.mejs-background, .mejs-mediaelement {
    left: 0;
    position: absolute;
    top: 0
}

.mejs-mediaelement {
    height: 100%;
    width: 100%;
    z-index: 0
}

.mejs-poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

:root .mejs-poster-img {
    display: none
}

.mejs-poster-img {
    border: 0;
    padding: 0
}

.mejs-overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0
}

.mejs-layer {
    z-index: 1
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-overlay-button {
    background: url(../fonts/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px
}

.mejs-overlay:hover > .mejs-overlay-button {
    background-position: -80px -39px
}

.mejs-overlay-loading {
    height: 80px;
    width: 80px
}

.mejs-overlay-loading-bg-img {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent url(../fonts/mejs-controls.svg) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mejs-controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.mejs-controls:not([style*="display: none"]) {
    background: rgba(255, 0, 0, .7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .35));
    background: linear-gradient(transparent, rgba(0, 0, 0, .35))
}

.mejs-button, .mejs-time, .mejs-time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px
}

.mejs-button > button {
    background: transparent url(../fonts/mejs-controls.svg);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px
}

.mejs-button > button:focus {
    outline: 1px dotted #999
}

.mejs-container-keyboard-inactive [role=slider], .mejs-container-keyboard-inactive [role=slider]:focus, .mejs-container-keyboard-inactive a, .mejs-container-keyboard-inactive a:focus, .mejs-container-keyboard-inactive button, .mejs-container-keyboard-inactive button:focus {
    outline: 0
}

.mejs-time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto
}

.mejs-play > button {
    background-position: 0 0
}

.mejs-pause > button {
    background-position: -20px 0
}

.mejs-replay > button {
    background-position: -160px 0
}

.mejs-time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute
}

.mejs-time-total {
    background: hsla(0, 0%, 100%, .3);
    margin: 5px 0 0;
    width: 100%
}

.mejs-time-buffering {
    -webkit-animation: b 2s linear infinite;
    animation: b 2s linear infinite;
    background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background: linear-gradient(-45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background-size: 15px 15px;
    width: 100%
}

@-webkit-keyframes b {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

@keyframes b {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 30px 0
    }
}

.mejs-time-loaded {
    background: hsla(0, 0%, 100%, .3)
}

.mejs-time-current, .mejs-time-handle-content {
    background: hsla(0, 0%, 100%, .9)
}

.mejs-time-hovered {
    background: hsla(0, 0%, 100%, .5);
    z-index: 10
}

.mejs-time-hovered.negative {
    background: rgba(0, 0, 0, .2)
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-hovered, .mejs-time-loaded {
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    width: 100%
}

.mejs-time-buffering {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.mejs-time-hovered {
    -webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
    transition: height .1s cubic-bezier(.44, 0, 1, 1)
}

.mejs-time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important
}

.mejs-time-handle, .mejs-time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 11
}

.mejs-time-handle-content {
    border: 4px solid hsla(0, 0%, 100%, .9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px
}

.mejs-time-rail .mejs-time-handle-content:active, .mejs-time-rail .mejs-time-handle-content:focus, .mejs-time-rail:hover .mejs-time-handle-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mejs-time-float {
    background: #eee;
    border: 1px solid #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px
}

.mejs-time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px
}

.mejs-time-float-corner {
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.mejs-long-video .mejs-time-float {
    margin-left: -23px;
    width: 64px
}

.mejs-long-video .mejs-time-float-current {
    width: 60px
}

.mejs-broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%
}

.mejs-fullscreen-button > button {
    background-position: -80px 0
}

.mejs-unfullscreen > button {
    background-position: -100px 0
}

.mejs-mute > button {
    background-position: -60px 0
}

.mejs-unmute > button {
    background-position: -40px 0
}

.mejs-volume-button {
    position: relative
}

.mejs-volume-button > .mejs-volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, .7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index: 1
}

.mejs-volume-button:hover {
    border-radius: 0 0 4px 4px
}

.mejs-volume-total {
    background: hsla(0, 0%, 100%, .5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}

.mejs-volume-current {
    left: 0;
    margin: 0;
    width: 100%
}

.mejs-volume-current, .mejs-volume-handle {
    background: hsla(0, 0%, 100%, .9);
    position: absolute
}

.mejs-volume-handle {
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px
}

.mejs-horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px
}

.mejs-horizontal-volume-total {
    background: rgba(50, 50, 50, .8);
    height: 8px;
    top: 16px;
    width: 50px
}

.mejs-horizontal-volume-current, .mejs-horizontal-volume-total {
    border-radius: 2px;
    font-size: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute
}

.mejs-horizontal-volume-current {
    background: hsla(0, 0%, 100%, .8);
    height: 100%;
    top: 0;
    width: 100%
}

.mejs-horizontal-volume-handle {
    display: none
}

.mejs-captions-button, .mejs-chapters-button {
    position: relative
}

.mejs-captions-button > button {
    background-position: -140px 0
}

.mejs-chapters-button > button {
    background-position: -180px 0
}

.mejs-captions-button > .mejs-captions-selector, .mejs-chapters-button > .mejs-chapters-selector {
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px
}

.mejs-chapters-button > .mejs-chapters-selector {
    margin-right: -55px;
    width: 110px
}

.mejs-captions-selector-list, .mejs-chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.mejs-captions-selector-list-item, .mejs-chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0
}

.mejs-captions-selector-list-item:hover, .mejs-chapters-selector-list-item:hover {
    background-color: #c8c8c8 !important;
    background-color: hsla(0, 0%, 100%, .4) !important
}

.mejs-captions-selector-input, .mejs-chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute
}

.mejs-captions-selector-label, .mejs-chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%
}

.mejs-captions-selected, .mejs-chapters-selected {
    color: #21f8f8
}

.mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px
}

.mejs-captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400
}

.mejs-captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

.mejs-captions-position-hover {
    bottom: 35px
}

.mejs-captions-text, .mejs-captions-text * {
    background: hsla(0, 0%, 8%, .5);
    box-shadow: 5px 0 0 hsla(0, 0%, 8%, .5), -5px 0 0 hsla(0, 0%, 8%, .5);
    padding: 0;
    white-space: pre-wrap
}

.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
    display: none
}

.mejs-overlay-error {
    position: relative
}

.mejs-overlay-error > img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.mejs-cannotplay, .mejs-cannotplay a {
    color: #fff;
    font-size: .8em
}

.mejs-cannotplay {
    position: relative
}

.mejs-cannotplay a, .mejs-cannotplay p {
    display: inline-block;
    padding: 0 15px;
    width: 100%
}

audio {
    height: 80px
}

.mejs-container *:focus {
    outline: 0 none
}

.mejs-poster {
    background-size: cover
}

.mejs-overlay {
    width: 100%;
    height: 100%
}

.mejs-container.mejs-audio {
    height: 80px !important
}

.mejs-container .mejs-layers .mejs-poster {
    width: 100%;
    height: 100%
}

.mejs-container .mejs-layers .mejs-poster img {
    display: none
}

.mejs-container .mejs-controls, .news-grid .format-audio .post-featured-content {
    background: #e3ebe8;
    height: 80px
}

.mejs-container .mejs-controls div {
    font: inherit
}

.mejs-container .mejs-controls .mejs-time {
    position: relative;
    padding: 0;
    width: 0;
    height: 0;
    color: #99a9b5;
    overflow: visible
}

.mejs-container .mejs-controls .mejs-time .mejs-currenttime, .mejs-container .mejs-controls .mejs-time .mejs-duration {
    position: absolute;
    top: 5px
}

.mejs-container .mejs-controls .mejs-time .mejs-currenttime {
    margin-left: 5px
}

.mejs-container .mejs-controls .mejs-time .mejs-duration {
    margin-left: -5px;
    transform: translateX(-100%)
}

.mejs-container .mejs-controls .mejs-button {
    width: 35px;
    height: 100%
}

.mejs-controls .mejs-button button {
    margin: 25px 0 0 7px;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    outline: 0 none;
    background: 0 0
}

.mejs-controls .mejs-button button:focus {
    outline: 0 none
}

.mejs-controls .mejs-button button:after {
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    font-size: 30px
}

.mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
    width: 50px
}

.mejs-controls .mejs-button.mejs-playpause-button button {
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin: 22px 0 0 12px
}

.mejs-controls .mejs-button.mejs-playpause-button.mejs-play button:after, .mejs-controls .mejs-button.mejs-playpause-button.mejs-pause button:after {
    color: #00bcd4;
    font-size: 36px
}

.mejs-controls .mejs-button.mejs-playpause-button.mejs-replay button:after, .mejs-controls .mejs-button.mejs-playpause-button.mejs-play button:after {
    content: '\e655'
}

.mejs-controls .mejs-button.mejs-playpause-button.mejs-pause button:after {
    content: '\e656'
}

.mejs-controls div.mejs-time-rail {
    padding-top: 32px
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
    border-radius: 0;
    height: 8px
}

.mejs-controls .mejs-time-rail span.mejs-time-float {
    height: 17px
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #99a9b5
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #ffd553
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #3c3950
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none
}

.mejs-controls .mejs-time-rail .mejs-time-handle .mejs-time-handle-content {
    display: none
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    font-size: 10px;
    line-height: 12px
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-color: #3c3950 transparent transparent
}

.mejs-controls .mejs-button.mejs-volume-button.mejs-mute button:after {
    content: '\e657';
    color: #99a9b5
}

.mejs-controls .mejs-button.mejs-volume-button.mejs-unmute button:after {
    content: '\e658';
    color: #99a9b5
}

.mejs-controls .mejs-button.mejs-fullscreen-button {
    width: 45px
}

.mejs-controls .mejs-button.mejs-fullscreen-button button {
    margin-left: 5px
}

.mejs-controls .mejs-button.mejs-fullscreen-button button:after {
    content: '\e659';
    color: #99a9b5
}

.mejs-controls .mejs-button.mejs-fullscreen-button.mejs-unfullscreen button:after {
    content: '\e65a';
    color: #99a9b5
}

.mejs-overlay-button {
    background: 0 0;
    line-height: 100px;
    opacity: .8;
    width: 100px;
    height: 100px
}

.mejs-overlay-button:after {
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    content: '\e655';
    color: #fff
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    background: #f1f5f6;
    width: 36px;
    left: 5px;
    height: 110px;
    top: -80px;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    background: #99a9b5;
    width: 6px;
    left: 15px;
    top: 10px;
    height: 90px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    background: #3c3950;
    width: 6px;
    left: 15px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    background: #3c3950;
    left: 50%;
    margin-left: -8px
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total .mejs-volume-current {
    width: 100%;
    left: 0
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total .mejs-volume-handle {
    margin-left: 0
}

.mejs-controls a.mejs-horizontal-volume-slider {
    margin-top: 38px
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    border-radius: 0;
    height: 5px;
    background: #d7e0e3
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    border-radius: 0;
    height: 6px;
    background: #d7e0e3;
    top: 0
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
    height: 6px;
    background: #3c3950;
    top: 0
}

.mejs-container.mejs-audio .mejs-controls .mejs-button.mejs-volume-button {
    width: 50px
}

.mejs-container.mejs-audio .mejs-controls .mejs-button.mejs-volume-button button {
    margin-right: 0
}

.mejs-overlay-loading {
    background: 0 0
}

.small-item.format-video .mejs-overlay-button {
    width: 60px;
    height: 60px;
    line-height: 60px
}

.small-item.format-video .mejs-overlay-button:after {
    font-size: 60px
}

.small-item.format-video .mejs-container .mejs-controls .mejs-time {
    display: none
}

.small-item.format-video .mejs-controls div.mejs-time-rail {
    padding-top: 10px
}

.small-item.format-video .mejs-controls .mejs-time-rail span, .small-item.format-video .mejs-controls .mejs-time-rail a {
    height: 5px
}

.small-item.format-video .mejs-controls .mejs-time-rail .mejs-time-handle {
    height: 17px;
    margin-top: -10px
}

.small-item.format-video .mejs-controls .mejs-button.mejs-playpause-button button {
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin: 4px 0 0
}

.small-item.format-video .mejs-controls .mejs-button.mejs-playpause-button.mejs-play button:after, .small-item.format-video .mejs-controls .mejs-button.mejs-playpause-button.mejs-pause button:after {
    font-size: 27px
}

.small-item.format-video .mejs-controls .mejs-button, .small-item.format-video .mejs-controls .mejs-button.mejs-fullscreen-button {
    width: 30px
}

.small-item.format-video .mejs-controls .mejs-button.mejs-fullscreen-button {
    width: 25px
}

.small-item.format-video .mejs-controls .mejs-button button {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 5px 0 0
}

.small-item.format-video .mejs-controls .mejs-button button:after {
    font-size: 25px
}

.small-item.format-video .mejs-container .mejs-controls {
    height: 38px
}

.small-item.format-video .mejs-controls .mejs-volume-button .mejs-volume-slider {
    width: 24px;
    height: 70px;
    left: 0;
    top: -70px
}

.small-item.format-video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    width: 4px;
    height: 50px;
    left: 10px
}

.small-item.format-video .mejs-volume-handle {
    height: 4px
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
    width: 100%
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center
}

.widget-testimonials {
    position: relative
}

.testimonials-style-1-item {
    position: relative;
    display: inline-block
}

.testimonials-style-1-image {
    padding-top: 60px;
    height: 190px
}

.testimonials-style-1-item {
    text-align: center
}

.testimonials-style-1-text {
    font-style: inherit;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 10px;
    clear: both
}

.testimonials-style-1-item .gem-dummy {
    margin-left: 62px
}

.testimonials-style-1-item {
    border-top-left-radius: 67px;
    border-top-right-radius: 67px;
    overflow: hidden
}

.testimonials-style-1-teg {
    border-bottom-left-radius: 67px;
    border-bottom-right-radius: 67px
}

.testimonials-style-1-item .gem-testimonial-position {
    padding-top: 4px
}

.testimonials-style-2-bg {
    position: relative
}

.testimonials-style-2-item .wrap-style {
    transform: rotate(270deg);
    transform-origin: 0 100%;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: 0 100%;
    overflow: visible;
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: 49px;
    width: 49px;
    height: 100px
}

.testimonials-style-1-item .wrap-style {
    transform: rotate(270deg);
    transform-origin: 0 100%;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: 0 100%;
    overflow: visible;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: 49px;
    width: 49px;
    height: 100px
}

.testimonials-style-1-item .empy_space {
    height: 48px
}

.widget .gem-testimonial-text > .testimonials-style-1-teg, .widget .gem-testimonial-text > .testimonials-style-2-teg {
    margin-bottom: 0
}

.testimonials-style-2-text.gem-testimonial-text {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 59px
}

.testimonials-style-1-text.gem-testimonial-text {
    padding: 33px 20px
}

.gem-widget-testimonials-prev-style-1.gem-prev:after, .gem-widget-testimonials-next-style-1.gem-next:after, .gem-widget-testimonials-prev-style-2.gem-prev:after, .gem-widget-testimonials-next-style-2.gem-next:after {
    font-family: thegem-icons;
    font-style: normal;
    height: 40px;
    width: 40px;
    line-height: 1.7;
    margin: 0;
    left: 0
}

.gem-widget-testimonials-prev-style-1.gem-prev:after, .gem-widget-testimonials-next-style-1.gem-next:after {
    top: 106px
}

.gem-widget-testimonials-prev-style-2.gem-prev:after, .gem-widget-testimonials-prev-style-1.gem-prev:after {
    content: '\e637';
    padding-left: 5px
}

.gem-widget-testimonials-next-style-2.gem-next:after, .gem-widget-testimonials-next-style-1.gem-next:after {
    content: '\e638';
    padding-right: 5px
}

.gem-widget-testimonials-prev-style-2.gem-prev:after, .gem-widget-testimonials-next-style-2.gem-next:after {
    top: 42px
}

.testimonials-style-2-item {
    border-radius: 60px;
    overflow: hidden
}

.testimonials-style-2-item .gem-testimonial-text {
    padding-top: 63px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    overflow: hidden
}

.testimonials.testimonials-style-2, .testimonials-carousel-style-2, .testimonials-style-2-text.gem-testimonial-text .testimonials-style-2 {
    border-radius: 60px !important;
    overflow: hidden !important
}

.testimonials-style-1-teg {
    font-style: normal;
    padding-bottom: 50px;
    padding-top: 40px
}

.testimonials-style-1-post.gem-testimonial-company {
    margin-top: -3px
}

.testimonials-style-1-item, .testimonials-style-2-item {
    vertical-align: top
}

.testimonials-style-1-prev {
    left: 17px;
    top: 93px;
    font-family: thegem-icons;
    font-style: normal;
    content: '\e601';
    font-size: 20px;
    position: absolute;
    outline: none
}

.testimonials-style-1-next {
    right: 17px;
    top: 93px;
    font-family: thegem-icons;
    font-style: normal;
    content: '\e601';
    font-size: 18px;
    position: absolute;
    outline: none
}

.testimonials-style-1-teg {
    font-size: 30px;
    font-family: thegem-icons;
    font-style: normal
}

.testimonials-style-1-image img {
    height: 128px;
    width: 128px
}

.testimonials-style-2-teg {
    padding-top: 38px;
    padding-bottom: 38px
}

.testimonials-style-2-text {
    font-style: inherit;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 20px
}

.testimonials-style-2-name {
    padding-top: 14px
}

.testimonials-style-2 {
    text-align: center;
    position: relative
}

.testimonials-style-2-bg {
    padding-bottom: 47px;
    text-align: center;
    margin-top: -47px
}

.triangle-with-shadow.trangle-style-2 {
    margin-top: -1px
}

.testimonials-style-2-image {
    margin-top: 114px;
    position: relative;
    height: 128px
}

.testimonials-style-2-item .gem-dummy {
    margin-left: 64px
}

.testimonials-style-2-item {
    display: inline-block;
    text-align: center
}

.testimonials-style-2-prev {
    left: 17px;
    bottom: 180px;
    font-family: thegem-icons;
    font-style: normal;
    content: '\e601';
    font-size: 20px;
    position: absolute;
    outline: none
}

.testimonials-style-2-next {
    right: 17px;
    bottom: 180px;
    font-family: thegem-icons;
    font-style: normal;
    content: '\e601';
    font-size: 18px;
    position: absolute;
    outline: none
}

.testimonials-style-2-teg {
    font-size: 60px;
    font-family: thegem-icons;
    font-style: normal
}

.testimonials-style-2-text > p {
    margin-bottom: 0
}

.testimonials-style-2-image img {
    height: 128px;
    width: 128px
}

.gem-widget-testimonials-prev-style-1.gem-prev:after {
    top: 106px;
    font-size: 24px;
    font-family: thegem-icons;
    font-style: normal
}

.gem-widget-testimonials-next-style-1.gem-next:after {
    top: 106px;
    font-size: 24px;
    font-family: thegem-icons;
    font-style: normal
}

.gem-widget-testimonials-prev-style-2.gem-prev:after {
    position: absolute;
    font-size: 24px;
    font-family: thegem-icons;
    font-style: normal
}

.gem-widget-testimonials-next-style-2.gem-next:after {
    position: absolute;
    font-size: 24px;
    font-family: thegem-icons;
    font-style: normal
}

.triangle-with-shadow {
    width: 100px;
    height: 40px;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.triangle-with-shadow:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: -25px;
    left: 25px
}

.testimonials-style-1-block {
    margin-bottom: 10px;
    text-align: center
}

.testimonials-style-1-post {
    padding-top: 3px
}

.testimonials-style-2-post {
    padding-top: 3px
}

.gem-testimonials-carousel-wrap .testimonials-style-2-bg .testimonials-style-2-post a {
    padding-top: 3px
}

.testimonials-style-2-text {
    position: relative
}

.testimonials-style-1-block .gem-testimonials-carousel-wrap {
    margin-bottom: -1px;
    text-align: center
}

.testimonials-style-2-bg {
    padding-top: 3px
}

.testimonials-style-2-item .gem-dummy {
    height: 128px;
    width: 128px
}

.testimonials-style-1-item .gem-dummy {
    height: 128px;
    width: 128px
}

.gem-testimonials.style1 svg {
    display: none
}

.testimonials-style-1-name.gem-testimonial-name, .testimonials-style-2-name.gem-testimonial-name {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 14px
}

.testimonials-style-1-teg {
    font-size: 58px
}

body .thegem-widget-testimonial .testimonials-style-1-teg {
    color: #a3e7f0
}

.thegem-widget-testimonial .testimonials-style-2-teg {
    color: #a3e7f0
}

.gem-testimonial-item {
    float: left
}

.gem-testimonials .gem-testimonials-carousel-wrap .quote-color-added.gem-testimonial-wrapper p:after, .gem-testimonials .gem-testimonials-carousel-wrap .quote-color-added.gem-testimonial-wrapper:after {
    display: none
}

.gem-testimonials .gem-testimonials-carousel-wrap .quote-color-added.gem-testimonial-wrapper p {
    display: inline
}

.gem-testimonials.style1 .custom-color-blockqute-mark, .gem-testimonials.style1 .gem-testimonial-wrapper:after {
    content: '\e60c';
    display: block;
    font-family: 'thegem-icons';
    font-style: normal;
    text-align: center;
    font-size: 60px;
    height: 33px;
    line-height: 33px;
    padding-top: 40px;
    vertical-align: top;
    font-weight: 400
}

.gem-testimonial-text {
    font-size: 32px;
    text-align: center;
    padding: 14px 80px 0;
    line-height: 1.2;
    font-style: normal
}

.gem-testimonial-text p {
    margin: 0
}

.gem-testimonial-image {
    margin: 0 auto
}

.gem-testimonial-name {
    text-align: center;
    text-transform: uppercase
}

.gem-testimonial-position {
    line-height: 1.421;
    text-align: center
}

.gem-testimonials-carousel-wrap {
    position: relative;
    overflow: hidden
}

.gem-testimonial-wrapper {
    padding-bottom: 35px
}

.gem-testimonials.size-small .gem-testimonial-image {
    width: 80px;
    height: 80px
}

.gem-testimonials.size-medium .gem-testimonial-image {
    width: 128px;
    height: 128px
}

.gem-testimonials.size-large .gem-testimonial-image {
    width: 160px;
    height: 160px
}

.gem-testimonials.size-xlarge .gem-testimonial-image {
    width: 240px;
    height: 240px
}

.gem-testimonials.style1 .gem-testimonial-content div {
    text-align: center
}

.gem-testimonials.style1 .gem-testimonial-name {
    padding-top: 35px
}

.gem-testimonials.style2 .gem-testimonial-image {
    float: left;
    display: table-cell
}

.gem-testimonials.style2 .gem-testimonial-content {
    display: table-cell;
    padding-left: 38px
}

.gem-testimonials.style2 .gem-testimonial-content div {
    text-align: left
}

.gem-testimonials.style2 .gem-testimonial-text {
    padding: 0;
    margin-top: 14px
}

.gem-testimonial-company, .gem-testimonial-position {
    font-size: 14px
}

.gem-testimonial-name {
    /*font-family: 'Montserrat';*/
    font-weight: 700;
    font-size: 14px
}

.style2.gem-testimonials {
    border-radius: 55px
}

.style2 .gem-testimonial-wrapper {
    padding: 0 90px
}

.gem-testimonials.style2 .gem-testimonial-wrapper .custom-color-blockqute-mark, .gem-testimonials.style2 .gem-testimonial-wrapper p:after {
    content: '\e60c';
    font-family: 'thegem-icons';
    font-size: 60px;
    height: 33px;
    display: inline-block;
    line-height: 33px;
    padding-top: 30px;
    vertical-align: top;
    margin-left: 20px;
    font-style: normal;
    font-weight: 400
}

@media (max-width: 768px) {
    .style2 .gem-testimonial-wrapper {
        padding: 0 50px
    }

    .gem-testimonials.style2 .gem-testimonial-wrapper .custom-color-blockqute-mark, .gem-testimonials.style2 .gem-testimonial-wrapper p:after {
        display: block
    }
}

.style1 .gem-testimonial-wrapper:after, .style2 .gem-testimonial-wrapper p:after {
    color: #a3e7f0
}

.testimonials_svg {
    bottom: -56px;
    margin-left: 105px
}

.gem-testimonials.fullwidth-block.style2 .testimonials_svg {
    margin-left: 23%;
    position: absolute;
    bottom: -56px
}

@media (min-width: 1900px) {
    .gem-testimonials.fullwidth-block.style2 .testimonials_svg {
        left: 50%;
        margin-left: -450px
    }
}

.gem-testimonials.style2 {
    position: relative
}

.gem-testimonials.style2 .testimonials_svg {
    margin-left: 105px;
    position: absolute
}

.style2.gem-testimonials {
    margin-bottom: 60px
}

.gem-testimonials.style2 .gem-testimonial-item {
    float: left;
    padding: 73px 0
}

.gem-testimonials .gem-prev:after, .gem-testimonials .gem-next:after {
    position: absolute;
    font-family: 'thegem-icons';
    font-style: normal;
    top: 50%;
    margin-top: 0;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-indent: 0;
    font-weight: 400;
    margin-top: -20px
}

.gem-testimonials .gem-prev:after, .gem-testimonials .gem-next:after {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.gem-testimonials .gem-prev:hover:after, .gem-testimonials .gem-next:hover:after {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.gem-testimonials .gem-prev, .gem-testimonials .gem-next {
    width: 40px
}

.gem-testimonials-carousel {
    overflow: hidden !important
}

.style2.gem-testimonials.fullwidth-block {
    background-color: transparent
}

.style2.gem-testimonials.fullwidth-block .container {
    border-radius: 55px
}

.gem-testimonials.fullwidth-block .gem-prev, .gem-testimonials.fullwidth-block .gem-next {
    width: 80px
}

.gem-testimonials.fullwidth-block .gem-prev:after, .gem-testimonials.fullwidth-block .gem-next:after {
    position: absolute;
    font-family: 'thegem-icons';
    font-style: normal;
    top: 50%;
    margin-top: 0;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    font-size: 48px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-indent: 0;
    font-weight: 400;
    margin-top: -40px;
    background-color: transparent
}

.widget .testimonials-style-2 .gem-dummy, .widget .testimonials-style-1 .gem-dummy {
    background-image: url(../images/default-avatar.png);
    background-size: 100%
}

.widget .testimonials-style-2 .gem-dummy:after, .widget .testimonials-style-1 .gem-dummy:after {
    display: none
}

@media (max-width: 768px) {
    .gem-testimonial-text {
        font-size: 23px;
        padding: 30px 40px
    }

    .gem-testimonial-wrapper {
        padding: 20px;
        padding-bottom: 50px
    }

    .gem-testimonial-text {
        padding: 14px 45px 0
    }

    .gem-testimonials.style2 .gem-testimonial-image {
        display: block;
        float: none
    }

    .gem-testimonials.style2 .gem-testimonial-content {
        display: block;
        padding-left: 0
    }

    .gem-testimonial-name, .gem-testimonial-company, .gem-testimonial-text {
        text-align: center
    }

    .gem-testimonials.style2 .gem-testimonial-content div {
        text-align: center
    }

    .gem-testimonials.style2 .gem-testimonial-content {
        padding-top: 40px
    }

    .gem-testimonials.style2 .gem-testimonial-wrapper p:after {
        width: 100%;
        display: inline-block;
        margin-left: 0;
        padding-bottom: 40px
    }

    .gem-testimonials.fullwidth-block .gem-prev, .gem-testimonials.fullwidth-block .gem-next {
        width: 40px
    }

    .style2.gem-testimonials.fullwidth-block {
        padding: 0 20px
    }

    .testimonials_svg {
        text-align: center;
        margin-left: 0
    }

    .gem-testimonials.fullwidth-block .gem-prev:after, .gem-testimonials.fullwidth-block .gem-next:after {
        position: absolute;
        font-family: 'thegem-icons';
        font-style: normal;
        top: 50%;
        margin-top: 0;
        left: 50%;
        width: 40px;
        margin-left: -20px;
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-indent: 0;
        font-weight: 400;
        margin-top: -20px
    }
}

#colophon.testimonials-style-2-text.gem-testimonial-text, #colophon.testimonials-style-1-image, #colophon.testimonials-style-1-text.gem-testimonial-text, #colophon.testimonials-style-1-name, #colophon.testimonials-style-1-post, #colophon.testimonials-style-1-teg {
    background-color: #2c2e3d
}

.gem-widget-testimonials-prev-style-1.gem-prev:after, .gem-widget-testimonials-next-style-1.gem-next:after, .gem-widget-testimonials-prev-style-1.gem-prev:hover:after, .gem-widget-testimonials-next-style-1.gem-next:hover:after, .gem-widget-testimonials-prev-style-2.gem-prev:after, .gem-widget-testimonials-next-style-2.gem-next:after, .gem-widget-testimonials-prev-style-2.gem-prev:hover:after, .gem-widget-testimonials-next-style-2.gem-next:hover:after {
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

#colophon .testimonials-style-2-item .wrap-style {
    fill: #2c2e3d
}

#colophon .testimonials-style-2-text.gem-testimonial-text {
    background-color: #2c2e3d
}

#colophon .gem-testimonial-text p {
    color: #99a9b6
}

#colophon .testimonials-style-2-item {
    background-color: #181828
}

#colophon .testimonials-style-1-image, #colophon .testimonials-style-1-text.gem-testimonial-text, #colophon .testimonials-style-1-name, #colophon .testimonials-style-1-post, #colophon .testimonials-style-1-teg {
    background-color: #2c2e3d !important
}

#colophon .testimonials-style-1-item .wrap-style {
    fill: #2c2e3d
}

#colophon .testimonials-style-1 .gem-prev:after, #colophon .testimonials-style-1 .gem-next:after {
    background-color: #181828;
    color: #fff
}

#colophon .testimonials-style-1 a:hover:after, #colophon .testimonials-style-1 a:hover:after {
    color: #00bcd4
}

#colophon .testimonials-style-2 .gem-prev:after, #colophon .testimonials-style-2 .gem-next:after {
    background-color: #2c2e3d;
    color: #fff
}

#colophon .testimonials-style-2 a:hover:after, #colophon .testimonials-style-2 a:hover:after {
    color: #00bcd4
}

.item-post-container {
    position: relative
}

.reverse-link-color a, a.reverse-link-color {
    color: inherit
}

.blog.blog-style-2x, .blog.blog-style-3x, .blog.blog-style-4x {
    margin: 0 -15px
}

.blog.blog-style-masonry article {
    margin-bottom: 45px
}

body .blog article a.youtube, body .blog article a.vimeo, body .blog article a.self_video {
    display: block;
    position: relative
}

.blog.blog-style-default article a.youtube, .blog.blog-style-default article a.vimeo, .blog.blog-style-default article a.self_video {
    display: inline-block;
    max-width: 100%
}

body .blog article a.youtube:before, body .blog article a.vimeo:before, body .blog article a.self_video:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 84px;
    height: 84px;
    margin: -42px 0 0 -42px;
    z-index: 2;
    opacity: 1;
    transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear
}

body .blog article a.youtube:after, body .blog article a.vimeo:after, body .blog article a.self_video:after {
    content: '\e707';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -18px;
    font: 37px 'thegem-user-icons';
    text-align: center;
    padding-left: 3px;
    z-index: 3;
    opacity: 1;
    transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear
}

body .blog article a.default {
    position: relative;
    display: block;
    overflow: hidden
}

body .blog article a.default:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    opacity: 0;
    z-index: 5
}

body .blog article a.default:hover:before {
    opacity: 1
}

body .blog article a.default:after {
    content: '\e61f';
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    height: 48px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    position: absolute;
    top: -24px;
    left: 50%;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    margin-left: -24px;
    margin-top: -24px;
    z-index: 5
}

body .blog article a.default:hover:after {
    top: 50%
}

body .blog article a.default img {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.blog.blog-style-masonry article .description {
    border-top-width: 0 !important;
    padding: 11px 17px 0 18px
}

.blog.blog-style-masonry article.item-transparent-background .description {
    padding-left: 0;
    padding-right: 0
}

.blog.blog-style-masonry article.no-image .description {
    border-top-width: 1px !important
}

.blog.blog-style-masonry article .description .title, .blog.blog-style-masonry article .description .title a {
    text-transform: uppercase;
    text-decoration: none
}

.blog.blog-style-masonry article .description .title a:hover {
    text-decoration: underline
}

.blog.blog-style-masonry article .description .tags {
    margin-top: 4px
}

.blog.blog-style-masonry article .description .tags, .blog.blog-style-masonry article .description .tags a {
    font-size: 89.5%;
    text-decoration: none
}

.blog.blog-style-masonry article .description .tags .sep {
    margin: 0 7px 0 6px
}

.blog.blog-style-masonry article .description .tags a:hover {
    text-decoration: underline
}

.blog.blog-style-masonry article .description .summary, .blog.blog-style-masonry article .description .summary p {
    margin: 0;
    padding: 0
}

.blog.blog-style-masonry article .description .summary {
    margin-top: 3px
}

.blog.blog-style-masonry article .description .info {
    margin-top: 12px
}

.blog.blog-style-masonry article .description .info .date {
    font-size: 89.5%
}

.blog.blog-style-masonry article .description .info .sep {
    font-size: 89.5%;
    margin: 0 7px 0 4px
}

.blog.blog-style-masonry article .description .info .more-link {
    float: right
}

.blog.blog-style-masonry article:not(.sticky) .description .info .more-link.more-link-left {
    display: block;
    float: none
}

.blog.blog-style-masonry article .description .info .more-link a {
    font-size: 89.5%;
    text-decoration: none
}

.blog.blog-style-masonry article .description .info .more-link a:hover {
    text-decoration: underline
}

.blog.blog-style-masonry article .description .info .more-link:before {
    content: '\e601';
    font-family: 'thegem-icons';
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin-right: 5px
}

.blog.blog-style-masonry article .description .info .comments {
    font-size: 89.5%
}

.blog.blog-style-masonry article .description .info .comments:before {
    content: '\e61e';
    font-family: 'thegem-icons';
    font-style: normal;
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 6px
}

.blog.blog-style-masonry .no-image.sticky .description {
    padding-top: 70px
}

.blog.blog-style-masonry .entry-title a {
    display: inline-block
}

.blog-scroll-pagination {
    visibility: hidden;
    position: relative
}

.blog-scroll-pagination.active {
    visibility: visible;
    height: 61px
}

@media only screen and (max-width: 600px) {
    .blog.blog-style-masonry article {
        width: 100%
    }
}

@media only screen and (min-width: 2500px) {
    .blog.blog-style-masonry.fullwidth-block article {
        width: 16.665%
    }

    .blog.blog-style-masonry.fullwidth-block article.sticky {
        width: 33.33%
    }
}

@media only screen and (min-width: 1680px) and (max-width: 2500px) {
    .blog.blog-style-masonry.fullwidth-block article {
        width: 19.53%
    }

    .blog.blog-style-masonry.fullwidth-block article.sticky {
        width: 39.06%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1680px) {
    .blog.blog-style-masonry.fullwidth-block article {
        width: 25%
    }

    .blog.blog-style-masonry.fullwidth-block article.sticky {
        width: 50%
    }
}

.blog.blog-lazy-scroll article.item-lazy-scroll-not-inited {
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.blog.blog-lazy-scroll:not(.blog-style-masonry) article.item-lazy-scroll, .blog.blog-style-masonry.blog-lazy-scroll article.item-lazy-scroll .item-lazy-scroll-wrap {
    visibility: hidden
}

.blog.blog-lazy-scroll:not(.blog-style-2x):not(.blog-style-3x):not(.blog-style-4x):not(.blog-style-100) article.item-lazy-scroll-showed, .blog.blog-style-2x.blog-lazy-scroll article.item-lazy-scroll-showed .item-lazy-scroll-wrap, .blog.blog-style-3x.blog-lazy-scroll article.item-lazy-scroll-showed .item-lazy-scroll-wrap, .blog.blog-style-4x.blog-lazy-scroll article.item-lazy-scroll-showed .item-lazy-scroll-wrap, .blog.blog-style-100.blog-lazy-scroll article.item-lazy-scroll-showed .item-lazy-scroll-wrap {
    visibility: visible;
    -webkit-animation: fadeInBlogItem 1s ease;
    -moz-animation: fadeInBlogItem 1s ease;
    -o-animation: fadeInBlogItem 1s ease;
    animation: fadeInBlogItem 1s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInBlogItem {
    0% {
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        opacity: 0
    }
    100% {
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        opacity: 1
    }
}

@-moz-keyframes fadeInBlogItem {
    0% {
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        opacity: 0
    }
    100% {
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        opacity: 1
    }
}

@-o-keyframes fadeInBlogItem {
    0% {
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        opacity: 0
    }
    100% {
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        opacity: 1
    }
}

@keyframes fadeInBlogItem {
    0% {
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        opacity: 0
    }
    100% {
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
        opacity: 1
    }
}

.blog-style-compact article {
    padding-left: 212px;
    position: relative
}

.blog-style-compact article + article {
    margin-top: 40px
}

.gem-compact-item-left {
    float: left;
    margin-left: -212px;
    width: 183px
}

.gem-compact-item-image .gem-dummy {
    width: 183px;
    height: 148px;
    border-radius: 0;
    vertical-align: top
}

.gem-compact-item-right {
    position: absolute;
    left: 212px;
    right: 0;
    top: 0;
    height: 100%
}

.blog-style-compact article .gem-compact-item-content {
    position: absolute;
    top: 0;
    bottom: 25px;
    overflow: hidden
}

.blog-style-compact article .gem-compact-item-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0
}

.blog-style-compact article .post-title h5 {
    margin-top: -7px
}

.blog-style-compact article .post-meta {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%
}

.blog-style-compact article .post-meta .entry-meta {
    margin: 0;
    font-size: 13px;
    line-height: 20px
}

body .blog-style-compact article a.default:after {
    content: '\e628';
    border-radius: 50%;
    font-size: 16px;
    top: 150%;
    margin-top: -24px;
    margin-left: -24px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: top .4s, opacity .4s, -webkit-transform 0s .4s;
    transition: top .4s, opacity .4s, transform 0s .4s
}

body .blog-style-compact article a.default:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: top 0s, opacity .4s, -webkit-transform .4s;
    transition: top 0s, opacity .4s, transform .4s
}

@media (max-width: 599px) {
    .blog-style-compact article {
        padding-left: 0
    }

    .gem-compact-item-left {
        float: none;
        margin-left: 0;
        width: auto;
        text-align: center
    }

    .gem-compact-item-right {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        height: auto
    }

    .blog-style-compact article .gem-compact-item-content {
        position: relative;
        top: auto;
        bottom: auto;
        overflow: hidden;
        margin-top: 30px
    }

    .blog-style-compact article .gem-compact-item-content:after {
        display: none
    }

    .blog-style-compact article .post-meta {
        position: relative;
        bottom: auto;
        margin: 0;
        width: auto
    }
}

.blog.blog-style-compact-2 {
    padding-bottom: 0;
    margin-bottom: 0
}

.blog-style-compact-2 article {
    margin-bottom: 23px
}

.blog.blog-style-compact-2 .post-meta-likes {
    margin-right: 5px
}

.gem-blog-slider article {
    float: left;
    position: relative;
    width: 100%
}

.gem-blog-slider .gem-slider-item-image {
    width: 100%
}

.gem-blog-slider .gem-dummy {
    width: 100%;
    padding-bottom: 44.87%;
    border-radius: 0;
    vertical-align: top
}

.gem-blog-slider.gem-blog-slider-style-halfwidth .gem-dummy {
    padding-bottom: 93.09%
}

.gem-blog-slider .gem-slider-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: #24273c;
    background-color: rgba(36, 39, 60, .8);
    padding: 90px 40px 0
}

.gem-blog-slider .post-title h5 {
    margin-top: 0;
    margin-bottom: 20px
}

.gem-blog-slider article .post-meta {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px
}

.gem-blog-slider .gem-blog-slider-prev, .gem-blog-slider .gem-blog-slider-next {
    margin-left: 0;
    padding: 0;
    width: 30px
}

@media (max-width: 1211px) {
    .gem-blog-slider .gem-slider-item-overlay {
        padding: 30px 30px 0
    }
}

@media (max-width: 991px) {
    .gem-blog-slider .gem-slider-item-overlay {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: auto;
        padding: 40px
    }
}

@media (max-width: 991px) {
    .gem-blog-slider .gem-slider-item-overlay {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: auto;
        padding: 40px
    }
}

.blog-style-justified-2x, .blog-style-justified-3x, .blog-style-justified-4x {
    margin-right: -15px;
    margin-left: -15px
}

.blog-style-justified-2x.justified-style-1 article, .blog-style-justified-3x.justified-style-1 article, .blog-style-justified-4x.justified-style-1 article {
    vertical-align: top
}

.blog-style-justified-2x article.no-image .description, .blog-style-justified-3x article.no-image .description, .blog-style-justified-4x article.no-image .description {
    margin-top: 50px
}

.justified-style-1 .post-content-wrapper {
    height: 100%;
    padding: 20px;
    padding-bottom: 70px
}

.justified-style-2 .post-content-wrapper {
    height: 100%;
    padding-bottom: 70px
}

.blog-style-justified-4x.justified-style-1 .entry-title.title-h4 a, .blog-style-justified-4x.justified-style-2 .entry-title.title-h4 a {
    display: block;
    font-size: 19px;
    line-height: 30px
}

.blog-style-justified-3x.justified-style-1 .sticky .entry-title.title-h4 a, .blog-style-justified-3x.justified-style-2 .sticky .entry-title.title-h4 a {
    font-size: 36px;
    line-height: 54px
}

.blog-style-justified-2x.justified-style-1 .sticky .entry-title.title-h4 a, .blog-style-justified-2x.justified-style-2 .sticky .entry-title.title-h4 a {
    font-size: 36px;
    line-height: 54px
}

.blog-style-justified-2x .post-meta-author, .blog-style-justified-3x .post-meta-author, .blog-style-justified-4x .post-meta-author {
    font-size: 14px
}

.blog-style-justified-2x .post-meta-right, .blog-style-justified-3x .post-meta-right, .blog-style-justified-4x .post-meta-right {
    font-size: 16px;
    font-weight: 400
}

.blog-style-justified-2x .comments-link, .blog-style-justified-3x .comments-link, .blog-style-justified-4x .comments-link {
    padding-right: 9px;
    margin-right: 0;
    border-right: 1px solid #d4dee1
}

.blog-style-justified-2x .post-meta-right > *, .blog-style-justified-3x .post-meta-right > *, .blog-style-justified-4x .post-meta-right > * {
    margin-left: 5px
}

.blog-style-justified-2x a.gem-button, .blog-style-justified-3x a.gem-button, .blog-style-justified-4x a.gem-button {
    margin-bottom: 0
}

.justified-style-1 .post-content-wrapper > a {
    margin-bottom: 10px
}

.blog-style-justified-2x .gem-button-size-tiny, .blog-style-justified-3x .gem-button-size-tiny, .blog-style-justified-4x .gem-button-size-tiny {
    margin-right: 0
}

.justified-style-1 article.sticky .sticky-label {
    left: 70px
}

.justified-style-2 article.sticky .sticky-label {
    left: 50px
}

.justified-style-1 article.sticky .sticky-label, .justified-style-2 article.sticky .sticky-label {
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 10
}

.justified-style-1 article.sticky .sticky-label:before, .justified-style-1 article.sticky .sticky-label:after, .justified-style-2 article.sticky .sticky-label:before, .justified-style-2 article.sticky .sticky-label:after {
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.justified-style-1 article.sticky .sticky-label:before, .justified-style-2 article.sticky .sticky-label:before {
    transform-origin: 0 100%;
    transform: skew(0deg, -20deg)
}

.justified-style-1 article.sticky .sticky-label:after, .justified-style-2 article.sticky .sticky-label:after {
    transform-origin: 100% 100%;
    transform: skew(0deg, 20deg)
}

.justified-style-1 .post-image {
    margin-bottom: 10px
}

.justified-style-2 .description {
    padding: 15px 20px 0
}

.justified-style-2 article.item-transparent-background .description {
    padding-left: 0;
    padding-right: 0
}

.justified-style-1 .description .info, .justified-style-2 .description .info {
    position: absolute;
    bottom: 20px
}

@media (max-width: 1125px) {
    .blog-style-justified-4x .col-md-3 {
        width: 33.33333%
    }

    .blog-style-justified-4x .sticky.col-md-6 {
        width: 66.66666%
    }
}

@media (max-width: 850px) {
    .blog-style-justified-4x .col-sm-4 {
        width: 50%
    }

    .blog-style-justified-4x .sticky.col-md-6 {
        width: 100%
    }
}

@media (max-width: 600px) {
    .blog-style-justified-2x article, .blog-style-justified-3x article, .blog-style-justified-4x article {
        width: 100% !important
    }
}

.blog-style-multi-author article {
    margin-bottom: 60px;
    position: relative
}

.blog-style-multi-author .post-item {
    position: relative;
    margin-left: 200px;
    padding: 20px;
    min-height: 325px
}

.blog-style-multi-author article.sticky .sticky-label {
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    left: 40px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 10
}

.blog-style-multi-author article.sticky .sticky-label:before, .blog-style-multi-author article.sticky .sticky-label:after {
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.blog-style-multi-author article.sticky .sticky-label:before {
    transform: skew(0deg, -20deg);
    transform-origin: 0 100% 0
}

.blog-style-multi-author article.sticky .sticky-label:after {
    transform: skew(0deg, 20deg);
    transform-origin: 100% 100% 0
}

.blog-style-multi-author .post-info-wrap {
    position: absolute;
    left: -200px;
    top: 84px;
    z-index: 10
}

.blog-style-multi-author .wrap-style {
    position: absolute;
    width: 50px;
    height: 100px;
    left: -50px;
    top: 100px;
    stroke: none
}

.blog-style-multi-author .post-item .post-featured-content {
    margin-bottom: 5px
}

.blog-style-multi-author article.sticky.no-image .post-meta {
    margin-top: 50px
}

.blog-style-multi-author .post-item .entry-meta {
    position: relative
}

.blog-style-multi-author .post-item .entry-meta .post-meta-left {
    padding-right: 100px
}

.blog-style-multi-author .post-item .entry-meta .post-meta-right {
    position: absolute;
    top: 0;
    right: 0
}

.blog-style-multi-author .post-misc {
    margin-top: 20px
}

.blog-style-multi-author .post-misc a {
    margin-bottom: 0
}

.blog-style-multi-author .sticky .sharing-popup {
    top: -40px
}

.blog-style-multi-author .sharing-popup {
    top: -50px
}

.blog-style-multi-author .post-date-wrap {
    background: #3c3950;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    margin-left: 30px;
    margin-top: 24px;
    position: static;
    z-index: 10
}

.blog-style-multi-author .post-time {
    color: #fff;
    /*font-family: "Montserrat";*/
    font-size: 19px;
    font-weight: 700;
    line-height: 15px;
    padding-top: 25px
}

.blog-style-multi-author .post-avatar {
    border: 2px solid #3c3950;
    padding: 4px;
    border-radius: 50%;
    background: #fff
}

.blog-style-multi-author .post-avatar img {
    border-radius: 50%
}

.blog-style-multi-author article:before {
    background: #3c3950;
    content: "";
    display: block;
    position: absolute;
    left: 70px;
    top: 84px;
    bottom: -144px;
    width: 2px;
    z-index: 1
}

.blog-style-multi-author article:last-child:before {
    bottom: auto;
    height: 244px
}

.blog-style-timeline article.custom-vertical-line:before {
    display: none
}

.blog-style-multi-author article.custom-vertical-line .vertical-line {
    background: #3c3950;
    content: "";
    display: block;
    position: absolute;
    left: 70px;
    top: 84px;
    bottom: -144px;
    width: 2px;
    z-index: 1
}

.blog-style-multi-author article.custom-vertical-line:last-child .vertical-line {
    bottom: auto;
    height: 244px
}

.blog-style-default article {
    margin-bottom: 55px;
    padding-bottom: 55px
}

.blog-style-default article .post-image, .blog-post-image {
    text-align: center;
    margin-bottom: 10px
}

.blog-style-default article .post-image img {
    display: inline-block
}

.blog-style-default article.sticky {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 115px;
    padding: 15px 15px 35px;
    position: relative;
    z-index: 2
}

.blog-style-default article.sticky:after {
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    z-index: -1;
    bottom: -75px;
    left: 0;
    background: inherit;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(0, -45deg);
    -ms-transform: skew(0, -45deg);
    -o-transform: skew(0, -45deg);
    transform: skew(0, -45deg)
}

.blog-style-default article.sticky.no-image {
    padding-top: 70px
}

.blog-style-default article.sticky .sticky-label {
    position: absolute;
    top: 0;
    left: 50px;
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 10
}

.blog-style-default article.sticky .sticky-label:before, .blog-style-default article.sticky .sticky-label:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    z-index: -1;
    bottom: -10px;
    left: 0;
    background: inherit
}

.blog-style-default article.sticky .sticky-label:before {
    transform-origin: 0 100%;
    transform: skew(0, -20deg)
}

.blog-style-default article.sticky .sticky-label:after {
    transform-origin: 100% 100%;
    transform: skew(0, 20deg)
}

.blog-style-default article .entry-title a {
    color: inherit
}

.blog-style-default .post-meta-right {
    margin-left: 100px
}

.blog-style-default .item-background-wrapper {
    padding-right: 45px;
    padding-left: 45px;
    margin-bottom: -10px
}

@media (max-width: 767px) {
    .blog-style-multi-author article {
        width: 100%;
        min-width: 300px;
        padding-top: 112px
    }

    .blog-style-multi-author .post-item {
        margin-left: 0
    }

    .blog-style-multi-author .post-text-wrap {
        padding-left: 0;
        padding-right: 0
    }

    .blog-style-multi-author article:before {
        display: none
    }

    .blog-style-multi-author .post-info-wrap {
        width: 100%;
        left: 0;
        top: -138px;
        position: absolute;
        margin-top: 0
    }

    .blog-style-multi-author article.no-image .post-meta {
        margin-top: 0
    }

    .blog-style-multi-author article.no-image .post-item .entry-meta .post-meta-right {
        position: static;
        width: 100%;
        margin-top: 5px
    }

    .blog-style-multi-author .post-info {
        width: 100%;
        left: 0;
        position: relative;
        text-align: left
    }

    .blog-style-multi-author .post-avatar {
        position: absolute;
        right: 20px
    }

    .blog-style-multi-author .post-avatar img {
        width: 80px;
        height: 80px
    }

    .blog-style-multi-author .wrap-style {
        width: 50px;
        height: 100px;
        position: absolute;
        left: 50px;
        top: -150px;
        fill: #f0f3f2;
        color: #fff;
        stroke: none;
        transform: rotate(90deg);
        transform-origin: 0 100%;
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: 0 100%
    }

    .blog-style-multi-author .post-date-wrap {
        margin-left: 60px;
        margin-top: 20px;
        background: 0 0
    }

    .blog-style-multi-author .post-time {
        color: #3c3950
    }

    .blog-style-multi-author .post-date {
        margin-top: 5px
    }

    .blog-style-multi-author article.sticky .sticky-label {
        left: 100%;
        margin-left: -92px
    }

    .blog-style-default .item-background-wrapper {
        padding-right: 30px;
        padding-left: 30px
    }
}

.blog-style-masonry .post-read-more .gem-button, .comment-reply-link {
    padding: 0 15px
}

.blog-style-masonry .zilla-likes-count {
    display: inline-block;
    font-size: 16px;
    vertical-align: top
}

.blog-style-masonry .entry-title.title-h4 {
    margin-bottom: 21px;
    margin-top: 27px
}

.blog-style-masonry .sticky .entry-title.title-h4 a {
    font-size: 36px;
    line-height: 54px
}

.blog-style-masonry.blog-style-4x .entry-title.title-h4 a {
    font-size: 19px;
    line-height: 30px;
    display: block
}

.blog-style-masonry .post-meta-author {
    font-size: 85%
}

.blog-style-masonry .post-meta-right > * {
    margin-left: 5px
}

.blog-style-masonry .post-meta-right {
    font-size: 16px;
    font-weight: 400
}

.blog-style-masonry .comments-link {
    padding-right: 9px;
    margin-right: 0;
    border-right: 1px solid #d4dee1
}

.blog-style-masonry .gem-pagination {
    border-top: none !important
}

.blog-style-masonry article.sticky .sticky-label {
    position: absolute;
    top: 0;
    left: 50px;
    font-family: 'thegem-icons';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 10
}

.blog-style-masonry article.sticky .sticky-label:before, .blog-style-masonry article.sticky .sticky-label:after {
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.blog-style-masonry article.sticky .sticky-label:before {
    transform: skew(0deg, -20deg);
    transform-origin: 0 100% 0
}

.blog-style-masonry article.sticky .sticky-label:after {
    transform: skew(0deg, 20deg);
    transform-origin: 100% 100% 0
}

.blog-style-masonry + .gem-pagination {
    border-top: medium none;
    margin-top: 0;
    padding-top: 0;
    text-align: center
}

body .blog-style-masonry article.sticky .sharing-popup {
    bottom: 100px;
    left: -10px
}

body .blog-style-masonry .sharing-popup.active {
    bottom: 70px
}

body .blog-style-masonry .sharing-popup {
    bottom: 70px
}

body .blog.blog-style-masonry article.no-image .description {
    overflow: visible
}

@media only screen and (max-width: 2500px) and (min-width: 1680px) {
    body .blog-style-masonry.fullwidth-block {
        padding-left: 21px;
        padding-right: 21px
    }
}

@media (max-width: 767px) {
    body .blog-style-masonry article.sticky .sticky-label {
        margin-left: 0
    }
}

@media (max-width: 755px) {
    .blog-style-default .post-meta-categories {
        display: block;
        clear: both
    }

    .blog-style-default .post-meta-author + .sep {
        display: none
    }

    .blog-style-default .post-meta-right {
        margin-left: 30px
    }
}

@media (max-width: 499px) {
    .blog-style-default .item-background-wrapper {
        padding-right: 15px;
        padding-left: 15px
    }
}

body .blog article .post-featured-content > a {
    display: block;
    position: relative;
    overflow: hidden
}

body .blog article .post-featured-content > a:before, body .blog .gem-simple-gallery .gem-gallery-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear
}

body .blog article .post-featured-content > a:hover:before, body .blog .gem-simple-gallery .gem-gallery-item a:hover:before {
    opacity: 1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear
}

body .blog article .post-featured-content > a:after, body .blog .gem-simple-gallery .gem-gallery-item a:after {
    content: '\e628';
    position: absolute;
    top: 150%;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-family: 'thegem-icons';
    font-style: normal;
    font-size: 35px;
    line-height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    opacity: 0;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: top .4s, opacity .4s, -webkit-transform 0s .4s;
    transition: top .4s, opacity .4s, transform 0s .4s;
    z-index: 10
}

body .blog article .post-featured-content > a:hover:after, body .blog .gem-simple-gallery .gem-gallery-item a:hover:after {
    opacity: 1;
    top: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: top 0s, opacity .4s, -webkit-transform .4s;
    transition: top 0s, opacity .4s, transform .4s
}

body .blog article .post-featured-content a > img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear
}

body .blog article .post-featured-content a:hover > img {
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear
}

body .blog-style-styled_list1 article a.default:after {
    content: '\e628';
    border-radius: 50%;
    font-size: 16px;
    top: 150%;
    margin-top: -24px;
    margin-left: -24px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: top .4s, opacity .4s, -webkit-transform 0s .4s;
    transition: top .4s, opacity .4s, transform 0s .4s
}

body .blog-style-styled_list1 article a.default:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: top 0s, opacity .4s, -webkit-transform .4s;
    transition: top 0s, opacity .4s, transform .4s
}

body .blog-style-styled_list2 article a.default:after {
    content: '\e628';
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 35px;
    line-height: 70px;
    top: 150%;
    margin-top: -35px;
    margin-left: -35px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: top .4s, opacity .4s, -webkit-transform 0s .4s;
    transition: top .4s, opacity .4s, transform 0s .4s
}

body .blog-style-styled_list2 article a.default:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: top 0s, opacity .4s, -webkit-transform .4s;
    transition: top 0s, opacity .4s, transform .4s
}

.blog-style-styled_list1 .sharing-popup {
    bottom: 70px
}

.blog-style-styled_list1 .sticky .sharing-popup {
    bottom: 85px
}

.blog-style-styled_list2 .sticky .sharing-popup {
    bottom: 60px
}

.blog-style-styled_list1 .sticky .sharing-popup, .blog-style-styled_list2 .sticky .sharing-popup, .blog-style-styled_timeline .sticky .sharing-popup {
    left: -15px
}

.blog-style-styled_list1 article {
    width: 100%;
    margin: 55px auto;
    border-radius: 60px
}

.blog-style-styled_list1 article:first-child {
    margin-top: 0
}

.blog-style-styled_list1 .post-item {
    position: relative;
    border-radius: 60px;
    margin-left: 200px;
    box-shadow: none;
    min-height: 220px
}

.blog-style-styled_list1 article.sticky .sticky-label {
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    left: -125px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 10
}

.blog-style-styled_list1 article.sticky .sticky-label:before, .blog-style-styled_list1 article.sticky .sticky-label:after {
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.blog-style-styled_list1 article.sticky .sticky-label:before {
    transform: skew(0deg, -20deg);
    transform-origin: 0 100% 0
}

.blog-style-styled_list1 article.sticky .sticky-label:after {
    transform: skew(0deg, 20deg);
    transform-origin: 100% 100% 0
}

.blog-style-styled_list1 .wrap-style {
    width: 50px;
    height: 100px;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -50px;
    transform: rotate(360deg);
    transform-origin: 0 100%;
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: 0 100%
}

.blog-style-styled_list1 .post-info-wrap {
    position: absolute;
    left: -200px;
    top: 50%;
    margin-top: -46px;
    width: 200px
}

.blog-style-styled_list1 .post-info {
    text-align: center
}

.blog-style-styled_list1 .post-img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin-left: 54px
}

.blog-style-styled_list1 .post-img a {
    border-radius: 50%;
    width: 86px;
    height: 86px;
    z-index: 1
}

.post-img a:before {
    border-radius: 50%
}

.blog-style-styled_list1 .post-img a .dummy {
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 24px;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
    border-radius: 50%
}

.blog-style-styled_list1 .post-img a.default:after {
    margin-top: -25px
}

.blog-style-styled_list1 .post-img a img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.blog-style-styled_list1 .post-date {
    font-weight: 16px;
    margin-top: 5px
}

.blog-style-styled_list1 .post-time {
    margin-top: 2px;
    line-height: 15px
}

.blog-style-styled_list1 .post-text-wrap {
    padding: 0 45px 35px
}

.blog-style-styled_list1 .post-title {
    font-size: 28px
}

.blog-style-styled_list1 .post-content {
    margin-top: -10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px
}

.blog-style-styled_list1 .post-misc {
    position: relative
}

.blog-style-styled_list1 .post-author {
    font-size: 14px;
    margin-top: 25px;
    width: 100%;
    padding-right: 220px
}

.blog-style-styled_list1 .post-soc-info {
    margin-top: 5px
}

.blog-style-styled_list1 .post-links {
    position: absolute;
    right: 0;
    top: 0
}

.blog-style-styled_list1 .post-read-more {
    display: inline-block
}

.blog-style-styled_list1 .post-links .post-footer-sharing .gem-button-container > a, .blog-style-styled_list1 .post-links .post-read-more .gem-button-container > a {
    margin-top: 5px
}

.blog-style-styled_list1 .post-read-more a {
    margin-right: 0
}

.blog-style-styled_list1 .sticky .post-item {
    border: none
}

.blog-style-styled_list1 .sticky .post-text-wrap {
    padding-bottom: 45px
}

.blog-style-styled_list1 .sticky .post-title a {
    font-size: 36px
}

.blog-style-styled_list1 .sticky .post-author {
    margin-top: 30px
}

.blog-style-styled_list1 .sticky .wrap-style {
    width: 50px;
    height: 100px;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -50px
}

@media (max-width: 767px) {
    .blog-style-styled_list1 article {
        width: 100%;
        min-width: 300px;
        border-radius: 60px;
        padding-top: 135px
    }

    .blog-style-styled_list1 .post-info-wrap {
        width: 100%;
        left: 0;
        top: -118px;
        position: absolute;
        margin-top: 0
    }

    .blog-style-styled_list1 .post-info {
        width: 100%;
        left: 0;
        position: relative;
        text-align: left
    }

    .blog-style-styled_list1 .post-img {
        position: absolute;
        right: 20px
    }

    .blog-style-styled_list1 .post-date {
        padding-top: 10px;
        width: 200px;
        text-align: center
    }

    .blog-style-styled_list1 .post-time {
        width: 200px;
        text-align: center;
        margin-top: 5px;
        font-size: 19px;
        font-weight: 700
    }

    .blog-style-styled_list1 .post-text-wrap {
        padding: 0 45px 35px
    }

    .blog-style-styled_list1 .post-author {
        padding-right: 0
    }

    .blog-style-styled_list1 .wrap-style {
        width: 50px;
        height: 100px;
        position: absolute;
        left: 50px;
        top: -100px;
        transform: rotate(90deg);
        transform-origin: 0 100%;
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: 0 100%
    }

    .blog-style-styled_list1 .post-item {
        position: relative;
        border-radius: 45px;
        margin-left: 0
    }

    .blog-style-styled_list1 .post-links {
        position: static;
        margin-top: 10px
    }

    .blog-style-styled_list1 .post-text-wrap {
        padding-bottom: 30px
    }

    .blog-style-styled_list1 .post-links .post-footer-sharing .gem-button-container > a, .blog-style-styled_list1 .post-links .post-read-more a, .blog-style-styled_list1 .post-links .post-footer-sharing .gem-button-container > a, .blog-style-styled_list1 .post-links .post-read-more a {
        margin-bottom: 0
    }

    .blog-style-styled_list1 .sticky .wrap-style {
        width: 50px;
        height: 100px;
        position: absolute;
        left: 50px;
        top: -100px;
        transform: rotate(90deg);
        transform-origin: 0 100%;
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: 0 100%
    }

    .blog-style-styled_list1 article.sticky .sticky-label {
        left: 100%;
        margin-left: -80px;
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 34px
    }

    .blog-style-styled_list1 .sticky .post-author {
        margin-top: 25px
    }

    .blog-style-styled_list1 .sticky .post-links {
        margin-top: 10px
    }

    .blog-style-styled_list1 .sticky .post-text-wrap {
        padding-bottom: 30px
    }
}

.blog-style-styled_list2 article {
    width: 100%;
    margin: 55px auto;
    border-radius: 60px
}

.blog-style-styled_list2 .post:first-child {
    margin-top: 0
}

.blog-style-styled_list2 .post-item {
    position: relative;
    border-radius: 60px;
    margin-left: 200px;
    box-shadow: none;
    min-height: 220px
}

.blog-style-styled_list2 article.sticky .sticky-label {
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    left: 100%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 10;
    margin-left: -105px
}

.blog-style-styled_list2 article.sticky .sticky-label:before, .blog-style-styled_list2 article.sticky .sticky-label:after {
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.blog-style-styled_list2 article.sticky .sticky-label:before {
    transform: skew(0deg, -20deg);
    transform-origin: 0 100% 0
}

.blog-style-styled_list2 article.sticky .sticky-label:after {
    transform: skew(0deg, 20deg);
    transform-origin: 100% 100% 0
}

.blog-style-styled_list2 .wrap-style {
    width: 50px;
    height: 100px;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -50px;
    transform: rotate(360deg);
    transform-origin: 0 100%;
    -webkit-transform: rotate(360deg);
    -webkit-transform-origin: 0 100%
}

.blog-style-styled_list2 .post-info-wrap {
    position: absolute;
    left: -200px;
    top: 50%;
    margin-top: -70px;
    padding-right: 60px;
    width: 200px
}

.blog-style-styled_list2 .post-info {
    text-align: center
}

.blog-style-styled_list2 .post-img {
    width: 140px;
    height: 140px;
    border-radius: 50%
}

.blog-style-styled_list2 .post-img a {
    border-radius: 50%;
    width: 134px;
    height: 134px;
    z-index: 1
}

.blog-style-styled_list2 .post-img a .dummy {
    font-family: "thegem-icons";
    font-style: normal;
    font-size: 24px;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
    border-radius: 50%
}

.blog-style-styled_list2 .post-img a img {
    width: 128px;
    height: 128px;
    border-radius: 50%
}

.blog-style-styled_list2 .post-date {
    font-weight: 16px;
    margin-top: 5px
}

.blog-style-styled_list2 .post-time {
    margin-top: 2px;
    font-size: 32px
}

.blog-style-styled_list2 .post-text-wrap {
    padding: 0 45px 35px
}

.blog-style-styled_list2 .post-title {
    font-size: 28px
}

.blog-style-styled_list2 .post-content {
    margin-top: -10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px
}

.blog-style-styled_list2 .post-misc {
    position: relative
}

.blog-style-styled_list2 .post-author {
    font-size: 14px;
    margin-top: 25px;
    padding-right: 220px
}

.blog-style-styled_list2 .post-soc-info {
    margin-top: 5px
}

.blog-style-styled_list2 .post-links {
    position: absolute;
    right: 0;
    top: 0
}

.blog-style-styled_list2 .post-read-more {
    display: inline-block
}

.blog-style-styled_list2 .post-links .post-footer-sharing .gem-button-container > a, .blog-style-styled_list2 .post-links .post-read-more a {
    margin-top: 5px
}

.blog-style-styled_list2 .post-read-more a {
    margin-right: 0
}

.blog-style-styled_list2 .sticky .post-item {
    border: none
}

.blog-style-styled_list2 .sticky .post-text-wrap {
    padding-bottom: 40px
}

.blog-style-styled_list2 .sticky .post-title a {
    font-size: 36px
}

.blog-style-styled_list2 .sticky .wrap-style {
    width: 50px;
    height: 100px;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -50px
}

.blog-style-styled_list2 .post-links a {
    margin-bottom: 0
}

.blog-style-styled_list2 .sticky .post-link-readmore {
    display: inline-block
}

@media (max-width: 767px) {
    .blog-style-styled_list2 article {
        width: 100%;
        min-width: 300px;
        border-radius: 60px;
        padding-top: 135px
    }

    .blog-style-styled_list2 .post-info-wrap {
        width: 100%;
        left: 0;
        top: -118px;
        position: absolute;
        margin-top: 0;
        padding-right: 0
    }

    .blog-style-styled_list2 .post-info {
        width: 100%;
        left: 0;
        position: relative;
        text-align: left
    }

    .blog-style-styled_list2 .post-img {
        position: absolute;
        right: 20px;
        width: 92px;
        height: 92px
    }

    .blog-style-styled_list2 .post-img a, .blog-style-styled_list2 .post-img a img {
        width: 86px;
        height: 86px
    }

    .blog-style-styled_list2 .post-date {
        width: 200px;
        text-align: center;
        margin-top: 0
    }

    .blog-style-styled_list2 .post-time {
        width: 200px;
        text-align: center;
        font-weight: 400
    }

    .blog-style-styled_list2 .post-text-wrap {
        padding: 0 45px 30px
    }

    .blog-style-styled_list2 .wrap-style {
        width: 50px;
        height: 100px;
        position: absolute;
        left: 50px;
        top: -100px;
        transform: rotate(90deg);
        transform-origin: 0 100%;
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: 0 100%
    }

    .blog-style-styled_list2 .post-item {
        position: relative;
        border-radius: 45px;
        margin-left: 0
    }

    .blog-style-styled_list2 .post-author {
        margin-top: 30px;
        padding-right: 0
    }

    .blog-style-styled_list2 .post-links {
        position: static;
        margin-top: 10px
    }

    .blog-style-styled_list2 .sticky .wrap-style {
        width: 50px;
        height: 100px;
        position: absolute;
        left: 50px;
        top: -100px;
        stroke: none;
        transform: rotate(90deg);
        transform-origin: 0 100%;
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: 0 100%
    }

    .blog-style-styled_list2 article.sticky .sticky-label {
        left: 100%;
        margin-left: -83px;
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 34px
    }
}

.items-animations-timer-element {
    font-size: 0;
    line-height: 1;
    height: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.items-animations-timer-element.start-timer {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1
}

.item-animation-move-up .item-animations-inited.before-start {
    -moz-transform: translateY(40px) !important;
    -ms-transform: translateY(40px) !important;
    -webkit-transform: translateY(40px) !important;
    -o-transform: translateY(40px) !important;
    transform: translateY(40px) !important;
    zoom: 1;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important
}

.item-animation-move-up .item-animations-inited.before-start.start-animation {
    -o-transition: opacity 1s, transform 1s !important;
    -webkit-transition: opacity 1s, transform 1s !important;
    transition: opacity 1s, transform 1s !important;
    -moz-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    zoom: 1;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important
}

.item-animation-bounce .item-animations-inited.before-start {
    -moz-transform: scale(.001) !important;
    -ms-transform: scale(.001) !important;
    -webkit-transform: scale(.001) !important;
    -o-transform: scale(.001) !important;
    transform: scale(.001) !important;
    zoom: 1;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important
}

.item-animation-bounce .item-animations-inited.before-start.start-animation {
    -o-transition: opacity .4s, transform .4s !important;
    -webkit-transition: opacity .4s, transform .4s !important;
    transition: opacity .4s, transform .4s !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
    zoom: 1;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important
}

.item-animation-fade-in .item-animations-inited.before-start {
    zoom: 1;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important
}

.item-animation-fade-in .item-animations-inited.before-start.start-animation {
    -o-transition: opacity .7s !important;
    -webkit-transition: opacity .7s !important;
    transition: opacity .7s !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important
}

.item-animation-scale .item-animations-inited.before-start {
    -moz-transform: scale(.001) !important;
    -ms-transform: scale(.001) !important;
    -webkit-transform: scale(.001) !important;
    -o-transform: scale(.001) !important;
    transform: scale(.001) !important
}

.item-animation-scale .item-animations-inited.before-start.start-animation {
    -o-transition: transform .57s ease-in-out !important;
    -webkit-transition: transform .57s ease-in-out !important;
    transition: opacity transform .57s ease-in-out !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important
}

.item-animation-flip .item-animations-inited.before-start {
    -moz-transform: rotate3d(1, 0, 0, -80deg) !important;
    -ms-transform: rotate3d(1, 0, 0, -80deg) !important;
    -webkit-transform: rotate3d(1, 0, 0, -80deg) !important;
    -o-transform: rotate3d(1, 0, 0, -80deg) !important;
    transform: rotate3d(1, 0, 0, -80deg) !important;
    zoom: 1;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important
}

.item-animation-flip .item-animations-inited.before-start.start-animation {
    -o-transition: opacity .7s ease-in-out, transform .7s ease-in-out !important;
    -webkit-transition: opacity .7s ease-in-out, transform .7s ease-in-out !important;
    transition: opacity .7s ease-in-out, transform .7s ease-in-out !important;
    -moz-transform: rotate3d(0, 0, 0, 0deg) !important;
    -ms-transform: rotate3d(0, 0, 0, 0deg) !important;
    -webkit-transform: rotate3d(0, 0, 0, 0deg) !important;
    -o-transform: rotate3d(0, 0, 0, 0deg) !important;
    transform: rotate3d(0, 0, 0, 0deg) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important
}

.item-animation-fall-perspective .item-animations-inited.before-start {
    -moz-transform: translateZ(400px) translateY(300px) rotateX(-65deg) !important;
    -ms-transform: translateZ(400px) translateY(300px) rotateX(-65deg) !important;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-65deg) !important;
    -o-transform: translateZ(400px) translateY(300px) rotateX(-65deg) !important;
    transform: translateZ(400px) translateY(300px) rotateX(-65deg) !important;
    zoom: 1;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important
}

.item-animation-fall-perspective .item-animations-inited.before-start.start-animation {
    -o-transition: opacity .75s ease-in-out, transform .75s ease-in-out !important;
    -webkit-transition: opacity .75s ease-in-out, transform .75s ease-in-out !important;
    transition: opacity .75s ease-in-out, transform .75s ease-in-out !important;
    -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg) !important;
    -ms-transform: translateZ(0px) translateY(0px) rotateX(0deg) !important;
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg) !important;
    -o-transform: translateZ(0px) translateY(0px) rotateX(0deg) !important;
    transform: translateZ(0px) translateY(0px) rotateX(0deg) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important
}

@font-face {
    font-family: 'ElegantIcons';
    src: url(../fonts/ElegantIcons.eot);
    src: url(../fonts/ElegantIcons.eot#iefix) format('embedded-opentype'), url(../fonts/ElegantIcons.woff) format('woff'), url(../fonts/ElegantIcons.ttf) format('truetype'), url(../fonts/ElegantIcons.svg#ElegantIcons) format('svg');
    font-weight: 400;
    font-style: normal
}

.gem-print-icon.gem-icon-pack-elegant {
    display: inline-block;
    font-family: 'ElegantIcons';
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 16px
}

.arrow_up:before {
    content: "\21"
}

.arrow_down:before {
    content: "\22"
}

.arrow_left:before {
    content: "\23"
}

.arrow_right:before {
    content: "\24"
}

.arrow_left-up:before {
    content: "\25"
}

.arrow_right-up:before {
    content: "\26"
}

.arrow_right-down:before {
    content: "\27"
}

.arrow_left-down:before {
    content: "\28"
}

.arrow-up-down:before {
    content: "\29"
}

.arrow_up-down_alt:before {
    content: "\2a"
}

.arrow_left-right_alt:before {
    content: "\2b"
}

.arrow_left-right:before {
    content: "\2c"
}

.arrow_expand_alt2:before {
    content: "\2d"
}

.arrow_expand_alt:before {
    content: "\2e"
}

.arrow_condense:before {
    content: "\2f"
}

.arrow_expand:before {
    content: "\30"
}

.arrow_move:before {
    content: "\31"
}

.arrow_carrot-up:before {
    content: "\32"
}

.arrow_carrot-down:before {
    content: "\33"
}

.arrow_carrot-left:before {
    content: "\34"
}

.arrow_carrot-right:before {
    content: "\35"
}

.arrow_carrot-2up:before {
    content: "\36"
}

.arrow_carrot-2down:before {
    content: "\37"
}

.arrow_carrot-2left:before {
    content: "\38"
}

.arrow_carrot-2right:before {
    content: "\39"
}

.arrow_carrot-up_alt2:before {
    content: "\3a"
}

.arrow_carrot-down_alt2:before {
    content: "\3b"
}

.arrow_carrot-left_alt2:before {
    content: "\3c"
}

.arrow_carrot-right_alt2:before {
    content: "\3d"
}

.arrow_carrot-2up_alt2:before {
    content: "\3e"
}

.arrow_carrot-2down_alt2:before {
    content: "\3f"
}

.arrow_carrot-2left_alt2:before {
    content: "\40"
}

.arrow_carrot-2right_alt2:before {
    content: "\41"
}

.arrow_triangle-up:before {
    content: "\42"
}

.arrow_triangle-down:before {
    content: "\43"
}

.arrow_triangle-left:before {
    content: "\44"
}

.arrow_triangle-right:before {
    content: "\45"
}

.arrow_triangle-up_alt2:before {
    content: "\46"
}

.arrow_triangle-down_alt2:before {
    content: "\47"
}

.arrow_triangle-left_alt2:before {
    content: "\48"
}

.arrow_triangle-right_alt2:before {
    content: "\49"
}

.arrow_back:before {
    content: "\4a"
}

.icon_minus-06:before {
    content: "\4b"
}

.icon_plus:before {
    content: "\4c"
}

.icon_close:before {
    content: "\4d"
}

.icon_check:before {
    content: "\4e"
}

.icon_minus_alt2:before {
    content: "\4f"
}

.icon_plus_alt2:before {
    content: "\50"
}

.icon_close_alt2:before {
    content: "\51"
}

.icon_check_alt2:before {
    content: "\52"
}

.icon_zoom-out_alt:before {
    content: "\53"
}

.icon_zoom-in_alt:before {
    content: "\54"
}

.icon_search:before {
    content: "\55"
}

.icon_box-empty:before {
    content: "\56"
}

.icon_box-selected:before {
    content: "\57"
}

.icon_minus-box:before {
    content: "\58"
}

.icon_plus-box:before {
    content: "\59"
}

.icon_box-checked:before {
    content: "\5a"
}

.icon_circle-empty:before {
    content: "\5b"
}

.icon_circle-slelected:before {
    content: "\5c"
}

.icon_stop_alt2:before {
    content: "\5d"
}

.icon_stop:before {
    content: "\5e"
}

.icon_pause_alt2:before {
    content: "\5f"
}

.icon_pause:before {
    content: "\60"
}

.icon_menu:before {
    content: "\61"
}

.icon_menu-square_alt2:before {
    content: "\62"
}

.icon_menu-circle_alt2:before {
    content: "\63"
}

.icon_ul:before {
    content: "\64"
}

.icon_ol:before {
    content: "\65"
}

.icon_adjust-horiz:before {
    content: "\66"
}

.icon_adjust-vert:before {
    content: "\67"
}

.icon_document_alt:before {
    content: "\68"
}

.icon_documents_alt:before {
    content: "\69"
}

.icon_pencil:before {
    content: "\6a"
}

.icon_pencil-edit_alt:before {
    content: "\6b"
}

.icon_pencil-edit:before {
    content: "\6c"
}

.icon_folder-alt:before {
    content: "\6d"
}

.icon_folder-open_alt:before {
    content: "\6e"
}

.icon_folder-add_alt:before {
    content: "\6f"
}

.icon_info_alt:before {
    content: "\70"
}

.icon_error-oct_alt:before {
    content: "\71"
}

.icon_error-circle_alt:before {
    content: "\72"
}

.icon_error-triangle_alt:before {
    content: "\73"
}

.icon_question_alt2:before {
    content: "\74"
}

.icon_question:before {
    content: "\75"
}

.icon_comment_alt:before {
    content: "\76"
}

.icon_chat_alt:before {
    content: "\77"
}

.icon_vol-mute_alt:before {
    content: "\78"
}

.icon_volume-low_alt:before {
    content: "\79"
}

.icon_volume-high_alt:before {
    content: "\7a"
}

.icon_quotations:before {
    content: "\7b"
}

.icon_quotations_alt2:before {
    content: "\7c"
}

.icon_clock_alt:before {
    content: "\7d"
}

.icon_lock_alt:before {
    content: "\7e"
}

.icon_lock-open_alt:before {
    content: "\e000"
}

.icon_key_alt:before {
    content: "\e001"
}

.icon_cloud_alt:before {
    content: "\e002"
}

.icon_cloud-upload_alt:before {
    content: "\e003"
}

.icon_cloud-download_alt:before {
    content: "\e004"
}

.icon_image:before {
    content: "\e005"
}

.icon_images:before {
    content: "\e006"
}

.icon_lightbulb_alt:before {
    content: "\e007"
}

.icon_gift_alt:before {
    content: "\e008"
}

.icon_house_alt:before {
    content: "\e009"
}

.icon_genius:before {
    content: "\e00a"
}

.icon_mobile:before {
    content: "\e00b"
}

.icon_tablet:before {
    content: "\e00c"
}

.icon_laptop:before {
    content: "\e00d"
}

.icon_desktop:before {
    content: "\e00e"
}

.icon_camera_alt:before {
    content: "\e00f"
}

.icon_mail_alt:before {
    content: "\e010"
}

.icon_cone_alt:before {
    content: "\e011"
}

.icon_ribbon_alt:before {
    content: "\e012"
}

.icon_bag_alt:before {
    content: "\e013"
}

.icon_creditcard:before {
    content: "\e014"
}

.icon_cart_alt:before {
    content: "\e015"
}

.icon_paperclip:before {
    content: "\e016"
}

.icon_tag_alt:before {
    content: "\e017"
}

.icon_tags_alt:before {
    content: "\e018"
}

.icon_trash_alt:before {
    content: "\e019"
}

.icon_cursor_alt:before {
    content: "\e01a"
}

.icon_mic_alt:before {
    content: "\e01b"
}

.icon_compass_alt:before {
    content: "\e01c"
}

.icon_pin_alt:before {
    content: "\e01d"
}

.icon_pushpin_alt:before {
    content: "\e01e"
}

.icon_map_alt:before {
    content: "\e01f"
}

.icon_drawer_alt:before {
    content: "\e020"
}

.icon_toolbox_alt:before {
    content: "\e021"
}

.icon_book_alt:before {
    content: "\e022"
}

.icon_calendar:before {
    content: "\e023"
}

.icon_film:before {
    content: "\e024"
}

.icon_table:before {
    content: "\e025"
}

.icon_contacts_alt:before {
    content: "\e026"
}

.icon_headphones:before {
    content: "\e027"
}

.icon_lifesaver:before {
    content: "\e028"
}

.icon_piechart:before {
    content: "\e029"
}

.icon_refresh:before {
    content: "\e02a"
}

.icon_link_alt:before {
    content: "\e02b"
}

.icon_link:before {
    content: "\e02c"
}

.icon_loading:before {
    content: "\e02d"
}

.icon_blocked:before {
    content: "\e02e"
}

.icon_archive_alt:before {
    content: "\e02f"
}

.icon_heart_alt:before {
    content: "\e030"
}

.icon_star_alt:before {
    content: "\e031"
}

.icon_star-half_alt:before {
    content: "\e032"
}

.icon_star:before {
    content: "\e033"
}

.icon_star-half:before {
    content: "\e034"
}

.icon_tools:before {
    content: "\e035"
}

.icon_tool:before {
    content: "\e036"
}

.icon_cog:before {
    content: "\e037"
}

.icon_cogs:before {
    content: "\e038"
}

.arrow_up_alt:before {
    content: "\e039"
}

.arrow_down_alt:before {
    content: "\e03a"
}

.arrow_left_alt:before {
    content: "\e03b"
}

.arrow_right_alt:before {
    content: "\e03c"
}

.arrow_left-up_alt:before {
    content: "\e03d"
}

.arrow_right-up_alt:before {
    content: "\e03e"
}

.arrow_right-down_alt:before {
    content: "\e03f"
}

.arrow_left-down_alt:before {
    content: "\e040"
}

.arrow_condense_alt:before {
    content: "\e041"
}

.arrow_expand_alt3:before {
    content: "\e042"
}

.arrow_carrot_up_alt:before {
    content: "\e043"
}

.arrow_carrot-down_alt:before {
    content: "\e044"
}

.arrow_carrot-left_alt:before {
    content: "\e045"
}

.arrow_carrot-right_alt:before {
    content: "\e046"
}

.arrow_carrot-2up_alt:before {
    content: "\e047"
}

.arrow_carrot-2dwnn_alt:before {
    content: "\e048"
}

.arrow_carrot-2left_alt:before {
    content: "\e049"
}

.arrow_carrot-2right_alt:before {
    content: "\e04a"
}

.arrow_triangle-up_alt:before {
    content: "\e04b"
}

.arrow_triangle-down_alt:before {
    content: "\e04c"
}

.arrow_triangle-left_alt:before {
    content: "\e04d"
}

.arrow_triangle-right_alt:before {
    content: "\e04e"
}

.icon_minus_alt:before {
    content: "\e04f"
}

.icon_plus_alt:before {
    content: "\e050"
}

.icon_close_alt:before {
    content: "\e051"
}

.icon_check_alt:before {
    content: "\e052"
}

.icon_zoom-out:before {
    content: "\e053"
}

.icon_zoom-in:before {
    content: "\e054"
}

.icon_stop_alt:before {
    content: "\e055"
}

.icon_menu-square_alt:before {
    content: "\e056"
}

.icon_menu-circle_alt:before {
    content: "\e057"
}

.icon_document:before {
    content: "\e058"
}

.icon_documents:before {
    content: "\e059"
}

.icon_pencil_alt:before {
    content: "\e05a"
}

.icon_folder:before {
    content: "\e05b"
}

.icon_folder-open:before {
    content: "\e05c"
}

.icon_folder-add:before {
    content: "\e05d"
}

.icon_folder_upload:before {
    content: "\e05e"
}

.icon_folder_download:before {
    content: "\e05f"
}

.icon_info:before {
    content: "\e060"
}

.icon_error-circle:before {
    content: "\e061"
}

.icon_error-oct:before {
    content: "\e062"
}

.icon_error-triangle:before {
    content: "\e063"
}

.icon_question_alt:before {
    content: "\e064"
}

.icon_comment:before {
    content: "\e065"
}

.icon_chat:before {
    content: "\e066"
}

.icon_vol-mute:before {
    content: "\e067"
}

.icon_volume-low:before {
    content: "\e068"
}

.icon_volume-high:before {
    content: "\e069"
}

.icon_quotations_alt:before {
    content: "\e06a"
}

.icon_clock:before {
    content: "\e06b"
}

.icon_lock:before {
    content: "\e06c"
}

.icon_lock-open:before {
    content: "\e06d"
}

.icon_key:before {
    content: "\e06e"
}

.icon_cloud:before {
    content: "\e06f"
}

.icon_cloud-upload:before {
    content: "\e070"
}

.icon_cloud-download:before {
    content: "\e071"
}

.icon_lightbulb:before {
    content: "\e072"
}

.icon_gift:before {
    content: "\e073"
}

.icon_house:before {
    content: "\e074"
}

.icon_camera:before {
    content: "\e075"
}

.icon_mail:before {
    content: "\e076"
}

.icon_cone:before {
    content: "\e077"
}

.icon_ribbon:before {
    content: "\e078"
}

.icon_bag:before {
    content: "\e079"
}

.icon_cart:before {
    content: "\e07a"
}

.icon_tag:before {
    content: "\e07b"
}

.icon_tags:before {
    content: "\e07c"
}

.icon_trash:before {
    content: "\e07d"
}

.icon_cursor:before {
    content: "\e07e"
}

.icon_mic:before {
    content: "\e07f"
}

.icon_compass:before {
    content: "\e080"
}

.icon_pin:before {
    content: "\e081"
}

.icon_pushpin:before {
    content: "\e082"
}

.icon_map:before {
    content: "\e083"
}

.icon_drawer:before {
    content: "\e084"
}

.icon_toolbox:before {
    content: "\e085"
}

.icon_book:before {
    content: "\e086"
}

.icon_contacts:before {
    content: "\e087"
}

.icon_archive:before {
    content: "\e088"
}

.icon_heart:before {
    content: "\e089"
}

.icon_profile:before {
    content: "\e08a"
}

.icon_group:before {
    content: "\e08b"
}

.icon_grid-2x2:before {
    content: "\e08c"
}

.icon_grid-3x3:before {
    content: "\e08d"
}

.icon_music:before {
    content: "\e08e"
}

.icon_pause_alt:before {
    content: "\e08f"
}

.icon_phone:before {
    content: "\e090"
}

.icon_upload:before {
    content: "\e091"
}

.icon_download:before {
    content: "\e092"
}

.social_facebook:before {
    content: "\e093"
}

.social_twitter:before {
    content: "\e094"
}

.social_pinterest:before {
    content: "\e095"
}

.social_googleplus:before {
    content: "\e096"
}

.social_tumblr:before {
    content: "\e097"
}

.social_tumbleupon:before {
    content: "\e098"
}

.social_wordpress:before {
    content: "\e099"
}

.social_instagram:before {
    content: "\e09a"
}

.social_dribbble:before {
    content: "\e09b"
}

.social_vimeo:before {
    content: "\e09c"
}

.social_linkedin:before {
    content: "\e09d"
}

.social_rss:before {
    content: "\e09e"
}

.social_deviantart:before {
    content: "\e09f"
}

.social_share:before {
    content: "\e0a0"
}

.social_myspace:before {
    content: "\e0a1"
}

.social_skype:before {
    content: "\e0a2"
}

.social_youtube:before {
    content: "\e0a3"
}

.social_picassa:before {
    content: "\e0a4"
}

.social_googledrive:before {
    content: "\e0a5"
}

.social_flickr:before {
    content: "\e0a6"
}

.social_blogger:before {
    content: "\e0a7"
}

.social_spotify:before {
    content: "\e0a8"
}

.social_delicious:before {
    content: "\e0a9"
}

.social_facebook_circle:before {
    content: "\e0aa"
}

.social_twitter_circle:before {
    content: "\e0ab"
}

.social_pinterest_circle:before {
    content: "\e0ac"
}

.social_googleplus_circle:before {
    content: "\e0ad"
}

.social_tumblr_circle:before {
    content: "\e0ae"
}

.social_stumbleupon_circle:before {
    content: "\e0af"
}

.social_wordpress_circle:before {
    content: "\e0b0"
}

.social_instagram_circle:before {
    content: "\e0b1"
}

.social_dribbble_circle:before {
    content: "\e0b2"
}

.social_vimeo_circle:before {
    content: "\e0b3"
}

.social_linkedin_circle:before {
    content: "\e0b4"
}

.social_rss_circle:before {
    content: "\e0b5"
}

.social_deviantart_circle:before {
    content: "\e0b6"
}

.social_share_circle:before {
    content: "\e0b7"
}

.social_myspace_circle:before {
    content: "\e0b8"
}

.social_skype_circle:before {
    content: "\e0b9"
}

.social_youtube_circle:before {
    content: "\e0ba"
}

.social_picassa_circle:before {
    content: "\e0bb"
}

.social_googledrive_alt2:before {
    content: "\e0bc"
}

.social_flickr_circle:before {
    content: "\e0bd"
}

.social_blogger_circle:before {
    content: "\e0be"
}

.social_spotify_circle:before {
    content: "\e0bf"
}

.social_delicious_circle:before {
    content: "\e0c0"
}

.social_facebook_square:before {
    content: "\e0c1"
}

.social_twitter_square:before {
    content: "\e0c2"
}

.social_pinterest_square:before {
    content: "\e0c3"
}

.social_googleplus_square:before {
    content: "\e0c4"
}

.social_tumblr_square:before {
    content: "\e0c5"
}

.social_stumbleupon_square:before {
    content: "\e0c6"
}

.social_wordpress_square:before {
    content: "\e0c7"
}

.social_instagram_square:before {
    content: "\e0c8"
}

.social_dribbble_square:before {
    content: "\e0c9"
}

.social_vimeo_square:before {
    content: "\e0ca"
}

.social_linkedin_square:before {
    content: "\e0cb"
}

.social_rss_square:before {
    content: "\e0cc"
}

.social_deviantart_square:before {
    content: "\e0cd"
}

.social_share_square:before {
    content: "\e0ce"
}

.social_myspace_square:before {
    content: "\e0cf"
}

.social_skype_square:before {
    content: "\e0d0"
}

.social_youtube_square:before {
    content: "\e0d1"
}

.social_picassa_square:before {
    content: "\e0d2"
}

.social_googledrive_square:before {
    content: "\e0d3"
}

.social_flickr_square:before {
    content: "\e0d4"
}

.social_blogger_square:before {
    content: "\e0d5"
}

.social_spotify_square:before {
    content: "\e0d6"
}

.social_delicious_square:before {
    content: "\e0d7"
}

.icon_printer:before {
    content: "\e103"
}

.icon_calulator:before {
    content: "\e0ee"
}

.icon_building:before {
    content: "\e0ef"
}

.icon_floppy:before {
    content: "\e0e8"
}

.icon_drive:before {
    content: "\e0ea"
}

.icon_search-2:before {
    content: "\e101"
}

.icon_id:before {
    content: "\e107"
}

.icon_id-2:before {
    content: "\e108"
}

.icon_puzzle:before {
    content: "\e102"
}

.icon_like:before {
    content: "\e106"
}

.icon_dislike:before {
    content: "\e0eb"
}

.icon_mug:before {
    content: "\e105"
}

.icon_currency:before {
    content: "\e0ed"
}

.icon_wallet:before {
    content: "\e100"
}

.icon_pens:before {
    content: "\e104"
}

.icon_easel:before {
    content: "\e0e9"
}

.icon_flowchart:before {
    content: "\e109"
}

.icon_datareport:before {
    content: "\e0ec"
}

.icon_briefcase:before {
    content: "\e0fe"
}

.icon_shield:before {
    content: "\e0f6"
}

.icon_percent:before {
    content: "\e0fb"
}

.icon_globe:before {
    content: "\e0e2"
}

.icon_globe-2:before {
    content: "\e0e3"
}

.icon_target:before {
    content: "\e0f5"
}

.icon_hourglass:before {
    content: "\e0e1"
}

.icon_balance:before {
    content: "\e0ff"
}

.icon_rook:before {
    content: "\e0f8"
}

.icon_printer-alt:before {
    content: "\e0fa"
}

.icon_calculator_alt:before {
    content: "\e0e7"
}

.icon_building_alt:before {
    content: "\e0fd"
}

.icon_floppy_alt:before {
    content: "\e0e4"
}

.icon_drive_alt:before {
    content: "\e0e5"
}

.icon_search_alt:before {
    content: "\e0f7"
}

.icon_id_alt:before {
    content: "\e0e0"
}

.icon_id-2_alt:before {
    content: "\e0fc"
}

.icon_puzzle_alt:before {
    content: "\e0f9"
}

.icon_like_alt:before {
    content: "\e0dd"
}

.icon_dislike_alt:before {
    content: "\e0f1"
}

.icon_mug_alt:before {
    content: "\e0dc"
}

.icon_currency_alt:before {
    content: "\e0f3"
}

.icon_wallet_alt:before {
    content: "\e0d8"
}

.icon_pens_alt:before {
    content: "\e0db"
}

.icon_easel_alt:before {
    content: "\e0f0"
}

.icon_flowchart_alt:before {
    content: "\e0df"
}

.icon_datareport_alt:before {
    content: "\e0f2"
}

.icon_briefcase_alt:before {
    content: "\e0f4"
}

.icon_shield_alt:before {
    content: "\e0d9"
}

.icon_percent_alt:before {
    content: "\e0da"
}

.icon_globe_alt:before {
    content: "\e0de"
}

.icon_clipboard:before {
    content: "\e0e6"
}

.yikes-easy-mc-form {
    display: block;
    width: 100%
}

.yikes-easy-mailchimp-edit-form-link {
    display: block;
    margin-bottom: 1em
}

.yikes-easy-mc-form.yikes-mailchimp-form-inline {
    display: inline-block;
    width: 100%
}

.yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form select {
    padding: .5278em;
    background-color: #f1f1f1;
    border: 2px solid rgba(51, 51, 51, .1);
    display: block;
    -moz-box-sizing: border-box;
    margin-bottom: 8px
}

.yikes-easy-mc-form input[type=email]:focus, .yikes-easy-mc-form input[type=number]:focus, .yikes-easy-mc-form input[type=text]:focus, .yikes-easy-mc-form input[type=url]:focus, .yikes-easy-mc-form select:focus {
    outline: 2px solid rgba(51, 51, 51, .3);
    outline: 2px solid rgba(51, 51, 51, .3)
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    min-width: 258px
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    display: block;
    width: 100%;
    margin-top: .5em;
    min-height: 40px;
    padding: 10px;
    cursor: pointer
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button.admin-logged-in {
    margin-bottom: 1em
}

.yikes-easy-mc-form .empty-form-inline-label .empty-label.labels-hidden {
    display: none
}

.yikes-easy-mc-form .submit-button-inline-label {
    width: 20%;
    min-width: 90px;
    float: left
}

.yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
    margin-top: 0;
    margin-bottom: .5em
}

.yikes-easy-mc-form .form-field-description {
    display: block;
    margin-top: .25em;
    margin-bottom: .75em;
    font-style: italic;
    font-weight: 400;
    font-size: 80%
}

.yikes-easy-mc-error-message {
    color: rgba(216, 48, 57, .87);
    background: #ffbaba;
    padding: 12px;
    position: relative
}

.yikes-easy-mc-success-message {
    color: #4f8a10;
    background: #dff2bf;
    padding: 12px;
    position: relative
}

.yikes-easy-mc-form .field-no-label, .yikes-easy-mc-form label {
    display: inline-block;
    margin-bottom: .5em;
    width: 100%
}

p.yikes-mailchimp-required-interest-group-error {
    color: rgba(216, 48, 57, .87);
    margin: 8px 0
}

.yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=password], .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form select, .yikes-easy-mc-form textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 100%
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button-image {
    padding: 0;
    width: 16%;
    min-width: 140px;
    max-width: 200px
}

.yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button-image {
    width: 100%;
    max-width: 100%
}

.checkbox-parent-label {
    width: 100%;
    display: block
}

.yikes-easy-mc-form .yikes-easy-mc-checkbox-label {
    display: inline-block
}

.mailchimp-field-hidden, .yikes-easy-mc-display-none {
    display: none !important
}

.yikes-easy-mc-text-align-right {
    text-align: right
}

#yikes-mailchimp-container .yikes-form-title {
    margin-top: 0
}

.yikes-mailchimp-disclaimer-text {
    display: block;
    margin-top: 1em
}

.update-email-preloader, .yikes-mailchimp-preloader {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto
}

img.yikes-mailchimp-preloader {
    max-height: 40px
}

img.loading-dots.yikes-mc-loading-dots {
    max-height: 20px
}

.g-recaptcha {
    transform: scale(.81);
    -webkit-transform: scale(.81);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin: 7px 0 -3px 0
}

.yikes-mc-required-field-not-filled {
    background-color: #ffbaba !important
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(.81);
        -webkit-transform: scale(.81);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

.yikes-easy-mc-form label.option-inline > label {
    display: inline-block;
    float: left;
    width: auto !important;
    margin-right: 15px
}

.yikes-easy-mc-form label.option-height-25 {
    height: 25px
}

.yikes-easy-mc-form label.option-height-50 {
    height: 50px
}

.yikes-easy-mc-form label.option-height-75 {
    height: 75px
}

.yikes-easy-mc-form label.option-height-100 {
    height: 100px
}

.yikes-easy-mc-form label.option-height-125 {
    height: 125px
}

.yikes-easy-mc-form label.option-height-150 {
    height: 150px
}

.yikes-easy-mc-form label.option-2-col > label {
    display: inline-block;
    float: left;
    width: 50%
}

.yikes-easy-mc-form label.option-3-col > label {
    display: inline-block;
    float: left;
    width: 33%
}

.yikes-easy-mc-form label.option-4-col > label {
    display: inline-block;
    float: left;
    width: 25%
}

.yikes-easy-mc-form input.field-left-half, .yikes-easy-mc-form label.field-left-half {
    width: 48%;
    float: left;
    margin-right: 2%
}

.yikes-easy-mc-form input.field-right-half, .yikes-easy-mc-form label.field-right-half {
    width: 48%;
    float: right;
    margin-left: 2%
}

.yikes-easy-mc-form input.field-third, .yikes-easy-mc-form label.field-third {
    width: 32%;
    float: left;
    margin-right: 1.33333%
}

@media only screen and (max-width: 525px) {
    .yikes-easy-mc-form input.field-left-half, .yikes-easy-mc-form input.field-right-half, .yikes-easy-mc-form label.field-left-half, .yikes-easy-mc-form label.field-right-half {
        width: 100%
    }
}

@media only screen and (max-width: 955px) {
    .yikes-easy-mc-form input.field-third:nth-child(odd), .yikes-easy-mc-form label.field-third:nth-child(odd) {
        width: 48%;
        float: left;
        margin-right: 2%
    }

    .yikes-easy-mc-form input.field-third:nth-child(even), .yikes-easy-mc-form label.field-third:nth-child(even) {
        width: 48%;
        float: right;
        margin-left: 0
    }
}

@media only screen and (max-width: 525px) {
    .yikes-easy-mc-form input.field-third, .yikes-easy-mc-form label.field-third {
        width: 100% !important;
        margin-right: 0;
        margin-left: 0;
        float: none
    }
}

@media only screen and (max-width: 525px) {
    .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
        min-width: 84%
    }
}

body.td-overlay-scroll-locked {
    overflow: hidden
}

.td-overlay-holder {
    display: block !important;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 1001;
    transition: width .7s cubic-bezier(.165, .84, .44, 1), bottom 0s linear .5s;
    -moz-transition: width .7s cubic-bezier(.165, .84, .44, 1), bottom 0s linear .5s;
    -webkit-transition: width .7s cubic-bezier(.165, .84, .44, 1), bottom 0s linear .5s
}

body.admin-bar .td-overlay-holder {
    top: 32px
}

@media (max-width: 767px) {
    .td-overlay-holder {
        display: none !important
    }
}

.td-overlay-holder__wrap {
    position: absolute;
    width: 40px;
    left: 0;
    top: 80px;
    bottom: 100px
}

.td-overlay-button-demos, .td-overlay-button-shop {
    position: absolute;
    bottom: 70px;
    right: 40px;
    margin: 0;
    border-radius: 0;
    height: auto;
    line-height: 1;
    padding: 0;
    box-shadow: none;
    background: 0 0;
    font-size: 24px;
    text-align: center
}

.td-overlay-button-shop {
    bottom: 0
}

.td-overlay-button-demos__label, .td-overlay-button-shop__label {
    /*font-family: 'Montserrat';*/
    padding: 0;
    width: 90px;
    height: 56px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    transition: all .3s;
    box-shadow: -3px 2px 7px rgba(0, 0, 0, .1);
    -webkit-animation: labelAnimation .5s cubic-bezier(.215, .61, .355, 1) .5s both;
    animation: labelAnimation .5s cubic-bezier(.215, .61, .355, 1) .5s both
}

.td-overlay-button-demos__label {
    position: relative;
    justify-content: flex-start;
    overflow: hidden
}

.td-overlay-button-demos__label .rotate-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    min-height: 56px;
    margin-top: 0;
    transition: all .3s;
    animation: labelTextRotate 8s cubic-bezier(.215, .61, .355, 1) 4s infinite
}

@-webkit-keyframes labelTextRotate {
    0%, 12.66%, 100% {
        transform: translate3d(0, 0, 0)
    }
    16.66%, 62.64% {
        transform: translate3d(0, -56px, 0)
    }
    66.64%, 95.96% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes labelTextRotate {
    0%, 12.66%, 100% {
        transform: translate3d(0, 0, 0)
    }
    16.66%, 62.64% {
        transform: translate3d(0, -56px, 0)
    }
    66.64%, 95.96% {
        transform: translate3d(0, 0, 0)
    }
}

.td-overlay-button-shop__label {
    background-color: #00bcd4;
    color: #000;
    -webkit-animation: labelAnimation .5s cubic-bezier(.215, .61, .355, 1) .6s both;
    animation: labelAnimation .5s cubic-bezier(.215, .61, .355, 1) .6s both
}

.td-overlay-button-demos__label .rotate-text:nth-child(1):hover {
    background-color: #fff !important;
    color: #000 !important
}

.td-overlay-button-demos__label .rotate-text:nth-child(2):hover, .td-overlay-button-shop__label:hover {
    background-color: #000 !important;
    color: #fff !important
}

@-webkit-keyframes labelAnimation {
    from {
        margin-right: -90px
    }
    to {
        margin-right: 0
    }
}

@keyframes labelAnimation {
    from {
        margin-right: -90px
    }
    to {
        margin-right: 0
    }
}

.td-overlay-button-demos__label.td-preview-open {
    -webkit-animation: labelAnimationInvert .5s cubic-bezier(.215, .61, .355, 1) both;
    animation: labelAnimationInvert .5s cubic-bezier(.215, .61, .355, 1) both
}

.td-overlay-button-shop__label.td-preview-open {
    -webkit-animation: labelAnimationInvert .5s cubic-bezier(.215, .61, .355, 1) .1s both;
    animation: labelAnimationInvert .5s cubic-bezier(.215, .61, .355, 1) .1s both
}

@-webkit-keyframes labelAnimationInvert {
    from {
        margin-right: 0
    }
    to {
        margin-right: -90px
    }
}

@keyframes labelAnimationInvert {
    from {
        margin-right: 0
    }
    to {
        margin-right: -90px
    }
}

.td-overlay-button-demos__label em {
    font-size: 22px;
    /*font-family: 'Montserrat UltraLight';*/
    letter-spacing: 1px;
    font-style: normal;
    line-height: 1;
    display: block;
    -webkit-animation: flickerAnimation ease 4s infinite;
    animation: flickerAnimation ease 4s infinite
}

.td-overlay-button-shop__label > svg {
    fill: #fff
}

@-webkit-keyframes flickerAnimation {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: .5
    }
}

@keyframes flickerAnimation {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: .5
    }
}

.td-overlay-button-demos__tooltip {
    -webkit-animation: tooltipFade .3s ease-out .6s both;
    animation: tooltipFade .3s ease-out .6s both
}

.td-overlay-button-demos__tooltip > span {
    width: 200px;
    height: 56px;
    position: absolute;
    background-color: rgba(6, 6, 15, .55);
    right: 100%;
    top: 0;
    text-align: left;
    color: rgba(255, 255, 255, .8);
    /*font-family: 'Source Sans Pro';*/
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    text-transform: none;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-right: 15px
}

.td-overlay-button-demos__tooltip > span:after {
    content: '';
    position: absolute;
    display: block;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 10px solid rgba(6, 6, 15, .55)
}

@-webkit-keyframes tooltipFade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes tooltipFade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.td-overlay-preview {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    background: #323237;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
    transform: translateX(100%) translateZ(0);
    -webkit-transform: translateX(100%) translateZ(0);
    -webkit-transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
    z-index: 10001
}

.td-overlay-preview.td-preview-open {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    transform: none;
    -webkit-transform: none
}

.td-overlay-preview-close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 0;
    height: 60px;
    width: 60px;
    z-index: 4;
    cursor: pointer;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -webkit-transition: transform .25s ease .4s;
    transition: transform .25s ease .4s
}

.td-overlay-preview-close:after, .td-overlay-preview-close:before {
    content: "";
    width: 36px;
    height: 4px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -2px;
    margin-right: -18px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.td-overlay-preview-close:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.td-overlay-preview-close:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.td-overlay-preview.td-preview-open .td-overlay-preview-close {
    transform: none;
    -webkit-transform: none
}

@media only screen and (max-width: 991px) {
    .td-overlay-preview-close {
        height: 55px;
        width: 60px;
        top: 0;
        right: 0
    }

    .td-overlay-preview-close:after, .td-overlay-preview-close:before {
        content: "";
        width: 24px;
        height: 2px;
        margin-top: 0;
        margin-right: -12px;
        background-color: #99a9b5
    }
}

.td-overlay-preview-frame {
    position: relative;
    width: 100%;
    height: 100%
}

.td-overlay-preview-frame iframe {
    border: 0;
    outline: 0
}

.td-overlay-preview.preview-frame-loading {
    overflow: hidden !important
}

.td-overlay-preview.preview-frame-loading:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #323237;
    z-index: 5
}

.td-overlay-preview.preview-frame-loading:after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -14px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 2px solid rgba(255, 255, 255, .2);
    border-left: 2px solid #f4f6f7;
    -webkit-animation: loaderAnimation 1.1s infinite linear;
    animation: loaderAnimation 1.1s infinite linear;
    z-index: 6
}

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

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