@charset "UTF-8";
@charset "UTF-8";

/*@import url("https://fonts.googleapis.com/css?family=Acme|Montserrat");*/
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: 0 0 !important;
    padding: 0 !important;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid red;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid red;
}
div.wpcf7-spam-blocked {
    border: 2px solid orange;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
    content: " ";
}
.wpcf7-display-none {
    display: none;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../ban_loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}
div.wpcf7 div.ajax-error {
    display: none;
}
div.wpcf7 .placeheld {
    color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
    cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}
.whatsappme {
    position: fixed;
    z-index: 400;
    right: 20px;
    bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #262626;
    transform: scale3d(0, 0, 0);
    transition: transform 0.3s ease-in-out;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.whatsappme--show {
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.whatsappme__button {
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 8px;
    height: 60px;
    min-width: 60px;
    max-width: 95vw;
    background-color: #25d366;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, 0.24);
    cursor: pointer;
    transition: background-color 0.2s linear;
}
.whatsappme__button:hover {
    background-color: #128c7e;
    transition: background-color 1.5s linear;
}
.whatsappme--dialog .whatsappme__button {
    transition: background-color 0.2s linear;
}
.whatsappme__button:active {
    background-color: #075e54;
    transition: none;
}
.whatsappme__button svg {
    width: 36px;
    height: 60px;
    margin: 0 12px;
}
.whatsappme__badge {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background: #e82c0c;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
}
.whatsappme__badge.whatsappme__badge--in {
    animation: badge--in 0.5s cubic-bezier(0.27, 0.9, 0.41, 1.28) 1 both;
}
.whatsappme__badge.whatsappme__badge--out {
    animation: badge--out 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1 both;
}
.whatsappme--dialog .whatsappme__button {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.whatsappme__box {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: calc(100vw - 40px);
    max-width: 400px;
    min-height: 280px;
    padding-bottom: 60px;
    border-radius: 32px;
    background: #ede4dd url(//www.fugenx.com/wp-content/plugins/creame-whatsapp-me/public/css/../images/background.png) center repeat-y;
    background-size: 100% auto;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transform: scale3d(0, 0, 0);
    opacity: 0;
    transition: opacity 0.4s ease-out, transform 0ms linear 0.3s;
}
.whatsappme--dialog .whatsappme__box {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: opacity 0.2s ease-out, transform 0ms linear;
}
.whatsappme__header {
    display: block;
    position: static;
    width: 100%;
    height: 70px;
    padding: 0 26px;
    margin: 0;
    background-color: #2e8c7d;
    color: rgba(255, 255, 255, 0.5);
}
.whatsappme__header svg {
    height: 100%;
}
.whatsappme__close {
    position: absolute;
    top: 18px;
    right: 24px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    line-height: 34px;
    font-size: 25px;
    text-align: center;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
}
.whatsappme__close:hover {
    opacity: 0.6;
}
.whatsappme__message {
    position: relative;
    min-height: 80px;
    padding: 20px 22px;
    margin: 34px 26px;
    border-radius: 32px;
    background-color: #fff;
    color: #4a4a4a;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.whatsappme__message:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    left: -18px;
    width: 18px;
    height: 18px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA1CAYAAADlE3NNAAAEr0lEQVRo3t2aT0gjVxzHf++9mcn8zWhW6bpELWzcogFNaRar7a4tBNy2WATbHpacpdZ6redeZE+9CL02B1ktXsRD/xwsilhoSwsqag/xYK09hCQlmCiTf28vGRnGmZhE183MFx5vmGQy7zO/P/P7PYLAHUIAQCqDAwDPxMREG3IpHL+zs/MZcgkYAgAMAIwOl8lkYm6xGgYAFgAEAGgZHx9/vVwun7nJJTkAEAGgdW9v73NKKXWLSzIA4AEAGQDazs/P/3ALnNEl1a2trY9oRW6wmu6SEgC0ZrPZn9wCp2dIHgCU1dXVtymlZafDIatEksvlfqYGueG9xgOAcnBw8JSa5GR3vIi1aDTaUSwWj5wOZ3RHPUN6U6nUN9RCTnZHDwDI+/v745TSkpPhrOpHcWlpqbdcLieojZwGpseZMDo66svn87/RKnIaGAsAfCAQ8J6dnX1Pr5DjwABAzmazMVqDHAd2enr6La1RjgGLRCJqLpeL0TrUjFDGrMgCAD8/P38vn8//QutUs1pLT/fC5ubmQKFQOKANqNmspbuhBwDEZDL5BaX0lDaoZoK62NxZXFzs1DRthV5TrxrKGFue/v5+KZ1Of1kul5P0BtQUUAAgxOPx9wuFwl/0BvWq3O8C6vDw8F1N036gL0G3ZaVLUEdHRxFN036kL1E3DWMHxAEAPzc3dyedTk+XSqUdegu6CRijy5mBPLOzs2oikfhU07RFSmmG3qKuaxkdxuhy/MzMjDeRSHyiadrz2wYyClUBMh9bzRfAu7u7PX6//z1RFB9zHBcBALUZKoRqUMgEgyvHeHt7+353d/cjQRBGWJZ9jBDqaMYKHKpYBAEAXltbawsGg2FFUd7iOO4hIeQhQuiOEzpdOzCSTCaftLS0fEUIGXbiHiBjU5njVCr1sc/nW6wkDcduS1u1HKRUKv2KMR4ABwvbAWKMA+BwYbsasFgs/uMWuEtxd3x8/J3b4C4Ag8Hg83g8/iyfz//n5IRi1eZzla00HgA8oijyDMNwlFJCCGH0axiGQQAAXq+XyLLMeL1eRlEURpZlRpIkhud5oigK297eLvl8Prm1tVVSFEWSJEkWRVESBMGrqupriqLcFQThLsaYu612n6vUip4KMFv5HJssjhooEi5laoZh0NjYWNvw8PC9np6ejkAg8MDv9w+oqnrfxsNqhgNTh2wE1MGYChyyWGA9RYJVFWTM3MhwjMPhsDw9PT0QDocHOjs731RV9Y1rv+cMlb4Oiy3garWW1b2sPMfceZgHmZqa6pycnPywr6/vA47jfPXAWbU0xOCOqE44u2K8Wl9oBUfMa+rq6hIWFhbGBwcHn9pBohogcRWwRiCRTUiACQ6ZYpxY9JAkFAopy8vLM4FAYKyRrgA1GGf1JperLGgEM4cNG4vF3olGo18TQkT9JsRmAdQw66NsGlbn7Ibdd0um2XzOblz6/ZWVlX8JIb8PDQ090gFJDU+e2sBeZ1hBU9NcqvIQzDMFALq+vp7GGP85MjLyBCHE1tPO1LP4eq4FG/hqnlGyeSiwsbHxfygUOu7t7Y00059JUY3ZHFm8k1lT0cGfnJw8c0ojepWFzd6CMpnM3y8AJPEkZ9khO4IAAAAASUVORK5CYII=);
    background-size: 100%;
}
.whatsappme--left {
    right: auto;
    left: 20px;
}
.whatsappme--left .whatsappme__button {
    right: auto;
    left: 8px;
}
.whatsappme--left .whatsappme__box {
    right: auto;
    left: 0;
}
@media (max-width: 480px) {
    .whatsappme {
        bottom: 6px;
        right: 6px;
    }
    .whatsappme--left {
        right: auto;
        left: 6px;
    }
    .whatsappme__box {
        width: calc(100vw - 12px);
        min-height: 0;
    }
    .whatsappme__header {
        height: 55px;
    }
    .whatsappme__close {
        top: 13px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .whatsappme__message {
        padding: 14px 20px;
        margin: 15px 21px 20px;
        line-height: 24px;
    }
}
@keyframes badge--in {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes badge--out {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}
.pum-container,
.pum-content,
.pum-content + .pum-close,
.pum-content + .pum-close:active,
.pum-content + .pum-close:focus,
.pum-content + .pum-close:hover,
.pum-overlay,
.pum-title {
    background: 0 0;
    border: none;
    bottom: auto;
    clear: none;
    cursor: default;
    float: none;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-weight: 400;
    height: auto;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    overflow: visible;
    position: static;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    top: auto;
    visibility: visible;
    white-space: normal;
    width: auto;
    z-index: auto;
}
.pum-container .pum-content + .pum-close > span,
.pum-content,
.pum-title {
    position: relative;
    z-index: 1;
}
.pum-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    overflow: initial;
    display: none;
    transition: all 0.15s ease-in-out;
}
.pum-overlay.pum-form-submission-detected,
.pum-overlay.pum-preview {
    display: block;
}
.pum-overlay,
.pum-overlay *,
.pum-overlay :after,
.pum-overlay :before,
.pum-overlay:after,
.pum-overlay:before {
    box-sizing: border-box;
}
.pum-container {
    top: 100px;
    position: absolute;
    margin-bottom: 3em;
    z-index: 1999999999;
}
.pum-container.pum-responsive {
    left: 50%;
    margin-left: -47.5%;
    width: 95%;
    height: auto;
    overflow: visible;
}
.pum-container.pum-responsive img {
    max-width: 100%;
    height: auto;
}
.pum-container.custom-position {
    left: auto;
    top: auto;
    margin-left: inherit;
}
.pum-container .pum-content > :last-child {
    margin-bottom: 0;
}
.pum-container .pum-content + .pum-close {
    text-decoration: none;
    text-align: center;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
}
.pum-container.pum-scrollable .pum-content {
    overflow: auto;
    overflow-y: scroll;
    max-height: 95%;
}
.pum-overlay-disabled {
    visibility: hidden;
}
.pum-overlay-disabled::-webkit-scrollbar {
    display: block;
}
.pum-overlay-disabled .pum-container {
    visibility: visible;
}
html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: hidden;
}
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
    padding-right: 15px;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: scroll;
}
html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active {
    position: static;
    height: auto;
    width: auto;
}
.pum-container iframe.formidable {
    width: 100%;
    overflow: visible;
}
.pika-single,
body div#ui-datepicker-div[style] {
    z-index: 9999999999 !important;
}
.pika-single {
}
.popmake-close {
    cursor: pointer;
}
@media only screen and (min-width: 1024px) {
    .pum-container.pum-responsive.pum-responsive-nano {
        margin-left: -5%;
        width: 10%;
    }
    .pum-container.pum-responsive.pum-responsive-micro {
        margin-left: -10%;
        width: 20%;
    }
    .pum-container.pum-responsive.pum-responsive-tiny {
        margin-left: -15%;
        width: 30%;
    }
    .pum-container.pum-responsive.pum-responsive-small {
        margin-left: -20%;
        width: 40%;
    }
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -30%;
        width: 60%;
    }
    .pum-container.pum-responsive.pum-responsive-normal {
        margin-left: -30%;
        width: 70%;
    }
    .pum-container.pum-responsive.pum-responsive-large {
        margin-left: -35%;
        width: 80%;
    }
    .pum-container.pum-responsive.pum-responsive-xlarge {
        margin-left: -47.5%;
        width: 95%;
    }
    .pum-container.pum-responsive.pum-position-fixed {
        position: fixed;
    }
}
@media only screen and (max-width: 1024px) {
    .pum-container.pum-responsive.pum-position-fixed {
        position: absolute;
    }
}
#debungcontrolls,
.debugtimeline {
    width: 100%;
    box-sizing: border-box;
}
.rev_column,
.rev_column .tp-parallax-wrap,
.tp-svg-layer svg {
    vertical-align: top;
}
#debungcontrolls {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
}
.debugtimeline {
    height: 10px;
    position: relative;
    margin-bottom: 3px;
    display: none;
    white-space: nowrap;
}
.debugtimeline:hover {
    height: 15px;
}
.the_timeline_tester {
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
}
.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999 !important;
    background: #fff !important;
}
.debugtimeline.tl_slide .the_timeline_tester {
    background: #f39c12;
}
.debugtimeline.tl_frame .the_timeline_tester {
    background: #3498db;
}
.debugtimline_txt {
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    position: absolute;
    left: 10px;
    top: 0;
    white-space: nowrap;
    line-height: 10px;
}
.rtl {
    direction: rtl;
}
@font-face {
    font-family: revicons;
    src: url(//www.fugenx.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888);
    src: url(//www.fugenx.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888#iefix) format("embedded-opentype"),
        url(//www.fugenx.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.woff?5510888) format("woff"),
        url(//www.fugenx.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.ttf?5510888) format("truetype"),
        url(//www.fugenx.com/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.svg?5510888#revicons) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" revicon-"]:before,
[class^="revicon-"]:before {
    font-family: revicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}
.revicon-search-1:before {
    content: "\e802";
}
.revicon-pencil-1:before {
    content: "\e831";
}
.revicon-picture-1:before {
    content: "\e803";
}
.revicon-cancel:before {
    content: "\e80a";
}
.revicon-info-circled:before {
    content: "\e80f";
}
.revicon-trash:before {
    content: "\e801";
}
.revicon-left-dir:before {
    content: "\e817";
}
.revicon-right-dir:before {
    content: "\e818";
}
.revicon-down-open:before {
    content: "\e83b";
}
.revicon-left-open:before {
    content: "\e819";
}
.revicon-right-open:before {
    content: "\e81a";
}
.revicon-angle-left:before {
    content: "\e820";
}
.revicon-angle-right:before {
    content: "\e81d";
}
.revicon-left-big:before {
    content: "\e81f";
}
.revicon-right-big:before {
    content: "\e81e";
}
.revicon-magic:before {
    content: "\e807";
}
.revicon-picture:before {
    content: "\e800";
}
.revicon-export:before {
    content: "\e80b";
}
.revicon-cog:before {
    content: "\e832";
}
.revicon-login:before {
    content: "\e833";
}
.revicon-logout:before {
    content: "\e834";
}
.revicon-video:before {
    content: "\e805";
}
.revicon-arrow-combo:before {
    content: "\e827";
}
.revicon-left-open-1:before {
    content: "\e82a";
}
.revicon-right-open-1:before {
    content: "\e82b";
}
.revicon-left-open-mini:before {
    content: "\e822";
}
.revicon-right-open-mini:before {
    content: "\e823";
}
.revicon-left-open-big:before {
    content: "\e824";
}
.revicon-right-open-big:before {
    content: "\e825";
}
.revicon-left:before {
    content: "\e836";
}
.revicon-right:before {
    content: "\e826";
}
.revicon-ccw:before {
    content: "\e808";
}
.revicon-arrows-ccw:before {
    content: "\e806";
}
.revicon-palette:before {
    content: "\e829";
}
.revicon-list-add:before {
    content: "\e80c";
}
.revicon-doc:before {
    content: "\e809";
}
.revicon-left-open-outline:before {
    content: "\e82e";
}
.revicon-left-open-2:before {
    content: "\e82c";
}
.revicon-right-open-outline:before {
    content: "\e82f";
}
.revicon-right-open-2:before {
    content: "\e82d";
}
.revicon-equalizer:before {
    content: "\e83a";
}
.revicon-layers-alt:before {
    content: "\e804";
}
.revicon-popup:before {
    content: "\e828";
}
.rev_slider_wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
}
.rev_slider {
    position: relative;
    overflow: visible;
}
.entry-content .rev_slider a,
.rev_slider a {
    box-shadow: none;
}
.tp-overflow-hidden {
    overflow: hidden !important;
}
.group_ov_hidden {
    overflow: hidden;
}
.rev_slider img,
.tp-simpleresponsive img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none;
}
.rev_slider .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px;
}
.rev_slider > ul,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0;
}
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
    visibility: hidden;
}
.tp-revslider-mainul,
.tp-revslider-slidesli {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.fullscreen-container,
.fullwidthbanner-container {
    padding: 0;
    position: relative;
}
.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}
.tp-caption .rs-untoggled-content {
    display: block;
}
.tp-caption .rs-toggled-content {
    display: none;
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
    display: block;
}
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
    display: none;
}
.rev_slider .caption,
.rev_slider .tp-caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    z-index: 1;
}
.rev_slider .caption,
.rev_slider .tp-caption,
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap :last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap :last-child {
    margin-bottom: 0;
}
.tp-svg-layer svg {
    width: 100%;
    height: 100%;
    position: relative;
}
.tp-carousel-wrapper {
    cursor: url(//www.fugenx.com/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
    cursor: url(//www.fugenx.com/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}
.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important;
}
.tp-caption.tp-layer-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all;
}
.tp-caption.tp-hidden-caption,
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-parallax-wrap.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important;
}
.rev_slider audio,
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none !important;
}
.tp-element-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0);
}
.tp-parallax-wrap {
    transform-style: preserve-3d;
}
.rev_row_zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0;
}
.rev_column_inner,
.rev_slider .tp-caption.rev_row {
    position: relative;
    width: 100% !important;
    box-sizing: border-box;
}
.rev_row_zone_top {
    top: 0;
}
.rev_row_zone_middle {
    top: 50%;
    transform: translateY(-50%);
}
.rev_row_zone_bottom {
    bottom: 0;
}
.rev_slider .tp-caption.rev_row {
    display: table;
    table-layout: fixed;
    vertical-align: top;
    height: auto !important;
    font-size: 0;
}
.rev_column {
    display: table-cell;
    position: relative;
    height: auto;
    box-sizing: border-box;
    font-size: 0;
}
.rev_column_inner {
    display: block;
    height: auto !important;
    white-space: normal !important;
}
.rev_column_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent;
}
.tp-caption .backcorner,
.tp-caption .backcornertop,
.tp-caption .frontcorner,
.tp-caption .frontcornertop {
    height: 0;
    top: 0;
    width: 0;
    position: absolute;
}
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap {
    text-align: inherit;
}
.rev_column_inner .tp-mask-wrap {
    display: inline-block;
}
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    line-height: 0;
}
.tp-video-play-button,
.tp-video-play-button i {
    line-height: 50px !important;
    vertical-align: top;
    text-align: center;
}
.rev_column_inner .rev_layer_in_column,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
    vertical-align: top;
}
.rev_break_columns {
    display: block !important;
}
.rev_break_columns .tp-parallax-wrap.rev_column {
    display: block !important;
    width: 100% !important;
}
.fullwidthbanner-container {
    overflow: hidden;
}
.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative;
}
.tp-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
}
.tp-caption .frontcorner {
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    left: -40px;
}
.tp-caption .backcorner {
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    right: 0;
}
.tp-caption .frontcornertop {
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    left: -40px;
}
.tp-caption .backcornertop {
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    right: 0;
}
.tp-layer-inner-rotation {
    position: relative !important;
}
img.tp-slider-alternative-image {
    width: 100%;
    height: auto;
}
.caption.fullscreenvideo,
.rs-background-video-layer,
.tp-caption.coverscreenvideo,
.tp-caption.fullscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.noFilterClass {
    filter: none !important;
}
.rs-background-video-layer {
    visibility: hidden;
    z-index: 0;
}
.caption.fullscreenvideo audio,
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none;
}
.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
    background: #000;
}
.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.videoisplaying .html5vid .tp-poster {
    display: none;
}
.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin-top: -25px;
    margin-left: -25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.3s ease-out !important;
}
.tp-audio-html5 .tp-video-play-button,
.tp-hiddenaudio {
    display: none !important;
}
.tp-caption .html5vid {
    width: 100% !important;
    height: 100% !important;
}
.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 40px !important;
}
.rs-fullvideo-cover,
.tp-dottedoverlay,
.tp-shadowcover {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.tp-caption:hover .tp-video-play-button {
    opacity: 1;
    display: block;
}
.tp-caption .tp-revstop {
    display: none;
    border-left: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
    margin-top: 15px !important;
    line-height: 20px !important;
    vertical-align: top;
    font-size: 25px !important;
}
.tp-seek-bar,
.tp-video-button,
.tp-volume-bar {
    outline: 0;
    line-height: 12px;
    margin: 0;
    cursor: pointer;
}
.videoisplaying .revicon-right-dir {
    display: none;
}
.videoisplaying .tp-revstop {
    display: inline-block;
}
.videoisplaying .tp-video-play-button {
    display: none;
}
.fullcoveredvideo .tp-video-play-button {
    display: none !important;
}
.fullscreenvideo .fullscreenvideo audio,
.fullscreenvideo .fullscreenvideo video {
    object-fit: contain !important;
}
.fullscreenvideo .fullcoveredvideo audio,
.fullscreenvideo .fullcoveredvideo video {
    object-fit: cover !important;
}
.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.rev-btn.rev-hiddenicon i,
.rev-btn.rev-withicon i {
    transition: all 0.2s ease-out !important;
    font-size: 15px;
}
.tp-caption:hover .tp-video-controls {
    opacity: 0.9;
}
.tp-video-button {
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    padding: 0;
}
.tp-video-button:hover {
    cursor: pointer;
}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
}
.tp-video-seek-bar-wrap {
    width: 80%;
}
.tp-video-vol-bar-wrap {
    width: 20%;
}
.tp-seek-bar,
.tp-volume-bar {
    width: 100%;
    padding: 0;
}
.rs-fullvideo-cover {
    width: 100%;
    background: 0 0;
    z-index: 5;
}
.disabled_lc .tp-video-play-button,
.rs-background-video-layer audio::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button {
    display: none !important;
}
.tp-audio-html5 .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important;
}
.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    z-index: 3;
}
.tp-dottedoverlay.twoxtwo {
    background: url(//www.fugenx.com/wp-content/plugins/revslider/public/assets/css/../assets/gridtile.png);
}
.tp-dottedoverlay.twoxtwowhite {
    background: url(//www.fugenx.com/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_white.png);
}
.tp-dottedoverlay.threexthree {
    background: url(//www.fugenx.com/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3.png);
}
.tp-dottedoverlay.threexthreewhite {
    background: url(//www.fugenx.com/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3_white.png);
}
.tp-shadowcover {
    width: 100%;
    background: #fff;
    z-index: -1;
}
.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}
.tp-shadow2:after,
.tp-shadow2:before,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:after,
.tp-shadow5:before {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/20px;
}
.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    font-family: arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none;
}
.tp-button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: 700;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
}
.purchase:hover,
.tp-button.big:hover,
.tp-button:hover {
    background-position: bottom, 15px 11px;
}
.purchase.green,
.purchase:hover.green,
.tp-button.green,
.tp-button:hover.green {
    background-color: #21a117;
    box-shadow: 0 3px 0 0 #104d0b;
}
.purchase.blue,
.purchase:hover.blue,
.tp-button.blue,
.tp-button:hover.blue {
    background-color: #1d78cb;
    box-shadow: 0 3px 0 0 #0f3e68;
}
.purchase.red,
.purchase:hover.red,
.tp-button.red,
.tp-button:hover.red {
    background-color: #cb1d1d;
    box-shadow: 0 3px 0 0 #7c1212;
}
.purchase.orange,
.purchase:hover.orange,
.tp-button.orange,
.tp-button:hover.orange {
    background-color: #f70;
    box-shadow: 0 3px 0 0 #a34c00;
}
.purchase.darkgrey,
.purchase:hover.darkgrey,
.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey {
    background-color: #555;
    box-shadow: 0 3px 0 0 #222;
}
.purchase.lightgrey,
.purchase:hover.lightgrey,
.tp-button.lightgrey,
.tp-button:hover.lightgrey {
    background-color: #888;
    box-shadow: 0 3px 0 0 #555;
}
.rev-btn,
.rev-btn:visited {
    outline: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 35px;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    cursor: pointer;
}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 900;
}
.rev-btn.rev-withicon i {
    font-weight: 400;
    position: relative;
    top: 0;
    margin-left: 10px !important;
}
.rev-btn.rev-hiddenicon i {
    font-weight: 400;
    position: relative;
    top: 0;
    opacity: 0;
    margin-left: 0 !important;
    width: 0 !important;
}
.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important;
}
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
    line-height: 36px;
    font-size: 14px;
    padding: 10px 30px;
}
.rev-btn.rev-medium.rev-hiddenicon i,
.rev-btn.rev-medium.rev-withicon i {
    font-size: 14px;
    top: 0;
}
.rev-btn.rev-small,
.rev-btn.rev-small:visited {
    line-height: 28px;
    font-size: 12px;
    padding: 7px 20px;
}
.rev-btn.rev-small.rev-hiddenicon i,
.rev-btn.rev-small.rev-withicon i {
    font-size: 12px;
    top: 0;
}
.rev-maxround {
    border-radius: 30px;
}
.rev-minround {
    border-radius: 3px;
}
.rev-burger {
    position: relative;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 22px 0 0 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.25);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: 0.7s;
    pointer-events: none;
    transform-style: flat !important;
}
.rev-burger.revb-white span,
.rev-burger.revb-whitenoborder span {
    background: #fff;
}
.rev-burger span:nth-child(2) {
    margin: 3px 0;
}
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.rev-burger.revb-darknoborder,
.rev-burger.revb-whitenoborder {
    border: 0;
}
.rev-burger.revb-darknoborder span {
    background: #333;
}
.rev-burger.revb-whitefull {
    background: #fff;
    border: none;
}
.rev-burger.revb-whitefull span {
    background: #333;
}
.rev-burger.revb-darkfull {
    background: #333;
    border: none;
}
.rev-burger.revb-darkfull span,
.rev-scroll-btn.revs-fullwhite {
    background: #fff;
}
@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px;
}
.rev-scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.rev-scroll-btn > .active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
    color: #fff;
}
.rev-scroll-btn > .active,
.rev-scroll-btn > :active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
    opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite span {
    background: #333;
}
.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none;
}
.rev-scroll-btn.revs-fulldark span,
.tp-bullet {
    background: #fff;
}
.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
}
.rev-scroll-btn.revs-dark {
    border-color: #333;
}
.rev-scroll-btn.revs-dark span {
    background: #333;
}
.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
}
.rev-cbutton-dark-sr,
.rev-cbutton-light-sr {
    border-radius: 3px;
}
.rev-cbutton-light,
.rev-cbutton-light-sr {
    color: #333;
    background-color: rgba(255, 255, 255, 0.75);
}
.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px;
}
.rev-sbutton-blue {
    background-color: #3b5998;
}
.rev-sbutton-lightblue {
    background-color: #00a0d1;
}
.rev-sbutton-red {
    background-color: #dd4b39;
}
.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #000;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    top: 0;
}
.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0 !important;
    height: 5px;
}
.tp-caption img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    zoom: 1;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(//www.fugenx.com/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png);
}
.tp-caption.slidelink a span {
    background: url(//www.fugenx.com/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png);
}
.tp-loader.spinner0,
.tp-loader.spinner5 {
    background-image: url(../ban_loader.gif);
    background-repeat: no-repeat;
}
.tp-shape {
    width: 100%;
    height: 100%;
}
.tp-caption .rs-starring {
    display: inline-block;
}
.tp-caption .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #ffc321 !important;
}
.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important;
}
.tp-loader.spinner0,
.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.tp-caption .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important;
}
.tp-caption .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}
.tp-loader.spinner0 {
    background-position: center center;
}
.tp-loader.spinner5 {
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
}
@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out;
}
@keyframes tp-scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
    animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
    animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
.tp-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}
@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes tp-bounce {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
.tp-bullets.navbar,
.tp-tabs.navbar,
.tp-thumbs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0;
}
.tp-bullets,
.tp-tabs,
.tp-thumbs {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0;
}
.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: 0.5;
    box-sizing: border-box;
}
.tp-arr-imgholder,
.tp-tab-image,
.tp-thumb-image,
.tp-videoposter {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.tp-tab.selected,
.tp-tab:hover,
.tp-thumb.selected,
.tp-thumb:hover {
    opacity: 1;
}
.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important;
}
.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important;
}
.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.tp-bullet.selected,
.tp-bullet:hover {
    background: #fff;
}
.tparrows {
    cursor: pointer;
    background: #000;
    background: rgb(131 0 0 / 48%);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
}
.tparrows:hover {
    background: #000;
}
.tparrows:before {
    font-size: 35px;
    color: #fff;
    display: block;
    line-height: 35px;
    text-align: center;
}
.hginfo,
.hglayerinfo {
    font-size: 12px;
    font-weight: 600;
}
.tparrows.tp-leftarrow:before {
    content: "\003C";
}
.tparrows.tp-rightarrow:before {
    content: "\003E";
}
body.rtl .tp-kbimg {
    left: 0 !important;
}
.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}
.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal;
}
.helpgrid,
.hginfo {
    position: absolute;
}
.hginfo {
    top: -2px;
    left: -2px;
    color: #e74c3c;
    background: #000;
    padding: 2px 5px;
}
.indebugmode .tp-caption:hover {
    border: 1px dashed #c0392b !important;
}
.helpgrid {
    border: 2px dashed #c0392b;
    top: 0;
    left: 0;
    z-index: 0;
}
#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll;
}
.aden {
    filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}
.aden:after {
    background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
    mix-blend-mode: darken;
}
.perpetua:after,
.reyes:after {
    mix-blend-mode: soft-light;
    opacity: 0.5;
}
.inkwell {
    filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}
.perpetua:after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
}
.reyes {
    filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}
.reyes:after {
    background: #efcdad;
}
.gingham {
    filter: brightness(1.05) hue-rotate(-10deg);
}
.gingham:after {
    background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
    mix-blend-mode: darken;
}
.toaster {
    filter: contrast(1.5) brightness(0.9);
}
.toaster:after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen;
}
.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}
.walden:after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: 0.3;
}
.hudson {
    filter: brightness(1.2) contrast(0.9) saturate(1.1);
}
.hudson:after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: 0.5;
}
.earlybird {
    filter: contrast(0.9) sepia(0.2);
}
.earlybird:after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay;
}
.mayfair {
    filter: contrast(1.1) saturate(1.1);
}
.mayfair:after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
    mix-blend-mode: overlay;
    opacity: 0.4;
}
.lofi {
    filter: saturate(1.1) contrast(1.5);
}
.lofi:after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply;
}
._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3);
}
._1977:after {
    background: rgba(243, 106, 188, 0.3);
    mix-blend-mode: screen;
}
.brooklyn {
    filter: contrast(0.9) brightness(1.1);
}
.brooklyn:after {
    background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
    mix-blend-mode: overlay;
}
.xpro2 {
    filter: sepia(0.3);
}
.xpro2:after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn;
}
.nashville {
    filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}
.nashville:after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten;
}
.nashville:before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken;
}
.lark {
    filter: contrast(0.9);
}
.lark:after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken;
}
.lark:before {
    background: #22253f;
    mix-blend-mode: color-dodge;
}
.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1);
}
.moon:before {
    background: #a0a0a0;
    mix-blend-mode: soft-light;
}
.moon:after {
    background: #383838;
    mix-blend-mode: lighten;
}
.clarendon {
    filter: contrast(1.2) saturate(1.35);
}
.clarendon:before {
    background: rgba(127, 187, 227, 0.2);
    mix-blend-mode: overlay;
}
.willow {
    filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}
.willow:before {
    background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay;
}
.willow:after {
    background-color: #d8cdcb;
    mix-blend-mode: color;
}
.rise {
    filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}
.rise:after {
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: 0.6;
}
.rise:before {
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply;
}
._1977:after,
._1977:before,
.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}
._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: relative;
}
._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
    width: 100%;
    z-index: 1;
}
._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
    z-index: 2;
}
._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
    z-index: 3;
}
.slumber {
    filter: saturate(0.66) brightness(1.05);
}
.slumber:after {
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light;
}
.slumber:before {
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten;
}
.tp-kbimg-wrap:after,
.tp-kbimg-wrap:before {
    height: 500%;
    width: 500%;
}
#rs-demo-id {
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face {
    font-family: "FontAwesome";
    src: url(//www.fugenx.com/wp-content/plugins/testimonial-free/public/assets/css/../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(//www.fugenx.com/wp-content/plugins/testimonial-free/public/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),
        url(//www.fugenx.com/wp-content/plugins/testimonial-free/public/assets/css/../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),
        url(//www.fugenx.com/wp-content/plugins/testimonial-free/public/assets/css/../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),
        url(//www.fugenx.com/wp-content/plugins/testimonial-free/public/assets/css/../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),
        url(//www.fugenx.com/wp-content/plugins/testimonial-free/public/assets/css/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.sp-testimonial-section a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sp-testimonial-section .clear {
    clear: both;
}
.sp-testimonial-section .text-center {
    text-align: center;
}
.sp-testimonial-section {
    padding: 0 30px;
}
.sp-testimonial-section .testimonial-free {
    margin: 0 15px;
    font-size: 14px;
    line-height: 24px;
}
.sp-testimonial-section .testimonial-free:focus,
.sp-testimonial-section .slick-dots li button:focus {
    outline: none;
}
.sp-testimonial-section .testimonial-free .tf-client-name {
    color: #343434;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 0;
}
.sp-testimonial-section .testimonial-free .tf-client-designation {
    color: #999;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 14px;
    line-height: 16px;
}
.sp-testimonial-section .slick-prev,
.sp-testimonial-section .slick-next {
    font-size: 26px;
    line-height: 26px;
    color: #444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    top: 50%;
    margin-top: -14px;
}
.sp-testimonial-section .slick-prev:hover,
.sp-testimonial-section .slick-next:hover {
    color: #52b3d9;
}
.sp-testimonial-section .slick-prev {
    left: 0;
}
.sp-testimonial-section .slick-next {
    right: 0;
}
.sp-testimonial-section .slick-dots {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.sp-testimonial-section .slick-dots li {
    display: inline-block;
    border: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    margin: 3px;
    overflow: hidden;
}
.sp-testimonial-section .slick-dots li button {
    border-radius: 50%;
    text-indent: -999px;
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    background: #ccc;
    display: block;
}
.sp-testimonial-section .slick-dots li.slick-active button {
    background: #52b3d9;
}
.sp-testimonial-section .tf-client-image {
    max-width: 90px;
    max-height: 90px;
    margin: 0 auto 20px;
}
.sp-testimonial-section .tf-client-image img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sp-tfree-config {
    display: none;
}
div.sp-testimonial-free-section {
    display: none;
}
div.sp-testimonial-free-section .slick-list {
    margin-right: -24px;
}
div.sp-testimonial-free-section.slick-initialized {
    display: block;
}
.sp-testimonial-free-section .sp-testimonial-free-item:focus,
.sp-testimonial-free-section .slick-dots li.slick-active button:focus {
    outline: none;
}
.sp-testimonial-free-section .sp-testimonial-free-item {
    text-align: center;
    padding-right: 24px;
}
.sp-testimonial-free-wrapper h2.sp-testimonial-free-section-title {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 22px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}
.sp-testimonial-free-section .tfree-testimonial-title {
    margin: 0 0 18px;
}
.sp-testimonial-free-section .tfree-testimonial-title h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
    text-align: center;
    letter-spacing: normal;
    font-weight: 600;
    font-style: normal;
    padding: 0;
    margin: 0;
}
.sp-testimonial-free-section .tfree-client-testimonial {
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    text-align: center;
    letter-spacing: normal;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px;
}
.sp-testimonial-free-section .tfree-client-testimonial p.tfree-testimonial-content {
    display: inline;
    margin: 0;
    padding: 0;
}
.sp-testimonial-free-section h2.tfree-client-name {
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    text-align: center;
    letter-spacing: normal;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 8px;
    padding: 0;
}
.sp-testimonial-free-section .tfree-client-rating {
    margin: 0 0 6px;
    text-align: center;
    line-height: 1;
}
.sp-testimonial-free-section .tfree-client-rating i.fa {
    font-size: 19px;
    margin-right: -1px;
}
.sp-testimonial-free-section .tfree-client-designation {
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    text-align: center;
    letter-spacing: normal;
    font-weight: 400;
    font-style: normal;
}
.sp-testimonial-free-section .sp-tfree-client-image {
    margin: 0 0 22px;
}
.sp-testimonial-free-section .sp-tfree-client-image img {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.sp-testimonial-free-section .slick-dots {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.sp-testimonial-free-section .slick-dots li {
    display: inline-block;
    border: 0;
    padding: 0;
    width: 13px;
    height: 13px;
    margin: 3px;
    overflow: hidden;
}
.sp-testimonial-free-section .slick-dots li button {
    border-radius: 50%;
    text-indent: -999px;
    width: 13px;
    height: 13px;
    padding: 0;
    border: 0;
    display: block;
}
.sp-testimonial-free-section .slick-prev,
.sp-testimonial-free-section .slick-next {
    font-size: 26px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    top: 50%;
    margin-top: -14px;
}
.sp-testimonial-free-section .slick-prev {
    left: 0;
}
.sp-testimonial-free-section .slick-next {
    right: 0;
}
.vc_non_responsive .vc_row .vc_col-sm-1,
.vc_non_responsive .vc_row .vc_col-sm-10,
.vc_non_responsive .vc_row .vc_col-sm-11,
.vc_non_responsive .vc_row .vc_col-sm-12,
.vc_non_responsive .vc_row .vc_col-sm-2,
.vc_non_responsive .vc_row .vc_col-sm-3,
.vc_non_responsive .vc_row .vc_col-sm-4,
.vc_non_responsive .vc_row .vc_col-sm-5,
.vc_non_responsive .vc_row .vc_col-sm-7,
.vc_non_responsive .vc_row .vc_col-sm-8,
.vc_non_responsive .vc_row .vc_col-sm-9 {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.vc_parallax-inner iframe,
.vc_video-bg iframe {
    max-width: 1000%;
}
.vc_clearfix:after,
.vc_column-inner::after,
.vc_el-clearfix,
.vc_row:after {
    clear: both;
}
.vc-composer-icon,
[class*=" vc_arrow-icon-"],
[class^="vc_arrow-icon-"] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vc_row:after,
.vc_row:before {
    content: " ";
    display: table;
}
@media (max-width: 767px) {
    .vc_hidden-xs {
        display: none !important;
    }
    .vc_el-clearfix-xs {
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .vc_hidden-sm {
        display: none !important;
    }
    .vc_el-clearfix-sm {
        clear: both;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .vc_hidden-md {
        display: none !important;
    }
    .vc_el-clearfix-md {
        clear: both;
    }
}
.vc_non_responsive .vc_row .vc_col-sm-1 {
    position: relative;
    width: 8.33333333%;
    min-height: 1px;
}
.vc_non_responsive .vc_row .vc_col-sm-2 {
    position: relative;
    width: 16.66666667%;
    min-height: 1px;
}
.vc_non_responsive .vc_row .vc_col-sm-3 {
    position: relative;
    width: 25%;
    min-height: 1px;
}
.vc_non_responsive .vc_row .vc_col-sm-4 {
    position: relative;
    width: 33.33333333%;
    min-height: 1px;
}
.vc_non_responsive .vc_row .vc_col-sm-5 {
    position: relative;
    width: 41.66666667%;
    min-height: 1px;
}
.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;
    width: 58.33333333%;
    min-height: 1px;
}
.vc_non_responsive .vc_row .vc_col-sm-8 {
    position: relative;
    width: 66.66666667%;
    min-height: 1px;
}
.vc_non_responsive .vc_row .vc_col-sm-9 {
    position: relative;
    width: 75%;
    min-height: 1px;
}
.vc_non_responsive .vc_row .vc_col-sm-10 {
    position: relative;
    width: 83.33333333%;
    min-height: 1px;
}
.vc_non_responsive .vc_row .vc_col-sm-11 {
    position: relative;
    width: 91.66666667%;
    min-height: 1px;
}
.vc_col-xs-12,
.vc_column_container {
    width: 100%;
}
.vc_non_responsive .vc_row .vc_col-sm-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
}
.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_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;
}
.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;
}
@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;
    }
    .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;
    }
}
@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;
    }
    .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;
    }
}
@media (min-width: 1200px) {
    .vc_hidden-lg {
        display: none !important;
    }
    .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;
    }
    .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_el-clearfix-lg {
        clear: both;
    }
}
.vc_el_width_100,
.vc_el_width_50,
.vc_el_width_60,
.vc_el_width_70,
.vc_el_width_80,
.vc_el_width_90 {
    margin-left: auto !important;
    margin-right: auto !important;
}
.vc_pull-right {
    float: right !important;
}
.vc_pull-left {
    float: left !important;
}
.vc_clearfix:after,
.vc_clearfix:before {
    content: " ";
    display: table;
}
.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_button-2-wrapper,
.vc_pixel_icon {
    display: inline-block;
    vertical-align: middle;
}
.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,
.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 {
    height: 16px;
    width: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.vc_pixel_icon-alert {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../vc/alert.png);
}
.vc_pixel_icon-info {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../vc/info.png);
}
.vc_pixel_icon-tick {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../vc/tick.png);
}
.vc_pixel_icon-explanation {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../vc/exclamation.png);
}
.vc_pixel_icon-address_book {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png);
}
.vc_pixel_icon-alarm_clock {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png);
}
.vc_pixel_icon-anchor {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png);
}
.vc_pixel_icon-application_image {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png);
}
.vc_pixel_icon-arrow {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png);
}
.vc_pixel_icon-asterisk {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png);
}
.vc_pixel_icon-hammer {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png);
}
.vc_pixel_icon-balloon {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png);
}
.vc_pixel_icon-balloon_buzz {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png);
}
.vc_pixel_icon-balloon_facebook {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png);
}
.vc_pixel_icon-balloon_twitter {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png);
}
.vc_pixel_icon-battery {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png);
}
.vc_pixel_icon-binocular {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png);
}
.vc_pixel_icon-document_excel {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png);
}
.vc_pixel_icon-document_image {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png);
}
.vc_pixel_icon-document_music {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png);
}
.vc_pixel_icon-document_office {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png);
}
.vc_pixel_icon-document_pdf {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png);
}
.vc_pixel_icon-document_powerpoint {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png);
}
.vc_pixel_icon-document_word {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png);
}
.vc_pixel_icon-bookmark {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png);
}
.vc_pixel_icon-camcorder {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png);
}
.vc_pixel_icon-camera {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/camera.png);
}
.vc_pixel_icon-chart {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/chart.png);
}
.vc_pixel_icon-chart_pie {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png);
}
.vc_pixel_icon-clock {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/clock.png);
}
.vc_pixel_icon-play {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/control.png);
}
.vc_pixel_icon-fire {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/fire.png);
}
.vc_pixel_icon-heart {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/heart.png);
}
.vc_pixel_icon-mail {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/mail.png);
}
.vc_pixel_icon-shield {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png);
}
.vc_pixel_icon-video {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/video.png);
}
@font-face {
    font-family: vcpb-plugin-icons;
    src: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons_v2/fonts/vcpb-plugin-icons.ttf?i5rhx5) format("truetype"),
        url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons_v2/fonts/vcpb-plugin-icons.woff?i5rhx5) format("woff"),
        url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg?i5rhx5#vcpb-plugin-icons) format("svg");
    font-weight: 400;
    font-style: normal;
}
.vc-composer-icon {
    font-family: vcpb-plugin-icons !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.vc-c-icon-minimize:before {
    content: "\e91b";
}
.vc-c-icon-close:before {
    content: "\e5cd";
}
.vc-c-icon-1-6_4-6_1-6:before {
    content: "\e90d";
}
.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-1-6_2-3_1-6:before {
    content: "\e909";
}
.vc-c-icon-2-3_1-3:before {
    content: "\e90a";
}
.vc-c-icon-5-6_1-6:before {
    content: "\e90b";
}
.vc-c-icon-add_element:before {
    content: "\e90c";
}
.vc-c-icon-add:before {
    content: "\e90e";
}
.vc-c-icon-cog:before {
    content: "\e90f";
}
.vc-c-icon-content_copy:before {
    content: "\e910";
}
.vc-c-icon-delete_empty:before {
    content: "\e911";
}
.vc-c-icon-dragndrop:before {
    content: "\e912";
}
.vc-c-icon-fullscreen_exit:before {
    content: "\e913";
}
.vc-c-icon-fullscreen:before {
    content: "\e914";
}
.vc-c-icon-arrow_drop_right:before {
    content: "\e915";
}
.vc-c-icon-layout_default:before {
    content: "\e916";
}
.vc-c-icon-layout_landscape-smartphones:before {
    content: "\e917";
}
.vc-c-icon-layout_landscape-tablets:before {
    content: "\e918";
}
.vc-c-icon-layout_portrait-smartphones:before {
    content: "\e919";
}
.vc-c-icon-layout_portrait-tablets:before {
    content: "\e91a";
}
.vc-c-icon-mode_edit:before {
    content: "\e91c";
}
.vc-c-icon-row_default_fe:before {
    content: "\e91d";
}
.vc-c-icon-text-block:before {
    content: "\e91e";
}
.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%;
}
.vc_el_width_60 {
    width: 60%;
}
.vc_el_width_70 {
    width: 70%;
}
.vc_el_width_80 {
    width: 80%;
}
.vc_el_width_90 {
    width: 90%;
}
.vc_el_width_100 {
    width: 100%;
}
.vc_btn,
a.vc_btn,
button.vc_btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    padding: 9px 12px;
    font-size: 100%;
    line-height: 20px;
    border-radius: 4px;
}
.vc_general.vc_btn3,
.wpb_button:hover,
a.wpb_button_a,
a.wpb_button_a:hover {
    text-decoration: none;
}
.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;
}
.open > .dropdown-toggle.vc_btn-danger,
.open > .dropdown-toggle.vc_btn-default,
.open > .dropdown-toggle.vc_btn-info,
.open > .dropdown-toggle.vc_btn-primary,
.open > .dropdown-toggle.vc_btn-success,
.open > .dropdown-toggle.vc_btn-warning,
.open > .dropdown-togglea.vc_btn-danger,
.open > .dropdown-togglea.vc_btn-default,
.open > .dropdown-togglea.vc_btn-info,
.open > .dropdown-togglea.vc_btn-primary,
.open > .dropdown-togglea.vc_btn-success,
.open > .dropdown-togglea.vc_btn-warning,
.open > .dropdown-togglebutton.vc_btn-danger,
.open > .dropdown-togglebutton.vc_btn-default,
.open > .dropdown-togglebutton.vc_btn-info,
.open > .dropdown-togglebutton.vc_btn-primary,
.open > .dropdown-togglebutton.vc_btn-success,
.open > .dropdown-togglebutton.vc_btn-warning,
.vc_btn-danger.active,
.vc_btn-danger:active,
.vc_btn-default.active,
.vc_btn-default:active,
.vc_btn-info.active,
.vc_btn-info:active,
.vc_btn-primary.active,
.vc_btn-primary:active,
.vc_btn-success.active,
.vc_btn-success:active,
.vc_btn-warning.active,
.vc_btn-warning:active,
a.vc_btn-danger.active,
a.vc_btn-danger:active,
a.vc_btn-default.active,
a.vc_btn-default:active,
a.vc_btn-info.active,
a.vc_btn-info:active,
a.vc_btn-primary.active,
a.vc_btn-primary:active,
a.vc_btn-success.active,
a.vc_btn-success:active,
a.vc_btn-warning.active,
a.vc_btn-warning:active,
button.vc_btn-danger.active,
button.vc_btn-danger:active,
button.vc_btn-default.active,
button.vc_btn-default:active,
button.vc_btn-info.active,
button.vc_btn-info:active,
button.vc_btn-primary.active,
button.vc_btn-primary:active,
button.vc_btn-success.active,
button.vc_btn-success:active,
button.vc_btn-warning.active,
button.vc_btn-warning:active {
    background-image: none;
}
.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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.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(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png) right center no-repeat;
}
.wpb_alarm_clock i.icon,
option.wpb_alarm_clock {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png) right center no-repeat;
}
.wpb_anchor i.icon,
option.wpb_anchor {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png) right center no-repeat;
}
.wpb_application_image i.icon,
option.wpb_application_image {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png) right center no-repeat;
}
.wpb_arrow i.icon,
option.wpb_arrow {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png) right center no-repeat;
}
.wpb_asterisk i.icon,
option.wpb_asterisk {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png) right center no-repeat;
}
.wpb_hammer i.icon,
option.wpb_hammer {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png) right center no-repeat;
}
.wpb_balloon i.icon,
option.wpb_balloon {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png) right center no-repeat;
}
.wpb_balloon_buzz i.icon,
option.wpb_balloon_buzz {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png) right center no-repeat;
}
.wpb_balloon_facebook i.icon,
option.wpb_balloon_facebook {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png) right center no-repeat;
}
.wpb_balloon_twitter i.icon,
option.wpb_balloon_twitter {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png) right center no-repeat;
}
.wpb_battery i.icon,
option.wpb_battery {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png) right center no-repeat;
}
.wpb_binocular i.icon,
option.wpb_binocular {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png) right center no-repeat;
}
.wpb_document_excel i.icon,
option.wpb_document_excel {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png) right center no-repeat;
}
.wpb_document_image i.icon,
option.wpb_document_image {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png) right center no-repeat;
}
.wpb_document_music i.icon,
option.wpb_document_music {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png) right center no-repeat;
}
.wpb_document_office i.icon,
option.wpb_document_office {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png) right center no-repeat;
}
.wpb_document_pdf i.icon,
option.wpb_document_pdf {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png) right center no-repeat;
}
.wpb_document_powerpoint i.icon,
option.wpb_document_powerpoint {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png) right center no-repeat;
}
.wpb_document_word i.icon,
option.wpb_document_word {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png) right center no-repeat;
}
.wpb_bookmark i.icon,
option.wpb_bookmark {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png) right center no-repeat;
}
.wpb_camcorder i.icon,
option.wpb_camcorder {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png) right center no-repeat;
}
.wpb_camera i.icon,
option.wpb_camera {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/camera.png) right center no-repeat;
}
.wpb_chart i.icon,
option.wpb_chart {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/chart.png) right center no-repeat;
}
.wpb_chart_pie i.icon,
option.wpb_chart_pie {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png) right center no-repeat;
}
.wpb_clock i.icon,
option.wpb_clock {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/clock.png) right center no-repeat;
}
.wpb_play i.icon,
option.wpb_play {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/control.png) right center no-repeat;
}
.wpb_fire i.icon,
option.wpb_fire {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/fire.png) right center no-repeat;
}
.wpb_heart i.icon,
option.wpb_heart {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/heart.png) right center no-repeat;
}
.wpb_mail i.icon,
option.wpb_mail {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/mail.png) right center no-repeat;
}
.wpb_shield i.icon,
option.wpb_shield {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png) right center no-repeat;
}
.wpb_video i.icon,
option.wpb_video {
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/icons/video.png) right center no-repeat;
}
.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.74px;
    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_row.vc_row-flex,
.vc_row.vc_row-flex > .vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
#content .wpb_alert p:last-child,
#content .wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
.vc_message_box > p:last-child,
.wpb_alert p:last-child,
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
    margin-bottom: 0;
}
.vc_message_box-icon,
.vc_message_box-icon > * {
    position: absolute;
    font-weight: 400;
    font-style: normal;
}
.vc_message_box > p:first-child {
    margin-top: 0;
}
.vc_message_box-icon {
    bottom: 0;
    font-size: 1em;
    left: 0;
    top: 0;
    width: 4em;
}
.vc_message_box-icon > *,
.vc_message_box-icon > .fa {
    font-size: 1.7em;
    line-height: 1;
}
.vc_message_box-icon > *,
.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.vc_message_box-icon > * {
    transform: translate(-50%, -50%);
}
.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-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 {
    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-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-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 {
    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-3d,
.vc_color-success.vc_message_box-3d {
    box-shadow: 0 5px 0 #9dd6fd;
}
.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-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-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,
.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,
.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;
}
.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.74px;
}
.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_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_row.vc_row-no-padding .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.vc_row[data-vc-full-width] {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.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: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vc_row.vc_row-flex > .vc_column_container {
    display: flex;
}
.vc_ie-flexbox-fixer,
.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.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: flex;
    -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-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_ie-flexbox-fixer {
    display: flex;
    -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: 0.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_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_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_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,
.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_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_section {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.vc_section[data-vc-full-width] {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.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_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: 0.5px;
    padding-right: 0.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;
}
.fb_type_standard,
.fb_type_standard iframe {
    height: 25px;
}
.fb_type_button_count,
.fb_type_button_count iframe {
    height: 20px;
}
.fb_type_box_count,
.fb_type_box_count iframe {
    height: 62px;
}
.wpb_googleplus_type_standard {
    height: 25px;
}
.wpb_googleplus_type_small {
    height: 19px;
}
.wpb_googleplus_type_medium,
.wpb_googleplus_type_tall {
    height: 21px;
}
.wpb_googleplus_type_tall.vc_googleplus-annotation-bubble {
    height: 62px;
}
.wpb_pinterest_type_horizontal,
.wpb_pinterest_type_none {
    height: 21px;
}
.wpb_pinterest a {
    border-bottom: 0;
}
.wpb_pinterest_type_vertical {
    box-sizing: content-box;
    padding-top: 29px;
    height: 21px;
}
iframe.twitter-share-button {
    margin: 0;
}
.vc_toggle {
    display: block;
    margin: 0 0 21.74px;
    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.74px;
    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;
    height: 22px;
    width: 22px;
    background-color: transparent;
    margin-left: 2px;
}
.vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden;
}
.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::after,
.vc_toggle_simple .vc_toggle_icon::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    background-color: #2a2a2a;
}
.vc_toggle_round .vc_toggle_icon::after,
.vc_toggle_round .vc_toggle_icon::before,
.vc_toggle_rounded .vc_toggle_icon::after,
.vc_toggle_rounded .vc_toggle_icon::before {
    -moz-box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
}
.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon {
    background-color: transparent;
    border-color: transparent;
}
.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,
.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::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_round .vc_toggle_icon {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    height: 22px;
    width: 22px;
    background-color: #2a2a2a;
}
.vc_toggle_round.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden;
}
.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::after,
.vc_toggle_round .vc_toggle_icon::before {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    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;
    height: 22px;
    width: 22px;
    background-color: #2a2a2a;
}
.vc_toggle_rounded.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden;
}
.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::after,
.vc_toggle_rounded .vc_toggle_icon::before {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    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;
    height: 22px;
    width: 22px;
    background-color: #2a2a2a;
}
.vc_toggle_square.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden;
}
.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::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%);
    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;
    background: 0 0;
}
.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;
    border-color: #2a2a2a;
    background: 0 0;
}
.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_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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon::before {
    border-color: #3354c0;
    background: #5472d2;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #5472d2;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon::before {
    border-color: #00919c;
    background: #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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #00c1cf;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon::before {
    border-color: #fe3d2e;
    background: #fe6c61;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #fe6c61;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon::before {
    border-color: #7149b5;
    background: #8d6dc4;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #8d6dc4;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon::before {
    border-color: #3492ae;
    background: #4cadc9;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #4cadc9;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon::before {
    border-color: #bbab8b;
    background: #cec2ab;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #cec2ab;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon::before {
    border-color: #37313f;
    background: #50485b;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #50485b;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon::before {
    border-color: #4eca80;
    background: #75d69c;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #75d69c;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon::before {
    border-color: #101010;
    background: #2a2a2a;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #2a2a2a;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon::before {
    border-color: #d2d2d2;
    background: #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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #ebebeb;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon::before {
    border-color: #f4a938;
    background: #f7be68;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #f7be68;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon::before {
    border-color: #2e88dc;
    background: #5aa1e3;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #5aa1e3;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon::before {
    border-color: #55852f;
    background: #6dab3c;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #6dab3c;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon::before {
    border-color: #f1231d;
    background: #f4524d;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #f4524d;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon::before {
    border-color: #f47238;
    background: #f79468;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #f79468;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon::before {
    border-color: #a75da9;
    background: #b97ebb;
}
.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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #b97ebb;
}
.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_title:hover .vc_toggle_icon,
.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::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_default .vc_toggle_icon,
.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon::before {
    border-color: #e6e6e6;
    background: #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_title:hover .vc_toggle_icon,
.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_icon::after {
    background: #fff;
}
.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;
    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, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_label {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
}
.wpb_button.active,
.wpb_button.disabled,
.wpb_button:active,
.wpb_button:hover,
.wpb_button[disabled] {
    background-color: #eaeaea;
}
.vc_vc_button .vc_btn,
.vc_vc_button2 .vc_btn {
    margin-top: 5px;
    margin-bottom: 5px;
}
.wpb_button:hover {
    color: #333;
    background-color: #e6e6e6;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    background-image: none;
}
.wpb_button:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    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, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 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, 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, 0.75);
}
.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 {
    border: none;
}
.vc_btn3-container {
    display: block;
    margin-bottom: 21.74px;
    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;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding: 14px 20px;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default;
}
.wpb_call_to_action,
.wpb_call_to_action .wpb_button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.vc_general.vc_btn3.vc_btn3-style-outline,
.vc_general.vc_btn3.vc_btn3-style-outline-custom {
    padding: 13px 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, 0.1);
}
.vc_btn3.vc_btn3-style-modern {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
}
.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, 0.1) 50%, rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    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: 8px 12px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline-custom {
    padding: 7px 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: 11px 16px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom {
    padding: 10px 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: 14px 20px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding: 13px 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: 18px 25px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
    padding: 17px 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.active,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #3253bc;
}
.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.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.active,
.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #008d97;
}
.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.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.active,
.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #fe3829;
}
.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.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.active,
.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #6e48b1;
}
.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.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.active,
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #338faa;
}
.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.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.active,
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #b9a888;
}
.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.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.active,
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #342f3c;
}
.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.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.active,
.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #4ac97d;
}
.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.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.active,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #f4a733;
}
.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.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.active,
.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #2a86db;
}
.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.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.active,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #53812d;
}
.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.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.active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #f11f18;
}
.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.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.active,
.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #f46e33;
}
.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.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.active,
.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #a559a8;
}
.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.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 {
    border-color: #2a2a2a;
    background-color: transparent;
}
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #0e0e0e;
}
.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.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 {
    border-color: #ebebeb;
    background-color: transparent;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #cfcfcf;
}
.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.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 {
    border-color: #fff;
    background-color: transparent;
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active,
.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #e3e3e3;
}
.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.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;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.02) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.02) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.02) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03000000', endColorstr='#05000000', GradientType=0);
}
.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.active,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #dbdbdb;
}
.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.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.active,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #006394;
}
.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.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.active,
.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #2da4cd;
}
.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.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.active,
.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #4f934b;
}
.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.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.active,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #c77700;
}
.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.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.active,
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #ff3323;
}
.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.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.active,
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:active,
.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-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;
    top: 3px;
    box-shadow: 0 2px 0 #393939;
}
.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.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_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,
.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,
.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,
.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_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;
    -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: 0.5em;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    margin-left: 0.5em;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs {
    font-size: 11px;
    padding: 8px 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: 7px 11px;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm {
    font-size: 12px;
    padding: 11px 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: 10px 15px;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    font-size: 14px;
    padding: 14px 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: 13px 19px;
}
.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    font-size: 16px;
    padding: 18px 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: 17px 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 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}
.vc_custom_heading a:hover {
    opacity: 0.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: 35px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.wpb_call_to_action .wpb_button {
    margin: 0;
    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.74px;
    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_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons .vc_icon_element,
.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons .vc_icon_element {
    display: inline-block;
}
.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;
    word-wrap: break-word;
}
.vc_general.vc_cta3.vc_cta3-style-classic,
.vc_general.vc_cta3.vc_cta3-style-custom {
    border-color: #f0f0f0;
    background-color: #f7f7f7;
}
.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;
}
.separator_align_center,
.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons,
.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons,
.vc_pie_chart {
    text-align: center;
}
.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3_content-container {
    padding-top: 1em;
}
.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3_content-container {
    padding-bottom: 1em;
}
.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-sm .vc_cta3_content-container,
.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-md .vc_cta3_content-container,
.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-lg .vc_cta3_content-container,
.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-icons-in-box .vc_cta3_content-container,
.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 {
    margin-right: 50px;
}
.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-sm .vc_cta3_content-container,
.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-md .vc_cta3_content-container,
.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-lg .vc_cta3_content-container,
.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-icons-in-box .vc_cta3_content-container,
.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 {
    margin-left: 50px;
}
.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-sm .vc_cta3_content-container,
.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-md .vc_cta3_content-container,
.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-lg .vc_cta3_content-container,
.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-icons-in-box .vc_cta3_content-container,
.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 {
    margin-top: 50px;
}
.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-sm .vc_cta3_content-container,
.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-md .vc_cta3_content-container,
.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-lg .vc_cta3_content-container,
.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-icons-in-box .vc_cta3_content-container,
.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 {
    margin-bottom: 50px;
}
.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,
    .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
        max-width: 30%;
        display: table-cell;
    }
    .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-content {
        padding-right: 28px;
        display: table-cell;
    }
}
.vc_general.vc_cta3.vc_cta3-style-outline {
    border-width: 3px;
}
.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_accordion_wrapper .wpb_accordion_header,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #f7f7f7;
}
.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
    display: none !important;
}
.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: 0.5em 1em;
}
.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;
    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.74px;
}
.wpb_tour_next_prev_nav {
    margin-left: 31.66666667%;
    padding-left: 21.74px;
    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;
    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(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/toggle_open.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0.7em;
    top: 0.7em;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../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;
    }
}
.grid_layout-thumbnail .post-thumb,
body ul.wpb_thumbnails-fluid li .entry-content :last-child {
    margin-bottom: 0;
}
.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;
}
.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 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;
    font-size: 12px;
    z-index: 10;
    text-decoration: none;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.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;
    padding: 0;
    margin: 0 0 10px;
}
.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_categories_filter li.active a,
.wpb_teaser_grid .categories_filter li a:hover,
.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;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: auto;
    top: 100%;
    margin-top: 15px;
}
.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(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../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-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;
    filter: alpha(opacity=100);
    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.67px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 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: 0.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_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar,
.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar {
    background-color: #0074cc;
}
.vc_progress_bar .vc_single_bar .vc_bar.striped {
    background-image: -webkit-gradient(
        linear,
        0 100%,
        100% 0,
        color-stop(0.25, rgba(255, 255, 255, 0.15)),
        color-stop(0.25, transparent),
        color-stop(0.5, transparent),
        color-stop(0.5, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, rgba(255, 255, 255, 0.15)),
        color-stop(0.75, transparent),
        to(transparent)
    );
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 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_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_bar,
.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_bar {
    background-color: #49afcd;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_bar,
.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_bar {
    background-color: #5bb75b;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_bar,
.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_bar {
    background-color: #faa732;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_bar,
.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_bar {
    background-color: #da4f49;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_bar,
.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_bar {
    background-color: #414141;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_bar,
.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_bar {
    background-color: #5472d2;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-turquoise .vc_bar,
.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_bar {
    background-color: #00c1cf;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_bar,
.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_bar {
    background-color: #fe6c61;
}
.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, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_bar,
.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_bar {
    background-color: #8d6dc4;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_bar,
.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_bar {
    background-color: #4cadc9;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_bar,
.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_bar {
    background-color: #cec2ab;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_bar,
.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_bar {
    background-color: #50485b;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_bar,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_bar,
.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_bar,
.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_bar {
    background-color: #75d69c;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-black .vc_bar,
.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_bar {
    background-color: #2a2a2a;
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar,
.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_bar {
    background-color: #ebebeb;
}
.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, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_label,
.vc_progress_bar.vc_progress-bar-color-grey .vc_single_bar .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar,
.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, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_bar,
.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_bar {
    background-color: #5aa1e3;
}
.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, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-sky .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_bar,
.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_bar {
    background-color: #6dab3c;
}
.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, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-green .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-juicy-pink .vc_bar,
.vc_progress_bar.vc_progress-bar-color-juicy-pink .vc_single_bar .vc_bar {
    background-color: #f4524d;
}
.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, 0.25);
}
.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, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sandy-brown .vc_bar,
.vc_progress_bar.vc_progress-bar-color-sandy-brown .vc_single_bar .vc_bar {
    background-color: #f79468;
}
.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, 0.25);
}
.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, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_bar,
.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_bar {
    background-color: #b97ebb;
}
.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, 0.25);
}
.vc_progress_bar.vc_progress-bar-color-purple .vc_single_bar .vc_label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_bar,
.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_bar {
    background-color: #fff;
}
.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, 0.25);
}
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_label,
.vc_progress_bar.vc_progress-bar-color-white .vc_single_bar .vc_label {
    color: #666;
    text-shadow: 0 -1px 0 rgba(0, 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;
    opacity: 0;
    filter: alpha(opacity=0);
}
.vc_pie_chart.vc_ready {
    opacity: 1;
    filter: alpha(opacity=100);
}
.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,
.vc_pie_chart_back {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.vc_pie_chart .vc_pie_chart_value {
    font-size: 200%;
    text-align: center;
}
.vc_pie_chart_back {
    border: 6px solid #f7f7f7;
    border-radius: 50%;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -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 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.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 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.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_left .vc_sep_holder.vc_sep_holder_l,
.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
    display: none;
}
.vc_separator.vc_separator_align_center h4 {
    padding: 0 0.8em;
}
.vc_separator.vc_separator_align_left h4 {
    padding: 0 0.8em 0 0;
}
.vc_separator.vc_separator_align_right h4 {
    padding: 0 0 0 0.8em;
    margin: 0 !important;
}
.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: 0.8em;
    margin-right: 0.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: 0.8em;
}
.vc_separator.vc_separator_align_left .vc_icon_element.vc_icon_element-have-style + h4 {
    padding-left: 0.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;
    clear: both;
    height: 1px;
}
.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,
.wpb_single_image img.vc_img-placeholder {
    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;
}
.vc_text_separator div {
    display: inline-block;
    background-color: #fff;
    padding: 1px 1em;
    position: relative;
    top: -9px;
}
.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;
}
.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 img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
.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, 0.1);
    box-shadow: 0 0 5px rgba(0, 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_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
.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_border_circle img,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 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, 0.6);
    box-shadow: 0 15px 10px rgba(0, 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: 0.2em;
    font-size: 0.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;
    font-weight: 400;
    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;
    font-weight: 400;
    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,
.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,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline,
.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,
.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,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline,
.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 0.3em;
    min-height: 1.3em;
}
.vc_chart .vc_chart-legend span {
    border-radius: 0.3em;
    display: inline-block;
    height: 1.3em;
    left: 0;
    margin-right: 0.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 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
}
.vc_gitem-zone,
.vc_gitem_row .vc_gitem-col {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box;
}
.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: 0.6;
}
.vc_pagination.vc_pagination-style-flat .vc_active .vc_pagination-trigger,
.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger:hover {
    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-flat .vc_pagination-trigger,
.vc_pagination-color-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #5472d2;
}
.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #00c1cf;
}
.vc_pagination-color-turquoise.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #00c1cf;
}
.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #fe6c61;
}
.vc_pagination-color-pink.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #fe6c61;
}
.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #8d6dc4;
}
.vc_pagination-color-violet.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-violet.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #8d6dc4;
}
.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #4cadc9;
}
.vc_pagination-color-peacoc.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #4cadc9;
}
.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #cec2ab;
}
.vc_pagination-color-chino.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-chino.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger:hover {
    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-flat .vc_pagination-trigger,
.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger:hover {
    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-flat .vc_pagination-trigger,
.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #75d69c;
}
.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #f7be68;
}
.vc_pagination-color-orange.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-orange.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #f7be68;
}
.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #5aa1e3;
}
.vc_pagination-color-sky.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-sky.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #5aa1e3;
}
.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #6dab3c;
}
.vc_pagination-color-green.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-green.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger:hover {
    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-flat .vc_pagination-trigger,
.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger:hover {
    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-flat .vc_pagination-trigger,
.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #f79468;
}
.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #b97ebb;
}
.vc_pagination-color-purple.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-purple.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #b97ebb;
}
.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #2a2a2a;
}
.vc_pagination-color-black.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-black.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #2a2a2a;
}
.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #ebebeb;
}
.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: #ebebeb;
}
.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #fff;
}
.vc_pagination-color-white.vc_pagination-style-flat .vc_pagination-trigger,
.vc_pagination-color-white.vc_pagination-style-outline .vc_active .vc_pagination-trigger,
.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger:hover {
    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_gitem_row,
.vc_gitem_row .vc_gitem_row {
    margin-bottom: 0;
}
.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 .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_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
.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,
.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: -0.01px;
    }
}
.vc_gitem-zone-b {
    display: none;
    overflow: hidden;
}
.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;
    padding: inherit;
    box-sizing: border-box;
}
.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 {
    padding: 10px;
}
.vc_gitem-zone {
    position: relative;
    background-clip: 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 .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,
.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-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;
    filter: alpha(opacity=0);
    box-sizing: border-box;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b {
    opacity: 1;
    filter: alpha(opacity=100);
}
.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;
    filter: alpha(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;
    filter: alpha(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, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    transition: transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 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;
    filter: alpha(opacity=100);
    -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;
    filter: alpha(opacity=100);
}
.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;
    filter: alpha(opacity=100);
    -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 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.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 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.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 {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='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 0.5s cubic-bezier(0, 0.275, 0.125, 1), -webkit-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    -moz-transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), -moz-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), transform 0.5s cubic-bezier(0, 0.275, 0.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 {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
.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;
    filter: alpha(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_gitem-animate-slideBottom .vc_gitem-zone-b,
.vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    left: 0;
    right: 0;
    display: block;
    margin: 0;
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInRight .vc_gitem-zone-b {
    opacity: 1;
    filter: alpha(opacity=100);
    -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 {
    position: absolute;
    top: 0;
    bottom: 0;
    transition: all 1s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    filter: alpha(opacity=0);
}
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
    opacity: 1;
    filter: alpha(opacity=100);
    -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 {
    transition: all 1s ease;
    z-index: 1000;
    position: absolute;
    top: 100%;
    height: 100%;
}
.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;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.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;
    filter: alpha(opacity=100);
    -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;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.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;
    filter: alpha(opacity=100);
    -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 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.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 0.5s ease;
    -o-transition: bottom 0.5s ease;
    transition: bottom 0.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 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.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 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.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 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.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 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.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 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.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: 0.6;
    filter: alpha(opacity=60);
}
.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;
    filter: alpha(opacity=100);
}
.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 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.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;
    filter: alpha(opacity=100);
}
.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 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.vc-hoverbox-block,
.vc-hoverbox-block-inner * {
    backface-visibility: hidden;
}
.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,
.vc_grid.vc_grid-owl-theme:hover .vc_grid-owl-nav {
    opacity: 1;
    filter: alpha(opacity=100);
}
.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 .vc_grid-owl-nav {
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.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: 0.5;
    filter: alpha(opacity=50);
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.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;
    filter: alpha(opacity=100);
}
.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 0.3s ease-in 0s;
    -o-transition: opacity 0.3s ease-in 0s;
    transition: opacity 0.3s ease-in 0s;
    position: relative;
    float: left;
    padding: 3px 10px;
    line-height: 1.42857143;
    text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    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;
    filter: alpha(opacity=100);
}
.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;
    filter: alpha(opacity=100);
    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: 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-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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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-loading {
    margin: 2em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
}
.vc_grid-loading,
.vc_grid-loading:after,
.vc_grid-loading:before {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    -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: 0.32s;
    animation-delay: 0.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, 0.75);
    }
    40% {
        box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
    }
}
@keyframes load7 {
    0%,
    100%,
    80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);
    }
    40% {
        box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.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-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-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-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-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-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-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-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-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-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-green > .vc_grid-filter-item.vc_active > span,
.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span,
.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,
.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,
.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,
.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,
.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-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-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-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-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-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-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-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-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-rounded.vc_grid-filter-color-black > .vc_grid-filter-item > span,
.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-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item > span,
.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-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item > span,
.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-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span,
.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-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-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item > span,
.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-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span,
.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-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item > span,
.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-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > 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,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item > 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,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item > 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,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item > 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,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > 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,
.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,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item > 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,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item > 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,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item > 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,
.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-item {
    cursor: pointer;
    display: inline-block;
    background: 0 0;
    padding: 4px 10px;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon,
.vc_grid-filter-select,
.vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
    display: none;
}
.vc_grid-filter > .vc_grid-filter-item:first-child {
    margin-left: 0 !important;
}
.vc_grid-filter > .vc_grid-filter-item > span {
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.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, 0.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.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-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.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-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.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-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.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-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-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.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-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.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-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.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-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.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-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-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.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled.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 > span {
    color: #666;
}
.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.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-green > .vc_grid-filter-item > span,
.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-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span,
.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-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item > span,
.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-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item > span,
.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-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span,
.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-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item > span,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item > 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,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > 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,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item > 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,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item > 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,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > 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,
.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-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.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-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.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-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.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.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-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.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-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.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-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-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.vc_active > span,
.vc_grid-filter.vc_grid-filter-filled.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 > span {
    color: #666;
}
.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.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-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-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 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;
        border: 0;
        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%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.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-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(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.eot?-9hbgac);
    src: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac) format("embedded-opentype"),
        url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.woff?-9hbgac) format("woff"),
        url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.ttf?-9hbgac) format("truetype"),
        url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" vc_arrow-icon-"],
[class^="vc_arrow-icon-"] {
    font-family: vc_grid_v1;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.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;
    filter: alpha(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 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.bottom-to-top,
.wpb_bottom-to-top {
    -webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.left-to-right,
.wpb_left-to-right {
    -webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.right-to-left,
.wpb_right-to-left {
    -webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.appear,
.wpb_appear {
    -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.wpb_start_animation {
    opacity: 1;
    filter: alpha(opacity=100);
}
@-webkit-keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-moz-keyframes wpb_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-o-keyframes wpb_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@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;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-webkit-keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-moz-keyframes wpb_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-o-keyframes wpb_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@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;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-webkit-keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-moz-keyframes wpb_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-o-keyframes wpb_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@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;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-webkit-keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-moz-keyframes wpb_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-o-keyframes wpb_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@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;
        filter: alpha(opacity=0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.1;
        filter: alpha(opacity=10);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(0.5);
        opacity: 0.1;
        filter: alpha(opacity=10);
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(0.5);
        opacity: 0.1;
        filter: alpha(opacity=10);
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@keyframes wpb_appear {
    0% {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.1;
        filter: alpha(opacity=10);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.vc-spinner::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    pointer-events: none;
    margin-top: 6px;
    background: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../images/spinner.gif) no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.vc-spinner.vc-spinner-complete::before {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../vc/tick.png);
}
.vc-spinner.vc-spinner-failed::before {
    background-image: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/css/../vc/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;
    filter: alpha(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;
}
.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: 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: 0.32s;
    animation-delay: 0.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, 0.75);
    }
    40% {
        box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
    }
}
@keyframes vc_woo-add-cart-load {
    0%,
    100%,
    80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);
    }
    40% {
        box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
    }
}
.vc_grid-item-mini .added_to_cart.wc-forward {
    display: none;
}
.aio-icon-component i,
.align-icon i,
.flip-box-wrap i,
.info-circle-wrapper i,
.smile-icon-timeline-wrap i,
.smile_icon_list_wrap i,
.stats-block i,
.uavc-icons i,
.uavc-list-icon i,
.ubtn i,
.ult-animation i,
.ult-banner-block i,
.ult-new-ib i,
.ult-overlay i,
.ult-vc-seperator i,
.ult_countdown i,
.ult_pricing_table_wrap i,
.ultb3-box i,
.ultimate-call-to-action i,
.ultimate-google-trends i,
.ultimate-map-wrapper i,
.uvc-heading i,
.uvc-type-wrap i {
    font-size: inherit;
    line-height: inherit;
}
.aio-icon-component,
.aio-icon-component *,
.align-icon,
.align-icon *,
.flip-box-wrap,
.flip-box-wrap *,
.info-circle-wrapper,
.info-circle-wrapper *,
.smile-icon-timeline-wrap,
.smile-icon-timeline-wrap *,
.smile_icon_list_wrap,
.smile_icon_list_wrap *,
.stats-block,
.stats-block *,
.uavc-icons,
.uavc-icons *,
.uavc-list-icon,
.uavc-list-icon *,
.ubtn,
.ubtn *,
.ubtn-ctn-center,
.ubtn-link,
.ult-animation,
.ult-animation *,
.ult-banner-block,
.ult-banner-block *,
.ult-new-ib,
.ult-new-ib *,
.ult-overlay,
.ult-overlay *,
.ult_countdown,
.ult_countdown *,
.ult_pricing_table_wrap,
.ult_pricing_table_wrap *,
.ultimate-google-trends,
.ultimate-google-trends *,
.ultimate-map-wrapper,
.ultimate-map-wrapper *,
.uvc-heading,
.uvc-heading * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.upb_video_class,
.vc_row,
.wpb_column,
.wpb_row {
    position: relative;
}
.aio-icon,
.vc_row .aio-icon {
    display: inline-block;
    font-size: 32px;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2em;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.aio-icon.none {
    display: inline-block;
    font-size: 32px;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1em;
}
.aio-icon.circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.aio-icon.hexagon:before {
    content: "";
    position: absolute;
    top: -1em;
    left: 0;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    border-bottom: 1em solid;
    border-bottom-color: inherit;
}
.aio-icon.hexagon {
    position: relative;
    width: 3em;
    height: 1.5em;
    line-height: 1.5em;
    margin: 1.2em 0;
}
.aio-icon.hexagon:after {
    content: "";
    position: absolute;
    bottom: -1em;
    left: 0;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    border-top: 1em solid;
    border-top-color: inherit;
}
.aio-icon-img.uavc-hexagon img {
    display: inline-block;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.aio-icon-img.uavc-hexagon {
    position: relative;
    width: 3em;
    height: 1.5em;
    line-height: 1.5em;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
}
.aio-icon-img.uavc-hexagon:after {
    content: "";
    position: absolute;
    bottom: -1em;
    left: 0;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    border-top: 1em solid;
    border-top-color: inherit;
}
.aio-icon-img.uavc-hexagon:before {
    content: "";
    position: absolute;
    top: -1em;
    left: 0;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    border-bottom: 1em solid;
    border-bottom-color: inherit;
}
.aio-icon-img {
    display: inline-block;
    font-size: 48px;
    width: 1em;
    max-width: 100%;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.aio-icon-img.uavc-circle {
    width: 1em;
    min-height: 1em;
    background: rgba(214, 214, 214, 0.44);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0.5em;
}
.aio-icon-img.uavc-square {
    width: 1em;
    min-height: 1em;
    background: rgba(214, 214, 214, 0.44);
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0.5em;
}
.aio-icon-img .img-icon {
    width: 1em;
    max-width: 100% !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    font-size: inherit;
}
.aio-tooltip {
    display: inline-block;
    text-align: center;
    width: auto;
    max-width: 100%;
}
.smile_icon_list {
    list-style: none !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.smile_icon_list li.icon_list_item {
    padding: 0 !important;
    list-style: none !important;
    clear: both !important;
    position: relative !important;
    min-height: 1em !important;
    margin: 0 0 30px !important;
    line-height: 100%;
    overflow: visible;
}
.smile_icon_list li.icon_list_item:last-child {
    margin: 0 !important;
}
a.ulimate-info-list-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.smile_icon_list li .icon_list_icon {
    font-size: 24px;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    float: left;
    background: #fff;
    z-index: 9;
    position: relative;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.smile_icon_list .list-img-icon {
    display: block;
    margin: 0 auto;
    max-height: 100% !important;
    max-width: 100% !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.smile_icon_list li .icon_description h3 {
    font-size: 17px;
    line-height: 1.846153846;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    clear: none !important;
}
.smile_icon_list li .icon_description h3 a {
    text-decoration: none;
}
.smile_icon_list li .icon_description p {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit !important;
    line-height: inherit;
    color: inherit !important;
}
.smile_icon_list li .icon_description p:last-child {
    margin-bottom: 0;
}
.smile_icon_list li .icon_description div.icon_description_text {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: 13px;
    line-height: 18px;
}
.smile_icon_list li .icon_description span.icon_description_text {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 1.714285714;
    display: block;
}
.smile_icon_list li .icon_list_connector {
    height: 100%;
    position: absolute;
    top: 0.5em;
    z-index: 1;
}
.info-circle-wrapper.info-circle-responsive .smile_icon_list li .icon_list_connector {
    top: 1em;
}
.smile_icon_list li:last-child .icon_list_connector {
    display: none;
}
.smile_icon_list.no_bg .icon_list_icon {
    border: 2px solid #0183cc;
    color: #0183cc;
}
.smile_icon_list.square .icon_list_icon {
    border-color: inherit;
}
.smile_icon_list.circle .icon_list_icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-color: inherit;
    overflow: hidden;
}
.smile_icon_list.with_bg .icon_list_icon {
    background: #0183cc;
    color: #fff;
}
.smile_icon_list.left li .icon_list_connector {
    left: 0.5em;
    border-right-width: 1px;
    border-right-style: dashed;
}
.smile_icon_list.left li.ult-info-circle-img .icon_list_connector {
    left: 0.34em;
    top: 0.5em;
}
.smile_icon_list.left li .icon_description {
    margin-left: 3em;
    padding-left: 25px;
    height: 3em;
    vertical-align: middle;
    display: table-cell;
}
.smile_icon_list.right {
    text-align: right;
}
.smile_icon_list.right li .icon_list_icon {
    float: right;
    position: relative;
}
.smile_icon_list.right li .icon_list_connector {
    right: 0.5em;
    border-left-width: 1px;
    border-left-style: dashed;
}
.smile_icon_list.right li .icon_description {
    margin-left: 3em;
    height: 3em;
    vertical-align: middle;
    display: table-cell;
}
.smile_icon_list.right li .icon_description {
    margin-right: 3em;
    padding-right: 25px;
}
.smile_icon_list.top,
.smile_icon_list.top:after,
.smile_icon_list.top:before {
    content: " ";
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.smile_icon_list.top {
    display: block;
}
.smile_icon_list.top li {
    display: table-cell;
    width: 1%;
    float: none;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.smile_icon_list.top li .icon_list_icon {
    margin: 0 auto;
    float: none;
}
.smile_icon_list.top li .icon_description {
    text-align: center;
    margin: 15px;
    padding-bottom: 0;
}
.smile_icon_list.top li .icon_list_connector {
    position: absolute;
    top: 0.5em;
    left: 50%;
    width: 100%;
    height: 10px;
    border-top-width: 1px;
    border-top-style: dashed;
    margin-left: 0;
}
.info-wrapper .smile_icon_list li .icon_description .responsive-font-class * {
    font-size: 13px;
    line-height: 1.64em;
    color: inherit;
}
@media only screen and (max-width: 768px) {
    .smile_icon_list_wrap .smile_icon_list.top {
        display: inline-block;
        width: 100%;
    }
    .smile_icon_list.top li.icon_list_item {
        display: block;
        width: 100%;
        float: left;
    }
    .smile_icon_list.top li .icon_list_connector {
        display: none;
    }
}
.hexagon li .icon_list_icon:before {
    content: "";
    position: absolute;
    top: -1em;
    left: 0;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    border-bottom: 1em solid;
    border-bottom-color: inherit !important;
}
.hexagon li .icon_list_icon {
    width: 3em !important;
    height: 1.5em !important;
    line-height: 1.5em !important;
    background: #0183cc;
    border-color: #0183cc;
    color: #fff;
    position: relative;
    top: 1em;
    overflow: inherit;
}
.hexagon li .icon_list_icon:after {
    content: "";
    position: absolute;
    bottom: -1em;
    left: 0;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    border-top: 1em solid;
    border-top-color: inherit !important;
}
.smile_icon_list.top.hexagon .icon_list_icon {
    position: relative;
    margin-bottom: 2em;
}
.smile_icon_list.top.hexagon .icon_list_connector {
    top: 0.55em;
}
.full-width-content.wpb-js-composer .site-inner {
    overflow: visible !important;
}
.smile_icon_list.circle {
    float: none;
    border: 0;
    width: auto;
    margin: 0;
    cursor: inherit;
}
.ult-animation * {
    -webkit-backface-visibility: hidden;
}
.ult-animation.ult-animate-viewport {
    -webkit-transition: opacity 0.9s linear;
    transition: opacity 0.9s linear;
}
.uavc-list-icon ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px !important;
    position: relative !important;
}
.uavc-list-icon ul:last-child {
    margin: 0 !important;
}
.uavc-list-icon li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    clear: both !important;
    line-height: 1.6em;
    overflow: visible;
}
.uavc-list-content {
    display: table;
    width: 100%;
    margin-bottom: 7px;
}
.uavc-list-content .aio-icon {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.uavc-list-content span.uavc-list-desc {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
}
.uavc-icons,
.wpb_column .wpb_wrapper .uavc-icons {
    display: block;
    margin-bottom: 35px;
    line-height: 1;
}
.uavc-icons-left.uavc-icons {
    text-align: left;
}
.uavc-icons-center.uavc-icons {
    text-align: center;
}
.uavc-icons-right.uavc-icons {
    text-align: right;
}
.aio-icon i {
    line-height: inherit;
}
.ultimate_google_map img {
    max-width: initial !important;
}
.vc_element.element-ultimate_icons {
    float: left;
    padding-left: 75%;
}
.vc_ultimate_icons a.vc_control-btn.vc_control-btn-append {
    margin-top: 20px;
    margin-left: 50%;
    z-index: 33000000;
}
.smile_icon_list.left li .icon_description {
    line-height: 1em;
}
.vc_element.element-info_list {
    padding-top: 20%;
    float: left;
    padding-left: 20%;
}
.vc_element.element-ultimate_icon_list {
    margin-top: 20%;
    margin-left: 50%;
}
.vc_ultimate_icon_list a.vc_control-btn.vc_control-btn-append {
    margin-left: 85%;
}
.vc_element.element-icon_timeline {
    display: block;
    float: left;
    padding-left: 50%;
}
.vc_element.element-ultimate_carousel {
    padding-top: 20%;
}
.vc_element.element-ult_ihover {
    margin-top: 20%;
}
.vc_element.element-ult_hotspot {
    margin-top: 20%;
}
.aio-icon-description div,
.aio-icon-description p,
.ifb-flip-box-section-content div,
.ifb-flip-box-section-content p,
.info-circle-text div,
.info-circle-text p,
.timeline-header > div div,
.timeline-header > div p,
.uavc-list-desc div,
.uavc-list-desc p,
.ult-tooltipster-content div,
.ult-tooltipster-content p,
.ult_modal-body div,
.ult_modal-body p,
.ult_price_features div,
.ult_price_features p,
.ultimate-vticker div,
.ultimate-vticker p,
.uvc-ctaction-data,
.uvc-ctaction-data div,
.uvc-ctaction-data p,
.uvc-sub-heading div,
.uvc-sub-heading p {
    font-family: inherit !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    font-style: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
}
.ultimate-ticker-prefix,
.ultimate-ticker-suffix {
    font-size: inherit;
    line-height: inherit;
}
.strip_highlight_text div,
.strip_highlight_text p,
.strip_main_text div,
.strip_main_text p,
.ubtn-text,
.ulsb-strip > h4 div,
.ulsb-strip > h4 p,
span.middle-text div,
span.middle-text p {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    color: inherit;
    line-height: inherit;
}
a.ult_colorlink div,
a.ult_colorlink p {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
}
li.ult_tab_li > a.ult_a span {
    color: inherit;
}
[class*="x-icon-"],
[data-x-icon] {
    line-height: inherit;
}
.info-wrapper.ult-adjust-bottom-margin,
.smile_icon_list_wrap.ult-adjust-bottom-margin,
.uavc-list-icon-wrapper.ult-adjust-bottom-margin,
.ubtn-ctn-center,
.ubtn-ctn-left,
.ubtn-ctn-right,
.ubtn-img-container,
.ult-banner-block.ult-adjust-bottom-margin,
.ult-modal-input-wrapper.ult-adjust-bottom-margin,
.ult_dual_button.ult-adjust-bottom-margin,
.ultb3-box.ult-adjust-bottom-margin,
.ultimate-call-to-action.ult-adjust-bottom-margin,
.ultimate-google-trends.ult-adjust-bottom-margin,
.ultimate-map-wrapper.ult-adjust-bottom-margin,
.uvc-type-wrap.ult-adjust-bottom-margin,
html .ult-ih-container.ult-adjust-bottom-margin,
html .ult_exp_section_layer.ult-adjust-bottom-margin,
html .ult_hotspot_container.ult-adjust-bottom-margin,
html .ult_main_cl.ult-adjust-bottom-margin {
    margin-bottom: 35px;
}
.ultimate-map-wrapper {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
html .vc_col-has-fill a.ubtn-link.ult-adjust-bottom-margin .ubtn.ult-adjust-bottom-margin {
    margin-bottom: 0;
}
.smile_icon_list.right > li {
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
}
.smile_icon_list.right .icon_list_item {
    display: block;
}
.vc_row-no-padding .ult-carousel-wrapper .slick-next {
    right: 0;
}
.vc_row-no-padding .ult-carousel-wrapper .slick-prev {
    left: 0;
}
.wp-admin span#animate-me {
    display: inline-block;
    position: relative;
}
.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;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
@-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: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}
@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
.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: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.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;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -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) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}
.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) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}
.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) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        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% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) 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 center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        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: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        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: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        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: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        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: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes slideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes slideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes slideOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes slideOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(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: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -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: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-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: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-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: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        -ms-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        -ms-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(48px);
        transform: scale(0.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        -ms-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(48px);
        -ms-transform: scale(0.475) translateX(48px);
        transform: scale(0.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-48px);
        transform: scale(0.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        -ms-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-48px);
        -ms-transform: scale(0.475) translateX(-48px);
        transform: scale(0.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        -ms-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        -ms-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    100% {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    100% {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(-60px);
        -ms-transform: scale(0.475) translateY(-60px);
        transform: scale(0.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(2000px);
        -ms-transform: scale(0.1) translateY(2000px);
        transform: scale(0.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(42px);
        transform: scale(0.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(42px);
        -ms-transform: scale(0.475) translateX(42px);
        transform: scale(0.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(-2000px);
        -ms-transform: scale(0.1) translateX(-2000px);
        transform: scale(0.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-42px);
        transform: scale(0.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateX(-42px);
        -ms-transform: scale(0.475) translateX(-42px);
        transform: scale(0.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateX(2000px);
        -ms-transform: scale(0.1) translateX(2000px);
        transform: scale(0.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(0.475) translateY(60px);
        -ms-transform: scale(0.475) translateY(60px);
        transform: scale(0.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translateY(-2000px);
        -ms-transform: scale(0.1) translateY(-2000px);
        transform: scale(0.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
.InfiniteBounce,
.InfiniteDangle,
.InfiniteFlash,
.InfiniteHorizontalFlip,
.InfiniteHorizontalScaleFlip,
.InfiniteHorizontalShake,
.InfinitePulse,
.InfiniteRotate,
.InfiniteRotateCounter,
.InfiniteRubberBand,
.InfiniteSwing,
.InfiniteTADA,
.InfiniteVericalFlip,
.InfiniteVericalShake,
.InfiniteVerticalScaleFlip {
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@-webkit-keyframes InfiniteRotate {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes InfiniteRotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.InfiniteRotate {
    -webkit-animation: InfiniteRotate;
    animation: InfiniteRotate;
}
@-webkit-keyframes InfiniteRotateCounter {
    from {
        -webkit-transform: rotate(359deg);
    }
    to {
        -webkit-transform: rotate(0);
    }
}
@keyframes InfiniteRotateCounter {
    from {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.InfiniteRotateCounter {
    -webkit-animation: InfiniteRotateCounter;
    animation: InfiniteRotateCounter;
}
@-webkit-keyframes InfiniteDangle {
    0%,
    100% {
        -webkit-transform: rotate(-4deg);
    }
    50% {
        -webkit-transform: rotate(4deg);
    }
}
@keyframes InfiniteDangle {
    0%,
    100% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }
    50% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
}
.InfiniteDangle {
    -webkit-animation: InfiniteDangle;
    animation: InfiniteDangle;
}
@-webkit-keyframes InfinitePulse {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.85);
    }
}
@keyframes InfinitePulse {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
}
.InfinitePulse {
    -webkit-animation: InfinitePulse;
    animation: InfinitePulse;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes InfiniteHorizontalShake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes InfiniteHorizontalShake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
.InfiniteHorizontalShake {
    -webkit-animation-name: InfiniteHorizontalShake;
    animation-name: InfiniteHorizontalShake;
}
@-webkit-keyframes InfiniteBounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes InfiniteBounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.InfiniteBounce {
    -webkit-animation-name: InfiniteBounce;
    animation-name: InfiniteBounce;
}
@-webkit-keyframes InfiniteFlash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes InfiniteFlash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.InfiniteFlash {
    -webkit-animation-name: InfiniteFlash;
    animation-name: InfiniteFlash;
}
@-webkit-keyframes InfiniteTADA {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@keyframes InfiniteTADA {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
.InfiniteTADA {
    -webkit-animation-name: InfiniteTADA;
    animation-name: InfiniteTADA;
}
@-webkit-keyframes InfiniteSwing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes InfiniteSwing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
.InfiniteSwing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: InfiniteSwing;
    animation-name: InfiniteSwing;
}
@-webkit-keyframes InfiniteVericalShake {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes InfiniteVericalShake {
    0%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}
.InfiniteVericalShake {
    -webkit-animation-name: InfiniteVericalShake;
    animation-name: InfiniteVericalShake;
}
@-webkit-keyframes InfiniteRubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes InfiniteRubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.InfiniteRubberBand {
    -webkit-animation-name: InfiniteRubberBand;
    animation-name: InfiniteRubberBand;
}
@-webkit-keyframes InfiniteHorizontalFlip {
    from {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
    }
    to {
        -webkit-transform: perspective(400px) rotateY(359deg);
        transform: perspective(400px) rotateY(359deg);
    }
}
@keyframes InfiniteHorizontalFlip {
    from {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
    }
    to {
        -webkit-transform: perspective(400px) rotateY(359deg);
        -ms-transform: perspective(400px) rotateY(359deg);
        transform: perspective(400px) rotateY(359deg);
    }
}
.InfiniteHorizontalFlip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: InfiniteHorizontalFlip;
    animation-name: InfiniteHorizontalFlip;
}
@-webkit-keyframes InfiniteVericalFlip {
    from {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateY(0);
    }
    to {
        -webkit-transform: perspective(400px) rotateX(359deg);
        transform: perspective(400px) rotateY(359deg);
    }
}
@keyframes InfiniteVericalFlip {
    from {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
    }
    to {
        -webkit-transform: perspective(400px) rotateX(359deg);
        -ms-transform: perspective(400px) rotateX(359deg);
        transform: perspective(400px) rotateX(359deg);
    }
}
.InfiniteVericalFlip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: InfiniteVericalFlip;
    animation-name: InfiniteVericalFlip;
}
@-webkit-keyframes InfiniteHorizontalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes InfiniteHorizontalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.InfiniteHorizontalScaleFlip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: InfiniteHorizontalScaleFlip;
    animation-name: InfiniteHorizontalScaleFlip;
}
@-webkit-keyframes InfiniteVerticalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateX(0) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes InfiniteVerticalScaleFlip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(-360deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateX(0) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateX(0) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.InfiniteVerticalScaleFlip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: InfiniteVerticalScaleFlip;
    animation-name: InfiniteVerticalScaleFlip;
}
.aio-icon-component,
.wpb_column > .wpb_wrapper .aio-icon-component {
    margin-bottom: 35px;
}
.aio-icon-component .aio-icon,
.aio-icon-component .img-icon {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.aio-icon-header h3.aio-icon-title {
    margin: 0;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
}
.aio-icon-description {
    width: 100%;
    display: block;
    margin-top: 0;
}
.aio-icon-header + .aio-icon-description {
    margin-top: 10px;
}
.aio-icon-read {
    display: block;
    padding: 5px 0;
    text-decoration: none;
}
a.aio-icon-box-link {
    text-decoration: none;
    border: none;
    display: block;
}
.default-icon .aio-icon-default {
    display: table-cell;
    vertical-align: middle;
}
.default-icon .aio-icon-default .aio-icon,
.default-icon .aio-icon-default .aio-icon-img {
    margin-right: 15px;
}
.default-icon .aio-icon-header {
    display: table-cell;
    vertical-align: middle;
}
.top-icon .aio-icon,
.top-icon .aio-icon-description,
.top-icon .aio-icon-header,
.top-icon .aio-icon-img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.top-icon .aio-icon-header h3.aio-icon-title {
    margin: 25px 0 15px;
}
.top-icon .aio-icon-description {
    margin-top: 15px;
}
.top-icon .aio-icon-header + .aio-icon-description {
    margin-top: 0;
}
.aio-icon-box.left-icon {
    display: inline-block;
}
.left-icon .aio-icon-left {
    display: table-cell;
    vertical-align: top;
}
.left-icon .aio-icon-left .aio-icon,
.left-icon .aio-icon-left .aio-icon-img {
    margin-right: 15px;
}
.left-icon .aio-ibd-block {
    display: table-cell;
    vertical-align: middle;
}
.left-icon .aio-icon-description,
.left-icon .aio-icon-header {
    float: left;
    width: 100%;
}
.square_box-icon .aio-icon,
.square_box-icon .aio-icon-description,
.square_box-icon .aio-icon-header,
.square_box-icon .aio-icon-img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.square_box-icon .aio-icon-img {
    display: block !important;
}
.square_box-icon .aio-icon-description,
.square_box-icon .aio-icon-header {
    padding: 0 5%;
}
.square_box-icon .aio-icon-description {
    padding-bottom: 1em;
}
.square_box-icon .aio-icon-header h3.aio-icon-title {
    margin: 15px 0 15px;
}
.square_box-icon .aio-icon-square_box .aio-icon,
.square_box-icon .aio-icon-square_box .aio-icon-img {
    position: absolute;
    right: 0;
    left: 0;
}
.square_box-icon .aio-icon-square_box {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}
.aio-icon-box.top-icon {
    text-align: center;
}
.style_2 .aio-icon-box .aio-icon,
.style_2 .aio-icon-box .img-icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.style_2 .aio-icon-box:hover .aio-icon,
.style_2 .aio-icon-box:hover .img-icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.style_3 .aio-icon-box .aio-icon,
.style_3 .aio-icon-box .img-icon {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.style_3 .aio-icon-box:hover .aio-icon,
.style_3 .aio-icon-box:hover .img-icon {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.style_2 .aio-icon-box .aio-icon.animated,
.style_2 .aio-icon-box .img-icon.animated,
.style_3 .aio-icon-box .aio-icon.animated,
.style_3 .aio-icon-box .img-icon.animated {
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}
.aio-icon-box.right-icon {
    display: inline-block;
    width: 100%;
}
.right-icon .aio-icon-right {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.right-icon .aio-icon-right .aio-icon,
.right-icon .aio-icon-right .aio-icon-img {
    margin-left: 15px;
}
.right-icon .aio-ibd-block {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.right-icon .aio-ibd-block,
.right-icon .aio-ibd-block *,
.right-icon .aio-icon-description,
.right-icon .aio-icon-header h3.aio-icon-title {
    text-align: right;
}
.right-icon .aio-icon-description,
.right-icon .aio-icon-header {
    float: right;
    width: 100%;
}
.heading-right-icon .aio-icon-heading-right {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.aio-icon-heading-right + .aio-icon-description {
    margin-top: 10px;
}
.heading-right-icon .aio-icon-heading-right .aio-icon,
.heading-right-icon .aio-icon-heading-right .aio-icon-img {
    margin-left: 15px;
}
.heading-right-icon .aio-icon-header {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.heading-right-icon .aio-icon-description,
.heading-right-icon .aio-icon-description *,
.heading-right-icon .aio-icon-header .aio-icon-title {
    text-align: right;
}
.ult-new-ib,
.ult-new-ib img {
    display: block;
    position: relative;
}
.ult-new-ib {
    z-index: 1;
    overflow: hidden;
    margin: 0 0 35px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ult-new-ib,
.wpb_column > .wpb_wrapper .ult-new-ib {
    margin-bottom: 35px;
}
.ult-new-ib * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ult-new-ib *,
.ult-new-ib .ult-new-ib-desc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.ult-new-ib img {
    min-width: 100%;
    max-width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.ult-new-ib .ult-new-ib-desc {
    padding: 15px;
    color: #fff;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ult-new-ib .ult-new-ib-desc::after,
.ult-new-ib .ult-new-ib-desc::before {
    pointer-events: none;
}
.ult-new-ib .ult-new-ib-desc,
.ult-new-ib a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ult-new-ib .ult-new-ib-content {
    font-size: 13px;
    line-height: 1.6em;
}
.ult-new-ib .ult-new-ib-content p {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.ult-new-ib .ult-new-ib-title,
.ult-new-ib p {
    letter-spacing: normal;
    padding: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    font-style: inherit;
    color: inherit;
}
.ult-ib-effect-style10.ult-ib2-min-height:not(.ult-ib2-min-height) img,
.ult-ib-effect-style11.ult-ib2-min-height:not(.ult-ib2-min-height) img,
.ult-ib-effect-style14.ult-ib2-min-height:not(.ult-ib2-min-height) img,
.ult-ib-effect-style15.ult-ib2-min-height:not(.ult-ib2-min-height) img,
.ult-ib-effect-style7.ult-ib2-min-height:not(.ult-ib2-min-height) img {
    max-width: none !important;
    width: auto !important;
}
.ult-new-ib a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ult-new-ib a.ult-new-ib-link {
    display: block;
    background: 0 0;
}
.ult-ib-effect-style1 img {
    width: -webkit-calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
    max-width: -webkit-calc(100% + 50px) !important;
    max-width: calc(100% + 50px) !important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
.ult-ib-effect-style1 .ult-new-ib-desc {
    top: auto;
    bottom: 0;
    min-height: 25%;
    height: auto;
    max-height: 100%;
    text-align: left;
}
.ult-ib-effect-style1 .ult-new-ib-content,
.ult-ib-effect-style1 .ult-new-ib-title {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.ult-ib-effect-style1 .ult-new-ib-title {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}
.ult-ib-effect-style1 .ult-new-ib-content {
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    transition: opacity 0.2s, transform 0.35s, -webkit-transform 0.35s;
}
.ult-ib-effect-style1:hover .ult-new-ib-content {
    opacity: 1;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.ult-ib-effect-style1:hover .ult-new-ib-content,
.ult-ib-effect-style1:hover .ult-new-ib-title,
.ult-ib-effect-style1:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}
.ult-ib-effect-style1.ult-ib2-min-height img {
    width: auto !important;
    max-width: none !important;
    height: 100%;
}
.ult-ib-effect-style2 img {
    width: 100%;
}
.ult-ib-effect-style2 .ult-new-ib-desc::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
.ult-ib-effect-style2 .ult-new-ib-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -webkit-transition: color 0.35s, -webkit-transform 0.35s;
    transition: color 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.ult-ib-effect-style2 .ult-new-ib-content,
.ult-ib-effect-style2 .ult-new-ib-desc::before {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ult-ib-effect-style2 .ult-new-ib-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    max-height: 50%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
.ult-ib-effect-style2:hover .ult-new-ib-title {
    color: #fff;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
}
.ult-ib-effect-style2:hover .ult-new-ib-content,
.ult-ib-effect-style2:hover .ult-new-ib-desc::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style2.ult-ib2-min-height img {
    width: auto;
    max-width: none;
    height: 100%;
}
.ult-ib-effect-style3 .ult-new-ib-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
.ult-ib-effect-style3 .ult-new-ib-desc::before,
.ult-ib-effect-style3 .ult-new-ib-title {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}
.ult-ib-effect-style3:hover .ult-new-ib-desc::before,
.ult-ib-effect-style3:hover .ult-new-ib-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style3 .ult-new-ib-content {
    max-height: -webkit-calc(100% - 60px - 1.5em);
    max-height: calc(100% - 60px - 1.5em);
    overflow: hidden;
}
.ult-ib-effect-style4 img {
    width: -webkit-calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
    max-width: -webkit-calc(100% + 40px) !important;
    max-width: calc(100% + 40px) !important;
}
.ult-ib-effect-style4 .ult-new-ib-desc {
    padding: 30px;
}
.ult-ib-effect-style4 .ult-new-ib-desc::after,
.ult-ib-effect-style4 .ult-new-ib-desc::before {
    position: absolute;
    content: "";
    opacity: 0;
}
.ult-ib-effect-style4 .ult-new-ib-desc::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.ult-ib-effect-style4 .ult-new-ib-desc::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.ult-ib-effect-style4 .ult-new-ib-title {
    padding-top: 50px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}
.ult-ib-effect-style4 .ult-new-ib-content {
    padding: 10px 30px;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.ult-ib-effect-style4 .ult-new-ib-title,
.ult-ib-effect-style4 img {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
}
.ult-ib-effect-style4 .ult-new-ib-content,
.ult-ib-effect-style4 .ult-new-ib-desc::after,
.ult-ib-effect-style4 .ult-new-ib-desc::before,
.ult-ib-effect-style4 img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ult-ib-effect-style4.ult-ib2-min-height img {
    height: 100%;
    max-width: none !important;
    width: auto !important;
}
.ult-ib-effect-style4:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style4:hover .ult-new-ib-desc::after,
.ult-ib-effect-style4:hover .ult-new-ib-desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ult-ib-effect-style4:hover .ult-new-ib-content,
.ult-ib-effect-style4:hover .ult-new-ib-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style4:hover .ult-new-ib-content,
.ult-ib-effect-style4:hover .ult-new-ib-desc::after,
.ult-ib-effect-style4:hover .ult-new-ib-title,
.ult-ib-effect-style4:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.ult-ib-effect-style5 .ult-new-ib-desc {
    top: auto;
    bottom: 0;
    padding: 15px;
    height: auto;
    background: #f2f2f2;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.ult-ib-effect-style5 .ult-new-ib-content {
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding: 25px;
    color: #fff;
    text-transform: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.ult-ib-effect-style5 .ult-new-ib-title {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    text-align: center;
}
.ult-ib-effect-style5:hover .ult-new-ib-content,
.ult-ib-effect-style5:hover .ult-new-ib-content * {
    opacity: 1 !important;
    z-index: 99 !important;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}
.ult-ib-effect-style5:hover .ult-new-ib-desc,
.ult-ib-effect-style5:hover .ult-new-ib-title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.ult-ib-effect-style5:hover .ult-new-ib-title {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.ult-ib-effect-style6 .ult-new-ib-desc {
    padding: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ult-ib-effect-style6 .ult-new-ib-desc::before {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
}
.ult-ib-effect-style6 .ult-new-ib-title {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    webkit-transform: translate3d(0, 50%, 0);
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
.ult-ib-effect-style6 .ult-new-ib-content,
.ult-ib-effect-style6 .ult-new-ib-desc::before {
    opacity: 0;
    max-width: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.ult-ib-effect-style6:hover .ult-new-ib-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style6:hover .ult-new-ib-content,
.ult-ib-effect-style6:hover .ult-new-ib-desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ult-ib-effect-style6.ult-ib2-min-height img {
    height: 100%;
    max-width: none;
    width: auto;
}
.ult-ib-effect-style7 .ult-new-ib-desc {
    text-align: right;
}
.ult-ib-effect-style7 .ult-new-ib-content,
.ult-ib-effect-style7 .ult-new-ib-title {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
}
.ult-ib-effect-style7 .ult-new-ib-title {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.ult-ib-effect-style7:hover .ult-new-ib-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style7 .ult-new-ib-title::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}
.ult-ib-effect-style7 .ult-new-ib-content,
.ult-ib-effect-style7 .ult-new-ib-title::after {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ult-ib-effect-style7 .ult-new-ib-content {
    bottom: 30px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.ult-ib-effect-style7:hover .ult-new-ib-content,
.ult-ib-effect-style7:hover .ult-new-ib-title::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style7.ult-ib2-min-height img {
    max-width: none;
    width: auto;
    height: 100%;
}
.ult-ib-effect-style8 img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.ult-ib-effect-style8:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ult-ib-effect-style8 .ult-new-ib-title {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.ult-ib-effect-style8:hover .ult-new-ib-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style8 .ult-new-ib-content {
    margin: 1em 0 0;
    padding: 35px;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
}
.ult-ib-effect-style8:hover .ult-new-ib-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.ult-ib-effect-style9 img {
    width: -webkit-calc(100% + 60px) !important;
    width: calc(100% + 60px) !important;
    max-width: -webkit-calc(100% + 60px) !important;
    max-width: calc(100% + 60px) !important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}
.ult-ib-effect-style9:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style9 .ult-new-ib-desc::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
.ult-ib-effect-style9 .ult-new-ib-desc {
    padding: 45px;
    text-align: left;
}
.ult-ib-effect-style9 .ult-new-ib-title {
    padding: 30% 0 10px;
}
.ult-ib-effect-style9 .ult-new-ib-content {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.ult-ib-effect-style9:hover .ult-new-ib-content,
.ult-ib-effect-style9:hover .ult-new-ib-desc::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style9.ult-ib2-min-height img {
    height: 100%;
    width: auto !important;
    max-width: none !important;
}
.ult-ib-effect-style10 .ult-new-ib-desc::after,
.ult-ib-effect-style10 .ult-new-ib-desc::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ult-ib-effect-style10 .ult-new-ib-desc::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.ult-ib-effect-style10 .ult-new-ib-desc::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
.ult-ib-effect-style10:hover .ult-new-ib-desc::after,
.ult-ib-effect-style10:hover .ult-new-ib-desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ult-ib-effect-style10 .ult-new-ib-title {
    padding: 45px 35px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
.ult-ib-effect-style10 .ult-new-ib-content {
    padding: 20px 45px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.ult-ib-effect-style10:hover .ult-new-ib-content,
.ult-ib-effect-style10:hover .ult-new-ib-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style10.ult-ib2-min-height img {
    height: 100%;
    max-width: none;
    width: auto;
}
.ult-ib-effect-style11 {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.ult-ib-effect-style11 img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.ult-new-ib.ult-ib-effect-style11.ult-ib2-min-height img {
    height: 100%;
    width: auto !important;
    max-width: none !important;
}
.ult-ib-effect-style11:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ult-ib-effect-style11 .ult-new-ib-desc::after,
.ult-ib-effect-style11 .ult-new-ib-desc::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.ult-ib-effect-style11:hover .ult-new-ib-desc::before {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.ult-ib-effect-style11:hover .ult-new-ib-desc::after {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.ult-ib-effect-style11 .ult-new-ib-content,
.ult-ib-effect-style11 .ult-new-ib-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
}
.ult-ib-effect-style11 .ult-new-ib-title {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}
.ult-ib-effect-style11:hover .ult-new-ib-title {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
}
.ult-ib-effect-style11 .ult-new-ib-content {
    padding: 2px 25px;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
}
.ult-ib-effect-style11:hover .ult-new-ib-content {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
.ult-ib-effect-style12 .ult-new-ib-desc::after {
    position: absolute;
    content: "";
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.ult-ib-effect-style12:hover .ult-new-ib-desc::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style12 .ult-new-ib-desc {
    padding: 45px;
    text-align: left;
}
.ult-ib-effect-style12 .ult-new-ib-content {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}
.ult-ib-effect-style12:hover .ult-new-ib-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style13 img {
    width: -webkit-calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
    max-width: -webkit-calc(100% + 20px) !important;
    max-width: calc(100% + 20px) !important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ult-ib-effect-style13:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style13 .ult-new-ib-desc {
    text-align: left;
}
.ult-ib-effect-style13 .ult-new-ib-title {
    position: relative;
    overflow: hidden;
    padding: 5px 0 10px;
}
.ult-ib-effect-style13 .ult-new-ib-title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.ult-ib-effect-style13:hover .ult-new-ib-title::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style13 .ult-new-ib-content {
    padding: 15px 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.ult-ib-effect-style13:hover .ult-new-ib-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style13.ult-ib2-min-height img {
    width: auto !important;
    max-width: none !important;
    height: 100%;
}
.ult-ib-effect-style14 img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}
.ult-ib-effect-style14.ult-ib2-min-height img {
    height: 100%;
    width: auto;
    max-width: none;
}
.ult-ib-effect-style14:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ult-ib-effect-style14 .ult-new-ib-desc {
    padding: 45px;
}
.ult-ib-effect-style14 .ult-new-ib-desc::before {
    position: absolute;
    content: "";
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.ult-ib-effect-style14 .ult-new-ib-content,
.ult-ib-effect-style14 .ult-new-ib-desc::before {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.ult-ib-effect-style14 .ult-new-ib-title {
    padding: 10px 0 15px;
}
.ult-ib-effect-style14 .ult-new-ib-content {
    margin: 0 auto;
    max-width: 90%;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.ult-ib-effect-style14:hover .ult-new-ib-content,
.ult-ib-effect-style14:hover .ult-new-ib-desc::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ult-ib-effect-style15 img {
    width: -webkit-calc(100% + 60px) !important;
    width: calc(100% + 60px) !important;
    max-width: -webkit-calc(100% + 60px) !important;
    max-width: calc(100% + 60px) !important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ult-ib-effect-style15:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.ult-ib-effect-style15 .ult-new-ib-title {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    width: auto;
}
.ult-ib-effect-style15 .ult-new-ib-content {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
.ult-ib-effect-style15:hover .ult-new-ib-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ult-ib-effect-style15.ult-ib2-min-height img {
    height: 100%;
    width: auto !important;
    max-width: none !important;
}
.ult-new-ib.ult-ib-effect-style15:not(.ult-ib2-min-height) .ult-ib2-toggle-size,
.ult-new-ib.ult-ib-effect-style5 .ult-ib2-toggle-size {
    left: 50%;
    width: auto !important;
    height: 100%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ult-new-ib img {
    border: none;
    padding: 0;
    margin: 0;
}
.ult-ib-effect-style15 p {
    width: 100%;
    border-right: none;
}
div.stats-desc > div.counter_prefix,
div.stats-desc > div.counter_suffix {
    display: inline;
}
.stats-block,
.wpb_row .wpb_column .wpb_wrapper .stats-block {
    display: block;
    margin-bottom: 35px;
}
.stats-block .stats-number {
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 500;
    display: inline;
}
.stats-block .stats-text {
    font-size: 18px;
    width: 100%;
    text-align: inherit;
}
.stats-left .aio-icon-left {
    display: table-cell;
    padding-right: 15px;
}
.stats-left .stats-desc {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto;
}
.stats-top .aio-icon-top,
.stats-top .stats-desc {
    width: 100%;
    display: block;
    text-align: center;
}
.stats-top .aio-icon,
.stats-top .img-icon {
    margin: 0 auto;
}
.stats-top .aio-icon-img {
    margin: 0 auto;
}
.stats-top .stats-number {
    padding: 8px 0;
}
.stats-right.stats-block {
    display: inline-block;
    width: 100%;
}
.stats-right .aio-icon-right {
    display: table-cell;
    padding-left: 15px;
}
.stats-right .stats-desc {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.stats-block.stats-left,
.stats-block.stats-right {
    direction: ltr;
}
html,
body {
    margin: 0;
    overflow-x: hidden;
    direction: ltr;
    color: #474747;
    -webkit-font-smoothing: antialiased;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0px;
    word-spacing: 0px;
}
.animsition {
    position: relative;
}
body.boxed {
    width: 1300px;
    margin: 0 auto;
    box-shadow: 0 1px 15px -2px gray;
}
body.boxed .header-wrapper {
    width: 1300px;
}
body.boxed .header-wrapper.topbar-enabled {
    top: 45px;
}
body.boxed .header-wrapper.on-scroll {
    top: 0;
}
body.admin-bar .header-wrapper.on-scroll {
    top: 32px;
}
a {
    text-decoration: none;
    outline: none !important;
    color: inherit;
}
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
ol,
li,
blockquote,
th,
td,
form,
dl,
dd,
dt,
figure {
    margin: 0;
    padding: 0;
}
a:active,
a:hover {
    outline: 0;
}
*:focus {
    outline: none;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,
ol {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    border: none;
    max-width: 100%;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
pre,
textarea {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}
input,
select,
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
textarea {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
.post-content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 35px;
}
.post-content table th {
    background-color: #f1f1f0;
}
.post-content table th,
.post-content table td {
    border: 1px solid #999;
    padding: 10px;
}
.post-content dl {
    margin: 10px 0;
}
.post-content dl dt {
    font-weight: 700;
}
.post-content dl dd {
    margin-left: 20px;
}
.post-content address {
    padding-bottom: 15px;
}
.alignnone {
    margin: 5px 20px 10px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}
a img.alignnone {
    margin: 5px 20px 10px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #e0e0e0;
    max-width: 100%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align: center;
}
.wp-caption .wp-caption-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.wp-caption.alignnone {
    margin: 5px 0 15px;
}
.wp-caption.alignleft {
    margin: 5px 20px 5px 0;
}
.wp-caption.alignright {
    margin: 5px 0 5px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.post-content .gallery {
    padding-bottom: 15px;
}
.post-content .gallery:before {
    display: table;
    content: " ";
}
.post-content .gallery:after {
    display: table;
    content: " ";
    clear: both;
}
.post-content .gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.gallery-caption {
    display: block;
}
.bypostauthor {
    display: block;
}
h1 {
    font-family: Montserrat;
    font-weight: 500;
    font-style: ;
    text-transform: none;
    font-size: 50px;
    line-height: 32px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: ;
}
h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: ;
    text-transform: none;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: ;
}
h3 {
    font-family: Montserrat;
    font-weight: 500;
    font-style: ;
    text-transform: none;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: ;
}
h4 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: ;
    text-transform: none;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: ;
}
h5 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: ;
    text-transform: none;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: ;
}
h6 {
    font-family: Montserrat;
    font-weight: ;
    font-style: ;
    text-transform: none;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: ;
}
.row:before,
.row-inner:before,
.row-full-width:before,
.row-full-width-padding:before,
.container:before {
    display: table;
    content: " ";
}
.row:after,
.row-inner:after,
.row-full-width:after,
.row-full-width-padding:after,
.container:after {
    display: table;
    content: " ";
    clear: both;
}
.row-flex {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row-flex:before,
.row-flex:after {
    display: none !important;
}
.row-flex .col {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex: 1 0 100%;
    -webkit-box-flex: 1;
}
.row-flex .col.st-12 {
    flex: 1 0 100%;
}
.row-flex .col.st-11 {
    flex: 1 0 91.66666667%;
}
.row-flex .col.st-10 {
    flex: 1 0 83.33333333%;
}
.row-flex .col.st-9 {
    flex: 1 0 75%;
}
.row-flex .col.st-8 {
    flex: 1 0 66.66666667%;
}
.row-flex .col.st-7 {
    flex: 1 0 58.33333333%;
}
.row-flex .col.st-6 {
    flex: 1 0 50%;
}
.row-flex .col.st-5 {
    flex: 1 0 41.66666667%;
}
.row-flex .col.st-4 {
    flex: 1 0 33.33333333%;
}
.row-flex .col.st-3 {
    flex: 1 0 25%;
}
.row-flex .col.st-2 {
    flex: 1 0 16.66666667%;
}
.row-flex .col.st-1 {
    flex: 1 0 8.33333333%;
}
.st-column-gap-1 .col {
    padding: 0.5px;
}
.st-column-gap-2 .col {
    padding: 1px;
}
.st-column-gap-3 .col {
    padding: 1.5px;
}
.st-column-gap-4 .col {
    padding: 2px;
}
.st-column-gap-5 .col {
    padding: 2.5px;
}
.st-column-gap-10 .col {
    padding: 5px;
}
.st-column-gap-15 .col {
    padding: 7.5px;
}
.st-column-gap-20 .col {
    padding: 10px;
}
.st-column-gap-25 .col {
    padding: 12.5px;
}
.st-column-gap-30 .col {
    padding: 15px;
}
.st-column-gap-35 .col {
    padding: 17.5px;
}
h1.st-site-title {
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    color: #47588f;
    line-height: 46px;
}
span.st-site-description {
    font-size: 16px;
    line-height: 26px;
}
.back-to-top {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #949494;
    color: #fff;
    z-index: 999;
    transition: background 0.4s ease;
}
.back-to-top:before {
    position: absolute;
    top: 8px;
    left: 10px;
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f077";
    color: #fff;
    transition: color 0.4s ease;
}
.back-to-top:hover {
    background: #47588f;
}
.back-to-top:hover:before {
    color: #eb2229;
}
.row {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
.col {
    float: left;
    position: relative;
    min-height: 1px;
}
.st-12 {
    width: 100%;
}
.st-11 {
    width: 91.66666667%;
}
.st-10 {
    width: 83.33333333%;
}
.st-9 {
    width: 75%;
}
.st-8 {
    width: 66.66666667%;
}
.st-7 {
    width: 58.33333333%;
}
.st-6 {
    width: 50%;
}
.st-5 {
    width: 41.66666667%;
}
.st-4 {
    width: 33.33333333%;
}
.st-3 {
    width: 25%;
}
.st-2 {
    width: 16.66666667%;
}
.st-1 {
    width: 8.33333333%;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.header-first .topbar {
    background-color: #47588f;
    height: 45px;
}
.header-first .topbar .row {
    height: 100%;
}
.header-first .topbar-info-wrapper {
    width: 82%;
}
.header-first .topbar-info-wrapper.no-switcher {
    padding-left: 0;
}
.header-first .topbar-info-wrapper .topbar-info {
    display: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.header-first .topbar-info-wrapper .topbar-info li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    padding-right: 20px;
    padding-bottom: 0;
    font-size: 14px;
}
.header-first .topbar-info-wrapper .topbar-info li:before {
    display: none;
}
.header-first .topbar-info-wrapper .topbar-info li i {
    color: #eb2229;
}
.header-first .topbar-info-wrapper .topbar-info li span {
    color: #fff;
    padding-left: 10px;
}
.header-first .topbar-info-wrapper .topbar-info:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 42px;
}
.header-first .topbar-info-wrapper .topbar-info:first-child {
    display: block;
}
.header-first .topbar-switcher {
    width: 18%;
    height: 45px;
    padding: 0;
    background-color: #eb2229;
}
.header-first .topbar-switcher select {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-first .topbar-switcher .select2-container {
    padding: 0 15px;
}
.header-first .topbar-switcher .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-first .topbar-switcher .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    overflow: hidden;
}
.header-first .topbar-switcher .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-first .topbar-switcher .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-first .topbar-switcher .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-first .topbar-switcher .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-first .topbar-switcher .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-first .topbar-switcher .select2-container .selection .select2-selection .select2-selection__rendered {
    overflow: hidden;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-first .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
    right: 7px;
}
.header-first .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-first .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-first .topbar-switcher .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-first .topbar-switcher .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-first .topbar-social {
    margin: 0 0 0 auto;
}
.header-first .topbar-social ul {
    float: left;
    margin: 0;
    padding: 0;
}
.header-first .topbar-social ul li {
    display: inline-block;
    margin-left: 0;
    padding-bottom: 0;
}
.header-first .topbar-social ul li:before {
    display: none;
}
.header-first .topbar-social ul li a {
    display: block;
    background: 0 0;
    height: 28px;
    width: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    transition: all 0.3s ease;
}
.header-first .topbar-social ul li a:hover {
    background: #fff;
    color: #47588f;
}
.header-first .lang-select {
    padding-left: 10px;
}
.header-first .lang-select select {
    height: 45px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-first .lang-select .select2-container {
    padding: 0 10px;
}
.header-first .lang-select .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-first .lang-select .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-first .lang-select .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-first .lang-select .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-first .lang-select .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-first .lang-select .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-first .lang-select .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-first .lang-select .select2-container .selection .select2-selection .select2-selection__rendered {
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-first .lang-select .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
}
.header-first .lang-select .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-first .lang-select .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-first .lang-select .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-first .lang-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-first .logo-container {
    float: left;
    height: 100px;
}
.header-first .logo-container .img-align {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.header-first .logo-container a {
    display: inline-block;
    vertical-align: middle;
}
.header-first .logo-container a img {
    display: inline-block;
    vertical-align: middle;
}
.header-first .header-wrapper {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1052;
    width: 100%;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    -webkit-box-shadow: 0 1px 15px -2px #999;
    -moz-box-shadow: 0 1px 15px -2px #999;
    box-shadow: 0 1px 15px -2px #999;
}
.header-first .header-wrapper.transparent {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0 !important;
}
.header-first .header-wrapper.transparent .logo-container a img {
    display: none;
}
.header-first .header-wrapper.transparent .logo-container a img.transparent {
    display: block;
}
.header-first .header-wrapper.transparent .st-header-icons .st-search-icon i,
.header-first .header-wrapper.transparent .st-header-icons .st-account-icon i,
.header-first .header-wrapper.transparent .st-header-icons .st-wishlist-icon i,
.header-first .header-wrapper.transparent .st-header-icons .st-cart-icon i {
    color: #fff;
}
.header-first .header-wrapper.transparent nav.header-navigation > ul > li > a {
    color: #fff;
}
.header-first .header-wrapper.transparent.on-scroll {
    background: rgba(255, 255, 255, 0.95) !important;
    -webkit-box-shadow: 0 1px 15px -2px #999;
    -moz-box-shadow: 0 1px 15px -2px #999;
    box-shadow: 0 1px 15px -2px #999;
}
.header-first .header-wrapper.transparent.on-scroll .logo-container a img {
    display: block;
}
.header-first .header-wrapper.transparent.on-scroll .logo-container a img.transparent {
    display: none;
}
.header-first .header-wrapper.transparent.on-scroll .st-header-icons .st-search-icon i,
.header-first .header-wrapper.transparent.on-scroll .st-header-icons .st-account-icon i,
.header-first .header-wrapper.transparent.on-scroll .st-header-icons .st-wishlist-icon i,
.header-first .header-wrapper.transparent.on-scroll .st-header-icons .st-cart-icon i {
    color: #47588f;
}
.header-first .header-wrapper.transparent.on-scroll nav.header-navigation > ul > li > a {
    color: #47588f;
}
.header-first .header-wrapper.sticky {
    top: 0;
    background: rgba(255, 255, 255, 0.6);
}
.header-first .header-wrapper.topbar-enabled {
    top: 45px;
}
.header-first .header-wrapper.on-scroll {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
}
.header-first .header-wrapper.on-scroll .logo-container {
    height: 70px;
}
.header-first .header-wrapper.on-scroll .logo-container a img {
    height: 50px;
}
.header-first .header-wrapper.on-scroll .st-header-icons {
    padding-left: 20px;
}
.header-first .header-wrapper.on-scroll .st-header-icons:after {
    height: 70px;
}
.header-first .header-wrapper.on-scroll .header-navigation > ul:after {
    height: 70px;
}
.header-first .header-wrapper.on-scroll .header-navigation > ul li > ul {
    top: 25px;
}
.header-first .header-wrapper.on-scroll .header-navigation > ul li > ul li > ul {
    top: 0;
}
.header-first .header-navigation > ul {
    float: right;
    margin: 0;
    padding: 0;
}
.header-first .header-navigation > ul:before {
    display: table;
    content: " ";
}
.header-first .header-navigation > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-first .header-navigation > ul > li.current-menu-item > a {
    opacity: 0.7;
}
.header-first .header-navigation > ul > li.menu-item-type-custom.current-menu-item > a {
    opacity: 1;
}
.header-first .header-navigation > ul > li:hover > a {
    opacity: 0.7;
}
.header-first .header-navigation > ul li {
    position: relative;
    display: inline-block;
    margin-left: 0;
    padding: 0 15px;
    vertical-align: middle;
}
.header-first .header-navigation > ul li:before {
    display: none;
}
.header-first .header-navigation > ul li a {
    text-transform: uppercase;
    color: #47588f;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    font-style: ;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: opacity 0.3s ease;
}
.header-first .header-navigation > ul li > ul {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    z-index: 99;
    top: 25px;
    left: 15px;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.75);
}
.header-first .header-navigation > ul li > ul:before {
    display: table;
    content: " ";
}
.header-first .header-navigation > ul li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns {
    width: 1000px;
    left: 50%;
    transform: translateX(-48%);
    font-size: 0;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-1 > li {
    width: 100%;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-2 > li {
    width: 50%;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-3 > li {
    width: 33.33333333%;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-4 > li {
    width: 25%;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-5 > li {
    width: 20%;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-6 > li {
    width: 16.66666667%;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns > li {
    display: inline-block;
    vertical-align: top;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns > li > a {
    font-weight: 700;
    text-transform: uppercase;
    color: #47588f;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns > li > a:after {
    display: none !important;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns > li > ul {
    position: relative;
    display: block;
    left: auto;
    z-index: 999;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns > li > ul > li {
    background: 0 0;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns > li > ul > li a {
    transition: all 0.4s ease;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns > li > ul > li:hover a {
    background: 0 0;
    color: #47588f;
    text-decoration: underline;
}
.header-first .header-navigation > ul li > ul.sub-menu-columns > li > ul > li > a {
    color: #474747;
}
.header-first .header-navigation > ul li > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: 0 0;
    position: relative;
}
.header-first .header-navigation > ul li > ul > li.menu-item-has-children a:after {
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #47588f;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-first .header-navigation > ul li > ul > li a {
    color: #474747;
    background: 0 0;
    padding: 12px 30px 8px;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}
.header-first .header-navigation > ul li > ul > li a:hover {
    color: #fff;
    background: rgba(71, 88, 143, 0.95);
}
.header-first .header-navigation > ul li > ul > li a:hover:after {
    color: #fff;
}
.header-first .header-navigation > ul li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-first .header-navigation > ul li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-first .header-navigation > ul li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-first .header-navigation > ul li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-first .header-navigation > ul li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-first .header-navigation > ul li > ul > li > ul > li a:after {
    display: none;
}
.header-first .header-navigation > ul li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-first .header-navigation > ul li > ul > li > ul > li.menu-item-has-children a:after {
    display: block;
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-first .header-navigation > ul li > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-first .header-navigation > ul li > ul > li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-first .header-navigation > ul li > ul > li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-first .header-navigation > ul li > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-first .header-navigation > ul li > ul > li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-first .header-navigation > ul li > ul > li > ul > li > ul > li a:after {
    display: none !important;
}
.header-first .header-navigation > ul li > ul > li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-first .header-navigation > ul li > ul.ul-child {
    width: 300px;
}
.header-first .header-navigation > ul li > ul.ul-child > li {
    width: 100%;
}
.header-first .header-navigation > ul li > ul.ul-child > li a {
    border: 0;
    padding: 12px 30px 8px;
}
.header-first .header-navigation > ul li > ul.edge > li > ul {
    left: 0;
}
.header-first .header-navigation > ul li > ul.edge > li > ul li {
    left: -100%;
}
.header-first .header-navigation > ul:after {
    display: inline-block;
    vertical-align: middle;
    height: 100px;
}
.header-first .header-navigation > ul .sub-menu > li:hover > a {
    color: #fff;
    background: #3a4876;
}
.header-first .header-navigation > ul .sub-menu > li:hover > a:after {
    color: #fff;
}
.header-first .st-header-icons {
    position: relative;
    float: right;
    padding-left: 20px;
}
.header-first .st-header-icons:after {
    display: inline-block;
    height: 100px;
    content: "";
    vertical-align: middle;
}
.header-first .st-header-icons > div {
    margin-right: 20px;
}
.header-first .st-header-icons > div:last-child {
    margin-right: 0;
}
.header-first .st-header-icons .st-search-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-first .st-header-icons .st-search-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-first .st-header-icons .st-search-icon i:hover {
    opacity: 1;
}
.header-first .st-header-icons .st-search-icon .st-header-search {
    display: none;
    position: absolute;
    right: 0;
    width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
}
.header-first .st-header-icons .st-search-icon .st-header-search form input {
    width: 98%;
    border-bottom: 1px solid #e0e0e0;
}
.header-first .st-header-icons .st-search-icon .st-header-search form input::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-first .st-header-icons .st-search-icon .st-header-search form input:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-first .st-header-icons .st-search-icon .st-header-search form input::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-first .st-header-icons .st-search-icon .st-header-search form button {
    display: none;
}
.header-first .st-header-icons .st-account-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-first .st-header-icons .st-account-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-first .st-header-icons .st-account-icon i:hover {
    opacity: 1;
}
.header-first .st-header-icons .st-wishlist-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-first .st-header-icons .st-wishlist-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-first .st-header-icons .st-wishlist-icon i:hover {
    opacity: 1;
}
.header-first .st-header-icons .st-cart-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-first .st-header-icons .st-cart-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-first .st-header-icons .st-cart-icon i:hover {
    opacity: 1;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content {
    display: none;
    position: absolute;
    right: 0;
    width: auto;
    min-width: 265px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
    text-align: left;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:before {
    display: table;
    content: " ";
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:after {
    display: table;
    content: " ";
    clear: both;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item:last-child {
    margin-bottom: 0;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a {
    display: block;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title {
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title:hover {
    color: #eb2229;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a img {
    float: left;
    width: 65px;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove {
    position: absolute;
    top: auto;
    bottom: 50%;
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 1px solid #727272;
    border-radius: 100%;
    text-align: center;
    font-family: FontAwesome;
    line-height: 0.8em;
    font-size: 20px;
    font-weight: 200;
    color: #727272 !important;
    opacity: 1;
    transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove:hover {
    color: #fff !important;
    border-color: #eb2229;
    background: #eb2229 !important;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .quantity {
    float: left;
    font-size: 14px;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation {
    float: left;
    width: 170px;
    margin: 0;
    padding: 0;
    border-left: none;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt,
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt {
    margin-right: 5px;
    font-weight: 400;
    color: #727272;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd p {
    padding: 0;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.empty {
    font-size: 14px;
    text-align: center;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content .total {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    border-top: none;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content .total strong {
    font-weight: 400;
    line-height: 20px;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content .total .woocommerce-Price-amount {
    float: right;
    color: #eb2229;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons {
    margin: 5px 0 0;
    padding: 0;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:before {
    display: table;
    content: " ";
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:after {
    display: table;
    content: " ";
    clear: both;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button {
    float: left;
    padding: 10px 18px 8px;
    background: 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button:hover {
    opacity: 0.7;
}
.header-first .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button.checkout {
    float: right;
}
.header-first .st-header-icons .st-cart-icon .st-cart-count {
    position: absolute;
    top: 8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #eb2229;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}
.header-first .st-header-icons .st-cart-icon .st-cart-count.products-in-cart {
    visibility: visible;
    opacity: 1;
}
.header-second .topbar {
    background-color: #47588f;
    height: 45px;
}
.header-second .topbar .row {
    height: 100%;
}
.header-second .topbar-info-wrapper {
    width: 82%;
}
.header-second .topbar-info-wrapper.no-switcher {
    padding-left: 0;
}
.header-second .topbar-info-wrapper .topbar-info {
    display: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.header-second .topbar-info-wrapper .topbar-info li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    padding-right: 20px;
    padding-bottom: 0;
    font-size: 14px;
}
.header-second .topbar-info-wrapper .topbar-info li:before {
    display: none;
}
.header-second .topbar-info-wrapper .topbar-info li i {
    color: #eb2229;
}
.header-second .topbar-info-wrapper .topbar-info li span {
    color: #fff;
    padding-left: 10px;
}
.header-second .topbar-info-wrapper .topbar-info:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 42px;
}
.header-second .topbar-info-wrapper .topbar-info:first-child {
    display: block;
}
.header-second .topbar-switcher {
    width: 18%;
    height: 45px;
    padding: 0;
    background-color: #eb2229;
}
.header-second .topbar-switcher select {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-second .topbar-switcher .select2-container {
    padding: 0 15px;
}
.header-second .topbar-switcher .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-second .topbar-switcher .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    overflow: hidden;
}
.header-second .topbar-switcher .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-second .topbar-switcher .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-second .topbar-switcher .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-second .topbar-switcher .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-second .topbar-switcher .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-second .topbar-switcher .select2-container .selection .select2-selection .select2-selection__rendered {
    overflow: hidden;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-second .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
    right: 7px;
}
.header-second .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-second .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-second .topbar-switcher .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-second .topbar-switcher .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-second .topbar-social {
    margin: 0 0 0 auto;
}
.header-second .topbar-social ul {
    float: left;
    margin: 0;
    padding: 0;
}
.header-second .topbar-social ul li {
    display: inline-block;
    margin-left: 0;
    padding-bottom: 0;
}
.header-second .topbar-social ul li:before {
    display: none;
}
.header-second .topbar-social ul li a {
    display: block;
    background: 0 0;
    height: 28px;
    width: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    transition: all 0.3s ease;
}
.header-second .topbar-social ul li a:hover {
    background: #fff;
    color: #47588f;
}
.header-second .lang-select {
    padding-left: 10px;
}
.header-second .lang-select select {
    height: 45px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-second .lang-select .select2-container {
    padding: 0 10px;
}
.header-second .lang-select .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-second .lang-select .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-second .lang-select .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-second .lang-select .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-second .lang-select .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-second .lang-select .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-second .lang-select .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-second .lang-select .select2-container .selection .select2-selection .select2-selection__rendered {
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-second .lang-select .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
}
.header-second .lang-select .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-second .lang-select .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-second .lang-select .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-second .lang-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-second .logo-container {
    float: left;
    height: 100px;
}
.header-second .logo-container .img-align {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.header-second .logo-container a {
    display: inline-block;
    vertical-align: middle;
}
.header-second .logo-container a img {
    display: inline-block;
    vertical-align: middle;
}
.header-second .header-wrapper {
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 1052;
    width: 100%;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    -webkit-box-shadow: 0 1px 15px -2px #999;
    -moz-box-shadow: 0 1px 15px -2px #999;
    box-shadow: 0 1px 15px -2px #999;
}
.header-second .header-wrapper.transparent {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0 !important;
}
.header-second .header-wrapper.transparent .logo-container a img {
    display: none;
}
.header-second .header-wrapper.transparent .logo-container a img.transparent {
    display: block;
}
.header-second .header-wrapper.transparent .st-header-icons .st-search-icon i,
.header-second .header-wrapper.transparent .st-header-icons .st-account-icon i,
.header-second .header-wrapper.transparent .st-header-icons .st-wishlist-icon i,
.header-second .header-wrapper.transparent .st-header-icons .st-cart-icon i {
    color: #fff;
}
.header-second .header-wrapper.transparent nav.header-navigation > ul > li > a {
    color: #fff;
}
.header-second .header-wrapper.transparent.on-scroll {
    background: rgba(255, 255, 255, 0.95) !important;
    -webkit-box-shadow: 0 1px 15px -2px #999;
    -moz-box-shadow: 0 1px 15px -2px #999;
    box-shadow: 0 1px 15px -2px #999;
}
.header-second .header-wrapper.transparent.on-scroll .logo-container a img {
    display: block;
}
.header-second .header-wrapper.transparent.on-scroll .logo-container a img.transparent {
    display: none;
}
.header-second .header-wrapper.transparent.on-scroll .st-header-icons .st-search-icon i,
.header-second .header-wrapper.transparent.on-scroll .st-header-icons .st-account-icon i,
.header-second .header-wrapper.transparent.on-scroll .st-header-icons .st-wishlist-icon i,
.header-second .header-wrapper.transparent.on-scroll .st-header-icons .st-cart-icon i {
    color: #47588f;
}
.header-second .header-wrapper.transparent.on-scroll nav.header-navigation > ul > li > a {
    color: #47588f;
}
.header-second .header-wrapper.sticky {
    top: 0;
    background: #fff;
}
.header-second .header-wrapper.topbar-enabled {
    top: 45px;
}
.header-second .header-wrapper.on-scroll {
    position: fixed;
    top: 0;
    background: #fff;
}
.header-second .header-wrapper.on-scroll .logo-container {
    height: 70px;
}
.header-second .header-wrapper.on-scroll .logo-container a img {
    height: 50px;
}
.header-second .header-wrapper.on-scroll .st-header-icons {
    padding-left: 20px;
}
.header-second .header-wrapper.on-scroll .st-header-icons:after {
    height: 70px;
}
.header-second .header-wrapper.on-scroll .header-navigation > ul:after {
    height: 70px;
}
.header-second .header-wrapper.on-scroll .header-navigation > ul li > ul {
    top: 25px;
}
.header-second .header-wrapper.on-scroll .header-navigation > ul li > ul li > ul {
    top: 0;
}
.header-second .header-navigation > ul {
    float: right;
    margin: 0;
    padding: 0;
}
.header-second .header-navigation > ul:before {
    display: table;
    content: " ";
}
.header-second .header-navigation > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-second .header-navigation > ul > li.current-menu-item > a {
    opacity: 0.7;
}
.header-second .header-navigation > ul > li.menu-item-type-custom.current-menu-item > a {
    opacity: 1;
}
.header-second .header-navigation > ul > li:hover > a {
    opacity: 0.7;
}
.header-second .header-navigation > ul li {
    position: relative;
    display: inline-block;
    margin-left: 0;
    padding: 0 15px;
    vertical-align: middle;
}
.header-second .header-navigation > ul li:before {
    display: none;
}
.header-second .header-navigation > ul li a {
    text-transform: uppercase;
    color: #47588f;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    font-style: ;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: opacity 0.3s ease;
}
.header-second .header-navigation > ul li > ul {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 99;
    top: 25px;
    left: 15px;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.75);
}
.header-second .header-navigation > ul li > ul:before {
    display: table;
    content: " ";
}
.header-second .header-navigation > ul li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns {
    width: 1000px;
    left: 50%;
    transform: translateX(-48%);
    font-size: 0;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-1 > li {
    width: 100%;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-2 > li {
    width: 50%;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-3 > li {
    width: 33.33333333%;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-4 > li {
    width: 25%;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-5 > li {
    width: 20%;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-6 > li {
    width: 16.66666667%;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns > li {
    display: inline-block;
    vertical-align: top;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns > li > a {
    font-weight: 700;
    text-transform: uppercase;
    color: #47588f;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns > li > a:after {
    display: none !important;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns > li > ul {
    position: relative;
    display: block;
    left: auto;
    z-index: 999;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns > li > ul > li {
    background: 0 0;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns > li > ul > li a {
    transition: all 0.4s ease;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns > li > ul > li:hover a {
    background: 0 0;
    color: #47588f;
    text-decoration: underline;
}
.header-second .header-navigation > ul li > ul.sub-menu-columns > li > ul > li > a {
    color: #474747;
}
.header-second .header-navigation > ul li > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: 0 0;
    position: relative;
}
.header-second .header-navigation > ul li > ul > li.menu-item-has-children a:after {
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #47588f;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-second .header-navigation > ul li > ul > li a {
    color: #474747;
    background: 0 0;
    padding: 12px 30px 8px;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}
.header-second .header-navigation > ul li > ul > li a:hover {
    color: #fff;
    background: rgba(71, 88, 143, 0.95);
}
.header-second .header-navigation > ul li > ul > li a:hover:after {
    color: #fff;
}
.header-second .header-navigation > ul li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-second .header-navigation > ul li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-second .header-navigation > ul li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-second .header-navigation > ul li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-second .header-navigation > ul li > ul > li > ul > li.menu-item-has-children a:after {
    display: block;
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-second .header-navigation > ul li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-second .header-navigation > ul li > ul > li > ul > li a:after {
    display: none;
}
.header-second .header-navigation > ul li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-second .header-navigation > ul li > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-second .header-navigation > ul li > ul > li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-second .header-navigation > ul li > ul > li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-second .header-navigation > ul li > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-second .header-navigation > ul li > ul > li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-second .header-navigation > ul li > ul > li > ul > li > ul > li a:after {
    display: none !important;
}
.header-second .header-navigation > ul li > ul > li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-second .header-navigation > ul li > ul.ul-child {
    width: 300px;
}
.header-second .header-navigation > ul li > ul.ul-child > li {
    width: 100%;
}
.header-second .header-navigation > ul li > ul.ul-child > li a {
    border: 0;
    padding: 12px 30px 8px;
}
.header-second .header-navigation > ul li > ul.edge > li > ul {
    left: 0;
}
.header-second .header-navigation > ul li > ul.edge > li > ul li {
    left: -100%;
}
.header-second .header-navigation > ul:after {
    display: inline-block;
    vertical-align: middle;
    height: 100px;
}
.header-second .header-navigation > ul .sub-menu > li:hover > a {
    color: #fff;
    background: #3a4876;
}
.header-second .header-navigation > ul .sub-menu > li:hover > a:after {
    color: #fff;
}
.header-second .st-header-icons {
    position: relative;
    float: right;
    padding-left: 20px;
}
.header-second .st-header-icons:after {
    display: inline-block;
    height: 100px;
    content: "";
    vertical-align: middle;
}
.header-second .st-header-icons > div {
    margin-right: 20px;
}
.header-second .st-header-icons > div:last-child {
    margin-right: 0;
}
.header-second .st-header-icons .st-search-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-second .st-header-icons .st-search-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-second .st-header-icons .st-search-icon i:hover {
    opacity: 1;
}
.header-second .st-header-icons .st-search-icon .st-header-search {
    display: none;
    position: absolute;
    right: 0;
    width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
}
.header-second .st-header-icons .st-search-icon .st-header-search form input {
    width: 98%;
    border-bottom: 1px solid #e0e0e0;
}
.header-second .st-header-icons .st-search-icon .st-header-search form input::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-second .st-header-icons .st-search-icon .st-header-search form input:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-second .st-header-icons .st-search-icon .st-header-search form input::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-second .st-header-icons .st-search-icon .st-header-search form button {
    display: none;
}
.header-second .st-header-icons .st-account-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-second .st-header-icons .st-account-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-second .st-header-icons .st-account-icon i:hover {
    opacity: 1;
}
.header-second .st-header-icons .st-wishlist-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-second .st-header-icons .st-wishlist-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-second .st-header-icons .st-wishlist-icon i:hover {
    opacity: 1;
}
.header-second .st-header-icons .st-cart-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-second .st-header-icons .st-cart-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-second .st-header-icons .st-cart-icon i:hover {
    opacity: 1;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content {
    display: none;
    position: absolute;
    right: 0;
    width: auto;
    min-width: 265px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
    text-align: left;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:before {
    display: table;
    content: " ";
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:after {
    display: table;
    content: " ";
    clear: both;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item:last-child {
    margin-bottom: 0;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a {
    display: block;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title {
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title:hover {
    color: #eb2229;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a img {
    float: left;
    width: 65px;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove {
    position: absolute;
    top: auto;
    bottom: 50%;
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 1px solid #727272;
    border-radius: 100%;
    text-align: center;
    font-family: FontAwesome;
    line-height: 0.8em;
    font-size: 20px;
    font-weight: 200;
    color: #727272 !important;
    opacity: 1;
    transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove:hover {
    color: #fff !important;
    border-color: #eb2229;
    background: #eb2229 !important;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .quantity {
    float: left;
    font-size: 14px;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation {
    float: left;
    width: 170px;
    margin: 0;
    padding: 0;
    border-left: none;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt,
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt {
    margin-right: 5px;
    font-weight: 400;
    color: #727272;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd p {
    padding: 0;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.empty {
    font-size: 14px;
    text-align: center;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content .total {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    border-top: none;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content .total strong {
    font-weight: 400;
    line-height: 20px;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content .total .woocommerce-Price-amount {
    float: right;
    color: #eb2229;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons {
    margin: 5px 0 0;
    padding: 0;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:before {
    display: table;
    content: " ";
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:after {
    display: table;
    content: " ";
    clear: both;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button {
    float: left;
    padding: 10px 18px 8px;
    background: 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button:hover {
    opacity: 0.7;
}
.header-second .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button.checkout {
    float: right;
}
.header-second .st-header-icons .st-cart-icon .st-cart-count {
    position: absolute;
    top: 8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #eb2229;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}
.header-second .st-header-icons .st-cart-icon .st-cart-count.products-in-cart {
    visibility: visible;
    opacity: 1;
}
.header-third .topbar {
    background-color: #47588f;
    height: 45px;
}
.header-third .topbar .row {
    height: 100%;
}
.header-third .topbar-info-wrapper {
    width: 85%;
    padding-left: 50px;
}
.header-third .topbar-info-wrapper.no-switcher {
    padding-left: 0;
}
.header-third .topbar-info-wrapper .topbar-info {
    display: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.header-third .topbar-info-wrapper .topbar-info li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    padding-right: 20px;
    padding-bottom: 0;
    font-size: 14px;
}
.header-third .topbar-info-wrapper .topbar-info li:before {
    display: none;
}
.header-third .topbar-info-wrapper .topbar-info li i {
    color: #eb2229;
}
.header-third .topbar-info-wrapper .topbar-info li span {
    color: #fff;
    padding-left: 10px;
}
.header-third .topbar-info-wrapper .topbar-info:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 42px;
}
.header-third .topbar-info-wrapper .topbar-info:first-child {
    display: block;
}
.header-third .topbar-switcher {
    width: 15%;
    height: 45px;
    padding: 0;
    background-color: #eb2229;
}
.header-third .topbar-switcher select {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-third .topbar-switcher .select2-container {
    padding: 0 15px;
}
.header-third .topbar-switcher .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-third .topbar-switcher .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    overflow: hidden;
}
.header-third .topbar-switcher .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-third .topbar-switcher .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-third .topbar-switcher .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-third .topbar-switcher .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-third .topbar-switcher .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-third .topbar-switcher .select2-container .selection .select2-selection .select2-selection__rendered {
    overflow: hidden;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-third .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
    right: 7px;
}
.header-third .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-third .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-third .topbar-switcher .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-third .topbar-switcher .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-third .lang-select {
    padding-left: 10px;
}
.header-third .lang-select select {
    height: 45px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-third .lang-select .select2-container {
    padding: 0 10px;
}
.header-third .lang-select .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-third .lang-select .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-third .lang-select .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-third .lang-select .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-third .lang-select .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-third .lang-select .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-third .lang-select .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-third .lang-select .select2-container .selection .select2-selection .select2-selection__rendered {
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-third .lang-select .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
}
.header-third .lang-select .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-third .lang-select .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-third .lang-select .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-third .lang-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-third .header-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1052;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    -webkit-box-shadow: 0 5px 15px -2px #999;
    -moz-box-shadow: 0 5px 15px -2px #999;
    box-shadow: 0 5px 15px -2px #999;
}
.header-third .header-wrapper .header-wrapper-inner {
    width: 1200px;
    margin: 0 auto;
}
.header-third .header-wrapper .header-wrapper-inner:before {
    display: table;
    content: " ";
}
.header-third .header-wrapper .header-wrapper-inner:after {
    display: table;
    content: " ";
    clear: both;
}
.header-third .header-wrapper.transparent {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header-third .header-wrapper.transparent .logo-container a img {
    display: none;
}
.header-third .header-wrapper.transparent .logo-container a img.transparent {
    display: block;
}
.header-third .header-wrapper.transparent .st-header-icons .st-search-icon i,
.header-third .header-wrapper.transparent .st-header-icons .st-account-icon i,
.header-third .header-wrapper.transparent .st-header-icons .st-wishlist-icon i,
.header-third .header-wrapper.transparent .st-header-icons .st-cart-icon i {
    color: #fff;
}
.header-third .header-wrapper.transparent .header-lang-social .header-social ul li a i {
    color: #fff;
}
.header-third .header-wrapper.transparent nav.header-navigation > ul > li > a {
    color: #fff;
}
.header-third .header-wrapper.transparent.on-scroll {
    background: rgba(255, 255, 255, 0.95) !important;
    -webkit-box-shadow: 0 1px 15px -2px #999;
    -moz-box-shadow: 0 1px 15px -2px #999;
    box-shadow: 0 1px 15px -2px #999;
}
.header-third .header-wrapper.transparent.on-scroll .logo-container a img {
    display: block;
}
.header-third .header-wrapper.transparent.on-scroll .logo-container a img.transparent {
    display: none;
}
.header-third .header-wrapper.transparent.on-scroll .st-header-icons .st-search-icon i,
.header-third .header-wrapper.transparent.on-scroll .st-header-icons .st-account-icon i,
.header-third .header-wrapper.transparent.on-scroll .st-header-icons .st-wishlist-icon i,
.header-third .header-wrapper.transparent.on-scroll .st-header-icons .st-cart-icon i {
    color: #47588f;
}
.header-third .header-wrapper.transparent.on-scroll .header-lang-social .header-social ul li a i {
    color: #47588f;
}
.header-third .header-wrapper.transparent.on-scroll nav.header-navigation > ul > li > a {
    color: #47588f;
}
.header-third .header-wrapper.sticky {
    top: 0;
}
.header-third .header-wrapper.topbar-enabled {
    top: 45px;
}
.header-third .header-wrapper.on-scroll {
    position: fixed;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 15px -2px #999;
    -moz-box-shadow: 0 1px 15px -2px #999;
    box-shadow: 0 1px 15px -2px #999;
}
.header-third .header-wrapper.on-scroll .header-lang-social:after {
    height: 60px;
}
.header-third .header-wrapper.on-scroll .logo-container {
    height: 60px;
}
.header-third .header-wrapper.on-scroll .logo-container a img {
    height: 50px;
}
.header-third .header-wrapper.on-scroll .logo-container a img.transparent {
    display: none;
}
.header-third .header-wrapper.on-scroll .st-header-icons {
    padding-left: 20px;
}
.header-third .header-wrapper.on-scroll .st-header-icons:after {
    height: 60px;
}
.header-third .header-wrapper.on-scroll .header-navigation > ul:after {
    height: 60px;
}
.header-third .header-wrapper.on-scroll .header-navigation > ul li > ul {
    top: 25px;
}
.header-third .header-wrapper.on-scroll .header-navigation > ul li > ul li > ul {
    top: 0;
}
.header-third .logo-container {
    float: left;
    width: 33.33333333%;
    height: 80px;
    text-align: center;
}
.header-third .logo-container .img-align {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.header-third .logo-container a {
    display: inline-block;
    vertical-align: middle;
}
.header-third .logo-container a img {
    display: inline-block;
    vertical-align: middle;
}
.header-third .logo-container a img.transparent {
    display: none;
}
.header-third .header-lang-social {
    float: left;
    width: 33.33333333%;
}
.header-third .header-lang-social:after {
    display: inline-block;
    content: " ";
    vertical-align: middle;
    height: 80px;
}
.header-third .header-lang-social .header-social {
    display: inline-block;
    vertical-align: middle;
}
.header-third .header-lang-social .header-social ul {
    float: left;
    margin: 0;
    padding: 0;
}
.header-third .header-lang-social .header-social ul li {
    display: inline-block;
    margin-left: 0;
    padding-bottom: 0;
}
.header-third .header-lang-social .header-social ul li:before {
    display: none;
}
.header-third .header-lang-social .header-social ul li a {
    display: block;
    background: 0 0;
    height: 28px;
    width: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    color: #47588f;
    line-height: 32px;
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease;
}
.header-third .header-lang-social .header-social ul li a:hover {
    opacity: 1;
}
.header-third .header-lang-social section {
    display: inline-block;
}
.header-third .st-header-icons {
    position: relative;
    float: right;
    width: 33.33333333%;
    padding-left: 20px;
    text-align: right;
}
.header-third .st-header-icons:after {
    display: inline-block;
    height: 80px;
    content: "";
    vertical-align: middle;
}
.header-third .st-header-icons > div {
    margin-right: 15px;
}
.header-third .st-header-icons > div:last-child {
    margin-right: 0;
}
.header-third .st-header-icons .st-search-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-third .st-header-icons .st-search-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-third .st-header-icons .st-search-icon i:hover {
    opacity: 1;
}
.header-third .st-header-icons .st-search-icon .st-header-search {
    display: none;
    position: absolute;
    right: 0;
    width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
    z-index: 1053;
}
.header-third .st-header-icons .st-search-icon .st-header-search form input {
    width: 98%;
    border-bottom: 1px solid #e0e0e0;
}
.header-third .st-header-icons .st-search-icon .st-header-search form input::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-third .st-header-icons .st-search-icon .st-header-search form input:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-third .st-header-icons .st-search-icon .st-header-search form input::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-third .st-header-icons .st-search-icon .st-header-search form button {
    display: none;
}
.header-third .st-header-icons .st-account-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-third .st-header-icons .st-account-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-third .st-header-icons .st-account-icon i:hover {
    opacity: 1;
}
.header-third .st-header-icons .st-wishlist-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-third .st-header-icons .st-wishlist-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-third .st-header-icons .st-wishlist-icon i:hover {
    opacity: 1;
}
.header-third .st-header-icons .st-cart-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-third .st-header-icons .st-cart-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-third .st-header-icons .st-cart-icon i:hover {
    opacity: 1;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content {
    display: none;
    position: absolute;
    right: 0;
    width: auto;
    min-width: 265px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
    z-index: 1053;
    text-align: left;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:before {
    display: table;
    content: " ";
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:after {
    display: table;
    content: " ";
    clear: both;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item:last-child {
    margin-bottom: 0;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a {
    display: block;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title {
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title:hover {
    color: #eb2229;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a img {
    float: left;
    width: 65px;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove {
    position: absolute;
    top: auto;
    bottom: 50%;
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 1px solid #727272;
    border-radius: 100%;
    text-align: center;
    font-family: FontAwesome;
    line-height: 0.8em;
    font-size: 20px;
    font-weight: 200;
    color: #727272 !important;
    opacity: 1;
    transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove:hover {
    color: #fff !important;
    border-color: #eb2229;
    background: #eb2229 !important;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .quantity {
    float: left;
    font-size: 14px;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation {
    float: left;
    width: 170px;
    margin: 0;
    padding: 0;
    border-left: none;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt,
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt {
    margin-right: 5px;
    font-weight: 400;
    color: #727272;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd p {
    padding: 0;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.empty {
    font-size: 14px;
    text-align: center;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content .total {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    border-top: none;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content .total strong {
    font-weight: 400;
    line-height: 20px;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content .total .woocommerce-Price-amount {
    float: right;
    color: #eb2229;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons {
    margin: 5px 0 0;
    padding: 0;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:before {
    display: table;
    content: " ";
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:after {
    display: table;
    content: " ";
    clear: both;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button {
    float: left;
    padding: 10px 18px 8px;
    background: 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button:hover {
    opacity: 0.7;
}
.header-third .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button.checkout {
    float: right;
}
.header-third .st-header-icons .st-cart-icon .st-cart-count {
    position: absolute;
    top: 8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #eb2229;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}
.header-third .st-header-icons .st-cart-icon .st-cart-count.products-in-cart {
    visibility: visible;
    opacity: 1;
}
.header-third .header-third-sep {
    width: 100%;
    border-top: 1px solid #cecece;
}
.header-third nav.header-navigation {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.header-third nav.header-navigation > ul {
    margin: 0;
    padding: 0;
}
.header-third nav.header-navigation > ul:before {
    display: table;
    content: " ";
}
.header-third nav.header-navigation > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-third nav.header-navigation > ul > li.current-menu-item > a {
    opacity: 0.7;
}
.header-third nav.header-navigation > ul > li.menu-item-type-custom.current-menu-item > a {
    opacity: 1;
}
.header-third nav.header-navigation > ul > li:hover > a {
    opacity: 0.7;
}
.header-third nav.header-navigation > ul li {
    position: relative;
    display: inline-block;
    margin-left: 0;
    padding: 0 15px;
    vertical-align: middle;
    text-align: left;
}
.header-third nav.header-navigation > ul li:before {
    display: none;
}
.header-third nav.header-navigation > ul li a {
    text-transform: uppercase;
    color: #47588f;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    font-style: ;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: opacity 0.3s ease;
}
.header-third nav.header-navigation > ul li > ul {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 99;
    top: 25px;
    left: 15px;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.75);
}
.header-third nav.header-navigation > ul li > ul:before {
    display: table;
    content: " ";
}
.header-third nav.header-navigation > ul li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns {
    width: 1000px;
    left: 50%;
    transform: translateX(-48%);
    font-size: 0;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-1 > li {
    width: 100%;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-2 > li {
    width: 50%;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-3 > li {
    width: 33.33333333%;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-4 > li {
    width: 25%;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-5 > li {
    width: 20%;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-6 > li {
    width: 16.66666667%;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns > li {
    display: inline-block;
    vertical-align: top;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns > li > a {
    font-weight: 700;
    text-transform: uppercase;
    color: #47588f;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns > li > a:after {
    display: none !important;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns > li > ul {
    position: relative;
    display: block;
    left: auto;
    z-index: 999;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns > li > ul > li {
    background: 0 0;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns > li > ul > li a {
    transition: all 0.4s ease;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns > li > ul > li:hover a {
    background: 0 0;
    color: #47588f;
    text-decoration: underline;
}
.header-third nav.header-navigation > ul li > ul.sub-menu-columns > li > ul > li > a {
    color: #474747;
}
.header-third nav.header-navigation > ul li > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: 0 0;
    position: relative;
}
.header-third nav.header-navigation > ul li > ul > li.menu-item-has-children a:after {
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #47588f;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-third nav.header-navigation > ul li > ul > li a {
    color: #474747;
    background: 0 0;
    padding: 12px 30px 8px;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}
.header-third nav.header-navigation > ul li > ul > li a:hover {
    color: #fff;
    background: rgba(71, 88, 143, 0.95);
}
.header-third nav.header-navigation > ul li > ul > li a:hover:after {
    color: #fff;
}
.header-third nav.header-navigation > ul li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-third nav.header-navigation > ul li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-third nav.header-navigation > ul li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-third nav.header-navigation > ul li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-third nav.header-navigation > ul li > ul > li > ul > li.menu-item-has-children a:after {
    display: block;
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-third nav.header-navigation > ul li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-third nav.header-navigation > ul li > ul > li > ul > li a:after {
    display: none;
}
.header-third nav.header-navigation > ul li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-third nav.header-navigation > ul li > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-third nav.header-navigation > ul li > ul > li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-third nav.header-navigation > ul li > ul > li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-third nav.header-navigation > ul li > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-third nav.header-navigation > ul li > ul > li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-third nav.header-navigation > ul li > ul > li > ul > li > ul > li a:after {
    display: none !important;
}
.header-third nav.header-navigation > ul li > ul > li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-third nav.header-navigation > ul li > ul.ul-child {
    width: 300px;
}
.header-third nav.header-navigation > ul li > ul.ul-child > li {
    width: 100%;
}
.header-third nav.header-navigation > ul li > ul.ul-child > li a {
    border: 0;
    padding: 12px 30px 8px;
}
.header-third nav.header-navigation > ul li > ul.edge > li > ul {
    left: 0;
}
.header-third nav.header-navigation > ul li > ul.edge > li > ul li {
    left: -100%;
}
.header-third nav.header-navigation > ul:after {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
}
.header-third nav.header-navigation > ul .sub-menu > li:hover > a {
    color: #fff;
    background: #3a4876;
}
.header-third nav.header-navigation > ul .sub-menu > li:hover > a:after {
    color: #fff;
}
.header-fourth .topbar {
    background-color: #47588f;
    height: 45px;
}
.header-fourth .topbar .row {
    height: 100%;
}
.header-fourth .topbar-info-wrapper {
    width: 85%;
    padding-left: 50px;
}
.header-fourth .topbar-info-wrapper.no-switcher {
    padding-left: 0;
}
.header-fourth .topbar-info-wrapper .topbar-info {
    display: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.header-fourth .topbar-info-wrapper .topbar-info li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    padding-right: 20px;
    padding-bottom: 0;
    font-size: 14px;
}
.header-fourth .topbar-info-wrapper .topbar-info li:before {
    display: none;
}
.header-fourth .topbar-info-wrapper .topbar-info li i {
    color: #eb2229;
}
.header-fourth .topbar-info-wrapper .topbar-info li span {
    color: #fff;
    padding-left: 10px;
}
.header-fourth .topbar-info-wrapper .topbar-info:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}
.header-fourth .topbar-info-wrapper .topbar-info:first-child {
    display: block;
}
.header-fourth .topbar-switcher {
    width: 15%;
    height: 45px;
    padding: 0;
    background-color: #eb2229;
}
.header-fourth .topbar-switcher select {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-fourth .topbar-switcher .select2-container {
    padding: 0 15px;
}
.header-fourth .topbar-switcher .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-fourth .topbar-switcher .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    overflow: hidden;
}
.header-fourth .topbar-switcher .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-fourth .topbar-switcher .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-fourth .topbar-switcher .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-fourth .topbar-switcher .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-fourth .topbar-switcher .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-fourth .topbar-switcher .select2-container .selection .select2-selection .select2-selection__rendered {
    overflow: hidden;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-fourth .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
    right: 7px;
}
.header-fourth .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-fourth .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-fourth .topbar-switcher .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-fourth .topbar-switcher .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-fourth .lang-select {
    padding-left: 10px;
}
.header-fourth .lang-select select {
    height: 45px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-fourth .lang-select .select2-container {
    padding: 0 10px;
}
.header-fourth .lang-select .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-fourth .lang-select .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-fourth .lang-select .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-fourth .lang-select .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-fourth .lang-select .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-fourth .lang-select .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-fourth .lang-select .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-fourth .lang-select .select2-container .selection .select2-selection .select2-selection__rendered {
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-fourth .lang-select .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
}
.header-fourth .lang-select .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-fourth .lang-select .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-fourth .lang-select .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-fourth .lang-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-fourth .header-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1052;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    -webkit-box-shadow: 0 5px 15px -2px #999;
    -moz-box-shadow: 0 5px 15px -2px #999;
    box-shadow: 0 5px 15px -2px #999;
}
.header-fourth .header-wrapper .header-wrapper-inner {
    width: 1200px;
    margin: 0 auto;
}
.header-fourth .header-wrapper .header-wrapper-inner:before {
    display: table;
    content: " ";
}
.header-fourth .header-wrapper .header-wrapper-inner:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fourth .header-wrapper.transparent {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header-fourth .header-wrapper.transparent .logo-container a img {
    display: none;
}
.header-fourth .header-wrapper.transparent .logo-container a img.transparent {
    display: block;
}
.header-fourth .header-wrapper.transparent .header-third-sep {
    display: none;
}
.header-fourth .header-wrapper.transparent .st-header-icons .st-search-icon i,
.header-fourth .header-wrapper.transparent .st-header-icons .st-account-icon i,
.header-fourth .header-wrapper.transparent .st-header-icons .st-wishlist-icon i,
.header-fourth .header-wrapper.transparent .st-header-icons .st-cart-icon i {
    color: #fff;
}
.header-fourth .header-wrapper.transparent .header-lang-social .header-social ul li a i {
    color: #fff;
}
.header-fourth .header-wrapper.transparent.on-scroll {
    background: rgba(255, 255, 255, 0.95) !important;
    -webkit-box-shadow: 0 1px 15px -2px #999;
    -moz-box-shadow: 0 1px 15px -2px #999;
    box-shadow: 0 1px 15px -2px #999;
}
.header-fourth .header-wrapper.transparent.on-scroll .logo-container a img {
    display: block;
}
.header-fourth .header-wrapper.transparent.on-scroll .logo-container a img.transparent {
    display: none;
}
.header-fourth .header-wrapper.transparent.on-scroll .header-third-sep {
    display: block;
}
.header-fourth .header-wrapper.transparent.on-scroll .st-header-icons .st-search-icon i,
.header-fourth .header-wrapper.transparent.on-scroll .st-header-icons .st-account-icon i,
.header-fourth .header-wrapper.transparent.on-scroll .st-header-icons .st-wishlist-icon i,
.header-fourth .header-wrapper.transparent.on-scroll .st-header-icons .st-cart-icon i {
    color: #47588f;
}
.header-fourth .header-wrapper.transparent.on-scroll .header-lang-social .header-social ul li a i {
    color: #47588f;
}
.header-fourth .header-wrapper.sticky {
    top: 0;
}
.header-fourth .header-wrapper.topbar-enabled {
    top: 45px;
}
.header-fourth .header-wrapper.on-scroll {
    position: fixed;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 15px -2px #999;
    -moz-box-shadow: 0 1px 15px -2px #999;
    box-shadow: 0 1px 15px -2px #999;
}
.header-fourth .header-wrapper.on-scroll .header-lang-social:after {
    height: 60px;
}
.header-fourth .header-wrapper.on-scroll .logo-container {
    height: 60px;
}
.header-fourth .header-wrapper.on-scroll .logo-container a img {
    height: 50px;
}
.header-fourth .header-wrapper.on-scroll .logo-container a img.transparent {
    display: none;
}
.header-fourth .header-wrapper.on-scroll .st-header-icons {
    padding-left: 20px;
}
.header-fourth .header-wrapper.on-scroll .st-header-icons:after {
    height: 60px;
}
.header-fourth .header-wrapper.on-scroll .header-navigation > ul:after {
    height: 60px;
}
.header-fourth .header-wrapper.on-scroll .header-navigation > ul li > ul {
    top: 25px;
}
.header-fourth .header-wrapper.on-scroll .header-navigation > ul li > ul li > ul {
    top: 0;
}
.header-fourth .logo-container {
    float: left;
    width: 33.33333333%;
    height: 80px;
    text-align: center;
}
.header-fourth .logo-container .img-align {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.header-fourth .logo-container a {
    display: inline-block;
    vertical-align: middle;
}
.header-fourth .logo-container a img {
    display: inline-block;
    vertical-align: middle;
}
.header-fourth .logo-container a img.transparent {
    display: none;
}
.header-fourth .header-lang-social {
    float: left;
    width: 33.33333333%;
}
.header-fourth .header-lang-social:after {
    display: inline-block;
    content: " ";
    vertical-align: middle;
    height: 80px;
}
.header-fourth .header-lang-social .header-social {
    display: inline-block;
    vertical-align: middle;
}
.header-fourth .header-lang-social .header-social ul {
    float: left;
    margin: 0;
    padding: 0;
}
.header-fourth .header-lang-social .header-social ul li {
    display: inline-block;
    margin-left: 0;
    padding-bottom: 0;
}
.header-fourth .header-lang-social .header-social ul li:before {
    display: none;
}
.header-fourth .header-lang-social .header-social ul li a {
    display: block;
    background: 0 0;
    height: 28px;
    width: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    color: #47588f;
    line-height: 32px;
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease;
}
.header-fourth .header-lang-social .header-social ul li a:hover {
    opacity: 1;
}
.header-fourth .header-lang-social section {
    display: inline-block;
}
.header-fourth .st-header-icons {
    position: relative;
    float: right;
    width: 33.33333333%;
    padding-left: 20px;
    text-align: right;
}
.header-fourth .st-header-icons:after {
    display: inline-block;
    height: 80px;
    content: "";
    vertical-align: middle;
}
.header-fourth .st-header-icons > div {
    margin-right: 15px;
}
.header-fourth .st-header-icons > div:last-child {
    margin-right: 0;
}
.header-fourth .st-header-icons .st-search-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-fourth .st-header-icons .st-search-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-fourth .st-header-icons .st-search-icon i:hover {
    opacity: 1;
}
.header-fourth .st-header-icons .st-search-icon .st-header-search {
    display: none;
    position: absolute;
    right: 0;
    width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
    z-index: 1053;
}
.header-fourth .st-header-icons .st-search-icon .st-header-search form input {
    width: 98%;
    border-bottom: 1px solid #e0e0e0;
}
.header-fourth .st-header-icons .st-search-icon .st-header-search form input::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-fourth .st-header-icons .st-search-icon .st-header-search form input:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-fourth .st-header-icons .st-search-icon .st-header-search form input::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-fourth .st-header-icons .st-search-icon .st-header-search form button {
    display: none;
}
.header-fourth .st-header-icons .st-account-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-fourth .st-header-icons .st-account-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-fourth .st-header-icons .st-account-icon i:hover {
    opacity: 1;
}
.header-fourth .st-header-icons .st-wishlist-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-fourth .st-header-icons .st-wishlist-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-fourth .st-header-icons .st-wishlist-icon i:hover {
    opacity: 1;
}
.header-fourth .st-header-icons .st-cart-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-fourth .st-header-icons .st-cart-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-fourth .st-header-icons .st-cart-icon i:hover {
    opacity: 1;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content {
    display: none;
    position: absolute;
    right: 0;
    width: auto;
    min-width: 265px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
    z-index: 1053;
    text-align: left;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:before {
    display: table;
    content: " ";
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item:last-child {
    margin-bottom: 0;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a {
    display: block;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title {
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title:hover {
    color: #eb2229;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a img {
    float: left;
    width: 65px;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove {
    position: absolute;
    top: auto;
    bottom: 50%;
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 1px solid #727272;
    border-radius: 100%;
    text-align: center;
    font-family: FontAwesome;
    line-height: 0.8em;
    font-size: 20px;
    font-weight: 200;
    color: #727272 !important;
    opacity: 1;
    transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove:hover {
    color: #fff !important;
    border-color: #eb2229;
    background: #eb2229 !important;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .quantity {
    float: left;
    font-size: 14px;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation {
    float: left;
    width: 170px;
    margin: 0;
    padding: 0;
    border-left: none;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt,
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt {
    margin-right: 5px;
    font-weight: 400;
    color: #727272;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd p {
    padding: 0;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.empty {
    font-size: 14px;
    text-align: center;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content .total {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    border-top: none;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content .total strong {
    font-weight: 400;
    line-height: 20px;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content .total .woocommerce-Price-amount {
    float: right;
    color: #eb2229;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons {
    margin: 5px 0 0;
    padding: 0;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:before {
    display: table;
    content: " ";
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button {
    float: left;
    padding: 10px 18px 8px;
    background: 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button:hover {
    opacity: 0.7;
}
.header-fourth .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button.checkout {
    float: right;
}
.header-fourth .st-header-icons .st-cart-icon .st-cart-count {
    position: absolute;
    top: 8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #eb2229;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}
.header-fourth .st-header-icons .st-cart-icon .st-cart-count.products-in-cart {
    visibility: visible;
    opacity: 1;
}
.header-fourth .header-third-sep {
    width: 100%;
    border-top: 1px solid #cecece;
}
.header-fourth nav.header-navigation {
    text-align: center;
    background-color: #47588f;
}
.header-fourth nav.header-navigation > ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.header-fourth nav.header-navigation > ul:before {
    display: table;
    content: " ";
}
.header-fourth nav.header-navigation > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fourth nav.header-navigation > ul > li.current-menu-item > a {
    opacity: 0.7;
}
.header-fourth nav.header-navigation > ul > li.menu-item-type-custom.current-menu-item > a {
    opacity: 1;
}
.header-fourth nav.header-navigation > ul > li:hover > a {
    opacity: 0.7;
}
.header-fourth nav.header-navigation > ul li {
    position: relative;
    display: inline-block;
    margin-left: 0;
    padding: 0 15px;
    vertical-align: middle;
    text-align: left;
}
.header-fourth nav.header-navigation > ul li:before {
    display: none;
}
.header-fourth nav.header-navigation > ul li a {
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    font-style: ;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: opacity 0.3s ease;
}
.header-fourth nav.header-navigation > ul li > ul {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 99;
    top: 25px;
    left: 15px;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.75);
}
.header-fourth nav.header-navigation > ul li > ul:before {
    display: table;
    content: " ";
}
.header-fourth nav.header-navigation > ul li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns {
    width: 1000px;
    left: 50%;
    transform: translateX(-48%);
    font-size: 0;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-1 > li {
    width: 100%;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-2 > li {
    width: 50%;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-3 > li {
    width: 33.33333333%;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-4 > li {
    width: 25%;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-5 > li {
    width: 20%;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-6 > li {
    width: 16.66666667%;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns > li {
    display: inline-block;
    vertical-align: top;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns > li > a {
    font-weight: 700;
    text-transform: uppercase;
    color: #47588f;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns > li > a:after {
    display: none !important;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns > li > ul {
    position: relative;
    display: block;
    left: auto;
    z-index: 999;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns > li > ul > li {
    background: 0 0;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns > li > ul > li a {
    transition: all 0.4s ease;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns > li > ul > li:hover a {
    background: 0 0;
    color: #47588f;
    text-decoration: underline;
}
.header-fourth nav.header-navigation > ul li > ul.sub-menu-columns > li > ul > li > a {
    color: #474747;
}
.header-fourth nav.header-navigation > ul li > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: 0 0;
    position: relative;
}
.header-fourth nav.header-navigation > ul li > ul > li.menu-item-has-children a:after {
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #47588f;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-fourth nav.header-navigation > ul li > ul > li a {
    color: #474747;
    background: 0 0;
    padding: 12px 30px 8px;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}
.header-fourth nav.header-navigation > ul li > ul > li a:hover {
    color: #fff;
    background: rgba(71, 88, 143, 0.95);
}
.header-fourth nav.header-navigation > ul li > ul > li a:hover:after {
    color: #fff;
}
.header-fourth nav.header-navigation > ul li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-fourth nav.header-navigation > ul li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-fourth nav.header-navigation > ul li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fourth nav.header-navigation > ul li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-fourth nav.header-navigation > ul li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-fourth nav.header-navigation > ul li > ul > li > ul > li a:after {
    display: none;
}
.header-fourth nav.header-navigation > ul li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-fourth nav.header-navigation > ul li > ul > li > ul > li.menu-item-has-children a:after {
    display: block;
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-fourth nav.header-navigation > ul li > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-fourth nav.header-navigation > ul li > ul > li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-fourth nav.header-navigation > ul li > ul > li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fourth nav.header-navigation > ul li > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-fourth nav.header-navigation > ul li > ul > li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-fourth nav.header-navigation > ul li > ul > li > ul > li > ul > li a:after {
    display: none !important;
}
.header-fourth nav.header-navigation > ul li > ul > li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-fourth nav.header-navigation > ul li > ul.ul-child {
    width: 300px;
}
.header-fourth nav.header-navigation > ul li > ul.ul-child > li {
    width: 100%;
}
.header-fourth nav.header-navigation > ul li > ul.ul-child > li a {
    border: 0;
    padding: 12px 30px 8px;
}
.header-fourth nav.header-navigation > ul li > ul.edge > li > ul {
    left: 0;
}
.header-fourth nav.header-navigation > ul li > ul.edge > li > ul li {
    left: -100%;
}
.header-fourth nav.header-navigation > ul:after {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
}
.header-fourth nav.header-navigation > ul .sub-menu > li:hover > a {
    color: #fff;
    background: #3a4876;
}
.header-fourth nav.header-navigation > ul .sub-menu > li:hover > a:after {
    color: #fff;
}
.header-fifth .topbar {
    background-color: #47588f;
    height: 45px;
}
.header-fifth .topbar .row {
    height: 100%;
}
.header-fifth .topbar-info-wrapper {
    width: 85%;
    padding-left: 50px;
}
.header-fifth .topbar-info-wrapper.no-switcher {
    padding-left: 0;
}
.header-fifth .topbar-info-wrapper .topbar-info {
    display: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.header-fifth .topbar-info-wrapper .topbar-info li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    padding-right: 20px;
    padding-bottom: 0;
    font-size: 14px;
}
.header-fifth .topbar-info-wrapper .topbar-info li:before {
    display: none;
}
.header-fifth .topbar-info-wrapper .topbar-info li i {
    color: #eb2229;
}
.header-fifth .topbar-info-wrapper .topbar-info li span {
    color: #fff;
    padding-left: 10px;
}
.header-fifth .topbar-info-wrapper .topbar-info:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 42px;
}
.header-fifth .topbar-info-wrapper .topbar-info:first-child {
    display: block;
}
.header-fifth .topbar-switcher {
    width: 15%;
    height: 45px;
    padding: 0;
    background-color: #eb2229;
}
.header-fifth .topbar-switcher select {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-fifth .topbar-switcher .select2-container {
    padding: 0 15px;
}
.header-fifth .topbar-switcher .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-fifth .topbar-switcher .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    overflow: hidden;
}
.header-fifth .topbar-switcher .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-fifth .topbar-switcher .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-fifth .topbar-switcher .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-fifth .topbar-switcher .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-fifth .topbar-switcher .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-fifth .topbar-switcher .select2-container .selection .select2-selection .select2-selection__rendered {
    overflow: hidden;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-fifth .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
    right: 7px;
}
.header-fifth .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-fifth .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-fifth .topbar-switcher .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-fifth .topbar-switcher .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-fifth .lang.col {
    width: auto;
}
.header-fifth .lang-select select {
    height: 45px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-fifth .lang-select .select2-container {
    padding: 0 10px;
}
.header-fifth .lang-select .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-fifth .lang-select .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-fifth .lang-select .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-fifth .lang-select .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-fifth .lang-select .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-fifth .lang-select .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-fifth .lang-select .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-fifth .lang-select .select2-container .selection .select2-selection .select2-selection__rendered {
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-fifth .lang-select .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
}
.header-fifth .lang-select .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-fifth .lang-select .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-fifth .lang-select .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-fifth .lang-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-fifth .header-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1052;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    -webkit-box-shadow: 0 5px 15px -2px #999;
    -moz-box-shadow: 0 5px 15px -2px #999;
    box-shadow: 0 5px 15px -2px #999;
}
.header-fifth .header-wrapper .header-wrapper-inner {
    width: 1200px;
    margin: 0 auto;
}
.header-fifth .header-wrapper .header-wrapper-inner:before {
    display: table;
    content: " ";
}
.header-fifth .header-wrapper .header-wrapper-inner:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fifth .header-wrapper.transparent {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header-fifth .header-wrapper.transparent .logo-container a img {
    display: none;
}
.header-fifth .header-wrapper.transparent .logo-container a img.transparent {
    display: block;
}
.header-fifth .header-wrapper.transparent .st-header-icons .st-search-icon i,
.header-fifth .header-wrapper.transparent .st-header-icons .st-account-icon i,
.header-fifth .header-wrapper.transparent .st-header-icons .st-wishlist-icon i,
.header-fifth .header-wrapper.transparent .st-header-icons .st-cart-icon i {
    color: #fff;
}
.header-fifth .header-wrapper.transparent nav.header-navigation > ul > li > a {
    color: #fff;
}
.header-fifth .header-wrapper.transparent .header-fifth-inner .header-social ul li a {
    color: #fff;
}
.header-fifth .header-wrapper.transparent.on-scroll {
    -webkit-box-shadow: 0 5px 15px -2px #999;
    -moz-box-shadow: 0 5px 15px -2px #999;
    box-shadow: 0 5px 15px -2px #999;
}
.header-fifth .header-wrapper.transparent.on-scroll .logo-container a img {
    display: block;
}
.header-fifth .header-wrapper.transparent.on-scroll .logo-container a img.transparent {
    display: none;
}
.header-fifth .header-wrapper.transparent.on-scroll .st-header-icons .st-search-icon i,
.header-fifth .header-wrapper.transparent.on-scroll .st-header-icons .st-account-icon i,
.header-fifth .header-wrapper.transparent.on-scroll .st-header-icons .st-wishlist-icon i,
.header-fifth .header-wrapper.transparent.on-scroll .st-header-icons .st-cart-icon i {
    color: #47588f;
}
.header-fifth .header-wrapper.transparent.on-scroll nav.header-navigation > ul > li > a {
    color: #47588f;
}
.header-fifth .header-wrapper.transparent.on-scroll .header-fifth-inner .header-social ul li a {
    color: #47588f;
}
.header-fifth .header-wrapper.sticky {
    top: 0;
}
.header-fifth .header-wrapper.topbar-enabled {
    top: 45px;
}
.header-fifth .header-wrapper.on-scroll {
    position: fixed;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 15px -2px #999;
    -moz-box-shadow: 0 1px 15px -2px #999;
    box-shadow: 0 1px 15px -2px #999;
}
.header-fifth .header-wrapper.on-scroll .header-lang-social:after {
    height: 60px;
}
.header-fifth .header-wrapper.on-scroll .logo-container {
    height: 60px;
}
.header-fifth .header-wrapper.on-scroll .logo-container a img {
    display: block;
    height: 50px;
}
.header-fifth .header-wrapper.on-scroll .logo-container a img.transparent {
    display: none;
}
.header-fifth .header-wrapper.on-scroll .st-header-icons {
    padding-left: 20px;
}
.header-fifth .header-wrapper.on-scroll .st-header-icons:after {
    height: 60px;
}
.header-fifth .header-wrapper.on-scroll .st-header-icons .st-search-icon i,
.header-fifth .header-wrapper.on-scroll .st-header-icons .st-account-icon i,
.header-fifth .header-wrapper.on-scroll .st-header-icons .st-wishlist-icon i,
.header-fifth .header-wrapper.on-scroll .st-header-icons .st-cart-icon i {
    color: #47588f;
}
.header-fifth .header-wrapper.on-scroll nav.header-navigation > ul:after {
    height: 60px;
}
.header-fifth .header-wrapper.on-scroll nav.header-navigation > ul > li > a {
    color: #47588f;
}
.header-fifth .header-wrapper.on-scroll nav.header-navigation > ul li > ul {
    top: 25px;
}
.header-fifth .header-wrapper.on-scroll nav.header-navigation > ul li > ul li > ul {
    top: 0;
}
.header-fifth .header-wrapper.on-scroll .header-fifth-inner .header-social ul li a {
    color: #47588f;
}
.header-fifth .logo-container {
    float: left;
    width: 100%;
    height: 80px;
    text-align: center;
}
.header-fifth .logo-container .img-align {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.header-fifth .logo-container a {
    display: inline-block;
    vertical-align: middle;
}
.header-fifth .logo-container a img {
    display: inline-block;
    vertical-align: middle;
}
.header-fifth .logo-container a img.transparent {
    display: none;
}
.header-fifth .header-fifth-sep {
    width: 100%;
    border-top: 1px solid #cecece;
}
.header-fifth .header-fifth-inner {
    width: 1200px;
    margin: 0 auto;
}
.header-fifth .header-fifth-inner:before {
    display: table;
    content: " ";
}
.header-fifth .header-fifth-inner:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fifth .header-fifth-inner .header-social {
    float: left;
    width: 16.66666667%;
}
.header-fifth .header-fifth-inner .header-social:after {
    display: inline-block;
    content: " ";
    vertical-align: middle;
    height: 60px;
}
.header-fifth .header-fifth-inner .header-social ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.header-fifth .header-fifth-inner .header-social ul li {
    display: inline-block;
    margin-left: 0;
    padding-bottom: 0;
}
.header-fifth .header-fifth-inner .header-social ul li:before {
    display: none;
}
.header-fifth .header-fifth-inner .header-social ul li a {
    display: block;
    background: 0 0;
    height: 28px;
    width: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    color: #47588f;
    line-height: 32px;
    text-align: center;
    opacity: 1;
    transition: all 0.3s ease;
}
.header-fifth .header-fifth-inner .header-social ul li a:hover {
    opacity: 1;
}
.header-fifth .header-fifth-inner .st-header-icons {
    position: relative;
    float: left;
    width: 16.66666667%;
    padding-left: 20px;
    text-align: right;
}
.header-fifth .header-fifth-inner .st-header-icons:after {
    display: inline-block;
    height: 60px;
    content: "";
    vertical-align: middle;
}
.header-fifth .header-fifth-inner .st-header-icons > div {
    margin-right: 20px;
}
.header-fifth .header-fifth-inner .st-header-icons > div:last-child {
    margin-right: 0;
}
.header-fifth .header-fifth-inner .st-header-icons .st-search-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-fifth .header-fifth-inner .st-header-icons .st-search-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-fifth .header-fifth-inner .st-header-icons .st-search-icon i:hover {
    opacity: 1;
}
.header-fifth .header-fifth-inner .st-header-icons .st-search-icon .st-header-search {
    display: none;
    position: absolute;
    right: 0;
    width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
    z-index: 1053;
}
.header-fifth .header-fifth-inner .st-header-icons .st-search-icon .st-header-search form input {
    width: 98%;
    border-bottom: 1px solid #e0e0e0;
}
.header-fifth .header-fifth-inner .st-header-icons .st-search-icon .st-header-search form input::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-fifth .header-fifth-inner .st-header-icons .st-search-icon .st-header-search form input:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-fifth .header-fifth-inner .st-header-icons .st-search-icon .st-header-search form input::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-fifth .header-fifth-inner .st-header-icons .st-search-icon .st-header-search form button {
    display: none;
}
.header-fifth .header-fifth-inner .st-header-icons .st-account-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-fifth .header-fifth-inner .st-header-icons .st-account-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-fifth .header-fifth-inner .st-header-icons .st-account-icon i:hover {
    opacity: 1;
}
.header-fifth .header-fifth-inner .st-header-icons .st-wishlist-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-fifth .header-fifth-inner .st-header-icons .st-wishlist-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-fifth .header-fifth-inner .st-header-icons .st-wishlist-icon i:hover {
    opacity: 1;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon i:hover {
    opacity: 1;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content {
    display: none;
    position: absolute;
    right: 0;
    width: auto;
    min-width: 265px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
    z-index: 1053;
    text-align: left;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:before {
    display: table;
    content: " ";
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item:last-child {
    margin-bottom: 0;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a {
    display: block;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title {
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title:hover {
    color: #eb2229;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a img {
    float: left;
    width: 65px;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove {
    position: absolute;
    top: auto;
    bottom: 50%;
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 1px solid #727272;
    border-radius: 100%;
    text-align: center;
    font-family: FontAwesome;
    line-height: 0.8em;
    font-size: 20px;
    font-weight: 200;
    color: #727272 !important;
    opacity: 1;
    transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove:hover {
    color: #fff !important;
    border-color: #eb2229;
    background: #eb2229 !important;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .quantity {
    float: left;
    font-size: 14px;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation {
    float: left;
    width: 170px;
    margin: 0;
    padding: 0;
    border-left: none;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt,
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt {
    margin-right: 5px;
    font-weight: 400;
    color: #727272;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd p {
    padding: 0;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.empty {
    font-size: 14px;
    text-align: center;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content .total {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    border-top: none;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content .total strong {
    font-weight: 400;
    line-height: 20px;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content .total .woocommerce-Price-amount {
    float: right;
    color: #eb2229;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons {
    margin: 5px 0 0;
    padding: 0;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:before {
    display: table;
    content: " ";
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button {
    float: left;
    padding: 10px 18px 8px;
    background: 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button:hover {
    opacity: 0.7;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button.checkout {
    float: right;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .st-cart-count {
    position: absolute;
    top: 8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #eb2229;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}
.header-fifth .header-fifth-inner .st-header-icons .st-cart-icon .st-cart-count.products-in-cart {
    visibility: visible;
    opacity: 1;
}
.header-fifth .header-fifth-inner nav.header-navigation {
    float: left;
    width: 66.66666667%;
    text-align: center;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul {
    margin: 0;
    padding: 0;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul:before {
    display: table;
    content: " ";
}
.header-fifth .header-fifth-inner nav.header-navigation > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul > li.current-menu-item > a {
    opacity: 0.7;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul > li.menu-item-type-custom.current-menu-item > a {
    opacity: 1;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul > li:hover > a {
    opacity: 0.7;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li {
    position: relative;
    display: inline-block;
    margin-left: 0;
    padding: 0 15px;
    vertical-align: middle;
    text-align: left;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li:before {
    display: none;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li a {
    text-transform: uppercase;
    color: #47588f;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    font-style: ;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: opacity 0.3s ease;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 99;
    top: 25px;
    left: 15px;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.75);
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul:before {
    display: table;
    content: " ";
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns {
    width: 1000px;
    left: 50%;
    transform: translateX(-48%);
    font-size: 0;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-1 > li {
    width: 100%;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-2 > li {
    width: 50%;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-3 > li {
    width: 33.33333333%;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-4 > li {
    width: 25%;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-5 > li {
    width: 20%;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-6 > li {
    width: 16.66666667%;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns > li {
    display: inline-block;
    vertical-align: top;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns > li > a {
    font-weight: 700;
    text-transform: uppercase;
    color: #47588f;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns > li > a:after {
    display: none !important;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns > li > ul {
    position: relative;
    display: block;
    left: auto;
    z-index: 999;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns > li > ul > li {
    background: 0 0;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns > li > ul > li a {
    transition: all 0.4s ease;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns > li > ul > li:hover a {
    background: 0 0;
    color: #47588f;
    text-decoration: underline;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.sub-menu-columns > li > ul > li > a {
    color: #474747;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: 0 0;
    position: relative;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li.menu-item-has-children a:after {
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #47588f;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li a {
    color: #474747;
    background: 0 0;
    padding: 12px 30px 8px;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li a:hover {
    color: #fff;
    background: rgba(71, 88, 143, 0.95);
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li a:hover:after {
    color: #fff;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul > li.menu-item-has-children a:after {
    display: block;
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul > li a:after {
    display: none;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul > li > ul > li a:after {
    display: none !important;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul > li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.ul-child {
    width: 300px;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.ul-child > li {
    width: 100%;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.ul-child > li a {
    border: 0;
    padding: 12px 30px 8px;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.edge > li > ul {
    left: 0;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul li > ul.edge > li > ul li {
    left: -100%;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul:after {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul .sub-menu > li:hover > a {
    color: #fff;
    background: #3a4876;
}
.header-fifth .header-fifth-inner nav.header-navigation > ul .sub-menu > li:hover > a:after {
    color: #fff;
}
.header-sixth .topbar {
    background-color: #47588f;
    height: 45px;
}
.header-sixth .topbar .row {
    height: 100%;
}
.header-sixth .topbar-info-wrapper {
    width: 82%;
}
.header-sixth .topbar-info-wrapper.no-switcher {
    padding-left: 0;
}
.header-sixth .topbar-info-wrapper .topbar-info {
    display: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.header-sixth .topbar-info-wrapper .topbar-info li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    padding-right: 20px;
    padding-bottom: 0;
    font-size: 14px;
}
.header-sixth .topbar-info-wrapper .topbar-info li:before {
    display: none;
}
.header-sixth .topbar-info-wrapper .topbar-info li i {
    color: #eb2229;
}
.header-sixth .topbar-info-wrapper .topbar-info li span {
    color: #fff;
    padding-left: 10px;
}
.header-sixth .topbar-info-wrapper .topbar-info:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 42px;
}
.header-sixth .topbar-info-wrapper .topbar-info:first-child {
    display: block;
}
.header-sixth .topbar-switcher {
    width: 18%;
    height: 45px;
    padding: 0;
    background-color: #eb2229;
}
.header-sixth .topbar-switcher select {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-sixth .topbar-switcher .select2-container {
    padding: 0 15px;
}
.header-sixth .topbar-switcher .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-sixth .topbar-switcher .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    overflow: hidden;
}
.header-sixth .topbar-switcher .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-sixth .topbar-switcher .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-sixth .topbar-switcher .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-sixth .topbar-switcher .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-sixth .topbar-switcher .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-sixth .topbar-switcher .select2-container .selection .select2-selection .select2-selection__rendered {
    overflow: hidden;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-sixth .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
    right: 7px;
}
.header-sixth .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-sixth .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-sixth .topbar-switcher .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-sixth .topbar-switcher .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-sixth .topbar-social {
    margin: 0 0 0 auto;
}
.header-sixth .topbar-social ul {
    float: left;
    margin: 0;
    padding: 0;
}
.header-sixth .topbar-social ul li {
    display: inline-block;
    margin-left: 0;
    padding-bottom: 0;
}
.header-sixth .topbar-social ul li:before {
    display: none;
}
.header-sixth .topbar-social ul li a {
    display: block;
    background: 0 0;
    height: 28px;
    width: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    transition: all 0.3s ease;
}
.header-sixth .topbar-social ul li a:hover {
    background: #fff;
    color: #47588f;
}
.header-sixth .lang-select {
    padding-left: 10px;
}
.header-sixth .lang-select select {
    height: 45px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-sixth .lang-select .select2-container {
    padding: 0 10px;
}
.header-sixth .lang-select .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-sixth .lang-select .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-sixth .lang-select .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-sixth .lang-select .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-sixth .lang-select .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-sixth .lang-select .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-sixth .lang-select .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-sixth .lang-select .select2-container .selection .select2-selection .select2-selection__rendered {
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-sixth .lang-select .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
}
.header-sixth .lang-select .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-sixth .lang-select .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-sixth .lang-select .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-sixth .lang-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-sixth .logo-container {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}
.header-sixth .logo-container .img-align {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.header-sixth .logo-container a {
    display: inline-block;
    vertical-align: middle;
}
.header-sixth .logo-container a img {
    display: inline-block;
    vertical-align: middle;
}
.header-sixth .header-wrapper {
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 1052;
    width: 100%;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    -webkit-box-shadow: 0 1px 15px -2px #999;
    -moz-box-shadow: 0 1px 15px -2px #999;
    box-shadow: 0 1px 15px -2px #999;
}
.header-sixth .header-wrapper.sticky {
    top: 0;
    background: #fff;
}
.header-sixth .header-wrapper.topbar-enabled {
    top: 45px;
}
.header-sixth .header-wrapper.on-scroll {
    position: fixed;
    top: 0;
    background: #fff;
}
.header-sixth .header-wrapper.on-scroll .logo-container {
    height: 70px;
}
.header-sixth .header-wrapper.on-scroll .logo-container a img {
    height: 50px;
}
.header-sixth .header-wrapper.on-scroll .st-header-icons {
    padding-left: 20px;
}
.header-sixth .header-wrapper.on-scroll .st-header-icons:after {
    height: 60px;
}
.header-sixth .header-wrapper.on-scroll .header-navigation > ul:after {
    height: 60px;
}
.header-sixth .header-wrapper.on-scroll .header-navigation > ul li > ul {
    top: 25px;
}
.header-sixth .header-wrapper.on-scroll .header-navigation > ul li > ul li > ul {
    top: 0;
}
.header-sixth .header-wrapper .header-wrapper-inner:before {
    display: table;
    content: " ";
}
.header-sixth .header-wrapper .header-wrapper-inner:after {
    display: table;
    content: " ";
    clear: both;
}
.header-sixth .header-sixth-inner {
    background-color: #47588f;
}
.header-sixth .header-sixth-inner .header-sixth-menu-icons {
    width: 1200px;
    margin: 0 auto;
}
.header-sixth .header-sixth-inner .header-sixth-menu-icons:before {
    display: table;
    content: " ";
}
.header-sixth .header-sixth-inner .header-sixth-menu-icons:after {
    display: table;
    content: " ";
    clear: both;
}
.header-sixth .header-navigation {
    float: left;
}
.header-sixth .header-navigation > ul {
    margin: 0;
    padding: 0;
}
.header-sixth .header-navigation > ul > li.current-menu-item > a {
    opacity: 0.7;
}
.header-sixth .header-navigation > ul > li.menu-item-type-custom.current-menu-item > a {
    opacity: 1;
}
.header-sixth .header-navigation > ul > li:hover > a {
    opacity: 0.7;
}
.header-sixth .header-navigation > ul li {
    position: relative;
    display: inline-block;
    margin-left: 0;
    padding: 0 15px;
    vertical-align: middle;
}
.header-sixth .header-navigation > ul li:before {
    display: none;
}
.header-sixth .header-navigation > ul li a {
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    font-style: ;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: opacity 0.3s ease;
}
.header-sixth .header-navigation > ul li > ul {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    z-index: 99;
    top: 25px;
    left: 15px;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.75);
}
.header-sixth .header-navigation > ul li > ul:before {
    display: table;
    content: " ";
}
.header-sixth .header-navigation > ul li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns {
    width: 1000px;
    left: 50%;
    transform: translateX(-48%);
    font-size: 0;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-1 > li {
    width: 100%;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-2 > li {
    width: 50%;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-3 > li {
    width: 33.33333333%;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-4 > li {
    width: 25%;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-5 > li {
    width: 20%;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-6 > li {
    width: 16.66666667%;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns > li {
    display: inline-block;
    vertical-align: top;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns > li > a {
    font-weight: 700;
    text-transform: uppercase;
    color: #47588f;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns > li > a:after {
    display: none !important;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns > li > ul {
    position: relative;
    display: block;
    left: auto;
    z-index: 999;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns > li > ul > li {
    background: 0 0;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns > li > ul > li a {
    transition: all 0.4s ease;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns > li > ul > li:hover a {
    background: 0 0;
    color: #47588f;
    text-decoration: underline;
}
.header-sixth .header-navigation > ul li > ul.sub-menu-columns > li > ul > li > a {
    color: #474747;
}
.header-sixth .header-navigation > ul li > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: 0 0;
    position: relative;
}
.header-sixth .header-navigation > ul li > ul > li.menu-item-has-children a:after {
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #47588f;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-sixth .header-navigation > ul li > ul > li a {
    color: #474747;
    background: 0 0;
    padding: 12px 30px 8px;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}
.header-sixth .header-navigation > ul li > ul > li a:hover {
    color: #fff;
    background: rgba(71, 88, 143, 0.95);
}
.header-sixth .header-navigation > ul li > ul > li a:hover:after {
    color: #fff;
}
.header-sixth .header-navigation > ul li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-sixth .header-navigation > ul li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-sixth .header-navigation > ul li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-sixth .header-navigation > ul li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-sixth .header-navigation > ul li > ul > li > ul > li.menu-item-has-children a:after {
    display: block;
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-sixth .header-navigation > ul li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-sixth .header-navigation > ul li > ul > li > ul > li a:after {
    display: none;
}
.header-sixth .header-navigation > ul li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-sixth .header-navigation > ul li > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-sixth .header-navigation > ul li > ul > li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-sixth .header-navigation > ul li > ul > li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-sixth .header-navigation > ul li > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-sixth .header-navigation > ul li > ul > li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-sixth .header-navigation > ul li > ul > li > ul > li > ul > li a:after {
    display: none !important;
}
.header-sixth .header-navigation > ul li > ul > li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-sixth .header-navigation > ul li > ul.ul-child {
    width: 300px;
}
.header-sixth .header-navigation > ul li > ul.ul-child > li {
    width: 100%;
}
.header-sixth .header-navigation > ul li > ul.ul-child > li a {
    border: 0;
    padding: 12px 30px 8px;
}
.header-sixth .header-navigation > ul li > ul.edge > li > ul {
    left: 0;
}
.header-sixth .header-navigation > ul li > ul.edge > li > ul li {
    left: -100%;
}
.header-sixth .header-navigation > ul .sub-menu > li:hover > a {
    color: #fff;
    background: #3a4876;
}
.header-sixth .header-navigation > ul .sub-menu > li:hover > a:after {
    color: #fff;
}
.header-sixth .header-navigation:after {
    display: inline-block;
    height: 61px;
    content: "";
    vertical-align: middle;
}
.header-sixth .st-header-icons {
    position: relative;
    float: right;
    padding-left: 20px;
}
.header-sixth .st-header-icons:after {
    display: inline-block;
    height: 61px;
    content: "";
    vertical-align: middle;
}
.header-sixth .st-header-icons > div {
    margin-right: 20px;
}
.header-sixth .st-header-icons > div:last-child {
    margin-right: 0;
}
.header-sixth .st-header-icons .st-search-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-sixth .st-header-icons .st-search-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    opacity: 0.7;
}
.header-sixth .st-header-icons .st-search-icon i:hover {
    opacity: 1;
}
.header-sixth .st-header-icons .st-search-icon .st-header-search {
    display: none;
    position: absolute;
    right: 0;
    width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
}
.header-sixth .st-header-icons .st-search-icon .st-header-search form input {
    width: 98%;
    border-bottom: 1px solid #e0e0e0;
}
.header-sixth .st-header-icons .st-search-icon .st-header-search form input::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-sixth .st-header-icons .st-search-icon .st-header-search form input:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-sixth .st-header-icons .st-search-icon .st-header-search form input::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-sixth .st-header-icons .st-search-icon .st-header-search form button {
    display: none;
}
.header-sixth .st-header-icons .st-account-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-sixth .st-header-icons .st-account-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    opacity: 0.7;
}
.header-sixth .st-header-icons .st-account-icon i:hover {
    opacity: 1;
}
.header-sixth .st-header-icons .st-wishlist-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-sixth .st-header-icons .st-wishlist-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    opacity: 0.7;
}
.header-sixth .st-header-icons .st-wishlist-icon i:hover {
    opacity: 1;
}
.header-sixth .st-header-icons .st-cart-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-sixth .st-header-icons .st-cart-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    opacity: 0.7;
}
.header-sixth .st-header-icons .st-cart-icon i:hover {
    opacity: 1;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content {
    display: none;
    position: absolute;
    right: 0;
    width: auto;
    min-width: 265px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
    text-align: left;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:before {
    display: table;
    content: " ";
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:after {
    display: table;
    content: " ";
    clear: both;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item:last-child {
    margin-bottom: 0;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title {
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title:hover {
    color: #eb2229;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a img {
    float: left;
    width: 65px;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove {
    position: absolute;
    top: auto;
    bottom: 50%;
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 1px solid #727272;
    border-radius: 100%;
    text-align: center;
    font-family: FontAwesome;
    line-height: 0.8em;
    font-size: 20px;
    font-weight: 200;
    color: #727272 !important;
    opacity: 1;
    transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove:hover {
    color: #fff !important;
    border-color: #eb2229;
    background: #eb2229 !important;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .quantity {
    float: left;
    font-size: 14px;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation {
    float: left;
    width: 170px;
    margin: 0;
    padding: 0;
    border-left: none;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt,
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt {
    margin-right: 5px;
    font-weight: 400;
    color: #727272;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd p {
    padding: 0;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.empty {
    font-size: 14px;
    text-align: center;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content .total {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    border-top: none;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content .total strong {
    font-weight: 400;
    line-height: 20px;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content .total .woocommerce-Price-amount {
    float: right;
    color: #eb2229;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons {
    margin: 5px 0 0;
    padding: 0;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:before {
    display: table;
    content: " ";
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:after {
    display: table;
    content: " ";
    clear: both;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button {
    float: left;
    padding: 10px 18px 8px;
    background: 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button:hover {
    opacity: 0.7;
}
.header-sixth .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button.checkout {
    float: right;
}
.header-sixth .st-header-icons .st-cart-icon .st-cart-count {
    position: absolute;
    top: 8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #eb2229;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}
.header-sixth .st-header-icons .st-cart-icon .st-cart-count.products-in-cart {
    visibility: visible;
    opacity: 1;
}
.header-seventh .topbar {
    background-color: #47588f;
    height: 45px;
}
.header-seventh .topbar .row {
    height: 100%;
}
.header-seventh .topbar-info-wrapper {
    width: 82%;
}
.header-seventh .topbar-info-wrapper.no-switcher {
    padding-left: 0;
}
.header-seventh .topbar-info-wrapper .topbar-info {
    display: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.header-seventh .topbar-info-wrapper .topbar-info li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    padding-right: 20px;
    padding-bottom: 0;
    font-size: 14px;
}
.header-seventh .topbar-info-wrapper .topbar-info li:before {
    display: none;
}
.header-seventh .topbar-info-wrapper .topbar-info li i {
    color: #eb2229;
}
.header-seventh .topbar-info-wrapper .topbar-info li span {
    color: #fff;
    padding-left: 10px;
}
.header-seventh .topbar-info-wrapper .topbar-info:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 42px;
}
.header-seventh .topbar-info-wrapper .topbar-info:first-child {
    display: block;
}
.header-seventh .topbar-switcher {
    width: 18%;
    height: 45px;
    padding: 0;
    background-color: #eb2229;
}
.header-seventh .topbar-switcher select {
    height: 45px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-seventh .topbar-switcher .select2-container {
    padding: 0 15px;
}
.header-seventh .topbar-switcher .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-seventh .topbar-switcher .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
    overflow: hidden;
}
.header-seventh .topbar-switcher .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-seventh .topbar-switcher .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-seventh .topbar-switcher .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-seventh .topbar-switcher .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-seventh .topbar-switcher .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-seventh .topbar-switcher .select2-container .selection .select2-selection .select2-selection__rendered {
    overflow: hidden;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-seventh .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
    right: 7px;
}
.header-seventh .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-seventh .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-seventh .topbar-switcher .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-seventh .topbar-switcher .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-seventh .topbar-social {
    margin: 0 0 0 auto;
}
.header-seventh .topbar-social ul {
    float: left;
    margin: 0;
    padding: 0;
}
.header-seventh .topbar-social ul li {
    display: inline-block;
    margin-left: 0;
    padding-bottom: 0;
}
.header-seventh .topbar-social ul li:before {
    display: none;
}
.header-seventh .topbar-social ul li a {
    display: block;
    background: 0 0;
    height: 28px;
    width: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    transition: all 0.3s ease;
}
.header-seventh .topbar-social ul li a:hover {
    background: #fff;
    color: #47588f;
}
.header-seventh .lang-select {
    padding-left: 10px;
}
.header-seventh .lang-select select {
    height: 45px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 45px;
    background-color: transparent;
    color: #fff;
}
.header-seventh .lang-select .select2-container {
    padding: 0 10px;
}
.header-seventh .lang-select .select2-container .select2-choice {
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.header-seventh .lang-select .select2-container .select2-choice .select2-chosen {
    margin-right: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-seventh .lang-select .select2-container .select2-choice .select2-arrow {
    top: -2px;
    right: -5px;
}
.header-seventh .lang-select .select2-container .select2-choice .select2-arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-seventh .lang-select .select2-container .select2-choice .select2-arrow b {
    border: none;
}
.header-seventh .lang-select .select2-container .select2-choice .select2-arrow b:after {
    display: none;
}
.header-seventh .lang-select .select2-container .selection .select2-selection {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 45px;
}
.header-seventh .lang-select .select2-container .selection .select2-selection .select2-selection__rendered {
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
.header-seventh .lang-select .select2-container .selection .select2-selection .select2-selection__arrow {
    top: -2px;
}
.header-seventh .lang-select .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 12px/50px FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}
.header-seventh .lang-select .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
.header-seventh .lang-select .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
.header-seventh .lang-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
    content: "\f106";
}
.header-seventh .logo-container {
    float: left;
    height: 100px;
}
.header-seventh .logo-container .img-align {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.header-seventh .logo-container a {
    display: inline-block;
    vertical-align: middle;
}
.header-seventh .logo-container a img {
    display: inline-block;
    vertical-align: middle;
}
.header-seventh .logo-container a img.transparent {
    display: none;
}
.header-seventh .header-wrapper {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1052;
    width: 100%;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
    border-bottom: 1px solid #47588f;
}
.header-seventh .header-wrapper.transparent {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    background: 0 0 !important;
}
.header-seventh .header-wrapper.transparent .logo-container a img {
    display: none;
}
.header-seventh .header-wrapper.transparent .logo-container a img.transparent {
    display: block;
}
.header-seventh .header-wrapper.transparent .st-header-icons .st-search-icon i,
.header-seventh .header-wrapper.transparent .st-header-icons .st-account-icon i,
.header-seventh .header-wrapper.transparent .st-header-icons .st-wishlist-icon i,
.header-seventh .header-wrapper.transparent .st-header-icons .st-cart-icon i {
    color: #fff;
}
.header-seventh .header-wrapper.transparent nav.header-navigation > ul > li > a {
    color: #fff;
}
.header-seventh .header-wrapper.transparent.on-scroll {
    background: rgba(255, 255, 255, 0.95) !important;
    -webkit-box-shadow: 0 1px 15px -2px #999;
    -moz-box-shadow: 0 1px 15px -2px #999;
    box-shadow: 0 1px 15px -2px #999;
}
.header-seventh .header-wrapper.transparent.on-scroll .logo-container a img {
    display: block;
}
.header-seventh .header-wrapper.transparent.on-scroll .logo-container a img.transparent {
    display: none;
}
.header-seventh .header-wrapper.transparent.on-scroll .st-header-icons .st-search-icon i,
.header-seventh .header-wrapper.transparent.on-scroll .st-header-icons .st-account-icon i,
.header-seventh .header-wrapper.transparent.on-scroll .st-header-icons .st-wishlist-icon i,
.header-seventh .header-wrapper.transparent.on-scroll .st-header-icons .st-cart-icon i {
    color: #47588f;
}
.header-seventh .header-wrapper.transparent.on-scroll nav.header-navigation > ul > li > a {
    color: #47588f;
}
.header-seventh .header-wrapper.sticky {
    top: 0;
    background: rgba(255, 255, 255, 0.6);
}
.header-seventh .header-wrapper.topbar-enabled {
    top: 45px;
}
.header-seventh .header-wrapper.on-scroll {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 1px 15px -2px #999;
    -moz-box-shadow: 0 1px 15px -2px #999;
    box-shadow: 0 1px 15px -2px #999;
}
.header-seventh .header-wrapper.on-scroll .logo-container {
    height: 70px;
}
.header-seventh .header-wrapper.on-scroll .logo-container a img {
    height: 50px;
}
.header-seventh .header-wrapper.on-scroll .st-header-icons {
    padding-left: 20px;
}
.header-seventh .header-wrapper.on-scroll .st-header-icons:after {
    height: 70px;
}
.header-seventh .header-wrapper.on-scroll .header-navigation > ul:after {
    height: 70px;
}
.header-seventh .header-wrapper.on-scroll .header-navigation > ul li > ul {
    top: 25px;
}
.header-seventh .header-wrapper.on-scroll .header-navigation > ul li > ul li > ul {
    top: 0;
}
.header-seventh .header-navigation > ul {
    float: right;
    margin: 0;
    padding: 0;
}
.header-seventh .header-navigation > ul:before {
    display: table;
    content: " ";
}
.header-seventh .header-navigation > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-seventh .header-navigation > ul > li.current-menu-item > a {
    opacity: 0.7;
}
.header-seventh .header-navigation > ul > li.menu-item-type-custom.current-menu-item > a {
    opacity: 1;
}
.header-seventh .header-navigation > ul > li:hover > a {
    opacity: 0.7;
}
.header-seventh .header-navigation > ul li {
    position: relative;
    display: inline-block;
    margin-left: 0;
    padding: 0 15px;
    vertical-align: middle;
}
.header-seventh .header-navigation > ul li:before {
    display: none;
}
.header-seventh .header-navigation > ul li a {
    text-transform: uppercase;
    color: #47588f;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    font-style: ;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: opacity 0.3s ease;
}
.header-seventh .header-navigation > ul li > ul {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    z-index: 99;
    top: 25px;
    left: 15px;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.75);
}
.header-seventh .header-navigation > ul li > ul:before {
    display: table;
    content: " ";
}
.header-seventh .header-navigation > ul li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns {
    width: 1000px;
    left: 50%;
    transform: translateX(-48%);
    font-size: 0;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-1 > li {
    width: 100%;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-2 > li {
    width: 50%;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-3 > li {
    width: 33.33333333%;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-4 > li {
    width: 25%;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-5 > li {
    width: 20%;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns.sub-menu-columns-6 > li {
    width: 16.66666667%;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns > li {
    display: inline-block;
    vertical-align: top;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns > li > a {
    font-weight: 700;
    text-transform: uppercase;
    color: #47588f;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns > li > a:after {
    display: none !important;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns > li > ul {
    position: relative;
    display: block;
    left: auto;
    z-index: 999;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns > li > ul > li {
    background: 0 0;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns > li > ul > li a {
    transition: all 0.4s ease;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns > li > ul > li:hover a {
    background: 0 0;
    color: #47588f;
    text-decoration: underline;
}
.header-seventh .header-navigation > ul li > ul.sub-menu-columns > li > ul > li > a {
    color: #474747;
}
.header-seventh .header-navigation > ul li > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: 0 0;
    position: relative;
}
.header-seventh .header-navigation > ul li > ul > li.menu-item-has-children a:after {
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #47588f;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-seventh .header-navigation > ul li > ul > li a {
    color: #474747;
    background: 0 0;
    padding: 12px 30px 8px;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
}
.header-seventh .header-navigation > ul li > ul > li a:hover {
    color: #fff;
    background: rgba(71, 88, 143, 0.95);
}
.header-seventh .header-navigation > ul li > ul > li a:hover:after {
    color: #fff;
}
.header-seventh .header-navigation > ul li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-seventh .header-navigation > ul li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-seventh .header-navigation > ul li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-seventh .header-navigation > ul li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-seventh .header-navigation > ul li > ul > li > ul > li.menu-item-has-children a:after {
    display: block;
    position: absolute;
    top: 1.1em;
    right: 10px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    transition: color 0.3s ease;
}
.header-seventh .header-navigation > ul li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-seventh .header-navigation > ul li > ul > li > ul > li a:after {
    display: none;
}
.header-seventh .header-navigation > ul li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-seventh .header-navigation > ul li > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    background: 0 0;
    z-index: -1;
}
.header-seventh .header-navigation > ul li > ul > li > ul > li > ul:before {
    display: table;
    content: " ";
}
.header-seventh .header-navigation > ul li > ul > li > ul > li > ul:after {
    display: table;
    content: " ";
    clear: both;
}
.header-seventh .header-navigation > ul li > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-weight: 500;
    background: rgba(71, 88, 143, 0.95);
}
.header-seventh .header-navigation > ul li > ul > li > ul > li > ul > li a {
    padding: 12px 30px 8px;
    font-weight: 500;
    border: 0;
    color: #fff;
    background: 0 0;
    transition: background 0.4s ease;
}
.header-seventh .header-navigation > ul li > ul > li > ul > li > ul > li a:after {
    display: none !important;
}
.header-seventh .header-navigation > ul li > ul > li > ul > li > ul > li a:hover {
    color: #fff;
    background: #3a4876;
}
.header-seventh .header-navigation > ul li > ul.ul-child {
    width: 300px;
}
.header-seventh .header-navigation > ul li > ul.ul-child > li {
    width: 100%;
}
.header-seventh .header-navigation > ul li > ul.ul-child > li a {
    border: 0;
    padding: 12px 30px 8px;
}
.header-seventh .header-navigation > ul li > ul.edge > li > ul {
    left: 0;
}
.header-seventh .header-navigation > ul li > ul.edge > li > ul li {
    left: -100%;
}
.header-seventh .header-navigation > ul:after {
    display: inline-block;
    vertical-align: middle;
    height: 100px;
}
.header-seventh .header-navigation > ul .sub-menu > li:hover > a {
    color: #fff;
    background: #3a4876;
}
.header-seventh .header-navigation > ul .sub-menu > li:hover > a:after {
    color: #fff;
}
.header-seventh .st-header-icons {
    position: relative;
    float: right;
    padding-left: 20px;
}
.header-seventh .st-header-icons:after {
    display: inline-block;
    height: 100px;
    content: "";
    vertical-align: middle;
}
.header-seventh .st-header-icons > div {
    margin-right: 20px;
}
.header-seventh .st-header-icons > div:last-child {
    margin-right: 0;
}
.header-seventh .st-header-icons .st-search-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-seventh .st-header-icons .st-search-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-seventh .st-header-icons .st-search-icon i:hover {
    opacity: 1;
}
.header-seventh .st-header-icons .st-search-icon .st-header-search {
    display: none;
    position: absolute;
    right: 0;
    width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
}
.header-seventh .st-header-icons .st-search-icon .st-header-search form input {
    width: 98%;
    border-bottom: 1px solid #e0e0e0;
}
.header-seventh .st-header-icons .st-search-icon .st-header-search form input::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-seventh .st-header-icons .st-search-icon .st-header-search form input:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-seventh .st-header-icons .st-search-icon .st-header-search form input::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.header-seventh .st-header-icons .st-search-icon .st-header-search form button {
    display: none;
}
.header-seventh .st-header-icons .st-account-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-seventh .st-header-icons .st-account-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-seventh .st-header-icons .st-account-icon i:hover {
    opacity: 1;
}
.header-seventh .st-header-icons .st-wishlist-icon {
    display: inline-block;
    vertical-align: middle;
}
.header-seventh .st-header-icons .st-wishlist-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-seventh .st-header-icons .st-wishlist-icon i:hover {
    opacity: 1;
}
.header-seventh .st-header-icons .st-cart-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header-seventh .st-header-icons .st-cart-icon i {
    cursor: pointer;
    font-size: 20px;
    color: #47588f;
    opacity: 0.7;
}
.header-seventh .st-header-icons .st-cart-icon i:hover {
    opacity: 1;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content {
    display: none;
    position: absolute;
    right: 0;
    width: auto;
    min-width: 265px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 1px 15px -2px gray;
    text-align: left;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:before {
    display: table;
    content: " ";
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget:after {
    display: table;
    content: " ";
    clear: both;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item:last-child {
    margin-bottom: 0;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a {
    display: block;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title {
    float: left;
    width: 110px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title:hover {
    color: #eb2229;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a img {
    float: left;
    width: 65px;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove {
    position: absolute;
    top: auto;
    bottom: 50%;
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 1px solid #727272;
    border-radius: 100%;
    text-align: center;
    font-family: FontAwesome;
    line-height: 0.8em;
    font-size: 20px;
    font-weight: 200;
    color: #727272 !important;
    opacity: 1;
    transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove:hover {
    color: #fff !important;
    border-color: #eb2229;
    background: #eb2229 !important;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .quantity {
    float: left;
    font-size: 14px;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation {
    float: left;
    width: 170px;
    margin: 0;
    padding: 0;
    border-left: none;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt,
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt {
    margin-right: 5px;
    font-weight: 400;
    color: #727272;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd p {
    padding: 0;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content ul.product_list_widget li.empty {
    font-size: 14px;
    text-align: center;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content .total {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    border-top: none;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content .total strong {
    font-weight: 400;
    line-height: 20px;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content .total .woocommerce-Price-amount {
    float: right;
    color: #eb2229;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons {
    margin: 5px 0 0;
    padding: 0;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:before {
    display: table;
    content: " ";
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons:after {
    display: table;
    content: " ";
    clear: both;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button {
    float: left;
    padding: 10px 18px 8px;
    background: 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button:hover {
    opacity: 0.7;
}
.header-seventh .st-header-icons .st-cart-icon .widget_shopping_cart_content .buttons .button.checkout {
    float: right;
}
.header-seventh .st-header-icons .st-cart-icon .st-cart-count {
    position: absolute;
    top: 8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #eb2229;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}
.header-seventh .st-header-icons .st-cart-icon .st-cart-count.products-in-cart {
    visibility: visible;
    opacity: 1;
}
.header-navigation > ul li.header-menu-button {
    padding: 0 5px;
}
.header-navigation > ul li.header-menu-button a {
    padding: 5px 15px;
    background: #eb2229;
    color: #fff;
}
.st-content-top > .col {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.st-content-middle > .col {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.st-content-bottom > .col {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.st-columns-top {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
}
.st-columns-top:after {
    content: "";
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}
.st-columns-middle {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.st-columns-middle:after {
    content: "";
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}
.st-columns-bottom {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: flex-end;
    align-content: flex-end;
}
.st-columns-bottom:after {
    content: "";
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}
#layout-container h1,
#layout-container h2,
#layout-container h3,
#layout-container h4,
#layout-container h5,
#layout-container h6,
#layout-container p {
    padding-bottom: 15px;
}
#layout-container ul {
    margin-bottom: 1em;
}
#layout-container ul li {
    position: relative;
    margin-left: 1.5em;
    padding-bottom: 0.7em;
}
#layout-container ul li:before {
    top: 0.45em;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7e91cc;
    left: -25px;
}
#layout-container ul li:last-child {
    padding-bottom: 0;
}
#layout-container ul li ul,
#layout-container ul li ol {
    margin-top: 7px;
    margin-bottom: 0;
}
#layout-container ul li ul li:before {
    top: 0.45em;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7e91cc;
    left: -25px;
}
#layout-container ul li ol li:before {
    display: none;
}
#layout-container ol {
    list-style-type: decimal;
    margin-bottom: 1em;
}
#layout-container ol li {
    position: relative;
    margin-left: 1.5em;
    padding-bottom: 0.7em;
}
#layout-container ol li:last-child {
    padding-bottom: 0;
}
#layout-container ol li ol,
#layout-container ol li ul {
    margin-top: 7px;
    margin-bottom: 0;
}
#layout-container ol li:before {
    display: none;
}
#layout-container ol li ul li:before {
    top: 0.45em;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7e91cc;
    left: -25px;
}
#layout-container ol li ol li:before {
    display: none;
}
#layout-container .gallery {
    padding-bottom: 15px;
}
#layout-container .gallery:before {
    display: table;
    content: " ";
}
#layout-container .gallery:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
#layout-container address {
    padding-bottom: 15px;
}
#layout-container dl {
    margin: 10px 0;
}
#layout-container dl dt {
    font-weight: 700;
}
#layout-container dl dd {
    margin-left: 20px;
}
#layout-container table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 35px;
}
#layout-container table th,
#layout-container table td {
    padding: 10px;
}
#layout-container.page table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 35px;
}
#layout-container.page table th {
    background-color: #f1f1f0;
}
#layout-container.page table th,
#layout-container.page table td {
    border: 1px solid #999;
    padding: 10px;
}
#layout-container .comments {
    float: left;
    width: 100%;
    margin-top: 90px;
}
#layout-container .comments .comment-alert {
    color: #999;
    font-size: 18px;
    font-weight: 500;
}
#layout-container .comments .comments-count {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    font-family: Montserrat;
    font-style: ;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
    color: #47588f;
}
#layout-container .comments .comments-count .st-h-before {
    margin-right: 15px;
}
#layout-container .comments .comments-count .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.07em;
    width: 0;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container .comments .comments-count .st-h-before > i + i {
    display: inline-block;
    width: 5px;
}
#layout-container .comments .comments-count .st-h-before > i + i + i {
    display: inline-block;
    margin-left: 5px;
    width: 11px;
}
#layout-container .comments .comments-count .st-h-before > i + i + i + i {
    display: none;
}
#layout-container .comments ol.comment-list {
    list-style: none;
    float: left;
    width: 100%;
    padding-left: 0;
    font-size: 14px;
}
#layout-container .comments ol.comment-list li.comment {
    float: left;
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
}
#layout-container .comments ol.comment-list li.comment .comment-inner {
    position: relative;
    padding: 20px 18px;
    min-height: 140px;
    border: 1px solid #ddd;
}
#layout-container .comments ol.comment-list li.comment .comment-author-avatar {
    float: left;
    width: 100px;
    height: 100px;
}
#layout-container .comments ol.comment-list li.comment .comment-author-avatar img {
    border-radius: 100%;
}
#layout-container .comments ol.comment-list li.comment .comment-info-inner {
    margin-left: 30px;
}
#layout-container .comments ol.comment-list li.comment .comment-info-inner .comment-author {
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 25px;
    font-weight: 700;
    color: #eb2229;
    font-size: 16px;
}
#layout-container .comments ol.comment-list li.comment .comment-info-inner .comment-date {
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #999;
    font-style: italic;
}
#layout-container .comments ol.comment-list li.comment .comment-info-inner .comment-reply {
    float: right;
    display: inline-block;
    padding-bottom: 5px;
}
#layout-container .comments ol.comment-list li.comment .comment-info-inner .comment-reply .comment-edit {
    padding-right: 10px;
    color: #eb2229;
}
#layout-container .comments ol.comment-list li.comment .comment-info-inner .comment-reply .comment-reply-link {
    color: #eb2229;
}
#layout-container .comments ol.comment-list li.comment .comment-content {
    padding-top: 7px;
    padding-left: 25px;
    margin-left: 100px;
}
#layout-container .comments ol.comment-list li.comment .comment-content .st-likes-wrapper {
    position: absolute;
    right: 16px;
    bottom: 10px;
    color: #999;
}
#layout-container .comments ol.comment-list li.comment .comment-content .st-likes-wrapper i {
    position: relative;
    margin-right: 10px;
    padding: 10px;
    font-size: 16px;
    border-radius: 100%;
}
#layout-container .comments ol.comment-list li.comment .comment-content .st-likes-wrapper i:before {
    position: absolute;
    top: 9px;
    left: 8px;
}
#layout-container .comments ol.comment-list li.comment .comment-content .st-likes-wrapper .st-likes-count {
    font-style: normal;
}
#layout-container .comments ol.comment-list li.comment .comment-content h1 {
    padding-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
}
#layout-container .comments ol.comment-list li.comment .comment-content h2 {
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
}
#layout-container .comments ol.comment-list li.comment .comment-content h3 {
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
}
#layout-container .comments ol.comment-list li.comment .comment-content h4 {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
}
#layout-container .comments ol.comment-list li.comment .comment-content h5 {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
}
#layout-container .comments ol.comment-list li.comment .comment-content h6 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
}
#layout-container .comments ol.comment-list li.comment .comment-content blockquote {
    top: 5px;
    font-size: 16px;
}
#layout-container .comments ol.comment-list li.comment .comment-content blockquote:before {
    font: normal normal normal 60px/1 FontAwesome;
}
#layout-container .comments ol.comment-list li.comment .comment-content ul {
    margin-bottom: 1em;
}
#layout-container .comments ol.comment-list li.comment .comment-content ul li {
    position: relative;
    margin-left: 1.5em;
    padding-bottom: 0.7em;
}
#layout-container .comments ol.comment-list li.comment .comment-content ul li:before {
    top: 0.45em;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7e91cc;
    left: -25px;
}
#layout-container .comments ol.comment-list li.comment .comment-content ul li:last-child {
    padding-bottom: 0;
}
#layout-container .comments ol.comment-list li.comment .comment-content ul li ul,
#layout-container .comments ol.comment-list li.comment .comment-content ul li ol {
    margin-top: 7px;
    margin-bottom: 0;
}
#layout-container .comments ol.comment-list li.comment .comment-content ol {
    list-style-type: decimal;
    margin-bottom: 1em;
}
#layout-container .comments ol.comment-list li.comment .comment-content ol li {
    position: relative;
    margin-left: 1.5em;
    padding-bottom: 0.7em;
}
#layout-container .comments ol.comment-list li.comment .comment-content ol li:last-child {
    padding-bottom: 0;
}
#layout-container .comments ol.comment-list li.comment .comment-content ol li ol,
#layout-container .comments ol.comment-list li.comment .comment-content ol li ul {
    margin-top: 7px;
    margin-bottom: 0;
}
#layout-container .comments ol.comment-list li.comment .comment-content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 35px;
}
#layout-container .comments ol.comment-list li.comment .comment-content table th {
    background-color: #f1f1f0;
}
#layout-container .comments ol.comment-list li.comment .comment-content table th,
#layout-container .comments ol.comment-list li.comment .comment-content table td {
    border: 1px solid #999;
    padding: 10px;
}
#layout-container .comments ol.comment-list li.comment ul.children {
    margin-left: 125px;
}
#layout-container .comments ol.comment-list li.comment ul.children li .comment-inner {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}
#layout-container .comments ol.comment-list li.pingback {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    padding-top: 15px;
}
#layout-container .comments ol.comment-list li.pingback:before {
    display: none;
}
#layout-container .comments ol.comment-list li.pingback .comment-inner {
    position: relative;
    padding: 20px 18px;
    min-height: 140px;
    border: 1px solid #ddd;
}
#layout-container .comments ol.comment-list li.pingback .comment-info-inner {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}
#layout-container .comments ol.comment-list li.pingback .comment-info-inner .comment-author {
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 700;
    color: #eb2229;
    font-size: 16px;
}
#layout-container .comments ol.comment-list li.pingback .comment-info-inner .comment-date {
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 25px;
    color: #999;
    font-style: italic;
}
#layout-container .comments ol.comment-list li.pingback .comment-info-inner .comment-reply {
    float: right;
    display: inline-block;
    padding-bottom: 5px;
}
#layout-container .comments ol.comment-list li.pingback .comment-info-inner .comment-reply .comment-edit {
    padding-right: 10px;
    color: #eb2229;
}
#layout-container .comments ol.comment-list li.pingback .comment-info-inner .comment-reply .comment-reply-link {
    color: #eb2229;
}
#layout-container .comments ol.comment-list li.pingback .comment-content {
    padding-top: 7px;
}
#layout-container .comments ol.comment-list li.pingback .comment-content .st-likes-wrapper {
    position: absolute;
    right: 16px;
    bottom: 10px;
    color: #999;
}
#layout-container .comments ol.comment-list li.pingback .comment-content .st-likes-wrapper i {
    position: relative;
    margin-right: 10px;
    padding: 10px;
    font-size: 16px;
    border-radius: 100%;
}
#layout-container .comments ol.comment-list li.pingback .comment-content .st-likes-wrapper i:before {
    position: absolute;
    top: 9px;
    left: 8px;
}
#layout-container .comments ol.comment-list li.pingback .comment-content .st-likes-wrapper .st-likes-count {
    font-style: normal;
}
#layout-container .comments ol.comment-list li.pingback ul.children {
    margin-left: 100px;
}
#layout-container .comments ol.comment-list li.pingback ul.children li:before {
    display: none;
}
#layout-container .comments ol.comment-list li.pingback ul.children li ul.children li.comment ul.children {
    margin-left: 0;
}
#layout-container .comment-form {
    float: left;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 100px;
}
#layout-container .comment-form .comment-reply {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #eb2229;
    margin-bottom: 30px;
}
#layout-container .comment-form .comment-reply .comment-reply-info {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #999;
}
#layout-container .comment-form .comment-cancel-reply {
    float: right;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-left: 30px;
    font-style: italic;
    color: #999;
    transition: color 0.3s ease;
}
#layout-container .comment-form .comment-cancel-reply:hover {
    color: #eb2229;
}
#layout-container .comment-form .comment-logged-in {
    float: right;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}
#layout-container .comment-form .comment-logged-in .user-name {
    color: #eb2229;
}
#layout-container .comment-form .comment-logged-in .log-out {
    transition: color 0.3s ease;
}
#layout-container .comment-form .comment-logged-in .log-out:hover {
    color: #eb2229;
}
#layout-container .comment-form form .comment-input-wrap {
    margin-bottom: 20px;
    padding-right: 20px;
}
#layout-container .comment-form form .comment-input-wrap.website {
    padding-right: 0;
}
#layout-container .comment-form form .comment-input-wrap input {
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}
#layout-container .comment-form form .comment-input-wrap input.invalid {
    border-color: red;
}
#layout-container .comment-form form .comment-input-wrap input::-webkit-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .comment-form form .comment-input-wrap input:-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .comment-form form .comment-input-wrap input::-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .comment-form form .comment-input-wrap input:-ms-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .comment-form form .comment-input-wrap input.name {
    width: 100%;
}
#layout-container .comment-form form .comment-input-wrap input.email {
    width: 100%;
}
#layout-container .comment-form form .comment-input-wrap input.website {
    width: 100%;
}
#layout-container .comment-form form .comment-input-wrap input:focus {
    background-color: #fff;
}
#layout-container .comment-form form .comment-textarea-wrap textarea {
    width: 100%;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}
#layout-container .comment-form form .comment-textarea-wrap textarea.invalid {
    border-color: red;
}
#layout-container .comment-form form .comment-textarea-wrap textarea:focus {
    background-color: transparent;
}
#layout-container .comment-form form .comment-textarea-wrap textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .comment-form form .comment-textarea-wrap textarea:-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .comment-form form .comment-textarea-wrap textarea::-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .comment-form form .comment-textarea-wrap textarea:-ms-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .comment-form form button {
    float: left;
    position: relative;
    margin-top: 20px;
    padding: 10px 50px;
    color: #fff;
    border: 1px solid #eb2229;
    background-color: #eb2229;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}
#layout-container .comment-form form button .st-comment-button-text {
    display: block;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .comment-form form button .st-comment-button-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .comment-form form button .st-comment-button-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .comment-form form button:hover .st-comment-button-text {
    transform: translateX(500px);
}
#layout-container .comment-form form button:hover .st-comment-button-icon {
    left: 0;
}
.page-template-blank-page #main-container.padding,
.page-template-blank-page #main-container.enl-padding {
    padding: 0;
}
#main-container {
    background-color: #fff;
}
#main-container.padding {
    padding-top: 100px;
}
#main-container.no-padding {
    padding-top: 0;
}
#main-container.enl-padding {
    padding-top: 141px;
}
#main-container .title-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}
#main-container .title-container.enlarged {
    height: 400px;
}
#main-container .title-container.enlarged .title-container-inner {
    height: 200px;
    top: 160px;
}
#main-container .title-container.enlarged .title-container-inner.with-page-subtitle {
    top: 145px;
}
#main-container .title-container.enlarged .breadcrumbs {
    top: 160px;
}
#main-container .title-container .title-container-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #15318e;
    opacity: 0.75;
}
#main-container .title-container .title-container-background {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: 50% 50%;
}
#main-container .title-container .title-container-inner {
    position: relative;
    top: 95px;
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    height: 150px;
}
#main-container .title-container .title-container-inner.with-page-subtitle {
    top: 75px;
}
#main-container .title-container .title-container-inner .page-title-inner {
    padding: 0;
    color: #fff;
}
#main-container .title-container .title-container-inner .page-title-inner .page-title-inner-wrapper .page-title {
    top: 0;
    position: relative;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    font-style: ;
    line-height: 56px;
    letter-spacing: 2px;
    word-spacing: 0px;
    text-transform: capitalize;
}
#main-container .title-container .title-container-inner .page-title-inner .page-title-inner-wrapper .page-subtitle {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    font-style: ;
    line-height: 40px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
}
#main-container .title-container .breadcrumbs {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    top: 60px;
    font-size: 14px;
    text-align: left;
}
#main-container .title-container .breadcrumbs .sep {
    position: relative;
    margin: 0 7px;
    font-size: 0;
}
#main-container .title-container .breadcrumbs .sep:before {
    position: absolute;
    top: -0.82em;
    left: -0.15em;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main-container .title-container .breadcrumbs span a {
    color: inherit;
    transition: all 0.3s ease;
}
#main-container .title-container .breadcrumbs span a:hover {
    opacity: 0.8;
}
#main-container .title-container .breadcrumbs > .current {
    opacity: 0.8;
}
#main-container .page-404 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#main-container .page-404 .title-404 {
    margin: 400px 0 0;
    padding: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.65;
    color: #5b5b5b;
}
#main-container .page-404 .message-404 {
    margin: 0 0 50px;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.65;
    color: #5b5b5b;
}
#main-container .page-404 .button-404 {
    margin-bottom: 90px;
}
#main-container .page-404 .button-404 button {
    position: relative;
    padding: 12px 50px;
    font-size: 16px;
    color: #fff;
    background-color: #eb2229;
    overflow: hidden;
    cursor: pointer;
}
#main-container .page-404 .button-404 button .st-go-back-text {
    display: block;
    text-transform: uppercase;
    transform: translateX(0px);
    transition: all 0.6s;
}
#main-container .page-404 .button-404 button .st-go-back-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#main-container .page-404 .button-404 button .st-go-back-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#main-container .page-404 .button-404 button:hover .st-go-back-text {
    transform: translateX(500px);
}
#main-container .page-404 .button-404 button:hover .st-go-back-icon {
    left: 0;
}
#main-container .page > .row > .col {
    margin: 60px 0;
}
#main-container .blog-list,
#main-container .archive-list {
    margin-top: 80px;
    margin-bottom: 80px;
}
#main-container .blog-list.full-width .row,
#main-container .archive-list.full-width .row {
    width: 100%;
    padding: 0 50px;
}
#main-container .blog-list .blog-articles:before,
#main-container .archive-list .blog-articles:before {
    display: table;
    content: " ";
}
#main-container .blog-list .blog-articles:after,
#main-container .archive-list .blog-articles:after {
    display: table;
    content: " ";
    clear: both;
}
#main-container .blog-list .blog-articles article,
#main-container .archive-list .blog-articles article {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    border-bottom: 1px solid #d2d2d2;
}
#main-container .blog-list .blog-articles article.sticky .post-title a h3:before,
#main-container .archive-list .blog-articles article.sticky .post-title a h3:before {
    content: "\f08d";
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin-top: 0;
    font-family: FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: 0 0;
    color: #eb2229;
}
#main-container .blog-list .blog-articles article .post-media,
#main-container .archive-list .blog-articles article .post-media {
    position: relative;
    margin-bottom: 20px;
}
#main-container .blog-list .blog-articles article .post-media .post-thumbnail img,
#main-container .archive-list .blog-articles article .post-media .post-thumbnail img {
    width: auto;
    vertical-align: top;
    transition: all 0.3s ease;
}
#main-container .blog-list .blog-articles article .post-media .post-thumbnail a:hover img,
#main-container .archive-list .blog-articles article .post-media .post-thumbnail a:hover img {
    opacity: 0.85;
}
#main-container .blog-list .blog-articles article .post-media .post-video iframe,
#main-container .archive-list .blog-articles article .post-media .post-video iframe {
    vertical-align: top;
    height: 400px;
}
#main-container .blog-list .blog-articles article .post-media .post-audio iframe,
#main-container .archive-list .blog-articles article .post-media .post-audio iframe {
    vertical-align: top;
    height: 400px;
}
#main-container .blog-list .blog-articles article .post-media .post-gallery,
#main-container .archive-list .blog-articles article .post-media .post-gallery {
    overflow: hidden;
}
#main-container .blog-list .blog-articles article .post-media .post-gallery .slick-list .slick-track img,
#main-container .archive-list .blog-articles article .post-media .post-gallery .slick-list .slick-track img {
    vertical-align: top;
}
#main-container .blog-list .blog-articles article .post-media .post-gallery .slick-prev,
#main-container .archive-list .blog-articles article .post-media .post-gallery .slick-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -25px;
    padding: 0;
    border: none;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease, left 0.3s ease;
}
#main-container .blog-list .blog-articles article .post-media .post-gallery .slick-prev:before,
#main-container .archive-list .blog-articles article .post-media .post-gallery .slick-prev:before {
    content: "\f104";
    display: inline-block;
    margin-left: -2px;
    font: normal normal normal 24px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main-container .blog-list .blog-articles article .post-media .post-gallery .slick-next,
#main-container .archive-list .blog-articles article .post-media .post-gallery .slick-next {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -25px;
    padding: 0;
    border: none;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease, right 0.3s ease;
}
#main-container .blog-list .blog-articles article .post-media .post-gallery .slick-next:before,
#main-container .archive-list .blog-articles article .post-media .post-gallery .slick-next:before {
    content: "\f105";
    display: inline-block;
    margin-right: -2px;
    font: normal normal normal 24px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main-container .blog-list .blog-articles article .post-media .post-gallery:hover .slick-prev,
#main-container .archive-list .blog-articles article .post-media .post-gallery:hover .slick-prev {
    left: 0;
    opacity: 1;
}
#main-container .blog-list .blog-articles article .post-media .post-gallery:hover .slick-next,
#main-container .archive-list .blog-articles article .post-media .post-gallery:hover .slick-next {
    right: 0;
    opacity: 1;
}
#main-container .blog-list .blog-articles article .post-media .post-gallery-progress,
#main-container .archive-list .blog-articles article .post-media .post-gallery-progress {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
}
#main-container .blog-list .blog-articles article .post-media .post-gallery-progress .progress,
#main-container .archive-list .blog-articles article .post-media .post-gallery-progress .progress {
    width: 0;
    height: 5px;
    background: rgba(255, 255, 255, 0.25);
}
#main-container .blog-list .blog-articles article .post-media a.post-quote-link:hover .post-quote,
#main-container .archive-list .blog-articles article .post-media a.post-quote-link:hover .post-quote {
    opacity: 0.85;
}
#main-container .blog-list .blog-articles article .post-media .post-quote,
#main-container .archive-list .blog-articles article .post-media .post-quote {
    padding: 60px 120px 35px;
    border: 1px solid #d2d2d2;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
#main-container .blog-list .blog-articles article .post-media .post-quote h3,
#main-container .archive-list .blog-articles article .post-media .post-quote h3 {
    height: 0;
    visibility: hidden;
    padding-bottom: 0;
}
#main-container .blog-list .blog-articles article .post-media .post-quote blockquote,
#main-container .archive-list .blog-articles article .post-media .post-quote blockquote {
    position: relative;
    padding: 0;
    margin: 0;
    border-left: none;
    color: #5b5b5b;
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    z-index: 1;
}
#main-container .blog-list .blog-articles article .post-media .post-quote blockquote:before,
#main-container .archive-list .blog-articles article .post-media .post-quote blockquote:before {
    position: absolute;
    top: -25px;
    content: "\f10e";
    font: normal normal normal 100px/1 FontAwesome;
    color: #eee;
    text-decoration: none;
    z-index: -1;
}
#main-container .blog-list .blog-articles article .post-media .post-quote .post-author,
#main-container .archive-list .blog-articles article .post-media .post-quote .post-author {
    margin-top: 30px;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 700;
}
#main-container .blog-list .blog-articles article .post-title,
#main-container .archive-list .blog-articles article .post-title {
    margin-bottom: 20px;
}
#main-container .blog-list .blog-articles article .post-title a h3,
#main-container .archive-list .blog-articles article .post-title a h3 {
    display: inline-block;
    color: #47588f;
    font-size: 20px;
    line-height: 1.6em;
    padding-bottom: 0;
    transition: color 0.3s ease;
}
#main-container .blog-list .blog-articles article .post-title a h3:before,
#main-container .archive-list .blog-articles article .post-title a h3:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 11px;
    height: 16px;
    margin-right: 12px;
    margin-top: -0.16em;
    background: #eb2229;
}
#main-container .blog-list .blog-articles article .post-title a h3:hover,
#main-container .archive-list .blog-articles article .post-title a h3:hover {
    color: #eb2229;
}
#main-container .blog-list .blog-articles article .post-meta,
#main-container .archive-list .blog-articles article .post-meta {
    margin-bottom: 15px;
    font-size: 14px;
}
#main-container .blog-list .blog-articles article .post-meta .post-category,
#main-container .archive-list .blog-articles article .post-meta .post-category {
    display: inline-block;
    margin-right: 25px;
}
#main-container .blog-list .blog-articles article .post-meta .post-category .post-category-single,
#main-container .archive-list .blog-articles article .post-meta .post-category .post-category-single {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
}
#main-container .blog-list .blog-articles article .post-meta .post-category .post-category-single a,
#main-container .archive-list .blog-articles article .post-meta .post-category .post-category-single a {
    display: inline-block;
    padding: 3px 11px 2px 12px;
    border: 1px solid #7e91cc;
    background-color: #7e91cc;
    color: #fff;
    transition: all 0.3s ease;
}
#main-container .blog-list .blog-articles article .post-meta .post-category .post-category-single:hover a,
#main-container .archive-list .blog-articles article .post-meta .post-category .post-category-single:hover a {
    background-color: transparent;
    color: #7e91cc;
}
#main-container .blog-list .blog-articles article .post-meta .post-time,
#main-container .archive-list .blog-articles article .post-meta .post-time {
    display: inline-block;
    margin-right: 25px;
    font-style: italic;
    color: #999;
}
#main-container .blog-list .blog-articles article .post-meta .post-author,
#main-container .archive-list .blog-articles article .post-meta .post-author {
    display: inline-block;
    margin-right: 25px;
    font-style: italic;
    color: #999;
}
#main-container .blog-list .blog-articles article .post-meta .post-author span,
#main-container .archive-list .blog-articles article .post-meta .post-author span {
    display: inline-block;
}
#main-container .blog-list .blog-articles article .post-meta .post-comments-amount,
#main-container .archive-list .blog-articles article .post-meta .post-comments-amount {
    display: inline-block;
    margin-right: 25px;
    font-style: italic;
    color: #999;
}
#main-container .blog-list .blog-articles article .post-meta .post-comments-amount span,
#main-container .archive-list .blog-articles article .post-meta .post-comments-amount span {
    display: inline-block;
}
#main-container .blog-list .blog-articles article .post-meta .post-likes-amount,
#main-container .archive-list .blog-articles article .post-meta .post-likes-amount {
    display: inline-block;
    margin-right: 25px;
    font-style: italic;
    color: #999;
}
#main-container .blog-list .blog-articles article .post-meta .post-likes-amount span,
#main-container .archive-list .blog-articles article .post-meta .post-likes-amount span {
    display: inline-block;
}
#main-container .blog-list .blog-articles article .post-content,
#main-container .archive-list .blog-articles article .post-content {
    margin-bottom: 20px;
}
#main-container .blog-list .blog-articles article .post-content p,
#main-container .archive-list .blog-articles article .post-content p {
    padding-bottom: 0;
}
#main-container .blog-list .blog-articles article .post-link,
#main-container .archive-list .blog-articles article .post-link {
    float: left;
    margin-bottom: 45px;
    height: 32px;
    line-height: 34px;
}
#main-container .blog-list .blog-articles article .post-link a,
#main-container .archive-list .blog-articles article .post-link a {
    padding: 6px 0 4px;
    color: #47588f;
    font-size: 14px;
    transition: all 0.3s ease;
}
#main-container .blog-list .blog-articles article .post-link a:before,
#main-container .archive-list .blog-articles article .post-link a:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 5px;
    height: 15px;
    margin-right: 10px;
    margin-top: -2px;
    background: #7e91cc;
}
#main-container .blog-list .blog-articles article .post-link a:hover,
#main-container .archive-list .blog-articles article .post-link a:hover {
    color: #eb2229;
}
#main-container .blog-list .blog-articles article .post-sharing,
#main-container .archive-list .blog-articles article .post-sharing {
    position: relative;
    float: right;
}
#main-container .blog-list .blog-articles article .post-sharing .share,
#main-container .archive-list .blog-articles article .post-sharing .share {
    font-size: 14px;
    overflow: hidden;
    width: 100px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    background: #d2d2d2;
    transition: width 0.3s ease, opacity 0.3s ease;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="1"] .jssocials-shares,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="1"] .jssocials-shares {
    width: 32px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="1"] .jssocials-shares > div a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="1"] .jssocials-shares > div a {
    left: 0;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="2"] .jssocials-shares,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="2"] .jssocials-shares {
    width: 74px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="2"] .jssocials-shares > div a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="2"] .jssocials-shares > div a {
    left: 42px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="3"] .jssocials-shares,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="3"] .jssocials-shares {
    width: 116px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="3"] .jssocials-shares > div a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="3"] .jssocials-shares > div a {
    left: 84px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="4"] .jssocials-shares,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="4"] .jssocials-shares {
    width: 158px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="4"] .jssocials-shares > div a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="4"] .jssocials-shares > div a {
    left: 126px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="5"] .jssocials-shares,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="5"] .jssocials-shares {
    width: 200px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="5"] .jssocials-shares > div a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="5"] .jssocials-shares > div a {
    left: 168px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="6"] .jssocials-shares,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="6"] .jssocials-shares {
    width: 242px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="6"] .jssocials-shares > div a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="6"] .jssocials-shares > div a {
    left: 210px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="7"] .jssocials-shares,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="7"] .jssocials-shares {
    width: 284px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="7"] .jssocials-shares > div a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="7"] .jssocials-shares > div a {
    left: 252px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="8"] .jssocials-shares,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="8"] .jssocials-shares {
    width: 326px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="8"] .jssocials-shares > div a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="8"] .jssocials-shares > div a {
    left: 294px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares {
    position: absolute;
    right: 0;
    width: 242px;
    height: 32px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div a {
    font-size: 14px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 294px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: left 0.3s ease;
    width: 32px;
    height: 32px;
    line-height: 36px;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-email a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-email a {
    background: #aaa;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-whatsapp a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-whatsapp a {
    background: #1ebea5;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-facebook a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-facebook a {
    background: #3b5998;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-googleplus a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-googleplus a {
    background: #dd4e42;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-linkedin a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-linkedin a {
    background: #0077b5;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-pinterest a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-pinterest a {
    background: #bd2126;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-twitter a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-twitter a {
    background: #1da1f2;
}
#main-container .blog-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-vkontakte a,
#main-container .archive-list .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-vkontakte a {
    background: #4a76a8;
}
#main-container .blog-list .blog-articles article .post-sharing:hover .share,
#main-container .archive-list .blog-articles article .post-sharing:hover .share {
    width: 0;
    opacity: 0;
}
#main-container .blog-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares,
#main-container .archive-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares {
    opacity: 1;
}
#main-container .blog-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(1) a,
#main-container .archive-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(1) a {
    left: 0;
}
#main-container .blog-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(2) a,
#main-container .archive-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(2) a {
    left: 42px;
}
#main-container .blog-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(3) a,
#main-container .archive-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(3) a {
    left: 84px;
}
#main-container .blog-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(4) a,
#main-container .archive-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(4) a {
    left: 126px;
}
#main-container .blog-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(5) a,
#main-container .archive-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(5) a {
    left: 168px;
}
#main-container .blog-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(6) a,
#main-container .archive-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(6) a {
    left: 210px;
}
#main-container .blog-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(7) a,
#main-container .archive-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(7) a {
    left: 252px;
}
#main-container .blog-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(8) a,
#main-container .archive-list .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(8) a {
    left: 294px;
}
#main-container .blog-list nav.page-navigation,
#main-container .archive-list nav.page-navigation {
    float: left;
    width: 100%;
    position: relative;
}
#main-container .blog-list nav.page-navigation .pagination,
#main-container .archive-list nav.page-navigation .pagination {
    text-align: center;
}
#main-container .blog-list nav.page-navigation .pagination .page-numbers,
#main-container .archive-list nav.page-navigation .pagination .page-numbers {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    padding: 0.4em;
    border: 1px solid #47588f;
    color: #47588f;
    font-size: 14px;
    transition: all 0.3s ease;
}
#main-container .blog-list nav.page-navigation .pagination .page-numbers:hover,
#main-container .archive-list nav.page-navigation .pagination .page-numbers:hover {
    background: #47588f;
    color: #fff;
}
#main-container .blog-list nav.page-navigation .pagination .page-numbers.current,
#main-container .archive-list nav.page-navigation .pagination .page-numbers.current {
    background: #47588f;
    color: #fff;
}
#main-container .blog-list nav.page-navigation .pagination .page-numbers.next,
#main-container .archive-list nav.page-navigation .pagination .page-numbers.next {
    width: 70px;
    text-transform: uppercase;
}
#main-container .blog-list nav.page-navigation .pagination .page-numbers.prev,
#main-container .archive-list nav.page-navigation .pagination .page-numbers.prev {
    width: 90px;
    text-transform: uppercase;
}
#main-container .blog-list nav.page-navigation .st-blog-load-more,
#main-container .archive-list nav.page-navigation .st-blog-load-more {
    text-align: center;
}
#main-container .blog-list nav.page-navigation .st-blog-load-more .load-more-button,
#main-container .archive-list nav.page-navigation .st-blog-load-more .load-more-button {
    padding: 0.4em 20px;
    border: 1px solid #47588f;
    color: #47588f;
    font-size: 14px;
    text-transform: uppercase;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}
#main-container .blog-list nav.page-navigation .st-blog-load-more .load-more-button:hover,
#main-container .archive-list nav.page-navigation .st-blog-load-more .load-more-button:hover {
    background: #47588f;
    color: #fff;
}
#main-container .blog-list nav.page-navigation .st-blog-load-more .load-more-button.no-more,
#main-container .archive-list nav.page-navigation .st-blog-load-more .load-more-button.no-more {
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
    cursor: default;
}
#main-container .blog-list nav.page-navigation .st-blog-load-more .load-more-button.no-more:hover,
#main-container .archive-list nav.page-navigation .st-blog-load-more .load-more-button.no-more:hover {
    background: 0 0;
    color: #d2d2d2;
}
#main-container .blog-list nav.page-navigation .st-blog-load-more .load-more-button.loading,
#main-container .archive-list nav.page-navigation .st-blog-load-more .load-more-button.loading {
    visibility: hidden;
    opacity: 0;
}
#main-container .blog-list nav.page-navigation .st-blog-load-more .st-load-more-animation,
#main-container .archive-list nav.page-navigation .st-blog-load-more .st-load-more-animation {
    position: relative;
    margin: -1.3em auto 0;
    text-align: center;
    width: 100px;
    height: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
#main-container .blog-list nav.page-navigation .st-blog-load-more .st-load-more-animation span,
#main-container .archive-list nav.page-navigation .st-blog-load-more .st-load-more-animation span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 3px;
    background: #47588f;
    animation: wave 1.3s linear infinite;
}
#main-container .blog-list nav.page-navigation .st-blog-load-more .st-load-more-animation span:nth-child(2),
#main-container .archive-list nav.page-navigation .st-blog-load-more .st-load-more-animation span:nth-child(2) {
    animation-delay: -1.1s;
}
#main-container .blog-list nav.page-navigation .st-blog-load-more .st-load-more-animation span:nth-child(3),
#main-container .archive-list nav.page-navigation .st-blog-load-more .st-load-more-animation span:nth-child(3) {
    animation-delay: -0.9s;
}
#main-container .blog-list nav.page-navigation .st-blog-load-more .st-load-more-animation.active,
#main-container .archive-list nav.page-navigation .st-blog-load-more .st-load-more-animation.active {
    visibility: visible;
    opacity: 1;
}
#main-container .blog-list nav.page-navigation .st-blog-load-more .st-load-more-animation.lazy,
#main-container .archive-list nav.page-navigation .st-blog-load-more .st-load-more-animation.lazy {
    margin: 0 auto;
}
#main-container .blog-grid,
#main-container .archive-grid {
    margin-top: 80px;
    margin-bottom: 80px;
}
#main-container .blog-grid.full-width .row,
#main-container .archive-grid.full-width .row {
    width: 100%;
    padding: 0 50px;
}
#main-container .blog-grid .two-column .blog-articles article,
#main-container .archive-grid .two-column .blog-articles article {
    width: 50%;
}
#main-container .blog-grid .two-column .blog-articles article:nth-child(odd),
#main-container .archive-grid .two-column .blog-articles article:nth-child(odd) {
    padding-right: 20px;
}
#main-container .blog-grid .two-column .blog-articles article:nth-child(even),
#main-container .archive-grid .two-column .blog-articles article:nth-child(even) {
    padding-left: 20px;
}
#main-container .blog-grid .two-column.sidebar .blog-articles article,
#main-container .archive-grid .two-column.sidebar .blog-articles article {
    width: 50%;
}
#main-container .blog-grid .two-column.sidebar .blog-articles article:nth-child(odd),
#main-container .archive-grid .two-column.sidebar .blog-articles article:nth-child(odd) {
    padding-right: 20px;
}
#main-container .blog-grid .two-column.sidebar .blog-articles article:nth-child(even),
#main-container .archive-grid .two-column.sidebar .blog-articles article:nth-child(even) {
    padding-left: 20px;
}
#main-container .blog-grid .three-column .blog-articles article,
#main-container .archive-grid .three-column .blog-articles article {
    width: 33.33333333%;
}
#main-container .blog-grid .three-column .blog-articles article:nth-child(3n + 1),
#main-container .archive-grid .three-column .blog-articles article:nth-child(3n + 1) {
    padding-right: 27px;
}
#main-container .blog-grid .three-column .blog-articles article:nth-child(3n + 2),
#main-container .archive-grid .three-column .blog-articles article:nth-child(3n + 2) {
    padding: 0 13px;
}
#main-container .blog-grid .three-column .blog-articles article:nth-child(3n + 3),
#main-container .archive-grid .three-column .blog-articles article:nth-child(3n + 3) {
    padding-left: 27px;
}
#main-container .blog-grid .three-column.sidebar .blog-articles article,
#main-container .archive-grid .three-column.sidebar .blog-articles article {
    width: 33.33333333%;
}
#main-container .blog-grid .three-column.sidebar .blog-articles article:nth-child(3n + 1),
#main-container .archive-grid .three-column.sidebar .blog-articles article:nth-child(3n + 1) {
    padding-right: 27px;
}
#main-container .blog-grid .three-column.sidebar .blog-articles article:nth-child(3n + 2),
#main-container .archive-grid .three-column.sidebar .blog-articles article:nth-child(3n + 2) {
    padding: 0 13px;
}
#main-container .blog-grid .three-column.sidebar .blog-articles article:nth-child(3n + 3),
#main-container .archive-grid .three-column.sidebar .blog-articles article:nth-child(3n + 3) {
    padding-left: 27px;
}
#main-container .blog-grid .three-column.sidebar .blog-articles article .post-link,
#main-container .archive-grid .three-column.sidebar .blog-articles article .post-link {
    width: 100%;
    margin-bottom: 15px;
}
#main-container .blog-grid .three-column.sidebar .blog-articles article .post-sharing,
#main-container .archive-grid .three-column.sidebar .blog-articles article .post-sharing {
    float: left;
    width: 100%;
}
#main-container .blog-grid .three-column.sidebar .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares,
#main-container .archive-grid .three-column.sidebar .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares {
    width: 100px;
    left: 0;
    transition: width 0.3s ease;
}
#main-container .blog-grid .three-column.sidebar .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div a,
#main-container .archive-grid .three-column.sidebar .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div a {
    left: 0;
}
#main-container .blog-grid .three-column.sidebar .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares,
#main-container .archive-grid .three-column.sidebar .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares {
    width: 242px;
}
#main-container .blog-grid .four-column .blog-articles article,
#main-container .archive-grid .four-column .blog-articles article {
    width: 25%;
    padding: 0 10px;
}
#main-container .blog-grid .four-column .blog-articles article .post-link,
#main-container .archive-grid .four-column .blog-articles article .post-link {
    width: 100%;
    margin-bottom: 15px;
}
#main-container .blog-grid .four-column .blog-articles article .post-sharing,
#main-container .archive-grid .four-column .blog-articles article .post-sharing {
    float: left;
    width: 100%;
}
#main-container .blog-grid .four-column .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares,
#main-container .archive-grid .four-column .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares {
    left: 0;
}
#main-container .blog-grid .four-column .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div a,
#main-container .archive-grid .four-column .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div a {
    left: 0;
}
#main-container .blog-grid .four-column.sidebar .blog-articles article,
#main-container .archive-grid .four-column.sidebar .blog-articles article {
    width: 25%;
    padding: 0 10px;
}
#main-container .blog-grid .four-column.sidebar .blog-articles article .post-link,
#main-container .archive-grid .four-column.sidebar .blog-articles article .post-link {
    width: 100%;
    margin-bottom: 15px;
}
#main-container .blog-grid .four-column.sidebar .blog-articles article .post-sharing,
#main-container .archive-grid .four-column.sidebar .blog-articles article .post-sharing {
    float: left;
    width: 100%;
}
#main-container .blog-grid .four-column.sidebar .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares,
#main-container .archive-grid .four-column.sidebar .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares {
    left: 0;
}
#main-container .blog-grid .four-column.sidebar .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div a,
#main-container .archive-grid .four-column.sidebar .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div a {
    left: 0;
}
#main-container .blog-grid .blog-articles:before,
#main-container .archive-grid .blog-articles:before {
    display: table;
    content: " ";
}
#main-container .blog-grid .blog-articles:after,
#main-container .archive-grid .blog-articles:after {
    display: table;
    content: " ";
    clear: both;
}
#main-container .blog-grid .blog-articles article,
#main-container .archive-grid .blog-articles article {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
#main-container .blog-grid .blog-articles article.format-quote .post-media,
#main-container .archive-grid .blog-articles article.format-quote .post-media {
    height: 100%;
    padding-bottom: 20px;
}
#main-container .blog-grid .blog-articles article.sticky .post-title a h3:before,
#main-container .archive-grid .blog-articles article.sticky .post-title a h3:before {
    content: "\f08d";
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin-top: 0;
    font-family: FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: 0 0;
    color: #eb2229;
}
#main-container .blog-grid .blog-articles article .post-media,
#main-container .archive-grid .blog-articles article .post-media {
    position: relative;
    margin-bottom: 15px;
}
#main-container .blog-grid .blog-articles article .post-media .post-thumbnail img,
#main-container .archive-grid .blog-articles article .post-media .post-thumbnail img {
    vertical-align: top;
    min-width: 100%;
    transition: all 0.3s ease;
}
#main-container .blog-grid .blog-articles article .post-media .post-thumbnail a:hover img,
#main-container .archive-grid .blog-articles article .post-media .post-thumbnail a:hover img {
    opacity: 0.85;
}
#main-container .blog-grid .blog-articles article .post-media .post-video,
#main-container .archive-grid .blog-articles article .post-media .post-video {
    min-height: 250px;
}
#main-container .blog-grid .blog-articles article .post-media .post-video iframe,
#main-container .archive-grid .blog-articles article .post-media .post-video iframe {
    vertical-align: top;
    height: 100%;
}
#main-container .blog-grid .blog-articles article .post-media .post-audio,
#main-container .archive-grid .blog-articles article .post-media .post-audio {
    min-height: 250px;
}
#main-container .blog-grid .blog-articles article .post-media .post-audio iframe,
#main-container .archive-grid .blog-articles article .post-media .post-audio iframe {
    vertical-align: top;
    height: 100%;
}
#main-container .blog-grid .blog-articles article .post-media .post-gallery,
#main-container .archive-grid .blog-articles article .post-media .post-gallery {
    overflow: hidden;
}
#main-container .blog-grid .blog-articles article .post-media .post-gallery .slick-list .slick-track img,
#main-container .archive-grid .blog-articles article .post-media .post-gallery .slick-list .slick-track img {
    vertical-align: top;
}
#main-container .blog-grid .blog-articles article .post-media .post-gallery .slick-prev,
#main-container .archive-grid .blog-articles article .post-media .post-gallery .slick-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -25px;
    padding: 0;
    border: none;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease, left 0.3s ease;
}
#main-container .blog-grid .blog-articles article .post-media .post-gallery .slick-prev:before,
#main-container .archive-grid .blog-articles article .post-media .post-gallery .slick-prev:before {
    content: "\f104";
    display: inline-block;
    margin-left: -2px;
    font: normal normal normal 24px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main-container .blog-grid .blog-articles article .post-media .post-gallery .slick-next,
#main-container .archive-grid .blog-articles article .post-media .post-gallery .slick-next {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -25px;
    padding: 0;
    border: none;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease, right 0.3s ease;
}
#main-container .blog-grid .blog-articles article .post-media .post-gallery .slick-next:before,
#main-container .archive-grid .blog-articles article .post-media .post-gallery .slick-next:before {
    content: "\f105";
    display: inline-block;
    margin-right: -2px;
    font: normal normal normal 24px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main-container .blog-grid .blog-articles article .post-media .post-gallery:hover .slick-prev,
#main-container .archive-grid .blog-articles article .post-media .post-gallery:hover .slick-prev {
    left: 0;
    opacity: 1;
}
#main-container .blog-grid .blog-articles article .post-media .post-gallery:hover .slick-next,
#main-container .archive-grid .blog-articles article .post-media .post-gallery:hover .slick-next {
    right: 0;
    opacity: 1;
}
#main-container .blog-grid .blog-articles article .post-media .post-gallery-progress,
#main-container .archive-grid .blog-articles article .post-media .post-gallery-progress {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
}
#main-container .blog-grid .blog-articles article .post-media .post-gallery-progress .progress,
#main-container .archive-grid .blog-articles article .post-media .post-gallery-progress .progress {
    width: 0;
    height: 5px;
    background: rgba(255, 255, 255, 0.25);
}
#main-container .blog-grid .blog-articles article .post-media a.post-quote-link:hover .post-quote,
#main-container .archive-grid .blog-articles article .post-media a.post-quote-link:hover .post-quote {
    opacity: 0.85;
}
#main-container .blog-grid .blog-articles article .post-media .post-quote,
#main-container .archive-grid .blog-articles article .post-media .post-quote {
    height: 100%;
    padding: 70px 35px;
    border: 1px solid #d2d2d2;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
}
#main-container .blog-grid .blog-articles article .post-media .post-quote h3,
#main-container .archive-grid .blog-articles article .post-media .post-quote h3 {
    height: 0;
    visibility: hidden;
    padding-bottom: 0;
}
#main-container .blog-grid .blog-articles article .post-media .post-quote blockquote,
#main-container .archive-grid .blog-articles article .post-media .post-quote blockquote {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-left: none;
    color: #5b5b5b;
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    z-index: 1;
}
#main-container .blog-grid .blog-articles article .post-media .post-quote blockquote:before,
#main-container .archive-grid .blog-articles article .post-media .post-quote blockquote:before {
    position: absolute;
    top: -15px;
    content: "\f10e";
    font: normal normal normal 80px/1 FontAwesome;
    color: #eee;
    text-decoration: none;
    z-index: -1;
}
#main-container .blog-grid .blog-articles article .post-media .post-quote .post-author,
#main-container .archive-grid .blog-articles article .post-media .post-quote .post-author {
    width: 100%;
    margin-top: 30px;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 700;
}
#main-container .blog-grid .blog-articles article .post-title,
#main-container .archive-grid .blog-articles article .post-title {
    margin-bottom: 15px;
}
#main-container .blog-grid .blog-articles article .post-title a h3,
#main-container .archive-grid .blog-articles article .post-title a h3 {
    display: inline-block;
    padding: 0;
    color: #47588f;
    font-size: 18px;
    line-height: 1.65em;
    transition: all 0.3s ease;
}
#main-container .blog-grid .blog-articles article .post-title a h3:before,
#main-container .archive-grid .blog-articles article .post-title a h3:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 11px;
    height: 16px;
    margin-right: 12px;
    margin-top: -0.16em;
    background: #eb2229;
}
#main-container .blog-grid .blog-articles article .post-title a h3:hover,
#main-container .archive-grid .blog-articles article .post-title a h3:hover {
    color: #eb2229;
}
#main-container .blog-grid .blog-articles article .post-meta,
#main-container .archive-grid .blog-articles article .post-meta {
    margin-bottom: 15px;
    font-size: 14px;
}
#main-container .blog-grid .blog-articles article .post-meta .post-category,
#main-container .archive-grid .blog-articles article .post-meta .post-category {
    display: block;
}
#main-container .blog-grid .blog-articles article .post-meta .post-category .post-category-single,
#main-container .archive-grid .blog-articles article .post-meta .post-category .post-category-single {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
}
#main-container .blog-grid .blog-articles article .post-meta .post-category .post-category-single a,
#main-container .archive-grid .blog-articles article .post-meta .post-category .post-category-single a {
    display: inline-block;
    padding: 3px 11px 2px 12px;
    border: 1px solid #7e91cc;
    background-color: #7e91cc;
    color: #fff;
    transition: all 0.3s ease;
}
#main-container .blog-grid .blog-articles article .post-meta .post-category .post-category-single:hover a,
#main-container .archive-grid .blog-articles article .post-meta .post-category .post-category-single:hover a {
    background-color: transparent;
    color: #7e91cc;
}
#main-container .blog-grid .blog-articles article .post-meta .post-time,
#main-container .archive-grid .blog-articles article .post-meta .post-time {
    display: inline-block;
    margin-right: 3%;
    font-style: italic;
    color: #999;
}
#main-container .blog-grid .blog-articles article .post-meta .post-author,
#main-container .archive-grid .blog-articles article .post-meta .post-author {
    display: inline-block;
    margin-right: 3%;
    font-style: italic;
    color: #999;
}
#main-container .blog-grid .blog-articles article .post-meta .post-comments-amount,
#main-container .archive-grid .blog-articles article .post-meta .post-comments-amount {
    display: inline-block;
    margin-right: 3%;
    font-style: italic;
    color: #999;
}
#main-container .blog-grid .blog-articles article .post-meta .post-likes-amount,
#main-container .archive-grid .blog-articles article .post-meta .post-likes-amount {
    display: inline-block;
    font-style: italic;
    color: #999;
}
#main-container .blog-grid .blog-articles article .post-content,
#main-container .archive-grid .blog-articles article .post-content {
    padding-bottom: 20px;
    font-size: 14px;
}
#main-container .blog-grid .blog-articles article .post-content p,
#main-container .archive-grid .blog-articles article .post-content p {
    padding-bottom: 0;
}
#main-container .blog-grid .blog-articles article .post-link,
#main-container .archive-grid .blog-articles article .post-link {
    float: left;
    height: 32px;
    line-height: 34px;
}
#main-container .blog-grid .blog-articles article .post-link a,
#main-container .archive-grid .blog-articles article .post-link a {
    padding: 6px 0 4px;
    color: #47588f;
    font-size: 14px;
    transition: all 0.3s ease;
}
#main-container .blog-grid .blog-articles article .post-link a:before,
#main-container .archive-grid .blog-articles article .post-link a:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 5px;
    height: 15px;
    margin-right: 10px;
    margin-top: -2px;
    background: #47588f;
}
#main-container .blog-grid .blog-articles article .post-link a:hover,
#main-container .archive-grid .blog-articles article .post-link a:hover {
    color: #eb2229;
}
#main-container .blog-grid .blog-articles article .post-sharing,
#main-container .archive-grid .blog-articles article .post-sharing {
    position: relative;
    float: right;
}
#main-container .blog-grid .blog-articles article .post-sharing .share,
#main-container .archive-grid .blog-articles article .post-sharing .share {
    font-size: 14px;
    overflow: hidden;
    width: 100px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    background: #d2d2d2;
    transition: width 0.3s ease, opacity 0.3s ease;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="1"] .jssocials-shares,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="1"] .jssocials-shares {
    width: 32px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="1"] .jssocials-shares > div a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="1"] .jssocials-shares > div a {
    left: 0;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="2"] .jssocials-shares,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="2"] .jssocials-shares {
    width: 74px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="2"] .jssocials-shares > div a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="2"] .jssocials-shares > div a {
    left: 42px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="3"] .jssocials-shares,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="3"] .jssocials-shares {
    width: 116px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="3"] .jssocials-shares > div a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="3"] .jssocials-shares > div a {
    left: 84px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="4"] .jssocials-shares,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="4"] .jssocials-shares {
    width: 158px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="4"] .jssocials-shares > div a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="4"] .jssocials-shares > div a {
    left: 126px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="5"] .jssocials-shares,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="5"] .jssocials-shares {
    width: 200px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="5"] .jssocials-shares > div a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="5"] .jssocials-shares > div a {
    left: 168px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="6"] .jssocials-shares,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="6"] .jssocials-shares {
    width: 242px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="6"] .jssocials-shares > div a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="6"] .jssocials-shares > div a {
    left: 210px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="7"] .jssocials-shares,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="7"] .jssocials-shares {
    width: 284px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="7"] .jssocials-shares > div a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="7"] .jssocials-shares > div a {
    left: 252px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="8"] .jssocials-shares,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="8"] .jssocials-shares {
    width: 326px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="8"] .jssocials-shares > div a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner[data-shares-count="8"] .jssocials-shares > div a {
    left: 294px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares {
    position: absolute;
    right: 0;
    width: 242px;
    height: 32px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div a {
    font-size: 14px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 210px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: left 0.3s ease;
    width: 32px;
    height: 32px;
    line-height: 36px;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-email a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-email a {
    background: #aaa;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-whatsapp a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-whatsapp a {
    background: #1ebea5;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-facebook a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-facebook a {
    background: #3b5998;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-googleplus a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-googleplus a {
    background: #dd4e42;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-linkedin a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-linkedin a {
    background: #0077b5;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-pinterest a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-pinterest a {
    background: #bd2126;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-twitter a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-twitter a {
    background: #1da1f2;
}
#main-container .blog-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-vkontakte a,
#main-container .archive-grid .blog-articles article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-vkontakte a {
    background: #4a76a8;
}
#main-container .blog-grid .blog-articles article .post-sharing:hover .share,
#main-container .archive-grid .blog-articles article .post-sharing:hover .share {
    width: 0;
    opacity: 0;
}
#main-container .blog-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares,
#main-container .archive-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares {
    opacity: 1;
}
#main-container .blog-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(1) a,
#main-container .archive-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(1) a {
    left: 0;
}
#main-container .blog-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(2) a,
#main-container .archive-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(2) a {
    left: 42px;
}
#main-container .blog-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(3) a,
#main-container .archive-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(3) a {
    left: 84px;
}
#main-container .blog-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(4) a,
#main-container .archive-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(4) a {
    left: 126px;
}
#main-container .blog-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(5) a,
#main-container .archive-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(5) a {
    left: 168px;
}
#main-container .blog-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(6) a,
#main-container .archive-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(6) a {
    left: 210px;
}
#main-container .blog-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(7) a,
#main-container .archive-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(7) a {
    left: 252px;
}
#main-container .blog-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(8) a,
#main-container .archive-grid .blog-articles article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(8) a {
    left: 294px;
}
#main-container .blog-grid nav.page-navigation,
#main-container .archive-grid nav.page-navigation {
    float: left;
    width: 100%;
    position: relative;
}
#main-container .blog-grid nav.page-navigation .pagination,
#main-container .archive-grid nav.page-navigation .pagination {
    text-align: center;
}
#main-container .blog-grid nav.page-navigation .pagination .page-numbers,
#main-container .archive-grid nav.page-navigation .pagination .page-numbers {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    padding: 0.4em;
    border: 1px solid #47588f;
    color: #47588f;
    font-size: 14px;
    transition: all 0.3s ease;
}
#main-container .blog-grid nav.page-navigation .pagination .page-numbers:hover,
#main-container .archive-grid nav.page-navigation .pagination .page-numbers:hover {
    background: #47588f;
    color: #fff;
}
#main-container .blog-grid nav.page-navigation .pagination .page-numbers.current,
#main-container .archive-grid nav.page-navigation .pagination .page-numbers.current {
    background: #47588f;
    color: #fff;
}
#main-container .blog-grid nav.page-navigation .pagination .page-numbers.next,
#main-container .archive-grid nav.page-navigation .pagination .page-numbers.next {
    width: 70px;
    text-transform: uppercase;
}
#main-container .blog-grid nav.page-navigation .pagination .page-numbers.prev,
#main-container .archive-grid nav.page-navigation .pagination .page-numbers.prev {
    width: 90px;
    text-transform: uppercase;
}
#main-container .blog-grid nav.page-navigation .st-blog-load-more,
#main-container .archive-grid nav.page-navigation .st-blog-load-more {
    text-align: center;
}
#main-container .blog-grid nav.page-navigation .st-blog-load-more .load-more-button,
#main-container .archive-grid nav.page-navigation .st-blog-load-more .load-more-button {
    padding: 0.4em 20px;
    border: 1px solid #47588f;
    color: #47588f;
    font-size: 14px;
    text-transform: uppercase;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}
#main-container .blog-grid nav.page-navigation .st-blog-load-more .load-more-button:hover,
#main-container .archive-grid nav.page-navigation .st-blog-load-more .load-more-button:hover {
    background: #47588f;
    color: #fff;
}
#main-container .blog-grid nav.page-navigation .st-blog-load-more .load-more-button.no-more,
#main-container .archive-grid nav.page-navigation .st-blog-load-more .load-more-button.no-more {
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
    cursor: default;
}
#main-container .blog-grid nav.page-navigation .st-blog-load-more .load-more-button.no-more:hover,
#main-container .archive-grid nav.page-navigation .st-blog-load-more .load-more-button.no-more:hover {
    background: 0 0;
    color: #d2d2d2;
}
#main-container .blog-grid nav.page-navigation .st-blog-load-more .load-more-button.loading,
#main-container .archive-grid nav.page-navigation .st-blog-load-more .load-more-button.loading {
    visibility: hidden;
    opacity: 0;
}
#main-container .blog-grid nav.page-navigation .st-blog-load-more .st-load-more-animation,
#main-container .archive-grid nav.page-navigation .st-blog-load-more .st-load-more-animation {
    position: relative;
    margin: -1.3em auto 0;
    text-align: center;
    width: 100px;
    height: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
#main-container .blog-grid nav.page-navigation .st-blog-load-more .st-load-more-animation span,
#main-container .archive-grid nav.page-navigation .st-blog-load-more .st-load-more-animation span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 3px;
    background: #47588f;
    animation: wave 1.3s linear infinite;
}
#main-container .blog-grid nav.page-navigation .st-blog-load-more .st-load-more-animation span:nth-child(2),
#main-container .archive-grid nav.page-navigation .st-blog-load-more .st-load-more-animation span:nth-child(2) {
    animation-delay: -1.1s;
}
#main-container .blog-grid nav.page-navigation .st-blog-load-more .st-load-more-animation span:nth-child(3),
#main-container .archive-grid nav.page-navigation .st-blog-load-more .st-load-more-animation span:nth-child(3) {
    animation-delay: -0.9s;
}
#main-container .blog-grid nav.page-navigation .st-blog-load-more .st-load-more-animation.active,
#main-container .archive-grid nav.page-navigation .st-blog-load-more .st-load-more-animation.active {
    visibility: visible;
    opacity: 1;
}
#main-container .blog-grid nav.page-navigation .st-blog-load-more .st-load-more-animation.lazy,
#main-container .archive-grid nav.page-navigation .st-blog-load-more .st-load-more-animation.lazy {
    margin: 0 auto;
}
#main-container .st-coming-soon-form .st-subscribe-form {
    float: right;
    width: 50%;
}
#main-container .st-coming-soon-form .st-subscribe-form label {
    display: none;
}
#main-container .st-coming-soon-form .st-subscribe-form input[type="email"] {
    float: right;
    display: block;
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#main-container .st-coming-soon-form .st-subscribe-form input[type="email"]::-webkit-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#main-container .st-coming-soon-form .st-subscribe-form input[type="email"]:-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#main-container .st-coming-soon-form .st-subscribe-form input[type="email"]::-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#main-container .st-coming-soon-form .st-subscribe-form input[type="email"]:focus {
    background-color: #fff;
}
#main-container .st-coming-soon-form .st-subscribe-form button[type="submit"] {
    position: relative;
    float: right;
    display: block;
    padding: 11px 50px;
    color: #fff;
    background-color: #eb2229;
    cursor: pointer;
    overflow: hidden;
}
#main-container .st-coming-soon-form .st-subscribe-form button[type="submit"] .st-subscribe-text {
    display: block;
    text-transform: uppercase;
    transform: translateX(0px);
    transition: all 0.6s;
}
#main-container .st-coming-soon-form .st-subscribe-form button[type="submit"] .st-subscribe-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#main-container .st-coming-soon-form .st-subscribe-form button[type="submit"] .st-subscribe-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#main-container .st-coming-soon-form .st-subscribe-form button[type="submit"]:hover .st-subscribe-text {
    transform: translateX(500px);
}
#main-container .st-coming-soon-form .st-subscribe-form button[type="submit"]:hover .st-subscribe-icon {
    left: 0;
}
#main-container .widget-title {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    font-family: Montserrat;
    font-style: ;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
    color: #47588f;
}
#main-container .widget-title .st-h-before {
    margin-right: 15px;
}
#main-container .widget-title .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.07em;
    width: 0;
    height: 0.8em;
    background-color: #eb2229;
}
#main-container .widget-title .st-h-before > i + i {
    display: inline-block;
    width: 5px;
}
#main-container .widget-title .st-h-before > i + i + i {
    display: inline-block;
    margin-left: 5px;
    width: 11px;
}
#main-container .widget-title .st-h-before > i + i + i + i {
    display: none;
}
#main-container .widget_st_banner_widget a.st-banner-link {
    transition: all 0.3s ease;
}
#main-container .widget_st_banner_widget a.st-banner-link:hover {
    opacity: 0.85;
}
#main-container .widget_st_shop_info_widget .st-shop-info-widget-inner .st-shop-info-widget-item {
    padding: 25px 0 20px;
    border-top: 1px solid #e0e0e0;
}
#main-container .widget_st_shop_info_widget .st-shop-info-widget-inner .st-shop-info-widget-item .st-shop-info-icon {
    width: 50px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
#main-container .widget_st_shop_info_widget .st-shop-info-widget-inner .st-shop-info-widget-item .st-shop-info-widget-item-inner {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}
#main-container .widget_st_shop_info_widget .st-shop-info-widget-inner .st-shop-info-widget-item .st-shop-info-widget-item-inner .st-shop-info-title {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #5b5b5b;
}
#main-container .widget_st_shop_info_widget .st-shop-info-widget-inner .st-shop-info-widget-item .st-shop-info-widget-item-inner .st-shop-info-widget-text {
    font-size: 14px;
    color: #999;
}
#main-container .widget_st_shop_info_widget .st-shop-info-widget-inner .st-shop-info-widget-item .st-shop-info-widget-item-inner .st-shop-info-widget-text p {
    padding: 0;
}
#main-container .widget_st_shop_info_widget .st-shop-info-widget-inner .st-shop-info-widget-item:last-child {
    border-bottom: 1px solid #e0e0e0;
}
#main-container .widget_st_about_menu_widget div ul li {
    position: relative;
    margin-left: 0;
    padding: 15px 20px 15px 27px;
    text-transform: uppercase;
    background: #f1f0f0;
    border-bottom: 1px solid #fff;
}
#main-container .widget_st_about_menu_widget div ul li:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 5px;
    background: 0 0;
    transition: background 0.4s ease;
}
#main-container .widget_st_about_menu_widget div ul li.current-menu-item:before,
#main-container .widget_st_about_menu_widget div ul li:hover:before {
    background: #eb2229;
}
#main-container .widget_st_about_menu_widget div ul li:last-child {
    padding: 15px 20px 15px 27px;
    border-bottom: none;
}
#main-container .widget_st_about_menu_widget div ul li ul {
    margin-top: 15px;
}
#main-container .widget_st_about_menu_widget div ul li ul li {
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
#main-container .widget_st_about_menu_widget div ul li ul li:before {
    display: none;
}
#main-container .widget_st_about_menu_widget div ul li ul li:first-child {
    border-top: 1px solid #fff;
}
#main-container .widget_st_about_menu_widget div ul li ul li:last-child {
    padding: 15px 0 0;
    border-bottom: none;
}
#main-container .widget_st_services_menu_widget div ul li {
    position: relative;
    margin-left: 0;
    padding: 15px 20px 15px 27px;
    text-transform: uppercase;
    background: #f1f0f0;
    border-bottom: 1px solid #fff;
}
#main-container .widget_st_services_menu_widget div ul li:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 7px;
    background: 0 0;
    transition: background 0.4s ease;
}
#main-container .widget_st_services_menu_widget div ul li.current-menu-item:before,
#main-container .widget_st_services_menu_widget div ul li:hover:before {
    background: #7e91cc;
}
#main-container .widget_st_services_menu_widget div ul li:last-child {
    padding: 15px 20px 15px 27px;
    border-bottom: none;
}
#main-container .widget_st_services_menu_widget div ul li ul {
    margin-top: 15px;
}
#main-container .widget_st_services_menu_widget div ul li ul li {
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
#main-container .widget_st_services_menu_widget div ul li ul li:before {
    display: none;
}
#main-container .widget_st_services_menu_widget div ul li ul li:first-child {
    border-top: 1px solid #fff;
}
#main-container .widget_st_services_menu_widget div ul li ul li:last-child {
    padding: 15px 0 0;
    border-bottom: none;
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info {
    position: relative;
    padding: 20px 20px 20px 50px;
    font-size: 14px;
    transition: all 0.3s ease;
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info:before {
    position: absolute;
    content: "\f016";
    font: normal normal normal 28px/1 FontAwesome;
    top: 0.6em;
    left: 15px;
    opacity: 1;
    transition: all 0.4s ease;
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.zip:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.rar:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.zipx:before {
    content: "\f1c6";
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.jpg:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.jpeg:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.png:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.gif:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.tif:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.tiff:before {
    content: "\f1c5";
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mp3:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.wma:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.wav:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.ogg:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.flac:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.vox:before {
    content: "\f1c7";
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.wmv:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mp4:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mkv:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mov:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.flv:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mpeg4:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mpeg:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mpg:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.avi:before {
    content: "\f1c8";
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.doc:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.docx:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.rtf:before {
    content: "\f1c2";
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.xls:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.xlsx:before {
    content: "\f1c3";
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.ppt:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.pptx:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.pps:before,
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.ppsx:before {
    content: "\f1c4";
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.pdf:before {
    content: "\f1c1";
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info:hover {
    opacity: 0.9;
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info:hover:before {
    color: #eb2229;
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item:first-child a .st-brochure-widget-file-info {
    color: #5b5b5b;
    background: #f1f0f0;
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item:nth-child(2) a .st-brochure-widget-file-info {
    color: #fff;
    background: rgba(71, 88, 143, 0.7);
}
#main-container .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item:nth-child(3) a .st-brochure-widget-file-info {
    color: #fff;
    background: #47588f;
}
#main-container .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list {
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}
#main-container .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track {
    left: 0;
    top: 0;
    zoom: 1;
    transform: translate3d(0, 0, 0);
    position: relative;
    display: block;
}
#main-container .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track .st-testimonial-widget-item {
    float: left;
    position: relative;
    height: 100%;
    min-height: 1px;
    transform: translate3d(0, 0, 0);
    background: #f1f0f0;
    padding: 25px;
}
#main-container .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track .st-testimonial-widget-item .st-testimonial-widget-client-comment {
    font-style: italic;
    text-align: right;
    margin-bottom: 25px;
    height: 150px;
}
#main-container .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track .st-testimonial-widget-item .st-testimonial-widget-client-comment:before {
    position: absolute;
    font: normal normal normal 90px/1 FontAwesome;
    content: "\f10e";
    color: #cecece;
    top: 0;
    left: 6px;
    z-index: -1;
}
#main-container .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track .st-testimonial-widget-item .st-testimonial-widget-client-image {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0 auto;
}
#main-container .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track .st-testimonial-widget-item .st-testimonial-widget-client-name {
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
}
#main-container .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track .st-testimonial-widget-item .st-testimonial-widget-client-occupation-company {
    text-align: center;
    font-style: italic;
}
#main-container .widget_st_contact_widget .st-contact-widget-inner {
    background-color: #7e91cc;
}
#main-container .widget_st_contact_widget .st-contact-widget-inner.second-color-scheme {
    background-color: rgba(235, 34, 41, 0.75);
}
#main-container .widget_st_contact_widget .st-contact-widget-inner.second-color-scheme .st-contact-widget-question {
    background-color: #eb2229;
}
#main-container .widget_st_contact_widget .st-contact-widget-inner.second-color-scheme .st-contact-widget-message:before {
    opacity: 0.7;
    color: #eb2229;
}
#main-container .widget_st_contact_widget .st-contact-widget-inner.second-color-scheme .st-contact-widget-button-wrapper .st-contact-widget-button:hover {
    color: rgba(235, 34, 41, 0.75);
}
#main-container .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-question {
    background-color: #47588f;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 25px 35px;
}
#main-container .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-message {
    color: #fff;
    padding: 30px 35px 20px;
    position: relative;
    z-index: 1;
}
#main-container .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-message p {
    padding: 0;
}
#main-container .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-message:before {
    position: absolute;
    top: 5px;
    right: 20px;
    color: #47588f;
    font: normal normal normal 120px/1 linea-basic-10;
    content: "V";
    opacity: 0.4;
    z-index: -1;
}
#main-container .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-button-wrapper {
    position: relative;
    padding: 10px 80px 30px 35px;
    text-align: center;
    z-index: 1;
}
#main-container .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-button-wrapper .st-contact-widget-button {
    display: block;
    position: relative;
    padding: 8px 20px;
    border: 1px solid #fff;
    color: #fff;
    overflow: hidden;
    transition: all 0.4s ease;
}
#main-container .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-button-wrapper .st-contact-widget-button .st-contact-widget-button-text {
    display: block;
    transform: translateX(0px);
    text-transform: uppercase;
    transition: all 0.6s;
}
#main-container .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-button-wrapper .st-contact-widget-button .st-contact-widget-button-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#main-container .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-button-wrapper .st-contact-widget-button .st-contact-widget-button-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#main-container .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-button-wrapper .st-contact-widget-button:hover .st-contact-widget-button-text {
    transform: translateX(500px);
}
#main-container .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-button-wrapper .st-contact-widget-button:hover .st-contact-widget-button-icon {
    left: 0;
}
#main-container .widget_search form.searchform {
    border: 1px solid #eb2229;
}
#main-container .widget_search form.searchform input {
    width: 70%;
    height: 46px;
    padding: 10px 0 10px 15px;
}
#main-container .widget_search form.searchform input::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#main-container .widget_search form.searchform input:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#main-container .widget_search form.searchform input::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#main-container .widget_search form.searchform button.search-submit {
    float: right;
    padding: 0 19px;
    border-left: 1px solid #eb2229;
    background-color: #eb2229;
    cursor: pointer;
    transition: all 0.4s ease;
}
#main-container .widget_search form.searchform button.search-submit span {
    padding: 16px 0;
    margin: -4px;
    color: #fff;
    font-size: 22px;
    transition: all 0.4s ease;
}
#main-container .widget_search form.searchform button.search-submit:hover {
    background-color: #fff;
}
#main-container .widget_search form.searchform button.search-submit:hover span {
    color: #eb2229;
}
#main-container .widget_archive ul:before {
    display: table;
    content: " ";
}
#main-container .widget_archive ul:after {
    display: table;
    content: " ";
    clear: both;
}
#main-container .widget_archive ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.8em;
    transition: all 0.2s ease;
}
#main-container .widget_archive ul li a {
    width: 85%;
    display: inline-block;
    padding: 5px 0 5px 30px;
    border-left: 5px solid #f1f0f0;
    transition: all 0.2s ease;
}
#main-container .widget_archive ul li:hover {
    color: #eb2229;
}
#main-container .widget_archive ul li:hover a {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_archive ul li:before {
    display: none;
}
#main-container .widget_archive .select2-container .selection .select2-selection {
    border-color: #f1f0f0;
    border-radius: 0;
}
#main-container .widget_archive .select2-container .selection .select2-selection .select2-selection__rendered {
    font-size: 14px;
}
#main-container .widget_archive .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main-container .widget_archive .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
#main-container .widget .mc4wp-form .st-subscribe-form {
    font-size: 0;
}
#main-container .widget .mc4wp-form .st-subscribe-form label {
    display: none;
}
#main-container .widget .mc4wp-form .st-subscribe-form input[type="email"] {
    width: 55%;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}
#main-container .widget .mc4wp-form .st-subscribe-form input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#main-container .widget .mc4wp-form .st-subscribe-form input[type="email"]:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#main-container .widget .mc4wp-form .st-subscribe-form input[type="email"]::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#main-container .widget .mc4wp-form .st-subscribe-form input[type="email"]:-ms-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#main-container .widget .mc4wp-form .st-subscribe-form button[type="submit"] {
    position: relative;
    width: 45%;
    padding: 5px 22px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #eb2229;
    background-color: #eb2229;
    cursor: pointer;
    overflow: hidden;
}
#main-container .widget .mc4wp-form .st-subscribe-form button[type="submit"] .st-subscribe-text {
    display: block;
    transform: translateX(0px);
    transition: all 0.6s;
}
#main-container .widget .mc4wp-form .st-subscribe-form button[type="submit"] .st-subscribe-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#main-container .widget .mc4wp-form .st-subscribe-form button[type="submit"] .st-subscribe-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#main-container .widget .mc4wp-form .st-subscribe-form button[type="submit"]:hover .st-subscribe-text {
    transform: translateX(500px);
}
#main-container .widget .mc4wp-form .st-subscribe-form button[type="submit"]:hover .st-subscribe-icon {
    left: 0;
}
#main-container .widget_text {
    font-size: 14px;
}
#main-container .widget_categories > ul > li > a {
    border-left: 5px solid #f1f0f0;
}
#main-container .widget_categories > ul > li:hover > a {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_categories > ul > li.cat-parent > a {
    border-left: 5px solid #f1f0f0;
}
#main-container .widget_categories ul:before {
    display: table;
    content: " ";
}
#main-container .widget_categories ul:after {
    display: table;
    content: " ";
    clear: both;
}
#main-container .widget_categories ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.8em;
}
#main-container .widget_categories ul li a {
    display: inline-block;
    padding: 5px 0 5px 30px;
    transition: all 0.2s ease;
}
#main-container .widget_categories ul li:before {
    display: none;
}
#main-container .widget_categories ul li ul.children {
    display: none;
    margin-top: 0;
    padding-top: 0;
}
#main-container .widget_categories ul li ul.children li {
    padding-top: 0;
    padding-bottom: 0;
    border-left: none;
}
#main-container .widget_categories ul li ul.children li.cat-parent {
    border-left: none;
}
#main-container .widget_categories ul li ul.children li:hover > a {
    color: #eb2229;
}
#main-container .widget_categories ul li ul.children li:hover > i {
    color: #eb2229;
}
#main-container .widget_categories ul li ul.children li > ul.children {
    padding-left: 10px;
}
#main-container .widget_categories ul li ul.children li > ul.children li a:before {
    content: "-";
    position: absolute;
    left: 20px;
}
#main-container .widget_categories ul li.cat-parent > a {
    transition: all 0.2s ease;
}
#main-container .widget_categories ul li.cat-parent > i {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.65em;
    cursor: pointer;
    transition: all 0.2s ease;
}
#main-container .widget_categories ul li.cat-parent.active > i {
    transform: rotate(-180deg);
}
#main-container .widget_categories ul li.cat-parent:hover > a {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_categories ul li.cat-parent:hover > i {
    color: #eb2229;
}
#main-container .widget_categories .select2-container .selection .select2-selection {
    border-color: #f1f0f0;
    border-radius: 0;
}
#main-container .widget_categories .select2-container .selection .select2-selection .select2-selection__rendered {
    font-size: 14px;
}
#main-container .widget_categories .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main-container .widget_categories .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
#main-container .widget_pages > ul > li > a {
    border-left: 5px solid #f1f0f0;
}
#main-container .widget_pages > ul > li:hover > a {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_pages > ul > li.page_item_has_children > a {
    border-left: 5px solid #f1f0f0;
}
#main-container .widget_pages ul:before {
    display: table;
    content: " ";
}
#main-container .widget_pages ul:after {
    display: table;
    content: " ";
    clear: both;
}
#main-container .widget_pages ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 2.4em;
}
#main-container .widget_pages ul li a {
    width: 85%;
    display: inline-block;
    padding: 5px 0 5px 30px;
    transition: all 0.2s ease;
    line-height: normal;
}
#main-container .widget_pages ul li:before {
    display: none;
}
#main-container .widget_pages ul li ul.children {
    display: none;
    margin-top: 0;
    padding-top: 0;
}
#main-container .widget_pages ul li ul.children li {
    padding-top: 0;
    padding-bottom: 0;
    border-left: none;
}
#main-container .widget_pages ul li ul.children li.page_item_has_children {
    border-left: none;
}
#main-container .widget_pages ul li ul.children li:hover > a {
    color: #eb2229;
}
#main-container .widget_pages ul li ul.children li:hover > i {
    color: #eb2229;
}
#main-container .widget_pages ul li ul.children li > ul.children {
    padding-left: 10px;
}
#main-container .widget_pages ul li ul.children li > ul.children li a:before {
    content: "-";
    position: absolute;
    left: 10px;
}
#main-container .widget_pages ul li.page_item_has_children > a {
    transition: all 0.2s ease;
}
#main-container .widget_pages ul li.page_item_has_children > i {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.65em;
    cursor: pointer;
    transition: all 0.2s ease;
}
#main-container .widget_pages ul li.page_item_has_children.active > i {
    transform: rotate(-180deg);
}
#main-container .widget_pages ul li.page_item_has_children:hover > a {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_pages ul li.page_item_has_children:hover > i {
    color: #eb2229;
}
#main-container .widget_pages select {
    margin-left: 30px;
    padding: 2px 50px 1px 10px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
}
#main-container .widget_recent_comments ul li {
    margin-left: 0;
    padding: 5px 0;
    padding-left: 30px;
    border-left: 5px solid #f1f0f0;
    font-size: 14px;
    transition: all 0.2s ease;
}
#main-container .widget_recent_comments ul li:before {
    display: none;
}
#main-container .widget_recent_comments ul li:hover {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_projects ul {
    margin: 0;
    padding: 0 25px;
}
#main-container .widget_projects ul:before {
    display: table;
    content: " ";
}
#main-container .widget_projects ul:after {
    display: table;
    content: " ";
    clear: both;
}
#main-container .widget_projects ul li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}
#main-container .widget_projects ul li:before {
    display: none;
}
#main-container .widget_projects ul li .st-project-thumbnail {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
#main-container .widget_projects ul li .st-project-thumbnail a {
    position: relative;
    display: block;
}
#main-container .widget_projects ul li .st-project-thumbnail a .st-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(235, 34, 41, 0.2);
    transition: background-color 0.3s ease;
}
#main-container .widget_projects ul li .st-project-thumbnail a img {
    width: 100%;
    vertical-align: top;
}
#main-container .widget_projects ul li .st-project-thumbnail:hover a .st-overlay {
    background-color: transparent;
}
#main-container .widget_rss ul li {
    margin-left: 0;
    padding: 5px 0;
    padding-left: 30px;
    border-left: 5px solid #f1f0f0;
    font-size: 14px;
}
#main-container .widget_rss ul li:before {
    display: none;
}
#main-container .widget_rss ul li a.rsswidget {
    display: block;
    font-weight: 600;
    transition: all 0.2s ease;
}
#main-container .widget_rss ul li a.rsswidget:hover {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_rss ul li .rss-date {
    font-style: italic;
    color: #999;
}
#main-container .widget_meta ul li {
    margin-left: 0;
    padding: 7px 0;
    border-left: 5px solid #f1f0f0;
    transition: all 0.2s ease;
}
#main-container .widget_meta ul li:before {
    display: none;
}
#main-container .widget_meta ul li a {
    margin-left: 30px;
    font-size: 14px;
}
#main-container .widget_meta ul li:hover {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_recent_entries ul li {
    margin-left: 0;
    padding: 5px 0 5px 30px;
    font-size: 14px;
    border-left: 5px solid #f1f0f0;
    transition: all 0.2s ease;
}
#main-container .widget_recent_entries ul li:before {
    display: none;
}
#main-container .widget_recent_entries ul li .post-inner {
    display: table-cell;
    vertical-align: top;
}
#main-container .widget_recent_entries ul li .post-inner a {
    display: block;
}
#main-container .widget_recent_entries ul li .post-inner time.post-date {
    font-size: 12px;
    font-style: italic;
    color: #999;
}
#main-container .widget_recent_entries ul li .post-thumbnail {
    width: 80px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
#main-container .widget_recent_entries ul li .post-thumbnail a {
    margin-right: 15px;
}
#main-container .widget_recent_entries ul li:before {
    display: none;
}
#main-container .widget_recent_entries ul li:hover {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_nav_menu div > ul > li > a {
    border-left: 5px solid #f1f0f0;
}
#main-container .widget_nav_menu div > ul > li:hover > a {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_nav_menu div ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    transition: all 0.2s ease;
}
#main-container .widget_nav_menu div ul li a {
    display: block;
    padding: 5px 0 5px 30px;
    transition: all 0.2s ease;
}
#main-container .widget_nav_menu div ul li:before {
    display: none;
}
#main-container .widget_nav_menu div ul li > i {
    transition: all 0.2s ease;
}
#main-container .widget_nav_menu div ul li.active > i {
    transform: rotate(-180deg);
}
#main-container .widget_nav_menu div ul li ul {
    display: none;
    margin-top: 0;
    padding-top: 0;
}
#main-container .widget_nav_menu div ul li ul li {
    padding-top: 0;
    padding-bottom: 0;
    border-left: none;
}
#main-container .widget_nav_menu div ul li ul li ul {
    padding-left: 10px;
}
#main-container .widget_nav_menu div ul li ul li ul li a:before {
    content: "-";
    position: absolute;
    left: 10px;
}
#main-container .widget_nav_menu div ul li ul > li > a {
    transition: all 0.2s ease;
}
#main-container .widget_nav_menu div ul li ul > li:hover > a {
    color: #eb2229;
}
#main-container .widget_nav_menu div ul li.menu-item-has-children > i {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.65em;
    cursor: pointer;
    transition: all 0.2s ease;
}
#main-container .widget_nav_menu div ul li.menu-item-has-children > i.active {
    transform: rotate(-180deg);
}
#main-container .widget_nav_menu div ul li.menu-item-has-children:hover > i {
    color: #eb2229;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar caption {
    background-color: #eb2229;
    color: #fff;
    padding: 8px 16px;
    font-size: 18px;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar caption span#prev {
    float: left;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar caption span#prev a i {
    font-size: 20px;
    vertical-align: middle;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar caption span#next {
    float: right;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar caption span#next a i {
    font-size: 20px;
    vertical-align: middle;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar thead {
    background-color: #e0e0e0;
    color: #eb2229;
    font-size: 14px;
    text-align: left;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar thead tr th {
    text-align: center;
    font-weight: 400;
    padding: 5px 10px;
    border: none;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar tbody {
    background-color: #f1f0f0;
    font-size: 14px;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar tbody tr td {
    padding: 5px 10px;
    text-align: center;
    background-color: transparent;
    border: none;
    transition: all 0.3s ease;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar tbody tr td.with-link a {
    font-weight: 700;
    transition: all 0.3s ease;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar tbody tr td.with-link:hover {
    background-color: #eb2229;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar tbody tr td.with-link:hover a {
    color: #fff;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar tbody tr:first-child td {
    padding-top: 7px;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar tbody tr:last-child td {
    padding-top: 7px;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar tfoot {
    background-color: #eb2229;
    color: #fff;
    padding: 8px 16px;
    font-size: 18px;
}
#main-container .widget_calendar .calendar_wrap table#wp-calendar tfoot tr td {
    text-align: center;
    font-weight: 400;
    padding: 5px 10px;
}
#main-container .widget_tag_cloud .tagcloud {
    border-left: 5px solid #f1f0f0;
    padding-left: 30px;
}
#main-container .widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 2px 0;
    padding: 4px 7px 3px;
    color: #7b7b7f;
    background-color: transparent;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}
#main-container .widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background-color: #eb2229;
    border-color: #eb2229;
}
#main-container .widget_layered_nav ul li {
    margin: 0;
    padding: 3px 0;
    border-left: 5px solid #f1f0f0;
    font-size: 14px;
    transition: all 0.2s ease;
}
#main-container .widget_layered_nav ul li:before {
    display: none;
}
#main-container .widget_layered_nav ul li a {
    position: relative;
    margin-left: 30px;
}
#main-container .widget_layered_nav ul li a:before {
    display: none;
}
#main-container .widget_layered_nav ul li a.st-remove-filter {
    float: right;
    width: 20px;
    height: 20px;
    margin: 0.1em 16px 0 0;
    padding: 0;
    border: 1px solid #727272;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    font-weight: 200;
    color: #727272 !important;
    opacity: 1;
    transition: all 0.3s ease;
}
#main-container .widget_layered_nav ul li a.st-remove-filter:hover {
    color: #fff !important;
    border-color: #eb2229;
    background: #eb2229 !important;
}
#main-container .widget_layered_nav ul li span.count {
    float: right;
    padding-right: 20px;
    color: #999;
    font-style: italic;
}
#main-container .widget_layered_nav ul li:before {
    display: none;
}
#main-container .widget_layered_nav ul li ul.children {
    margin-top: 0;
    padding-top: 5px;
}
#main-container .widget_layered_nav ul li ul.children li {
    padding-top: 5px;
    padding-bottom: 0;
    border-left: none;
}
#main-container .widget_layered_nav ul li:hover {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_layered_nav ul li:hover span.count {
    color: #eb2229;
}
#main-container .widget_layered_nav .select2-container {
    font-size: 14px;
}
#main-container .widget_layered_nav .select2-container .selection .select2-selection {
    border: none;
}
#main-container .widget_layered_nav .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main-container .widget_layered_nav .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
#main-container .widget_layered_nav .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
#main-container .widget_layered_nav_filters ul li {
    float: none;
    margin: 0;
    padding: 3px 0;
    border-left: 5px solid #f1f0f0;
    font-size: 14px;
    transition: all 0.2s ease;
}
#main-container .widget_layered_nav_filters ul li:before {
    display: none;
}
#main-container .widget_layered_nav_filters ul li a {
    position: relative;
    margin-left: 30px;
}
#main-container .widget_layered_nav_filters ul li a:before {
    display: none;
}
#main-container .widget_layered_nav_filters ul li a.st-remove-filter {
    float: right;
    width: 20px;
    height: 20px;
    margin: 0.1em 16px 0 0;
    padding: 0;
    border: 1px solid #727272;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    font-weight: 200;
    color: #727272 !important;
    opacity: 1;
    transition: all 0.3s ease;
}
#main-container .widget_layered_nav_filters ul li a.st-remove-filter:hover {
    color: #fff !important;
    border-color: #eb2229;
    background: #eb2229 !important;
}
#main-container .widget_layered_nav_filters ul li:hover {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_products ul.product_list_widget li {
    margin: 0 0 20px;
    padding: 0;
}
#main-container .widget_products ul.product_list_widget li:last-child {
    margin-bottom: 0;
}
#main-container .widget_products ul.product_list_widget li:before {
    display: none;
}
#main-container .widget_products ul.product_list_widget li a img {
    float: left;
    width: 65px;
    min-width: 35%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}
#main-container .widget_products ul.product_list_widget li a span.product-title {
    float: left;
    width: 65%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
#main-container .widget_products ul.product_list_widget li a span.product-title:hover {
    color: #eb2229;
}
#main-container .widget_products ul.product_list_widget li .woocommerce-Price-amount {
    padding-left: 20px;
    font-size: 14px;
}
#main-container .widget_products ul.product_list_widget li .woocommerce-Price-amount:nth-child(3) {
    padding-left: 0;
}
#main-container .widget_products ul.product_list_widget li del {
    padding-left: 20px;
    color: #999;
    text-decoration: line-through;
}
#main-container .widget_products ul.product_list_widget li del .woocommerce-Price-amount {
    padding-left: 0;
}
#main-container .widget_products ul.product_list_widget li ins {
    padding-left: 20px;
    text-decoration: none;
}
#main-container .widget_products ul.product_list_widget li ins .woocommerce-Price-amount {
    padding-left: 0;
}
#main-container .widget_price_filter .price_slider_wrapper .price_slider {
    height: 5px;
    margin-bottom: 27px;
    border-radius: 0;
    background-color: #e0e0e0;
}
#main-container .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
    background-color: #999;
}
#main-container .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    top: -3px;
    background-color: #999;
    width: 11px;
    height: 11px;
}
#main-container .widget_price_filter .price_slider_wrapper .price_slider_amount button {
    padding: 10px 30px 8px;
    border: 1px solid #7e91cc;
    border-radius: 0;
    background-color: #7e91cc;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}
#main-container .widget_price_filter .price_slider_wrapper .price_slider_amount button:hover {
    color: #7e91cc;
    background-color: transparent;
}
#main-container .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    padding-right: 25px;
    font-size: 14px;
    line-height: 2.78;
}
#main-container .widget_product_categories > ul > li > a {
    border-left: 5px solid #f1f0f0;
    transition: all 0.2s ease;
}
#main-container .widget_product_categories ul:before {
    display: table;
    content: " ";
}
#main-container .widget_product_categories ul:after {
    display: table;
    content: " ";
    clear: both;
}
#main-container .widget_product_categories ul > li:hover > a {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_product_categories ul > li:hover > span.count {
    color: #eb2229;
}
#main-container .widget_product_categories ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
#main-container .widget_product_categories ul li a {
    display: block;
    padding: 5px 0 5px 30px;
    transition: all 0.2s ease;
}
#main-container .widget_product_categories ul li span.count {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 20px 5px 0;
    color: #999;
    font-style: italic;
    transition: all 0.2s ease;
}
#main-container .widget_product_categories ul li:before {
    display: none;
}
#main-container .widget_product_categories ul li ul.children {
    display: none;
    margin-top: 0;
    padding-top: 0;
}
#main-container .widget_product_categories ul li ul.children li {
    padding-top: 0;
    padding-bottom: 0;
    border-left: none;
}
#main-container .widget_product_categories ul li ul.children li:hover > a {
    color: #eb2229;
}
#main-container .widget_product_categories ul li ul.children li:hover > i {
    color: #eb2229;
}
#main-container .widget_product_categories ul li ul.children li:hover > span.count {
    color: #eb2229;
}
#main-container .widget_product_categories ul li.cat-parent > a {
    border-left: 5px solid #f1f0f0;
    transition: all 0.2s ease;
}
#main-container .widget_product_categories ul li.cat-parent > i {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.65em;
    cursor: pointer;
    transition: all 0.2s ease;
}
#main-container .widget_product_categories ul li.cat-parent > i.active {
    transform: rotate(-180deg);
}
#main-container .widget_product_categories ul li.cat-parent:hover > a {
    color: #eb2229;
    border-left-color: #eb2229;
}
#main-container .widget_product_categories ul li.cat-parent:hover > i {
    color: #eb2229;
}
#main-container .widget_product_categories ul li.cat-parent:hover > span.count {
    color: #eb2229;
}
#main-container .widget_product_categories .select2-container {
    font-size: 14px;
}
#main-container .widget_product_categories .select2-container .selection .select2-selection {
    border: none;
}
#main-container .widget_product_categories .select2-container .selection .select2-selection .select2-selection__arrow:before {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#main-container .widget_product_categories .select2-container .selection .select2-selection .select2-selection__arrow b {
    border: none;
}
#main-container .widget_product_categories .select2-container.select2-container--open .selection .select2-selection .select2-selection__arrow:before {
    content: "\f106";
}
#main-container .widget_rating_filter ul li {
    margin: 0;
    padding: 0;
}
#main-container .widget_rating_filter ul li:before {
    display: none;
}
#main-container .widget_rating_filter ul li a span.star-rating {
    height: 1.2em;
    line-height: 1.2;
    font-size: 12px;
    width: 6em;
}
#main-container .widget_rating_filter ul li a span.star-rating:before {
    content: "\53\53\53\53\53";
    color: #ddd;
    letter-spacing: 2px;
}
#main-container .widget_rating_filter ul li a span.star-rating span {
    color: #ffc926;
}
#main-container .widget_rating_filter ul li a span.star-rating span:before {
    letter-spacing: 2px;
}
#main-container .widget_rating_filter ul li a span.count {
    float: right;
    font-size: 14px;
    padding-right: 20px;
    color: #999;
    font-style: italic;
}
#main-container .widget_product_tag_cloud .tagcloud a {
    transition: all 0.3s ease;
}
#main-container .widget_product_tag_cloud .tagcloud a:hover {
    color: #eb2229;
}
#main-container .widget_recent_reviews ul.product_list_widget li {
    margin: 0 0 20px;
    padding: 0;
}
#main-container .widget_recent_reviews ul.product_list_widget li:before {
    display: none;
}
#main-container .widget_recent_reviews ul.product_list_widget li a {
    font-weight: 400;
    color: #5b5b5b;
}
#main-container .widget_recent_reviews ul.product_list_widget li a span.product-title {
    float: left;
    width: 65%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
#main-container .widget_recent_reviews ul.product_list_widget li a span.product-title:hover {
    color: #eb2229;
}
#main-container .widget_recent_reviews ul.product_list_widget li a img {
    float: left;
    width: 65px;
    min-width: 35%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}
#main-container .widget_recent_reviews ul.product_list_widget li span.reviewer {
    float: left;
    position: relative;
    top: -2px;
    padding-left: 20px;
    font-size: 14px;
    color: #5b5b5b;
}
#main-container .widget_recent_reviews ul.product_list_widget li .star-rating {
    float: left;
    width: 170px;
    max-width: 50%;
    height: 1.2em;
    margin-left: 20px;
    line-height: 1.2;
    font-size: 0.75em;
}
#main-container .widget_recent_reviews ul.product_list_widget li .star-rating:before {
    content: "\53\53\53\53\53";
    letter-spacing: 2px;
    color: #ddd;
}
#main-container .widget_recent_reviews ul.product_list_widget li .star-rating span {
    color: #ffc926;
}
#main-container .widget_recent_reviews ul.product_list_widget li .star-rating span:before {
    letter-spacing: 2px;
}
#main-container .widget_top_rated_products ul.product_list_widget li {
    margin: 0 0 20px;
    padding: 0;
}
#main-container .widget_top_rated_products ul.product_list_widget li:before {
    display: none;
}
#main-container .widget_top_rated_products ul.product_list_widget li a {
    font-weight: 400;
    color: #5b5b5b;
}
#main-container .widget_top_rated_products ul.product_list_widget li a span.product-title {
    float: left;
    width: 65%;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
#main-container .widget_top_rated_products ul.product_list_widget li a span.product-title:hover {
    color: #eb2229;
}
#main-container .widget_top_rated_products ul.product_list_widget li a img {
    float: left;
    width: 65px;
    min-width: 35%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}
#main-container .widget_top_rated_products ul.product_list_widget li .star-rating {
    float: left;
    width: 170px;
    max-width: 50%;
    margin: 3px 0 3px 20px;
    height: 1.2em;
    line-height: 1.2;
    font-size: 0.75em;
}
#main-container .widget_top_rated_products ul.product_list_widget li .star-rating:before {
    content: "\53\53\53\53\53";
    letter-spacing: 2px;
    color: #ddd;
}
#main-container .widget_top_rated_products ul.product_list_widget li .star-rating span {
    color: #ffc926;
}
#main-container .widget_top_rated_products ul.product_list_widget li .star-rating span:before {
    letter-spacing: 2px;
}
#main-container .widget_top_rated_products ul.product_list_widget li span.woocommerce-Price-amount {
    font-size: 14px;
}
#main-container .widget_top_rated_products ul.product_list_widget li span.woocommerce-Price-amount:first-of-type {
    padding-left: 20px;
}
#main-container .widget_top_rated_products ul.product_list_widget li del {
    padding-left: 20px;
    color: #999;
    text-decoration: line-through;
}
#main-container .widget_top_rated_products ul.product_list_widget li del .woocommerce-Price-amount {
    padding-left: 0;
}
#main-container .widget_top_rated_products ul.product_list_widget li del .woocommerce-Price-amount:first-of-type {
    padding-left: 0;
}
#main-container .widget_top_rated_products ul.product_list_widget li ins {
    padding-left: 20px;
    text-decoration: none;
}
#main-container .widget_top_rated_products ul.product_list_widget li ins .woocommerce-Price-amount {
    padding-left: 0;
}
#main-container .widget_top_rated_products ul.product_list_widget li ins .woocommerce-Price-amount:first-of-type {
    padding-left: 0;
}
#main-container .widget_product_search form.woocommerce-product-search {
    border: 1px solid #eb2229;
}
#main-container .widget_product_search form.woocommerce-product-search input {
    width: 70%;
    height: 46px;
    padding: 10px 0 10px 15px;
}
#main-container .widget_product_search form.woocommerce-product-search input::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#main-container .widget_product_search form.woocommerce-product-search input:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#main-container .widget_product_search form.woocommerce-product-search input::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#main-container .widget_product_search form.woocommerce-product-search button.search-submit {
    float: right;
    padding: 0 19px;
    border-left: 1px solid #eb2229;
    background-color: #eb2229;
    cursor: pointer;
    transition: all 0.4s ease;
}
#main-container .widget_product_search form.woocommerce-product-search button.search-submit span {
    padding: 16px 0;
    margin: -4px;
    color: #fff;
    font-size: 22px;
    transition: all 0.4s ease;
}
#main-container .widget_product_search form.woocommerce-product-search button.search-submit:hover {
    background-color: #fff;
}
#main-container .widget_product_search form.woocommerce-product-search button.search-submit:hover span {
    color: #eb2229;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget {
    margin-bottom: 20px;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item:last-child {
    margin-bottom: 0;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item:before {
    display: none;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a {
    font-size: 14px;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title {
    float: left;
    width: 65%;
    padding: 0 30px 0 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a span.product-title:hover {
    color: #eb2229;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a img {
    position: relative;
    float: left;
    width: 65px;
    min-width: 35%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove {
    position: absolute;
    top: auto;
    bottom: 50%;
    left: auto;
    right: 14px;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 1px solid #727272;
    border-radius: 100%;
    text-align: center;
    font-family: FontAwesome;
    line-height: 0.8em;
    font-size: 20px;
    font-weight: 200;
    color: #727272 !important;
    opacity: 1;
    transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove:hover {
    color: #fff !important;
    border-color: #eb2229;
    background: #eb2229 !important;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .quantity {
    float: left;
    font-size: 14px;
    padding-left: 20px;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation {
    float: left;
    width: 65%;
    margin: 0;
    padding: 0 0 0 20px;
    border-left: none;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt,
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dt {
    margin-right: 5px;
    font-weight: 400;
    color: #727272;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item .variation dd p {
    padding: 0;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.empty {
    font-size: 14px;
    margin-left: 0;
    padding: 0;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.empty:before {
    display: none;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content .total {
    margin: 0;
    padding: 10px 15px;
    background: #f1f0f0;
    border-top: none;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content .total strong {
    font-weight: 400;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content .total .woocommerce-Price-amount {
    float: right;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content .buttons {
    margin: 15px 0 0;
    padding: 0;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content .buttons:before {
    display: table;
    content: " ";
}
#main-container .widget_shopping_cart .widget_shopping_cart_content .buttons:after {
    display: table;
    content: " ";
    clear: both;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content .buttons .button {
    float: left;
    padding: 10px 25px 8px;
    background: 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    transition: all 0.3s ease;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content .buttons .button:hover {
    opacity: 0.7;
}
#main-container .widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout {
    float: right;
}
#main-container .yith-woocompare-widget:before {
    display: table;
    content: " ";
}
#main-container .yith-woocompare-widget:after {
    display: table;
    content: " ";
    clear: both;
}
#main-container .yith-woocompare-widget ul.products-list {
    margin-bottom: 20px;
}
#main-container .yith-woocompare-widget ul.products-list li {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 38px;
    font-size: 14px;
    border: none;
}
#main-container .yith-woocompare-widget ul.products-list li:last-child {
    margin-bottom: 0;
}
#main-container .yith-woocompare-widget ul.products-list li:before {
    display: none;
}
#main-container .yith-woocompare-widget ul.products-list li a.title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
#main-container .yith-woocompare-widget ul.products-list li a.remove {
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 1px solid #727272;
    border-radius: 100%;
    text-align: center;
    font-family: FontAwesome;
    line-height: 0.8em;
    font-size: 14px;
    font-weight: 200;
    color: #727272 !important;
    text-decoration: none;
    opacity: 1;
    transition: all 0.3s ease;
}
#main-container .yith-woocompare-widget ul.products-list li a.remove:hover {
    color: #fff !important;
    border-color: #eb2229;
    background: #eb2229 !important;
}
#main-container .yith-woocompare-widget .clear-all {
    float: left;
    padding: 10px 25px 8px;
    background: 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #5b5b5b;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    transition: all 0.3s ease;
}
#main-container .yith-woocompare-widget .clear-all:hover {
    opacity: 0.7;
}
#main-container .yith-woocompare-widget .compare {
    float: right;
    padding: 10px 25px 8px;
    background: 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #5b5b5b;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    transition: all 0.3s ease;
}
#main-container .yith-woocompare-widget .compare:hover {
    opacity: 0.7;
}
#main-container .widget_st_widget_recent_tweets .st-recent-tweets ul li {
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
    padding: 0;
    font-size: 14px;
    color: #474747;
}
#main-container .widget_st_widget_recent_tweets .st-recent-tweets ul li:before {
    display: block !important;
    position: absolute;
    top: 3px;
    left: -30px;
    content: "\f099";
    font: normal normal normal 20px/1 FontAwesome;
    color: #eb2229;
    background-color: transparent;
}
#main-container .widget_st_widget_recent_tweets .st-recent-tweets ul li a {
    color: #eb2229;
}
#main-container .widget_st_widget_recent_tweets .st-recent-tweets ul li a.twitter-time {
    display: block;
    color: #474747;
    opacity: 0.5;
}
#main-container .widget_st_widget_instagram_feed ul.st-instagram-items {
    margin: 0;
    padding: 0 25px;
}
#main-container .widget_st_widget_instagram_feed ul.st-instagram-items li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}
#main-container .widget_st_widget_instagram_feed ul.st-instagram-items li:before {
    display: none;
}
#main-container .widget_st_widget_instagram_feed ul.st-instagram-items li .st-instagram-item {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
#main-container .widget_st_widget_instagram_feed ul.st-instagram-items li .st-instagram-item a {
    position: relative;
    display: block;
}
#main-container .widget_st_widget_instagram_feed ul.st-instagram-items li .st-instagram-item a .st-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(235, 34, 41, 0.2);
    transition: background-color 0.3s ease;
}
#main-container .widget_st_widget_instagram_feed ul.st-instagram-items li .st-instagram-item a img {
    width: 100%;
    vertical-align: top;
}
#main-container .widget_st_widget_instagram_feed ul.st-instagram-items li .st-instagram-item:hover a .st-overlay {
    background-color: transparent;
}
.col .wpb_wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col .wpb_wrapper:before {
    display: table;
    content: " ";
}
.col .wpb_wrapper:after {
    display: table;
    content: " ";
    clear: both;
}
.sidebar-right {
    padding-left: 40px;
}
.sidebar-right .widget {
    margin-bottom: 40px;
}
.sidebar-left {
    padding-right: 40px;
}
.sidebar-left .widget {
    margin-bottom: 40px;
}
blockquote {
    position: relative;
    padding: 30px 0 15px 70px;
    margin: 15px 0;
    font-size: 20px;
    font-style: italic;
    border-left: 6px solid #7e91cc;
    z-index: 1;
}
blockquote:before {
    position: absolute;
    top: -5px;
    left: 25px;
    content: "\f10e";
    font: normal normal normal 100px/1 FontAwesome;
    color: #eee;
    text-decoration: none;
    z-index: -1;
}
.single #main-container .title-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}
.single #main-container .title-container.enlarged {
    height: 400px;
}
.single #main-container .title-container.enlarged .title-container-inner {
    height: 200px;
    top: 160px;
}
.single #main-container .title-container.enlarged .title-container-inner.with-page-subtitle {
    top: 145px;
}
.single #main-container .title-container.enlarged .breadcrumbs {
    top: 160px;
}
.single #main-container .title-container .title-container-inner {
    position: relative;
    top: 90px;
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    height: 150px;
}
.single #main-container .title-container .title-container-inner.with-page-subtitle {
    top: 75px;
}
.single #main-container .title-container .title-container-inner .page-title-inner .page-title-inner-wrapper .page-subtitle {
    font-size: 20px;
}
.single #main-container .title-container .breadcrumbs {
    position: relative;
    top: 60px;
}
.single #main-container .single-post {
    padding-top: 80px;
}
.single #main-container .single-post .row.full-width {
    width: 100%;
    padding: 0 50px;
}
.single #main-container .single-post .row.full-width:before {
    display: table;
    content: " ";
}
.single #main-container .single-post .row.full-width:after {
    display: table;
    content: " ";
    clear: both;
}
.single #main-container .single-post .row article:before {
    display: table;
    content: " ";
}
.single #main-container .single-post .row article:after {
    display: table;
    content: " ";
    clear: both;
}
.single #main-container .single-post .row article .post-meta {
    width: 100%;
    float: left;
    font-size: 14px;
}
.single #main-container .single-post .row article .post-meta .post-category {
    display: inline-block;
    margin-top: 8px;
    margin-right: 25px;
}
.single #main-container .single-post .row article .post-meta .post-category .post-category-single {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 11px 2px 12px;
    border: 1px solid #7e91cc;
    background-color: #7e91cc;
    color: #fff;
    transition: all 0.3s ease;
}
.single #main-container .single-post .row article .post-meta .post-category .post-category-single:hover {
    background-color: transparent;
    color: #7e91cc;
}
.single #main-container .single-post .row article .post-meta .post-time {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 5px;
    margin-right: 25px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .post-meta .post-author {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 5px;
    margin-right: 25px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .post-meta .post-author span {
    display: inline-block;
}
.single #main-container .single-post .row article .post-meta .post-comments-amount {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 5px;
    margin-right: 25px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .post-meta .post-comments-amount span {
    display: inline-block;
}
.single #main-container .single-post .row article .post-meta .post-likes-amount {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 5px;
    margin-right: 25px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .post-meta .post-likes-amount span {
    display: inline-block;
}
.single #main-container .single-post .row article .post-meta .post-tags {
    float: right;
}
.single #main-container .single-post .row article .post-meta .post-tags a.post-tag {
    float: right;
    margin: 8px 2px 0;
    padding: 4px 7px 3px;
    color: #7b7b7f;
    background-color: transparent;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}
.single #main-container .single-post .row article .post-meta .post-tags a.post-tag:hover {
    color: #fff;
    background-color: #eb2229;
    border-color: #eb2229;
}
.single #main-container .single-post .row article .post-content {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
}
.single #main-container .single-post .row article .post-content h1,
.single #main-container .single-post .row article .post-content h2,
.single #main-container .single-post .row article .post-content h3,
.single #main-container .single-post .row article .post-content h4,
.single #main-container .single-post .row article .post-content h5,
.single #main-container .single-post .row article .post-content h6,
.single #main-container .single-post .row article .post-content p {
    padding-bottom: 15px;
}
.single #main-container .single-post .row article .post-content p:last-child {
    padding-bottom: 0;
}
.single #main-container .single-post .row article .post-content ul {
    margin-bottom: 1em;
}
.single #main-container .single-post .row article .post-content ul li {
    position: relative;
    margin-left: 1.5em;
    padding-bottom: 0.7em;
}
.single #main-container .single-post .row article .post-content ul li:before {
    top: 0.45em;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7e91cc;
    left: -25px;
}
.single #main-container .single-post .row article .post-content ul li:last-child {
    padding-bottom: 0;
}
.single #main-container .single-post .row article .post-content ul li ul,
.single #main-container .single-post .row article .post-content ul li ol {
    margin-top: 7px;
    margin-bottom: 0;
}
.single #main-container .single-post .row article .post-content ul li ul li:before {
    top: 0.45em;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7e91cc;
    left: -25px;
}
.single #main-container .single-post .row article .post-content ul li ol li:before {
    display: none;
}
.single #main-container .single-post .row article .post-content ol {
    list-style-type: decimal;
    margin-bottom: 1em;
}
.single #main-container .single-post .row article .post-content ol li {
    position: relative;
    margin-left: 1.5em;
    padding-bottom: 0.7em;
}
.single #main-container .single-post .row article .post-content ol li:last-child {
    padding-bottom: 0;
}
.single #main-container .single-post .row article .post-content ol li ol,
.single #main-container .single-post .row article .post-content ol li ul {
    margin-top: 7px;
    margin-bottom: 0;
}
.single #main-container .single-post .row article .post-content ol li:before {
    display: none;
}
.single #main-container .single-post .row article .post-content ol li ul li:before {
    top: 0.45em;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7e91cc;
    left: -25px;
}
.single #main-container .single-post .row article .post-content ol li ol li:before {
    display: none;
}
.single #main-container .single-post .row article .post-content .post-gallery {
    overflow: hidden;
    margin-bottom: 20px;
}
.single #main-container .single-post .row article .post-content .post-gallery .slick-list .slick-track img {
    vertical-align: top;
}
.single #main-container .single-post .row article .post-content .post-gallery .slick-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -25px;
    padding: 0;
    border: none;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease, left 0.3s ease;
}
.single #main-container .single-post .row article .post-content .post-gallery .slick-prev:before {
    content: "\f104";
    display: inline-block;
    margin-left: -2px;
    font: normal normal normal 24px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single #main-container .single-post .row article .post-content .post-gallery .slick-next {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -25px;
    padding: 0;
    border: none;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease, right 0.3s ease;
}
.single #main-container .single-post .row article .post-content .post-gallery .slick-next:before {
    content: "\f105";
    display: inline-block;
    margin-right: -2px;
    font: normal normal normal 24px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single #main-container .single-post .row article .post-content .post-gallery:hover .slick-prev {
    left: 0;
    opacity: 1;
}
.single #main-container .single-post .row article .post-content .post-gallery:hover .slick-next {
    right: 0;
    opacity: 1;
}
.single #main-container .single-post .row article .post-content .post-gallery-progress {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
}
.single #main-container .single-post .row article .post-content .post-gallery-progress .progress {
    width: 0;
    height: 5px;
    background: rgba(255, 255, 255, 0.25);
}
.single #main-container .single-post .row article .post-content .post-audio {
    margin-bottom: 20px;
}
.single #main-container .single-post .row article .post-content .post-audio iframe {
    height: 167px;
}
.single #main-container .single-post .row article .post-content .post-video {
    margin-bottom: 20px;
}
.single #main-container .single-post .row article .post-content .post-video iframe {
    height: 530px;
}
.single #main-container .single-post .row article .post-content .post-quote {
    padding: 60px 120px 35px;
    border: 1px solid #d2d2d2;
    text-align: center;
    margin-bottom: 50px;
}
.single #main-container .single-post .row article .post-content .post-quote blockquote {
    position: relative;
    padding: 0;
    margin: 0;
    border-left: none;
    color: #5b5b5b;
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    z-index: 1;
}
.single #main-container .single-post .row article .post-content .post-quote blockquote:before {
    position: absolute;
    top: -25px;
    content: "\f10e";
    font: normal normal normal 100px/1 FontAwesome;
    color: #eee;
    text-decoration: none;
    z-index: -1;
}
.single #main-container .single-post .row article .post-content .post-quote .post-author {
    margin-top: 30px;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 700;
}
.single #main-container .single-post .row article .post-content input {
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
.single #main-container .single-post .row article .post-content input:focus {
    background-color: transparent;
}
.single #main-container .single-post .row article .post-content input[type="submit"] {
    position: relative;
    padding: 0 12px;
    color: #fff;
    border: 1px solid #eb2229;
    background-color: #eb2229;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}
.single #main-container .single-post .row article .post-content input[type="submit"]:hover {
    background-color: transparent;
    color: #eb2229;
}
.single #main-container .single-post .row article .post-pagination {
    float: left;
    width: 100%;
    margin-top: 25px;
    position: relative;
    text-align: center;
}
.single #main-container .single-post .row article .post-pagination span {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    padding: 0.4em;
    border: 1px solid #47588f;
    background: #47588f;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}
.single #main-container .single-post .row article .post-pagination a span {
    color: #47588f;
    background: 0 0;
}
.single #main-container .single-post .row article .post-pagination a:hover span {
    background: #47588f;
    color: #fff;
}
.single #main-container .single-post .row article .post-likes {
    display: inline-block;
    margin: 25px 100px 70px 0;
}
.single #main-container .single-post .row article .post-likes .st-likes-wrapper {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #999;
}
.single #main-container .single-post .row article .post-likes .st-likes-wrapper i {
    position: relative;
    margin-right: 10px;
    padding: 20px;
    font-size: 25px;
    background-color: #f1f0f0;
    border-radius: 100%;
    vertical-align: middle;
}
.single #main-container .single-post .row article .post-likes .st-likes-wrapper i:before {
    position: absolute;
    top: 9px;
    left: 8px;
}
.single #main-container .single-post .row article .post-likes .st-likes-count {
    color: #999;
    font-size: 14px;
}
.single #main-container .single-post .row article .post-subscribe {
    position: relative;
    display: inline-block;
    max-width: 400px;
    margin: 25px 40px 70px 0;
}
.single #main-container .single-post .row article .post-subscribe .mc4wp-form .st-subscribe-form {
    font-size: 0;
}
.single #main-container .single-post .row article .post-subscribe .mc4wp-form .st-subscribe-form label {
    display: none;
}
.single #main-container .single-post .row article .post-subscribe .mc4wp-form .st-subscribe-form input[type="email"] {
    padding: 5px 10px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}
.single #main-container .single-post .row article .post-subscribe .mc4wp-form .st-subscribe-form input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .post-subscribe .mc4wp-form .st-subscribe-form input[type="email"]:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .post-subscribe .mc4wp-form .st-subscribe-form input[type="email"]::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .post-subscribe .mc4wp-form .st-subscribe-form input[type="email"]:-ms-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .post-subscribe .mc4wp-form .st-subscribe-form button[type="submit"] {
    padding: 5px 15px;
    font-size: 14px;
    font-style: italic;
    color: #999;
    border: 1px solid #e0e0e0;
    background-color: #ddd;
    cursor: pointer;
}
.single #main-container .single-post .row article .post-subscribe .mc4wp-form .st-subscribe-form button[type="submit"] .st-subscribe-icon {
    display: none;
}
.single #main-container .single-post .row article .post-subscribe .mc4wp-form .mc4wp-response {
    position: absolute;
    font-size: 14px;
    color: #999;
}
.single #main-container .single-post .row article .post-sharing {
    float: right;
    margin: 29px 0 70px;
}
.single #main-container .single-post .row article .post-sharing .share {
    font-size: 14px;
    overflow: hidden;
    width: 100px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    background: #d2d2d2;
    transition: width 0.3s ease, opacity 0.3s ease;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="1"] .jssocials-shares {
    width: 32px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="1"] .jssocials-shares > div a {
    left: 0;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="2"] .jssocials-shares {
    width: 74px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="2"] .jssocials-shares > div a {
    left: 42px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="3"] .jssocials-shares {
    width: 116px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="3"] .jssocials-shares > div a {
    left: 84px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="4"] .jssocials-shares {
    width: 158px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="4"] .jssocials-shares > div a {
    left: 126px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="5"] .jssocials-shares {
    width: 200px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="5"] .jssocials-shares > div a {
    left: 168px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="6"] .jssocials-shares {
    width: 242px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="6"] .jssocials-shares > div a {
    left: 210px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="7"] .jssocials-shares {
    width: 284px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="7"] .jssocials-shares > div a {
    left: 252px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="8"] .jssocials-shares {
    width: 326px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner[data-shares-count="8"] .jssocials-shares > div a {
    left: 294px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner .jssocials-shares {
    position: absolute;
    right: 0;
    width: 242px;
    height: 32px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner .jssocials-shares > div a {
    font-size: 14px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 210px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: left 0.3s ease;
    width: 32px;
    height: 32px;
    line-height: 36px;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-email a {
    background: #aaa;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-whatsapp a {
    background: #1ebea5;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-facebook a {
    background: #3b5998;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-googleplus a {
    background: #dd4e42;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-linkedin a {
    background: #0077b5;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-pinterest a {
    background: #bd2126;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-twitter a {
    background: #1da1f2;
}
.single #main-container .single-post .row article .post-sharing .post-sharing-inner .jssocials-shares > div.jssocials-share-vkontakte a {
    background: #4a76a8;
}
.single #main-container .single-post .row article .post-sharing:hover .share {
    width: 0;
    opacity: 0;
}
.single #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares {
    opacity: 1;
}
.single #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(1) a {
    left: 0;
}
.single #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(2) a {
    left: 42px;
}
.single #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(3) a {
    left: 84px;
}
.single #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(4) a {
    left: 126px;
}
.single #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(5) a {
    left: 168px;
}
.single #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(6) a {
    left: 210px;
}
.single #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(7) a {
    left: 252px;
}
.single #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(8) a {
    left: 294px;
}
.single #main-container .single-post .row article .post-author:before {
    display: table;
    content: " ";
}
.single #main-container .single-post .row article .post-author:after {
    display: table;
    content: " ";
    clear: both;
}
.single #main-container .single-post .row article .post-author h3.post-author-about {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    font-family: Montserrat;
    font-style: ;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
    color: #47588f;
}
.single #main-container .single-post .row article .post-author h3.post-author-about .st-h-before {
    margin-right: 15px;
}
.single #main-container .single-post .row article .post-author h3.post-author-about .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.07em;
    width: 0;
    height: 0.8em;
    background-color: #eb2229;
}
.single #main-container .single-post .row article .post-author h3.post-author-about .st-h-before > i + i {
    display: inline-block;
    width: 5px;
}
.single #main-container .single-post .row article .post-author h3.post-author-about .st-h-before > i + i + i {
    display: inline-block;
    margin-left: 5px;
    width: 11px;
}
.single #main-container .single-post .row article .post-author h3.post-author-about .st-h-before > i + i + i + i {
    display: none;
}
.single #main-container .single-post .row article .post-author .post-author-avatar {
    float: left;
    width: 100px;
    height: 100px;
    margin-top: 30px;
    border-radius: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #d2d2d2;
}
.single #main-container .single-post .row article .post-author .post-author-name {
    padding-top: 25px;
    padding-left: 140px;
    font-size: 20px;
    color: #5b5b5b;
    border-bottom: 1px solid #d2d2d2;
}
.single #main-container .single-post .row article .post-author .post-author-name .post-author-name-inner {
    margin-bottom: 15px;
}
.single #main-container .single-post .row article .post-author .post-author-bio {
    color: #999;
    font-size: 14px;
    font-style: italic;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 140px;
}
.single #main-container .single-post .row article .post-related-posts {
    width: 100%;
    margin: 60px 0 30px;
}
.single #main-container .single-post .row article .post-related-posts:before {
    display: table;
    content: " ";
}
.single #main-container .single-post .row article .post-related-posts:after {
    display: table;
    content: " ";
    clear: both;
}
.single #main-container .single-post .row article .post-related-posts h3.post-related-posts-heading {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    font-family: Montserrat;
    font-style: ;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
    color: #47588f;
}
.single #main-container .single-post .row article .post-related-posts h3.post-related-posts-heading .st-h-before {
    margin-right: 15px;
}
.single #main-container .single-post .row article .post-related-posts h3.post-related-posts-heading .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.07em;
    width: 0;
    height: 0.8em;
    background-color: #eb2229;
}
.single #main-container .single-post .row article .post-related-posts h3.post-related-posts-heading .st-h-before > i + i {
    display: inline-block;
    width: 5px;
}
.single #main-container .single-post .row article .post-related-posts h3.post-related-posts-heading .st-h-before > i + i + i {
    display: inline-block;
    margin-left: 5px;
    width: 11px;
}
.single #main-container .single-post .row article .post-related-posts h3.post-related-posts-heading .st-h-before > i + i + i + i {
    display: none;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post {
    padding-right: 20px;
    margin-bottom: 20px;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post.no-thumbnail h4.post-related-post-title {
    margin-top: 125px;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail {
    width: 280px;
    max-width: 100%;
    min-width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail .post-related-post-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(71, 88, 143, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail .post-related-post-overlay .post-related-post-likes {
    position: absolute;
    top: 50px;
    left: 50px;
    color: #fff;
    font-size: 14px;
    z-index: 2;
    transition: color 0.3s ease;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail .post-related-post-overlay .post-related-post-likes span {
    position: relative;
    top: -3px;
    left: 6px;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail .post-related-post-overlay .post-related-post-likes i {
    font-size: 24px;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail .post-related-post-overlay .post-related-post-comments-count {
    position: absolute;
    top: 50px;
    left: 120px;
    color: #fff;
    font-size: 14px;
    z-index: 2;
    transition: color 0.3s ease;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail .post-related-post-overlay .post-related-post-comments-count span {
    position: relative;
    top: -3px;
    left: 6px;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail .post-related-post-overlay .post-related-post-comments-count i {
    font-size: 24px;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail .post-related-post-overlay .post-related-post-excerpt {
    color: #fff;
    font-size: 14px;
    padding: 90px 40px;
    text-align: center;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail .post-related-post-overlay .overlay-inner-left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    transition: all 0.4s;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail .post-related-post-overlay .overlay-inner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-right: 1px solid #fff;
    transition: all 0.4s;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail:hover .post-related-post-overlay {
    opacity: 1;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail:hover .post-related-post-overlay .overlay-inner-left {
    top: 25px;
    left: 25px;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail:hover .post-related-post-overlay .overlay-inner-right {
    right: 25px;
    bottom: 25px;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post h4.post-related-post-title {
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
    color: #47588f;
    font-size: 16px;
    line-height: 1.65em;
    transition: color 0.3s ease;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post h4.post-related-post-title:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 7px;
    height: 15px;
    margin-right: 12px;
    margin-top: -3px;
    background: #eb2229;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post h4.post-related-post-title:hover {
    color: #eb2229;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post time.post-related-post-date {
    display: inline-block;
    font-style: italic;
    color: #999;
    font-size: 14px;
    padding-right: 30px;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-author {
    display: inline-block;
    font-style: italic;
    color: #999;
    font-size: 14px;
}
.single #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-author span {
    display: inline-block;
}
.single #main-container .single-post .row article .comments {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
}
.single #main-container .single-post .row article .comments .comment-alert {
    color: #999;
    font-size: 18px;
    font-weight: 500;
}
.single #main-container .single-post .row article .comments .comments-count {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    font-family: Montserrat;
    font-style: ;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
    color: #47588f;
}
.single #main-container .single-post .row article .comments .comments-count .st-h-before {
    margin-right: 15px;
}
.single #main-container .single-post .row article .comments .comments-count .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.07em;
    width: 0;
    height: 0.8em;
    background-color: #eb2229;
}
.single #main-container .single-post .row article .comments .comments-count .st-h-before > i + i {
    display: inline-block;
    width: 5px;
}
.single #main-container .single-post .row article .comments .comments-count .st-h-before > i + i + i {
    display: inline-block;
    margin-left: 5px;
    width: 11px;
}
.single #main-container .single-post .row article .comments .comments-count .st-h-before > i + i + i + i {
    display: none;
}
.single #main-container .single-post .row article .comments ol.comment-list {
    list-style: none;
    float: left;
    width: 100%;
    padding-left: 0;
    font-size: 14px;
}
.single #main-container .single-post .row article .comments ol.comment-list:before {
    display: table;
    content: " ";
}
.single #main-container .single-post .row article .comments ol.comment-list:after {
    display: table;
    content: " ";
    clear: both;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment {
    float: left;
    width: 100%;
    padding-top: 15px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-inner {
    position: relative;
    padding: 20px 18px;
    min-height: 140px;
    border: 1px solid #ddd;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-author-avatar {
    float: left;
    width: 100px;
    height: 100px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-author-avatar img {
    border-radius: 100%;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment:before {
    display: none;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-info-inner {
    margin-left: 96px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-info-inner .comment-author {
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 25px;
    font-weight: 700;
    color: #eb2229;
    font-size: 16px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-info-inner .comment-date {
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #999;
    font-style: italic;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-info-inner .comment-reply {
    float: right;
    display: inline-block;
    padding-bottom: 5px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-info-inner .comment-reply .comment-edit {
    padding-right: 10px;
    color: #eb2229;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-info-inner .comment-reply .comment-reply-link {
    color: #eb2229;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content {
    padding-top: 7px;
    padding-left: 25px;
    margin-left: 100px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content .st-likes-wrapper {
    position: absolute;
    right: 16px;
    bottom: 10px;
    color: #999;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content .st-likes-wrapper i {
    position: relative;
    margin-right: 10px;
    padding: 10px;
    font-size: 16px;
    border-radius: 100%;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content .st-likes-wrapper i:before {
    position: absolute;
    top: 9px;
    left: 8px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content .st-likes-wrapper .st-likes-count {
    font-style: normal;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content h1 {
    padding-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content h2 {
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content h3 {
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content h4 {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content h5 {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content h6 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content blockquote {
    top: 5px;
    font-size: 16px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content blockquote:before {
    font: normal normal normal 60px/1 FontAwesome;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content ul {
    margin-bottom: 1em;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content ul li {
    position: relative;
    margin-left: 1.5em;
    padding-bottom: 0.7em;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content ul li:before {
    top: 0.45em;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7e91cc;
    left: -25px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content ul li:last-child {
    padding-bottom: 0;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content ul li ul,
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content ul li ol {
    margin-top: 7px;
    margin-bottom: 0;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content ol {
    list-style-type: decimal;
    margin-bottom: 1em;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content ol li {
    position: relative;
    margin-left: 1.5em;
    padding-bottom: 0.7em;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content ol li:last-child {
    padding-bottom: 0;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content ol li ol,
.single #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content ol li ul {
    margin-top: 7px;
    margin-bottom: 0;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment ul.children {
    margin-left: 100px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment ul.children:before {
    display: table;
    content: " ";
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment ul.children:after {
    display: table;
    content: " ";
    clear: both;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment ul.children li .comment-inner {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment ul.children li:before {
    display: none;
}
.single #main-container .single-post .row article .comments ol.comment-list li.comment ul.children li ul.children li ul.children {
    margin-left: 0;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    padding-top: 15px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback:before {
    display: none;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback .comment-inner {
    position: relative;
    padding: 20px 18px;
    min-height: 140px;
    border: 1px solid #ddd;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback .comment-info-inner .comment-author {
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 700;
    color: #eb2229;
    font-size: 16px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback .comment-info-inner .comment-date {
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 25px;
    color: #999;
    font-style: italic;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback .comment-info-inner .comment-reply {
    float: right;
    display: inline-block;
    padding-bottom: 5px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback .comment-info-inner .comment-reply .comment-edit {
    padding-right: 10px;
    color: #eb2229;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback .comment-info-inner .comment-reply .comment-reply-link {
    color: #eb2229;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback .comment-content {
    padding-top: 7px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback .comment-content .st-likes-wrapper {
    position: absolute;
    right: 16px;
    bottom: 10px;
    color: #999;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback .comment-content .st-likes-wrapper i {
    position: relative;
    margin-right: 10px;
    padding: 10px;
    font-size: 16px;
    border-radius: 100%;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback .comment-content .st-likes-wrapper i:before {
    position: absolute;
    top: 9px;
    left: 8px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback .comment-content .st-likes-wrapper .st-likes-count {
    font-style: normal;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback ul.children {
    margin-left: 100px;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback ul.children li:before {
    display: none;
}
.single #main-container .single-post .row article .comments ol.comment-list li.pingback ul.children li ul.children li.comment ul.children {
    margin-left: 0;
}
.single #main-container .single-post .row article .comments nav.page-nav {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;
    transition: all 0.3s ease;
}
.single #main-container .single-post .row article .comments nav.page-nav:hover {
    color: #eb2229;
}
.single #main-container .single-post .row article .comment-form {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}
.single #main-container .single-post .row article .comment-form .comment-reply {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #eb2229;
    margin-bottom: 30px;
}
.single #main-container .single-post .row article .comment-form .comment-reply .comment-reply-info {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .comment-form .comment-cancel-reply {
    float: right;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    margin-left: 30px;
    font-style: italic;
    color: #999;
    transition: color 0.3s ease;
}
.single #main-container .single-post .row article .comment-form .comment-cancel-reply a {
    font-size: 14px;
}
.single #main-container .single-post .row article .comment-form .comment-cancel-reply:hover {
    color: #eb2229;
}
.single #main-container .single-post .row article .comment-form .comment-logged-in {
    float: right;
    display: inline-block;
    font-size: 14px;
    line-height: 2.75em;
    font-weight: 400;
    color: #999;
}
.single #main-container .single-post .row article .comment-form .comment-logged-in .user-name {
    color: #eb2229;
}
.single #main-container .single-post .row article .comment-form .comment-logged-in .log-out {
    transition: color 0.3s ease;
}
.single #main-container .single-post .row article .comment-form .comment-logged-in .log-out:hover {
    color: #eb2229;
}
.single #main-container .single-post .row article .comment-form form .comment-input-wrap {
    margin-bottom: 20px;
    padding-right: 20px;
}
.single #main-container .single-post .row article .comment-form form .comment-input-wrap.website {
    padding-right: 0;
}
.single #main-container .single-post .row article .comment-form form .comment-input-wrap input {
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}
.single #main-container .single-post .row article .comment-form form .comment-input-wrap input.invalid {
    border-color: red;
}
.single #main-container .single-post .row article .comment-form form .comment-input-wrap input::-webkit-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .comment-form form .comment-input-wrap input:-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .comment-form form .comment-input-wrap input::-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .comment-form form .comment-input-wrap input:-ms-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .comment-form form .comment-input-wrap input.name {
    width: 100%;
}
.single #main-container .single-post .row article .comment-form form .comment-input-wrap input.email {
    width: 100%;
}
.single #main-container .single-post .row article .comment-form form .comment-input-wrap input.website {
    width: 100%;
}
.single #main-container .single-post .row article .comment-form form .comment-input-wrap input:focus {
    background-color: #fff;
}
.single #main-container .single-post .row article .comment-form form .comment-textarea-wrap textarea {
    width: 100%;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}
.single #main-container .single-post .row article .comment-form form .comment-textarea-wrap textarea.invalid {
    border-color: red;
}
.single #main-container .single-post .row article .comment-form form .comment-textarea-wrap textarea:focus {
    background-color: transparent;
}
.single #main-container .single-post .row article .comment-form form .comment-textarea-wrap textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .comment-form form .comment-textarea-wrap textarea:-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .comment-form form .comment-textarea-wrap textarea::-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .comment-form form .comment-textarea-wrap textarea:-ms-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
.single #main-container .single-post .row article .comment-form form button {
    float: left;
    position: relative;
    margin-top: 20px;
    padding: 10px 50px;
    color: #fff;
    border: 1px solid #eb2229;
    background-color: #eb2229;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}
.single #main-container .single-post .row article .comment-form form button .st-comment-button-text {
    display: block;
    transform: translateX(0px);
    transition: all 0.6s;
}
.single #main-container .single-post .row article .comment-form form button .st-comment-button-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
.single #main-container .single-post .row article .comment-form form button .st-comment-button-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.single #main-container .single-post .row article .comment-form form button:hover .st-comment-button-text {
    transform: translateX(500px);
}
.single #main-container .single-post .row article .comment-form form button:hover .st-comment-button-icon {
    left: 0;
}
.single #main-container .single-post .row article.st-desktop-6 .post-meta .post-category {
    display: block;
}
.single #main-container .single-post .row article.st-desktop-6 .post-meta .post-tags {
    float: none;
}
.single #main-container .single-post .row article.st-desktop-6 .post-likes {
    margin: 25px 70px 20px 0;
}
.single #main-container .single-post .row article.st-desktop-6 .post-subscribe {
    float: right;
    margin: 25px 0 20px;
}
.single #main-container .single-post .row article.st-desktop-6 .post-sharing {
    float: none;
    margin: 10px 0 70px;
}
.single #main-container .single-post .row article.st-desktop-6 .post-sharing .post-sharing-inner .jssocials-shares {
    left: 0;
    right: auto;
}
.single #main-container .single-post .row article.st-desktop-6 .post-sharing .post-sharing-inner .jssocials-shares > div a {
    left: 0;
}
.single #main-container .single-post .row article.st-desktop-6 .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(1) a {
    left: 0;
}
.single #main-container .single-post .row article.st-desktop-6 .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(2) a {
    left: 42px;
}
.single #main-container .single-post .row article.st-desktop-6 .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(3) a {
    left: 84px;
}
.single #main-container .single-post .row article.st-desktop-6 .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(4) a {
    left: 126px;
}
.single #main-container .single-post .row article.st-desktop-6 .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(5) a {
    left: 168px;
}
.single #main-container .single-post .row article.st-desktop-6 .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(6) a {
    left: 210px;
}
.single #main-container .single-post .row article.st-desktop-6 .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(7) a {
    left: 252px;
}
.single #main-container .single-post .row article.st-desktop-6 .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(8) a {
    left: 294px;
}
.single #main-container .single-post .row article.st-desktop-6 .post-related-posts .post-related-post {
    width: 50% !important;
}
.single #main-container .single-post .row article.st-desktop-6 .comments ol.comment-list li.comment .comment-info-inner .comment-reply {
    float: none;
    display: block;
    padding-left: 30px;
}
.single #main-container .single-post .row article.st-desktop-6 .comments ol.comment-list li.comment ul.children {
    margin-left: 100px;
}
.single #main-container .single-post .row article.st-desktop-6 .comments ol.comment-list li.comment ul.children ul.children li.comment ul.children {
    margin-left: 0;
}
.single #main-container .single-post .row article.st-desktop-6 .comment-form form .comment-input-wrap input.invalid {
    border-color: red;
}
.single #main-container .single-post .row article.st-desktop-6 .comment-form form .comment-input-wrap input.name {
    width: 100%;
}
.single #main-container .single-post .row article.st-desktop-6 .comment-form form .comment-input-wrap input.email {
    width: 100%;
}
.single #main-container .single-post .row article.st-desktop-6 .comment-form form .comment-input-wrap input.website {
    width: 100%;
}
.single #main-container .single-post .row article.st-desktop-6 .comment-form form .comment-textarea-wrap textarea {
    width: 100%;
}
.single #main-container .single-post .row article.st-desktop-6 .comment-form form .comment-textarea-wrap textarea.invalid {
    border-color: red;
}
#layout-container .woocommerce.columns-1 .st-product-list .product {
    width: 100%;
}
#layout-container .woocommerce.columns-2 .st-product-list .product {
    width: 50%;
}
#layout-container .woocommerce.columns-3 .st-product-list .product {
    width: 33.33333333%;
}
#layout-container .woocommerce.columns-4 .st-product-list .product {
    width: 25%;
}
#layout-container .woocommerce.columns-5 .st-product-list .product {
    width: 20%;
}
#layout-container .woocommerce .st-product-list:before {
    display: table;
    content: " ";
}
#layout-container .woocommerce .st-product-list:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .woocommerce .st-product-list .product {
    position: relative;
    float: left;
    margin-bottom: 30px;
    padding: 0 7px;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper {
    position: relative;
    overflow: hidden;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper a .onsale {
    position: absolute;
    top: 10px;
    left: 12px;
    margin: 0;
    padding: 0;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 3.38;
    font-weight: 400;
    color: #fff;
    background-color: #7e91cc;
    z-index: 2;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper a .featured {
    position: absolute;
    top: 10px;
    left: 12px;
    margin: 0;
    padding: 0;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 3.38;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: #e65661;
    z-index: 2;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper a img {
    width: 100%;
    vertical-align: top;
    border: 1px solid #d2d2d2;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper a img.st-products-second-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.3);
    transition: bottom 0.4s ease;
    z-index: 1;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner {
    text-align: center;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcqv-button {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0px;
    line-height: 0;
    background: 0 0;
    transition: border-color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcqv-button .st-shop-tooltip {
    position: absolute;
    left: -19px;
    top: -32px;
    width: 76px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    background: #eb2229;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcqv-button .st-shop-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 5px #eb2229;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcqv-button:before {
    position: absolute;
    top: 7px;
    left: 9px;
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00e";
    transition: color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcqv-button:hover {
    border-color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcqv-button:hover .st-shop-tooltip {
    opacity: 1;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcqv-button:hover:before {
    color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .add_to_cart_button,
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .ajax_add_to_cart {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0px;
    line-height: 0;
    background: 0 0;
    transition: border-color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .add_to_cart_button .st-shop-tooltip,
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .ajax_add_to_cart .st-shop-tooltip {
    position: absolute;
    left: -19px;
    top: -32px;
    width: 75px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    background: #eb2229;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .add_to_cart_button .st-shop-tooltip:after,
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .ajax_add_to_cart .st-shop-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 5px #eb2229;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .add_to_cart_button:before,
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .ajax_add_to_cart:before {
    position: absolute;
    top: 6px;
    left: 8px;
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f217";
    transition: color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .add_to_cart_button.added,
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .ajax_add_to_cart.added {
    display: none;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .add_to_cart_button:hover,
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .ajax_add_to_cart:hover {
    border-color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .add_to_cart_button:hover:before,
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .ajax_add_to_cart:hover:before {
    color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .add_to_cart_button:hover .st-shop-tooltip,
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .ajax_add_to_cart:hover .st-shop-tooltip {
    opacity: 1;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .outofstock {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0px;
    line-height: 0;
    background: 0 0;
    transition: border-color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .outofstock .st-shop-tooltip {
    position: absolute;
    left: -19px;
    top: -32px;
    width: 75px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    background: #eb2229;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .outofstock .st-shop-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 5px #eb2229;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .outofstock:before {
    position: absolute;
    top: 6px;
    left: 8px;
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c1";
    transition: color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .outofstock.added {
    display: none;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .outofstock:hover {
    border-color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .outofstock:hover:before {
    color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .outofstock:hover .st-shop-tooltip {
    opacity: 1;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0px;
    line-height: 0;
    background: 0 0;
    transition: border-color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    position: relative;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:before {
    position: absolute;
    top: 8px;
    left: 8px;
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08a";
    transition: color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img {
    position: absolute;
    top: 11px;
    left: 11px;
    margin: 0;
    padding: 0;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .st-shop-tooltip {
    position: absolute;
    left: -29px;
    top: -32px;
    width: 96px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    background: #eb2229;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .st-shop-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 5px #eb2229;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover .add_to_wishlist:before {
    color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover .add_to_wishlist .st-shop-tooltip {
    opacity: 1;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    position: relative;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
    position: absolute;
    top: 8px;
    left: 8px;
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f004";
    transition: color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .st-shop-tooltip {
    position: absolute;
    left: -19px;
    top: -32px;
    width: 76px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    background: #eb2229;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a .st-shop-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 5px #eb2229;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover a .st-shop-tooltip {
    opacity: 1;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover a:before {
    color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
    position: relative;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .st-shop-tooltip {
    position: absolute;
    left: -19px;
    top: -32px;
    width: 76px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    background: #eb2229;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a .st-shop-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 5px #eb2229;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
    position: absolute;
    top: 8px;
    left: 8px;
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f004";
    transition: color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist:hover {
    border-color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a .st-shop-tooltip {
    opacity: 1;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a:before {
    color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .added_to_cart {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0px;
    line-height: 0;
    background: 0 0;
    transition: border-color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .added_to_cart .st-shop-tooltip {
    position: absolute;
    left: -19px;
    top: -32px;
    width: 76px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    background: #eb2229;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .added_to_cart .st-shop-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 5px #eb2229;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .added_to_cart:before {
    position: absolute;
    top: 7px;
    left: 8px;
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f07a";
    transition: color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .added_to_cart:hover {
    border-color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .added_to_cart:hover .st-shop-tooltip {
    opacity: 1;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .added_to_cart:hover:before {
    color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .product_type_grouped {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0px;
    line-height: 0;
    background: 0 0;
    transition: border-color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .product_type_grouped .st-shop-tooltip {
    position: absolute;
    left: -26px;
    top: -32px;
    width: 90px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    background: #eb2229;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .product_type_grouped .st-shop-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 5px #eb2229;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .product_type_grouped:before {
    position: absolute;
    top: 7px;
    left: 8px;
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c1";
    transition: color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .product_type_grouped:hover {
    border-color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .product_type_grouped:hover .st-shop-tooltip {
    opacity: 1;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .product_type_grouped:hover:before {
    color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .clear {
    display: none;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    font-size: 0px;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .compare {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0px;
    line-height: 0;
    background: 0 0;
    transition: border-color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .compare .st-shop-tooltip {
    position: absolute;
    left: -19px;
    top: -32px;
    width: 76px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    background: #eb2229;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .compare .st-shop-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 5px #eb2229;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .compare:before {
    position: absolute;
    top: 7px;
    left: 8px;
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f03a";
    transition: color 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .compare:hover {
    border-color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .compare:hover .st-shop-tooltip {
    opacity: 1;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper .st-product-options .st-product-options-inner .compare:hover:before {
    color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product .st-product-inner-wrapper:hover .st-product-options {
    bottom: 0;
}
#layout-container .woocommerce .st-product-list .product > a.woocommerce-LoopProduct-link {
    display: block;
    margin-top: 10px;
}
#layout-container .woocommerce .st-product-list .product > a.woocommerce-LoopProduct-link:before {
    display: table;
    content: " ";
}
#layout-container .woocommerce .st-product-list .product > a.woocommerce-LoopProduct-link:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .woocommerce .st-product-list .product > a.woocommerce-LoopProduct-link h2 {
    float: left;
    width: 58%;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    color: #474747;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
#layout-container .woocommerce .st-product-list .product > a.woocommerce-LoopProduct-link h2:hover {
    color: #eb2229;
}
#layout-container .woocommerce .st-product-list .product > a.woocommerce-LoopProduct-link .price {
    float: right;
    width: 42%;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    color: #999;
}
#layout-container .woocommerce .st-product-list .product > a.woocommerce-LoopProduct-link .price del {
    font-weight: 400;
    text-decoration: line-through;
    color: #999;
}
#layout-container .woocommerce .st-product-list .product > a.woocommerce-LoopProduct-link .price ins {
    font-weight: 400;
    text-decoration: none;
    color: #999;
}
#layout-container .woocommerce .st-product-list .product > a.woocommerce-LoopProduct-link .outofstock {
    float: right;
    width: 40%;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    color: red;
}
#layout-container .woocommerce .st-product-list .product:hover .st-product-inner-wrapper a .st-products-second-thumbnail {
    opacity: 1;
}
#layout-container .woocommerce .st-product-list .product.sale .st-product-inner-wrapper a .onsale {
    top: 10px;
    left: 12px;
}
#layout-container .woocommerce .st-product-list .product.featured .st-product-inner-wrapper a .featured {
    top: 10px;
    left: 12px;
}
#layout-container .woocommerce .st-product-list .product.sale.featured .st-product-inner-wrapper a .onsale {
    top: 10px;
    left: 12px;
}
#layout-container .woocommerce .st-product-list .product.sale.featured .st-product-inner-wrapper a .featured {
    top: 10px;
    left: 74px;
}
#layout-container .woocommerce .st-product-list .product.outofstock .st-product-inner-wrapper .onsale {
    display: none;
}
#layout-container .woocommerce .st-product-list .product.outofstock .st-product-inner-wrapper .featured {
    display: none;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 1em;
    width: 1em;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0;
}
.slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px;
    border: 0;
    background: 0 0;
    display: block;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
}
#footer-container {
    position: relative;
}
#footer-container #footer {
    background-color: #47588f;
    color: #fff;
}
#footer-container #footer .row > .col {
    margin: 60px 0 20px;
    word-break: break-word;
    padding: 0 50px;
}
#footer-container #footer .row > .col .widget {
    margin-bottom: 40px;
}
#footer-container #footer .row > .col .widget-title {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}
#footer-container #footer .row > .col .widget-title .st-h-before {
    margin-right: 0;
}
#footer-container #footer .row > .col .widget-title .st-h-before > i {
    display: none;
    width: 0;
}
#footer-container #footer .row > .col .widget_st_about_menu_widget div ul li {
    position: relative;
    padding: 5px 0;
    background: 0 0;
    border-bottom: none;
    font-size: 14px;
    text-transform: none;
    transition: all 0.2s ease;
}
#footer-container #footer .row > .col .widget_st_about_menu_widget div ul li:before {
    width: 0;
    background: 0 0;
}
#footer-container #footer .row > .col .widget_st_about_menu_widget div ul li:first-child {
    border-top: none;
    border-bottom: none;
}
#footer-container #footer .row > .col .widget_st_about_menu_widget div ul li:last-child {
    border-bottom: none;
}
#footer-container #footer .row > .col .widget_st_about_menu_widget div ul li a {
    margin-left: 15px;
    transition: margin-left 0.4s ease;
}
#footer-container #footer .row > .col .widget_st_about_menu_widget div ul li ul {
    margin: 0;
}
#footer-container #footer .row > .col .widget_st_about_menu_widget div ul li ul li {
    padding-bottom: 0;
}
#footer-container #footer .row > .col .widget_st_about_menu_widget div ul li ul li:before {
    display: none;
}
#footer-container #footer .row > .col .widget_st_about_menu_widget div ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #eb2229;
}
#footer-container #footer .row > .col .widget_st_about_menu_widget div ul li:hover {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_st_about_menu_widget div ul li:hover a {
    margin-left: 20px;
}
#footer-container #footer .row > .col .widget_st_services_menu_widget div ul li {
    position: relative;
    padding: 5px 0;
    background: 0 0;
    border-bottom: none;
    font-size: 14px;
    text-transform: none;
    transition: all 0.2s ease;
}
#footer-container #footer .row > .col .widget_st_services_menu_widget div ul li:before {
    width: 0;
    background: 0 0;
}
#footer-container #footer .row > .col .widget_st_services_menu_widget div ul li:first-child {
    border-top: none;
    border-bottom: none;
}
#footer-container #footer .row > .col .widget_st_services_menu_widget div ul li:last-child {
    border-bottom: none;
}
#footer-container #footer .row > .col .widget_st_services_menu_widget div ul li a {
    margin-left: 15px;
    transition: margin-left 0.4s ease;
}
#footer-container #footer .row > .col .widget_st_services_menu_widget div ul li ul li {
    padding-bottom: 0;
}
#footer-container #footer .row > .col .widget_st_services_menu_widget div ul li ul li:before {
    display: none;
}
#footer-container #footer .row > .col .widget_st_services_menu_widget div ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #eb2229;
}
#footer-container #footer .row > .col .widget_st_services_menu_widget div ul li:hover {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_st_services_menu_widget div ul li:hover a {
    margin-left: 20px;
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item {
    margin-bottom: 10px;
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item:last-child {
    margin-bottom: 0;
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info {
    position: relative;
    padding: 10px 20px 10px 50px;
    font-size: 14px;
    color: #47588f;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info:before {
    position: absolute;
    content: "\f016";
    font: normal normal normal 28px/1 FontAwesome;
    top: 0.26em;
    left: 15px;
    opacity: 1;
    transition: all 0.2s ease;
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.zip:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.rar:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.zipx:before {
    content: "\f1c6";
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.jpg:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.jpeg:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.png:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.gif:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.tif:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.tiff:before {
    content: "\f1c5";
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mp3:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.wma:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.wav:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.ogg:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.flac:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.vox:before {
    content: "\f1c7";
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.wmv:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mp4:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mkv:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mov:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.flv:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mpeg4:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mpeg:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.mpg:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.avi:before {
    content: "\f1c8";
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.doc:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.docx:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.rtf:before {
    content: "\f1c2";
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.xls:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.xlsx:before {
    content: "\f1c3";
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.ppt:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.pptx:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.pps:before,
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.ppsx:before {
    content: "\f1c4";
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info.pdf:before {
    content: "\f1c1";
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info:hover {
    color: #fff;
    background: #47588f;
    border-color: #fff;
}
#footer-container #footer .row > .col .widget_st_brochure_widget .st-brochure-widget-inner .st-brochure-widget-item a .st-brochure-widget-file-info:hover:before {
    color: #fff;
}
#footer-container #footer .row > .col .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list {
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}
#footer-container #footer .row > .col .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track {
    left: 0;
    top: 0;
    zoom: 1;
    transform: translate3d(0, 0, 0);
    position: relative;
    display: block;
}
#footer-container #footer .row > .col .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track .st-testimonial-widget-item {
    float: left;
    position: relative;
    height: 100%;
    min-height: 1px;
    transform: translate3d(0, 0, 0);
    background: 0 0;
    padding: 25px;
}
#footer-container #footer .row > .col .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track .st-testimonial-widget-item .st-testimonial-widget-client-comment {
    font-style: italic;
    text-align: right;
    margin-bottom: 25px;
    height: 100px;
}
#footer-container #footer .row > .col .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track .st-testimonial-widget-item .st-testimonial-widget-client-comment:before {
    position: absolute;
    font: normal normal normal 90px/1 FontAwesome;
    content: "\f10e";
    color: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 6px;
    z-index: -1;
}
#footer-container #footer .row > .col .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track .st-testimonial-widget-item .st-testimonial-widget-client-image {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0 auto;
}
#footer-container #footer .row > .col .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track .st-testimonial-widget-item .st-testimonial-widget-client-name {
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
}
#footer-container #footer .row > .col .widget_st_testimonials_widget .st-testimonial-widget-inner .slick-list .slick-track .st-testimonial-widget-item .st-testimonial-widget-client-occupation-company {
    text-align: center;
    font-style: italic;
}
#footer-container #footer .row > .col .widget_st_contact_widget .st-contact-widget-inner {
    background-color: #7e91cc;
}
#footer-container #footer .row > .col .widget_st_contact_widget .st-contact-widget-inner.second-color-scheme {
    background-color: rgba(235, 34, 41, 0.75);
}
#footer-container #footer .row > .col .widget_st_contact_widget .st-contact-widget-inner.second-color-scheme .st-contact-widget-question {
    background-color: #eb2229;
}
#footer-container #footer .row > .col .widget_st_contact_widget .st-contact-widget-inner.second-color-scheme .st-contact-widget-button-wrapper .st-contact-widget-button:hover {
    color: rgba(235, 34, 41, 0.75);
}
#footer-container #footer .row > .col .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-question {
    background-color: #3a4876;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 25px 35px;
}
#footer-container #footer .row > .col .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-message {
    color: #fff;
    padding: 20px;
    position: relative;
}
#footer-container #footer .row > .col .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-message p {
    padding-left: 90px;
}
#footer-container #footer .row > .col .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-message:before {
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    color: #fff;
    font: normal normal normal 60px/1 FontAwesome;
    content: "\f025";
}
#footer-container #footer .row > .col .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-button-wrapper {
    padding: 10px 35px 30px;
    text-align: center;
}
#footer-container #footer .row > .col .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-button-wrapper .st-contact-widget-button {
    padding: 8px 25px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    transition: all 0.4s ease;
}
#footer-container #footer .row > .col .widget_st_contact_widget .st-contact-widget-inner .st-contact-widget-button-wrapper .st-contact-widget-button:hover {
    background-color: #fff;
    color: #7e91cc;
}
#footer-container #footer .row > .col .widget_search form.searchform {
    border: 1px solid #eb2229;
    background: #fff;
    color: #2b2b2b;
}
#footer-container #footer .row > .col .widget_search form.searchform input {
    width: 70%;
    padding: 10px 0 10px 15px;
}
#footer-container #footer .row > .col .widget_search form.searchform input::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
}
#footer-container #footer .row > .col .widget_search form.searchform input:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
}
#footer-container #footer .row > .col .widget_search form.searchform input::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
}
#footer-container #footer .row > .col .widget_search form.searchform button.search-submit {
    border-left: 1px solid #eb2229;
    float: right;
    padding: 0 19px;
    background-color: #eb2229;
    cursor: pointer;
    transition: all 0.4s ease;
}
#footer-container #footer .row > .col .widget_search form.searchform button.search-submit span {
    padding: 16px 0;
    margin: -4px;
    color: #fff;
    font-size: 22px;
    transition: all 0.4s ease;
}
#footer-container #footer .row > .col .widget_search form.searchform button.search-submit:hover {
    background-color: #fff;
}
#footer-container #footer .row > .col .widget_search form.searchform button.search-submit:hover span {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_archive ul li {
    position: relative;
    padding: 0;
    transition: all 0.2s ease;
    font-size: 14px;
}
#footer-container #footer .row > .col .widget_archive ul li a {
    width: auto;
    border-left: none;
    padding: 5px 0;
    margin-left: 15px;
    transition: margin-left 0.4s ease;
}
#footer-container #footer .row > .col .widget_archive ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #eb2229;
}
#footer-container #footer .row > .col .widget_archive ul li:hover {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_archive ul li:hover a {
    margin-left: 20px;
}
#footer-container #footer .row > .col .widget_archive .select2-container .selection .select2-selection {
    border-color: #fff;
}
#footer-container #footer .row > .col .widget_archive .select2-container .selection .select2-selection .select2-selection__arrow:before {
    color: #474747;
}
#footer-container #footer .row > .col .widget_text {
    font-size: 14px;
}
#footer-container #footer .row > .col .widget .mc4wp-form .st-subscribe-form {
    font-size: 0;
}
#footer-container #footer .row > .col .widget .mc4wp-form .st-subscribe-form label {
    display: none;
}
#footer-container #footer .row > .col .widget .mc4wp-form .st-subscribe-form button[type="submit"] {
    width: 45%;
    padding: 5px 12px;
}
#footer-container #footer .row > .col .widget_categories > ul > li:hover > a {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_categories ul li {
    position: relative;
    padding: 0;
    transition: all 0.2s ease;
    font-size: 14px;
}
#footer-container #footer .row > .col .widget_categories ul li a {
    padding: 5px 0;
    border-left: none;
    margin-left: 15px;
    transition: all 0.4s ease;
}
#footer-container #footer .row > .col .widget_categories ul li ul.children li {
    padding-bottom: 0;
}
#footer-container #footer .row > .col .widget_categories ul li ul.children li:before {
    display: none;
}
#footer-container #footer .row > .col .widget_categories ul li ul.children li:hover > a {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_categories ul li ul.children li:hover > i {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_categories ul li ul.children li > ul.children li a:before {
    left: 5px;
}
#footer-container #footer .row > .col .widget_categories ul li.cat-parent > i {
    right: 7px;
}
#footer-container #footer .row > .col .widget_categories ul li.cat-parent:hover > a {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_categories ul li.cat-parent:hover > i {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_categories ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #eb2229;
}
#footer-container #footer .row > .col .widget_categories ul li:hover a {
    margin-left: 20px;
}
#footer-container #footer .row > .col .widget_categories .select2-container .selection .select2-selection {
    border-color: #fff;
}
#footer-container #footer .row > .col .widget_categories .select2-container .selection .select2-selection .select2-selection__arrow:before {
    color: #474747;
}
#footer-container #footer .row > .col .widget_pages > ul > li:hover > a {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_pages ul li {
    position: relative;
    border-left: none;
    padding: 0;
    transition: all 0.2s ease;
    font-size: 14px;
}
#footer-container #footer .row > .col .widget_pages ul li a {
    padding: 5px 0;
    border-left: none;
    margin-left: 15px;
    transition: all 0.4s ease;
}
#footer-container #footer .row > .col .widget_pages ul li ul.children li {
    padding-bottom: 0;
}
#footer-container #footer .row > .col .widget_pages ul li ul.children li:before {
    display: none;
}
#footer-container #footer .row > .col .widget_pages ul li ul.children li:hover > a {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_pages ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #eb2229;
}
#footer-container #footer .row > .col .widget_pages ul li:hover a {
    margin-left: 20px;
}
#footer-container #footer .row > .col .widget_pages ul li.page_item_has_children:hover > a {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_recent_comments ul li {
    border-left: none;
    padding: 5px 0;
    padding-left: 15px;
    transition: all 0.2s ease;
    font-size: 14px;
}
#footer-container #footer .row > .col .widget_recent_comments ul li:hover {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_rss ul li {
    border-left: none;
    padding: 5px 0;
    transition: all 0.2s ease;
    font-size: 14px;
}
#footer-container #footer .row > .col .widget_rss ul li a.rsswidget {
    display: block;
    font-weight: 600;
    transition: all 0.2s ease;
}
#footer-container #footer .row > .col .widget_rss ul li a.rsswidget:hover {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_rss ul li .rss-date {
    font-style: italic;
    color: #fff;
    opacity: 0.7;
}
#footer-container #footer .row > .col .widget_meta ul li {
    position: relative;
    border-left: none;
    padding: 5px 0;
    transition: all 0.2s ease;
    font-size: 14px;
}
#footer-container #footer .row > .col .widget_meta ul li a {
    margin-left: 15px;
    transition: margin-left 0.4s ease;
}
#footer-container #footer .row > .col .widget_meta ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #eb2229;
}
#footer-container #footer .row > .col .widget_meta ul li:hover {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_meta ul li:hover a {
    margin-left: 20px;
}
#footer-container #footer .row > .col .widget_recent_entries ul li {
    font-size: 14px;
    border-left: none;
    padding: 5px 0 5px;
    transition: all 0.2s ease;
}
#footer-container #footer .row > .col .widget_recent_entries ul li .post-inner {
    display: table-cell;
    vertical-align: top;
}
#footer-container #footer .row > .col .widget_recent_entries ul li .post-inner a {
    display: block;
}
#footer-container #footer .row > .col .widget_recent_entries ul li .post-inner time.post-date {
    font-size: 12px;
    font-style: italic;
    color: #999;
}
#footer-container #footer .row > .col .widget_recent_entries ul li .post-thumbnail {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}
#footer-container #footer .row > .col .widget_recent_entries ul li:before {
    display: none;
}
#footer-container #footer .row > .col .widget_recent_entries ul li:hover {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_nav_menu div > ul > li:hover > a {
    color: #eb2229;
    border-left-color: #eb2229;
}
#footer-container #footer .row > .col .widget_nav_menu div ul li {
    position: relative;
    border-left: none;
    padding: 5px 0;
    transition: all 0.2s ease;
    font-size: 14px;
}
#footer-container #footer .row > .col .widget_nav_menu div ul li a {
    padding: 0;
    border-left: none;
    margin-left: 15px;
    transition: all 0.4s ease;
}
#footer-container #footer .row > .col .widget_nav_menu div ul li ul {
    padding-top: 5px;
}
#footer-container #footer .row > .col .widget_nav_menu div ul li ul li {
    padding-top: 5px;
    padding-bottom: 0;
}
#footer-container #footer .row > .col .widget_nav_menu div ul li ul li:before {
    display: none;
}
#footer-container #footer .row > .col .widget_nav_menu div ul li ul > li:hover > a {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_nav_menu div ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #eb2229;
}
#footer-container #footer .row > .col .widget_nav_menu div ul li.menu-item-has-children:hover > i {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_nav_menu div ul li:hover a {
    margin-left: 20px;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar caption {
    color: #fff;
    padding: 8px 16px;
    font-size: 18px;
    background-color: transparent;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar caption span#prev {
    float: left;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar caption span#prev a i {
    font-size: 20px;
    vertical-align: middle;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar caption span#next {
    float: right;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar caption span#next a i {
    font-size: 20px;
    vertical-align: middle;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar thead {
    color: #eb2229;
    font-size: 14px;
    text-align: left;
    background-color: transparent;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar thead tr th {
    text-align: center;
    font-weight: 400;
    padding: 5px 10px;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar tbody {
    background-color: transparent;
    font-size: 14px;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar tbody tr td {
    padding: 5px;
    text-align: center;
    background-color: transparent;
    transition: all 0.3s ease;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar tbody tr td.with-link a {
    font-weight: 700;
    transition: all 0.3s ease;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar tbody tr:first-child td {
    padding-top: 7px;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar tbody tr:last-child td {
    padding-top: 7px;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar tfoot {
    color: #fff;
    padding: 8px 16px;
    font-size: 18px;
    background-color: transparent;
}
#footer-container #footer .row > .col .widget_calendar .calendar_wrap table#wp-calendar tfoot tr td {
    text-align: center;
    font-weight: 400;
    padding: 5px 10px;
}
#footer-container #footer .row > .col .widget_tag_cloud .tagcloud {
    border-left: none;
    padding: 0;
}
#footer-container #footer .row > .col .widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 2px 0;
    padding: 4px 7px 3px;
    color: #47588f;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
#footer-container #footer .row > .col .widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background-color: #47588f;
    border-color: rgba(255, 255, 255, 0.8);
}
#footer-container #footer .row > .col .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove {
    border: 1px solid #fff;
    color: #fff !important;
}
#footer-container #footer .row > .col .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li.mini_cart_item a.remove:hover {
    border-color: #eb2229;
}
#footer-container #footer .row > .col .widget_shopping_cart .widget_shopping_cart_content .total {
    background: #7e91cc;
}
#footer-container #footer .row > .col .widget_shopping_cart .widget_shopping_cart_content .buttons .button {
    color: #fff;
}
#footer-container #footer .row > .col .widget_product_categories > ul > li:hover > a {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_product_categories ul li {
    position: relative;
    padding: 0;
    transition: all 0.2s ease;
    font-size: 14px;
}
#footer-container #footer .row > .col .widget_product_categories ul li a {
    padding: 5px 0;
    border-left: none;
    margin-left: 15px;
    transition: all 0.4s ease;
}
#footer-container #footer .row > .col .widget_product_categories ul li span.count {
    padding: 5px 25px 5px 0;
    color: #e0e0e0;
}
#footer-container #footer .row > .col .widget_product_categories ul li ul.children li {
    padding-bottom: 0;
}
#footer-container #footer .row > .col .widget_product_categories ul li ul.children li:before {
    display: none;
}
#footer-container #footer .row > .col .widget_product_categories ul li ul.children li:hover > a {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_product_categories ul li ul.children li:hover > i {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_product_categories ul li.cat-parent > i {
    right: 7px;
}
#footer-container #footer .row > .col .widget_product_categories ul li.cat-parent:hover > a {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_product_categories ul li.cat-parent:hover > i {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_product_categories ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #eb2229;
}
#footer-container #footer .row > .col .widget_product_categories ul li:hover a {
    margin-left: 20px;
}
#footer-container #footer .row > .col .widget_rating_filter ul li a:before {
    color: #fff;
}
#footer-container #footer .row > .col .widget_rating_filter ul li a span.count {
    color: #fff;
}
#footer-container #footer .row > .col .widget_layered_nav ul li {
    position: relative;
    border-left: none;
    color: #fff;
}
#footer-container #footer .row > .col .widget_layered_nav ul li a {
    margin-left: 20px;
}
#footer-container #footer .row > .col .widget_layered_nav ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #eb2229;
}
#footer-container #footer .row > .col .widget_layered_nav ul li span.count {
    color: #fff;
}
#footer-container #footer .row > .col .widget_layered_nav_filters ul li {
    position: relative;
    border-left: none;
}
#footer-container #footer .row > .col .widget_layered_nav_filters ul li a {
    margin-left: 15px;
}
#footer-container #footer .row > .col .widget_layered_nav_filters ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 6px;
    height: 6px;
    background: #eb2229;
}
#footer-container #footer .row > .col .widget_layered_nav_filters ul li a.st-remove-filter {
    margin: 0 16px 0 0;
    color: #fff !important;
    border: 1px solid #fff;
}
#footer-container #footer .row > .col .widget_layered_nav_filters ul li a.st-remove-filter:hover {
    background-color: #eb2229;
    border-color: #eb2229;
}
#footer-container #footer .row > .col .widget_price_filter .price_slider_wrapper .price_slider {
    background-color: #fff;
}
#footer-container #footer .row > .col .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range,
#footer-container #footer .row > .col .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
    background-color: #eb2229;
}
#footer-container #footer .row > .col .widget_products .product_list_widget li del {
    color: rgba(255, 255, 255, 0.6);
}
#footer-container #footer .row > .col .widget_product_search form.woocommerce-product-search {
    background: #fff;
    color: #2b2b2b;
}
#footer-container #footer .row > .col .widget_recent_reviews .product_list_widget li a span.product-title {
    color: #fff;
}
#footer-container #footer .row > .col .widget_recent_reviews .product_list_widget li span.reviewer {
    color: #fff;
}
#footer-container #footer .row > .col .widget_top_rated_products .product_list_widget li a span.product-title {
    color: #fff;
}
#footer-container #footer .row > .col .widget_top_rated_products .product_list_widget li del {
    color: rgba(255, 255, 255, 0.6);
}
#footer-container #footer .row > .col .widget_projects ul {
    padding: 10px 0 0;
}
#footer-container #footer .row > .col .widget_projects ul li {
    width: 33.33333333%;
}
#footer-container #footer .row > .col .widget_projects ul li .st-project-thumbnail a .st-overlay {
    background-color: rgba(71, 88, 143, 0.3);
}
#footer-container #footer .row > .col .widget_projects ul li .st-project-thumbnail:hover a .st-overlay {
    background-color: transparent;
}
#footer-container #footer .row > .col .widget_st_widget_recent_tweets .st-recent-tweets ul li {
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #fff;
}
#footer-container #footer .row > .col .widget_st_widget_recent_tweets .st-recent-tweets ul li:before {
    position: absolute;
    top: 3px;
    left: -30px;
    content: "\f099";
    font: normal normal normal 20px/1 FontAwesome;
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_st_widget_recent_tweets .st-recent-tweets ul li a {
    color: #eb2229;
}
#footer-container #footer .row > .col .widget_st_widget_recent_tweets .st-recent-tweets ul li a.twitter-time {
    display: block;
    color: #fff;
    opacity: 0.5;
}
#footer-container #footer .row > .col .widget_st_widget_instagram_feed ul.st-instagram-items {
    padding: 10px 0 0;
}
#footer-container #footer .row > .col .widget_st_widget_instagram_feed ul.st-instagram-items li .st-instagram-item a .st-overlay {
    background-color: rgba(71, 88, 143, 0.3);
}
#footer-container #footer .row > .col .widget_st_widget_instagram_feed ul.st-instagram-items li .st-instagram-item:hover a .st-overlay {
    background-color: transparent;
}
#footer-container #subfooter {
    padding-top: 20px;
    background-color: #3a4876;
}
#footer-container #subfooter .subfooter-about {
    padding: 18px 30px 18px 15px;
    font-size: 14px;
    color: #fff;
}
#footer-container #subfooter .subfooter-social ul {
    float: left;
    padding: 0;
    margin: 0;
}
#footer-container #subfooter .subfooter-social ul li {
    display: inline-block;
    margin: 5px;
    padding: 5px 0;
}
#footer-container #subfooter .subfooter-social ul li:before {
    display: none;
}
#footer-container #subfooter .subfooter-social ul li a {
    display: block;
    background: #fff;
    height: 28px;
    width: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    color: #47588f;
    line-height: 32px;
    text-align: center;
    transition: all 0.3s ease;
}
#footer-container #subfooter .subfooter-social ul li a:hover {
    background: 0 0;
    color: #fff;
}
#footer-container #subfooter .subfooter-social ul li a i {
    margin-top: 0.2em;
}
#footer-container #subfooter .subfooter-copyright {
    padding: 15px 0;
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
}
#footer-container #subfooter .subfooter-policy {
    padding: 15px 0;
    font-size: 12px;
    color: #fff;
}
#footer-container #subfooter .subfooter-policy a {
    color: #fff;
    opacity: 0.7;
    margin: 0 10px;
    transition: opacity 0.3s ease;
}
#footer-container #subfooter .subfooter-policy a:hover {
    opacity: 1;
}
.woocommerce-account .woocommerce h2 {
    font-size: 32px;
    color: #47588f;
}
.woocommerce-account .woocommerce form.login {
    margin: 30px 0;
    padding: 0;
    border: none;
    border-radius: 0;
}
.woocommerce-account .woocommerce form.login .form-row {
    margin: 0 0 30px;
    padding: 0;
}
.woocommerce-account .woocommerce form.login .form-row label {
    display: none;
}
.woocommerce-account .woocommerce form.login .form-row input.woocommerce-Input {
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
.woocommerce-account .woocommerce form.login .form-row input.woocommerce-Input::-webkit-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
.woocommerce-account .woocommerce form.login .form-row input.woocommerce-Input:-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
.woocommerce-account .woocommerce form.login .form-row input.woocommerce-Input::-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
.woocommerce-account .woocommerce form.login .form-row input.woocommerce-Input:-ms-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
.woocommerce-account .woocommerce form.login .form-row input.woocommerce-Input:focus {
    background-color: transparent;
}
.woocommerce-account .woocommerce form.login .form-row input.woocommerce-Button {
    padding: 10px 50px;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    border: 1px solid #eb2229;
    border-radius: 0;
    background-color: #eb2229;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}
.woocommerce-account .woocommerce form.login .form-row input.woocommerce-Button .st-login-text {
    display: block;
    transform: translateX(0px);
    transition: all 0.6s;
}
.woocommerce-account .woocommerce form.login .form-row input.woocommerce-Button .st-login-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
.woocommerce-account .woocommerce form.login .form-row input.woocommerce-Button .st-login-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.woocommerce-account .woocommerce form.login .form-row input.woocommerce-Button:hover .st-login-text {
    transform: translateX(500px);
}
.woocommerce-account .woocommerce form.login .form-row input.woocommerce-Button:hover .st-login-icon {
    left: 0;
}
.woocommerce-account .woocommerce form.login .st-remember-me {
    position: relative;
    float: left;
}
.woocommerce-account .woocommerce form.login .st-remember-me label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0.1em;
    left: 0;
    background: #f1f0f0;
    border: 1px solid #e0e0e0;
}
.woocommerce-account .woocommerce form.login .st-remember-me label:after {
    content: "";
    width: 12px;
    height: 8px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 3px solid #5b5b5b;
    border-top: none;
    border-right: none;
    background: 0 0;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: opacity 0.3s ease;
}
.woocommerce-account .woocommerce form.login .st-remember-me label:hover:after {
    opacity: 0.3;
}
.woocommerce-account .woocommerce form.login .st-remember-me input[type="checkbox"] {
    visibility: hidden;
}
.woocommerce-account .woocommerce form.login .st-remember-me input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.woocommerce-account .woocommerce form.login .st-remember-me span {
    margin-left: 15px;
    font-size: 16px;
    font-style: italic;
    color: #999;
}
.woocommerce-account .woocommerce form.login .woocommerce-LostPassword {
    float: right;
}
.woocommerce-account .woocommerce form.login .woocommerce-LostPassword a {
    font-size: 16px;
    font-style: italic;
    color: #eb2229;
}
.select2-container .select2-dropdown {
    border: none;
    border-radius: 0;
}
.select2-container .select2-dropdown .select2-search {
    padding: 0;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
.select2-container .select2-dropdown .select2-results .select2-results__options {
    margin-right: 1px;
    border: 1px solid #d2d2d2;
    max-height: 200px;
    overflow: auto;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    font-size: 14px;
    padding-right: 20px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: rgba(235, 34, 41, 0.75);
}
.select2-container .select2-dropdown.st-woocommerce-ordering .select2-results .select2-results__options {
    text-align: right;
    max-height: none;
}
.select2-container .select2-dropdown.st-single-product-variations .select2-results .select2-results__options {
    text-align: right;
}
.select2-container .select2-dropdown.st-single-product-variations .select2-results .select2-results__options .select2-results__option {
    padding-right: 25px;
}
.select2-container .select2-dropdown.st-qw-product-variations {
    z-index: 10001;
}
.select2-container .select2-dropdown.st-qw-product-variations .select2-results .select2-results__options {
    text-align: right;
}
.select2-container .select2-dropdown.st-qw-product-variations .select2-results .select2-results__options .select2-results__option {
    padding-right: 25px;
}
.select2-container .select2-dropdown.st-topbar-addresses-switch {
    z-index: 10001;
}
.select2-container .select2-dropdown.st-topbar-addresses-switch .select2-results .select2-results__options {
    margin-right: 0;
}
.select2-container .select2-dropdown.st-topbar-addresses-switch .select2-results .select2-results__options .select2-results__option {
    padding-left: 14px;
    font-size: 14px;
}
.select2-container .select2-dropdown.st-lang-switch {
    z-index: 10001;
}
.select2-container .select2-dropdown.st-lang-switch .select2-results .select2-results__options {
    margin-right: 0;
}
.select2-container .select2-dropdown.st-lang-switch .select2-results .select2-results__options .select2-results__option {
    font-size: 14px;
    padding-right: 6px;
}
.select2-container .select2-dropdown.st-map-select-dealers {
    z-index: 10001;
}
.select2-container .select2-dropdown.st-map-select-dealers .select2-results .select2-results__options .select2-results__option[aria-disabled="true"] {
    display: none;
}
.select2-drop {
    border: none !important;
    border-radius: 0;
}
.select2-drop .select2-search {
    padding: 0;
}
.select2-drop .select2-search input {
    background: 0 0 !important;
}
.select2-drop .select2-search .select2-search__field {
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
.select2-drop .select2-results {
    padding: 0 !important;
    border: 1px solid #d2d2d2;
    border-radius: 0;
}
.select2-drop .select2-results .select2-result {
    font-size: 14px;
    padding-right: 20px;
    border-radius: 0;
}
.select2-drop .select2-results .select2-result.select2-highlighted {
    color: #fff;
    background-color: rgba(235, 34, 41, 0.75);
    border-radius: 0;
}
.select2-drop.st-topbar-addresses-switch .select2-results .select2-result {
    margin: 0;
    padding-right: 0;
    font-size: 14px;
}
.select2-drop.st-lang-switch .select2-results .select2-result {
    margin: 0;
    padding-left: 7px;
    padding-right: 0;
    font-size: 14px;
}
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    height: 13px;
}
div.pp_default .pp_top .pp_left {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
    padding-right: 13px;
}
div.pp_default .pp_next:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer;
}
div.pp_default .pp_previous:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}
div.pp_default .pp_expand {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}
div.pp_default .pp_expand:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_contract {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
}
div.pp_default .pp_contract:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa;
}
div.pp_default .pp_social {
    display: none;
    margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}
div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}
div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}
div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
    background: url(ban_loader.gif) center center no-repeat;
}
div.light_rounded .pp_top .pp_left {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
div.light_rounded .pp_top .pp_right {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
div.light_rounded .pp_next:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_previous:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_expand {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_expand:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_contract {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_contract:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.light_rounded .pp_arrow_previous {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_top .pp_left {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
div.dark_rounded .pp_top .pp_right {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
div.dark_rounded .pp_next:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_expand {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_contract {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff;
}
div.dark_rounded .pp_nav .pp_play {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.dark_rounded .pp_arrow_previous {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
div.dark_rounded .pp_loaderIcon {
    background: url(../ban_loader.gif) center center no-repeat;
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #000;
}
div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
    background: url(../ban_loader.gif) center center no-repeat;
}
div.dark_square .pp_expand {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_expand:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_contract {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_contract:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.dark_square .pp_nav {
    clear: none;
}
div.dark_square .pp_nav .pp_play {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.dark_square .pp_nav .pp_pause {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.dark_square .pp_arrow_previous {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
div.dark_square .pp_next:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.dark_square .pp_previous:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.light_square .pp_expand {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.light_square .pp_expand:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.light_square .pp_contract {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.light_square .pp_contract:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.light_square .pp_nav .pp_play {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.light_square .pp_nav .pp_pause {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px;
}
div.light_square .pp_arrow_previous {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
div.light_square .pp_next:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.light_square .pp_previous:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.facebook .pp_top .pp_left {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
div.facebook .pp_top .pp_middle {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
div.facebook .pp_top .pp_right {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
div.facebook .pp_content_container .pp_left {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
div.facebook .pp_content_container .pp_right {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
div.facebook .pp_expand {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}
div.facebook .pp_expand:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}
div.facebook .pp_contract {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}
div.facebook .pp_contract:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}
div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}
div.facebook .pp_description {
    margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
div.facebook .pp_arrow_previous {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}
div.facebook .pp_arrow_next {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}
div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}
div.facebook .pp_nav {
    margin-top: 0;
}
div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px;
}
div.facebook .pp_nav .pp_pause {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px;
}
div.facebook .pp_next:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}
div.facebook .pp_previous:hover {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
div.facebook .pp_bottom .pp_middle {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
div.facebook .pp_bottom .pp_right {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
div.pp_pic_holder a:focus {
    outline: none;
}
div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}
.pp_content {
    height: 40px;
    min-width: 40px;
}
* html .pp_content {
    width: 40px;
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}
.pp_content_container .pp_left {
    padding-left: 20px;
}
.pp_content_container .pp_right {
    padding-right: 20px;
}
.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}
.pp_description {
    display: none;
    margin: 0;
}
.pp_social {
    float: left;
    margin: 0;
}
.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}
.pp_social .twitter {
    float: left;
}
.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}
.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}
.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}
.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0;
}
.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}
.pp_gallery ul a img {
    border: 0;
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.pp_gallery li.default a {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}
a.pp_next {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.pp_previous {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}
a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}
.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}
#pp_full_res {
    line-height: 1 !important;
}
#pp_full_res .pp_inline {
    text-align: left;
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}
div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
    background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
    color: #000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
    position: relative;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
    background: #fff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
    margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
    background: url(../ban_loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
    color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}
.pp_top,
.pp_bottom {
    height: 20px;
    position: relative;
}
* html .pp_top,
* html .pp_bottom {
    padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
    display: none;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#cboxOverlay {
    background: #000;
}
#colorbox {
    outline: 0;
}
#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: 0 0;
}
#cboxTopCenter {
    height: 14px;
    background: 0 0;
}
#cboxTopRight {
    width: 14px;
    height: 14px;
    background: 0 0;
}
#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: 0 0;
}
#cboxBottomCenter {
    height: 43px;
    background: 0 0;
}
#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: 0 0;
}
#cboxMiddleLeft {
    width: 14px;
    background: 0 0;
}
#cboxMiddleRight {
    width: 14px;
    background: 0 0;
}
#cboxContent {
    background: #fff;
    overflow: visible;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    margin-bottom: 5px;
}
#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #7c7c7c;
}
#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: 700;
    color: #7c7c7c;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    background: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../images/colorbox/controls.png) no-repeat 0px 0px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}
#cboxPrevious {
    left: 0;
    background-position: -51px -25px;
}
#cboxPrevious:hover {
    background-position: -51px 0;
}
#cboxNext {
    left: 27px;
    background-position: -75px -25px;
}
#cboxNext:hover {
    background-position: -75px 0;
}
#cboxClose {
    top: 5px;
    right: 25px;
    background-position: -100px -25px;
    font-size: 0;
    text-indent: 0;
    background: 0 0;
}
#cboxClose:before {
    display: block;
    content: "×";
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    font-size: 24px;
    font-weight: 200;
    color: #fff !important;
    transition: all 0.3s ease;
}
#cboxClose:hover:before {
    background: #fff;
    color: #47588f !important;
    border-color: #fff;
}
#cboxClose:hover {
    background-position: -100px 0;
}
.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0;
}
.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0;
}
.st-product-options-inner .blockUI.blockOverlay {
    border-radius: 100%;
}
.product.has-default-attributes.has-children > .images {
    opacity: 1;
}
@keyframes wave {
    0%,
    60%,
    100% {
        transform: initial;
    }
    30% {
        transform: translateY(-15px);
    }
}
.compose-mode .vc_vc_column > .st-12,
.compose-mode .vc_vc_column > .st-11,
.compose-mode .vc_vc_column > .st-10,
.compose-mode .vc_vc_column > .st-9,
.compose-mode .vc_vc_column > .st-8,
.compose-mode .vc_vc_column > .st-7,
.compose-mode .vc_vc_column > .st-6,
.compose-mode .vc_vc_column > .st-5,
.compose-mode .vc_vc_column > .st-4,
.compose-mode .vc_vc_column > .st-3,
.compose-mode .vc_vc_column > .st-2,
.compose-mode .vc_vc_column > .st-1,
.compose-mode .vc_vc_column > .st-desktop-12,
.compose-mode .vc_vc_column > .st-desktop-11,
.compose-mode .vc_vc_column > .st-desktop-10,
.compose-mode .vc_vc_column > .st-desktop-9,
.compose-mode .vc_vc_column > .st-desktop-8,
.compose-mode .vc_vc_column > .st-desktop-7,
.compose-mode .vc_vc_column > .st-desktop-6,
.compose-mode .vc_vc_column > .st-desktop-5,
.compose-mode .vc_vc_column > .st-desktop-4,
.compose-mode .vc_vc_column > .st-desktop-3,
.compose-mode .vc_vc_column > .st-desktop-2,
.compose-mode .vc_vc_column > .st-desktop-1,
.compose-mode .vc_vc_column > .st-laptop-12,
.compose-mode .vc_vc_column > .st-laptop-11,
.compose-mode .vc_vc_column > .st-laptop-10,
.compose-mode .vc_vc_column > .st-laptop-9,
.compose-mode .vc_vc_column > .st-laptop-8,
.compose-mode .vc_vc_column > .st-laptop-7,
.compose-mode .vc_vc_column > .st-laptop-6,
.compose-mode .vc_vc_column > .st-laptop-5,
.compose-mode .vc_vc_column > .st-laptop-4,
.compose-mode .vc_vc_column > .st-laptop-3,
.compose-mode .vc_vc_column > .st-laptop-2,
.compose-mode .vc_vc_column > .st-laptop-1,
.compose-mode .vc_vc_column > .st-tablet-12,
.compose-mode .vc_vc_column > .st-tablet-11,
.compose-mode .vc_vc_column > .st-tablet-10,
.compose-mode .vc_vc_column > .st-tablet-9,
.compose-mode .vc_vc_column > .st-tablet-8,
.compose-mode .vc_vc_column > .st-tablet-7,
.compose-mode .vc_vc_column > .st-tablet-6,
.compose-mode .vc_vc_column > .st-tablet-5,
.compose-mode .vc_vc_column > .st-tablet-4,
.compose-mode .vc_vc_column > .st-tablet-3,
.compose-mode .vc_vc_column > .st-tablet-2,
.compose-mode .vc_vc_column > .st-tablet-1,
.compose-mode .vc_vc_column > .st-mobile-12,
.compose-mode .vc_vc_column > .st-mobile-11,
.compose-mode .vc_vc_column > .st-mobile-10,
.compose-mode .vc_vc_column > .st-mobile-9,
.compose-mode .vc_vc_column > .st-mobile-8,
.compose-mode .vc_vc_column > .st-mobile-7,
.compose-mode .vc_vc_column > .st-mobile-6,
.compose-mode .vc_vc_column > .st-mobile-5,
.compose-mode .vc_vc_column > .st-mobile-4,
.compose-mode .vc_vc_column > .st-mobile-3,
.compose-mode .vc_vc_column > .st-mobile-2,
.compose-mode .vc_vc_column > .st-mobile-1 {
    width: 100%;
}
.compose-mode .vc_vc_column_inner > .st-12,
.compose-mode .vc_vc_column_inner > .st-11,
.compose-mode .vc_vc_column_inner > .st-10,
.compose-mode .vc_vc_column_inner > .st-9,
.compose-mode .vc_vc_column_inner > .st-8,
.compose-mode .vc_vc_column_inner > .st-7,
.compose-mode .vc_vc_column_inner > .st-6,
.compose-mode .vc_vc_column_inner > .st-5,
.compose-mode .vc_vc_column_inner > .st-4,
.compose-mode .vc_vc_column_inner > .st-3,
.compose-mode .vc_vc_column_inner > .st-2,
.compose-mode .vc_vc_column_inner > .st-1,
.compose-mode .vc_vc_column_inner > .st-desktop-12,
.compose-mode .vc_vc_column_inner > .st-desktop-11,
.compose-mode .vc_vc_column_inner > .st-desktop-10,
.compose-mode .vc_vc_column_inner > .st-desktop-9,
.compose-mode .vc_vc_column_inner > .st-desktop-8,
.compose-mode .vc_vc_column_inner > .st-desktop-7,
.compose-mode .vc_vc_column_inner > .st-desktop-6,
.compose-mode .vc_vc_column_inner > .st-desktop-5,
.compose-mode .vc_vc_column_inner > .st-desktop-4,
.compose-mode .vc_vc_column_inner > .st-desktop-3,
.compose-mode .vc_vc_column_inner > .st-desktop-2,
.compose-mode .vc_vc_column_inner > .st-desktop-1,
.compose-mode .vc_vc_column_inner > .st-laptop-12,
.compose-mode .vc_vc_column_inner > .st-laptop-11,
.compose-mode .vc_vc_column_inner > .st-laptop-10,
.compose-mode .vc_vc_column_inner > .st-laptop-9,
.compose-mode .vc_vc_column_inner > .st-laptop-8,
.compose-mode .vc_vc_column_inner > .st-laptop-7,
.compose-mode .vc_vc_column_inner > .st-laptop-6,
.compose-mode .vc_vc_column_inner > .st-laptop-5,
.compose-mode .vc_vc_column_inner > .st-laptop-4,
.compose-mode .vc_vc_column_inner > .st-laptop-3,
.compose-mode .vc_vc_column_inner > .st-laptop-2,
.compose-mode .vc_vc_column_inner > .st-laptop-1,
.compose-mode .vc_vc_column_inner > .st-tablet-12,
.compose-mode .vc_vc_column_inner > .st-tablet-11,
.compose-mode .vc_vc_column_inner > .st-tablet-10,
.compose-mode .vc_vc_column_inner > .st-tablet-9,
.compose-mode .vc_vc_column_inner > .st-tablet-8,
.compose-mode .vc_vc_column_inner > .st-tablet-7,
.compose-mode .vc_vc_column_inner > .st-tablet-6,
.compose-mode .vc_vc_column_inner > .st-tablet-5,
.compose-mode .vc_vc_column_inner > .st-tablet-4,
.compose-mode .vc_vc_column_inner > .st-tablet-3,
.compose-mode .vc_vc_column_inner > .st-tablet-2,
.compose-mode .vc_vc_column_inner > .st-tablet-1,
.compose-mode .vc_vc_column_inner > .st-mobile-12,
.compose-mode .vc_vc_column_inner > .st-mobile-11,
.compose-mode .vc_vc_column_inner > .st-mobile-10,
.compose-mode .vc_vc_column_inner > .st-mobile-9,
.compose-mode .vc_vc_column_inner > .st-mobile-8,
.compose-mode .vc_vc_column_inner > .st-mobile-7,
.compose-mode .vc_vc_column_inner > .st-mobile-6,
.compose-mode .vc_vc_column_inner > .st-mobile-5,
.compose-mode .vc_vc_column_inner > .st-mobile-4,
.compose-mode .vc_vc_column_inner > .st-mobile-3,
.compose-mode .vc_vc_column_inner > .st-mobile-2,
.compose-mode .vc_vc_column_inner > .st-mobile-1 {
    width: 100%;
}
.buy-adamas {
    display: none;
    position: fixed;
    right: 100px;
    bottom: 40px;
    cursor: pointer;
    width: 340px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    -webkit-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.7);
    background-color: #47588f;
    z-index: 999;
    transition: box-shadow 0.4s ease;
}
.buy-adamas:before {
    display: table;
    content: " ";
}
.buy-adamas:after {
    display: table;
    content: " ";
    clear: both;
}
.buy-adamas .price {
    float: left;
    width: 55px;
    height: 40px;
    font-weight: 700;
    text-align: center;
    background-color: #eb2229;
}
.buy-adamas .price .currency {
    font-size: 14px;
    font-weight: 400;
}
.buy-adamas .cta {
    float: left;
    padding-left: 25px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.buy-adamas .cta mark {
    font-weight: 700;
    background-color: transparent;
    color: #eb2229;
}
.buy-adamas:hover {
    -webkit-box-shadow: 0px 10px 40px -7px #000;
    -moz-box-shadow: 0px 10px 40px -7px #000;
    box-shadow: 0px 10px 40px -7px #000;
}
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: 0.3em;
}
.fa,
.fa-stack {
    display: inline-block;
}
.fa-fw,
.fa-li {
    text-align: center;
}
@font-face {
    font-family: FontAwesome;
    src: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(//www.fugenx.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),
        url(//www.fugenx.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
        url(//www.fugenx.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
        url(//www.fugenx.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
        url(//www.fugenx.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa.fa-pull-right,
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right,
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa-spin {
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc: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,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
@font-face {
    font-family: "linea-basic-10";
    src: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../fonts/linea-basic-10.eot);
    src: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../fonts/linea-basic-10.eot?#iefix) format("embedded-opentype"), url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../fonts/linea-basic-10.woff) format("woff"),
        url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../fonts/linea-basic-10.ttf) format("truetype"), url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../fonts/linea-basic-10.svg#linea-basic-10) format("svg");
    font-weight: 400;
    font-style: normal;
}
[data-icon]:before {
    font-family: "linea-basic-10" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "linea-basic-10" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-basic-accelerator:before {
    content: "a";
}
.icon-basic-alarm:before {
    content: "b";
}
.icon-basic-anchor:before {
    content: "c";
}
.icon-basic-anticlockwise:before {
    content: "d";
}
.icon-basic-archive:before {
    content: "e";
}
.icon-basic-archive-full:before {
    content: "f";
}
.icon-basic-ban:before {
    content: "g";
}
.icon-basic-battery-charge:before {
    content: "h";
}
.icon-basic-battery-empty:before {
    content: "i";
}
.icon-basic-battery-full:before {
    content: "j";
}
.icon-basic-battery-half:before {
    content: "k";
}
.icon-basic-bolt:before {
    content: "l";
}
.icon-basic-book:before {
    content: "m";
}
.icon-basic-book-pen:before {
    content: "n";
}
.icon-basic-book-pencil:before {
    content: "o";
}
.icon-basic-bookmark:before {
    content: "p";
}
.icon-basic-calculator:before {
    content: "q";
}
.icon-basic-calendar:before {
    content: "r";
}
.icon-basic-cards-diamonds:before {
    content: "s";
}
.icon-basic-cards-hearts:before {
    content: "t";
}
.icon-basic-case:before {
    content: "u";
}
.icon-basic-chronometer:before {
    content: "v";
}
.icon-basic-clessidre:before {
    content: "w";
}
.icon-basic-clock:before {
    content: "x";
}
.icon-basic-clockwise:before {
    content: "y";
}
.icon-basic-cloud:before {
    content: "z";
}
.icon-basic-clubs:before {
    content: "A";
}
.icon-basic-compass:before {
    content: "B";
}
.icon-basic-cup:before {
    content: "C";
}
.icon-basic-diamonds:before {
    content: "D";
}
.icon-basic-display:before {
    content: "E";
}
.icon-basic-download:before {
    content: "F";
}
.icon-basic-exclamation:before {
    content: "G";
}
.icon-basic-eye:before {
    content: "H";
}
.icon-basic-eye-closed:before {
    content: "I";
}
.icon-basic-female:before {
    content: "J";
}
.icon-basic-flag1:before {
    content: "K";
}
.icon-basic-flag2:before {
    content: "L";
}
.icon-basic-floppydisk:before {
    content: "M";
}
.icon-basic-folder:before {
    content: "N";
}
.icon-basic-folder-multiple:before {
    content: "O";
}
.icon-basic-gear:before {
    content: "P";
}
.icon-basic-geolocalize-01:before {
    content: "Q";
}
.icon-basic-geolocalize-05:before {
    content: "R";
}
.icon-basic-globe:before {
    content: "S";
}
.icon-basic-gunsight:before {
    content: "T";
}
.icon-basic-hammer:before {
    content: "U";
}
.icon-basic-headset:before {
    content: "V";
}
.icon-basic-heart:before {
    content: "W";
}
.icon-basic-heart-broken:before {
    content: "X";
}
.icon-basic-helm:before {
    content: "Y";
}
.icon-basic-home:before {
    content: "Z";
}
.icon-basic-info:before {
    content: "0";
}
.icon-basic-ipod:before {
    content: "1";
}
.icon-basic-joypad:before {
    content: "2";
}
.icon-basic-key:before {
    content: "3";
}
.icon-basic-keyboard:before {
    content: "4";
}
.icon-basic-laptop:before {
    content: "5";
}
.icon-basic-life-buoy:before {
    content: "6";
}
.icon-basic-lightbulb:before {
    content: "7";
}
.icon-basic-link:before {
    content: "8";
}
.icon-basic-lock:before {
    content: "9";
}
.icon-basic-lock-open:before {
    content: "!";
}
.icon-basic-magic-mouse:before {
    content: '"';
}
.icon-basic-magnifier:before {
    content: "#";
}
.icon-basic-magnifier-minus:before {
    content: "$";
}
.icon-basic-magnifier-plus:before {
    content: "%";
}
.icon-basic-mail:before {
    content: "&";
}
.icon-basic-mail-multiple:before {
    content: "'";
}
.icon-basic-mail-open:before {
    content: "(";
}
.icon-basic-mail-open-text:before {
    content: ")";
}
.icon-basic-male:before {
    content: "*";
}
.icon-basic-map:before {
    content: "+";
}
.icon-basic-message:before {
    content: ",";
}
.icon-basic-message-multiple:before {
    content: "-";
}
.icon-basic-message-txt:before {
    content: ".";
}
.icon-basic-mixer2:before {
    content: "/";
}
.icon-basic-mouse:before {
    content: ":";
}
.icon-basic-notebook:before {
    content: ";";
}
.icon-basic-notebook-pen:before {
    content: "<";
}
.icon-basic-notebook-pencil:before {
    content: "=";
}
.icon-basic-paperplane:before {
    content: ">";
}
.icon-basic-pencil-ruler:before {
    content: "?";
}
.icon-basic-pencil-ruler-pen:before {
    content: "@";
}
.icon-basic-photo:before {
    content: "[";
}
.icon-basic-picture:before {
    content: "]";
}
.icon-basic-picture-multiple:before {
    content: "^";
}
.icon-basic-pin1:before {
    content: "_";
}
.icon-basic-pin2:before {
    content: "`";
}
.icon-basic-postcard:before {
    content: "{";
}
.icon-basic-postcard-multiple:before {
    content: "|";
}
.icon-basic-printer:before {
    content: "}";
}
.icon-basic-question:before {
    content: "~";
}
.icon-basic-rss:before {
    content: "\\";
}
.icon-basic-server:before {
    content: "\e000";
}
.icon-basic-server2:before {
    content: "\e001";
}
.icon-basic-server-cloud:before {
    content: "\e002";
}
.icon-basic-server-download:before {
    content: "\e003";
}
.icon-basic-server-upload:before {
    content: "\e004";
}
.icon-basic-settings:before {
    content: "\e005";
}
.icon-basic-share:before {
    content: "\e006";
}
.icon-basic-sheet:before {
    content: "\e007";
}
.icon-basic-sheet-multiple:before {
    content: "\e008";
}
.icon-basic-sheet-pen:before {
    content: "\e009";
}
.icon-basic-sheet-pencil:before {
    content: "\e00a";
}
.icon-basic-sheet-txt:before {
    content: "\e00b";
}
.icon-basic-signs:before {
    content: "\e00c";
}
.icon-basic-smartphone:before {
    content: "\e00d";
}
.icon-basic-spades:before {
    content: "\e00e";
}
.icon-basic-spread:before {
    content: "\e00f";
}
.icon-basic-spread-bookmark:before {
    content: "\e010";
}
.icon-basic-spread-text:before {
    content: "\e011";
}
.icon-basic-spread-text-bookmark:before {
    content: "\e012";
}
.icon-basic-star:before {
    content: "\e013";
}
.icon-basic-tablet:before {
    content: "\e014";
}
.icon-basic-target:before {
    content: "\e015";
}
.icon-basic-todo:before {
    content: "\e016";
}
.icon-basic-todo-pen:before {
    content: "\e017";
}
.icon-basic-todo-pencil:before {
    content: "\e018";
}
.icon-basic-todo-txt:before {
    content: "\e019";
}
.icon-basic-todolist-pen:before {
    content: "\e01a";
}
.icon-basic-todolist-pencil:before {
    content: "\e01b";
}
.icon-basic-trashcan:before {
    content: "\e01c";
}
.icon-basic-trashcan-full:before {
    content: "\e01d";
}
.icon-basic-trashcan-refresh:before {
    content: "\e01e";
}
.icon-basic-trashcan-remove:before {
    content: "\e01f";
}
.icon-basic-upload:before {
    content: "\e020";
}
.icon-basic-usb:before {
    content: "\e021";
}
.icon-basic-video:before {
    content: "\e022";
}
.icon-basic-watch:before {
    content: "\e023";
}
.icon-basic-webpage:before {
    content: "\e024";
}
.icon-basic-webpage-img-txt:before {
    content: "\e025";
}
.icon-basic-webpage-multiple:before {
    content: "\e026";
}
.icon-basic-webpage-txt:before {
    content: "\e027";
}
.icon-basic-world:before {
    content: "\e028";
}
@font-face {
    font-family: slick;
    src: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../fonts/slick.eot);
    src: url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../fonts/slick.eot?#iefix) format("embedded-opentype"), url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../fonts/slick.woff) format("woff"),
        url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../fonts/slick.ttf) format("truetype"), url(//www.fugenx.com/wp-content/themes/adamas/assets/css/../fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}
#layout-container h1.vc_custom_heading {
    position: relative;
    padding-bottom: 0;
    color: #47588f;
}
#layout-container h1.vc_custom_heading a:hover {
    color: #eb2229;
}
#layout-container h1.vc_custom_heading.enable-bg-text {
    z-index: 1;
}
#layout-container h1.vc_custom_heading.enable-bg-text span {
    position: absolute;
    left: 30%;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    top: -65px;
    font-size: 90px;
    line-height: 1.6em;
    color: #d8d8d8;
    z-index: -1;
}
#layout-container h1.vc_custom_heading.enable-elem.gradient .st-h-before {
    margin-right: 15px;
}
#layout-container h1.vc_custom_heading.enable-elem.gradient .st-h-before > i {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -0.03em;
    width: 2px;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container h1.vc_custom_heading.enable-elem.gradient .st-h-before > i:first-child {
    margin-left: 0;
}
#layout-container h1.vc_custom_heading.enable-elem.gradient .st-h-before > i + i {
    display: inline-block;
    width: 4px;
}
#layout-container h1.vc_custom_heading.enable-elem.gradient .st-h-before > i + i + i {
    display: inline-block;
    width: 8px;
}
#layout-container h1.vc_custom_heading.enable-elem.gradient .st-h-before > i + i + i + i {
    display: inline-block;
    width: 15px;
}
#layout-container h1.vc_custom_heading.enable-elem.gradient.elem-dark-bg .st-h-before > i {
    background-color: #fff;
}
#layout-container h1.vc_custom_heading.enable-elem.circle .st-h-before {
    margin-right: 15px;
}
#layout-container h1.vc_custom_heading.enable-elem.circle .st-h-before > i {
    display: inline-block;
    margin-bottom: -0.05em;
    width: 0.8em;
    height: 0.8em;
    border-radius: 100%;
    background-color: #eb2229;
}
#layout-container h1.vc_custom_heading.enable-elem.square {
    padding-left: 0.8em;
}
#layout-container h1.vc_custom_heading.enable-elem.square .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 0.8em;
    height: 0.8em;
    margin-right: 15px;
}
#layout-container h1.vc_custom_heading.enable-elem.square .st-h-before > i {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    height: 1px;
    width: 0.8em;
    background-color: #eb2229;
}
#layout-container h1.vc_custom_heading.enable-elem.square .st-h-before > i + i {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    background-color: transparent !important;
    overflow: hidden;
}
#layout-container h1.vc_custom_heading.enable-elem.square .st-h-before > i + i > i {
    content: "";
    position: absolute;
    left: 0.25em;
    top: 0.25em;
    border-radius: 100%;
    width: 0.3em;
    height: 0.3em;
    box-shadow: 0px 0px 0px 500px #eb2229;
}
#layout-container h1.vc_custom_heading.enable-elem.square .st-h-after {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 1.2em;
    height: 0.8em;
    margin-left: 15px;
}
#layout-container h1.vc_custom_heading.enable-elem.square .st-h-after > i {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 1.2em;
    background-color: #eb2229;
}
#layout-container h1.vc_custom_heading.enable-elem.square_2 .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 0.95em;
    height: 0.95em;
    margin-right: 15px;
}
#layout-container h1.vc_custom_heading.enable-elem.square_2 .st-h-before > i {
    content: "";
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 0.25em;
    background-color: #eb2229;
}
#layout-container h1.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i {
    top: 0;
    left: auto;
    right: 0;
}
#layout-container h1.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i + i {
    width: 100%;
    height: 0.25em;
    bottom: 0;
}
#layout-container h1.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i + i + i {
    top: auto;
    left: auto;
    right: 0;
}
#layout-container h1.vc_custom_heading.enable-elem.side > .st-h-before {
    position: absolute;
    height: 100%;
    margin-left: -30px;
    z-index: 2;
}
#layout-container h1.vc_custom_heading.enable-elem.side > .st-h-before > i {
    display: block;
    width: 7px;
    height: 100%;
    background-color: #eb2229;
}
#layout-container h1.vc_custom_heading.enable-elem.side.elem-dark-bg > .st-h-before > i {
    background-color: #fff;
}
#layout-container h1.vc_custom_heading.left.enable-elem.side {
    padding-left: 30px;
}
#layout-container h1.vc_custom_heading.right.enable-elem.side {
    padding-right: 30px;
    margin-right: 30px;
}
#layout-container h1.vc_custom_heading.right.enable-elem.side > .st-h-before {
    right: 0;
    margin-left: 30px;
}
#layout-container h1.vc_custom_heading.enable-elem.top .st-h-before {
    position: relative;
    display: block;
    margin-bottom: 0.3em;
    width: 100%;
    height: 6px;
    z-index: 2;
}
#layout-container h1.vc_custom_heading.enable-elem.top .st-h-before > i {
    display: block;
    width: 2.1em;
    height: 100%;
    background-color: #eb2229;
}
#layout-container h1.vc_custom_heading.enable-elem.top.center .st-h-before > i {
    margin: auto;
}
#layout-container h1.vc_custom_heading.enable-elem.top.right .st-h-before > i {
    margin-left: auto;
}
#layout-container h1.vc_custom_heading.enable-elem.bottom .st-h-after {
    z-index: 2;
}
#layout-container h1.vc_custom_heading.enable-elem.bottom .st-h-after > i {
    display: block;
    width: 40px;
    height: 6px;
    margin-top: 0.5em;
    background-color: #eb2229;
}
#layout-container h1.vc_custom_heading.enable-elem.bottom.right .st-h-after > i {
    margin-left: auto;
}
#layout-container h1.vc_custom_heading.enable-elem.bottom.center .st-h-after > i {
    margin: 0.5em auto 0;
}
#layout-container h2.vc_custom_heading {
    position: relative;
    padding-bottom: 0;
    color: #47588f;
}
#layout-container h2.vc_custom_heading a:hover {
    color: #eb2229;
}
#layout-container h2.vc_custom_heading.enable-bg-text {
    z-index: 1;
}
#layout-container h2.vc_custom_heading.enable-bg-text span {
    position: absolute;
    left: 30%;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    top: -65px;
    font-size: 90px;
    line-height: 1.6em;
    color: #d8d8d8;
    z-index: -1;
}
#layout-container h2.vc_custom_heading.enable-elem.gradient .st-h-before {
    margin-right: 15px;
}
#layout-container h2.vc_custom_heading.enable-elem.gradient .st-h-before > i {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -0.03em;
    width: 2px;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container h2.vc_custom_heading.enable-elem.gradient .st-h-before > i:first-child {
    margin-left: 0;
}
#layout-container h2.vc_custom_heading.enable-elem.gradient .st-h-before > i + i {
    display: inline-block;
    width: 4px;
}
#layout-container h2.vc_custom_heading.enable-elem.gradient .st-h-before > i + i + i {
    display: inline-block;
    width: 8px;
}
#layout-container h2.vc_custom_heading.enable-elem.gradient .st-h-before > i + i + i + i {
    display: inline-block;
    width: 15px;
}
#layout-container h2.vc_custom_heading.enable-elem.gradient.elem-dark-bg .st-h-before > i {
    background-color: #fff;
}
#layout-container h2.vc_custom_heading.enable-elem.circle .st-h-before {
    margin-right: 15px;
}
#layout-container h2.vc_custom_heading.enable-elem.circle .st-h-before > i {
    display: inline-block;
    margin-bottom: -0.05em;
    width: 0.8em;
    height: 0.8em;
    border-radius: 100%;
    background-color: #eb2229;
}
#layout-container h2.vc_custom_heading.enable-elem.square {
    padding-left: 0.8em;
}
#layout-container h2.vc_custom_heading.enable-elem.square .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 0.8em;
    height: 0.8em;
    margin-right: 15px;
}
#layout-container h2.vc_custom_heading.enable-elem.square .st-h-before > i {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    height: 1px;
    width: 0.8em;
    background-color: #eb2229;
}
#layout-container h2.vc_custom_heading.enable-elem.square .st-h-before > i + i {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    background-color: transparent !important;
    overflow: hidden;
}
#layout-container h2.vc_custom_heading.enable-elem.square .st-h-before > i + i > i {
    content: "";
    position: absolute;
    left: 0.25em;
    top: 0.25em;
    border-radius: 100%;
    width: 0.3em;
    height: 0.3em;
    box-shadow: 0px 0px 0px 500px #eb2229;
}
#layout-container h2.vc_custom_heading.enable-elem.square .st-h-after {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 1.2em;
    height: 0.8em;
    margin-left: 15px;
}
#layout-container h2.vc_custom_heading.enable-elem.square .st-h-after > i {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 1.2em;
    background-color: #eb2229;
}
#layout-container h2.vc_custom_heading.enable-elem.square_2 .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.13em;
    width: 0.95em;
    height: 0.95em;
    margin-right: 15px;
}
#layout-container h2.vc_custom_heading.enable-elem.square_2 .st-h-before > i {
    content: "";
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 0.25em;
    background-color: #eb2229;
}
#layout-container h2.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i {
    top: 0;
    left: auto;
    right: 0;
}
#layout-container h2.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i + i {
    width: 100%;
    height: 0.25em;
    bottom: 0;
}
#layout-container h2.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i + i + i {
    top: auto;
    left: auto;
    right: 0;
}
#layout-container h2.vc_custom_heading.enable-elem.side > .st-h-before {
    position: absolute;
    height: 100%;
    margin-left: -30px;
    z-index: 2;
}
#layout-container h2.vc_custom_heading.enable-elem.side > .st-h-before > i {
    display: block;
    width: 7px;
    height: 100%;
    background-color: #eb2229;
}
#layout-container h2.vc_custom_heading.enable-elem.side.elem-dark-bg > .st-h-before > i {
    background-color: #fff;
}
#layout-container h2.vc_custom_heading.left.enable-elem.side {
    padding-left: 30px;
}
#layout-container h2.vc_custom_heading.right.enable-elem.side {
    padding-right: 30px;
    margin-right: 30px;
}
#layout-container h2.vc_custom_heading.right.enable-elem.side > .st-h-before {
    right: 0;
    margin-left: 30px;
}
#layout-container h2.vc_custom_heading.enable-elem.top .st-h-before {
    position: relative;
    display: block;
    margin-bottom: 0.3em;
    width: 100%;
    height: 6px;
    z-index: 2;
}
#layout-container h2.vc_custom_heading.enable-elem.top .st-h-before > i {
    display: block;
    width: 2.1em;
    height: 100%;
    background-color: #eb2229;
}
#layout-container h2.vc_custom_heading.enable-elem.top.center .st-h-before > i {
    margin: auto;
}
#layout-container h2.vc_custom_heading.enable-elem.top.right .st-h-before > i {
    margin-left: auto;
}
#layout-container h2.vc_custom_heading.enable-elem.bottom .st-h-after {
    z-index: 2;
}
#layout-container h2.vc_custom_heading.enable-elem.bottom .st-h-after > i {
    display: block;
    width: 40px;
    height: 6px;
    margin-top: 0.5em;
    background-color: #eb2229;
}
#layout-container h2.vc_custom_heading.enable-elem.bottom.right .st-h-after > i {
    margin-left: auto;
}
#layout-container h2.vc_custom_heading.enable-elem.bottom.center .st-h-after > i {
    margin: 0.5em auto 0;
}
#layout-container h3.vc_custom_heading {
    position: relative;
    padding-bottom: 0;
    color: #47588f;
}
#layout-container h3.vc_custom_heading a:hover {
    color: #eb2229;
}
#layout-container h3.vc_custom_heading.enable-bg-text {
    z-index: 1;
}
#layout-container h3.vc_custom_heading.enable-bg-text span {
    position: absolute;
    left: 30%;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    top: -65px;
    left: 32vw;
    font-size: 90px;
    line-height: 1.6em;
    color: #d8d8d8;
    z-index: -1;
}
#layout-container h3.vc_custom_heading.enable-elem.gradient .st-h-before {
    margin-right: 15px;
}
#layout-container h3.vc_custom_heading.enable-elem.gradient .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.03em;
    width: 0;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container h3.vc_custom_heading.enable-elem.gradient .st-h-before > i + i {
    display: inline-block;
    margin-left: 0;
    width: 3px;
}
#layout-container h3.vc_custom_heading.enable-elem.gradient .st-h-before > i + i + i {
    display: inline-block;
    margin-left: 5px;
    width: 5px;
}
#layout-container h3.vc_custom_heading.enable-elem.gradient .st-h-before > i + i + i + i {
    display: inline-block;
    margin-left: 5px;
    width: 11px;
}
#layout-container h3.vc_custom_heading.enable-elem.gradient.elem-dark-bg .st-h-before > i {
    background-color: #fff;
}
#layout-container h3.vc_custom_heading.enable-elem.circle .st-h-before {
    margin-right: 15px;
}
#layout-container h3.vc_custom_heading.enable-elem.circle .st-h-before > i {
    display: inline-block;
    margin-bottom: -0.05em;
    width: 0.8em;
    height: 0.8em;
    border-radius: 100%;
    background-color: #eb2229;
}
#layout-container h3.vc_custom_heading.enable-elem.square_2 .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.13em;
    width: 0.95em;
    height: 0.95em;
    margin-right: 15px;
}
#layout-container h3.vc_custom_heading.enable-elem.square_2 .st-h-before > i {
    content: "";
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 0.25em;
    background-color: #eb2229;
}
#layout-container h3.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i {
    top: 0;
    left: auto;
    right: 0;
}
#layout-container h3.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i + i {
    width: 100%;
    height: 0.25em;
    bottom: 0;
}
#layout-container h3.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i + i + i {
    top: auto;
    left: auto;
    right: 0;
}
#layout-container h3.vc_custom_heading.enable-elem.square {
    padding-left: 0.8em;
}
#layout-container h3.vc_custom_heading.enable-elem.square .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 0.8em;
    height: 0.8em;
    margin-right: 15px;
}
#layout-container h3.vc_custom_heading.enable-elem.square .st-h-before > i {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    height: 1px;
    width: 0.8em;
    background-color: #eb2229;
}
#layout-container h3.vc_custom_heading.enable-elem.square .st-h-before > i + i {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    background-color: transparent !important;
    overflow: hidden;
}
#layout-container h3.vc_custom_heading.enable-elem.square .st-h-before > i + i > i {
    content: "";
    position: absolute;
    left: 0.25em;
    top: 0.25em;
    border-radius: 100%;
    width: 0.3em;
    height: 0.3em;
    box-shadow: 0px 0px 0px 500px #eb2229;
}
#layout-container h3.vc_custom_heading.enable-elem.square .st-h-after {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 1.2em;
    height: 0.8em;
    margin-left: 15px;
}
#layout-container h3.vc_custom_heading.enable-elem.square .st-h-after > i {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 1.2em;
    background-color: #eb2229;
}
#layout-container h3.vc_custom_heading.enable-elem.side > .st-h-before {
    position: absolute;
    height: 100%;
    margin-left: -30px;
    z-index: 2;
}
#layout-container h3.vc_custom_heading.enable-elem.side > .st-h-before > i {
    display: block;
    width: 7px;
    height: 100%;
    background-color: #eb2229;
}
#layout-container h3.vc_custom_heading.enable-elem.side.elem-dark-bg > .st-h-before > i {
    background-color: #fff;
}
#layout-container h3.vc_custom_heading.left.enable-elem.side {
    padding-left: 30px;
}
#layout-container h3.vc_custom_heading.right.enable-elem.side {
    padding-right: 30px;
    margin-right: 30px;
}
#layout-container h3.vc_custom_heading.right.enable-elem.side > .st-h-before {
    right: 0;
    margin-left: 30px;
}
#layout-container h3.vc_custom_heading.enable-elem.top .st-h-before {
    position: relative;
    display: block;
    margin-bottom: 0.4em;
    width: 100%;
    height: 6px;
    z-index: 2;
}
#layout-container h3.vc_custom_heading.enable-elem.top .st-h-before > i {
    display: block;
    width: 2.1em;
    height: 100%;
    background-color: #eb2229;
}
#layout-container h3.vc_custom_heading.enable-elem.top.center .st-h-before > i {
    margin: auto;
}
#layout-container h3.vc_custom_heading.enable-elem.top.right .st-h-before > i {
    margin-left: auto;
}
#layout-container h3.vc_custom_heading.enable-elem.bottom .st-h-after {
    z-index: 2;
}
#layout-container h3.vc_custom_heading.enable-elem.bottom .st-h-after > i {
    display: block;
    width: 40px;
    height: 6px;
    margin-top: 0.5em;
    background-color: #eb2229;
}
#layout-container h3.vc_custom_heading.enable-elem.bottom.right .st-h-after > i {
    margin-left: auto;
}
#layout-container h3.vc_custom_heading.enable-elem.bottom.center .st-h-after > i {
    margin: 0.5em auto 0;
}
#layout-container h4.vc_custom_heading {
    position: relative;
    padding-bottom: 0;
    color: #47588f;
}
#layout-container h4.vc_custom_heading a:hover {
    color: #eb2229;
}
#layout-container h4.vc_custom_heading.enable-bg-text {
    z-index: 1;
}
#layout-container h4.vc_custom_heading.enable-bg-text span {
    position: absolute;
    left: 30%;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    top: -65px;
    left: 32vw;
    font-size: 90px;
    line-height: 1.6em;
    color: #d8d8d8;
    z-index: -1;
}
#layout-container h4.vc_custom_heading.enable-elem.gradient .st-h-before {
    margin-right: 15px;
}
#layout-container h4.vc_custom_heading.enable-elem.gradient .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.08em;
    width: 0;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container h4.vc_custom_heading.enable-elem.gradient .st-h-before > i:first-child {
    margin-left: 0;
}
#layout-container h4.vc_custom_heading.enable-elem.gradient .st-h-before > i + i {
    display: inline-block;
    width: 0;
}
#layout-container h4.vc_custom_heading.enable-elem.gradient .st-h-before > i + i + i {
    display: inline-block;
    width: 5px;
}
#layout-container h4.vc_custom_heading.enable-elem.gradient .st-h-before > i + i + i + i {
    display: inline-block;
    margin-left: 5px;
    width: 11px;
}
#layout-container h4.vc_custom_heading.enable-elem.gradient.elem-dark-bg .st-h-before > i {
    background-color: #fff;
}
#layout-container h4.vc_custom_heading.enable-elem.circle .st-h-before {
    margin-right: 15px;
}
#layout-container h4.vc_custom_heading.enable-elem.circle .st-h-before > i {
    display: inline-block;
    margin-bottom: -0.05em;
    width: 0.8em;
    height: 0.8em;
    border-radius: 100%;
    background-color: #eb2229;
}
#layout-container h4.vc_custom_heading.enable-elem.square_2 .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.13em;
    width: 0.95em;
    height: 0.95em;
    margin-right: 15px;
}
#layout-container h4.vc_custom_heading.enable-elem.square_2 .st-h-before > i {
    content: "";
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 0.25em;
    background-color: #eb2229;
}
#layout-container h4.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i {
    top: 0;
    left: auto;
    right: 0;
}
#layout-container h4.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i + i {
    width: 100%;
    height: 0.25em;
    bottom: 0;
}
#layout-container h4.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i + i + i {
    top: auto;
    left: auto;
    right: 0;
}
#layout-container h4.vc_custom_heading.enable-elem.square {
    padding-left: 0.8em;
}
#layout-container h4.vc_custom_heading.enable-elem.square .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 0.8em;
    height: 0.8em;
    margin-right: 15px;
}
#layout-container h4.vc_custom_heading.enable-elem.square .st-h-before > i {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    height: 1px;
    width: 0.8em;
    background-color: #eb2229;
}
#layout-container h4.vc_custom_heading.enable-elem.square .st-h-before > i + i {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    background-color: transparent !important;
    overflow: hidden;
}
#layout-container h4.vc_custom_heading.enable-elem.square .st-h-before > i + i > i {
    content: "";
    position: absolute;
    left: 0.25em;
    top: 0.25em;
    border-radius: 100%;
    width: 0.3em;
    height: 0.3em;
    box-shadow: 0px 0px 0px 500px #eb2229;
}
#layout-container h4.vc_custom_heading.enable-elem.square .st-h-after {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 1.2em;
    height: 0.8em;
    margin-left: 15px;
}
#layout-container h4.vc_custom_heading.enable-elem.square .st-h-after > i {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 1.2em;
    background-color: #eb2229;
}
#layout-container h4.vc_custom_heading.enable-elem.side > .st-h-before {
    position: absolute;
    height: 100%;
    margin-left: -30px;
    z-index: 2;
}
#layout-container h4.vc_custom_heading.enable-elem.side > .st-h-before > i {
    display: block;
    width: 7px;
    height: 100%;
    background-color: #eb2229;
}
#layout-container h4.vc_custom_heading.enable-elem.side.elem-dark-bg > .st-h-before > i {
    background-color: #fff;
}
#layout-container h4.vc_custom_heading.left.enable-elem.side {
    padding-left: 30px;
}
#layout-container h4.vc_custom_heading.right.enable-elem.side {
    padding-right: 30px;
    margin-right: 30px;
}
#layout-container h4.vc_custom_heading.right.enable-elem.side > .st-h-before {
    right: 0;
    margin-left: 30px;
}
#layout-container h4.vc_custom_heading.enable-elem.top .st-h-before {
    position: relative;
    display: block;
    margin-bottom: 0.5em;
    width: 100%;
    height: 6px;
    z-index: 2;
}
#layout-container h4.vc_custom_heading.enable-elem.top .st-h-before > i {
    display: block;
    width: 2.1em;
    height: 100%;
    background-color: #eb2229;
}
#layout-container h4.vc_custom_heading.enable-elem.top.center .st-h-before > i {
    margin: auto;
}
#layout-container h4.vc_custom_heading.enable-elem.top.right .st-h-before > i {
    margin-left: auto;
}
#layout-container h4.vc_custom_heading.enable-elem.bottom .st-h-after {
    z-index: 2;
}
#layout-container h4.vc_custom_heading.enable-elem.bottom .st-h-after > i {
    display: block;
    width: 40px;
    height: 6px;
    margin-top: 0.5em;
    background-color: #eb2229;
}
#layout-container h4.vc_custom_heading.enable-elem.bottom.right .st-h-after > i {
    margin-left: auto;
}
#layout-container h4.vc_custom_heading.enable-elem.bottom.center .st-h-after > i {
    margin: 0.5em auto 0;
}
#layout-container h5.vc_custom_heading {
    position: relative;
    padding-bottom: 0;
    color: #47588f;
}
#layout-container h5.vc_custom_heading a:hover {
    color: #eb2229;
}
#layout-container h5.vc_custom_heading.enable-bg-text {
    z-index: 1;
}
#layout-container h5.vc_custom_heading.enable-bg-text span {
    position: absolute;
    left: 30%;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    top: -65px;
    left: 32vw;
    font-size: 90px;
    line-height: 1.6em;
    color: #d8d8d8;
    z-index: -1;
}
#layout-container h5.vc_custom_heading.enable-elem.gradient .st-h-before {
    margin-right: 15px;
}
#layout-container h5.vc_custom_heading.enable-elem.gradient .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.08em;
    width: 0;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container h5.vc_custom_heading.enable-elem.gradient .st-h-before > i + i {
    display: inline-block;
    width: 0;
}
#layout-container h5.vc_custom_heading.enable-elem.gradient .st-h-before > i + i + i {
    display: inline-block;
    width: 0;
}
#layout-container h5.vc_custom_heading.enable-elem.gradient .st-h-before > i + i + i + i {
    display: inline-block;
    margin-left: 0;
    width: 5px;
}
#layout-container h5.vc_custom_heading.enable-elem.gradient.elem-dark-bg .st-h-before > i {
    background-color: #fff;
}
#layout-container h5.vc_custom_heading.enable-elem.circle .st-h-before {
    margin-right: 15px;
}
#layout-container h5.vc_custom_heading.enable-elem.circle .st-h-before > i {
    display: inline-block;
    margin-bottom: -0.05em;
    width: 0.8em;
    height: 0.8em;
    border-radius: 100%;
    background-color: #eb2229;
}
#layout-container h5.vc_custom_heading.enable-elem.square_2 .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.13em;
    width: 0.95em;
    height: 0.95em;
    margin-right: 15px;
}
#layout-container h5.vc_custom_heading.enable-elem.square_2 .st-h-before > i {
    content: "";
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 0.25em;
    background-color: #eb2229;
}
#layout-container h5.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i {
    top: 0;
    left: auto;
    right: 0;
}
#layout-container h5.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i + i {
    width: 100%;
    height: 0.25em;
    bottom: 0;
}
#layout-container h5.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i + i + i {
    top: auto;
    left: auto;
    right: 0;
}
#layout-container h5.vc_custom_heading.enable-elem.square {
    padding-left: 0.8em;
}
#layout-container h5.vc_custom_heading.enable-elem.square .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 0.8em;
    height: 0.8em;
    margin-right: 15px;
}
#layout-container h5.vc_custom_heading.enable-elem.square .st-h-before > i {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    height: 1px;
    width: 0.8em;
    background-color: #eb2229;
}
#layout-container h5.vc_custom_heading.enable-elem.square .st-h-before > i + i {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    background-color: transparent !important;
    overflow: hidden;
}
#layout-container h5.vc_custom_heading.enable-elem.square .st-h-before > i + i > i {
    content: "";
    position: absolute;
    left: 0.25em;
    top: 0.25em;
    border-radius: 100%;
    width: 0.3em;
    height: 0.3em;
    box-shadow: 0px 0px 0px 500px #eb2229;
}
#layout-container h5.vc_custom_heading.enable-elem.square .st-h-after {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 1.2em;
    height: 0.8em;
    margin-left: 15px;
}
#layout-container h5.vc_custom_heading.enable-elem.square .st-h-after > i {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 1.2em;
    background-color: #eb2229;
}
#layout-container h5.vc_custom_heading.enable-elem.side > .st-h-before {
    position: absolute;
    height: 100%;
    margin-left: -30px;
    z-index: 2;
}
#layout-container h5.vc_custom_heading.enable-elem.side > .st-h-before > i {
    display: block;
    width: 7px;
    height: 100%;
    background-color: #eb2229;
}
#layout-container h5.vc_custom_heading.enable-elem.side.elem-dark-bg > .st-h-before > i {
    background-color: #fff;
}
#layout-container h5.vc_custom_heading.left.enable-elem.side {
    padding-left: 30px;
}
#layout-container h5.vc_custom_heading.right.enable-elem.side {
    padding-right: 30px;
    margin-right: 30px;
}
#layout-container h5.vc_custom_heading.right.enable-elem.side > .st-h-before {
    right: 0;
    margin-left: 30px;
}
#layout-container h5.vc_custom_heading.enable-elem.top .st-h-before {
    position: relative;
    display: block;
    margin-bottom: 0.5em;
    width: 100%;
    height: 6px;
    z-index: 2;
}
#layout-container h5.vc_custom_heading.enable-elem.top .st-h-before > i {
    display: block;
    width: 2.1em;
    height: 100%;
    background-color: #eb2229;
}
#layout-container h5.vc_custom_heading.enable-elem.top.center .st-h-before > i {
    margin: auto;
}
#layout-container h5.vc_custom_heading.enable-elem.top.right .st-h-before > i {
    margin-left: auto;
}
#layout-container h5.vc_custom_heading.enable-elem.bottom .st-h-after {
    z-index: 2;
}
#layout-container h5.vc_custom_heading.enable-elem.bottom .st-h-after > i {
    display: block;
    width: 40px;
    height: 6px;
    margin-top: 0.5em;
    background-color: #eb2229;
}
#layout-container h5.vc_custom_heading.enable-elem.bottom.right .st-h-after > i {
    margin-left: auto;
}
#layout-container h5.vc_custom_heading.enable-elem.bottom.center .st-h-after > i {
    margin: 0.5em auto 0;
}
#layout-container h6.vc_custom_heading {
    position: relative;
    padding-bottom: 0;
    color: #47588f;
}
#layout-container h6.vc_custom_heading.enable-bg-text {
    z-index: 1;
}
#layout-container h6.vc_custom_heading.enable-bg-text span {
    position: absolute;
    left: 30%;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    top: -65px;
    left: 32vw;
    font-size: 90px;
    line-height: 1.6em;
    color: #d8d8d8;
    z-index: -1;
}
#layout-container h6.vc_custom_heading.enable-elem.gradient .st-h-before {
    margin-right: 15px;
}
#layout-container h6.vc_custom_heading.enable-elem.gradient .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.05em;
    width: 0;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container h6.vc_custom_heading.enable-elem.gradient .st-h-before > i + i {
    display: inline-block;
    width: 0;
}
#layout-container h6.vc_custom_heading.enable-elem.gradient .st-h-before > i + i + i {
    display: inline-block;
    width: 0;
}
#layout-container h6.vc_custom_heading.enable-elem.gradient .st-h-before > i + i + i + i {
    display: inline-block;
    width: 5px;
}
#layout-container h6.vc_custom_heading.enable-elem.gradient.elem-dark-bg .st-h-before > i {
    background-color: #fff;
}
#layout-container h6.vc_custom_heading.enable-elem.circle .st-h-before {
    margin-right: 15px;
}
#layout-container h6.vc_custom_heading.enable-elem.circle .st-h-before > i {
    display: inline-block;
    margin-bottom: -0.05em;
    width: 0.8em;
    height: 0.8em;
    border-radius: 100%;
    background-color: #eb2229;
}
#layout-container h6.vc_custom_heading.enable-elem.square_2 .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.13em;
    width: 0.95em;
    height: 0.95em;
    margin-right: 15px;
}
#layout-container h6.vc_custom_heading.enable-elem.square_2 .st-h-before > i {
    content: "";
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 0.25em;
    background-color: #eb2229;
}
#layout-container h6.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i {
    top: 0;
    left: auto;
    right: 0;
}
#layout-container h6.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i + i {
    width: 100%;
    height: 0.25em;
    bottom: 0;
}
#layout-container h6.vc_custom_heading.enable-elem.square_2 .st-h-before > i + i + i + i {
    top: auto;
    left: auto;
    right: 0;
}
#layout-container h6.vc_custom_heading.enable-elem.square {
    padding-left: 0.8em;
}
#layout-container h6.vc_custom_heading.enable-elem.square .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 0.8em;
    height: 0.8em;
    margin-right: 15px;
}
#layout-container h6.vc_custom_heading.enable-elem.square .st-h-before > i {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    height: 1px;
    width: 0.8em;
    background-color: #eb2229;
}
#layout-container h6.vc_custom_heading.enable-elem.square .st-h-before > i + i {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    background-color: transparent !important;
    overflow: hidden;
}
#layout-container h6.vc_custom_heading.enable-elem.square .st-h-before > i + i > i {
    content: "";
    position: absolute;
    left: 0.25em;
    top: 0.25em;
    border-radius: 100%;
    width: 0.3em;
    height: 0.3em;
    box-shadow: 0px 0px 0px 500px #eb2229;
}
#layout-container h6.vc_custom_heading.enable-elem.square .st-h-after {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 1.2em;
    height: 0.8em;
    margin-left: 15px;
}
#layout-container h6.vc_custom_heading.enable-elem.square .st-h-after > i {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 1.2em;
    background-color: #eb2229;
}
#layout-container h6.vc_custom_heading.enable-elem.side > .st-h-before {
    position: absolute;
    height: 100%;
    margin-left: -30px;
    z-index: 2;
}
#layout-container h6.vc_custom_heading.enable-elem.side > .st-h-before > i {
    display: block;
    width: 7px;
    height: 100%;
    background-color: #eb2229;
}
#layout-container h6.vc_custom_heading.enable-elem.side.elem-dark-bg > .st-h-before > i {
    background-color: #fff;
}
#layout-container h6.vc_custom_heading.left.enable-elem.side {
    padding-left: 30px;
}
#layout-container h6.vc_custom_heading.right.enable-elem.side {
    padding-right: 30px;
    margin-right: 30px;
}
#layout-container h6.vc_custom_heading.right.enable-elem.side > .st-h-before {
    right: 0;
    margin-left: 30px;
}
#layout-container h6.vc_custom_heading.enable-elem.top .st-h-before {
    position: relative;
    display: block;
    margin-bottom: 0.5em;
    width: 100%;
    height: 6px;
    z-index: 2;
}
#layout-container h6.vc_custom_heading.enable-elem.top .st-h-before > i {
    display: block;
    width: 2.1em;
    height: 100%;
    background-color: #eb2229;
}
#layout-container h6.vc_custom_heading.enable-elem.top.center .st-h-before > i {
    margin: auto;
}
#layout-container h6.vc_custom_heading.enable-elem.top.right .st-h-before > i {
    margin-left: auto;
}
#layout-container h6.vc_custom_heading.enable-elem.bottom .st-h-after {
    z-index: 2;
}
#layout-container h6.vc_custom_heading.enable-elem.bottom .st-h-after > i {
    display: block;
    width: 40px;
    height: 6px;
    margin-top: 0.5em;
    background-color: #eb2229;
}
#layout-container h6.vc_custom_heading.enable-elem.bottom.right .st-h-after > i {
    margin-left: auto;
}
#layout-container h6.vc_custom_heading.enable-elem.bottom.center .st-h-after > i {
    margin: 0.5em auto 0;
}
#layout-container p.vc_custom_heading {
    padding-bottom: 0;
}
#layout-container .uvc-heading {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}
#layout-container .uvc-heading .uvc-main-heading h1,
#layout-container .uvc-heading .uvc-main-heading h2,
#layout-container .uvc-heading .uvc-main-heading h3,
#layout-container .uvc-heading .uvc-main-heading h4,
#layout-container .uvc-heading .uvc-main-heading h5,
#layout-container .uvc-heading .uvc-main-heading h6 {
    padding-bottom: 0;
    color: #47588f;
    line-height: 1.65;
}
#layout-container .uvc-heading .uvc-sub-heading {
    color: #999;
}
#layout-container .uvc-heading .st-uvc-heading-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#layout-container .uvc-heading .uvc-heading-spacer,
#layout-container .uvc-heading .uvc-main-heading,
#layout-container .uvc-heading .uvc-sub-heading {
    z-index: 2;
}
#layout-container .uvc-heading.circle .uvc-main-heading .st-h-before {
    margin-right: 15px;
}
#layout-container .uvc-heading.circle .uvc-main-heading .st-h-before > i {
    display: inline-block;
    margin-bottom: -0.05em;
    width: 0.8em;
    height: 0.8em;
    border-radius: 100%;
    background-color: #eb2229;
}
#layout-container .uvc-heading.side {
    padding-left: 30px;
}
#layout-container .uvc-heading.side[data-halign="right"] {
    padding-right: 30px;
}
#layout-container .uvc-heading.side[data-halign="right"] .st-h-before {
    right: 0;
    margin-left: 23px;
}
#layout-container .uvc-heading.side .st-h-before {
    position: absolute;
    height: 100%;
    margin-left: -30px;
}
#layout-container .uvc-heading.side .st-h-before > i {
    display: block;
    width: 7px;
    height: 100%;
    background-color: #eb2229;
}
#layout-container .uvc-heading.top .uvc-main-heading .st-h-before {
    position: relative;
    display: block;
    width: 100%;
    height: 6px;
    margin-bottom: 0.3em;
    z-index: 2;
}
#layout-container .uvc-heading.top .uvc-main-heading .st-h-before > i {
    display: block;
    width: 2.1em;
    height: 100%;
    background-color: #eb2229;
}
#layout-container .uvc-heading.top[data-halign="right"] .uvc-main-heading .st-h-before > i {
    margin-left: auto;
}
#layout-container .uvc-heading.top[data-halign="center"] .uvc-main-heading .st-h-before > i {
    margin: 0 auto;
}
#layout-container .uvc-heading.square_2 .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.15em;
    width: 0.95em;
    height: 0.95em;
    margin-right: 15px;
}
#layout-container .uvc-heading.square_2 .st-h-before > i {
    content: "";
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 0.25em;
    background-color: #eb2229;
}
#layout-container .uvc-heading.square_2 .st-h-before > i + i {
    top: 0;
    left: auto;
    right: 0;
}
#layout-container .uvc-heading.square_2 .st-h-before > i + i + i {
    width: 100%;
    height: 0.25em;
    bottom: 0;
}
#layout-container .uvc-heading.square_2 .st-h-before > i + i + i + i {
    top: auto;
    left: auto;
    right: 0;
}
#layout-container .uvc-heading.bottom > .st-h-after {
    position: relative;
    display: block;
    margin-top: 1em;
}
#layout-container .uvc-heading.bottom[data-halign="right"] > .st-h-after i {
    margin-left: auto;
}
#layout-container .uvc-heading.gradient > .st-h-before {
    position: absolute;
    height: 100%;
    margin-left: -30px;
    z-index: 2;
}
#layout-container .uvc-heading.gradient > .st-h-before > i {
    display: block;
    width: 7px;
    height: 100%;
    background-color: #eb2229;
}
#layout-container .uvc-heading.gradient.elem-dark-bg > .st-h-before > i {
    background-color: #fff;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h2 .st-h-before {
    margin-right: 15px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h2 .st-h-before > i {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -0.05em;
    width: 2px;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h2 .st-h-before > i:first-child {
    margin-left: 0;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h2 .st-h-before > i + i {
    display: inline-block;
    width: 4px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h2 .st-h-before > i + i + i {
    display: inline-block;
    width: 8px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h2 .st-h-before > i + i + i + i {
    display: inline-block;
    width: 15px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h3 .st-h-before {
    margin-right: 15px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h3 .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.05em;
    width: 0;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h3 .st-h-before > i + i {
    display: inline-block;
    margin-left: 0;
    width: 3px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h3 .st-h-before > i + i + i {
    display: inline-block;
    margin-left: 5px;
    width: 5px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h3 .st-h-before > i + i + i + i {
    display: inline-block;
    margin-left: 5px;
    width: 11px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h4 .st-h-before {
    margin-right: 15px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h4 .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.07em;
    width: 0;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h4 .st-h-before > i:first-child {
    margin-left: 0;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h4 .st-h-before > i + i {
    display: inline-block;
    width: 0;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h4 .st-h-before > i + i + i {
    display: inline-block;
    width: 5px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h4 .st-h-before > i + i + i + i {
    display: inline-block;
    margin-left: 5px;
    width: 11px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h5 .st-h-before {
    margin-right: 15px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h5 .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.07em;
    width: 0;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h5 .st-h-before > i:first-child {
    margin-left: 0;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h5 .st-h-before > i + i {
    display: inline-block;
    width: 0;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h5 .st-h-before > i + i + i {
    display: inline-block;
    width: 0;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h5 .st-h-before > i + i + i + i {
    display: inline-block;
    margin-left: 5px;
    width: 5px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h6 .st-h-before {
    margin-right: 15px;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h6 .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.07em;
    width: 0;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h6 .st-h-before > i:first-child {
    margin-left: 0;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h6 .st-h-before > i + i {
    display: inline-block;
    width: 0;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h6 .st-h-before > i + i + i {
    display: inline-block;
    width: 0;
}
#layout-container .uvc-heading.gradient .uvc-main-heading h6 .st-h-before > i + i + i + i {
    display: inline-block;
    margin-left: 5px;
    width: 5px;
}
#layout-container .uvc-heading.square {
    padding-left: 1.4em;
}
#layout-container .uvc-heading.square .st-h-before {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 0.8em;
    height: 0.8em;
    margin-right: 15px;
}
#layout-container .uvc-heading.square .st-h-before > i {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    height: 1px;
    width: 0.8em;
    background-color: #eb2229;
}
#layout-container .uvc-heading.square .st-h-before > i + i {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    background-color: transparent !important;
    overflow: hidden;
}
#layout-container .uvc-heading.square .st-h-before > i + i > i {
    content: "";
    position: absolute;
    left: 0.25em;
    top: 0.25em;
    border-radius: 100%;
    width: 0.3em;
    height: 0.3em;
    box-shadow: 0px 0px 0px 500px #eb2229;
}
#layout-container .uvc-heading.square .st-h-after {
    position: relative;
    display: inline-block;
    top: 0.1em;
    width: 1.2em;
    height: 0.8em;
    margin-left: 15px;
}
#layout-container .uvc-heading.square .st-h-after > i {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 1.2em;
    background-color: #eb2229;
}
#layout-container .uvc-heading.enable-elem.gradient.h2 .uvc-sub-heading {
    margin-left: 60px;
}
#layout-container .uvc-heading.enable-elem.gradient.h3 .uvc-sub-heading {
    margin-left: 45px;
}
#layout-container .uvc-heading.enable-elem.gradient.h4 .uvc-sub-heading {
    margin-left: 37px;
}
#layout-container .uvc-heading.enable-elem.gradient.h5 .uvc-sub-heading {
    margin-left: 32px;
}
#layout-container .uvc-heading.enable-elem.gradient.h6 .uvc-sub-heading {
    margin-left: 28px;
}
#layout-container .uvc-heading.uvc-heading-bg-image.enable-elem {
    padding-top: 18px;
    padding-bottom: 18px;
}
#layout-container .uvc-heading.uvc-heading-bg-image.enable-elem > .st-h-before {
    position: absolute;
    height: 100%;
    margin-left: 45px;
    padding-bottom: 36px;
}
#layout-container .uvc-heading.uvc-heading-bg-image.enable-elem > .st-h-before > i {
    display: block;
    width: 7px;
    height: 100%;
    background-color: #eb2229;
}
#layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h1,
#layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h2,
#layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h3,
#layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h4,
#layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h5,
#layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h6 {
    padding: 0 75px;
}
#layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-sub-heading {
    padding: 0 75px;
}
#layout-container .uvc-heading.uvc-heading-bg-image.enable-elem.side[data-halign="right"] > .st-h-before {
    right: auto;
    margin-left: -45px;
}
#layout-container .uvc-heading.uvc-heading-bg-image.enable-elem.bottom {
    padding-bottom: 36px;
}
#layout-container .uvc-heading.uvc-heading-bg-image.enable-elem.bottom > .st-h-after {
    padding: 0 75px;
}
#layout-container .uvc-heading .st-h-after {
    position: absolute;
    width: 100%;
    height: 6px;
    z-index: 2;
}
#layout-container .uvc-heading .st-h-after > i {
    display: block;
    width: 40px;
    height: 100%;
    background-color: #eb2229;
}
#layout-container .uvc-heading[data-halign="right"] .st-h-after {
    right: 0;
}
#layout-container .uvc-heading[data-halign="right"] .st-h-after > i {
    margin-left: -40px;
}
#layout-container .uvc-heading[data-halign="center"] .st-h-after {
    left: 0;
}
#layout-container .uvc-heading[data-halign="center"] .st-h-after > i {
    margin: 0 auto;
}
#layout-container .disable-bg-text span {
    display: none;
}
#layout-container .ubtn-ctn-center,
#layout-container .ubtn-ctn-left,
#layout-container .ubtn-ctn-right {
    margin-bottom: 0;
}
#layout-container .ubtn .ubtn-text {
    transition: all 0.3s;
}
#layout-container .st-breadcrumbs-composer-wrapper .breadcrumbs {
    position: relative;
    font-size: 14px;
    text-align: left;
}
#layout-container .st-breadcrumbs-composer-wrapper .breadcrumbs .breadcrumbs-separator {
    font-size: 16px;
}
#layout-container .st-breadcrumbs-composer-wrapper .breadcrumbs span a {
    color: inherit;
    transition: all 0.3s ease;
}
#layout-container .st-breadcrumbs-composer-wrapper .breadcrumbs span a:hover {
    opacity: 0.8;
}
#layout-container .st-breadcrumbs-composer-wrapper .breadcrumbs .sep {
    position: relative;
    margin: 0 7px;
    font-size: 0;
}
#layout-container .st-breadcrumbs-composer-wrapper .breadcrumbs .sep:before {
    position: relative;
    top: 0.05em;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    color: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#layout-container .st-breadcrumbs-composer-wrapper .breadcrumbs > .current {
    opacity: 0.8;
}
#layout-container .st-breadcrumbs-composer-wrapper.dark-bg {
    color: #fff;
}
#layout-container .vc_cta3-container {
    margin-bottom: 0;
}
#layout-container .vc_cta3-container .vc_cta3.vc_general .vc_cta3-content {
    vertical-align: middle;
}
#layout-container .vc_cta3-container .vc_cta3.vc_general .vc_cta3-content h2 span,
#layout-container .vc_cta3-container .vc_cta3.vc_general .vc_cta3-content h2 i {
    display: none;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner {
    position: relative;
    height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner:before {
    display: table;
    content: " ";
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(71, 88, 143, 0.3);
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-title-wrapper {
    height: inherit;
    background-color: rgba(235, 34, 41, 0.9);
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-title-wrapper h3.st-activity-grid-title {
    color: #fff;
    text-align: center;
    font-size: 40px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a {
    color: #fff;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc {
    position: absolute;
    height: inherit;
    visibility: hidden;
    background: linear-gradient(to left, transparent 50%, rgba(71, 88, 143, 0.9) 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all 0.5s;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc h1,
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc h2,
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc h3,
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc h4,
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc h5,
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc h6,
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc p {
    color: #fff;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc ul {
    margin-bottom: 1em;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc ul li {
    color: #fff;
    padding-bottom: 0.1em;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc div {
    opacity: 0;
    transition: opacity 0.5s;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc div div.st-activity-grid-link {
    opacity: 1;
    padding-top: 20px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc div div.st-activity-grid-link a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    transition: opacity 0.4s;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc div div.st-activity-grid-link a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    color: #eb2229;
    margin-left: 0.4em;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc div div.st-activity-grid-link a:hover {
    opacity: 0.7;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:first-child {
    margin-top: 0 !important;
    height: 500px !important;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%) !important;
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%) !important;
    -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%) !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%) !important;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:first-child .st-activity-grid-desc.active {
    color: #fff;
    padding: 50px 100px 50px 150px !important;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:first-child .st-activity-grid-desc.active div.active {
    opacity: 1;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:first-child .st-activity-grid-item-inner .st-activity-grid-title-wrapper h3.st-activity-grid-title {
    margin-top: 100px !important;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:first-child .st-activity-grid-desc {
    display: block !important;
    right: 0;
    padding: 50px 100px 50px 150px !important;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:first-child .st-activity-grid-desc div div > a {
    padding-right: 20px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child {
    height: 500px !important;
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%) !important;
    -moz-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%) !important;
    -ms-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%) !important;
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%) !important;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child .st-activity-grid-desc.active div.active {
    opacity: 1;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child .st-activity-grid-item-inner .st-activity-grid-title-wrapper h3.st-activity-grid-title {
    margin-top: 330px !important;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child .st-activity-grid-desc {
    right: 0;
    padding: 180px 100px 50px 150px !important;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child:nth-child(even) {
    height: 500px !important;
    -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%) !important;
    -moz-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%) !important;
    -ms-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%) !important;
    clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%) !important;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child:nth-child(even) .st-activity-grid-desc.active {
    display: flex !important;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child:nth-child(even) .st-activity-grid-desc.active div.active {
    opacity: 1;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child:nth-child(even) .st-activity-grid-item-inner .st-activity-grid-title-wrapper h3.st-activity-grid-title {
    margin-top: 330px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child:nth-child(even) .st-activity-grid-desc {
    display: flex !important;
    left: 0;
    padding: 150px 150px 50px 100px !important;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child:nth-child(even) .st-activity-grid-desc div {
    float: none;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) {
    height: 775px;
    margin-top: -265px;
    -webkit-clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 68%);
    -moz-clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 68%);
    -ms-clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 68%);
    clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 68%);
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-desc.active {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: visible;
    background-position: left bottom;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-desc.active div.active {
    opacity: 1;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-item-inner .st-activity-grid-title-wrapper h3.st-activity-grid-title {
    margin-top: 360px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a {
    font: normal normal normal 14px/1 FontAwesome;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a span {
    font-family: Poppins;
    font-weight: 400;
    padding: 0 5px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a:after {
    content: "\f0da";
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a.active:after {
    content: none;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a.active:before {
    content: "\f0d9";
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-desc {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    padding: 200px 100px 150px 150px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-desc div {
    float: right;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-desc div div > a {
    float: right;
    padding-right: 20px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) {
    height: 775px;
    margin-top: -250px;
    -webkit-clip-path: polygon(0 0, 100% 32%, 100% 66%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 32%, 100% 66%, 0 100%);
    -ms-clip-path: polygon(0 0, 100% 32%, 100% 66%, 0 100%);
    clip-path: polygon(0 0, 100% 32%, 100% 66%, 0 100%);
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-desc.active {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: visible;
    background-position: left bottom;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-desc.active div.active {
    opacity: 1;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-item-inner .st-activity-grid-title-wrapper {
    float: right;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-item-inner .st-activity-grid-title-wrapper h3.st-activity-grid-title {
    margin-top: 350px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a {
    font: normal normal normal 14px/1 FontAwesome;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a span {
    font-family: Poppins;
    font-weight: 400;
    padding: 0 5px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a:before {
    content: "\f0d9";
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a.active:after {
    content: "\f0da";
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a.active:before {
    content: none;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-desc {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    padding: 200px 150px 150px 100px;
    background: linear-gradient(to right, transparent 50%, rgba(71, 88, 143, 0.9) 50%);
    background-size: 220% 100%;
    background-position: left bottom;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-desc.active {
    background-position: right bottom;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie {
    height: 500px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n + 1) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n + 1) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a {
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n + 1) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a span {
    font-family: Poppins;
    font-weight: 400;
    padding: 0 5px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n + 1) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a:after {
    content: "\f0da";
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n + 1) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a.active:after {
    content: none;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n + 1) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a.active:before {
    content: "\f0d9";
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n + 1) .st-activity-grid-desc {
    padding: 100px 100px 100px 150px;
    right: 0;
    background: linear-gradient(to left, transparent 50%, rgba(71, 88, 143, 0.9) 50%);
    background-size: 201% 100%;
    background-position: right bottom;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n + 1) .st-activity-grid-desc.active {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: visible;
    background-position: left bottom;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n + 1) .st-activity-grid-desc.active div.active {
    opacity: 1;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n) .st-activity-grid-item-inner .st-activity-grid-title-wrapper {
    float: right;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a {
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a span {
    font-family: Poppins;
    font-weight: 400;
    padding: 0 5px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a:before {
    content: "\f0d9";
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a.active:after {
    content: "\f0da";
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n) .st-activity-grid-item-inner .st-activity-grid-title-wrapper .st-activity-read-more a.active:before {
    content: none;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n) .st-activity-grid-desc {
    padding: 100px 150px 100px 100px;
    left: 0;
    background: linear-gradient(to right, transparent 50%, rgba(71, 88, 143, 0.9) 50%);
    background-size: 220% 100%;
    background-position: left bottom;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(2n) .st-activity-grid-desc.active {
    background-position: right bottom;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner {
    height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner:before {
    display: table;
    content: " ";
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-title-wrapper {
    height: inherit;
    background-color: rgba(235, 34, 41, 0.9);
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-title-wrapper h3.st-activity-grid-title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin-top: 200px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-desc.active {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: visible;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-desc.active div.active {
    opacity: 1;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-desc {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: inherit;
    visibility: hidden;
    color: #fff;
    transition: all 0.5s;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-desc div {
    opacity: 0;
    transition: opacity 0.5s;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-desc div div.st-activity-grid-link {
    opacity: 1;
    padding-top: 20px;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-desc div div.st-activity-grid-link a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    transition: opacity 0.4s;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-desc div div.st-activity-grid-link a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    margin-left: 0.4em;
    color: #eb2229;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-desc div div.st-activity-grid-link a:hover {
    opacity: 0.7;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-desc div .active ul {
    margin-bottom: 1em;
}
#layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-desc div .active ul li {
    padding-bottom: 0.1em;
}
#layout-container .st-main-products-slider-module {
    width: 100%;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item {
    margin: 0 50px;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-img {
    position: relative;
    width: 50%;
    float: left;
    padding-right: 40px;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 40px;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info .st-main-products-slider-title-wrapper {
    position: relative;
    margin-bottom: 45px;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info .st-main-products-slider-title-wrapper .st-h-before {
    position: absolute;
    height: 100%;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info .st-main-products-slider-title-wrapper .st-h-before > i {
    display: block;
    width: 7px;
    height: 100%;
    background-color: #7e91cc;
    transition: background-color 0.3s ease;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info .st-main-products-slider-title-wrapper .st-main-products-slider-title {
    margin-left: 30px;
    font-size: 22px;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info .st-main-products-slider-title-wrapper .st-main-products-slider-title h3 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    word-spacing: 0;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info .st-main-products-slider-title-wrapper .st-main-products-slider-subtitle {
    margin-left: 30px;
    font-size: 18px;
    color: #999;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info .st-main-products-slider-desc {
    margin-bottom: 15px;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info .st-main-products-slider-desc ul li {
    padding-bottom: 0.5em;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info .st-main-products-slider-link {
    position: relative;
    color: #7e91cc;
    font-weight: 600;
    transition: all 0.3s ease;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info .st-main-products-slider-link:after {
    position: absolute;
    top: 0.18em;
    margin-left: 7px;
    color: #eb2229;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
}
#layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info .st-main-products-slider-link:hover {
    color: #eb2229;
    padding-left: 5px;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .slick-arrow {
    font-size: 1em;
    opacity: 0;
    transition: opacity 0.4s ease;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .slick-arrow.slick-prev {
    left: 0;
    z-index: 2;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .slick-arrow.slick-prev:before {
    content: "\f104";
    font: normal normal normal 32px/1 FontAwesome;
    color: #474747;
    transition: all 0.3s ease;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .slick-arrow.slick-next {
    right: 0;
}
#layout-container .st-main-products-slider-module .st-main-products-slider .slick-arrow.slick-next:before {
    content: "\f105";
    font: normal normal normal 32px/1 FontAwesome;
    color: #474747;
    transition: all 0.3s ease;
}
#layout-container .st-main-products-slider-module:hover .st-main-products-slider .slick-arrow {
    opacity: 1;
}
#layout-container .st-main-products {
    float: left;
    position: relative;
    width: 100%;
    padding: 0;
}
#layout-container .st-main-products .st-main-products-inner {
    height: 500px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#layout-container .st-main-products .st-main-products-inner .st-main-products-title {
    padding-bottom: 20px;
    color: #5b5b5b;
}
#layout-container .st-main-products .st-main-products-inner .st-main-products-desc {
    padding-bottom: 15px;
    line-height: 1.2em;
    color: #6c6c6c;
}
#layout-container .st-main-products .st-main-products-inner .st-main-products-icons .st-main-products-icon-block {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
}
#layout-container .st-main-products .st-main-products-inner .st-main-products-icons .st-main-products-icon-block .st-main-products-icon {
    display: inline-block;
    margin-right: 20px;
}
#layout-container .st-main-products .st-main-products-inner .st-main-products-icons .st-main-products-icon-block .st-main-products-icon i {
    font-size: 24px;
    vertical-align: middle;
    color: #5b5b5b;
}
#layout-container .st-main-products .st-main-products-inner .st-main-products-icons .st-main-products-icon-block .st-main-products-icon-desc {
    display: inline-block;
    vertical-align: middle;
    color: #6c6c6c;
}
#layout-container .st-main-products .st-main-products-image {
    background-size: cover;
    background-position: 50% 50%;
    height: 500px;
    padding: 0;
}
#layout-container .st-main-products .st-main-products-link {
    position: absolute;
    top: 45%;
    left: 43.29%;
}
#layout-container .st-main-products.main-products-image-text .st-main-products-inner {
    float: right;
    padding: 50px 50px 50px 100px;
}
#layout-container .st-main-products.main-products-image-text .st-main-products-inner .st-main-products-more {
    position: absolute;
    left: 0;
    top: 45%;
    letter-spacing: 5px;
    font-size: 14px;
    color: #eb2229;
    background-color: transparent;
    display: inline-block;
    padding: 9px 9px 8px 6px;
    border: solid #eb2229 1px;
    border-left: none;
    transition: color 0.3s, background-color 0.3s;
}
#layout-container .st-main-products.main-products-image-text .st-main-products-inner .st-main-products-more.hover {
    color: #fff;
    background-color: #eb2229;
    border: solid #eb2229 1px;
    padding: 9px 9px 8px 5px;
}
#layout-container .st-main-products.main-products-image-text .st-main-products-image .st-main-products-read {
    position: absolute;
    top: 45%;
    right: 0;
    letter-spacing: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #eb2229;
    display: inline-block;
    padding: 10px 2px 9px 18px;
    transition: color 0.3s, background-color 0.3s;
}
#layout-container .st-main-products.main-products-image-text .st-main-products-image .st-main-products-read.hover {
    color: #eb2229;
    background-color: #f1f0f0;
    border: solid #eb2229 1px;
    border-right: none;
    padding: 9px 2px 8px 17px;
}
#layout-container .st-main-products.main-products-text-image .st-main-products-inner {
    padding: 50px 100px 50px 50px;
}
#layout-container .st-main-products.main-products-text-image .st-main-products-inner .st-main-products-more {
    position: absolute;
    right: 0;
    top: 45%;
    letter-spacing: 5px;
    font-size: 14px;
    color: #eb2229;
    background-color: transparent;
    display: inline-block;
    padding: 9px 2px 8px 16px;
    border: solid #eb2229 1px;
    border-right: none;
    transition: color 0.3s, background-color 0.3s;
}
#layout-container .st-main-products.main-products-text-image .st-main-products-inner .st-main-products-more.hover {
    color: #fff;
    background-color: #eb2229;
    border: solid #eb2229 1px;
    padding: 9px 1px 8px 16px;
}
#layout-container .st-main-products.main-products-text-image .st-main-products-image .st-main-products-read {
    position: absolute;
    left: 0;
    top: 45%;
    letter-spacing: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #eb2229;
    display: inline-block;
    padding: 10px 6px 9px 9px;
    transition: color 0.3s, background-color 0.3s;
}
#layout-container .st-main-products.main-products-text-image .st-main-products-image .st-main-products-read.hover {
    color: #eb2229;
    background-color: #f1f0f0;
    border: solid #eb2229 1px;
    border-left: none;
    padding: 9px 5px 8px 9px;
}
#layout-container .vc_tta-panel-body {
    padding: 0 !important;
}
#layout-container .vc_tta-panel-body .wpb_text_column {
    padding: 15px;
}
#layout-container .st-history-item {
    position: relative;
    border-bottom: 1px solid transparent;
}
#layout-container .st-history-item:before {
    display: table;
    content: " ";
}
#layout-container .st-history-item:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-history-item .st-history-item-image {
    width: 40%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#layout-container .st-history-item .st-history-item-year {
    width: 15%;
    float: left;
    text-align: center;
    display: table-cell;
}
#layout-container .st-history-item .st-history-item-year span {
    height: inherit;
    vertical-align: middle;
    margin: auto;
    padding: 0;
    font-family: inherit;
    font-style: inherit;
    text-transform: inherit;
    font-size: 90px;
    font-weight: 700;
    line-height: inherit;
    letter-spacing: inherit;
    word-spacing: 0;
    ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#layout-container .st-history-item .st-history-item-inner {
    float: left;
    width: 45%;
    padding: 45px 50px 40px;
    background: #f1f0f0;
}
#layout-container .st-history-item .st-history-item-inner .st-history-item-title-wrapper h3 {
    font-size: 20px;
    line-height: 1.6em;
    color: #47588f;
}
#layout-container .st-history-item .st-history-item-inner .st-history-item-title-wrapper h3:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 7px;
    height: 15px;
    margin-right: 12px;
    margin-top: -3px;
    background: #eb2229;
}
#layout-container .st-history-item .st-history-item-inner .st-history-item-desc {
    font-size: 16px;
}
#layout-container .st-history-item .st-history-item-inner .st-history-item-link {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #47588f;
    transition: color 0.3s ease;
}
#layout-container .st-history-item .st-history-item-inner .st-history-item-link:after {
    position: relative;
    top: 0.1em;
    margin-left: 7px;
    color: #eb2229;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
    transition: margin-left 0.3s ease;
}
#layout-container .st-history-item .st-history-item-inner .st-history-item-link:hover {
    color: #eb2229;
}
#layout-container .st-history-item .st-history-item-inner .st-history-item-link:hover:after {
    margin-left: 12px;
}
#layout-container .st-history-item.history-title-year .st-history-item-image,
#layout-container .st-history-item.history-title-year .st-history-item-year,
#layout-container .st-history-item.history-title-year .st-history-item-inner {
    float: right;
}
#layout-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    position: relative;
    background-color: #e0e0e0;
    transition: all 0.4s ease;
}
#layout-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #fff;
    background: #e0e0e0;
}
#layout-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    padding-bottom: 0;
}
#layout-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 15px 35px;
    color: #47588f;
}
#layout-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-title-text {
    font-size: 18px;
}
#layout-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
    background-color: #f1f0f0;
}
#layout-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: 0 0;
    border-bottom: none;
}
#layout-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .st-tta-section-bg {
    opacity: 0.15;
}
#layout-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .st-tta-section-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 0.4s ease;
}
#layout-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    border: none;
}
#layout-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column {
    padding: 15px 35px 10px;
    line-height: 1.5em;
}
#layout-container .vc_tta-tabs.vc_general .vc_tta-panel-heading {
    border: none;
}
#layout-container .vc_tta-tabs.vc_general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    background-color: #e7e7e7;
}
#layout-container .vc_tta-tabs.vc_general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
    display: none;
}
#layout-container .vc_tta-tabs.vc_general .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
    background-color: #f1f0f0;
}
#layout-container .vc_tta-tabs.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    background-color: #f1f0f0;
}
#layout-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    margin: 0;
    padding: 0;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    background-color: #e7e7e7;
    margin: 0;
    width: 175px;
    border-bottom: 1px solid #f1f0f0;
    transition: background-color 0.3s;
    color: #a9a8a8;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
    background-color: #7e91cc;
    color: #fff;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    padding: 19px 25px;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels {
    border: none !important;
    position: relative;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    background-color: #f1f0f0;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    height: 100%;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_single_image {
    height: 100%;
    float: right;
    display: inline-block;
    width: 50%;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_single_image figure {
    height: inherit;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_single_image figure .vc_single_image-wrapper {
    height: inherit;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_single_image figure .vc_single_image-wrapper img {
    height: 100%;
    object-fit: cover;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column {
    float: left;
    padding: 30px 60px 20px;
    width: 50%;
    line-height: 20px;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panel-body {
    border: none;
}
#layout-container .vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-tab > a {
    border: none;
}
#layout-container .vc_progress_bar .vc_label.right {
    text-align: right;
}
#layout-container .vc_progress_bar .vc_single_bar {
    height: 25px;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0;
}
#layout-container .vc_progress_bar .vc_single_bar .vc_bar {
    padding: 0 18px;
    text-align: right;
    line-height: 28px;
    border-radius: 0;
    font-weight: 700;
    color: #fff;
}
#layout-container .vc_progress_bar .vc_single_bar.right .vc_bar {
    left: auto;
    right: 0;
}
#layout-container .st-portfolio-module-container .st-portfolio-module {
    overflow: hidden;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.st-narrow-padding .st-portfolio-item {
    padding: 0 5px;
    margin-bottom: 20px;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.st-narrow-padding.style-2 .st-portfolio-item,
#layout-container .st-portfolio-module-container .st-portfolio-module.st-narrow-padding.style-3 .st-portfolio-item {
    padding: 0 5px;
    margin-bottom: 10px;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.st-normal-padding .st-portfolio-item {
    padding: 0 7px;
    margin-bottom: 30px;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.st-normal-padding.style-2 .st-portfolio-item,
#layout-container .st-portfolio-module-container .st-portfolio-module.st-normal-padding.style-3 .st-portfolio-item {
    padding: 0 7px;
    margin-bottom: 14px;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-filter-panel ul.st-portfolio-filters {
    margin-bottom: 45px;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-filter-panel ul.st-portfolio-filters li {
    display: inline-block;
    margin: 0 10px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    transition: background 0.3s ease;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-filter-panel ul.st-portfolio-filters li a {
    text-transform: uppercase;
    color: #474747;
    transition: color 0.3s ease;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-filter-panel ul.st-portfolio-filters li.active {
    background: #47588f;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-filter-panel ul.st-portfolio-filters li.active a {
    color: #fff;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-filter-panel ul.st-portfolio-filters li:before {
    display: none !important;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-filter-panel ul.st-portfolio-filters li:hover {
    background: rgba(71, 88, 143, 0.9);
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-filter-panel ul.st-portfolio-filters li:hover a {
    color: #fff;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items {
    clear: both;
    transition: height 0.3s;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.one-column .st-portfolio-item {
    width: 100%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.two-column .st-portfolio-item {
    width: 50%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.three-column .st-portfolio-item {
    width: 33.33333%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.four-column .st-portfolio-item {
    width: 25%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows .st-portfolio-item {
    float: left;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows .st-portfolio-item a .st-portfolio-item-image {
    position: relative;
    display: block;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows .st-portfolio-item a .st-portfolio-item-image img {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.one-column .st-portfolio-item {
    width: 100%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.two-column .st-portfolio-item {
    width: 50%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.two-column .st-portfolio-item.double-width {
    width: 100%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.three-column .st-portfolio-item {
    width: 33.33333%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.three-column .st-portfolio-item.double-width {
    width: 66.66666667%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.four-column .st-portfolio-item {
    width: 25%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.four-column .st-portfolio-item.double-width {
    width: 50%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery .st-portfolio-item {
    float: left;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery .st-portfolio-item a .st-portfolio-item-image {
    position: relative;
    display: block;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery .st-portfolio-item a .st-portfolio-item-image img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    object-fit: cover;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry {
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.one-column .st-portfolio-item {
    width: 100%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.two-column .st-portfolio-item {
    width: 50%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.three-column .st-portfolio-item {
    width: 33.33333%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.four-column .st-portfolio-item {
    width: 25%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry .st-portfolio-item {
    float: left;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry .st-portfolio-item a .st-portfolio-item-image {
    position: relative;
    display: block;
    height: auto !important;
    overflow: hidden;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry .st-portfolio-item a .st-portfolio-item-image img {
    min-width: 100%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 {
    padding: 0 5px;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item {
    position: relative;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-image .st-portfolio-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(235, 34, 41, 0.9);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
    z-index: 1;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-image .st-portfolio-item-overlay .overlay-inner-icon {
    position: relative;
    align-self: center;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.4s ease;
    z-index: 2;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-image .st-portfolio-item-overlay .overlay-inner-icon:before {
    position: absolute;
    top: 13px;
    left: 13px;
    font: normal normal normal 30px/1 linea-basic-10;
    color: #fff;
    content: "8";
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-image .st-portfolio-item-overlay .overlay-inner-icon:hover {
    background: rgba(71, 88, 143, 0.75);
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-image .st-portfolio-item-overlay .overlay-inner-left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    transition: all 0.4s;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-image .st-portfolio-item-overlay .overlay-inner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-right: 1px solid #fff;
    transition: all 0.4s;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-image:hover .st-portfolio-item-overlay {
    opacity: 1;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-image:hover .st-portfolio-item-overlay .overlay-inner-left {
    top: 22px;
    left: 22px;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-image:hover .st-portfolio-item-overlay .overlay-inner-right {
    right: 22px;
    bottom: 22px;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-title {
    position: relative;
    margin: 20px 0 10px 20px;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-title a h4 {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.65em;
    color: #47588f;
    transition: all 0.3s ease;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-title a h4:before {
    display: inline-block;
    position: relative;
    content: "";
    top: 0.17em;
    width: 7px;
    height: 1em;
    margin-left: -17px;
    margin-right: 9px;
    background: #eb2229;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-title a h4:hover {
    color: #eb2229;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-1 .st-portfolio-items .st-portfolio-item .st-portfolio-item-desc {
    margin: 0 0 10px 20px;
    color: #5b5b5b;
    font-size: 14px;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-2 .st-portfolio-items .st-portfolio-item .st-portfolio-item-image .st-portfolio-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(235, 34, 41, 0.9);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
    z-index: 1;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-2 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 12%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-2 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner .st-portfolio-item-inner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-2 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner .st-portfolio-item-category {
    position: relative;
    top: -7%;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    opacity: 0.7;
    transition: all 0.4s ease;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-2 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner .st-portfolio-item-title {
    width: 100%;
    margin-top: 15px;
    z-index: 2;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-2 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner .st-portfolio-item-title a h4 {
    padding-bottom: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.6em;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-2 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner .st-portfolio-item-desc {
    position: relative;
    bottom: -7%;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    transition: all 0.4s ease;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-2 .st-portfolio-items .st-portfolio-item:hover .st-portfolio-item-inner {
    opacity: 1;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-2 .st-portfolio-items .st-portfolio-item:hover .st-portfolio-item-inner .st-portfolio-item-category {
    top: 0;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-2 .st-portfolio-items .st-portfolio-item:hover .st-portfolio-item-inner .st-portfolio-item-desc {
    bottom: 0;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-2 .st-portfolio-items .st-portfolio-item:hover .st-portfolio-item-image .st-portfolio-item-overlay {
    opacity: 1;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-3 .st-portfolio-items .st-portfolio-item .st-portfolio-item-image .st-portfolio-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
    z-index: 1;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-3 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    transition: opacity 0.4s ease;
    z-index: 1;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-3 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner .st-portfolio-item-inner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-3 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner .st-portfolio-item-category {
    width: 100%;
    margin: 0 17px;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    opacity: 0.7;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-3 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner .st-portfolio-item-title {
    position: relative;
    width: 100%;
    z-index: 2;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-3 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner .st-portfolio-item-title a h4 {
    margin: 0 17px;
    padding-bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.6em;
    transition: all 0.3s ease;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-3 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner .st-portfolio-item-title a h4:before {
    display: inline-block;
    position: relative;
    content: "";
    top: 0.17em;
    width: 7px;
    height: 1em;
    margin-left: -17px;
    margin-right: 9px;
    background: #eb2229;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-3 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner .st-portfolio-item-title a h4:hover {
    color: #eb2229;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-3 .st-portfolio-items .st-portfolio-item .st-portfolio-item-inner .st-portfolio-item-desc {
    width: 100%;
    margin: 0 17px;
    padding-right: 30%;
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
}
#layout-container .st-portfolio-module-container .st-portfolio-module.style-3 .st-portfolio-items .st-portfolio-item:hover .st-portfolio-item-image .st-portfolio-item-overlay {
    opacity: 0.75;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-pagination {
    margin-top: 40px;
    text-align: center;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-pagination .page-numbers {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    padding: 0.4em;
    border: 1px solid #47588f;
    color: #47588f;
    font-size: 14px;
    transition: all 0.3s ease;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-pagination .page-numbers:hover {
    background: #47588f;
    color: #fff;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-pagination .page-numbers.current {
    background: #47588f;
    color: #fff;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-pagination .page-numbers.next {
    width: 70px;
    text-transform: uppercase;
}
#layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-pagination .page-numbers.prev {
    width: 90px;
    text-transform: uppercase;
}
#layout-container .st-portfolio-module-container .st-portfolio-load-more {
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}
#layout-container .st-portfolio-module-container .st-portfolio-load-more .load-more-button {
    padding: 0.4em 20px;
    border: 1px solid #47588f;
    color: #47588f;
    font-size: 14px;
    text-transform: uppercase;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}
#layout-container .st-portfolio-module-container .st-portfolio-load-more .load-more-button:hover {
    background: #47588f;
    color: #fff;
}
#layout-container .st-portfolio-module-container .st-portfolio-load-more .load-more-button.no-more {
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
    cursor: default;
}
#layout-container .st-portfolio-module-container .st-portfolio-load-more .load-more-button.no-more:hover {
    background: 0 0;
    color: #d2d2d2;
}
#layout-container .st-portfolio-module-container .st-portfolio-load-more .load-more-button.loading {
    visibility: hidden;
    opacity: 0;
}
#layout-container .st-portfolio-module-container .st-portfolio-load-more .st-load-more-animation {
    position: relative;
    margin: -1.3em auto 0;
    text-align: center;
    width: 100px;
    height: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
#layout-container .st-portfolio-module-container .st-portfolio-load-more .st-load-more-animation span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 3px;
    background: #47588f;
    animation: wave 1.3s linear infinite;
}
#layout-container .st-portfolio-module-container .st-portfolio-load-more .st-load-more-animation span:nth-child(2) {
    animation-delay: -1.1s;
}
#layout-container .st-portfolio-module-container .st-portfolio-load-more .st-load-more-animation span:nth-child(3) {
    animation-delay: -0.9s;
}
#layout-container .st-portfolio-module-container .st-portfolio-load-more .st-load-more-animation.active {
    visibility: visible;
    opacity: 1;
}
#layout-container .st-portfolio-module-container .st-portfolio-load-more .st-load-more-animation.lazy {
    margin: 0 auto;
}
#layout-container .st-testimonials-wrapper.style-1 {
    padding: 0 20px;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider {
    margin-bottom: 20px;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item {
    cursor: pointer;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-client-photo {
    float: left;
    margin-left: 85px;
    width: 130px;
    height: 130px;
    border-radius: 65px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper {
    float: left;
    width: 860px;
    padding-top: 10px;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client {
    border-bottom: 2px solid #e0e0e0;
    padding: 0 0 10px 50px;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client .st-testimonial-client-name {
    display: inline-block;
    padding-right: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #5b5b5b;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client .st-testimonial-client-occupation {
    display: inline-block;
    padding-right: 1em;
    font-size: 16px;
    color: #6c6c6c;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client .st-testimonial-client-company {
    display: inline-block;
    font-size: 16px;
    color: #6c6c6c;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client-comment {
    padding: 25px 0 50px 95px;
    font-style: italic;
    color: #858585;
    z-index: 1;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client-comment:before {
    position: absolute;
    margin-top: -10px;
    margin-left: -45px;
    font: normal normal normal 90px/1 FontAwesome;
    content: "\f10e";
    color: rgba(216, 216, 216, 0.45);
    z-index: -1;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-logo-slider {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-logo-slider .slick-list {
    width: 600px;
    margin: 0 auto;
    overflow: visible;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-logo-slider .slick-list .slick-track {
    margin: 0 auto;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-logo-slider .slick-list .st-testimonial-company-logo {
    margin: 0 30px;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-logo-slider .slick-list .st-testimonial-company-logo.slick-center img {
    opacity: 1;
}
#layout-container .st-testimonials-wrapper.style-1 .st-testimonials-logo-slider .slick-list .st-testimonial-company-logo img {
    opacity: 0.4;
    transition: all 0.4s;
    width: 100px;
    height: auto;
}
#layout-container .st-testimonials-wrapper.style-2 {
    padding-bottom: 70px;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item {
    cursor: pointer;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client-photo-wrapper {
    display: inline-block;
    width: 33.33333333%;
    position: relative;
    vertical-align: middle;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client-photo-wrapper .st-testimonial-client-photo {
    margin: 0 auto;
    width: 225px;
    height: 225px;
    border-radius: 120px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client {
    display: inline-block;
    position: relative;
    width: 33.33333333%;
    vertical-align: middle;
    text-align: right;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client .st-testimonial-client-name {
    font-size: 20px;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client .st-testimonial-client-occupation {
    font-size: 18px;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client .st-testimonial-client-company {
    font-size: 18px;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client-comment {
    display: inline-block;
    position: relative;
    width: 33.33333333%;
    vertical-align: middle;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item.with-company-logo .st-testimonial-client {
    display: inline-block;
    position: relative;
    width: 19.33333333%;
    vertical-align: middle;
    text-align: right;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item.with-company-logo .st-testimonial-client .st-testimonial-client-name {
    font-size: 20px;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item.with-company-logo .st-testimonial-client .st-testimonial-client-occupation {
    font-size: 18px;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item.with-company-logo .st-testimonial-client .st-testimonial-client-company {
    font-size: 18px;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item.with-company-logo .st-testimonial-company-logo {
    display: inline-block;
    position: relative;
    width: 14%;
    vertical-align: middle;
    text-align: right;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item.with-company-logo .st-testimonial-company-logo img {
    width: 100px;
    height: auto;
    margin-left: auto;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider ul.slick-dots {
    margin: 0;
    padding-top: 40px;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider ul.slick-dots li {
    margin: 0 5px;
    padding: 0;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider ul.slick-dots li:before {
    display: none;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider ul.slick-dots li.slick-active button:before {
    color: #eb2229;
    opacity: 1;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider ul.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 5px;
    content: "•";
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    opacity: 0.75;
    font-size: 14px;
    font-family: slick;
    color: #999;
    transition: color 0.3s ease, opacity 0.3s ease;
}
#layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider ul.slick-dots li button:hover:before {
    opacity: 1;
}
#layout-container .st-testimonials-wrapper.style-3 {
    padding-bottom: 40px;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider .slick-list .st-testimonial-item {
    cursor: pointer;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client-photo-wrapper {
    position: relative;
    display: block;
    vertical-align: middle;
    margin-bottom: 40px;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client-photo-wrapper .st-testimonial-client-photo {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 120px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client {
    position: relative;
    display: block;
    vertical-align: middle;
    text-align: center;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client .st-testimonial-client-name {
    font-size: 16px;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client .st-testimonial-client-occupation {
    font-size: 16px;
    color: #999;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client .st-testimonial-client-company {
    font-size: 16px;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client-comment {
    position: relative;
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 40px;
    vertical-align: middle;
    text-align: center;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client-comment:before {
    position: absolute;
    top: -25px;
    margin-left: -20px;
    content: "\f10e";
    font: normal normal normal 90px/1 FontAwesome;
    color: rgba(216, 216, 216, 0.45);
    z-index: -1;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider ul.slick-dots {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider ul.slick-dots li {
    margin: 0 5px;
    padding: 0;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider ul.slick-dots li:before {
    display: none;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider ul.slick-dots li.slick-active button:before {
    color: #eb2229;
    opacity: 1;
}
#layout-container .st-testimonials-wrapper.style-3 .st-testimonials-slider ul.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 5px;
    content: "•";
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-family: slick;
    opacity: 0.25;
    font-size: 12px;
    color: #999;
    transition: color 0.3s ease, opacity 0.3s ease;
}
#layout-container .st-brands-wrapper.carousel .st-brands-logo-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
#layout-container .st-brands-wrapper.carousel .st-brands-logo-slider .slick-list {
    width: 66.66666667%;
    margin: 0 auto;
    overflow: visible;
}
#layout-container .st-brands-wrapper.carousel .st-brands-logo-slider .slick-list .slick-track {
    margin: 0 auto;
}
#layout-container .st-brands-wrapper.carousel .st-brands-logo-slider .slick-list .st-brand-logo {
    margin: 0 35px;
}
#layout-container .st-brands-wrapper.carousel .st-brands-logo-slider .slick-list .st-brand-logo.slick-center img {
    opacity: 1;
}
#layout-container .st-brands-wrapper.carousel .st-brands-logo-slider .slick-list .st-brand-logo img {
    opacity: 0.4;
    transition: all 0.4s;
}
#layout-container .st-brands-wrapper.carousel .st-brands-comments-slider .st-brand-comment {
    text-align: center;
    padding: 0 50px;
}
#layout-container .st-brands-wrapper.carousel .st-brand-pointer {
    height: 40px;
    width: 1px;
    background: #8b8b8b;
    margin: 10px auto;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner {
    text-align: center;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item {
    position: relative;
    display: inline-block !important;
    vertical-align: bottom;
    width: 33.33333333%;
    margin: -1px auto 0;
    overflow: hidden;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item .st-brands-item-inner {
    height: 330px;
    padding: 60px 70px;
    background: 0 0;
    transition: background 0.3s ease;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item .st-brands-item-inner .st-brand-logo {
    position: relative;
    width: 200px;
    margin: 0 auto;
    top: 0;
    transition: all 0.3s ease;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item .st-brands-item-inner .st-brand-logo:after {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #7e91cc;
    transition: all 0.3s ease;
    opacity: 0;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item .st-brands-item-inner .st-brand-comment {
    position: absolute;
    left: 0;
    bottom: -80px;
    padding: 0 70px;
    text-align: left;
    transition: all 0.3s ease;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:hover .st-brands-item-inner {
    background: #f2f2f2;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:hover .st-brands-item-inner .st-brand-logo {
    top: -35px;
    width: 150px;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:hover .st-brands-item-inner .st-brand-logo:after {
    opacity: 1;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:hover .st-brands-item-inner .st-brand-comment {
    bottom: 25px;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:nth-child(1) {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:nth-child(2) {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:nth-child(3) {
    border-bottom: 1px solid #e0e0e0;
    border-right: none;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:nth-child(4) {
    top: 0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:nth-child(5) {
    top: 0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
#layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:last-child {
    top: 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: none;
    border-right: none;
}
#layout-container .st-partners-wrapper .st-partners-logo-slider {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
#layout-container .st-partners-wrapper .st-partners-logo-slider.colored .slick-list .st-partners-logo.slick-center img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
#layout-container .st-partners-wrapper .st-partners-logo-slider.colored .slick-list .st-partners-logo img {
    opacity: 1;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.4s;
}
#layout-container .st-partners-wrapper .st-partners-logo-slider.full {
    width: 100%;
}
#layout-container .st-partners-wrapper .st-partners-logo-slider.full .slick-list {
    width: 80%;
}
#layout-container .st-partners-wrapper .st-partners-logo-slider.full .slick-list .st-partners-logo {
    margin: 0 1.2%;
}
#layout-container .st-partners-wrapper .st-partners-logo-slider.underline .slick-list .slick-track {
    display: flex;
}
#layout-container .st-partners-wrapper .st-partners-logo-slider.underline .st-partners-logo {
    display: flex;
    height: auto;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
    border-bottom: 8px solid transparent;
    transition: border-bottom 0.3s ease;
}
#layout-container .st-partners-wrapper .st-partners-logo-slider.underline .st-partners-logo.slick-center {
    border-bottom: 8px solid #eb2229;
}
#layout-container .st-partners-wrapper .st-partners-logo-slider .slick-list {
    width: 600px;
    margin: 0 auto;
    overflow: visible;
}
#layout-container .st-partners-wrapper .st-partners-logo-slider .slick-list .slick-track {
    margin: 0 auto;
}
#layout-container .st-partners-wrapper .st-partners-logo-slider .slick-list .st-partners-logo {
    margin: 0 30px;
}
#layout-container .st-partners-wrapper .st-partners-logo-slider .slick-list .st-partners-logo.slick-center img {
    opacity: 1;
}
#layout-container .st-partners-wrapper .st-partners-logo-slider .slick-list .st-partners-logo img {
    opacity: 0.4;
    transition: all 0.4s;
}
#layout-container .st-partners-block {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 35px;
}
#layout-container .st-partners-block:before {
    display: table;
    content: " ";
}
#layout-container .st-partners-block:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-partners-block.disable-border {
    border-bottom: none;
}
#layout-container .st-partners-block .st-partners-block-logo {
    float: left;
    width: 25%;
    text-align: right;
    transition: opacity 0.3s ease;
}
#layout-container .st-partners-block .st-partners-block-logo img {
    width: 150px;
    margin-top: 30px;
}
#layout-container .st-partners-block .st-partners-block-logo:hover {
    opacity: 0.8;
}
#layout-container .st-partners-block .st-partners-block-inner {
    float: left;
    position: relative;
    width: 75%;
    padding-top: 15px;
    padding-left: 75px;
}
#layout-container .st-partners-block .st-partners-block-inner .st-partners-block-name {
    font-size: 24px;
    color: #47588f;
    margin-bottom: 15px;
    font-weight: 700;
    transition: color 0.3s ease;
}
#layout-container .st-partners-block .st-partners-block-inner .st-partners-block-name:hover {
    color: #eb2229;
}
#layout-container .st-partners-block .st-partners-block-inner .st-partners-block-spec {
    font-size: 18px;
}
#layout-container .st-partners-block .st-partners-block-inner .st-partners-block-location {
    font-size: 18px;
    color: #999;
}
#layout-container .st-partners-block .st-partners-block-inner .st-partners-block-desc {
    margin-top: 30px;
}
#layout-container .st-simple-page-block {
    position: relative;
}
#layout-container .st-simple-page-block:before {
    display: table;
    content: " ";
}
#layout-container .st-simple-page-block:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-simple-page-block .st-simple-page-block-title {
    position: relative;
    padding: 10px 20px;
    background: #f1f1f0;
}
#layout-container .st-simple-page-block .st-simple-page-block-title h3 {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.6em;
    color: #47588f;
    transition: color 0.3s ease;
}
#layout-container .st-simple-page-block .st-simple-page-block-title h3 .st-h-before {
    margin-right: 10px;
}
#layout-container .st-simple-page-block .st-simple-page-block-title h3 .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.05em;
    width: 7px;
    height: 0.7em;
    background-color: #eb2229;
}
#layout-container .st-simple-page-block a:hover .st-simple-page-block-title h3 {
    color: #eb2229;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner {
    margin-top: 20px;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner:before {
    display: table;
    content: " ";
}
#layout-container .st-simple-page-block .st-simple-page-block-inner:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-thumbnail {
    position: relative;
    float: left;
    width: 220px;
    height: 190px;
    margin-right: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-thumbnail .st-simple-page-block-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(71, 88, 143, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-thumbnail .st-simple-page-block-overlay .overlay-inner-icon {
    position: relative;
    align-self: center;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-thumbnail .st-simple-page-block-overlay .overlay-inner-icon:before {
    position: absolute;
    top: 13px;
    left: 14px;
    font: normal normal normal 30px/1 linea-basic-10;
    color: #fff;
    content: "8";
    transition: color 0.4s ease;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-thumbnail .st-simple-page-block-overlay .overlay-inner-icon:hover:before {
    color: #eb2229;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-thumbnail .st-simple-page-block-overlay .overlay-inner-left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    transition: all 0.4s;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-thumbnail .st-simple-page-block-overlay .overlay-inner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-right: 1px solid #fff;
    transition: all 0.4s;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner a {
    display: block;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner a:hover .st-simple-page-block-thumbnail .st-simple-page-block-overlay {
    opacity: 1;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner a:hover .st-simple-page-block-thumbnail .st-simple-page-block-overlay .overlay-inner-left {
    top: 22px;
    left: 22px;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner a:hover .st-simple-page-block-thumbnail .st-simple-page-block-overlay .overlay-inner-right {
    right: 22px;
    bottom: 22px;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-info {
    position: relative;
    float: left;
    height: 190px;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-info .st-simple-page-block-desc {
    font-size: 14px;
    padding: 10px 0;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-info .st-simple-page-block-link {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #47588f;
    font-weight: 700;
    transition: color 0.3s ease, margin-left 0.3s ease;
}
#layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-info .st-simple-page-block-link:after {
    position: absolute;
    top: 0.1em;
    margin-left: 7px;
    color: #eb2229;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
}
#layout-container .st-awards-block {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 35px;
}
#layout-container .st-awards-block:before {
    display: table;
    content: " ";
}
#layout-container .st-awards-block:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-awards-block.disable-border {
    border-bottom: none;
}
#layout-container .st-awards-block .st-awards-block-logo {
    float: left;
    width: 40%;
    text-align: center;
    transition: opacity 0.3s ease;
}
#layout-container .st-awards-block .st-awards-block-logo img {
    width: 250px;
    margin-top: 20px;
}
#layout-container .st-awards-block .st-awards-block-inner {
    float: left;
    position: relative;
    width: 60%;
    padding-top: 15px;
    padding-left: 75px;
}
#layout-container .st-awards-block .st-awards-block-inner .st-awards-title-wrapper {
    position: relative;
}
#layout-container .st-awards-block .st-awards-block-inner .st-awards-title-wrapper .st-h-before {
    position: absolute;
    height: 100%;
}
#layout-container .st-awards-block .st-awards-block-inner .st-awards-title-wrapper .st-h-before > i {
    display: block;
    width: 7px;
    height: 100%;
    background-color: #7e91cc;
}
#layout-container .st-awards-block .st-awards-block-inner .st-awards-title-wrapper .st-awards-block-title {
    padding-left: 35px;
    font-size: 26px;
    color: #5b5b5b;
    font-weight: 700;
}
#layout-container .st-awards-block .st-awards-block-inner .st-awards-title-wrapper .st-awards-block-subtitle {
    padding-left: 35px;
    font-size: 20px;
    color: #999;
    font-weight: 700;
}
#layout-container .st-awards-block .st-awards-block-inner .st-awards-block-desc {
    margin-top: 30px;
}
#layout-container .st-advantage-block {
    position: relative;
}
#layout-container .st-advantage-block:before {
    display: table;
    content: " ";
}
#layout-container .st-advantage-block:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-advantage-block > div {
    padding: 100px 10% 100px 5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    transition: all 0.3s ease;
}
#layout-container .st-advantage-block > div .st-advantage-block-number {
    color: #eb2229;
    font-size: 70px;
    line-height: 60px;
}
#layout-container .st-advantage-block > div .st-advantage-block-title {
    color: #5b5b5b;
    font-size: 36px;
    opacity: 1;
    transition: opacity 0.5s ease;
}
#layout-container .st-advantage-block > div .st-advantage-block-desc {
    margin-top: 30px;
    opacity: 1;
    transition: opacity 0.5s ease;
}
#layout-container .st-advantage-block.three {
    left: 15px;
}
#layout-container .st-advantage-block.three .st-advantage-block-first {
    height: auto;
    position: relative;
    float: left;
    width: 60%;
    padding-left: 9%;
    z-index: 3;
}
#layout-container .st-advantage-block.three .st-advantage-block-first .st-advantage-block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    border: 15px solid rgba(0, 0, 0, 0.1);
    z-index: -1;
    transition: background 0.3s ease, border-color 0.3s ease;
}
#layout-container .st-advantage-block.three .st-advantage-block-first.hover .st-advantage-block-overlay {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.1);
}
#layout-container .st-advantage-block.three .st-advantage-block-first.hover .st-advantage-block-title.active {
    opacity: 1;
}
#layout-container .st-advantage-block.three .st-advantage-block-first.hover .st-advantage-block-desc.active {
    opacity: 1;
}
#layout-container .st-advantage-block.three .st-advantage-block-first.unactive {
    width: 20%;
    z-index: 2;
    padding-left: 5.4%;
}
#layout-container .st-advantage-block.three .st-advantage-block-first.unactive .st-advantage-block-overlay {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, 0.07);
}
#layout-container .st-advantage-block.three .st-advantage-block-first.unactive .st-advantage-block-title {
    opacity: 0;
}
#layout-container .st-advantage-block.three .st-advantage-block-first.unactive .st-advantage-block-desc {
    opacity: 0;
}
#layout-container .st-advantage-block.three .st-advantage-block-second {
    height: auto;
    position: relative;
    left: -15px;
    float: left;
    width: 20%;
    overflow: hidden;
    z-index: 2;
}
#layout-container .st-advantage-block.three .st-advantage-block-second .st-advantage-block-title {
    opacity: 0;
}
#layout-container .st-advantage-block.three .st-advantage-block-second .st-advantage-block-desc {
    opacity: 0;
}
#layout-container .st-advantage-block.three .st-advantage-block-second .st-advantage-block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: 15px solid rgba(0, 0, 0, 0.07);
    z-index: -1;
    transition: background 0.3s ease, border-color 0.3s ease;
}
#layout-container .st-advantage-block.three .st-advantage-block-second.hover {
    width: 60%;
    padding-left: 9%;
    z-index: 3;
}
#layout-container .st-advantage-block.three .st-advantage-block-second.hover .st-advantage-block-overlay {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.1);
}
#layout-container .st-advantage-block.three .st-advantage-block-second.hover .st-advantage-block-title.active {
    opacity: 1;
}
#layout-container .st-advantage-block.three .st-advantage-block-second.hover .st-advantage-block-desc.active {
    opacity: 1;
}
#layout-container .st-advantage-block.three .st-advantage-block-second.unactive {
    width: 20%;
    z-index: 2;
}
#layout-container .st-advantage-block.three .st-advantage-block-third {
    height: auto;
    position: relative;
    left: -30px;
    float: left;
    width: 20%;
    overflow: hidden;
}
#layout-container .st-advantage-block.three .st-advantage-block-third .st-advantage-block-title {
    opacity: 0;
}
#layout-container .st-advantage-block.three .st-advantage-block-third .st-advantage-block-desc {
    opacity: 0;
}
#layout-container .st-advantage-block.three .st-advantage-block-third .st-advantage-block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: 15px solid rgba(0, 0, 0, 0.07);
    z-index: -1;
    transition: background 0.3s ease, border-color 0.3s ease;
}
#layout-container .st-advantage-block.three .st-advantage-block-third.hover {
    width: 60%;
    padding-left: 9%;
    z-index: 3;
}
#layout-container .st-advantage-block.three .st-advantage-block-third.hover .st-advantage-block-title.active {
    opacity: 1;
}
#layout-container .st-advantage-block.three .st-advantage-block-third.hover .st-advantage-block-desc.active {
    opacity: 1;
}
#layout-container .st-advantage-block.three .st-advantage-block-third.hover .st-advantage-block-overlay {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.1);
}
#layout-container .st-advantage-block.three .st-advantage-block-third.unactive {
    width: 20%;
}
#layout-container .st-advantage-block.three .st-advantage-block-third.unactive .st-advantage-block-title {
    opacity: 0;
}
#layout-container .st-advantage-block.three .st-advantage-block-third.unactive .st-advantage-block-desc {
    opacity: 0;
}
#layout-container .st-advantage-block.four {
    left: 23px;
}
#layout-container .st-advantage-block.four .st-advantage-block-first {
    height: auto;
    position: relative;
    float: left;
    width: 50%;
    padding-left: 9%;
    z-index: 4;
}
#layout-container .st-advantage-block.four .st-advantage-block-first .st-advantage-block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    border: 15px solid rgba(0, 0, 0, 0.1);
    z-index: -1;
    transition: background 0.3s ease, border-color 0.3s ease;
}
#layout-container .st-advantage-block.four .st-advantage-block-first.hover .st-advantage-block-overlay {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.1);
}
#layout-container .st-advantage-block.four .st-advantage-block-first.hover .st-advantage-block-title.active {
    opacity: 1;
}
#layout-container .st-advantage-block.four .st-advantage-block-first.hover .st-advantage-block-desc.active {
    opacity: 1;
}
#layout-container .st-advantage-block.four .st-advantage-block-first.unactive {
    width: 16.66666667%;
    z-index: 2;
    padding-left: 5.4%;
}
#layout-container .st-advantage-block.four .st-advantage-block-first.unactive .st-advantage-block-overlay {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, 0.07);
}
#layout-container .st-advantage-block.four .st-advantage-block-first.unactive .st-advantage-block-title {
    opacity: 0;
}
#layout-container .st-advantage-block.four .st-advantage-block-first.unactive .st-advantage-block-desc {
    opacity: 0;
}
#layout-container .st-advantage-block.four .st-advantage-block-second {
    height: auto;
    position: relative;
    left: -15px;
    float: left;
    width: 16.66666667%;
    overflow: hidden;
    z-index: 3;
}
#layout-container .st-advantage-block.four .st-advantage-block-second .st-advantage-block-title {
    opacity: 0;
}
#layout-container .st-advantage-block.four .st-advantage-block-second .st-advantage-block-desc {
    opacity: 0;
}
#layout-container .st-advantage-block.four .st-advantage-block-second .st-advantage-block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: 15px solid rgba(0, 0, 0, 0.07);
    z-index: -1;
    transition: background 0.3s ease, border-color 0.3s ease;
}
#layout-container .st-advantage-block.four .st-advantage-block-second.hover {
    width: 50%;
    padding-left: 9%;
    z-index: 3;
}
#layout-container .st-advantage-block.four .st-advantage-block-second.hover .st-advantage-block-overlay {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.1);
}
#layout-container .st-advantage-block.four .st-advantage-block-second.hover .st-advantage-block-title.active {
    opacity: 1;
}
#layout-container .st-advantage-block.four .st-advantage-block-second.hover .st-advantage-block-desc.active {
    opacity: 1;
}
#layout-container .st-advantage-block.four .st-advantage-block-second.unactive {
    width: 16.66666667%;
    z-index: 2;
}
#layout-container .st-advantage-block.four .st-advantage-block-third {
    height: auto;
    position: relative;
    left: -30px;
    float: left;
    width: 16.66666667%;
    overflow: hidden;
    z-index: 2;
}
#layout-container .st-advantage-block.four .st-advantage-block-third .st-advantage-block-title {
    opacity: 0;
}
#layout-container .st-advantage-block.four .st-advantage-block-third .st-advantage-block-desc {
    opacity: 0;
}
#layout-container .st-advantage-block.four .st-advantage-block-third .st-advantage-block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: 15px solid rgba(0, 0, 0, 0.07);
    z-index: -1;
    transition: background 0.3s ease, border-color 0.3s ease;
}
#layout-container .st-advantage-block.four .st-advantage-block-third.hover {
    width: 50%;
    padding-left: 9%;
    z-index: 3;
}
#layout-container .st-advantage-block.four .st-advantage-block-third.hover .st-advantage-block-title.active {
    opacity: 1;
}
#layout-container .st-advantage-block.four .st-advantage-block-third.hover .st-advantage-block-desc.active {
    opacity: 1;
}
#layout-container .st-advantage-block.four .st-advantage-block-third.hover .st-advantage-block-overlay {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.1);
}
#layout-container .st-advantage-block.four .st-advantage-block-third.unactive {
    width: 16.66666667%;
}
#layout-container .st-advantage-block.four .st-advantage-block-third.unactive .st-advantage-block-title {
    opacity: 0;
}
#layout-container .st-advantage-block.four .st-advantage-block-third.unactive .st-advantage-block-desc {
    opacity: 0;
}
#layout-container .st-advantage-block.four .st-advantage-block-fourth {
    height: auto;
    position: relative;
    left: -45px;
    float: left;
    width: 16.66666667%;
    overflow: hidden;
    z-index: 1;
}
#layout-container .st-advantage-block.four .st-advantage-block-fourth .st-advantage-block-title {
    opacity: 0;
}
#layout-container .st-advantage-block.four .st-advantage-block-fourth .st-advantage-block-desc {
    opacity: 0;
}
#layout-container .st-advantage-block.four .st-advantage-block-fourth .st-advantage-block-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: 15px solid rgba(0, 0, 0, 0.07);
    z-index: -1;
    transition: background 0.3s ease, border-color 0.3s ease;
}
#layout-container .st-advantage-block.four .st-advantage-block-fourth.hover {
    width: 50%;
    padding-left: 9%;
    z-index: 3;
}
#layout-container .st-advantage-block.four .st-advantage-block-fourth.hover .st-advantage-block-title.active {
    opacity: 1;
}
#layout-container .st-advantage-block.four .st-advantage-block-fourth.hover .st-advantage-block-desc.active {
    opacity: 1;
}
#layout-container .st-advantage-block.four .st-advantage-block-fourth.hover .st-advantage-block-overlay {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 0, 0, 0.1);
}
#layout-container .st-advantage-block.four .st-advantage-block-fourth.unactive {
    width: 16.66666667%;
}
#layout-container .st-advantage-block.four .st-advantage-block-fourth.unactive .st-advantage-block-title {
    opacity: 0;
}
#layout-container .st-advantage-block.four .st-advantage-block-fourth.unactive .st-advantage-block-desc {
    opacity: 0;
}
#layout-container .st-vacancy-table {
    position: relative;
}
#layout-container .st-vacancy-table table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}
#layout-container .st-vacancy-table table thead th.st-vacancy-table-title {
    position: relative;
    width: 25%;
    height: 60px;
    padding-top: 5px;
    vertical-align: middle;
    background: #f1f0f0;
    font-size: 18px;
    color: #47588f;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 5px solid #d2d2d2;
    cursor: pointer;
    transition: all 0.3s ease;
}
#layout-container .st-vacancy-table table thead th.st-vacancy-table-title:first-child {
    width: 30%;
}
#layout-container .st-vacancy-table table thead th.st-vacancy-table-title:after {
    position: absolute;
    top: 1em;
    margin-left: 10px;
    color: #eb2229;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f0d7";
    opacity: 0;
    transition: opacity 0.3s ease;
}
#layout-container .st-vacancy-table table thead th.st-vacancy-table-title.asc {
    border-bottom-color: #eb2229;
}
#layout-container .st-vacancy-table table thead th.st-vacancy-table-title.asc:after {
    content: "\f0d7";
    opacity: 1;
}
#layout-container .st-vacancy-table table thead th.st-vacancy-table-title.desc {
    border-bottom-color: #eb2229;
}
#layout-container .st-vacancy-table table thead th.st-vacancy-table-title.desc:after {
    top: 18px;
    content: "\f0d8";
    opacity: 1;
}
#layout-container .st-vacancy-table table tbody tr td {
    border: none;
}
#layout-container .st-vacancy-table table tbody tr td.st-vacancy-table-position {
    width: 30%;
    height: 80px;
    padding: 0 35px;
    vertical-align: middle;
    color: #47588f;
    font-weight: 500;
}
#layout-container .st-vacancy-table table tbody tr td.st-vacancy-table-position a {
    transition: opacity 0.3s ease;
}
#layout-container .st-vacancy-table table tbody tr td.st-vacancy-table-position a:hover {
    opacity: 0.8;
}
#layout-container .st-vacancy-table table tbody tr td.st-vacancy-table-department {
    width: 25%;
    height: 80px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    color: #5b5b5b;
}
#layout-container .st-vacancy-table table tbody tr td.st-vacancy-table-location {
    width: 25%;
    height: 80px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    color: #5b5b5b;
}
#layout-container .st-vacancy-table table tbody tr td.st-vacancy-table-date {
    width: 20%;
    height: 80px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    color: #5b5b5b;
}
#layout-container .st-vacancy-table table tbody tr:nth-child(odd) {
    background: #f1f0f0;
}
#layout-container .st-contact-block {
    position: relative;
}
#layout-container .st-contact-block:before {
    display: table;
    content: " ";
}
#layout-container .st-contact-block:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-contact-block .st-contact-block-info {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-image {
    float: left;
    width: 63%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details {
    float: left;
    width: 37%;
    padding-left: 30px;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner {
    padding: 50px 60px;
    background-color: #47588f;
    color: #fff;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-details-info > div:last-child {
    margin-bottom: 25px;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-details-title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-address {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 14px;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-address i {
    position: absolute;
    top: 0.2em;
    left: 0;
    color: #eb2229;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-phone {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 14px;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-phone i {
    position: absolute;
    top: 0.2em;
    left: 0;
    color: #eb2229;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-email {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 14px;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-email i {
    position: absolute;
    top: 0.2em;
    left: 0;
    color: #eb2229;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-schedule {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 14px;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-schedule i {
    position: absolute;
    top: 0.2em;
    left: 0;
    color: #eb2229;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-socials .st-contact-block-socials-item {
    display: inline-block;
    width: 16.66666667%;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-socials .st-contact-block-socials-item a {
    display: block;
    background: #fff;
    height: 28px;
    width: 28px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px;
    color: #47588f;
    line-height: 32px;
    text-align: center;
}
#layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-socials .st-contact-block-socials-item a i {
    margin-top: 0.25em;
}
#layout-container .st-contact-block .st-contact-block-table {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
#layout-container .st-contact-block .st-contact-block-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
#layout-container .st-contact-block .st-contact-block-table table thead tr {
    background: #f1f0f0;
    border-bottom: 5px solid #d2d2d2;
}
#layout-container .st-contact-block .st-contact-block-table table thead tr th {
    width: 19%;
    height: 57px;
    padding: 0 15px;
    border: none;
    color: #47588f;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}
#layout-container .st-contact-block .st-contact-block-table table thead tr th:first-child {
    padding-left: 50px;
    width: 24%;
    text-align: left;
}
#layout-container .st-contact-block .st-contact-block-table table tbody tr:nth-child(even) {
    background: #f1f0f0;
}
#layout-container .st-contact-block .st-contact-block-table table tbody tr td {
    width: 19%;
    height: 55px;
    padding: 0 15px;
    border: none;
    color: #5b5b5b;
    font-size: 14px;
    text-align: center;
}
#layout-container .st-contact-block .st-contact-block-table table tbody tr td:first-child {
    padding-left: 50px;
    width: 24%;
    text-align: left;
}
#layout-container .st-contact-block .st-contact-block-form-wrapper {
    float: left;
    width: 37%;
    padding-right: 20px;
}
#layout-container .st-contact-block .st-contact-block-form-wrapper .st-contact-block-form-title {
    margin-bottom: 18px;
    color: #47588f;
    font-size: 18px;
    font-weight: 700;
}
#layout-container .st-contact-block .st-contact-block-form-wrapper .st-contact-block-form-title .st-h-before {
    margin-right: 12px;
}
#layout-container .st-contact-block .st-contact-block-form-wrapper .st-contact-block-form-title .st-h-before > i {
    display: inline-block;
    margin-bottom: -0.14em;
    width: 7px;
    height: 1em;
    background-color: #eb2229;
}
#layout-container .st-contact-block .st-contact-block-map {
    float: left;
    width: 63%;
}
#layout-container .st-contact-block .st-contact-block-map .st-contact-block-map-title {
    margin-bottom: 18px;
    color: #47588f;
    font-size: 18px;
    font-weight: 700;
}
#layout-container .st-contact-block .st-contact-block-map .st-contact-block-map-title .st-h-before {
    margin-right: 12px;
}
#layout-container .st-contact-block .st-contact-block-map .st-contact-block-map-title .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.14em;
    width: 7px;
    height: 1em;
    background-color: #eb2229;
}
#layout-container .st-contact-block .st-contact-block-right {
    position: relative;
    float: left;
    width: 25%;
}
#layout-container .st-map-select-container {
    background-color: #47588f;
}
#layout-container .st-map-select-container .st-map-select-options {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
#layout-container .st-map-select-container .st-map-select-options:before {
    display: table;
    content: " ";
}
#layout-container .st-map-select-container .st-map-select-options:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-map-select-container .st-map-select-options .st-map-select-message {
    float: left;
    width: 50%;
    font-size: 30px;
    line-height: 1.55em;
    font-weight: 700;
    color: #fff;
}
#layout-container .st-map-select-container .st-map-select-options .st-map-select-controls {
    float: left;
    width: 50%;
}
#layout-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-groups,
#layout-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-dealers {
    display: inline-block;
    width: 50%;
    padding-left: 20px;
}
#layout-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-groups .select2-container,
#layout-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-dealers .select2-container {
    background-color: #fff;
}
#layout-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-groups .select2-container .selection .select2-selection,
#layout-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-dealers .select2-container .selection .select2-selection {
    height: auto;
    padding: 10px;
    background: 0 0;
    border: none;
    border-radius: 0;
}
#layout-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-groups .select2-container .selection .select2-selection .select2-selection__rendered,
#layout-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-dealers .select2-container .selection .select2-selection .select2-selection__rendered {
    line-height: normal;
    font-style: italic;
    color: #47588f;
}
#layout-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-groups .select2-container .selection .select2-selection .select2-selection__arrow,
#layout-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-dealers .select2-container .selection .select2-selection .select2-selection__arrow {
    height: auto;
    top: 50%;
}
#layout-container .st-map-select-container .st-map-select-map {
    position: relative;
}
#layout-container .st-map-select-container .st-map-select-map > div {
    position: relative;
}
#layout-container .st-map-select-container .st-map-select-map > div .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:first-child {
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
}
#layout-container .st-map-select-container .st-map-select-map > div .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:last-child {
    background: #47588f !important;
}
#layout-container .st-map-select-container .st-map-select-map > div .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div:first-child > div {
    top: -10px !important;
    left: -7px !important;
    transform: skewX(45deg) !important;
    box-shadow: none !important;
    background: #47588f !important;
}
#layout-container .st-map-select-container .st-map-select-map > div .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div:first-child > div.gm-style {
    transform: skewX(0deg) !important;
}
#layout-container .st-map-select-container .st-map-select-map > div .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div:nth-child(2) > div {
    top: -10px !important;
    left: 12px !important;
    transform: skewX(-45deg) !important;
    box-shadow: none !important;
    background: #47588f !important;
}
#layout-container .st-map-select-container .st-map-select-map > div .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div:nth-child(2) > div.gm-style {
    transform: skewX(0deg) !important;
}
#layout-container .st-map-select-container .st-map-select-map > div .gm-style .gm-style-iw {
    top: 0 !important;
    margin-top: 9px;
    padding: 5px;
    text-align: center;
    overflow: hidden !important;
}
#layout-container .st-map-select-container .st-map-select-map > div .gm-style .gm-style-iw div {
    background-color: #47588f;
    color: #fff;
    overflow: hidden !important;
}
#layout-container .st-map-select-container .st-map-select-map > div .gm-style .gm-style-iw div .view-link a {
    background-color: #47588f;
    color: #fff;
}
#layout-container .st-map-select-container .st-map-select-map > div .gm-style .gm-style-iw h3 {
    display: block;
    margin: 0;
    padding: 5px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
#layout-container .st-map-select-container .st-map-select-map > div .gm-style .gm-style-iw + div {
    display: none !important;
}
#layout-container .st-map-select-container .st-map-select-map > div .gm-style .transit-div-line-name .renderable-component-text-box-white {
    color: #474747;
}
#layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info {
    position: absolute;
    width: 1200px;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner {
    display: none;
    position: absolute;
    max-width: 420px;
    top: 50%;
    right: 0;
    padding: 50px 60px 35px;
    transform: translateY(-50%);
    color: #fff;
    background-color: #47588f;
    z-index: 2;
}
#layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner h3.st-map-select-info-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 0;
}
#layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner .st-map-select-info-subtitle {
    color: #e0e0e0;
}
#layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner .st-map-select-info-subtitle + div {
    margin-top: 40px;
}
#layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner .st-map-select-info-location,
#layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner .st-map-select-info-phone,
#layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner .st-map-select-info-email,
#layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner .st-map-select-info-schedule {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 14px;
}
#layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner .st-map-select-info-location i,
#layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner .st-map-select-info-phone i,
#layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner .st-map-select-info-email i,
#layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner .st-map-select-info-schedule i {
    position: absolute;
    top: 0.2em;
    left: 0;
    color: #eb2229;
}
#layout-container .st-posts-module.st-normal-padding .st-posts-module-single {
    padding: 0 10px;
}
#layout-container .st-posts-module.st-narrow-padding .st-posts-module-single {
    padding: 0 5px;
}
#layout-container .st-posts-module.four-column .st-posts-module-single .st-posts-module-quote {
    padding: 60px 40px 35px;
}
#layout-container .st-posts-module.fitRows.one-column .st-posts-module-single {
    width: 100%;
}
#layout-container .st-posts-module.fitRows.two-column .st-posts-module-single {
    width: 50%;
}
#layout-container .st-posts-module.fitRows.three-column .st-posts-module-single {
    width: 33.33333333%;
}
#layout-container .st-posts-module.fitRows.four-column .st-posts-module-single {
    width: 25%;
}
#layout-container .st-posts-module.masonry {
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}
#layout-container .st-posts-module.masonry.one-column .st-posts-module-single {
    width: 100%;
}
#layout-container .st-posts-module.masonry.two-column .st-posts-module-single {
    width: 50%;
}
#layout-container .st-posts-module.masonry.three-column .st-posts-module-single {
    width: 33.33333333%;
}
#layout-container .st-posts-module.masonry.four-column .st-posts-module-single {
    width: 25%;
}
#layout-container .st-posts-module .st-posts-module-single {
    float: left;
    margin-bottom: 60px;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-thumbnail {
    position: relative;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-thumbnail img {
    width: 100%;
    vertical-align: top;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-thumbnail .st-posts-module-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(71, 88, 143, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-thumbnail .st-posts-module-overlay .overlay-inner-icon {
    position: relative;
    align-self: center;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    background: rgba(0, 0, 0, 0.3);
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-thumbnail .st-posts-module-overlay .overlay-inner-icon:before {
    position: absolute;
    top: 13px;
    left: 14px;
    font: normal normal normal 30px/1 linea-basic-10;
    color: #fff;
    content: "8";
    transition: color 0.4s ease;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-thumbnail .st-posts-module-overlay .overlay-inner-icon:hover:before {
    color: #eb2229;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-thumbnail .st-posts-module-overlay .overlay-inner-left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    transition: all 0.4s;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-thumbnail .st-posts-module-overlay .overlay-inner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-right: 1px solid #fff;
    transition: all 0.4s;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-thumbnail:hover .st-posts-module-overlay {
    opacity: 1;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-thumbnail:hover .st-posts-module-overlay .overlay-inner-left {
    top: 25px;
    left: 25px;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-thumbnail:hover .st-posts-module-overlay .overlay-inner-right {
    right: 25px;
    bottom: 25px;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-gallery .st-posts-module-gallery-inner {
    overflow: hidden;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-gallery .st-posts-module-gallery-inner .slick-list .slick-track img {
    vertical-align: top;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-gallery .st-posts-module-gallery-inner .slick-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -25px;
    padding: 0;
    border: none;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease, left 0.3s ease;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-gallery .st-posts-module-gallery-inner .slick-prev:before {
    content: "\f104";
    display: inline-block;
    margin-left: -2px;
    font: normal normal normal 24px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-gallery .st-posts-module-gallery-inner .slick-next {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -25px;
    padding: 0;
    border: none;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease, right 0.3s ease;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-gallery .st-posts-module-gallery-inner .slick-next:before {
    content: "\f105";
    display: inline-block;
    margin-right: -2px;
    font: normal normal normal 24px/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-gallery .st-posts-module-gallery-inner:hover .slick-prev {
    left: 0;
    opacity: 1;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-gallery .st-posts-module-gallery-inner:hover .slick-next {
    right: 0;
    opacity: 1;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-gallery .post-gallery-progress {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-gallery .post-gallery-progress .progress {
    width: 0;
    height: 5px;
    background: rgba(255, 255, 255, 0.25);
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-video iframe {
    height: 100%;
    max-height: 100%;
    vertical-align: top;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-audio iframe {
    height: 100%;
    max-height: 100%;
    vertical-align: top;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-quote {
    max-width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 60px 60px 35px;
    border: 1px solid #d2d2d2;
    margin: 0;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-quote h3 {
    display: none;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-quote blockquote {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-left: none;
    color: #5b5b5b;
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    z-index: 1;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-quote blockquote:before {
    position: absolute;
    top: -25px;
    left: -25px;
    content: "\f10e";
    font: normal normal normal 100px/1 FontAwesome;
    color: #eee;
    text-decoration: none;
    z-index: -1;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-quote .st-posts-module-quote-author {
    width: 100%;
    margin-top: 30px;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 700;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-title {
    padding: 15px 0;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-title a h3 {
    padding: 0;
    color: #47588f;
    font-size: 18px;
    line-height: 1.65em;
    transition: all 0.3s ease;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-title a h3:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 11px;
    height: 16px;
    margin-right: 12px;
    margin-top: -0.1em;
    background: #eb2229;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-title a h3:hover {
    color: #eb2229;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-date {
    display: inline-block;
    margin-right: 3%;
    color: #999;
    font-size: 14px;
    font-style: italic;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-post-author {
    display: inline-block;
    margin-right: 3%;
    color: #999;
    font-size: 14px;
    font-style: italic;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-post-author span {
    display: inline-block;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-post-comments-amount {
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-style: italic;
}
#layout-container .st-posts-module .st-posts-module-single .st-posts-module-post-comments-amount span {
    display: inline-block;
}
#layout-container .st-pages-grid-module.st-normal-padding .st-pages-grid-items .st-pages-grid-item {
    padding: 0 10px;
}
#layout-container .st-pages-grid-module.st-narrpw-padding .st-pages-grid-items .st-pages-grid-item {
    padding: 0 5px;
}
#layout-container .st-pages-grid-module .st-pages-grid-items.fitRows.one-column .st-pages-grid-item {
    width: 100%;
}
#layout-container .st-pages-grid-module .st-pages-grid-items.fitRows.two-column .st-pages-grid-item {
    width: 50%;
}
#layout-container .st-pages-grid-module .st-pages-grid-items.fitRows.three-column .st-pages-grid-item {
    width: 33.33333333%;
}
#layout-container .st-pages-grid-module .st-pages-grid-items.fitRows.four-column .st-pages-grid-item {
    width: 25%;
}
#layout-container .st-pages-grid-module .st-pages-grid-items.masonry {
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}
#layout-container .st-pages-grid-module .st-pages-grid-items.masonry.one-column .st-pages-grid-item {
    width: 100%;
}
#layout-container .st-pages-grid-module .st-pages-grid-items.masonry.two-column .st-pages-grid-item {
    width: 50%;
}
#layout-container .st-pages-grid-module .st-pages-grid-items.masonry.three-column .st-pages-grid-item {
    width: 33.33333333%;
}
#layout-container .st-pages-grid-module .st-pages-grid-items.masonry.four-column .st-pages-grid-item {
    width: 25%;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item {
    float: left;
    margin-bottom: 20px;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-thumbnail {
    position: relative;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-thumbnail a img {
    vertical-align: top;
    width: 100%;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-thumbnail a .st-pages-grid-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(71, 88, 143, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-thumbnail a .st-pages-grid-item-overlay .overlay-inner-icon {
    position: relative;
    align-self: center;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    background: rgba(0, 0, 0, 0.3);
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-thumbnail a .st-pages-grid-item-overlay .overlay-inner-icon:before {
    position: absolute;
    top: 13px;
    left: 14px;
    font: normal normal normal 30px/1 linea-basic-10;
    color: #fff;
    content: "8";
    transition: color 0.4s ease;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-thumbnail a .st-pages-grid-item-overlay .overlay-inner-icon:hover:before {
    color: #eb2229;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-thumbnail a .st-pages-grid-item-overlay .overlay-inner-left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    transition: all 0.4s;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-thumbnail a .st-pages-grid-item-overlay .overlay-inner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-right: 1px solid #fff;
    transition: all 0.4s;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-thumbnail:hover .st-pages-grid-item-overlay {
    opacity: 1;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-thumbnail:hover .st-pages-grid-item-overlay .overlay-inner-left {
    top: 25px;
    left: 25px;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-thumbnail:hover .st-pages-grid-item-overlay .overlay-inner-right {
    right: 25px;
    bottom: 25px;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-title {
    padding: 18px 0 15px;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-title a h4 {
    padding: 0;
    color: #47588f;
    font-size: 18px;
    transition: color 0.3s ease;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-title a h4:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 7px;
    height: 15px;
    margin-right: 12px;
    margin-top: -3px;
    background: #eb2229;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-title a h4:hover {
    color: #eb2229;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-excerpt {
    color: #999;
    font-size: 14px;
    line-height: 1.4em;
    padding-bottom: 20px;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-read-more {
    position: relative;
    color: #47588f;
    font-size: 14px;
    font-weight: 700;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-read-more a {
    transition: all 0.3s ease;
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-read-more a:after {
    position: relative;
    top: 0.1em;
    margin-left: 7px;
    color: #eb2229;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
}
#layout-container .st-pages-grid-module .st-pages-grid-items .st-pages-grid-item .st-pages-grid-item-read-more a:hover {
    color: #eb2229;
    margin-left: 5px;
}
#layout-container .st-process-module {
    position: relative;
    padding: 60px;
}
#layout-container .st-process-module .st-process-module-inner {
    position: relative;
    z-index: 1;
}
#layout-container .st-process-module .st-process-module-inner .st-process-module-title {
    font-size: 40px;
    text-align: right;
}
#layout-container .st-process-module .st-process-module-inner .st-process-module-desc {
    height: 80px;
}
#layout-container .st-process-module .st-process-module-bg-content span {
    position: absolute;
    top: 5px;
    left: -5px;
    font-size: 200px;
    font-weight: 700;
}
#layout-container .st-process-module .st-process-module-bg-content i {
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 180px;
}
#layout-container .st-process-module-b {
    position: relative;
    top: 0;
    opacity: 0.8;
    padding: 60px 25px 60px 30px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
}
#layout-container .st-process-module-b .st-process-module-b-inner {
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    left: 0;
}
#layout-container .st-process-module-b .st-process-module-b-inner .st-process-module-b-title {
    font-size: 44px;
    text-align: right;
}
#layout-container .st-process-module-b .st-process-module-b-inner .st-process-module-b-desc {
    font-size: 22px;
    text-align: right;
}
#layout-container .st-process-module-b .st-process-module-b-bg-content span {
    position: absolute;
    bottom: -20px;
    right: 15px;
    font-size: 70px;
    font-weight: 700;
    transition: all 0.4s ease;
}
#layout-container .st-process-module-b .st-process-module-b-bg-content i {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 180px;
    transition: all 0.4s ease;
}
#layout-container .st-process-module-b.with-margins {
    margin: 0 4px;
}
#layout-container .st-process-module-b:hover {
    opacity: 1;
}
#layout-container .st-process-module-b:hover .st-process-module-b-inner {
    left: -15px;
}
#layout-container .st-process-module-b:hover .st-process-module-b-bg-content i {
    transform: scale(2);
}
#layout-container .st-process-module-b:hover .st-process-module-b-bg-content span {
    right: -100px;
}
#layout-container .st-single-project {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}
#layout-container .st-single-project .st-single-project-inner {
    position: relative;
    padding: 30px 50px;
    height: 100%;
    bottom: -230px;
    transition: all 0.4s ease-out;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #47588f;
    opacity: 0.8;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-info {
    position: relative;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-info i {
    display: inline-block;
    color: #eb2229;
    font-size: 44px;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-info .st-single-project-title {
    display: inline-block;
    margin-left: 35px;
    margin-bottom: 30px;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-info .st-single-project-title h3 {
    padding-bottom: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-info .st-single-project-title span {
    font-size: 16px;
    font-style: italic;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-info .st-single-project-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    height: 175px;
    overflow: hidden;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-link {
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 12px;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-link a {
    position: relative;
    padding-right: 9px;
    transition: all 0.4s ease;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-link a:after {
    position: relative;
    top: 0.1em;
    margin-left: 7px;
    color: #eb2229;
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f105";
    transition: all 0.4s ease;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-link a:hover {
    color: #eb2229;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-link a:hover:after {
    margin-left: 10px;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-overlay-left {
    position: absolute;
    bottom: 25px;
    left: 25px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 125px;
    width: 125px;
    transition: all 0.4s;
}
#layout-container .st-single-project .st-single-project-inner .st-single-project-overlay-right {
    position: absolute;
    bottom: 25px;
    right: 25px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    height: 125px;
    width: 125px;
    transition: all 0.4s;
}
#layout-container .st-single-project:hover .st-single-project-inner {
    bottom: 0;
}
#layout-container .st-product-carousel {
    width: 100%;
}
#layout-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item {
    margin: 0 50px;
}
#layout-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item .st-product-carousel-img {
    position: relative;
    width: 50%;
    float: left;
    padding-right: 40px;
}
#layout-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item .st-product-carousel-info {
    position: relative;
    width: 50%;
    float: left;
    padding-top: 80px;
    padding-left: 40px;
}
#layout-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item .st-product-carousel-info .st-product-carousel-mark {
    position: absolute;
    top: 0;
    padding: 10px 30px;
    color: #fff;
    background: #eb2229;
    font-size: 18px;
}
#layout-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item .st-product-carousel-info .st-product-carousel-title {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-size: 36px;
}
#layout-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item .st-product-carousel-info .st-product-carousel-desc {
    color: #fff;
    margin-bottom: 30px;
}
#layout-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item .st-product-carousel-info .st-product-carousel-link {
    font-weight: 600;
    color: #eb2229;
}
#layout-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item .st-product-carousel-info .st-product-carousel-link:after {
    position: relative;
    top: 0.08em;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
    margin-left: 5px;
    transition: margin-left 0.3s ease;
}
#layout-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item .st-product-carousel-info .st-product-carousel-link:hover:after {
    margin-left: 10px;
}
#layout-container .st-product-carousel .st-product-carousel-slider .slick-arrow {
    font-size: 1em;
    opacity: 0;
    transition: opacity 0.4s ease;
}
#layout-container .st-product-carousel .st-product-carousel-slider .slick-arrow.slick-prev {
    left: 0;
    z-index: 2;
}
#layout-container .st-product-carousel .st-product-carousel-slider .slick-arrow.slick-prev:before {
    content: "\f104";
    font: normal normal normal 32px/1 FontAwesome;
    color: #fff;
    transition: all 0.3s ease;
}
#layout-container .st-product-carousel .st-product-carousel-slider .slick-arrow.slick-next {
    right: 0;
}
#layout-container .st-product-carousel .st-product-carousel-slider .slick-arrow.slick-next:before {
    content: "\f105";
    font: normal normal normal 32px/1 FontAwesome;
    color: #fff;
    transition: all 0.3s ease;
}
#layout-container .st-product-carousel:hover .st-product-carousel-slider .slick-arrow {
    opacity: 1;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track:before {
    display: table;
    content: " ";
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item {
    border: none !important;
    background: #f1f0f0;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item:before {
    display: table;
    content: " ";
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-img {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-info {
    float: left;
    position: relative;
    width: 50%;
    padding: 100px 150px 80px 100px;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-info .st-vertical-carousel-title-wrapper {
    position: relative;
    margin-bottom: 50px;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-info .st-vertical-carousel-title-wrapper .st-vertical-carousel-title {
    margin-left: 40px;
    padding-bottom: 0;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-info .st-vertical-carousel-title-wrapper .st-vertical-carousel-title h3 {
    padding-bottom: 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-info .st-vertical-carousel-title-wrapper .st-vertical-carousel-subtitle {
    margin-left: 40px;
    font-size: 20px;
    color: #999;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-info .st-vertical-carousel-title-wrapper .st-vertical-carousel-title-sep {
    position: absolute;
    top: 0.3em;
    left: 0;
    height: 87%;
    width: 7px;
    background: #eb2229;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-info .st-vertical-carousel-desc {
    color: #5b5b5b;
    margin-bottom: 40px;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-info a.st-vertical-carousel-link {
    font-size: 14px;
    font-weight: 700;
    color: #47588f;
    transition: all 0.3s ease;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-info a.st-vertical-carousel-link:after {
    position: relative;
    top: 0.1em;
    margin-left: 7px;
    color: #eb2229;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-info a.st-vertical-carousel-link:hover {
    color: #eb2229;
    margin-left: 5px;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider ul.slick-dots {
    position: absolute;
    transform: none;
    top: 50%;
    bottom: auto;
    right: 60px;
    width: auto;
    margin: 0;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider ul.slick-dots li {
    display: block;
    margin: 12px 5px;
    padding: 0;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider ul.slick-dots li:before {
    display: none;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider ul.slick-dots li button:before {
    font-size: 15px;
    color: #d2d2d2;
    opacity: 1;
    transition: color 0.3s ease, font-size 0.1s;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider ul.slick-dots li button:hover:before {
    color: #eb2229;
}
#layout-container .st-vertical-carousel .st-vertical-carousel-slider ul.slick-dots li.slick-active button:before {
    font-size: 20px;
    color: #eb2229;
}
#layout-container .st-product-info .st-product-info-inner {
    padding: 50px 50px 30px;
}
#layout-container .st-product-info .st-product-info-inner .st-product-info-title-wrapper {
    position: relative;
    margin-bottom: 30px;
}
#layout-container .st-product-info .st-product-info-inner .st-product-info-title-wrapper .st-product-info-title-sep {
    position: absolute;
    top: 0;
    left: 0;
    height: 87%;
    width: 7px;
    background: #7e91cc;
}
#layout-container .st-product-info .st-product-info-inner .st-product-info-title-wrapper .st-product-info-title {
    margin-left: 30px;
    padding-bottom: 0;
    font-size: 36px;
    font-weight: 700;
}
#layout-container .st-product-info .st-product-info-inner .st-product-info-title-wrapper .st-product-info-subtitle {
    margin-left: 30px;
    font-size: 24px;
    font-weight: 700;
}
#layout-container .st-product-info .st-product-info-inner .st-product-info-short-desc {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
}
#layout-container .st-product-info .st-product-info-inner .st-product-info-desc ul li {
    position: relative;
    margin-left: 1.5em;
    padding-bottom: 0.7em;
}
#layout-container .st-product-info .st-product-info-inner .st-product-info-desc ul li:before {
    top: 0.45em;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7e91cc;
    left: -25px;
}
#layout-container .st-product-info .st-product-info-inner .st-product-info-link {
    font-size: 14px;
    font-weight: 600;
    color: #47588f;
    transition: all 0.3s ease;
}
#layout-container .st-product-info .st-product-info-inner .st-product-info-link:after {
    position: relative;
    top: 0.12em;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
    color: #eb2229;
    margin-left: 5px;
    transition: all 0.3s ease;
}
#layout-container .st-product-info .st-product-info-inner .st-product-info-link:hover {
    color: #eb2229;
}
#layout-container .st-product-info .st-product-info-inner .st-product-info-link:hover:after {
    margin-left: 10px;
}
#layout-container .st-product-info.align-right {
    text-align: right;
}
#layout-container .st-product-info.align-right .st-product-info-inner .st-product-info-title-wrapper .st-product-info-title-sep {
    left: auto;
    right: 0;
}
#layout-container .st-product-info.align-right .st-product-info-inner .st-product-info-title-wrapper .st-product-info-title {
    margin-right: 30px;
}
#layout-container .st-product-info.align-right .st-product-info-inner .st-product-info-title-wrapper .st-product-info-subtitle {
    margin-right: 30px;
}
#layout-container .st-product-info.align-right .st-product-info-inner .st-product-info-desc ul li {
    margin-right: 1.5em;
}
#layout-container .st-product-info.align-right .st-product-info-inner .st-product-info-desc ul li:before {
    left: auto;
    right: -25px;
}
#layout-container .st-page-navigation {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}
#layout-container .st-page-navigation .st-page-navigation-item {
    display: inline-block;
    width: 25%;
    margin: 35px 0;
    padding: 5px 0;
    border-right: 1px solid #fff;
}
#layout-container .st-page-navigation .st-page-navigation-item .st-page-navigation-link .st-h-before {
    margin-right: 18px;
}
#layout-container .st-page-navigation .st-page-navigation-item .st-page-navigation-link .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.2em;
    width: 7px;
    height: 1.2em;
    background-color: #eb2229;
}
#layout-container .st-page-navigation .st-page-navigation-item .st-page-navigation-link span {
    font-size: 20px;
    color: #fff;
    transition: color 0.3s ease;
}
#layout-container .st-page-navigation .st-page-navigation-item .st-page-navigation-link:hover span {
    color: #eb2229;
}
#layout-container .st-page-navigation .st-page-navigation-item:last-child {
    border-right: none;
}
#layout-container .st-single-service {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}
#layout-container .st-single-service .st-single-service-inner {
    position: relative;
    padding: 30px 50px;
    height: 100%;
    bottom: -230px;
    transition: all 0.4s ease-out;
}
#layout-container .st-single-service .st-single-service-inner .st-single-service-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #47588f;
    opacity: 0.8;
}
#layout-container .st-single-service .st-single-service-inner .st-single-service-info {
    position: relative;
}
#layout-container .st-single-service .st-single-service-inner .st-single-service-info .st-single-service-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
#layout-container .st-single-service .st-single-service-inner .st-single-service-info .st-single-service-title h3 {
    padding-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
#layout-container .st-single-service .st-single-service-inner .st-single-service-info .st-single-service-title h3:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 11px;
    height: 16px;
    margin-right: 12px;
    margin-top: -0.2em;
    background: #eb2229;
}
#layout-container .st-single-service .st-single-service-inner .st-single-service-info .st-single-service-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    height: 175px;
    overflow: hidden;
}
#layout-container .st-single-service .st-single-service-inner .st-single-service-link {
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 12px;
    font-size: 14px;
}
#layout-container .st-single-service .st-single-service-inner .st-single-service-link a {
    position: relative;
    padding-right: 9px;
    transition: all 0.4s ease;
}
#layout-container .st-single-service .st-single-service-inner .st-single-service-link a:after {
    position: relative;
    top: 0.1em;
    margin-left: 7px;
    color: #fff;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
    transition: all 0.4s ease;
}
#layout-container .st-single-service .st-single-service-inner .st-single-service-link a:hover:after {
    margin-left: 12px;
}
#layout-container .st-single-service .st-single-service-inner .st-single-service-overlay-left {
    position: absolute;
    bottom: 25px;
    left: 25px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    transition: all 0.4s;
}
#layout-container .st-single-service .st-single-service-inner .st-single-service-overlay-right {
    position: absolute;
    bottom: 25px;
    right: 25px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    transition: all 0.4s;
}
#layout-container .st-single-service:hover .st-single-service-inner {
    bottom: 0;
}
#layout-container .st-mini-service-box {
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
#layout-container .st-mini-service-box .st-mini-service-box-inner {
    position: relative;
    top: 170px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
    padding: 0 30px;
    transition: top 0.4s ease;
}
#layout-container .st-mini-service-box .st-mini-service-box-inner .st-mini-service-box-title-wrapper {
    transition: padding 0.4s ease;
}
#layout-container .st-mini-service-box .st-mini-service-box-inner .st-mini-service-box-title-wrapper i {
    width: 12%;
    display: inline-block;
    vertical-align: top;
    height: 80px;
    font-size: 32px;
    line-height: 80px;
    color: #eb2229;
}
#layout-container .st-mini-service-box .st-mini-service-box-inner .st-mini-service-box-title-wrapper > div {
    width: 88%;
    display: inline-block;
    line-height: 80px;
    vertical-align: middle;
}
#layout-container .st-mini-service-box .st-mini-service-box-inner .st-mini-service-box-title-wrapper > div h3.st-mini-service-box-title {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
    color: #fff;
}
#layout-container .st-mini-service-box .st-mini-service-box-inner .st-mini-service-box-desc {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 30px;
}
#layout-container .st-mini-service-box .st-mini-service-box-inner a.st-mini-service-box-link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease;
}
#layout-container .st-mini-service-box .st-mini-service-box-inner a.st-mini-service-box-link:after {
    position: relative;
    top: 0.1em;
    margin-left: 7px;
    color: #eb2229;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
}
#layout-container .st-mini-service-box .st-mini-service-box-inner a.st-mini-service-box-link:hover {
    color: #eb2229;
    margin-left: 5px;
}
#layout-container .st-mini-service-box:hover .st-mini-service-box-inner {
    top: 0;
}
#layout-container .st-mini-service-box:hover .st-mini-service-box-inner .st-mini-service-box-title-wrapper {
    padding: 30px 0 0;
}
#layout-container .st-service-box {
    overflow: hidden;
    background-color: #47588f;
}
#layout-container .st-service-box.st-service-box-dark-bg {
    background-color: rgba(255, 255, 255, 0.2);
}
#layout-container .st-service-box .st-service-box-inner .st-service-box-image {
    position: relative;
    top: 0;
    height: 240px;
    background-size: cover;
    background-position: center center;
    transition: opacity 0.3s ease, top 0.3s ease;
}
#layout-container .st-service-box .st-service-box-inner .st-service-box-info {
    position: relative;
    top: 0;
    height: 240px;
    padding: 45px 40px 30px;
    transition: top 0.5s ease;
}
#layout-container .st-service-box .st-service-box-inner .st-service-box-info .st-service-box-title h3 {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 26px;
    color: #fff;
}
#layout-container .st-service-box .st-service-box-inner .st-service-box-info .st-service-box-title h3 .st-h-before {
    margin-right: 18px;
}
#layout-container .st-service-box .st-service-box-inner .st-service-box-info .st-service-box-title h3 .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.03em;
    width: 0;
    height: 0.7em;
    background-color: #eb2229;
}
#layout-container .st-service-box .st-service-box-inner .st-service-box-info .st-service-box-title h3 .st-h-before > i + i + i + i {
    display: inline-block;
    width: 11px;
}
#layout-container .st-service-box .st-service-box-inner .st-service-box-info .st-service-box-subtitle {
    color: #fff;
    height: 150px;
}
#layout-container .st-service-box .st-service-box-inner .st-service-box-info .st-service-box-desc {
    color: #fff;
}
#layout-container .st-service-box .st-service-box-inner .st-service-box-info .st-service-box-desc ul {
    list-style: disc;
    padding-left: 15px;
}
#layout-container .st-service-box .st-service-box-inner .st-service-box-info .st-service-box-desc ul li:before {
    display: none;
}
#layout-container .st-service-box:hover .st-service-box-inner .st-service-box-image {
    opacity: 0;
    top: -240px;
}
#layout-container .st-service-box:hover .st-service-box-inner .st-service-box-info {
    top: -240px;
}
#layout-container .st-advantage-box {
    position: relative;
    padding: 100px 80px 50px;
    z-index: 1;
    overflow: hidden;
}
#layout-container .st-advantage-box .st-advantage-box-bg {
    position: absolute;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -moz-transition: all 5s ease;
    -webkit-transition: all 5s ease;
    transition: all 5s ease;
}
#layout-container .st-advantage-box .st-advantage-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#layout-container .st-advantage-box:hover .st-advantage-box-bg {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
#layout-container .st-advantage-box .st-advantage-box-info .st-advantage-box-title {
    margin-bottom: 30px;
}
#layout-container .st-advantage-box .st-advantage-box-info .st-advantage-box-title h3 {
    padding-bottom: 0;
    font-size: 32px;
}
#layout-container .st-advantage-box .st-advantage-box-info .st-advantage-box-title h3 .st-h-before {
    margin-right: 15px;
}
#layout-container .st-advantage-box .st-advantage-box-info .st-advantage-box-title h3 .st-h-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.04em;
    width: 7px;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container .st-advantage-box .st-advantage-box-info .st-advantage-box-desc {
    font-size: 16px;
    line-height: 1.5em;
}
#layout-container .st-advantage-box .st-advantage-box-info .st-advantage-box-link {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    padding: 8px 20px;
    color: #fff;
    background-color: #eb2229;
    overflow: hidden;
    transition: all 0.4s ease;
}
#layout-container .st-advantage-box .st-advantage-box-info .st-advantage-box-link .st-advantage-box-link-text {
    display: block;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .st-advantage-box .st-advantage-box-info .st-advantage-box-link .st-advantage-box-link-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .st-advantage-box .st-advantage-box-info .st-advantage-box-link .st-advantage-box-link-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .st-advantage-box .st-advantage-box-info .st-advantage-box-link:hover .st-advantage-box-link-text {
    transform: translateX(500px);
}
#layout-container .st-advantage-box .st-advantage-box-info .st-advantage-box-link:hover .st-advantage-box-link-icon {
    left: 0;
}
#layout-container .st-equal-height .st-advantage-box {
    height: 100%;
}
#layout-container .st-simple-contact-box {
    width: 250px;
    margin: 0 auto;
}
#layout-container .st-simple-contact-box .st-simple-contact-box-inner .st-simple-contact-box-icon {
    float: left;
    width: 100px;
}
#layout-container .st-simple-contact-box .st-simple-contact-box-inner .st-simple-contact-box-icon i {
    margin-left: 15px;
    font-size: 56px;
    color: #eb2229;
}
#layout-container .st-simple-contact-box .st-simple-contact-box-inner .st-simple-contact-box-icon .st-simple-contact-box-icon-image img {
    margin-left: 15px;
    width: 65px;
    height: auto;
}
#layout-container .st-simple-contact-box .st-simple-contact-box-inner .st-simple-contact-box-info {
    float: left;
    width: 150px;
}
#layout-container .st-simple-contact-box .st-simple-contact-box-inner .st-simple-contact-box-info .st-simple-contact-box-title {
    margin-bottom: 20px;
}
#layout-container .st-simple-contact-box .st-simple-contact-box-inner .st-simple-contact-box-info .st-simple-contact-box-title h4 {
    padding-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6em;
}
#layout-container .st-simple-contact-box .st-simple-contact-box-inner .st-simple-contact-box-info .st-simple-contact-box-desc {
    font-size: 14px;
}
#layout-container .st-pagination-block {
    position: relative;
}
#layout-container .st-pagination-block:before {
    display: table;
    content: " ";
}
#layout-container .st-pagination-block:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-pagination-block .st-pagination-block-previous {
    float: left;
    width: 600px;
    padding-left: 150px;
}
#layout-container .st-pagination-block .st-pagination-block-previous:before {
    display: table;
    content: " ";
}
#layout-container .st-pagination-block .st-pagination-block-previous:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-pagination-block .st-pagination-block-previous .st-pagination-block-post-thumbnail {
    position: relative;
    float: left;
    width: 85px;
    height: 85px;
    background-color: #eb2229;
    border-radius: 85px;
    background-size: cover;
    background-position: center center;
}
#layout-container .st-pagination-block .st-pagination-block-previous .st-pagination-block-post-thumbnail .st-pagination-block-post-thumbnail-inner {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 87px;
    height: 87px;
    border-radius: 100%;
    border: 1px solid #ef5156;
    background-color: #ef5156;
    opacity: 1;
    z-index: 2;
    transition: opacity 0.3s ease;
}
#layout-container .st-pagination-block .st-pagination-block-previous .st-pagination-block-post-thumbnail .st-pagination-block-post-thumbnail-inner i {
    position: absolute;
    top: 28px;
    left: 36px;
    font-size: 28px;
    color: #fff;
}
#layout-container .st-pagination-block .st-pagination-block-previous .st-pagination-block-post-thumbnail:hover .st-pagination-block-post-thumbnail-inner {
    opacity: 0;
}
#layout-container .st-pagination-block .st-pagination-block-previous .st-pagination-block-inner {
    float: left;
    margin-left: 40px;
    width: 250px;
}
#layout-container .st-pagination-block .st-pagination-block-previous .st-pagination-block-inner .st-pagination-block-post-title {
    margin-bottom: 10px;
    padding-top: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #47588f;
}
#layout-container .st-pagination-block .st-pagination-block-previous .st-pagination-block-inner .st-pagination-block-post-category {
    font-size: 14px;
    font-style: italic;
    color: #5b5b5b;
}
#layout-container .st-pagination-block .st-pagination-block-next {
    float: right;
    width: 600px;
    padding-right: 150px;
}
#layout-container .st-pagination-block .st-pagination-block-next:before {
    display: table;
    content: " ";
}
#layout-container .st-pagination-block .st-pagination-block-next:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-pagination-block .st-pagination-block-next .st-pagination-block-post-thumbnail {
    position: relative;
    float: right;
    width: 85px;
    height: 85px;
    background-color: #eb2229;
    border-radius: 85px;
    background-size: cover;
    background-position: center center;
}
#layout-container .st-pagination-block .st-pagination-block-next .st-pagination-block-post-thumbnail .st-pagination-block-post-thumbnail-inner {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 87px;
    height: 87px;
    border-radius: 100%;
    border: 1px solid #ef5156;
    background-color: #ef5156;
    opacity: 1;
    z-index: 2;
    transition: opacity 0.3s ease;
}
#layout-container .st-pagination-block .st-pagination-block-next .st-pagination-block-post-thumbnail .st-pagination-block-post-thumbnail-inner i {
    position: absolute;
    top: 28px;
    left: 40px;
    font-size: 28px;
    color: #fff;
}
#layout-container .st-pagination-block .st-pagination-block-next .st-pagination-block-post-thumbnail:hover .st-pagination-block-post-thumbnail-inner {
    opacity: 0;
}
#layout-container .st-pagination-block .st-pagination-block-next .st-pagination-block-inner {
    float: right;
    margin-right: 40px;
    width: 250px;
}
#layout-container .st-pagination-block .st-pagination-block-next .st-pagination-block-inner .st-pagination-block-post-title {
    margin-bottom: 10px;
    padding-top: 15px;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #47588f;
}
#layout-container .st-pagination-block .st-pagination-block-next .st-pagination-block-inner .st-pagination-block-post-category {
    text-align: right;
    font-size: 14px;
    font-style: italic;
    color: #5b5b5b;
}
#layout-container .st-pagination-block .st-pagination-block-separator {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 85px;
    background-color: #ccc;
}
#layout-container .st-brochure {
    width: 260px;
}
#layout-container .st-brochure .st-brochure-inner {
    position: relative;
    padding: 20px 20px 20px 50px;
    font-size: 14px;
}
#layout-container .st-brochure .st-brochure-inner:before {
    position: absolute;
    content: "\f016";
    font: normal normal normal 28px/1 FontAwesome;
    top: 0.6em;
    left: 15px;
    opacity: 1;
    transition: all 0.4s ease;
}
#layout-container .st-brochure .st-brochure-inner.zip:before,
#layout-container .st-brochure .st-brochure-inner.rar:before,
#layout-container .st-brochure .st-brochure-inner.zipx:before {
    content: "\f1c6";
}
#layout-container .st-brochure .st-brochure-inner.jpg:before,
#layout-container .st-brochure .st-brochure-inner.jpeg:before,
#layout-container .st-brochure .st-brochure-inner.png:before,
#layout-container .st-brochure .st-brochure-inner.gif:before,
#layout-container .st-brochure .st-brochure-inner.tif:before,
#layout-container .st-brochure .st-brochure-inner.tiff:before {
    content: "\f1c5";
}
#layout-container .st-brochure .st-brochure-inner.mp3:before,
#layout-container .st-brochure .st-brochure-inner.wma:before,
#layout-container .st-brochure .st-brochure-inner.wav:before,
#layout-container .st-brochure .st-brochure-inner.ogg:before,
#layout-container .st-brochure .st-brochure-inner.flac:before,
#layout-container .st-brochure .st-brochure-inner.vox:before {
    content: "\f1c7";
}
#layout-container .st-brochure .st-brochure-inner.wmv:before,
#layout-container .st-brochure .st-brochure-inner.mp4:before,
#layout-container .st-brochure .st-brochure-inner.mkv:before,
#layout-container .st-brochure .st-brochure-inner.mov:before,
#layout-container .st-brochure .st-brochure-inner.flv:before,
#layout-container .st-brochure .st-brochure-inner.mpeg4:before,
#layout-container .st-brochure .st-brochure-inner.mpeg:before,
#layout-container .st-brochure .st-brochure-inner.mpg:before,
#layout-container .st-brochure .st-brochure-inner.avi:before {
    content: "\f1c8";
}
#layout-container .st-brochure .st-brochure-inner.doc:before,
#layout-container .st-brochure .st-brochure-inner.docx:before,
#layout-container .st-brochure .st-brochure-inner.rtf:before {
    content: "\f1c2";
}
#layout-container .st-brochure .st-brochure-inner.xls:before,
#layout-container .st-brochure .st-brochure-inner.xlsx:before {
    content: "\f1c3";
}
#layout-container .st-brochure .st-brochure-inner.ppt:before,
#layout-container .st-brochure .st-brochure-inner.pptx:before,
#layout-container .st-brochure .st-brochure-inner.pps:before,
#layout-container .st-brochure .st-brochure-inner.ppsx:before {
    content: "\f1c4";
}
#layout-container .st-brochure .st-brochure-inner.pdf:before {
    content: "\f1c1";
}
#layout-container .ult_tabs {
    z-index: 1;
    overflow: hidden;
}
#layout-container .ult_tabs ul.ult_tabmenu {
    margin-bottom: 0;
}
#layout-container .ult_tabs ul.ult_tabmenu li.ult_tab_li {
    margin-left: 0 !important;
    padding-bottom: 0;
}
#layout-container .ult_tabs ul.ult_tabmenu li.ult_tab_li:before {
    display: none !important;
}
#layout-container .ult_tabs.Adamas_Style ul.ult_tabmenu {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: left;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: left;
}
#layout-container .ult_tabs.Adamas_Style ul.ult_tabmenu li.ult_tab_li.st_adamas_tab_style {
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
    border-top-left-radius: 0;
}
#layout-container .ult_tabs.Adamas_Style ul.ult_tabmenu li.ult_tab_li.st_adamas_tab_style a {
    border-left: 7px solid transparent;
    transition: all 0.4s ease;
}
#layout-container .ult_tabs.Adamas_Style ul.ult_tabmenu li.ult_tab_li.st_adamas_tab_style.current a {
    border-left: 7px solid #eb2229;
}
#layout-container .ult_tabs.Adamas_Style ul.ult_tabmenu li.ult_tab_li.st_adamas_tab_style:last-child {
    border-right: none;
}
#layout-container .ult_tabs.Adamas_Style ul.ult_tabmenu li.ult_tab_li.st_adamas_tab_style a {
    float: none;
    padding: 0;
}
#layout-container .ult_tabs.Adamas_Style ul.ult_tabmenu li.ult_tab_li.st_adamas_tab_style a .ult_tab_main {
    padding: 20px 27px 20px 20px;
    margin: 0 auto;
}
#layout-container .ult_tabs.Adamas_Style ul.ult_tabmenu.st-adv-tabs-nav-full-width {
    display: table !important;
}
#layout-container .ult_tabs.Adamas_Style ul.ult_tabmenu.st-adv-tabs-nav-full-width li.ult_tab_li {
    display: table-cell;
    float: none !important;
}
#layout-container .ult_tabs.Adamas_Style ul.ult_tabmenu.st-adv-tabs-nav-eq-width {
    table-layout: fixed;
}
#layout-container .ult_tabs.Adamas_Style ul.ult_tabmenu.st-adv-tabs-disable-tab-marker li.ult_tab_li.st_adamas_tab_style a {
    border-left: none;
}
#layout-container .ult_tabs.Adamas_Style ul.ult_tabmenu.st-adv-tabs-disable-tab-marker li.ult_tab_li.st_adamas_tab_style a .ult_tab_main {
    padding: 20px 27px;
}
#layout-container .ult_tabs.Adamas_Style ul.ult_tabmenu.st-adv-tabs-disable-tab-marker li.ult_tab_li.st_adamas_tab_style.current a {
    border-left: none;
}
#layout-container .ult_tabs.Adamas_Style .ult_tabcontent .ult_tab_min_contain .ult_tabitemname {
    position: relative;
    padding: 40px 50px 25px;
}
#layout-container .ult_tabs.Adamas_Style_2 ul.ult_tabmenu {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
#layout-container .ult_tabs.Adamas_Style_2 ul.ult_tabmenu li.ult_tab_li.st_adamas_tab_style_2 {
    display: table-cell;
    float: none;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease;
}
#layout-container .ult_tabs.Adamas_Style_2 ul.ult_tabmenu li.ult_tab_li.st_adamas_tab_style_2 a {
    float: none;
    padding: 0;
}
#layout-container .ult_tabs.Adamas_Style_2 ul.ult_tabmenu li.ult_tab_li.st_adamas_tab_style_2 a .ult_tab_main {
    margin: 0 auto;
    padding: 12px 25px;
}
#layout-container .ult_tabs.Adamas_Style_2 .ult_tabcontent .ult_tab_min_contain {
    overflow: hidden;
}
#layout-container .ult_tabs.Adamas_Style_2 .ult_tabcontent .ult_tab_min_contain .ult_tabitemname {
    padding: 0;
}
#layout-container .ult_tabs .ult_tabcontent {
    z-index: -2;
}
#layout-container .ult_tabs .ult_tabcontent .ult_tab_min_contain .ult_tabitemname .st-adv-tab-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
#layout-container .st-blockquote {
    text-indent: 30px;
    position: relative;
    z-index: 1;
}
#layout-container .st-blockquote:before {
    position: absolute;
    top: -25px;
    left: -31px;
    content: "\f10e";
    font: normal normal normal 90px/1 FontAwesome;
    color: #e2e2e2;
    z-index: -1;
}
#layout-container .st-advanced-blockquote {
    position: relative;
}
#layout-container .st-advanced-blockquote:before {
    display: table;
    content: " ";
}
#layout-container .st-advanced-blockquote:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-advanced-blockquote .st-advanced-blockquote-left-image,
#layout-container .st-advanced-blockquote .st-advanced-blockquote-right-image {
    float: left;
    position: relative;
    width: 33.33333333%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#layout-container .st-advanced-blockquote .st-advanced-blockquote-left-image .st-advanced-blockquote-overlay,
#layout-container .st-advanced-blockquote .st-advanced-blockquote-right-image .st-advanced-blockquote-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(235, 34, 41, 0.4);
}
#layout-container .st-advanced-blockquote .st-advanced-blockquote-info {
    float: left;
    position: relative;
    width: 33.33333333%;
    padding: 125px 35px;
    background: #7e91cc;
    text-align: center;
    color: #fff;
    font-size: 22px;
    z-index: 1;
}
#layout-container .st-advanced-blockquote .st-advanced-blockquote-info:before {
    position: absolute;
    top: 100px;
    left: 35px;
    content: "\f10e";
    font: normal normal normal 90px/1 FontAwesome;
    color: rgba(71, 88, 143, 0.7);
    z-index: -1;
}
#layout-container .st-simple-price-box .st-simple-price-box-inner {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    width: 100%;
    margin-bottom: 20px;
}
#layout-container .st-simple-price-box .st-simple-price-box-inner .st-simple-price-box-title h4 {
    font-size: 16px;
    line-height: 1.65;
    color: #47588f;
}
#layout-container .st-simple-price-box .st-simple-price-box-inner .st-simple-price-box-sep {
    -moz-box-flex: 5;
    -webkit-box-flex: 5;
    -ms-flex: 5;
    box-flex: 5;
}
#layout-container .st-simple-price-box .st-simple-price-box-inner .st-simple-price-box-sep hr.st-simple-price-box-between {
    border-top: none;
    border-bottom: 1px dashed #ababab;
    margin: 12px 14px;
}
#layout-container .st-simple-price-box .st-simple-price-box-inner .st-simple-price-box-price {
    font-weight: 700;
    color: #eb2229;
}
#layout-container .st-simple-price-box .st-simple-price-box-desc {
    font-size: 14px;
}
#layout-container .st-characteristic-item {
    position: relative;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    margin-bottom: 15px;
    margin-left: 1.57em;
}
#layout-container .st-characteristic-item .st-characteristic-item-name {
    font-size: 14px;
}
#layout-container .st-characteristic-item .st-characteristic-item-value {
    font-size: 14px;
    color: #999;
}
#layout-container .st-characteristic-item .st-characteristic-item-sep {
    -moz-box-flex: 5;
    -webkit-box-flex: 5;
    -ms-flex: 5;
    box-flex: 5;
}
#layout-container .st-characteristic-item .st-characteristic-item-sep hr.st-characteristic-item-between {
    border-top: none;
    border-bottom: 1px dashed #ababab;
    margin: 12px 14px;
}
#layout-container .st-characteristic-item:before {
    top: 0.27em;
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #7e91cc;
    left: -25px;
}
#layout-container .st-pyramid {
    position: relative;
    padding: 0 50px;
}
#layout-container .st-pyramid .st-pyramid-top {
    position: relative;
    left: 125px;
    width: 186px;
    height: 0;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 0 93px 160px;
    border-color: transparent transparent #000;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}
#layout-container .st-pyramid .st-pyramid-top .st-pyramid-top-title {
    position: relative;
    top: 105px;
    left: -93px;
    width: 186px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: top 0.3s ease;
}
#layout-container .st-pyramid .st-pyramid-top .st-pyramid-top-inner {
    position: absolute;
    top: 158px;
    width: 565px;
    border-bottom: 2px solid #000;
}
#layout-container .st-pyramid .st-pyramid-top .st-pyramid-top-inner .st-pyramid-top-desc {
    position: absolute;
    top: -60px;
    left: 140px;
    width: 423px;
    font-size: 14px;
}
#layout-container .st-pyramid .st-pyramid-top:hover {
    opacity: 1;
}
#layout-container .st-pyramid .st-pyramid-top:hover .st-pyramid-top-title {
    top: 100px;
}
#layout-container .st-pyramid .st-pyramid-mid {
    position: relative;
    left: 63px;
    width: 310px;
    height: 0;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 0 60px 110px;
    border-color: transparent transparent #000;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}
#layout-container .st-pyramid .st-pyramid-mid .st-pyramid-mid-title {
    position: relative;
    top: 48px;
    left: -62px;
    width: 310px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: top 0.3s ease;
}
#layout-container .st-pyramid .st-pyramid-mid .st-pyramid-mid-inner {
    position: absolute;
    top: 108px;
    width: 660px;
    border-bottom: 2px solid #000;
}
#layout-container .st-pyramid .st-pyramid-mid .st-pyramid-mid-inner .st-pyramid-mid-desc {
    position: absolute;
    top: -60px;
    left: 300px;
    width: 343px;
    font-size: 14px;
}
#layout-container .st-pyramid .st-pyramid-mid:hover {
    opacity: 1;
}
#layout-container .st-pyramid .st-pyramid-mid:hover .st-pyramid-mid-title {
    top: 43px;
}
#layout-container .st-pyramid .st-pyramid-bot {
    position: relative;
    width: 435px;
    height: 0;
    border-style: solid;
    border-width: 0 60px 110px;
    border-color: transparent transparent #000;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    cursor: pointer;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}
#layout-container .st-pyramid .st-pyramid-bot .st-pyramid-bot-title {
    position: relative;
    top: 48px;
    left: -62px;
    width: 435px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    transition: top 0.3s ease;
}
#layout-container .st-pyramid .st-pyramid-bot .st-pyramid-bot-inner {
    position: absolute;
    top: 108px;
    width: 723px;
    border-bottom: 2px solid #000;
}
#layout-container .st-pyramid .st-pyramid-bot .st-pyramid-bot-inner .st-pyramid-bot-desc {
    position: absolute;
    top: -60px;
    left: 425px;
    width: 283px;
    font-size: 14px;
}
#layout-container .st-pyramid .st-pyramid-bot:hover {
    opacity: 1;
}
#layout-container .st-pyramid .st-pyramid-bot:hover .st-pyramid-bot-title {
    top: 43px;
}
#layout-container .st-identity-block.identity-first .st-identity-block-top {
    position: relative;
    padding: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#layout-container .st-identity-block.identity-first .st-identity-block-top:before {
    display: table;
    content: " ";
}
#layout-container .st-identity-block.identity-first .st-identity-block-top:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-identity-block.identity-first .st-identity-block-top .st-identity-block-info-wrapper {
    position: relative;
    float: right;
    width: 350px;
    padding: 0 50px;
    text-align: right;
}
#layout-container .st-identity-block.identity-first .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-company {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 0 50px;
}
#layout-container .st-identity-block.identity-first .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-title-wrapper {
    padding-top: 130px;
    padding-bottom: 30px;
}
#layout-container .st-identity-block.identity-first .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-title-wrapper .st-identity-block-icon-wrapper {
    float: left;
    width: 25%;
}
#layout-container .st-identity-block.identity-first .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-title-wrapper .st-identity-block-icon-wrapper .st-identity-block-icon {
    margin-top: -0.15em;
    text-align: left;
}
#layout-container .st-identity-block.identity-first .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-title-wrapper .st-identity-block-icon-wrapper .st-identity-block-icon-img {
    text-align: left;
}
#layout-container .st-identity-block.identity-first .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-subtitle {
    padding-bottom: 50px;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom {
    padding: 80px;
    background: 0 0;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom:before {
    display: table;
    content: " ";
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-desc {
    margin-bottom: 25px;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-desc h1:before,
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-desc h2:before,
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-desc h3:before,
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-desc h4:before,
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-desc h5:before,
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-desc h6:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 7px;
    height: 0.8em;
    margin-right: 12px;
    margin-top: -0.15em;
    background: #eb2229;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery {
    margin: 10px auto 0;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery:before {
    display: table;
    content: " ";
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image {
    float: left;
    width: 33.33333333%;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image:nth-child(3n + 1) {
    padding-right: 14px;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image:nth-child(3n + 2) {
    padding: 0 7px;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image:nth-child(3n + 3) {
    padding-left: 14px;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a {
    position: relative;
    display: block;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a .st-identity-block-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 88, 143, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a .st-identity-block-image-overlay .st-identity-image-title {
    width: 50%;
    position: relative;
    align-self: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a .st-identity-block-image-overlay .overlay-inner-left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 80px;
    width: 80px;
    transition: all 0.4s;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a .st-identity-block-image-overlay .overlay-inner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    height: 80px;
    width: 80px;
    border-right: 1px solid #fff;
    transition: all 0.4s;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a img {
    vertical-align: top;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a:hover .st-identity-block-image-overlay {
    opacity: 1;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a:hover .overlay-inner-left {
    top: 20px;
    left: 20px;
}
#layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a:hover .overlay-inner-right {
    bottom: 20px;
    right: 20px;
}
#layout-container .st-identity-block.identity-second .st-identity-block-top {
    position: relative;
    padding: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#layout-container .st-identity-block.identity-second .st-identity-block-top:before {
    display: table;
    content: " ";
}
#layout-container .st-identity-block.identity-second .st-identity-block-top:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-identity-block.identity-second .st-identity-block-top .st-identity-block-info-wrapper {
    position: relative;
    float: left;
    width: 350px;
    padding: 0 50px;
    text-align: left;
}
#layout-container .st-identity-block.identity-second .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-company {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 0 50px;
}
#layout-container .st-identity-block.identity-second .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-title-wrapper {
    padding-top: 130px;
    padding-bottom: 30px;
}
#layout-container .st-identity-block.identity-second .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-title-wrapper .st-identity-block-icon-wrapper {
    float: right;
    width: 25%;
}
#layout-container .st-identity-block.identity-second .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-title-wrapper .st-identity-block-icon-wrapper .st-identity-block-icon {
    margin-top: -0.15em;
    text-align: right;
}
#layout-container .st-identity-block.identity-second .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-title-wrapper .st-identity-block-icon-wrapper .st-identity-block-icon-img {
    text-align: right;
}
#layout-container .st-identity-block.identity-second .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-subtitle {
    padding-bottom: 50px;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom {
    padding: 80px;
    background: 0 0;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom:before {
    display: table;
    content: " ";
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-desc {
    margin-bottom: 25px;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-desc h1:before,
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-desc h2:before,
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-desc h3:before,
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-desc h4:before,
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-desc h5:before,
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-desc h6:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 7px;
    height: 0.8em;
    margin-right: 12px;
    margin-top: -0.15em;
    background: #eb2229;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery {
    margin: 10px auto 0;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery:before {
    display: table;
    content: " ";
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image {
    float: left;
    width: 33.33333333%;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image:nth-child(3n + 1) {
    padding-right: 14px;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image:nth-child(3n + 2) {
    padding: 0 7px;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image:nth-child(3n + 3) {
    padding-left: 14px;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a {
    position: relative;
    display: block;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a .st-identity-block-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 88, 143, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a .st-identity-block-image-overlay .st-identity-image-title {
    width: 50%;
    position: relative;
    align-self: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a .st-identity-block-image-overlay .overlay-inner-left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 80px;
    width: 80px;
    transition: all 0.4s;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a .st-identity-block-image-overlay .overlay-inner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    height: 80px;
    width: 80px;
    border-right: 1px solid #fff;
    transition: all 0.4s;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a img {
    vertical-align: top;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a:hover .st-identity-block-image-overlay {
    opacity: 1;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a:hover .overlay-inner-left {
    top: 20px;
    left: 20px;
}
#layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image a:hover .overlay-inner-right {
    bottom: 20px;
    right: 20px;
}
#layout-container .st-team-member-block {
    position: relative;
}
#layout-container .st-team-member-block:before {
    display: table;
    content: " ";
}
#layout-container .st-team-member-block:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-team-member-block.simple a .st-team-member-block-photo:hover .st-team-member-block-photo-overlay {
    opacity: 1;
}
#layout-container .st-team-member-block.simple a .st-team-member-block-photo:hover .st-team-member-block-photo-overlay .overlay-inner-left {
    top: 20px;
    left: 20px;
}
#layout-container .st-team-member-block.simple a .st-team-member-block-photo:hover .st-team-member-block-photo-overlay .overlay-inner-right {
    bottom: 20px;
    right: 20px;
}
#layout-container .st-team-member-block.simple .st-team-member-block-photo {
    position: relative;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#layout-container .st-team-member-block.simple .st-team-member-block-photo .st-team-member-block-photo-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(235, 34, 41, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
}
#layout-container .st-team-member-block.simple .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-icon {
    position: relative;
    align-self: center;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.3);
}
#layout-container .st-team-member-block.simple .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-icon:before {
    position: absolute;
    top: 9px;
    left: 9px;
    font: normal normal normal 22px/1 linea-basic-10;
    color: #fff;
    content: "8";
    transition: color 0.4s ease;
}
#layout-container .st-team-member-block.simple .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-icon:hover:before {
    color: #eb2229;
}
#layout-container .st-team-member-block.simple .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 70px;
    width: 70px;
    transition: all 0.4s;
}
#layout-container .st-team-member-block.simple .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    height: 70px;
    width: 70px;
    border-right: 1px solid #fff;
    transition: all 0.4s;
}
#layout-container .st-team-member-block.simple .st-team-member-block-info {
    margin-top: 15px;
}
#layout-container .st-team-member-block.simple .st-team-member-block-info .st-team-member-name {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #47588f;
}
#layout-container .st-team-member-block.simple .st-team-member-block-info .st-team-member-name a {
    transition: color 0.3s ease;
}
#layout-container .st-team-member-block.simple .st-team-member-block-info .st-team-member-name:before {
    position: relative;
    display: inline-block;
    top: 0.04em;
    content: "";
    width: 6px;
    height: 0.8em;
    margin-right: 8px;
    background-color: #eb2229;
}
#layout-container .st-team-member-block.simple .st-team-member-block-info .st-team-member-name:hover a {
    color: #eb2229;
}
#layout-container .st-team-member-block.simple .st-team-member-block-info .st-team-member-occupation {
    padding-left: 15px;
    font-size: 14px;
    color: #999;
}
#layout-container .st-team-member-block.simple-info a .st-team-member-block-photo:hover .st-team-member-block-photo-overlay {
    opacity: 1;
}
#layout-container .st-team-member-block.simple-info a .st-team-member-block-photo:hover .st-team-member-block-photo-overlay .overlay-inner-left {
    top: 20px;
    left: 20px;
}
#layout-container .st-team-member-block.simple-info a .st-team-member-block-photo:hover .st-team-member-block-photo-overlay .overlay-inner-right {
    bottom: 20px;
    right: 20px;
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-photo {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-photo .st-team-member-block-photo-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(235, 34, 41, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-icon {
    position: relative;
    align-self: center;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.3);
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-icon:before {
    position: absolute;
    top: 9px;
    left: 9px;
    font: normal normal normal 22px/1 linea-basic-10;
    color: #fff;
    content: "8";
    transition: color 0.4s ease;
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-icon:hover:before {
    color: #eb2229;
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 70px;
    width: 70px;
    transition: all 0.4s;
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    height: 70px;
    width: 70px;
    border-right: 1px solid #fff;
    transition: all 0.4s;
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-info {
    float: left;
    padding-left: 20px;
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-info .st-team-member-name {
    font-size: 18px;
    font-weight: 500;
    color: #5b5b5b;
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-info .st-team-member-name a {
    transition: color 0.3s ease;
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-info .st-team-member-name:hover a {
    color: #eb2229;
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-info .st-team-member-occupation {
    font-size: 16px;
    color: #999;
    padding-bottom: 15px;
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-info .st-team-member-phone i,
#layout-container .st-team-member-block.simple-info .st-team-member-block-info .st-team-member-skype i,
#layout-container .st-team-member-block.simple-info .st-team-member-block-info .st-team-member-email i {
    color: #eb2229;
}
#layout-container .st-team-member-block.simple-info .st-team-member-block-info .st-team-member-phone a,
#layout-container .st-team-member-block.simple-info .st-team-member-block-info .st-team-member-skype a,
#layout-container .st-team-member-block.simple-info .st-team-member-block-info .st-team-member-email a {
    padding-left: 10px;
    font-size: 14px;
    color: #5b5b5b;
}
#layout-container .st-team-member-block.ext a .st-team-member-block-photo:hover .st-team-member-block-photo-overlay {
    opacity: 1;
}
#layout-container .st-team-member-block.ext a .st-team-member-block-photo:hover .st-team-member-block-photo-overlay .overlay-inner-left {
    top: 25px;
    left: 25px;
}
#layout-container .st-team-member-block.ext a .st-team-member-block-photo:hover .st-team-member-block-photo-overlay .overlay-inner-right {
    bottom: 25px;
    right: 25px;
}
#layout-container .st-team-member-block.ext .st-team-member-block-photo {
    position: relative;
    float: left;
    width: 33.33333333%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#layout-container .st-team-member-block.ext .st-team-member-block-photo .st-team-member-block-photo-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(71, 88, 143, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    justify-content: center;
}
#layout-container .st-team-member-block.ext .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-icon {
    position: relative;
    align-self: center;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    background: rgba(0, 0, 0, 0.3);
}
#layout-container .st-team-member-block.ext .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-icon:before {
    position: absolute;
    top: 12px;
    left: 13px;
    font: normal normal normal 30px/1 linea-basic-10;
    color: #fff;
    content: "8";
    transition: color 0.4s ease;
}
#layout-container .st-team-member-block.ext .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-icon:hover:before {
    color: #eb2229;
}
#layout-container .st-team-member-block.ext .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    transition: all 0.4s;
}
#layout-container .st-team-member-block.ext .st-team-member-block-photo .st-team-member-block-photo-overlay .overlay-inner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-right: 1px solid #fff;
    transition: all 0.4s;
}
#layout-container .st-team-member-block.ext .st-team-member-block-info {
    float: left;
    width: 66.66666667%;
    padding: 35px 40px 35px 60px;
    background: #f2f2f2;
}
#layout-container .st-team-member-block.ext .st-team-member-block-info .st-team-member-name {
    font-size: 24px;
    color: #47588f;
}
#layout-container .st-team-member-block.ext .st-team-member-block-info .st-team-member-name a {
    transition: color 0.3s ease;
}
#layout-container .st-team-member-block.ext .st-team-member-block-info .st-team-member-name:hover a {
    color: #eb2229;
}
#layout-container .st-team-member-block.ext .st-team-member-block-info .st-team-member-occupation {
    font-size: 18px;
}
#layout-container .st-team-member-block.ext .st-team-member-block-info .st-team-member-desc {
    margin: 25px 0;
}
#layout-container .st-team-member-block.ext .st-team-member-block-info .st-team-member-phone {
    width: 50%;
    display: inline-block;
}
#layout-container .st-team-member-block.ext .st-team-member-block-info .st-team-member-phone i {
    color: #eb2229;
}
#layout-container .st-team-member-block.ext .st-team-member-block-info .st-team-member-phone a {
    padding-left: 10px;
    font-size: 14px;
    color: #5b5b5b;
}
#layout-container .st-team-member-block.ext .st-team-member-block-info .st-team-member-email {
    width: 50%;
    display: inline-block;
}
#layout-container .st-team-member-block.ext .st-team-member-block-info .st-team-member-email i {
    color: #eb2229;
}
#layout-container .st-team-member-block.ext .st-team-member-block-info .st-team-member-email a {
    padding-left: 10px;
    font-size: 14px;
    color: #5b5b5b;
}
#layout-container .st-team-member-info {
    position: relative;
}
#layout-container .st-team-member-info:before {
    display: table;
    content: " ";
}
#layout-container .st-team-member-info:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-team-member-info .st-team-member-info-photo {
    float: left;
    width: 30%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
#layout-container .st-team-member-info .st-team-member-info-photo .st-team-member-info-socials {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    transition: bottom 0.4s ease;
}
#layout-container .st-team-member-info .st-team-member-info-photo .st-team-member-info-socials .st-team-member-info-social {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin: 12px 7px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}
#layout-container .st-team-member-info .st-team-member-info-photo .st-team-member-info-socials .st-team-member-info-social a {
    font-size: 20px;
    transition: all 0.3s ease;
}
#layout-container .st-team-member-info .st-team-member-info-photo .st-team-member-info-socials .st-team-member-info-social a i {
    margin-top: 0.38em;
    color: #fff;
    transition: all 0.3s ease;
}
#layout-container .st-team-member-info .st-team-member-info-photo .st-team-member-info-socials .st-team-member-info-social:hover {
    background-color: #fff;
}
#layout-container .st-team-member-info .st-team-member-info-photo .st-team-member-info-socials .st-team-member-info-social:hover a i.fa-facebook {
    color: #3b5998;
}
#layout-container .st-team-member-info .st-team-member-info-photo .st-team-member-info-socials .st-team-member-info-social:hover a i.fa-twitter {
    color: #1da1f2;
}
#layout-container .st-team-member-info .st-team-member-info-photo .st-team-member-info-socials .st-team-member-info-social:hover a i.fa-google-plus {
    color: #dd4e42;
}
#layout-container .st-team-member-info .st-team-member-info-photo .st-team-member-info-socials .st-team-member-info-social:hover a i.fa-pinterest-p {
    color: #bd2126;
}
#layout-container .st-team-member-info .st-team-member-info-photo .st-team-member-info-socials .st-team-member-info-social:hover a i.fa-linkedin {
    color: #0077b5;
}
#layout-container .st-team-member-info .st-team-member-info-photo .st-team-member-info-socials .st-team-member-info-social:hover a i.fa-instagram {
    color: #e7008a;
    background: -webkit-linear-gradient(#e7008a, #ffc53f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#layout-container .st-team-member-info .st-team-member-info-photo:hover .st-team-member-info-socials {
    bottom: 0;
}
#layout-container .st-team-member-info .st-team-member-info-inner {
    float: left;
    width: 70%;
    padding: 50px 60px 40px;
    background: #f2f2f2;
}
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-title {
    margin-bottom: 35px;
    color: #47588f;
}
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-title h3 {
    font-size: 20px;
    line-height: 1.65em;
    padding-bottom: 0;
}
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-specialization {
    display: inline-block;
    vertical-align: top;
    width: 33.33333333%;
}
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-specialization .st-team-member-desc ul li {
    position: relative;
    margin-left: 1.57em;
    padding-bottom: 0.7em;
}
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-specialization .st-team-member-desc ul li:before {
    top: 0.45em;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7e91cc;
    left: -25px;
}
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-contact {
    display: inline-block;
    vertical-align: top;
    width: 33.33333333%;
    padding-left: 30px;
}
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-contact .st-team-member-desc > div {
    position: relative;
    padding-bottom: 0.7em;
}
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-contact .st-team-member-desc > div i {
    position: absolute;
    top: 3px;
    color: #eb2229;
}
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-contact .st-team-member-desc > div a,
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-contact .st-team-member-desc > div span {
    margin-left: 1.57em;
}
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-location {
    display: inline-block;
    vertical-align: top;
    width: 33.33333333%;
    padding-left: 30px;
}
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-location .st-team-member-desc {
    position: relative;
    margin-left: 1.57em;
}
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-location .st-team-member-desc i {
    position: absolute;
    top: 3px;
    left: -25px;
    color: #eb2229;
}
#layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-location .st-team-member-desc span {
    display: inline-block;
    vertical-align: top;
    margin-top: -0.4em;
    line-height: 38px;
}
#layout-container .st-info-block {
    position: relative;
}
#layout-container .st-info-block:before {
    display: table;
    content: " ";
}
#layout-container .st-info-block:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-info-block.no-number {
    left: auto !important;
    right: auto !important;
}
#layout-container .st-info-block.no-number .st-info-block-inner {
    width: 100%;
}
#layout-container .st-info-block .st-info-block-inner {
    float: left;
    position: relative;
    margin: 0 auto;
    width: 86%;
}
#layout-container .st-info-block .st-info-block-inner .st-info-block-image {
    float: left;
    position: relative;
    width: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#layout-container .st-info-block .st-info-block-inner .st-info-block-info {
    float: left;
    position: relative;
    width: 50%;
}
#layout-container .st-info-block .st-info-block-inner .st-info-block-info .st-info-block-title {
    color: #47588f;
    margin-bottom: 30px;
}
#layout-container .st-info-block .st-info-block-inner .st-info-block-info .st-info-block-title h3 {
    padding-bottom: 0;
}
#layout-container .st-info-block .st-info-block-inner .st-info-block-info .st-info-block-desc ul li {
    position: relative;
    margin-left: 1.5em;
    padding-bottom: 0.5em;
}
#layout-container .st-info-block .st-info-block-inner .st-info-block-info .st-info-block-desc ul li:before {
    top: 0.45em;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7e91cc;
    left: -25px;
}
#layout-container .st-info-block .st-info-block-inner .st-info-block-info .st-info-block-link {
    position: relative;
    color: #47588f;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}
#layout-container .st-info-block .st-info-block-inner .st-info-block-info .st-info-block-link:after {
    position: relative;
    top: 0.13em;
    margin-left: 7px;
    color: #eb2229;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
}
#layout-container .st-info-block .st-info-block-inner .st-info-block-info .st-info-block-link:hover {
    color: #eb2229;
    margin-left: 5px;
}
#layout-container .st-info-block .st-info-block-number {
    float: left;
    position: relative;
    padding-top: 15px;
    width: 14%;
    text-align: center;
    font-size: 120px;
    line-height: 1em;
    font-weight: 700;
}
#layout-container .st-info-block.info-block-image-text {
    left: 7%;
}
#layout-container .st-info-block.info-block-image-text .st-info-block-inner .st-info-block-info {
    padding: 40px 80px 35px 65px;
}
#layout-container .st-info-block.info-block-text-image {
    right: 7%;
}
#layout-container .st-info-block.info-block-text-image .st-info-block-inner .st-info-block-info {
    padding: 40px 65px 35px 80px;
}
#layout-container .st-image-slider-outer-wrapper .st-image-slider-wrapper .st-image-slider {
    overflow: hidden;
}
#layout-container .st-image-slider-outer-wrapper .st-image-slider-wrapper .st-image-slider .slick-list .slick-track .st-image-slider-item {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#layout-container .st-image-slider-outer-wrapper .st-image-slider-wrapper .st-image-slider .slick-arrow.slick-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -25px;
    padding: 0;
    border: none;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease, left 0.3s ease;
}
#layout-container .st-image-slider-outer-wrapper .st-image-slider-wrapper .st-image-slider .slick-arrow.slick-prev:before {
    content: "\f104";
    display: inline-block;
    margin-left: -2px;
    font: normal normal normal 24px/1 FontAwesome;
    color: #fff;
    opacity: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#layout-container .st-image-slider-outer-wrapper .st-image-slider-wrapper .st-image-slider .slick-arrow.slick-next {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -25px;
    padding: 0;
    border: none;
    outline: 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease, right 0.3s ease;
}
#layout-container .st-image-slider-outer-wrapper .st-image-slider-wrapper .st-image-slider .slick-arrow.slick-next:before {
    content: "\f105";
    display: inline-block;
    margin-right: -2px;
    font: normal normal normal 24px/1 FontAwesome;
    color: #fff;
    opacity: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#layout-container .st-image-slider-outer-wrapper .st-image-slider-wrapper .st-image-slider:hover .slick-arrow.slick-prev {
    left: 0;
    opacity: 1;
}
#layout-container .st-image-slider-outer-wrapper .st-image-slider-wrapper .st-image-slider:hover .slick-arrow.slick-next {
    right: 0;
    opacity: 1;
}
#layout-container .st-image-slider-outer-wrapper .st-image-slider-thumbnails {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}
#layout-container .st-image-slider-outer-wrapper .st-image-slider-thumbnails .slick-list .slick-track .st-image-slider-thumbnail {
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
#layout-container .st-image-slider-outer-wrapper .st-image-slider-thumbnails .slick-list .slick-track .st-image-slider-thumbnail:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(235, 34, 41, 0.15);
    transition: all 0.3s ease;
}
#layout-container .st-image-slider-outer-wrapper .st-image-slider-thumbnails .slick-list .slick-track .st-image-slider-thumbnail:first-child {
    margin-left: 0;
}
#layout-container .st-image-slider-outer-wrapper .st-image-slider-thumbnails .slick-list .slick-track .st-image-slider-thumbnail:hover:before {
    background-color: transparent;
}
#layout-container .st-full-width-carousel .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    z-index: 2;
    transition: all 0.3s ease;
}
#layout-container .st-full-width-carousel .slick-arrow.slick-prev {
    left: 5%;
}
#layout-container .st-full-width-carousel .slick-arrow.slick-prev:before {
    content: "\f104";
}
#layout-container .st-full-width-carousel .slick-arrow.slick-next {
    right: 5%;
}
#layout-container .st-full-width-carousel .slick-arrow.slick-next:before {
    content: "\f105";
}
#layout-container .st-full-width-carousel .slick-arrow:before {
    color: #fff;
    font: normal normal normal 28px/1 FontAwesome;
    transition: all 0.3s ease;
}
#layout-container .st-full-width-carousel .slick-arrow:hover {
    border-color: #47588f;
    background-color: #47588f;
}
#layout-container .st-full-width-carousel .slick-arrow:hover:before {
    color: #eb2229;
}
#layout-container .st-full-width-carousel .slick-list {
    width: 66.66666667%;
    margin: 0 auto;
    overflow: visible;
}
#layout-container .st-full-width-carousel .slick-list .slick-track .st-full-width-carousel-slide {
    position: relative;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    transition: all 0.3s ease;
}
#layout-container .st-full-width-carousel .slick-list .slick-track .st-full-width-carousel-slide .st-full-width-carousel-slide-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 60px 25px;
    background-color: #47588f;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s ease;
}
#layout-container .st-full-width-carousel .slick-list .slick-track .st-full-width-carousel-slide .st-full-width-carousel-slide-inner .st-full-width-carousel-slide-subtitle {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    font-style: italic;
}
#layout-container .st-full-width-carousel .slick-list .slick-track .st-full-width-carousel-slide .st-full-width-carousel-slide-inner .st-full-width-carousel-slide-title {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 0;
}
#layout-container .st-full-width-carousel .slick-list .slick-track .st-full-width-carousel-slide .st-full-width-carousel-slide-inner .st-full-width-carousel-slide-title:before {
    display: inline-block;
    position: relative;
    content: "";
    top: 0.17em;
    width: 7px;
    height: 1em;
    margin-left: -17px;
    margin-right: 9px;
    background: #eb2229;
}
#layout-container .st-full-width-carousel .slick-list .slick-track .st-full-width-carousel-slide .st-full-width-carousel-slide-inner .st-full-width-carousel-slide-desc {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
}
#layout-container .st-full-width-carousel .slick-list .slick-track .st-full-width-carousel-slide .st-full-width-carousel-slide-inner .st-full-width-carousel-link {
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 100%;
    background-color: #eb2229;
    text-align: center;
    transition: all 0.3s ease;
}
#layout-container .st-full-width-carousel .slick-list .slick-track .st-full-width-carousel-slide .st-full-width-carousel-slide-inner .st-full-width-carousel-link:before {
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    color: #fff;
    font: normal normal normal 28px/1 FontAwesome;
    content: "\f105";
}
#layout-container .st-full-width-carousel .slick-list .slick-track .st-full-width-carousel-slide.slick-active {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}
#layout-container .st-full-width-carousel .slick-list .slick-track .st-full-width-carousel-slide.slick-active .st-full-width-carousel-slide-inner {
    opacity: 1;
}
#layout-container .st-full-width-carousel .slick-list .slick-track .st-full-width-carousel-slide.slick-active .st-full-width-carousel-slide-inner:hover .st-full-width-carousel-link {
    right: 0;
}
#layout-container .st-sharing {
    width: auto;
}
#layout-container .st-sharing:before {
    display: table;
    content: " ";
}
#layout-container .st-sharing:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-sharing .st-sharing-message {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    color: #999;
}
#layout-container .st-sharing.left .st-sharing-inner-wrapper {
    float: left;
}
#layout-container .st-sharing.right .st-sharing-inner-wrapper {
    float: right;
}
#layout-container .st-sharing.center .st-sharing-inner-wrapper {
    display: table;
    margin: 0 auto;
}
#layout-container .st-sharing.style-1 .st-sharing-message {
    line-height: 36px;
}
#layout-container .st-sharing.style-1 .jssocials-shares:before {
    display: table;
    content: " ";
}
#layout-container .st-sharing.style-1 .jssocials-shares:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-sharing.style-1 .jssocials-shares > div {
    float: left;
    margin-left: 10px;
}
#layout-container .st-sharing.style-1 .jssocials-shares > div:first-child {
    margin-left: 0;
}
#layout-container .st-sharing.style-1 .jssocials-shares > div a {
    float: left;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 36px;
    transition: opacity 0.3s ease;
}
#layout-container .st-sharing.style-1 .jssocials-shares > div a:hover {
    opacity: 0.8;
}
#layout-container .st-sharing.style-1 .jssocials-shares > div .jssocials-share-count-box {
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 0.2em;
    margin-left: 0.4em;
    background: #ebebeb;
    border-radius: 3px;
}
#layout-container .st-sharing.style-1 .jssocials-shares > div .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.6em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #ebebeb transparent transparent;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
#layout-container .st-sharing.style-1 .jssocials-shares > div .jssocials-share-count-box .jssocials-share-count {
    font-size: 14px !important;
    color: #444;
}
#layout-container .st-sharing.style-1 .jssocials-shares > div .jssocials-share-count-box.jssocials-share-no-count {
    display: none;
}
#layout-container .st-sharing.style-2 .st-sharing-message {
    line-height: 42px;
}
#layout-container .st-sharing.style-2 .jssocials-shares:before {
    display: table;
    content: " ";
}
#layout-container .st-sharing.style-2 .jssocials-shares:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-sharing.style-2 .jssocials-shares > div {
    float: left;
}
#layout-container .st-sharing.style-2 .jssocials-shares > div a {
    float: left;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 40px;
    line-height: 42px;
    transition: opacity 0.3s ease;
}
#layout-container .st-sharing.style-2 .jssocials-shares > div a:hover {
    opacity: 0.8;
}
#layout-container .st-sharing.style-2 .jssocials-shares > div .jssocials-share-count-box {
    position: relative;
    float: left;
    width: 46px;
    height: 40px;
    text-align: center;
    padding: 0.45em;
    background: #f5f5f5;
}
#layout-container .st-sharing.style-2 .jssocials-shares > div .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
#layout-container .st-sharing.style-2 .jssocials-shares > div .jssocials-share-count-box .jssocials-share-count {
    font-size: 14px !important;
    color: #444;
}
#layout-container .st-sharing.style-2 .jssocials-shares > div .jssocials-share-count-box.jssocials-share-no-count {
    display: none;
}
#layout-container .st-sharing.style-3 .jssocials-shares:before {
    display: table;
    content: " ";
}
#layout-container .st-sharing.style-3 .jssocials-shares:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div {
    float: left;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div.jssocials-share-email {
    background: #47588f;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div.jssocials-share-facebook {
    background: #3b5998;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div.jssocials-share-googleplus {
    background: #dd4e42;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div.jssocials-share-linkedin {
    background: #0077b5;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div.jssocials-share-pinterest {
    background: #bd2126;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div.jssocials-share-twitter {
    background: #1da1f2;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div.jssocials-share-whatsapp {
    font-size: 18px;
    background: #0dc143;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div.jssocials-share-viber {
    background: #675ca8;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div.jssocials-share-messenger {
    background: #0081ff;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div.jssocials-share-vkontakte {
    background: #507299;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div.jssocials-share-telegram {
    background: #31a5df;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div a {
    float: left;
    display: block;
    font-size: 16px;
    color: #fff;
    width: 120px;
    height: 30px;
    transition: opacity 0.3s ease;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div a:hover {
    opacity: 0.8;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div a i {
    float: left;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
#layout-container .st-sharing.style-3 .jssocials-shares > div a span.jssocials-share-label {
    float: left;
    height: 100%;
    padding-top: 0.32em;
    padding-left: 10px;
    width: 90px;
    font-size: 14px !important;
    background: rgba(255, 255, 255, 0.2);
}
#layout-container .st-sharing.style-3 .jssocials-shares > div .jssocials-share-count-box {
    float: left;
    width: 20px;
    height: 30px;
    padding-top: 0.32em;
    text-align: center;
    color: #fff;
    font-size: 14px !important;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
#layout-container .st-sharing .st-sharing-inner {
    float: left;
}
#layout-container .st-sharing .st-sharing-inner .jssocials-shares:before {
    display: table;
    content: " ";
}
#layout-container .st-sharing .st-sharing-inner .jssocials-shares:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-sharing .st-sharing-inner .jssocials-shares > div.jssocials-share-email a {
    background: #47588f;
}
#layout-container .st-sharing .st-sharing-inner .jssocials-shares > div.jssocials-share-facebook a {
    background: #3b5998;
}
#layout-container .st-sharing .st-sharing-inner .jssocials-shares > div.jssocials-share-googleplus a {
    background: #dd4e42;
}
#layout-container .st-sharing .st-sharing-inner .jssocials-shares > div.jssocials-share-linkedin a {
    background: #0077b5;
}
#layout-container .st-sharing .st-sharing-inner .jssocials-shares > div.jssocials-share-pinterest a {
    background: #bd2126;
}
#layout-container .st-sharing .st-sharing-inner .jssocials-shares > div.jssocials-share-twitter a {
    background: #1da1f2;
}
#layout-container .st-sharing .st-sharing-inner .jssocials-shares > div.jssocials-share-whatsapp a {
    font-size: 18px;
    background: #0dc143;
}
#layout-container .st-sharing .st-sharing-inner .jssocials-shares > div.jssocials-share-viber a {
    background: #675ca8;
}
#layout-container .st-sharing .st-sharing-inner .jssocials-shares > div.jssocials-share-messenger a {
    background: #0081ff;
}
#layout-container .st-sharing .st-sharing-inner .jssocials-shares > div.jssocials-share-vkontakte a {
    background: #507299;
}
#layout-container .st-sharing .st-sharing-inner .jssocials-shares > div.jssocials-share-telegram a {
    background: #31a5df;
}
#layout-container .st-advanced-image {
    position: relative;
}
#layout-container .st-advanced-image a.custom-link .st-advanced-image-overlay .overlay-inner-icon:before {
    content: "8";
}
#layout-container .st-advanced-image .st-advanced-image-inner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%;
}
#layout-container .st-advanced-image .st-advanced-image-inner.center {
    margin: 0 auto;
}
#layout-container .st-advanced-image .st-advanced-image-inner.right {
    margin-left: auto;
}
#layout-container .st-advanced-image .st-advanced-image-overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71, 88, 143, 0.9);
    opacity: 0;
    transition: opacity 0.4s ease;
}
#layout-container .st-advanced-image .st-advanced-image-overlay .overlay-inner-icon {
    position: relative;
    align-self: center;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
#layout-container .st-advanced-image .st-advanced-image-overlay .overlay-inner-icon:before {
    position: absolute;
    top: 14px;
    left: 14px;
    font: normal normal normal 28px/1 linea-basic-10;
    color: #fff;
    content: "%";
    transition: color 0.4s ease;
}
#layout-container .st-advanced-image .st-advanced-image-overlay .overlay-inner-icon:hover:before {
    color: #eb2229;
}
#layout-container .st-advanced-image .st-advanced-image-overlay .overlay-inner-left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    transition: all 0.4s;
}
#layout-container .st-advanced-image .st-advanced-image-overlay .overlay-inner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-right: 1px solid #fff;
    transition: all 0.4s;
}
#layout-container .st-advanced-image.overlay .st-advanced-image-overlay {
    opacity: 1;
    background-color: rgba(235, 34, 41, 0.4);
    transition: background-color 0.3s ease;
    overflow: hidden;
}
#layout-container .st-advanced-image.overlay .st-advanced-image-overlay .overlay-inner-icon {
    position: relative;
    align-self: center;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 2;
    transition: opacity 0.4s ease;
}
#layout-container .st-advanced-image.overlay .st-advanced-image-overlay .overlay-inner-icon:before {
    position: absolute;
    top: 14px;
    left: 14px;
    font: normal normal normal 28px/1 linea-basic-10;
    color: #fff;
    content: "%";
    transition: color 0.4s ease;
}
#layout-container .st-advanced-image.overlay .st-advanced-image-overlay .overlay-inner-icon:hover:before {
    color: #eb2229;
}
#layout-container .st-advanced-image.overlay .st-advanced-image-overlay .overlay-inner-left {
    position: absolute;
    top: -1px;
    left: -1px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    transition: all 0.4s;
}
#layout-container .st-advanced-image.overlay .st-advanced-image-overlay .overlay-inner-right {
    position: absolute;
    bottom: -1px;
    right: -1px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-right: 1px solid #fff;
    transition: all 0.4s;
}
#layout-container .st-advanced-image.overlay .st-advanced-image-overlay .st-advanced-image-overlay-title {
    position: relative;
    align-self: center;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    bottom: -100%;
    transition: opacity 0.5s ease, bottom 0.5s ease-out;
}
#layout-container .st-advanced-image.overlay .st-advanced-image-overlay .st-advanced-image-overlay-title .st-h-after {
    position: relative;
    display: block;
    width: 21px;
    height: 21px;
    margin: 0 auto;
}
#layout-container .st-advanced-image.overlay .st-advanced-image-overlay .st-advanced-image-overlay-title .st-h-after > i {
    content: "";
    position: absolute;
    bottom: -1000%;
    left: 50%;
    height: 1000%;
    width: 1px;
    margin-left: -1px;
    background-color: #eb2229;
}
#layout-container .st-advanced-image.overlay .st-advanced-image-overlay .st-advanced-image-overlay-title .st-h-after > i + i {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    margin: 0;
    background-color: transparent !important;
    overflow: hidden;
}
#layout-container .st-advanced-image.overlay .st-advanced-image-overlay .st-advanced-image-overlay-title .st-h-after > i + i > i {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    box-shadow: 0px 0px 0px 500px #eb2229;
}
#layout-container .st-advanced-image.overlay:hover .st-advanced-image-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}
#layout-container .st-advanced-image.overlay:hover .st-advanced-image-overlay .overlay-inner-icon {
    opacity: 1;
}
#layout-container .st-advanced-image.overlay:hover .st-advanced-image-overlay .overlay-inner-left {
    top: 22px;
    left: 22px;
}
#layout-container .st-advanced-image.overlay:hover .st-advanced-image-overlay .overlay-inner-right {
    right: 22px;
    bottom: 22px;
}
#layout-container .st-advanced-image.overlay:hover .st-advanced-image-overlay .st-advanced-image-overlay-title {
    bottom: 0;
    opacity: 1;
}
#layout-container .st-advanced-image:hover .st-advanced-image-overlay {
    opacity: 1;
}
#layout-container .st-advanced-image:hover .st-advanced-image-overlay .overlay-inner-left {
    top: 22px;
    left: 22px;
}
#layout-container .st-advanced-image:hover .st-advanced-image-overlay .overlay-inner-right {
    right: 22px;
    bottom: 22px;
}
#layout-container .st-addresses-map {
    position: relative;
    display: block;
}
#layout-container .st-addresses-map .st-addresses-map-gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:first-child {
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
}
#layout-container .st-addresses-map .st-addresses-map-gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:last-child {
    background: #47588f !important;
}
#layout-container .st-addresses-map .st-addresses-map-gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div:first-child > div {
    top: -10px !important;
    left: -7px !important;
    transform: skewX(45deg) !important;
    box-shadow: none !important;
    background: #47588f !important;
}
#layout-container .st-addresses-map .st-addresses-map-gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div:first-child > div.gm-style {
    transform: skewX(0deg) !important;
}
#layout-container .st-addresses-map .st-addresses-map-gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div:nth-child(2) > div {
    top: -10px !important;
    left: 12px !important;
    transform: skewX(-45deg) !important;
    box-shadow: none !important;
    background: #47588f !important;
}
#layout-container .st-addresses-map .st-addresses-map-gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div:nth-child(2) > div.gm-style {
    transform: skewX(0deg) !important;
}
#layout-container .st-addresses-map .st-addresses-map-gmap .gm-style .gm-style-iw {
    top: 0 !important;
    margin-top: 9px;
    padding: 5px;
    text-align: center;
    overflow: hidden !important;
}
#layout-container .st-addresses-map .st-addresses-map-gmap .gm-style .gm-style-iw div {
    background-color: #47588f;
    color: #fff;
    overflow: hidden !important;
}
#layout-container .st-addresses-map .st-addresses-map-gmap .gm-style .gm-style-iw div .view-link a {
    background-color: #47588f;
    color: #fff;
}
#layout-container .st-addresses-map .st-addresses-map-gmap .gm-style .gm-style-iw h3 {
    display: block;
    margin: 0;
    padding: 5px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
#layout-container .st-addresses-map .st-addresses-map-gmap .gm-style .gm-style-iw + div {
    display: none !important;
}
#layout-container .st-addresses-map .st-addresses-map-gmap .gm-style .transit-div-line-name .renderable-component-text-box-white {
    color: #474747;
}
#layout-container .st-addresses-map .st-addresses-map-carousel {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(71, 88, 143, 0.7);
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list {
    width: 1220px;
    margin: 0 auto;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list .slick-track {
    margin: 60px 0;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list .slick-track .st-addresses-map-item {
    float: left;
    margin: 0 10px;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list .slick-track .st-addresses-map-item .st-addresses-map-item-inner {
    padding: 30px 55px 20px;
    background: rgba(71, 88, 143, 0.9);
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list .slick-track .st-addresses-map-item .st-addresses-map-item-inner .st-addresses-map-item-title h3 {
    margin-bottom: 30px;
    padding-left: 35px;
    padding-bottom: 0;
    font-size: 22px;
    color: #fff;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list .slick-track .st-addresses-map-item .st-addresses-map-item-inner .st-addresses-map-item-address {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 14px;
    color: #fff;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list .slick-track .st-addresses-map-item .st-addresses-map-item-inner .st-addresses-map-item-address address {
    padding: 0;
    font-style: normal;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list .slick-track .st-addresses-map-item .st-addresses-map-item-inner .st-addresses-map-item-address i {
    position: absolute;
    top: 0.2em;
    left: 0;
    color: #eb2229;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list .slick-track .st-addresses-map-item .st-addresses-map-item-inner .st-addresses-map-item-phone {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 14px;
    color: #fff;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list .slick-track .st-addresses-map-item .st-addresses-map-item-inner .st-addresses-map-item-phone i {
    position: absolute;
    top: 0.2em;
    left: 0;
    color: #eb2229;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list .slick-track .st-addresses-map-item .st-addresses-map-item-inner .st-addresses-map-item-email {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 14px;
    color: #fff;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list .slick-track .st-addresses-map-item .st-addresses-map-item-inner .st-addresses-map-item-email i {
    position: absolute;
    top: 0.2em;
    left: 0;
    color: #eb2229;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list .slick-track .st-addresses-map-item .st-addresses-map-item-inner .st-addresses-map-item-schedule {
    position: relative;
    margin-bottom: 15px;
    padding-left: 35px;
    font-size: 14px;
    color: #fff;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list .slick-track .st-addresses-map-item .st-addresses-map-item-inner .st-addresses-map-item-schedule i {
    position: absolute;
    top: 0.2em;
    left: 0;
    color: #eb2229;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner ul.slick-dots {
    margin: 0;
    padding: 15px 0;
    transform: translateY(0%);
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner ul.slick-dots li {
    margin: 0 7px;
    padding: 0;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner ul.slick-dots li:before {
    display: none;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner ul.slick-dots li button:before {
    font-family: slick;
    font-size: 14px;
    opacity: 1;
    color: #47588f;
    transition: color 0.3s ease;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner ul.slick-dots li:hover button:before {
    color: #eb2229;
}
#layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner ul.slick-dots li.slick-active button:before {
    color: #eb2229;
}
#layout-container .st-vertical-text-block:before {
    display: table;
    content: " ";
}
#layout-container .st-vertical-text-block:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-vertical-text-block .st-vertical-text-block-title-wrapper {
    float: left;
    display: table-cell;
    width: 20%;
    text-align: center;
    transition: all 0.3s ease;
}
#layout-container .st-vertical-text-block .st-vertical-text-block-title-wrapper .st-vertical-text-block-title {
    height: inherit;
    width: inherit;
    vertical-align: middle;
    margin: auto;
    padding: 65px 0;
    font-family: inherit;
    font-style: inherit;
    text-transform: inherit;
    font-size: 60px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: inherit;
    word-spacing: 0;
    ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#layout-container .st-vertical-text-block .st-vertical-text-block-image {
    position: relative;
    float: left;
    width: 80%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
#layout-container .st-vertical-text-block .st-vertical-text-block-image .st-vertical-text-block-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.8s ease-out;
    z-index: -1;
}
#layout-container .st-vertical-text-block .st-vertical-text-block-image .st-vertical-text-block-background .st-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}
#layout-container .st-vertical-text-block .st-vertical-text-block-image .st-vertical-text-block-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    opacity: 0;
    transition: opacity 0.4s ease;
}
#layout-container .st-vertical-text-block .st-vertical-text-block-image .st-vertical-text-block-button a {
    position: relative;
    display: block;
    padding: 5px 17px;
    overflow: hidden;
}
#layout-container .st-vertical-text-block .st-vertical-text-block-image .st-vertical-text-block-button a .st-vertical-text-block-button-text {
    display: block;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .st-vertical-text-block .st-vertical-text-block-image .st-vertical-text-block-button a .st-vertical-text-block-button-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .st-vertical-text-block .st-vertical-text-block-image .st-vertical-text-block-button a .st-vertical-text-block-button-icon i {
    font-size: 18px;
    color: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .st-vertical-text-block .st-vertical-text-block-image .st-vertical-text-block-button a:hover .st-vertical-text-block-button-text {
    transform: translateX(500px);
}
#layout-container .st-vertical-text-block .st-vertical-text-block-image .st-vertical-text-block-button a:hover .st-vertical-text-block-button-icon {
    left: 0;
}
#layout-container .st-vertical-text-block:hover .st-vertical-text-block-image .st-vertical-text-block-background {
    transform: scale(1.1, 1.1);
}
#layout-container .st-vertical-text-block:hover .st-vertical-text-block-image .st-vertical-text-block-background .st-overlay {
    opacity: 1;
}
#layout-container .st-vertical-text-block:hover .st-vertical-text-block-image .st-vertical-text-block-button {
    opacity: 1;
}
#layout-container .st-product-promo .st-product-promo-inner {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#layout-container .st-product-promo .st-product-promo-inner .st-product-promo-info-wrapper {
    position: absolute;
    top: 75px;
    left: 0;
    margin: 0;
    padding: 40px 75px 40px 0;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
}
#layout-container .st-product-promo .st-product-promo-inner .st-product-promo-info-wrapper .st-product-promo-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
#layout-container .st-product-promo .st-product-promo-inner .st-product-promo-info-wrapper .st-product-promo-title h3 {
    margin: 0;
    padding: 0 0 0 85px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    word-spacing: 0;
}
#layout-container .st-product-promo .st-product-promo-inner .st-product-promo-info-wrapper .st-product-promo-subtitle {
    padding: 0 0 0 85px;
    font-size: 18px;
    color: #fff;
}
#layout-container .st-product-promo .st-product-promo-inner .st-product-promo-info-wrapper .st-h-before {
    position: absolute;
    height: 100%;
    left: 50px;
    padding-bottom: 80px;
}
#layout-container .st-product-promo .st-product-promo-inner .st-product-promo-info-wrapper .st-h-before > i {
    display: block;
    width: 7px;
    height: 100%;
    background-color: #eb2229;
    transition: background-color 0.3s ease;
}
#layout-container .st-product-promo .st-product-promo-inner .st-product-promo-info-wrapper:hover {
    background: rgba(0, 0, 0, 0.7);
}
#layout-container .st-product-promo .st-product-promo-inner .st-product-promo-info-wrapper:hover .st-h-before > i {
    background-color: #fff;
}
#layout-container .st-product-promo.st-top-right .st-product-promo-inner .st-product-promo-info-wrapper {
    top: 75px;
    left: auto;
    right: 0;
    padding: 40px 0 40px 75px;
    text-align: right;
}
#layout-container .st-product-promo.st-top-right .st-product-promo-inner .st-product-promo-info-wrapper .st-product-promo-title h3 {
    padding: 0 85px 0 0;
}
#layout-container .st-product-promo.st-top-right .st-product-promo-inner .st-product-promo-info-wrapper .st-product-promo-subtitle {
    padding: 0 85px 0 0;
}
#layout-container .st-product-promo.st-top-right .st-product-promo-inner .st-product-promo-info-wrapper .st-h-before {
    left: auto;
    right: 50px;
}
#layout-container .st-product-promo.st-bottom-left .st-product-promo-inner .st-product-promo-info-wrapper {
    top: auto;
    bottom: 75px;
}
#layout-container .st-product-promo.st-bottom-right .st-product-promo-inner .st-product-promo-info-wrapper {
    top: auto;
    bottom: 75px;
    left: auto;
    right: 0;
    padding: 40px 0 40px 75px;
    text-align: right;
}
#layout-container .st-product-promo.st-bottom-right .st-product-promo-inner .st-product-promo-info-wrapper .st-product-promo-title h3 {
    padding: 0 85px 0 0;
}
#layout-container .st-product-promo.st-bottom-right .st-product-promo-inner .st-product-promo-info-wrapper .st-product-promo-subtitle {
    padding: 0 85px 0 0;
}
#layout-container .st-product-promo.st-bottom-right .st-product-promo-inner .st-product-promo-info-wrapper .st-h-before {
    left: auto;
    right: 50px;
}
#layout-container .ultimate-map-wrapper {
    margin-bottom: 0;
}
#layout-container .st-video-popup {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#layout-container .st-video-popup a.st-video-popup-link.hide {
    display: none;
}
#layout-container .st-video-popup a.st-video-popup-link .st-video-popup-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    transition: all 0.4s ease;
}
#layout-container .st-video-popup a.st-video-popup-link .st-video-popup-icon i {
    font-size: inherit;
    line-height: inherit;
    transition: all 0.4s ease;
}
#layout-container .st-shop-info-block {
    height: 100%;
    padding: 50px 0 30px;
}
#layout-container .st-shop-info-block .st-shop-info-block-inner {
    width: 75%;
    display: table;
    margin: 0 auto;
}
#layout-container .st-shop-info-block .st-shop-info-block-inner .st-shop-info-icon {
    display: table-cell;
    vertical-align: middle;
}
#layout-container .st-shop-info-block .st-shop-info-block-inner .st-shop-info-title-desc-wrapper {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    text-align: right;
}
#layout-container .st-shop-info-block .st-shop-info-block-inner .st-shop-info-title-desc-wrapper .st-shop-info-title h3 {
    margin: 0;
    padding: 0 0 15px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    word-spacing: 0;
}
#layout-container .st-shop-info-block .st-shop-info-block-inner .st-shop-info-title-desc-wrapper .st-shop-info-desc p {
    margin: 0;
    padding: 0;
}
#layout-container .st-social-buttons .st-social-buttons-inner {
    text-align: center;
}
#layout-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item {
    display: inline-block;
    width: 16.66666667%;
    text-align: center;
    height: 50px;
    font-size: 24px;
    font-weight: 700;
    color: #eb2229;
    overflow: hidden;
}
#layout-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item a {
    position: relative;
    width: 100%;
}
#layout-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item a span {
    position: relative;
    top: 0.3em;
    transition: top 0.4s ease;
}
#layout-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item a i {
    position: absolute;
    bottom: -70px;
    font-size: 50px;
    transition: bottom 0.4s ease;
}
#layout-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item a:hover span {
    top: -35px;
}
#layout-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item a:hover i {
    bottom: -16px;
}
#layout-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item .st-social-buttons-facebook i {
    color: #3b5998;
    left: 38px;
}
#layout-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item .st-social-buttons-twitter i {
    color: #1da1f2;
    left: 18px;
}
#layout-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item .st-social-buttons-googleplus i {
    color: #dd4e42;
    left: 32px;
}
#layout-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item .st-social-buttons-pinterest i {
    color: #bd2126;
    left: 32px;
}
#layout-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item .st-social-buttons-linkedin i {
    color: #0077b5;
    left: 32px;
}
#layout-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item .st-social-buttons-instagram i {
    background: -webkit-linear-gradient(#e7008a, #ffc53f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 32px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 {
    position: relative;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1:before {
    display: table;
    content: " ";
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-input {
    margin: 10px 10px 20px;
    padding: 10px;
    background: #fff;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-input span .wpcf7-form-control {
    width: 100%;
    display: block;
    padding-left: 8px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-input span .wpcf7-form-control::-webkit-input-placeholder {
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-input span .wpcf7-form-control::-moz-placeholder {
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-input span .wpcf7-form-control:-moz-placeholder {
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-input span .wpcf7-form-control:-ms-input-placeholder {
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-input span .wpcf7-not-valid-tip {
    display: none;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-input span.st-wpcf7-style1 .select2-container .selection .select2-selection {
    height: auto;
    padding: 10px;
    background: 0 0;
    border: none;
    border-radius: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-input span.st-wpcf7-style1 .select2-container .selection .select2-selection .select2-selection__rendered {
    line-height: normal;
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-input span.st-wpcf7-style1 .select2-container .selection .select2-selection .select2-selection__arrow {
    height: auto;
    top: 50%;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-input.st-select {
    padding: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-submit {
    position: relative;
    width: 50%;
    margin: 10px 10px 20px;
    padding: 0;
    background-color: #eb2229;
    border: 1px solid #eb2229;
    cursor: pointer;
    overflow: hidden;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-submit input[type="submit"] {
    width: 100%;
    margin: 0 auto;
    padding: 9px 0;
    color: #fff;
    cursor: pointer;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-submit .ajax-loader {
    position: absolute;
    top: 33%;
    right: 5px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-submit .st-contact-form-submit-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-submit .st-contact-form-submit-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-submit:hover input[type="submit"] {
    transform: translateX(500px);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div .st-contact-form-submit:hover .st-contact-form-submit-icon {
    left: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-1 div.wpcf7-response-output.wpcf7-display-none {
    background: 0 0;
}
#layout-container .wpcf7 form.wpcf7-form .wpcf7-response-output {
    width: 100%;
    float: left;
    margin: 1em 0;
    text-align: center;
    color: #e0e0e0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2:before {
    display: table;
    content: " ";
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input {
    padding-right: 20px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input.last {
    padding-right: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input span input::-webkit-input-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input span textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input span input:-moz-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input span textarea:-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input span input::-moz-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input span textarea::-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input span input:-ms-input-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input span textarea:-ms-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input span input:focus,
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input span textarea:focus {
    background-color: #fff;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .wpcf7-form-control-wrap input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-name input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-email input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-phone input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-message textarea {
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-submit {
    position: relative;
    float: left;
    margin-top: 20px;
    padding: 10px 70px;
    background-color: #eb2229;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-submit input[type="submit"] {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-submit .ajax-loader {
    position: absolute;
    top: 33%;
    right: 5px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-submit .st-contact-form-submit-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-submit .st-contact-form-submit-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-submit:hover input[type="submit"] {
    transform: translateX(500px);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-submit:hover .st-contact-form-submit-icon {
    left: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3:before {
    display: table;
    content: " ";
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input {
    padding-right: 20px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input.last {
    padding-right: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input span input::-webkit-input-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input span textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input span input:-moz-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input span textarea:-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input span input::-moz-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input span textarea::-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input span input:-ms-input-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input span textarea:-ms-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input span input:focus,
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input span textarea:focus {
    background-color: #fff;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .wpcf7-form-control-wrap input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-name input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-email input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-phone input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-message textarea {
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-submit {
    position: relative;
    float: left;
    margin-top: 20px;
    padding: 10px 70px;
    background-color: #eb2229;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-submit input[type="submit"] {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-submit .ajax-loader {
    position: absolute;
    top: 33%;
    right: 5px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-submit .st-contact-form-submit-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-submit .st-contact-form-submit-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-submit:hover input[type="submit"] {
    transform: translateX(500px);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-submit:hover .st-contact-form-submit-icon {
    left: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 {
    position: relative;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-input {
    margin: 10px 20px 20px 0;
    padding: 10px;
    background: #fff;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-input span .wpcf7-form-control {
    width: 100%;
    display: block;
    padding-left: 8px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-input span .wpcf7-form-control::-webkit-input-placeholder {
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-input span .wpcf7-form-control::-moz-placeholder {
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-input span .wpcf7-form-control:-moz-placeholder {
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-input span .wpcf7-form-control:-ms-input-placeholder {
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-input span .wpcf7-not-valid-tip {
    display: none;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-input span.st-wpcf7-style4 .select2-container .selection .select2-selection {
    height: auto;
    padding: 10px;
    background: 0 0;
    border: none;
    border-radius: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-input span.st-wpcf7-style4 .select2-container .selection .select2-selection .select2-selection__rendered {
    line-height: normal;
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-input span.st-wpcf7-style4 .select2-container .selection .select2-selection .select2-selection__arrow {
    height: auto;
    top: 50%;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-input.st-select {
    padding: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-submit {
    position: relative;
    margin: 10px 0 20px 10px;
    padding: 0;
    background-color: #eb2229;
    border: 1px solid #eb2229;
    cursor: pointer;
    overflow: hidden;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-submit input[type="submit"] {
    width: 100%;
    margin: 0 auto;
    padding: 9px 0;
    color: #fff;
    cursor: pointer;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-submit .ajax-loader {
    position: absolute;
    top: 33%;
    right: 5px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-submit .st-contact-form-submit-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-submit .st-contact-form-submit-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-submit:hover input[type="submit"] {
    transform: translateX(500px);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div .st-contact-form-submit:hover .st-contact-form-submit-icon {
    left: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 div.wpcf7-response-output.wpcf7-display-none {
    background: 0 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 {
    position: relative;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5:before {
    display: table;
    content: " ";
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-input {
    width: 100%;
    margin: 10px 10px 20px;
    padding: 10px;
    background: #fff;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-input span .wpcf7-form-control {
    width: 100%;
    display: block;
    padding-left: 8px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-input span .wpcf7-form-control::-webkit-input-placeholder {
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-input span .wpcf7-form-control::-moz-placeholder {
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-input span .wpcf7-form-control:-moz-placeholder {
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-input span .wpcf7-form-control:-ms-input-placeholder {
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-input span .wpcf7-not-valid-tip {
    display: none;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-input span.st-wpcf7-style1 .select2-container .selection .select2-selection {
    height: auto;
    padding: 10px;
    background: 0 0;
    border: none;
    border-radius: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-input span.st-wpcf7-style1 .select2-container .selection .select2-selection .select2-selection__rendered {
    line-height: normal;
    font-style: italic;
    color: #3a4876;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-input span.st-wpcf7-style1 .select2-container .selection .select2-selection .select2-selection__arrow {
    height: auto;
    top: 50%;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-input.st-select {
    padding: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div.submit {
    padding: 10px 10px 20px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-submit {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #eb2229;
    border: 1px solid #eb2229;
    cursor: pointer;
    overflow: hidden;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-submit input[type="submit"] {
    width: 100%;
    margin: 0 auto;
    padding: 9px 0;
    color: #fff;
    cursor: pointer;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-submit .ajax-loader {
    position: absolute;
    top: 33%;
    right: 5px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-submit .st-contact-form-submit-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-submit .st-contact-form-submit-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-submit:hover input[type="submit"] {
    transform: translateX(500px);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div .st-contact-form-submit:hover .st-contact-form-submit-icon {
    left: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 div.wpcf7-response-output.wpcf7-display-none {
    background: 0 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input span input::-webkit-input-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input span textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input span input:-moz-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input span textarea:-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input span input::-moz-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input span textarea::-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input span input:-ms-input-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input span textarea:-ms-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input span input:focus,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input span textarea:focus {
    background-color: #fff;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input .wpcf7-form-control-wrap input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input .your-name input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input .your-email input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input .your-phone input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-input .your-message textarea {
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-submit {
    position: relative;
    float: left;
    margin-top: 20px;
    padding: 10px 70px;
    background-color: #eb2229;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-submit input[type="submit"] {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-submit .ajax-loader {
    position: absolute;
    top: 33%;
    right: 5px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-submit .st-contact-form-submit-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-submit .st-contact-form-submit-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-submit:hover input[type="submit"] {
    transform: translateX(500px);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form .st-contact-form-submit:hover .st-contact-form-submit-icon {
    left: 0;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input span input::-webkit-input-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input span textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input span input:-moz-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input span textarea:-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input span input::-moz-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input span textarea::-moz-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input span input:-ms-input-placeholder,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input span textarea:-ms-input-placeholder {
    font-size: 16px;
    font-style: italic;
    color: #999;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input span input:focus,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input span textarea:focus {
    background-color: #fff;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input .wpcf7-form-control-wrap input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input .your-name input,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input .your-email input,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input .your-phone input,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input .your-city input,
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input .your-country input {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-input .your-message textarea {
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #e0e0e0;
    transition: background 0.3s ease;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-submit {
    position: relative;
    float: left;
    margin-top: 20px;
    padding: 10px 70px;
    background-color: #eb2229;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-submit input[type="submit"] {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-submit .ajax-loader {
    position: absolute;
    top: 33%;
    right: 5px;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-submit .st-contact-form-submit-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-submit .st-contact-form-submit-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-submit:hover input[type="submit"] {
    transform: translateX(500px);
}
#layout-container .wpcf7 form.wpcf7-form .st-contact-block-form-2 .st-contact-form-submit:hover .st-contact-form-submit-icon {
    left: 0;
}
#layout-container .wpb_content_element {
    margin-bottom: 0;
}
#layout-container .wpb_text_column .wpb_wrapper h2,
#layout-container .wpb_text_column .wpb_wrapper h3,
#layout-container .wpb_text_column .wpb_wrapper p {
    padding-bottom: 15px;
}
#layout-container .wpb_text_column .wpb_wrapper ul li {
    position: relative;
    margin-left: 1.57em;
    padding-bottom: 0.7em;
}
#layout-container .wpb_text_column .wpb_wrapper ul li:before {
    top: 0.45em;
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #7e91cc;
    left: -25px;
}
#layout-container .wpb_text_column .wpb_wrapper a {
    color: #47588f;
    transition: all 0.3s;
}
#layout-container .wpb_text_column .wpb_wrapper a:hover {
    color: #7e91cc;
}
#layout-container mark {
    background: 0 0;
    color: #eb2229;
}
#layout-container .vc_chart .wpb_wrapper ul.vc_chart-legend {
    margin-bottom: 0;
    padding-left: 25px;
}
#layout-container .vc_chart .wpb_wrapper ul.vc_chart-legend li {
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: 1em;
    padding: 0;
    font-style: italic;
    color: #999;
}
#layout-container .vc_chart .wpb_wrapper ul.vc_chart-legend li:before {
    display: none !important;
}
#layout-container .vc_chart .wpb_wrapper ul.vc_chart-legend li span {
    border-radius: 0;
    height: 0.6em;
    width: 0.6em;
}
#layout-container .vc_chart.st-legend-bottom .wpb_wrapper .vc_chart-with-legend {
    display: block;
    margin: 0 auto;
}
#layout-container .vc_chart.st-legend-bottom .wpb_wrapper ul.vc_chart-legend {
    width: 100%;
    font-style: italic;
    color: #999;
    text-align: left;
    margin-top: 20px;
}
#layout-container .vc_chart.st-legend-bottom .wpb_wrapper ul.vc_chart-legend span {
    border-radius: 0;
    height: 0.6em;
    width: 0.6em;
}
#layout-container .vc_chart.st-legend-bottom .wpb_wrapper ul.vc_chart-legend li {
    display: inline-block;
}
#layout-container .vc_line-chart .vc_chart-with-legend {
    width: 65%;
}
#layout-container .vc_line-chart .vc_chart-legend {
    margin-left: 70px;
    padding-right: 70px !important;
}
#layout-container .st-info-boxes .st-info-boxes-inner:before {
    display: table;
    content: " ";
}
#layout-container .st-info-boxes .st-info-boxes-inner:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 0;
    overflow: hidden;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component .aio-icon-box {
    position: relative;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component .aio-icon-box .aio-icon-box-inner {
    position: relative;
    left: auto;
    right: 0;
    transition: right 0.4s ease;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component .aio-icon-box .st-info-box-description {
    position: absolute;
    width: 100%;
    top: 0;
    left: auto;
    right: 150%;
    transition: right 0.4s ease;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:hover .aio-icon-box .aio-icon-box-inner {
    left: auto;
    right: -150%;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:hover .aio-icon-box .st-info-box-description {
    left: auto;
    right: 0;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(2) {
    border-left: 1px solid #d2d2d2;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(3) {
    border-top: 1px solid #d2d2d2;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(4) {
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(2) .aio-icon-box,
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(3) .aio-icon-box {
    position: relative;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(2) .aio-icon-box .aio-icon-box-inner,
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(3) .aio-icon-box .aio-icon-box-inner {
    position: relative;
    left: 0;
    right: auto;
    transition: left 0.4s ease;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(2) .aio-icon-box .st-info-box-description,
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(3) .aio-icon-box .st-info-box-description {
    position: absolute;
    width: 100%;
    top: 0;
    left: 150%;
    right: auto;
    transition: left 0.4s ease;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(2):hover .aio-icon-box .aio-icon-box-inner,
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(3):hover .aio-icon-box .aio-icon-box-inner {
    left: -150%;
    right: auto;
}
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(2):hover .aio-icon-box .st-info-box-description,
#layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(3):hover .aio-icon-box .st-info-box-description {
    left: 0;
    right: auto;
}
#layout-container .aio-icon-component .aio-icon,
#layout-container .aio-icon-component .aio-icon-img {
    transition: all 0.2s linear;
}
#layout-container .aio-icon-component {
    margin-bottom: 25px;
    transition: all 0.3s ease;
}
#layout-container .aio-icon-component.with-shadow {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
#layout-container .top-icon .aio-icon-header h3.aio-icon-title {
    margin: 15px 0 15px;
}
#layout-container .aio-icon-box .aio-icon-header h3 {
    font-weight: inherit;
    padding-bottom: 0;
    transition: all 0.3s ease;
}
#layout-container .aio-icon-box .aio-icon-header .st-infobox-title-before {
    display: inline;
    margin-right: 15px;
}
#layout-container .aio-icon-box .aio-icon-header .st-infobox-title-before.dark-bg > i {
    background-color: #fff;
}
#layout-container .aio-icon-box .aio-icon-header .st-infobox-title-before > i {
    display: inline-block;
    margin-left: 0;
    margin-bottom: -0.03em;
    width: 5px;
    height: 0.8em;
    background-color: #eb2229;
}
#layout-container .aio-icon-box .aio-icon-header .st-infobox-title-before > i + i {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
}
#layout-container .aio-icon-box .aio-icon-description {
    transition: all 0.3s ease;
}
#layout-container .aio-icon-box .aio-icon-description p {
    padding-bottom: 0;
}
#layout-container .aio-icon,
#layout-container .vc_row .aio-icon {
    height: 1.6em;
    width: 1.6em;
    line-height: 1.6em;
}
#layout-container .left-title-icon .aio-icon-left-title {
    display: table-cell;
    vertical-align: middle;
}
#layout-container .left-title-icon .aio-icon-left-title .aio-icon {
    margin-right: 15px;
}
#layout-container .left-title-icon .aio-icon-left-title .aio-icon-img {
    margin-right: 15px;
}
#layout-container .left-title-icon .aio-icon-header {
    display: table-cell;
    vertical-align: middle;
}
#layout-container .left-title-icon .aio-icon-description {
    margin-top: -10px;
}
#layout-container .right-title-icon .aio-icon-right-title {
    display: table-cell;
    vertical-align: middle;
}
#layout-container .right-title-icon .aio-icon-right-title .aio-icon {
    margin-left: 15px;
}
#layout-container .right-title-icon .aio-icon-right-title .aio-icon-img {
    margin-left: 15px;
}
#layout-container .right-title-icon .aio-icon-header {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: right;
}
#layout-container .right-title-icon .aio-icon-description {
    margin-top: -10px;
    text-align: right;
    padding-left: 50px;
}
#layout-container .square_box_2-icon {
    padding: 35px 45px;
}
#layout-container .square_box_2-icon .aio-icon-square_box_2 {
    display: table-cell;
    vertical-align: middle;
}
#layout-container .square_box_2-icon .aio-icon-square_box_2 .aio-icon {
    margin-right: 25px;
}
#layout-container .square_box_2-icon .aio-icon-square_box_2 .aio-icon-img {
    margin-right: 25px;
}
#layout-container .square_box_2-icon .aio-icon-header {
    display: table-cell;
    vertical-align: middle;
}
#layout-container .square_box_2-icon .aio-icon-header + .aio-icon-description {
    margin-top: 25px;
}
#layout-container .square_box_2-icon .aio-icon-header .aio-icon-title {
    transition: all 0.2s linear;
}
#layout-container .smile_icon_list .icon_list_item:before {
    display: none;
}
#layout-container .smile_icon_list .icon_list_item .icon_description h3 {
    padding-bottom: 0;
}
#layout-container .st-simple-link {
    position: relative;
    color: #47588f;
    font-size: 14px;
    font-weight: 700;
}
#layout-container .st-simple-link a:after {
    position: relative;
    top: 0.13em;
    margin-left: 7px;
    color: #eb2229;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
}
#layout-container .st-simple-link a {
    transition: all 0.3s ease;
}
#layout-container .st-simple-link a:hover {
    color: #eb2229;
    margin-left: 5px;
}
#layout-container .st-simple-link.text-right a:hover {
    margin-left: 0;
    margin-right: 5px;
}
#layout-container .st-simple-link.dark-bg {
    color: #fff;
}
#layout-container .st-simple-link.dark-bg:hover {
    color: #fff;
}
#layout-container .st-single-social {
    transition: all 0.3s ease;
}
#layout-container .st-single-social .st-single-social-inner {
    padding: 20px 0;
    text-align: center;
}
#layout-container .st-single-social .st-single-social-inner .st-single-social-link {
    display: block;
}
#layout-container .st-single-social .st-single-social-inner .st-single-social-icon {
    display: inline-block;
    transition: all 0.3s ease;
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form {
    font-size: 0;
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form:before {
    display: table;
    content: " ";
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form label {
    display: none;
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form input[type="email"] {
    float: left;
    height: 45px;
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(58, 72, 118, 0.5);
    border: 1px solid #3a4876;
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #fff;
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form input[type="email"]:-moz-placeholder {
    font-size: 14px;
    color: #fff;
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form input[type="email"]::-moz-placeholder {
    font-size: 14px;
    color: #fff;
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form input[type="email"]:-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form button[type="submit"] {
    float: left;
    position: relative;
    height: 45px;
    padding: 0 35px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #3a4876;
    background-color: #3a4876;
    cursor: pointer;
    overflow: hidden;
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form button[type="submit"] .st-subscribe-text {
    display: block;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form button[type="submit"] .st-subscribe-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2px;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form button[type="submit"] .st-subscribe-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form button[type="submit"]:hover .st-subscribe-text {
    transform: translateX(500px);
}
#layout-container .st-subscribe-2 .mc4wp-form .st-subscribe-form button[type="submit"]:hover .st-subscribe-icon {
    left: 0;
}
#layout-container .st-subscribe-2 .mc4wp-form .mc4wp-response {
    color: #999;
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form {
    font-size: 0;
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form:before {
    display: table;
    content: " ";
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form label {
    display: none;
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form input[type="email"] {
    float: left;
    width: 65%;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    background-color: #fff;
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form input[type="email"]:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form input[type="email"]::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form input[type="email"]:-ms-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form button[type="submit"] {
    float: left;
    position: relative;
    width: 35%;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    background-color: #3a4876;
    cursor: pointer;
    overflow: hidden;
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form button[type="submit"] .st-subscribe-text {
    display: block;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form button[type="submit"] .st-subscribe-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2px;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form button[type="submit"] .st-subscribe-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form button[type="submit"]:hover .st-subscribe-text {
    transform: translateX(500px);
}
#layout-container .st-subscribe-3 .mc4wp-form .st-subscribe-form button[type="submit"]:hover .st-subscribe-icon {
    left: 0;
}
#layout-container .st-subscribe-3 .mc4wp-form .mc4wp-response {
    color: #999;
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form {
    font-size: 0;
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form:before {
    display: table;
    content: " ";
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form label {
    display: none;
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form input[type="email"] {
    float: left;
    width: 65%;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    background-color: #fff;
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form input[type="email"]:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form input[type="email"]::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form input[type="email"]:-ms-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #999;
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form button[type="submit"] {
    float: left;
    position: relative;
    width: 35%;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    background-color: #eb2229;
    cursor: pointer;
    overflow: hidden;
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form button[type="submit"] .st-subscribe-text {
    display: block;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form button[type="submit"] .st-subscribe-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2px;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form button[type="submit"] .st-subscribe-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form button[type="submit"]:hover .st-subscribe-text {
    transform: translateX(500px);
}
#layout-container .st-subscribe-4 .mc4wp-form .st-subscribe-form button[type="submit"]:hover .st-subscribe-icon {
    left: 0;
}
#layout-container .st-subscribe-4 .mc4wp-form .mc4wp-response {
    color: #999;
}
#layout-container .stats-block .stats-desc .stats-counter-inner .counter_suffix,
#layout-container .stats-block .stats-desc .stats-counter-inner .counter_prefix {
    display: inline;
}
#layout-container .stats-block.stats-left .aio-icon-left {
    padding-right: 20px;
    vertical-align: middle;
}
#layout-container .stats-block.stats-left .stats-desc .stats-counter-inner {
    padding-bottom: 5px;
}
#layout-container .stats-block.right .stats-desc {
    text-align: right;
}
#layout-container .stats-block.left .stats-desc {
    text-align: left;
}
#layout-container .stats-block.center-align {
    text-align: center;
}
#layout-container .stats-block.center-align > div {
    display: inline-block;
}
#layout-container .stats-block,
#layout-container .wpb_row .wpb_column .wpb_wrapper .stats-block {
    margin-bottom: 0;
    padding: 0;
    transition: background-color 0.3s ease;
}
#layout-container .stats-block .ult-just-icon-wrapper .aio-icon,
#layout-container .wpb_row .wpb_column .wpb_wrapper .stats-block .ult-just-icon-wrapper .aio-icon {
    transition: color 0.3s ease, background-color 0.3s ease;
}
#layout-container .stats-block .stats-desc .stats-counter-inner > div,
#layout-container .wpb_row .wpb_column .wpb_wrapper .stats-block .stats-desc .stats-counter-inner > div {
    transition: color 0.3s ease;
}
#layout-container .stats-block .stats-desc .stats-text-wrapper .stats-text,
#layout-container .wpb_row .wpb_column .wpb_wrapper .stats-block .stats-desc .stats-text-wrapper .stats-text {
    transition: color 0.3s ease;
}
#layout-container .stats-absolute {
    position: relative;
}
#layout-container .stats-absolute .aio-icon-absolute {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
#layout-container .stats-absolute .stats-desc {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}
#layout-container .stats-absolute .stats-desc .stats-counter-inner {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    text-align: right;
}
#layout-container .stats-absolute .stats-desc .stats-text-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-bottom: 5px;
    padding-left: 10px;
}
#layout-container .stats-absolute .stats-desc .stats-text-wrapper .stats-text {
    text-align: left;
}
#layout-container .wpb_widgetised_column.left {
    margin-right: 40px;
}
#layout-container .wpb_widgetised_column.right {
    margin-left: 40px;
}
#layout-container .wpb_widgetised_column .wpb_wrapper .widget {
    margin-bottom: 35px;
}
#layout-container .ult_info_table .ult_pricing_table {
    border-bottom: none;
}
#layout-container .ult_info_table .ult_pricing_heading h1,
#layout-container .ult_info_table .ult_pricing_heading h2,
#layout-container .ult_info_table .ult_pricing_heading h3,
#layout-container .ult_info_table .ult_pricing_heading h4,
#layout-container .ult_info_table .ult_pricing_heading h5,
#layout-container .ult_info_table .ult_pricing_heading h6 {
    padding-bottom: 0;
}
#layout-container .ult_pricing_table_wrap.theme_design:before {
    display: table;
    content: " ";
}
#layout-container .ult_pricing_table_wrap.theme_design:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .st-pricing-table-inner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .st-pricing-table-inner:before {
    display: table;
    content: " ";
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .st-pricing-table-inner:after {
    display: table;
    content: " ";
    clear: both;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .st-pricing-table-inner .st-pricing-table-overlay {
    position: absolute;
    background-color: rgba(71, 88, 143, 0.95);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .st-pricing-table-inner .ult_pricing_heading {
    padding: 30px 10px 10px;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .st-pricing-table-inner .ult_pricing_heading h3 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: normal;
    color: #fff;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .st-pricing-table-inner .ult_pricing_heading h5 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: normal;
    color: #fff;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .st-pricing-table-inner .ult_price_body_block .ult_price_body {
    margin: 15px auto;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .st-pricing-table-inner .ult_price_body_block .ult_price_body .ult_price .ult_price_figure {
    font-size: 40px;
    line-height: normal;
    color: #eb2229;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .st-pricing-table-inner .ult_price_body_block .ult_price_body .ult_price .ult_price_term {
    font-size: 24px;
    line-height: normal;
    color: #fff;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_features {
    padding: 20px 50px 30px;
    border: 1px solid #47588f;
    border-top: none;
    text-align: left;
    font-size: 20px;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_features ul {
    margin: 0 0 20px;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_features ul li {
    margin: 0;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_features ul li:before {
    display: none;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_features ul li ins {
    text-decoration: none;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_features ul li ins:before {
    margin-right: 20px;
    display: inline-block;
    content: "\f00c";
    font: normal normal normal 16px/1 FontAwesome;
    color: #eb2229;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_features ul li del {
    text-decoration: none;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_features ul li del:before {
    margin-right: 20px;
    display: inline-block;
    content: "\f00d";
    font: normal normal normal 16px/1 FontAwesome;
    color: #999;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_link .ult_price_action_button {
    position: relative;
    top: -1em;
    padding: 9px 25px;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_link .ult_price_action_button span.st-pricing-button-text {
    display: block;
    position: relative;
    transform: translateX(0px);
    transition: all 0.6s;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_link .ult_price_action_button span.st-pricing-button-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    line-height: 1;
    transition: all 0.6s;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_link .ult_price_action_button span.st-pricing-button-icon i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_link .ult_price_action_button:hover span.st-pricing-button-text {
    transform: translateX(500px);
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table .ult_price_link .ult_price_action_button:hover span.st-pricing-button-icon {
    left: 0;
}
#layout-container .ult_pricing_table_wrap.theme_design .ult_pricing_table:hover {
    box-shadow: none;
}
#layout-container .ult_pricing_table_wrap.theme_design.ult_featured .ult_pricing_table {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#layout-container .ult_pricing_table_wrap.theme_design.ult_featured .ult_pricing_table .st-pricing-table-inner {
    margin-top: -20px;
    padding-top: 20px;
}
#layout-container .ult_pricing_table_wrap.theme_design.ult_featured .ult_pricing_table .ult_price_features {
    padding: 20px 50px 50px;
}
#layout-container .vc_pie_chart .vc_pie_chart_back {
    border: 10px solid #f7f7f7;
    opacity: 1;
}
#layout-container .ult-banner-block {
    display: block;
}
@keyframes wave {
    0%,
    60%,
    100% {
        transform: initial;
    }
    30% {
        transform: translateY(-15px);
    }
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
@media (min-width: 1200px) {
    .header-wrapper-mobile {
        display: none;
    }
}
@media (max-width: 1199px) {
    body.sidr-open {
        position: static !important;
        overflow-y: auto;
    }
    body.boxed {
        width: auto !important;
    }
    .animsition {
        position: static;
    }
    .row.st-remove-paddings {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row.st-remove-margins {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .row-full-width.st-remove-paddings {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row-full-width.st-remove-margins {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .row-inner.st-remove-paddings {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row-inner.st-remove-margins {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .row > .st-remove-paddings {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row > .st-remove-margins {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .row > .st-remove-borders {
        border-top: none !important;
        border-right: none !important;
        border-bottom: none !important;
        border-left: none !important;
    }
    .row-full-width > .st-remove-paddings {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row-full-width > .st-remove-margins {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .row-full-width > .st-remove-borders {
        border-top: none !important;
        border-right: none !important;
        border-bottom: none !important;
        border-left: none !important;
    }
    .row-inner > .st-remove-paddings {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row-inner > .st-remove-margins {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .row-inner > .st-remove-borders {
        border-top: none !important;
        border-right: none !important;
        border-bottom: none !important;
        border-left: none !important;
    }
    .row-inner > .col > .wpb_wrapper {
        padding: 0;
    }
    .row-flex .col {
        flex: 1 0 100%;
    }
    .topbar {
        padding-top: 75px;
        height: auto !important;
    }
    .topbar .row .col {
        margin: 0 auto;
    }
    .topbar .row .col:last-child {
        margin: 0 auto;
    }
    .header-first,
    .header-second,
    .header-third,
    .header-fourth,
    .header-fifth,
    .header-sixth,
    .header-seventh {
        position: relative;
    }
    .header-first .topbar-info-wrapper,
    .header-second .topbar-info-wrapper,
    .header-third .topbar-info-wrapper,
    .header-fourth .topbar-info-wrapper,
    .header-fifth .topbar-info-wrapper,
    .header-sixth .topbar-info-wrapper,
    .header-seventh .topbar-info-wrapper {
        width: 75%;
        padding: 0;
    }
    .header-first .topbar-info-wrapper.no-switcher,
    .header-second .topbar-info-wrapper.no-switcher,
    .header-third .topbar-info-wrapper.no-switcher,
    .header-fourth .topbar-info-wrapper.no-switcher,
    .header-fifth .topbar-info-wrapper.no-switcher,
    .header-sixth .topbar-info-wrapper.no-switcher,
    .header-seventh .topbar-info-wrapper.no-switcher {
        width: 100%;
        padding: 15px 0;
    }
    .header-first .topbar-info-wrapper .topbar-info,
    .header-second .topbar-info-wrapper .topbar-info,
    .header-third .topbar-info-wrapper .topbar-info,
    .header-fourth .topbar-info-wrapper .topbar-info,
    .header-fifth .topbar-info-wrapper .topbar-info,
    .header-sixth .topbar-info-wrapper .topbar-info,
    .header-seventh .topbar-info-wrapper .topbar-info {
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 25px;
    }
    .header-first .topbar-info-wrapper .topbar-info:after,
    .header-second .topbar-info-wrapper .topbar-info:after,
    .header-third .topbar-info-wrapper .topbar-info:after,
    .header-fourth .topbar-info-wrapper .topbar-info:after,
    .header-fifth .topbar-info-wrapper .topbar-info:after,
    .header-sixth .topbar-info-wrapper .topbar-info:after,
    .header-seventh .topbar-info-wrapper .topbar-info:after {
        display: none;
    }
    .header-first .topbar-switcher,
    .header-second .topbar-switcher,
    .header-third .topbar-switcher,
    .header-fourth .topbar-switcher,
    .header-fifth .topbar-switcher,
    .header-sixth .topbar-switcher,
    .header-seventh .topbar-switcher {
        width: 25%;
    }
    .header-first .topbar-switcher span,
    .header-second .topbar-switcher span,
    .header-third .topbar-switcher span,
    .header-fourth .topbar-switcher span,
    .header-fifth .topbar-switcher span,
    .header-sixth .topbar-switcher span,
    .header-seventh .topbar-switcher span {
        line-height: normal;
    }
    .header-first .topbar-social,
    .header-second .topbar-social,
    .header-third .topbar-social,
    .header-fourth .topbar-social,
    .header-fifth .topbar-social,
    .header-sixth .topbar-social,
    .header-seventh .topbar-social {
        width: 75%;
        margin: 0;
    }
    .header-first .topbar-social ul,
    .header-second .topbar-social ul,
    .header-third .topbar-social ul,
    .header-fourth .topbar-social ul,
    .header-fifth .topbar-social ul,
    .header-sixth .topbar-social ul,
    .header-seventh .topbar-social ul {
        padding: 0 15px;
    }
    .header-first .topbar-social ul li,
    .header-second .topbar-social ul li,
    .header-third .topbar-social ul li,
    .header-fourth .topbar-social ul li,
    .header-fifth .topbar-social ul li,
    .header-sixth .topbar-social ul li,
    .header-seventh .topbar-social ul li {
        padding: 5px 0 !important;
    }
    .header-first .lang-select,
    .header-second .lang-select,
    .header-third .lang-select,
    .header-fourth .lang-select,
    .header-fifth .lang-select,
    .header-sixth .lang-select,
    .header-seventh .lang-select {
        width: 25%;
        margin: 0;
        padding: 0 7px;
    }
    h1.st-site-title {
        font-size: 30px;
        font-weight: 700;
        font-style: normal;
        color: #47588f;
        line-height: 34px;
    }
    span.st-site-description {
        font-size: 16px;
        line-height: 26px;
    }
    #header-container {
        height: 75px;
    }
    #header-container.with-topbar {
        height: auto;
    }
    .header-wrapper {
        display: none;
    }
    .header-wrapper-mobile {
        position: absolute;
        display: block;
        box-shadow: 0px -1px 8px 1px #47588f;
        background-color: #fff;
        width: 100%;
        height: 75px;
        left: 0;
        top: 0;
        z-index: 10000;
    }
    .header-wrapper-mobile.on-scroll {
        position: fixed;
    }
    .header-wrapper-mobile .row {
        height: inherit;
        width: auto;
    }
    .header-wrapper-mobile .row .col {
        width: 100% !important;
    }
    .header-wrapper-mobile .mobile-menu-icon {
        float: left;
        height: 75px;
        width: 15%;
        padding-left: 25px;
        cursor: pointer;
        z-index: 9999;
    }
    .header-wrapper-mobile .mobile-menu-icon .icon-bar-top {
        margin-top: 25px !important;
    }
    .header-wrapper-mobile .mobile-menu-icon .icon-bar-top,
    .header-wrapper-mobile .mobile-menu-icon .icon-bar-middle,
    .header-wrapper-mobile .mobile-menu-icon .icon-bar-bottom {
        width: 25px;
        height: 3px;
        background-color: #47588f;
        margin: 7px 0;
        transition: 0.3s;
    }
    .header-wrapper-mobile .mobile-menu-icon .icon-bar-top.active {
        transform: rotate(45deg) translate(6px, 6px);
        -webkit-transform: rotate(45deg) translate(6px, 6px);
        -moz-transform: rotate(45deg) translate(6px, 6px);
        -o-transform: rotate(45deg) translate(6px, 6px);
    }
    .header-wrapper-mobile .mobile-menu-icon .icon-bar-middle.active {
        opacity: 0;
    }
    .header-wrapper-mobile .mobile-menu-icon .icon-bar-bottom.active {
        transform: rotate(-45deg) translate(8px, -8px);
        -webkit-transform: rotate(-45deg) translate(8px, -8px);
        -moz-transform: rotate(-45deg) translate(8px, -8px);
        -o-transform: rotate(-45deg) translate(8px, -8px);
    }
    .header-wrapper-mobile .logo-mobile-container {
        float: left;
        width: 70%;
        text-align: center;
        margin: 9px auto;
    }
    .header-wrapper-mobile .logo-mobile-container a img {
        max-width: 80%;
        max-height: 57px;
    }
    .header-wrapper-mobile .header-mobile-menu {
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 9998;
        display: block;
        position: fixed;
        top: 75px;
        left: -300px;
        height: 100%;
        width: 300px;
        background-color: #3a4876;
    }
    .header-wrapper-mobile .header-mobile-menu nav ul {
        padding: 70px 0;
    }
    .header-wrapper-mobile .header-mobile-menu nav ul li {
        position: relative;
    }
    .header-wrapper-mobile .header-mobile-menu nav ul li:last-child {
        padding-bottom: 70px;
    }
    .header-wrapper-mobile .header-mobile-menu nav ul li a {
        display: block;
        position: relative;
        padding: 0 15px 0 30px;
        line-height: 45px;
        color: #fff;
    }
    .header-wrapper-mobile .header-mobile-menu nav ul li a i {
        position: absolute;
        top: 50%;
        right: 0;
        width: 45px;
        height: 45px;
        margin-top: -23px;
        text-align: center;
        line-height: 45px;
        transition: transform 0.3s ease;
    }
    .header-wrapper-mobile .header-mobile-menu nav ul li ul {
        background-color: #425287;
        display: none;
        padding: 10px 0 5px 15px;
    }
    .header-wrapper-mobile .header-mobile-menu nav ul li ul li:last-child {
        padding-bottom: 0;
    }
    .header-wrapper-mobile .header-mobile-menu nav ul li ul li ul {
        padding: 0 0 0 15px;
    }
    .header-wrapper-mobile .header-mobile-menu nav ul li ul li ul li:before {
        content: "-";
        position: absolute;
        left: 15px;
        line-height: 45px;
        color: #fff;
    }
    .header-wrapper-mobile .header-mobile-menu nav ul li.active > a i {
        transform: rotate(-180deg);
    }
    .header-wrapper-mobile .search-icon-mobile {
        float: right;
        height: 75px;
        width: 12%;
        padding-right: 25px;
    }
    .header-wrapper-mobile .search-icon-mobile i {
        float: right;
        margin-top: 21px;
        cursor: pointer;
        font-size: 28px;
        color: #47588f;
        opacity: 1;
    }
    .header-wrapper-mobile .st-header-search-mobile {
        display: none;
        position: absolute;
        top: 75px;
        width: 100%;
        background: #fff;
    }
    .header-wrapper-mobile .st-header-search-mobile form.searchform input {
        width: 100%;
        padding: 0 25px;
        height: 60px;
    }
    .header-wrapper-mobile .st-header-search-mobile form.searchform input::-webkit-input-placeholder {
        font-size: 14px;
        font-style: italic;
        color: #999;
    }
    .header-wrapper-mobile .st-header-search-mobile form.searchform input:-moz-placeholder {
        font-size: 14px;
        font-style: italic;
        color: #999;
    }
    .header-wrapper-mobile .st-header-search-mobile form.searchform input::-moz-placeholder {
        font-size: 14px;
        font-style: italic;
        color: #999;
    }
    .header-wrapper-mobile .st-header-search-mobile form.searchform button {
        display: none;
    }
    body.admin-bar .header-wrapper-mobile.on-scroll {
        top: 32px;
    }
    body.admin-bar .header-wrapper-mobile .header-mobile-menu {
        top: 107px;
    }
    .sidebar-right,
    .sidebar-left {
        display: none;
    }
    #main-container {
        margin-top: 0;
        padding: 0;
    }
    #main-container.enl-padding,
    #main-container.padding {
        padding: 0;
    }
    #main-container .title-container {
        padding: 0 40px;
    }
    #main-container .title-container .title-container-background {
        background-size: cover;
    }
    .single-post #main-container .single-post {
        margin: 0 20px;
    }
    .single-post #main-container .single-post .row article .post-content .wpb_text_column {
        padding: 0;
    }
    .single-post #main-container .single-post .row article .post-likes {
        margin: 25px 55px 90px 0;
    }
    .single-post #main-container .single-post .row article .post-sharing {
        margin: 30px 0 90px;
    }
    .single-post #main-container .single-post .row article .post-related-posts .post-related-post {
        float: left;
        width: 33.33333333%;
    }
    .single-post #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail {
        width: 100% !important;
    }
    #main-container .blog-list nav.page-navigation .pagination a,
    #main-container .archive-list nav.page-navigation .pagination a,
    #main-container .blog-grid nav.page-navigation .pagination a,
    #main-container .archive-grid nav.page-navigation .pagination a {
        margin: 5px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie {
        height: 650px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(odd) .st-activity-grid-title-wrapper {
        width: 50% !important;
        float: left;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(odd) .st-activity-grid-title-wrapper .st-activity-grid-title {
        margin-top: 250px !important;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(odd) .st-activity-grid-desc {
        width: 50% !important;
        padding: 50px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(odd) .st-activity-grid-desc div div {
        padding-top: 10px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(even) .st-activity-grid-title-wrapper {
        width: 50% !important;
        float: left;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(even) .st-activity-grid-title-wrapper .st-activity-grid-title {
        margin-top: 250px !important;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(even) .st-activity-grid-desc {
        width: 50% !important;
        padding: 50px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(even) .st-activity-grid-desc div div {
        padding-top: 10px;
    }
    #main-container h2.vc_custom_heading span {
        display: none;
    }
    #main-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item {
        cursor: pointer;
    }
    #main-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client-photo-wrapper {
        display: block;
        width: auto;
        margin-bottom: 30px;
    }
    #main-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client {
        display: block;
        width: auto;
        text-align: center;
        margin-bottom: 30px;
    }
    #main-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client-comment {
        display: block;
        width: auto;
        padding: 0 40px;
        text-align: center;
    }
    #main-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item.with-company-logo .st-testimonial-client {
        display: block;
        width: auto;
        text-align: center;
        margin-bottom: 20px;
    }
    #main-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item.with-company-logo .st-testimonial-company-logo {
        display: block;
        width: auto;
        text-align: center;
        margin-bottom: 20px;
    }
    #main-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item.with-company-logo .st-testimonial-company-logo img {
        margin: 0 auto;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-filter-panel .st-portfolio-filters li {
        margin: 10px;
    }
    #main-container .st-pyramid .st-pyramid-top {
        left: 0;
        margin: 0 auto 5px auto;
    }
    #main-container .st-pyramid .st-pyramid-top .st-pyramid-top-inner {
        display: none;
    }
    #main-container .st-pyramid .st-pyramid-mid {
        left: 0;
        margin: 0 auto 5px auto;
    }
    #main-container .st-pyramid .st-pyramid-mid .st-pyramid-mid-inner {
        display: none;
    }
    #main-container .st-pyramid .st-pyramid-bot {
        left: 0;
        margin: 0 auto 5px auto;
    }
    #main-container .st-pyramid .st-pyramid-bot .st-pyramid-bot-inner {
        display: none;
    }
    #main-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-desc {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    #main-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-desc {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    #main-container .st-team-member-block.simple .st-team-member-block-info {
        padding: 0 15px 30px;
    }
    #main-container .st-team-member-block.ext .st-team-member-block-photo {
        height: 300px;
    }
    #main-container .st-team-member-block.ext .st-team-member-block-info {
        height: 300px;
        padding: 50px 40px 50px 60px;
    }
    #main-container .st-product-info {
        margin-bottom: 30px;
    }
    #main-container .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
        display: block;
    }
    #main-container .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
        display: none !important;
    }
    #main-container .vc_tta.vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels {
        border: none !important;
    }
    #main-container .vc_tta.vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
        background-color: #d3d3d3;
    }
    #main-container .vc_tta.vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
        display: block;
        background-color: #e7e7e7;
        transition: all 0.4s;
    }
    #main-container .vc_tta.vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 {
        color: #a9a8a8;
    }
    #main-container .vc_tta.vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
        position: relative;
    }
    #main-container .vc_tta.vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
        position: relative;
        background-color: #7d8dbf;
    }
    #main-container .vc_tta.vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4 {
        color: #fff;
    }
    #main-container .vc_tta.vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
        background-color: #f1f0f0;
    }
    #main-container .vc_tta.vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_single_image {
        float: left;
        display: inline-block;
        width: 100%;
    }
    #main-container .vc_tta.vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_single_image figure .vc_single_image-wrapper img {
        width: 100vw;
    }
    #main-container .vc_tta.vc_tta-tabs.vc_general.vc_tta-style-adamas .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body .wpb_text_column {
        float: left;
        padding: 30px;
        width: 100%;
    }
    #main-container .ubtn-ctn-center,
    #main-container .ubtn-ctn-left,
    #main-container .ubtn-ctn-right {
        margin-top: 20px;
    }
    #main-container .ubtn-ctn-left {
        padding-left: 40px;
    }
    #main-container .ubtn-ctn-right {
        padding-right: 40px;
    }
    #main-container .ult_acord {
        margin-bottom: 50px;
    }
    #main-container .ult_acord i.accordion-icon {
        font-style: normal;
        line-height: 1.5em;
    }
    #main-container .ult_acord .ult-tabto-accordionItem {
        max-height: auto;
    }
    #main-container .ult_acord .ult-tabto-accordionItem .st-adv-tab-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: -1;
    }
    #main-container .ult_acord .ult_acordian-text {
        font-size: 18px;
    }
    #main-container .ult-tabto-accordion .ult-tabto-accordionItem {
        max-height: 100%;
    }
    #main-container .ult-tabto-accordion .ult-tabto-accordionItem.ult-tabto-accolapsed {
        max-height: 0;
    }
    #main-container .ult-tabto-accordion .ult-tabto-accordionItem.ult-tabto-accolapsed .st-adv-tab-bg {
        opacity: 0;
    }
    #main-container .st-posts-module .st-posts-module-single {
        margin-bottom: 30px;
    }
    #main-container .st-simple-price-box {
        margin-bottom: 50px;
    }
    #main-container .stats-block,
    #main-container .wpb_row .wpb_column .wpb_wrapper .stats-block {
        margin: 0;
    }
    #main-container .stats-block.right .stats-desc,
    #main-container .stats-block.left .stats-desc,
    #main-container .wpb_row .wpb_column .wpb_wrapper .stats-block.right .stats-desc,
    #main-container .wpb_row .wpb_column .wpb_wrapper .stats-block.left .stats-desc {
        text-align: center;
    }
    #main-container .stats-absolute {
        margin-bottom: 100px;
    }
    #main-container .vc_line-chart ul.vc_chart-legend {
        text-align: center;
        margin-left: 10px;
    }
    #main-container .vc_line-chart ul.vc_chart-legend li {
        margin: 0 10px;
    }
    #main-container .vc_line-chart .vc_chart-with-legend {
        width: 75%;
    }
    #main-container .vc_chart.st-legend-bottom .wpb_wrapper ul.vc_chart-legend {
        text-align: center;
    }
    #main-container .vc_chart.st-legend-bottom .wpb_wrapper ul.vc_chart-legend li {
        margin-right: 15px;
    }
    #main-container .st-service-box {
        margin-bottom: 30px;
    }
    #main-container .st-service-box .st-service-box-inner .st-service-box-image {
        height: 300px;
    }
    #main-container .st-simple-contact-box .st-simple-contact-box-inner {
        margin-bottom: 30px;
    }
    #main-container .vc_progress_bar {
        margin-bottom: 30px;
    }
    #main-container .st-advantage-box {
        margin: 0 -20px;
    }
    #main-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item {
        width: 100%;
    }
    #main-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item .st-brands-item-inner .st-brand-comment {
        width: 100%;
        text-align: center;
    }
    #main-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:hover .st-brands-item-inner .st-brand-comment {
        bottom: 60px;
    }
    #main-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    #main-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:nth-child(2) {
        border-top: 1px solid #e0e0e0;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    #main-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:nth-child(3) {
        border-top: 1px solid #e0e0e0;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    #main-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:nth-child(4) {
        border-top: 1px solid #e0e0e0;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    #main-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:nth-child(5) {
        border-top: 1px solid #e0e0e0;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    #main-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:last-child {
        border-top: 1px solid #e0e0e0;
        border-bottom: none;
        border-right: none;
    }
    #main-container .st-info-block.info-block-text-image {
        left: 7%;
    }
    #main-container .st-info-block .st-info-block-inner .st-info-block-image {
        height: 350px;
        float: none;
        width: auto;
    }
    #main-container .st-info-block .st-info-block-inner .st-info-block-info {
        float: none;
        width: auto;
    }
    #main-container .st-info-block .st-info-block-number {
        display: none;
    }
    #main-container .st-team-member-info .st-team-member-info-photo {
        float: none;
        width: auto;
        height: 300px;
    }
    #main-container .st-team-member-info .st-team-member-info-inner {
        float: none;
        width: auto;
        height: auto;
        padding: 30px;
    }
    #main-container .st-advantage-block {
        width: 95%;
        margin: 0 auto;
    }
    #main-container .st-advantage-block.three,
    #main-container .st-advantage-block.four {
        left: 0;
    }
    #main-container .st-advantage-block.three > div,
    #main-container .st-advantage-block.four > div {
        height: 350px;
        padding: 50px 10% 50px 7%;
    }
    #main-container .st-advantage-block.three .st-advantage-block-first,
    #main-container .st-advantage-block.four .st-advantage-block-first {
        width: 100%;
    }
    #main-container .st-advantage-block.three .st-advantage-block-first.hover,
    #main-container .st-advantage-block.four .st-advantage-block-first.hover {
        width: 100%;
        height: 350px;
        padding-left: 7%;
    }
    #main-container .st-advantage-block.three .st-advantage-block-first.unactive,
    #main-container .st-advantage-block.four .st-advantage-block-first.unactive {
        width: 100%;
        height: 150px;
        padding-left: 7%;
    }
    #main-container .st-advantage-block.three .st-advantage-block-second,
    #main-container .st-advantage-block.four .st-advantage-block-second {
        width: 100%;
        top: -15px;
        left: 0;
        height: 150px;
    }
    #main-container .st-advantage-block.three .st-advantage-block-second.hover,
    #main-container .st-advantage-block.four .st-advantage-block-second.hover {
        width: 100%;
        height: 350px;
        padding-left: 7%;
    }
    #main-container .st-advantage-block.three .st-advantage-block-second.unactive,
    #main-container .st-advantage-block.four .st-advantage-block-second.unactive {
        width: 100%;
        height: 150px;
    }
    #main-container .st-advantage-block.three .st-advantage-block-third,
    #main-container .st-advantage-block.four .st-advantage-block-third {
        width: 100%;
        top: -30px;
        left: 0;
        height: 150px;
    }
    #main-container .st-advantage-block.three .st-advantage-block-third.hover,
    #main-container .st-advantage-block.four .st-advantage-block-third.hover {
        width: 100%;
        height: 350px;
        padding-left: 7%;
    }
    #main-container .st-advantage-block.three .st-advantage-block-third.unactive,
    #main-container .st-advantage-block.four .st-advantage-block-third.unactive {
        width: 100%;
        height: 150px;
    }
    #main-container .st-advantage-block.three .st-advantage-block-fourth,
    #main-container .st-advantage-block.four .st-advantage-block-fourth {
        width: 100%;
        top: -45px;
        left: 0;
        height: 150px;
    }
    #main-container .st-advantage-block.three .st-advantage-block-fourth.hover,
    #main-container .st-advantage-block.four .st-advantage-block-fourth.hover {
        width: 100%;
        height: 350px;
        padding-left: 7%;
    }
    #main-container .st-advantage-block.three .st-advantage-block-fourth.unactive,
    #main-container .st-advantage-block.four .st-advantage-block-fourth.unactive {
        width: 100%;
        height: 150px;
    }
    #main-container .st-pagination-block .st-pagination-block-previous {
        float: none;
        width: 100%;
        margin-bottom: 25px;
        padding: 0;
        text-align: center;
    }
    #main-container .st-pagination-block .st-pagination-block-previous .st-pagination-block-post-thumbnail {
        float: none;
        display: inline-block;
    }
    #main-container .st-pagination-block .st-pagination-block-previous .st-pagination-block-inner {
        float: none;
        width: auto;
        margin: 0;
    }
    #main-container .st-pagination-block .st-pagination-block-separator {
        display: none;
    }
    #main-container .st-pagination-block .st-pagination-block-next {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #main-container .st-pagination-block .st-pagination-block-next .st-pagination-block-post-thumbnail {
        float: none;
        display: inline-block;
    }
    #main-container .st-pagination-block .st-pagination-block-next .st-pagination-block-inner {
        float: none;
        width: auto;
        margin: 0;
    }
    #main-container .st-pagination-block .st-pagination-block-next .st-pagination-block-inner .st-pagination-block-post-title {
        padding: 0 15px;
        text-align: center;
    }
    #main-container .st-pagination-block .st-pagination-block-next .st-pagination-block-inner .st-pagination-block-post-category {
        padding: 0 15px;
        text-align: center;
    }
    #main-container .st-contact-block .st-contact-block-info .st-contact-block-image {
        float: none;
        width: auto;
        height: 300px;
    }
    #main-container .st-contact-block .st-contact-block-info .st-contact-block-details {
        float: none;
        width: auto;
        padding-left: 0;
    }
    #main-container .st-contact-block .st-contact-block-table {
        float: none;
        width: auto;
    }
    #main-container .st-contact-block .st-contact-block-form-wrapper {
        float: none;
        width: auto;
        padding-right: 0;
    }
    #main-container .st-contact-block .st-contact-block-form-wrapper .wpcf7 {
        padding: 0;
    }
    #main-container .st-contact-block .st-contact-block-form-wrapper .wpcf7 form .st-contact-block-form .st-contact-form-input {
        margin-right: 0;
    }
    #main-container .st-contact-block .st-contact-block-form-wrapper .wpcf7 form .st-contact-block-form .st-contact-form-input .your-name input,
    #main-container .st-contact-block .st-contact-block-form-wrapper .wpcf7 form .st-contact-block-form .st-contact-form-input .your-email input,
    #main-container .st-contact-block .st-contact-block-form-wrapper .wpcf7 form .st-contact-block-form .st-contact-form-input .your-phone input {
        width: 100%;
    }
    #main-container .st-contact-block .st-contact-block-form-wrapper .wpcf7 form .st-contact-block-form .st-contact-form-input .your-message textarea {
        width: 100%;
    }
    #main-container .st-contact-block .st-contact-block-form-wrapper .wpcf7 form .st-contact-block-form .st-contact-form-submit {
        float: none;
        margin-bottom: 60px;
    }
    #main-container .st-contact-block .st-contact-block-map {
        float: none;
        width: auto;
        margin-bottom: 30px;
    }
    #main-container .stats-block.stats-left {
        text-align: center;
    }
    #main-container .stats-block.stats-left > div {
        display: inline-block;
    }
    #main-container .stats-block.stats-left .stats-desc {
        text-align: center;
    }
    #main-container .st-brochure {
        width: auto;
        margin: 0 auto;
    }
    #main-container .shop .st-product-list .product .st-product-inner-wrapper .st-product-options {
        bottom: 0;
    }
    #main-container form.login {
        padding: 0 30px;
    }
    #main-container .checkout_coupon p input.input-text {
        width: 100%;
    }
}
@media (max-width: 782px) {
    body.admin-bar .header-wrapper-mobile.on-scroll {
        top: 46px;
    }
    body.admin-bar .header-wrapper-mobile .header-mobile-menu {
        top: 121px;
    }
}
@media (max-width: 600px) {
    body.admin-bar .header-wrapper-mobile.on-scroll {
        top: 0;
    }
    body.admin-bar .header-wrapper-mobile .header-mobile-menu {
        top: 121px;
    }
    body.admin-bar .header-wrapper-mobile.mobile-scroll {
        top: 0;
    }
    body.admin-bar .header-wrapper-mobile.mobile-scroll .header-mobile-menu {
        top: 75px;
    }
}
@media (max-width: 767px) {
    .col,
    .st-1,
    .st-2,
    .st-3,
    .st-4,
    .st-5,
    .st-6,
    .st-7,
    .st-8,
    .st-9,
    .st-10,
    .st-11,
    .st-12 {
        width: 100%;
        float: left;
    }
    .st-mobile-12 {
        float: left;
        width: 100%;
    }
    .st-mobile-11 {
        float: left;
        width: 91.66666667%;
    }
    .st-mobile-10 {
        float: left;
        width: 83.33333333%;
    }
    .st-mobile-9 {
        float: left;
        width: 75%;
    }
    .st-mobile-8 {
        float: left;
        width: 66.66666667%;
    }
    .st-mobile-7 {
        float: left;
        width: 58.33333333%;
    }
    .st-mobile-6 {
        float: left;
        width: 50%;
    }
    .st-mobile-5 {
        float: left;
        width: 41.66666667%;
    }
    .st-mobile-4 {
        float: left;
        width: 33.33333333%;
    }
    .st-mobile-3 {
        float: left;
        width: 25%;
    }
    .st-mobile-2 {
        float: left;
        width: 16.66666667%;
    }
    .st-mobile-1 {
        float: left;
        width: 8.33333333%;
    }
    .st-mobile-offset-12 {
        margin-left: 100%;
    }
    .st-mobile-offset-11 {
        margin-left: 91.66666667%;
    }
    .st-mobile-offset-10 {
        margin-left: 83.33333333%;
    }
    .st-mobile-offset-9 {
        margin-left: 75%;
    }
    .st-mobile-offset-8 {
        margin-left: 66.66666667%;
    }
    .st-mobile-offset-7 {
        margin-left: 58.33333333%;
    }
    .st-mobile-offset-6 {
        margin-left: 50%;
    }
    .st-mobile-offset-5 {
        margin-left: 41.66666667%;
    }
    .st-mobile-offset-4 {
        margin-left: 33.33333333%;
    }
    .st-mobile-offset-3 {
        margin-left: 25%;
    }
    .st-mobile-offset-2 {
        margin-left: 16.66666667%;
    }
    .st-mobile-offset-1 {
        margin-left: 8.33333333%;
    }
    .st-mobile-hidden {
        display: none !important;
    }
    .row-flex .col {
        flex: 1 0 100%;
    }
    .row-flex .col.st-12,
    .row-flex .col.st-11,
    .row-flex .col.st-10,
    .row-flex .col.st-9,
    .row-flex .col.st-8,
    .row-flex .col.st-7,
    .row-flex .col.st-6,
    .row-flex .col.st-5,
    .row-flex .col.st-4,
    .row-flex .col.st-3,
    .row-flex .col.st-2,
    .row-flex .col.st-1 {
        flex: 1 0 100%;
    }
    .row-flex .col.st-mobile-12 {
        flex: 1 0 100%;
    }
    .row-flex .col.st-mobile-11 {
        flex: 1 0 91.66666667%;
    }
    .row-flex .col.st-mobile-10 {
        flex: 1 0 83.33333333%;
    }
    .row-flex .col.st-mobile-9 {
        flex: 1 0 75%;
    }
    .row-flex .col.st-mobile-8 {
        flex: 1 0 66.66666667%;
    }
    .row-flex .col.st-mobile-7 {
        flex: 1 0 58.33333333%;
    }
    .row-flex .col.st-mobile-6 {
        flex: 1 0 50%;
    }
    .row-flex .col.st-mobile-5 {
        flex: 1 0 41.66666667%;
    }
    .row-flex .col.st-mobile-4 {
        flex: 1 0 33.33333333%;
    }
    .row-flex .col.st-mobile-3 {
        flex: 1 0 25%;
    }
    .row-flex .col.st-mobile-2 {
        flex: 1 0 16.66666667%;
    }
    .row-flex .col.st-mobile-1 {
        flex: 1 0 8.33333333%;
    }
    .back-to-top {
        right: 20px;
        bottom: 20px;
    }
    .mobile-text-center {
        padding: 0 15px;
        text-align: center !important;
    }
    .topbar .row .col {
        display: block;
    }
    .topbar .topbar-info-wrapper {
        width: 100%;
        padding: 5px 12px;
    }
    .topbar .topbar-info-wrapper.no-switcher {
        padding: 5px 12px;
    }
    .topbar .topbar-info-wrapper ul {
        padding: 5px 0 !important;
    }
    .topbar .topbar-info-wrapper ul li {
        display: inline-block !important;
        padding: 5px 20px 5px 0 !important;
    }
    .topbar .topbar-switcher {
        width: 100%;
    }
    .topbar .topbar-switcher .select2-container {
        padding: 0 15px;
    }
    .topbar .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow:before {
        left: 0;
    }
    .topbar .lang-select {
        width: 100% !important;
    }
    .topbar .lang-select .select2-container {
        padding: 0 15px;
    }
    .topbar .lang-select .select2-container .selection .select2-selection .select2-selection__arrow:before {
        left: 0;
    }
    .topbar .topbar-social {
        width: 100% !important;
    }
    .topbar .topbar-social ul {
        float: none;
        text-align: center;
    }
    .single #main-container .title-container {
        height: 300px;
    }
    .single #main-container .title-container .breadcrumbs {
        top: 110px;
    }
    .single-post #main-container .single-post {
        margin: 0 15px;
    }
    .single-post #main-container .single-post .row article .post-meta a.post-tag {
        margin: 4px 2px 0;
    }
    .single-post #main-container .single-post .row article .post-content .wpb_text_column {
        padding: 0;
    }
    .single-post #main-container .single-post .row article .post-content .post-quote {
        padding: 60px 40px 35px;
    }
    .single-post #main-container .single-post .row article .post-likes {
        width: 100%;
        margin: 25px 0;
    }
    .single-post #main-container .single-post .row article .post-subscribe {
        margin: 25px 0;
    }
    .single-post #main-container .single-post .row article .post-subscribe .mc4wp-form .st-subscribe-form input[type="email"] {
        width: 55%;
    }
    .single-post #main-container .single-post .row article .post-sharing {
        float: none;
        width: 200px;
        margin: 25px 0 90px;
    }
    .single-post #main-container .single-post .row article .post-sharing .post-sharing-inner .jssocials-shares {
        left: 0;
        right: auto;
    }
    .single-post #main-container .single-post .row article .post-sharing .post-sharing-inner .jssocials-shares > div a {
        left: 0;
    }
    .single-post #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(1) a {
        left: 0;
    }
    .single-post #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(2) a {
        left: 42px;
    }
    .single-post #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(3) a {
        left: 84px;
    }
    .single-post #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(4) a {
        left: 126px;
    }
    .single-post #main-container .single-post .row article .post-sharing:hover .post-sharing-inner .jssocials-shares > div:nth-child(5) a {
        left: 168px;
    }
    .single-post #main-container .single-post .row article .post-author .post-author-name {
        margin-left: 88px;
        padding: 0 0 0 30px;
    }
    .single-post #main-container .single-post .row article .post-author .post-author-bio {
        padding-left: 118px;
    }
    .single-post #main-container .single-post .row article .post-related-posts .post-related-post {
        float: none;
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }
    .single-post #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail {
        width: 100% !important;
    }
    .single-post #main-container .single-post .row article .comment-form .comment-logged-in {
        float: none;
        display: block;
    }
    .single-post #main-container .single-post .row article .comment-form .comment-cancel-reply {
        float: none;
        display: block;
    }
    .single-post #main-container .single-post .row article .comment-form .comment-reply .comment-reply-info {
        display: block;
    }
    .single-post #main-container .single-post .row article .comment-form form .comment-input-wrap {
        padding-right: 0;
    }
    .single-post #main-container .single-post .row article .comment-form form .comment-input-wrap input.name,
    .single-post #main-container .single-post .row article .comment-form form .comment-input-wrap input.email,
    .single-post #main-container .single-post .row article .comment-form form .comment-input-wrap input.website {
        margin-right: 0;
    }
    .single-post #main-container .single-post .row article .comments ol.comment-list li.comment .comment-info-inner {
        margin-left: 82px;
    }
    .single-post #main-container .single-post .row article .comments ol.comment-list li.comment .comment-info-inner .comment-date {
        padding-left: 25px;
    }
    .single-post #main-container .single-post .row article .comments ol.comment-list li.comment .comment-info-inner .comment-reply {
        float: none;
        display: block;
        padding-left: 44px;
    }
    .single-post #main-container .single-post .row article .comments ol.comment-list li.comment ul.children {
        margin-left: 0;
    }
    .single-post #main-container .single-post .row article .comments ol.comment-list li.comment .comment-inner {
        padding: 20px 18px 40px;
    }
    .single-post #main-container .single-post .row article .comments ol.comment-list li.comment .comment-content {
        margin-left: 0;
        padding-top: 40px;
        padding-left: 0;
    }
    .single-product #layout-container .breadcrumbs {
        padding: 0 15px;
    }
    .woocommerce-checkout .woocommerce {
        padding: 0 10px;
    }
    .woocommerce-account h2,
    .woocommerce-account form.login {
        padding: 0 10px !important;
    }
    #main-container .title-container {
        padding: 0 15px;
    }
    #main-container .title-container .title-container-inner .page-title-inner .page-title-inner-wrapper .page-title {
        font-size: 26px;
        line-height: 36px;
    }
    #main-container .title-container .title-container-inner .page-title-inner .page-title-inner-wrapper .page-subtitle {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    #main-container .title-container .title-container-background {
        background-size: cover;
    }
    #main-container .shop .row .two-column,
    #main-container .shop .row .three-column,
    #main-container .shop .row .four-column {
        padding: 0 20px;
    }
    #main-container .shop .row .two-column .st-product-list .product,
    #main-container .shop .row .three-column .st-product-list .product,
    #main-container .shop .row .four-column .st-product-list .product {
        width: 100%;
        padding: 0 10px;
    }
    #main-container .shop .row .two-column .st-product-list .product:nth-child(even),
    #main-container .shop .row .two-column .st-product-list .product:nth-child(odd),
    #main-container .shop .row .three-column .st-product-list .product:nth-child(even),
    #main-container .shop .row .three-column .st-product-list .product:nth-child(odd),
    #main-container .shop .row .four-column .st-product-list .product:nth-child(even),
    #main-container .shop .row .four-column .st-product-list .product:nth-child(odd) {
        padding: 0 10px;
    }
    #main-container .shop .st-product-list .product {
        width: 100%;
        padding: 0 10px;
    }
    #main-container .shop .st-product-list .product:nth-child(even),
    #main-container .shop .st-product-list .product:nth-child(odd) {
        padding: 0 10px;
    }
    #main-container .shop nav.woocommerce-pagination .pagination .page-numbers {
        margin: 10px 5px 0;
    }
    #main-container .shop .st-single-product .st-single-product-inner {
        float: none;
        width: auto;
        padding: 0 15px;
    }
    #main-container .shop .st-single-product .summary {
        float: none;
        width: auto;
        padding: 0 15px;
    }
    #main-container .shop .st-single-product .summary .product_title {
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .st-upper-product_meta {
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .woocommerce-product-rating {
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .woocommerce-product-rating .star-rating {
        float: none;
        margin: 0.35em auto;
    }
    #main-container .shop .st-single-product .summary .woocommerce-product-rating .woocommerce-review-link {
        margin-left: 0;
    }
    #main-container .shop .st-single-product .summary div[itemprop="offers"] {
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .stock {
        text-align: center;
    }
    #main-container .shop .st-single-product .summary form.cart {
        width: 75%;
        min-width: 270px;
        margin: 0 auto 20px;
    }
    #main-container .shop .st-single-product .summary form.cart .quantity:before {
        display: table;
        content: " ";
    }
    #main-container .shop .st-single-product .summary form.cart .quantity:after {
        display: table;
        content: " ";
        clear: both;
    }
    #main-container .shop .st-single-product .summary form.cart .single_add_to_cart_button {
        float: right;
    }
    #main-container .shop .st-single-product .summary form.cart .group_table tbody tr td {
        width: 35%;
        min-width: 125px;
    }
    #main-container .shop .st-single-product .summary form.cart .group_table tbody tr td.label {
        width: auto;
        min-width: auto;
        padding: 0 10px 30px;
    }
    #main-container .shop .st-single-product .summary form.cart .group_table tbody tr td.price {
        width: auto;
        min-width: auto;
        padding: 0 0 25px;
    }
    #main-container .shop .st-single-product .summary form.cart .group_table tbody tr td.price .stock {
        text-align: right;
    }
    #main-container .shop .st-single-product .summary form.cart.variations_form table.variations {
        width: 100%;
        margin: 0 auto 20px;
    }
    #main-container .shop .st-single-product .summary form.cart.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price {
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .yith-wcwl-add-to-wishlist {
        width: 50%;
        margin: 10px auto 0;
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .compare {
        width: 50%;
        margin: 10px auto 0;
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .st-lower-product_meta .sku_wrapper {
        text-align: center;
    }
    #main-container .shop .st-single-product .woocommerce-tabs ul.tabs li {
        display: block;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    #main-container .shop .st-single-product .woocommerce-tabs ul.tabs li:last-child {
        border-bottom: none;
    }
    #main-container .shop .st-single-product .woocommerce-tabs .panel {
        padding: 0 15px;
    }
    #main-container .shop .st-single-product .woocommerce-tabs .panel .woocommerce-Reviews #comments:before {
        display: table;
        content: " ";
    }
    #main-container .shop .st-single-product .woocommerce-tabs .panel .woocommerce-Reviews #comments:after {
        display: table;
        content: " ";
        clear: both;
    }
    #main-container .shop .st-single-product .woocommerce-tabs .panel .woocommerce-Reviews #comments ol.commentlist li.comment .comment_container .review-author-avatar {
        float: none;
        margin: 0 auto 10px;
    }
    #main-container .shop .st-single-product .woocommerce-tabs .panel .woocommerce-Reviews #comments ol.commentlist li.comment .comment_container .review-info-inner {
        margin: 0;
    }
    #main-container .shop .st-single-product .woocommerce-tabs .panel .woocommerce-Reviews #comments ol.commentlist li.comment .comment_container .review-info-inner .review-author {
        padding-bottom: 0;
        padding-left: 10px;
    }
    #main-container .shop .st-single-product .woocommerce-tabs .panel .woocommerce-Reviews #comments ol.commentlist li.comment .comment_container .review-info-inner .star-rating {
        line-height: 2;
    }
    #main-container .shop .st-single-product .woocommerce-tabs .panel .woocommerce-Reviews #comments ol.commentlist li.comment .comment_container .description {
        margin: 0;
        padding: 10px;
    }
    #main-container .shop .st-single-product .woocommerce-tabs .panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond {
        padding: 0 10px;
    }
    #main-container .shop .st-single-product .woocommerce-tabs .panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .notes-wrapper {
        margin-left: 0;
    }
    #main-container .shop .st-single-product .woocommerce-tabs .panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating label {
        margin: 0 40px 0 0;
    }
    #main-container .shop .st-single-product .upsells,
    #main-container .shop .st-single-product .related {
        padding: 0 15px;
    }
    #main-container .shop .st-single-product.product-type-grouped .summary form.cart {
        width: 100%;
    }
    #main-container .shop .st-single-product.sale .st-single-product-inner .onsale {
        left: 27px;
    }
    #main-container .shop .st-single-product.featured .st-single-product-inner .featured {
        left: 27px;
    }
    #main-container .shop .st-single-product.sale.featured .st-single-product-inner .onsale {
        left: 27px;
    }
    #main-container .shop .st-single-product.sale.featured .st-single-product-inner .featured {
        left: 89px;
    }
    #main-container .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    #main-container .woocommerce-MyAccount-navigation ul {
        display: table;
        padding: 0 10px;
    }
    #main-container .woocommerce-MyAccount-navigation ul li {
        display: inline-block;
        margin: 0 1.5em;
    }
    #main-container .woocommerce-MyAccount-navigation ul li:before {
        display: none;
    }
    #main-container .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        padding: 0 10px;
    }
    #main-container .woocommerce-MyAccount-content table.shop_table tr td:first-child {
        padding-left: 20px;
    }
    #main-container table.cart .cart_item {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 20px;
    }
    #main-container table.cart .cart_item td {
        background: 0 0 !important;
        border: none;
    }
    #main-container table.cart .cart_item td.product-remove a.remove {
        position: relative;
        top: auto;
        left: auto;
    }
    #main-container table.cart .cart_item td.product-thumbnail {
        display: block;
        text-align: center !important;
    }
    #main-container table.cart .cart_item td.product-thumbnail:before {
        display: none;
    }
    #main-container table.cart .cart_item td.product-thumbnail a img {
        width: 120px;
        height: 120px;
    }
    #main-container table.cart .cart_item .product-remove {
        padding-bottom: 10px;
        border: none;
    }
    #main-container table.cart .cart_item .product-name {
        padding: 10px;
    }
    #main-container table.cart .cart_item .product-name dl.variation {
        margin-bottom: 0;
    }
    #main-container table.cart .cart_item .product-name dl.variation dd {
        margin-bottom: 0;
    }
    #main-container table.cart .cart_item .product-name dl.variation dd p {
        padding: 0;
    }
    #main-container table.cart .cart_item .product-price {
        padding: 10px;
    }
    #main-container table.cart .cart_item .product-quantity {
        padding: 10px;
    }
    #main-container table.cart .cart_item .product-quantity .quantity {
        float: right;
    }
    #main-container table.cart .cart_item .product-quantity .quantity:before {
        display: table;
        content: " ";
    }
    #main-container table.cart .cart_item .product-quantity .quantity:after {
        display: table;
        content: " ";
        clear: both;
    }
    #main-container table.cart .cart_item .product-quantity:after {
        display: table;
        content: " ";
        clear: both;
    }
    #main-container table.cart .actions {
        border-top: none;
    }
    #main-container table.cart .actions .clear-cart,
    #main-container table.cart .actions .update-cart,
    #main-container table.cart .actions .continue-shopping {
        float: none !important;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 0;
        text-align: center;
    }
    #main-container .cross-sells {
        float: none;
        width: 100%;
    }
    #main-container .cross-sells h2 {
        padding: 0 10px;
    }
    #main-container .cross-sells .st-product-list .product {
        width: 100%;
        padding: 0 10px !important;
    }
    #main-container .coupon {
        width: 100%;
        padding: 0 10px;
    }
    #main-container .coupon input.input-text {
        width: 80%;
    }
    #main-container .cart_totals {
        width: 100%;
        padding: 0 10px;
    }
    #main-container .cart_totals .shop_table tr td {
        width: 100%;
        padding: 20px 10px 15px;
    }
    #main-container .cart_totals .shop_table tr.shipping td .woocommerce-shipping-calculator .select2-container {
        text-align: left;
    }
    #main-container form.login,
    #main-container form.checkout,
    #main-container .st-order-details,
    #main-container table.order_details,
    #main-container .st-customer-details,
    #main-container table.customer_details,
    #main-container .col2-set.addresses,
    #main-container .woocommerce-thankyou-order-received,
    #main-container .order_details,
    #main-container .st-woocommerce-thankyou-instructions {
        padding: 0 10px;
    }
    #main-container .checkout_coupon p {
        float: none;
        width: auto;
    }
    #main-container .blog-list,
    #main-container .archive-list {
        padding: 0 15px;
    }
    #main-container .blog-list .blog-articles article .post-inner .post-media .post-thumbnail img,
    #main-container .archive-list .blog-articles article .post-inner .post-media .post-thumbnail img {
        min-width: 100%;
    }
    #main-container .blog-list .blog-articles article .post-inner .post-media .post-quote,
    #main-container .archive-list .blog-articles article .post-inner .post-media .post-quote {
        padding: 60px 40px 35px;
    }
    #main-container .blog-grid,
    #main-container .archive-grid {
        padding: 0 15px;
    }
    #main-container .blog-grid .four-column .blog-articles article,
    #main-container .archive-grid .four-column .blog-articles article {
        width: 100%;
        padding: 0;
    }
    #main-container .blog-grid .four-column.sidebar .blog-articles article,
    #main-container .archive-grid .four-column.sidebar .blog-articles article {
        width: 100%;
        padding: 0;
    }
    #main-container .blog-grid .three-column .blog-articles article,
    #main-container .archive-grid .three-column .blog-articles article {
        width: 100%;
    }
    #main-container .blog-grid .three-column .blog-articles article:nth-child(3n + 1),
    #main-container .blog-grid .three-column .blog-articles article:nth-child(3n + 2),
    #main-container .blog-grid .three-column .blog-articles article:nth-child(3n + 3),
    #main-container .archive-grid .three-column .blog-articles article:nth-child(3n + 1),
    #main-container .archive-grid .three-column .blog-articles article:nth-child(3n + 2),
    #main-container .archive-grid .three-column .blog-articles article:nth-child(3n + 3) {
        padding: 0;
    }
    #main-container .blog-grid .three-column .blog-articles article:nth-child(odd),
    #main-container .blog-grid .three-column .blog-articles article:nth-child(even),
    #main-container .archive-grid .three-column .blog-articles article:nth-child(odd),
    #main-container .archive-grid .three-column .blog-articles article:nth-child(even) {
        padding: 0;
    }
    #main-container .blog-grid .three-column.sidebar .blog-articles article,
    #main-container .archive-grid .three-column.sidebar .blog-articles article {
        width: 100%;
    }
    #main-container .blog-grid .three-column.sidebar .blog-articles article:nth-child(3n + 1),
    #main-container .blog-grid .three-column.sidebar .blog-articles article:nth-child(3n + 2),
    #main-container .blog-grid .three-column.sidebar .blog-articles article:nth-child(3n + 3),
    #main-container .archive-grid .three-column.sidebar .blog-articles article:nth-child(3n + 1),
    #main-container .archive-grid .three-column.sidebar .blog-articles article:nth-child(3n + 2),
    #main-container .archive-grid .three-column.sidebar .blog-articles article:nth-child(3n + 3) {
        padding: 0;
    }
    #main-container .blog-grid .three-column.sidebar .blog-articles article:nth-child(odd),
    #main-container .blog-grid .three-column.sidebar .blog-articles article:nth-child(even),
    #main-container .archive-grid .three-column.sidebar .blog-articles article:nth-child(odd),
    #main-container .archive-grid .three-column.sidebar .blog-articles article:nth-child(even) {
        padding: 0;
    }
    #main-container .blog-grid .two-column .blog-articles article,
    #main-container .archive-grid .two-column .blog-articles article {
        width: 100%;
    }
    #main-container .blog-grid .two-column .blog-articles article:nth-child(odd),
    #main-container .blog-grid .two-column .blog-articles article:nth-child(even),
    #main-container .archive-grid .two-column .blog-articles article:nth-child(odd),
    #main-container .archive-grid .two-column .blog-articles article:nth-child(even) {
        padding: 0;
    }
    #main-container .blog-grid .two-column.sidebar .blog-articles article,
    #main-container .archive-grid .two-column.sidebar .blog-articles article {
        width: 100%;
    }
    #main-container .blog-grid .two-column.sidebar .blog-articles article:nth-child(odd),
    #main-container .blog-grid .two-column.sidebar .blog-articles article:nth-child(even),
    #main-container .archive-grid .two-column.sidebar .blog-articles article:nth-child(odd),
    #main-container .archive-grid .two-column.sidebar .blog-articles article:nth-child(even) {
        padding: 0;
    }
    #main-container .page-404 .col {
        padding: 0 15px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-wcqv-head .yith-wcqv-close {
        display: none;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .images {
        float: none;
        width: auto;
        padding: 15px 15px 0;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary {
        float: none;
        width: auto;
        padding: 0 15px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .product_title {
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .st-upper-product_meta {
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .woocommerce-product-rating {
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .woocommerce-product-rating .star-rating {
        float: none;
        margin: 0.35em auto;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .woocommerce-product-rating .woocommerce-review-link {
        margin-left: 0;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary div[itemprop="offers"] {
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .stock {
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart {
        width: 50%;
        min-width: 130px;
        margin: 0 auto 20px;
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .quantity {
        width: 120px;
        float: none;
        margin: 0 auto 20px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .quantity:before {
        display: table;
        content: " ";
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .quantity:after {
        display: table;
        content: " ";
        clear: both;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .single_add_to_cart_button {
        float: none;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .group_table tbody tr td {
        width: 35%;
        min-width: 125px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .group_table tbody tr td.label {
        width: auto;
        min-width: auto;
        padding: 0 10px 30px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .group_table tbody tr td.price {
        width: auto;
        min-width: auto;
        padding: 0 0 25px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .group_table tbody tr td.price .stock {
        text-align: right;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart.variations_form table.variations {
        width: 100%;
        margin: 0 auto 20px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price {
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .st-lower-product_meta .sku_wrapper {
        text-align: center;
    }
    #layout-container .comments ol.comment-list li.comment .comment-inner {
        padding: 20px 18px 40px;
    }
    #layout-container .comments ol.comment-list li.comment .comment-content {
        margin-left: 0;
        padding-top: 40px;
        padding-left: 0;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie {
        height: auto !important;
        margin-top: 0 !important;
        -webkit-clip-path: none !important;
        -moz-clip-path: none !important;
        -ms-clip-path: none !important;
        clip-path: none !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-title-wrapper {
        width: 100% !important;
        height: 160px;
        float: none !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-title-wrapper h3.st-activity-grid-title {
        margin: 0 !important;
        padding: 50px 0 20px !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-desc {
        position: relative;
        width: 100% !important;
        color: #fff;
        padding: 25px !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-desc div {
        float: none;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie .st-activity-grid-item-inner .st-activity-grid-desc div div a {
        float: right;
        padding: 0;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:first-child {
        height: auto !important;
        -webkit-clip-path: none !important;
        -moz-clip-path: none !important;
        -ms-clip-path: none !important;
        clip-path: none !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:first-child .st-activity-grid-item-inner .st-activity-grid-title-wrapper h3.st-activity-grid-title {
        margin: 0 !important;
        padding: 50px 0 20px !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:first-child .st-activity-grid-desc {
        display: flex !important;
        padding: 25px !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:first-child .st-activity-grid-desc.active {
        display: flex !important;
        padding: 25px !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:last-child {
        margin-top: 0 !important;
        height: auto !important;
        -webkit-clip-path: none !important;
        -moz-clip-path: none !important;
        -ms-clip-path: none !important;
        clip-path: none !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:last-child .st-activity-grid-item-inner .st-activity-grid-title-wrapper h3.st-activity-grid-title {
        margin: 0 !important;
        padding: 50px 0 20px !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:last-child:nth-child(even) {
        margin-top: 0 !important;
        height: auto !important;
        -webkit-clip-path: none !important;
        -moz-clip-path: none !important;
        -ms-clip-path: none !important;
        clip-path: none !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:last-child:nth-child(even) .st-activity-grid-desc {
        padding: 25px !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item {
        height: auto !important;
        margin-top: 0 !important;
        -webkit-clip-path: none !important;
        -moz-clip-path: none !important;
        -ms-clip-path: none !important;
        clip-path: none !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-title-wrapper {
        height: 160px;
        float: none !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-title-wrapper h3.st-activity-grid-title {
        margin: 0 !important;
        padding: 50px 0 20px !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc {
        position: relative;
        color: #fff;
        padding: 25px !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc div {
        float: none;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item .st-activity-grid-item-inner .st-activity-grid-desc div div a {
        float: right;
        padding: 0;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:first-child {
        height: auto !important;
        -webkit-clip-path: none !important;
        -moz-clip-path: none !important;
        -ms-clip-path: none !important;
        clip-path: none !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:first-child .st-activity-grid-item-inner .st-activity-grid-title-wrapper h3.st-activity-grid-title {
        margin: 0 !important;
        padding: 50px 0 20px !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:first-child .st-activity-grid-desc {
        display: flex !important;
        padding: 25px !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:first-child .st-activity-grid-desc.active {
        display: flex !important;
        padding: 25px !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child {
        margin-top: 0 !important;
        height: auto !important;
        -webkit-clip-path: none !important;
        -moz-clip-path: none !important;
        -ms-clip-path: none !important;
        clip-path: none !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child .st-activity-grid-item-inner .st-activity-grid-title-wrapper h3.st-activity-grid-title {
        margin: 0 !important;
        padding: 50px 0 20px !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child:nth-child(even) {
        margin-top: 0 !important;
        height: auto !important;
        -webkit-clip-path: none !important;
        -moz-clip-path: none !important;
        -ms-clip-path: none !important;
        clip-path: none !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child:nth-child(even) .st-activity-grid-desc {
        padding: 25px !important;
    }
    #layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item {
        margin: 0 30px;
    }
    #layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-img {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        padding: 0 10px;
    }
    #layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-img img {
        margin: 0 auto;
    }
    #layout-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info {
        float: none;
        width: 100%;
        padding: 0 10px;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.one-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.two-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.three-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.four-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.one-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.two-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.three-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.four-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.one-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.one-column .st-portfolio-item.double-width {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.two-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.two-column .st-portfolio-item.double-width {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.three-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.three-column .st-portfolio-item.double-width {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.four-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.four-column .st-portfolio-item.double-width {
        width: 100%;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider {
        margin-bottom: 20px;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-client-photo {
        float: none;
        margin: 0 auto;
        width: 280px;
        height: 280px;
        border-radius: 100%;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper {
        float: none;
        width: auto;
        margin: 0 auto;
        padding-top: 20px;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client {
        text-align: center;
        padding: 0 0 25px;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client .st-testimonial-client-name {
        display: block;
        padding: 0;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client .st-testimonial-client-occupation {
        display: block;
        padding: 0;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client .st-testimonial-client-company {
        display: block;
        padding: 0;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client-comment {
        padding: 30px 0 0 105px;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client-comment:before {
        margin-left: -105px;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-logo-slider {
        width: 80%;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-logo-slider .slick-list {
        width: 100% !important;
        overflow: hidden !important;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-logo-slider .slick-list .st-testimonial-company-logo {
        margin: 0 50px;
    }
    #layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item .st-testimonial-client-comment {
        padding: 0 15px;
    }
    #layout-container .st-brands-wrapper.carousel .st-brands-logo-slider {
        width: 100%;
    }
    #layout-container .st-brands-wrapper.carousel .st-brands-logo-slider .slick-list {
        width: 100%;
    }
    #layout-container .st-brands-wrapper.carousel .st-brands-logo-slider .slick-list .st-brand-logo {
        margin: 0 50px;
    }
    #layout-container .st-brands-wrapper.carousel .st-brands-comments-slider .st-brand-comment {
        padding: 0;
    }
    #layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item {
        width: 100%;
    }
    #layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item .st-brands-item-inner .st-brand-comment {
        width: 100%;
        text-align: center;
    }
    #layout-container .st-brands-wrapper.grid .st-brands-wrapper-inner .st-brands-item:hover .st-brands-item-inner .st-brand-comment {
        bottom: 25px;
    }
    #layout-container .st-partners-wrapper .st-partners-logo-slider {
        width: 100%;
    }
    #layout-container .st-partners-wrapper .st-partners-logo-slider .slick-list {
        width: 100%;
    }
    #layout-container .st-partners-wrapper .st-partners-logo-slider .slick-list .st-partners-logo {
        margin: 0 50px;
    }
    #layout-container .st-partners-wrapper .st-partners-logo-slider.full {
        width: 100%;
    }
    #layout-container .st-partners-wrapper .st-partners-logo-slider.full .slick-list {
        width: 100%;
    }
    #layout-container .st-partners-wrapper .st-partners-logo-slider.full .slick-list .st-partners-logo {
        margin: 0 50px;
    }
    #layout-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item {
        margin: 0 50px;
    }
    #layout-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item .st-product-carousel-img {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    #layout-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item .st-product-carousel-info {
        width: 100%;
        padding-left: 0;
    }
    #layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item {
        border: 1px solid transparent;
        height: auto;
    }
    #layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-img {
        height: 0 !important;
    }
    #layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-info {
        width: 100%;
        height: 500px;
        padding: 75px 55px 50px 30px;
    }
    #layout-container .st-vertical-carousel .st-vertical-carousel-slider ul.slick-dots {
        top: 180px;
        right: 18px;
    }
    #layout-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item {
        width: 100%;
    }
    #layout-container .ult_tabs ul.ult_tabmenu.st_adamas_style.st-adv-tabs-nav-full-width li.ult_tab_li {
        display: block;
    }
    #layout-container .st-posts-module.fitRows.one-column .st-posts-module-single {
        width: 100%;
    }
    #layout-container .st-posts-module.fitRows.two-column .st-posts-module-single {
        width: 100%;
    }
    #layout-container .st-posts-module.fitRows.three-column .st-posts-module-single {
        width: 100%;
    }
    #layout-container .st-posts-module.fitRows.four-column .st-posts-module-single {
        width: 100%;
    }
    #layout-container .st-posts-module.masonry.one-column .st-posts-module-single {
        width: 100%;
    }
    #layout-container .st-posts-module.masonry.two-column .st-posts-module-single {
        width: 100%;
    }
    #layout-container .st-posts-module.masonry.three-column .st-posts-module-single {
        width: 100%;
    }
    #layout-container .st-posts-module.masonry.four-column .st-posts-module-single {
        width: 100%;
    }
    #layout-container .st-pages-grid-module .st-pages-grid-items.fitRows.one-column .st-pages-grid-item {
        width: 100%;
    }
    #layout-container .st-pages-grid-module .st-pages-grid-items.fitRows.two-column .st-pages-grid-item {
        width: 100%;
    }
    #layout-container .st-pages-grid-module .st-pages-grid-items.fitRows.three-column .st-pages-grid-item {
        width: 100%;
    }
    #layout-container .st-pages-grid-module .st-pages-grid-items.fitRows.four-column .st-pages-grid-item {
        width: 100%;
    }
    #layout-container .st-pages-grid-module .st-pages-grid-items.masonry.one-column .st-pages-grid-item {
        width: 100%;
    }
    #layout-container .st-pages-grid-module .st-pages-grid-items.masonry.two-column .st-pages-grid-item {
        width: 100%;
    }
    #layout-container .st-pages-grid-module .st-pages-grid-items.masonry.three-column .st-pages-grid-item {
        width: 100%;
    }
    #layout-container .st-pages-grid-module .st-pages-grid-items.masonry.four-column .st-pages-grid-item {
        width: 100%;
    }
    #layout-container .st-single-project {
        margin: 0 15px;
    }
    #layout-container .st-single-project .st-single-project-inner {
        bottom: -285px;
        padding: 30px 20px;
    }
    #layout-container .st-single-project .st-single-project-inner .st-single-project-info i {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    #layout-container .st-single-project .st-single-project-inner .st-single-project-info .st-single-project-title {
        display: block;
        margin-left: 0;
        text-align: center;
    }
    #layout-container .st-single-project .st-single-project-inner .st-single-project-info .st-single-project-desc {
        height: 230px;
    }
    #layout-container .st-single-project .st-single-project-inner .st-single-project-overlay-left,
    #layout-container .st-single-project .st-single-project-inner .st-single-project-overlay-right {
        display: none;
    }
    #layout-container .st-single-service .st-single-service-inner {
        bottom: -250px;
    }
    #layout-container .st-single-service .st-single-service-inner .st-single-service-info .st-single-service-desc {
        height: 200px;
    }
    #layout-container .st-single-service .st-single-service-inner .st-single-service-overlay-left {
        position: absolute;
        bottom: 25px;
        left: 25px;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        display: inline-block;
        height: 100px;
        width: 50px;
        transition: all 0.4s;
    }
    #layout-container .st-single-service .st-single-service-inner .st-single-service-overlay-right {
        position: absolute;
        bottom: 25px;
        right: 25px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        display: inline-block;
        height: 100px;
        width: 50px;
        transition: all 0.4s;
    }
    #layout-container .st-history-item .st-history-item-year {
        display: block;
        float: none;
        width: auto;
        text-align: center;
    }
    #layout-container .st-history-item .st-history-item-year span {
        padding: 30px 0;
        margin: 0;
        text-align: center;
        ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        -moz-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    #layout-container .st-history-item .st-history-item-image {
        float: none;
        width: auto;
        height: 300px;
    }
    #layout-container .st-history-item .st-history-item-inner {
        float: none;
        width: auto;
    }
    #layout-container .st-history-item.history-title-year .st-history-item-image,
    #layout-container .st-history-item.history-title-year .st-history-item-year,
    #layout-container .st-history-item.history-title-year .st-history-item-inner {
        float: none;
    }
    #layout-container .st-identity-block.identity-first .st-identity-block-top {
        padding: 20px;
    }
    #layout-container .st-identity-block.identity-first .st-identity-block-top .st-identity-block-info-wrapper {
        float: none;
        width: auto;
        padding: 0 20px;
    }
    #layout-container .st-identity-block.identity-first .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-company {
        padding: 0 20px;
    }
    #layout-container .st-identity-block.identity-first .st-identity-block-bottom {
        display: block;
        padding: 40px;
    }
    #layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-icon-wrapper {
        float: none;
        display: none;
    }
    #layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-desc {
        padding: 0;
        float: none;
        width: auto;
    }
    #layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image:nth-child(3n + 1),
    #layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image:nth-child(3n + 2),
    #layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image:nth-child(3n + 3) {
        float: none;
        width: 100%;
        padding: 0 0 20px;
    }
    #layout-container .st-identity-block.identity-second .st-identity-block-top {
        padding: 20px;
    }
    #layout-container .st-identity-block.identity-second .st-identity-block-top .st-identity-block-info-wrapper {
        float: none;
        width: auto;
        padding: 0 20px;
    }
    #layout-container .st-identity-block.identity-second .st-identity-block-top .st-identity-block-info-wrapper .st-identity-block-company {
        padding: 0 20px;
    }
    #layout-container .st-identity-block.identity-second .st-identity-block-bottom {
        display: block;
        padding: 40px;
    }
    #layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-icon-wrapper {
        float: none;
        display: none;
    }
    #layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-desc {
        padding: 0;
        float: none;
        width: auto;
    }
    #layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image:nth-child(3n + 1),
    #layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image:nth-child(3n + 2),
    #layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-gallery .st-identity-block-image:nth-child(3n + 3) {
        float: none;
        width: 100%;
        padding: 0 0 20px;
    }
    #layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-thumbnail {
        float: none;
        width: 100%;
        height: 250px;
    }
    #layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-info {
        height: auto;
    }
    #layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-info .st-simple-page-block-desc {
        padding: 10px 0;
    }
    #layout-container .st-simple-page-block .st-simple-page-block-inner .st-simple-page-block-info .st-simple-page-block-link {
        position: relative;
    }
    #layout-container .st-awards-block .st-awards-block-logo {
        float: none;
        width: auto;
    }
    #layout-container .st-awards-block .st-awards-block-inner {
        float: none;
        width: auto;
        padding-top: 30px;
        padding-left: 0;
    }
    #layout-container .st-team-member-block.simple-info .st-team-member-block-photo {
        float: none;
        width: 100%;
        height: 250px;
    }
    #layout-container .st-team-member-block.simple-info .st-team-member-block-info {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    #layout-container .st-team-member-block.ext .st-team-member-block-photo {
        float: none;
        width: auto;
        height: 300px;
    }
    #layout-container .st-team-member-block.ext .st-team-member-block-info {
        float: none;
        width: auto;
        height: auto;
        padding: 30px 40px;
    }
    #layout-container .st-team-member-block.ext .st-team-member-block-info .st-team-member-phone {
        display: block;
        width: auto;
    }
    #layout-container .st-team-member-block.ext .st-team-member-block-info .st-team-member-email {
        display: block;
        width: auto;
    }
    #layout-container .st-team-member-info .st-team-member-info-photo {
        float: none;
        width: auto;
        height: 300px;
    }
    #layout-container .st-team-member-info .st-team-member-info-inner {
        float: none;
        width: auto;
        height: auto;
        padding: 30px;
    }
    #layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-title {
        margin-bottom: 15px;
    }
    #layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-specialization {
        display: block;
        width: auto;
        padding: 0;
        margin-bottom: 20px;
    }
    #layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-contact {
        display: block;
        width: auto;
        padding: 0;
        margin-bottom: 20px;
    }
    #layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-location {
        display: block;
        width: auto;
        padding: 0;
    }
    #layout-container .st-partners-block .st-partners-block-logo {
        float: none;
        width: auto;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
    }
    #layout-container .st-partners-block .st-partners-block-logo img {
        width: 200px;
    }
    #layout-container .st-partners-block .st-partners-block-logo:hover {
        opacity: 0.8;
    }
    #layout-container .st-partners-block .st-partners-block-inner {
        float: none;
        width: auto;
        padding: 0;
    }
    #layout-container .st-partners-block .st-partners-block-inner .st-partners-block-name {
        text-align: center;
    }
    #layout-container .st-partners-block .st-partners-block-inner .st-partners-block-spec {
        text-align: center;
    }
    #layout-container .st-partners-block .st-partners-block-inner .st-partners-block-location {
        text-align: center;
    }
    #layout-container .st-vertical-text-block .st-vertical-text-block-title-wrapper {
        float: none;
        display: block;
        width: auto;
        height: auto;
    }
    #layout-container .st-vertical-text-block .st-vertical-text-block-title-wrapper .st-vertical-text-block-title {
        display: block;
        padding: 30px 0;
        margin: 0;
        text-align: center;
        ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        -moz-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    #layout-container .st-vertical-text-block .st-vertical-text-block-image {
        float: none;
        display: block;
        width: 100%;
        height: 300px;
    }
    #layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list {
        width: 400px;
        max-width: 100vw;
    }
    #layout-container .st-map-select-container .st-map-select-options {
        padding: 20px 15px;
    }
    #layout-container .st-map-select-container .st-map-select-options .st-map-select-message,
    #layout-container .st-map-select-container .st-map-select-options .st-map-select-controls {
        float: none;
        width: auto;
    }
    #layout-container .st-map-select-container .st-map-select-options .st-map-select-controls {
        padding-top: 10px;
    }
    #layout-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-groups {
        width: 100%;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    #layout-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-dealers {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info {
        position: relative;
        height: auto;
    }
    #layout-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner {
        position: relative;
        background-color: #4f62a0;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 100%;
        transform: translateY(0);
    }
    #layout-container .woocommerce.columns-1 .st-product-list .product,
    #layout-container .woocommerce.columns-2 .st-product-list .product,
    #layout-container .woocommerce.columns-3 .st-product-list .product,
    #layout-container .woocommerce.columns-4 .st-product-list .product,
    #layout-container .woocommerce.columns-5 .st-product-list .product {
        width: 100%;
        padding: 0 10px;
    }
    #layout-container .st-advantage-box {
        padding: 50px;
    }
    #layout-container .st-advantage-block.three > div,
    #layout-container .st-advantage-block.four > div {
        height: 450px;
        padding: 50px 10%;
    }
    #layout-container .st-advantage-block.three > div .st-advantage-block-number,
    #layout-container .st-advantage-block.four > div .st-advantage-block-number {
        margin-bottom: 15px;
    }
    #layout-container .st-advantage-block.three .st-advantage-block-first,
    #layout-container .st-advantage-block.four .st-advantage-block-first {
        width: 100%;
    }
    #layout-container .st-advantage-block.three .st-advantage-block-first.hover,
    #layout-container .st-advantage-block.four .st-advantage-block-first.hover {
        width: 100%;
        height: 450px;
        padding-left: 10%;
    }
    #layout-container .st-advantage-block.three .st-advantage-block-first.unactive,
    #layout-container .st-advantage-block.four .st-advantage-block-first.unactive {
        width: 100%;
        height: 150px;
        padding-left: 10%;
    }
    #layout-container .st-advantage-block.three .st-advantage-block-second,
    #layout-container .st-advantage-block.four .st-advantage-block-second {
        width: 100%;
        top: -15px;
        left: 0;
        height: 150px;
    }
    #layout-container .st-advantage-block.three .st-advantage-block-second.hover,
    #layout-container .st-advantage-block.four .st-advantage-block-second.hover {
        width: 100%;
        height: 450px;
        padding-left: 10%;
    }
    #layout-container .st-advantage-block.three .st-advantage-block-second.unactive,
    #layout-container .st-advantage-block.four .st-advantage-block-second.unactive {
        width: 100%;
        height: 150px;
    }
    #layout-container .st-advantage-block.three .st-advantage-block-third,
    #layout-container .st-advantage-block.four .st-advantage-block-third {
        width: 100%;
        top: -30px;
        left: 0;
        height: 150px;
    }
    #layout-container .st-advantage-block.three .st-advantage-block-third.hover,
    #layout-container .st-advantage-block.four .st-advantage-block-third.hover {
        width: 100%;
        height: 450px;
        padding-left: 10%;
    }
    #layout-container .st-advantage-block.three .st-advantage-block-third.unactive,
    #layout-container .st-advantage-block.four .st-advantage-block-third.unactive {
        width: 100%;
        height: 150px;
    }
    #layout-container .st-advantage-block.three .st-advantage-block-fourth,
    #layout-container .st-advantage-block.four .st-advantage-block-fourth {
        width: 100%;
        top: -45px;
        left: 0;
        height: 150px;
    }
    #layout-container .st-advantage-block.three .st-advantage-block-fourth.hover,
    #layout-container .st-advantage-block.four .st-advantage-block-fourth.hover {
        width: 100%;
        height: 450px;
        padding-left: 10%;
    }
    #layout-container .st-advantage-block.three .st-advantage-block-fourth.unactive,
    #layout-container .st-advantage-block.four .st-advantage-block-fourth.unactive {
        width: 100%;
        height: 150px;
    }
    #layout-container .stats-absolute .stats-desc .stats-text-wrapper {
        padding-right: 20px;
    }
    #layout-container .st-brochure {
        padding: 0 15px;
    }
    #layout-container .uvc-heading {
        word-wrap: break-word;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image .st-h-before {
        margin-left: 10px;
        padding-bottom: 36px;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image .uvc-main-heading h1,
    #layout-container .uvc-heading.uvc-heading-bg-image .uvc-main-heading h2,
    #layout-container .uvc-heading.uvc-heading-bg-image .uvc-main-heading h3,
    #layout-container .uvc-heading.uvc-heading-bg-image .uvc-main-heading h4,
    #layout-container .uvc-heading.uvc-heading-bg-image .uvc-main-heading h5,
    #layout-container .uvc-heading.uvc-heading-bg-image .uvc-main-heading h6 {
        padding-left: 40px;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image .uvc-sub-heading {
        padding-left: 40px;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image.bottom {
        padding-bottom: 36px;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image.bottom > .st-h-after {
        padding-left: 0;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .st-h-before {
        float: left;
        margin-left: 10px;
        padding-bottom: 36px;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h1,
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h2,
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h3,
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h4,
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h5,
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h6 {
        padding-left: 0;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-sub-heading {
        padding-left: 0;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem.side .st-h-before {
        margin-left: -20px;
    }
    #layout-container .uvc-heading.enable-elem > .st-h-before {
        margin-left: -20px;
    }
    #layout-container .uvc-heading.enable-elem.gradient.h2[data-halign="center"] .uvc-sub-heading {
        margin-left: 0;
    }
    #layout-container .uvc-heading.side[data-halign="right"] {
        margin-left: 10px;
    }
    #layout-container .uvc-heading.side[data-halign="right"] > .st-h-before {
        right: 15px;
    }
    #layout-container .vc_custom_heading {
        padding: 0 15px;
        word-wrap: break-word;
    }
    #layout-container .vc_custom_heading .st-h-after {
        margin: 0 15px;
    }
    #layout-container .vc_custom_heading.enable-elem.bottom > .st-h-after {
        margin: 0;
    }
    #layout-container .vc_custom_heading.enable-elem.square .st-h-before {
        margin-left: 1em;
    }
    #layout-container .vc_custom_heading.enable-elem.square .st-h-after {
        margin-right: 0;
    }
    #layout-container .vc_custom_heading.enable-elem.side.left {
        padding-left: 45px !important;
    }
    #layout-container .vc_custom_heading.enable-elem.side.right {
        padding-right: 45px !important;
    }
    #layout-container .vc_custom_heading.enable-elem.side.right > .st-h-before {
        right: 15px !important;
    }
    #layout-container .uvc-heading {
        padding: 0 15px;
    }
    #layout-container .uvc-heading.side {
        padding: 0 15px 0 35px;
    }
    #layout-container .uvc-heading.side[data-halign="right"] {
        padding: 0 35px 0 15px;
    }
    #layout-container .st-blockquote {
        padding: 0 15px;
    }
    #layout-container .st-blockquote:before {
        margin-left: 15px;
    }
    #layout-container .vc_progress_bar {
        padding: 0 15px;
    }
    #layout-container .wpb_text_column {
        padding: 0 15px;
    }
    #layout-container .aio-icon-component {
        padding: 0 15px;
    }
    #layout-container .aio-icon-component.with-shadow {
        padding: 0;
    }
    #layout-container .st-sharing {
        padding: 0 15px;
    }
    #layout-container .wpcf7 {
        padding: 0 12px;
    }
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .col,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .col {
        float: none !important;
        width: auto !important;
    }
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input {
        padding-right: 0;
    }
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-name input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-email input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-phone input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-name input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-email input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-phone input {
        width: 100%;
    }
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-message textarea,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-message textarea {
        width: 100%;
    }
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 .col {
        float: none !important;
        width: auto !important;
    }
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 .st-contact-form-input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 .st-contact-form-submit {
        margin: 10px 0 20px !important;
    }
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 .col {
        float: none !important;
    }
    #layout-container .st-breadcrumbs-composer-wrapper {
        padding: 0 15px;
    }
    #layout-container .st-pyramid {
        padding: 0 10px;
    }
    #layout-container .st-pyramid .st-pyramid-top {
        width: 100%;
        border-width: 0 0 100px;
    }
    #layout-container .st-pyramid .st-pyramid-top .st-pyramid-top-title {
        top: 38px;
        left: auto;
        width: 100%;
    }
    #layout-container .st-pyramid .st-pyramid-top:hover .st-pyramid-top-title {
        top: 43px;
    }
    #layout-container .st-pyramid .st-pyramid-mid {
        width: 100%;
        border-width: 0 0 100px;
    }
    #layout-container .st-pyramid .st-pyramid-mid .st-pyramid-mid-title {
        top: 38px;
        left: auto;
        width: 100%;
    }
    #layout-container .st-pyramid .st-pyramid-bot {
        width: 100%;
        border-width: 0 0 100px;
    }
    #layout-container .st-pyramid .st-pyramid-bot .st-pyramid-bot-title {
        top: 38px;
        left: auto;
        width: 100%;
    }
    #layout-container .vc_single_image-wrapper {
        padding: 0 15px;
    }
    #layout-container .st-partners-block {
        padding: 0 15px;
    }
    #layout-container .st-partners-block .st-partners-block-inner {
        padding-bottom: 30px;
    }
    #layout-container .st-simple-page-block {
        padding: 0 15px;
    }
    #layout-container .st-awards-block {
        padding: 0 15px;
    }
    #layout-container .st-awards-block .st-awards-block-logo img {
        margin: 20px 0;
    }
    #layout-container .st-awards-block .st-awards-block-inner {
        padding-bottom: 30px;
    }
    #layout-container .st-full-width-carousel .slick-list {
        width: 100%;
    }
    #layout-container .st-full-width-carousel .slick-list .slick-track .st-full-width-carousel-slide .st-full-width-carousel-slide-inner {
        padding: 20px 80px 25px 40px;
    }
    #layout-container .st-advanced-blockquote .st-advanced-blockquote-left-image,
    #layout-container .st-advanced-blockquote .st-advanced-blockquote-right-image {
        float: none;
        width: 100%;
        height: 300px;
    }
    #layout-container .st-advanced-blockquote .st-advanced-blockquote-info {
        float: none;
        width: 100%;
    }
    #layout-container .st-vacancy-table table thead {
        display: none;
    }
    #layout-container .st-vacancy-table table tbody tr td.st-vacancy-table-position {
        display: block;
        width: 100%;
        height: auto;
        padding: 30px 15px 10px;
        text-align: center;
    }
    #layout-container .st-vacancy-table table tbody tr td.st-vacancy-table-department {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px 15px;
    }
    #layout-container .st-vacancy-table table tbody tr td.st-vacancy-table-location {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px 15px;
    }
    #layout-container .st-vacancy-table table tbody tr td.st-vacancy-table-date {
        display: block;
        width: 100%;
        height: auto;
        padding: 10px 15px 30px;
    }
    #layout-container .vc_tta-container {
        padding: 0 15px;
    }
    #layout-container .st-brands-wrapper .st-brands-comments-slider {
        padding: 0 15px;
    }
    #layout-container .st-simple-price-box .st-simple-price-box-inner {
        display: block;
    }
    #layout-container .st-simple-price-box .st-simple-price-box-inner .st-simple-price-box-sep {
        display: none;
    }
    #layout-container .st-info-block .st-info-block-inner .st-info-block-info {
        padding: 40px 30px 35px !important;
    }
    #layout-container .st-characteristic-item {
        display: block;
        padding: 0 15px;
    }
    #layout-container .st-characteristic-item .st-characteristic-item-sep {
        display: none;
    }
    #layout-container .st-characteristic-item:before {
        left: 0;
    }
    #layout-container .stats-block {
        padding: 0 15px;
    }
    #layout-container .st-simple-link {
        padding: 0 15px;
    }
    #layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component {
        float: none;
        width: auto;
    }
    #layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(2),
    #layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(3),
    #layout-container .st-info-boxes .st-info-boxes-inner .aio-icon-component:nth-child(4) {
        border-top: 1px solid #d2d2d2;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
    #layout-container .ubtn-ctn-left {
        padding-left: 15px;
    }
    #layout-container .ubtn-ctn-right {
        padding-right: 15px;
    }
    #layout-container .uvc-type-wrap {
        padding: 0 15px;
    }
    #layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner {
        padding: 30px;
    }
    #layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-socials .st-contact-block-socials-item {
        width: 33.33333333%;
        margin-bottom: 15px;
    }
    #layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-socials .st-contact-block-socials-item:nth-last-child(-n + 3) {
        margin-bottom: 0;
    }
    #layout-container .st-contact-block .st-contact-block-info .st-contact-block-details .st-contact-block-details-inner .st-contact-block-socials .st-contact-block-socials-item a {
        margin: 0 auto;
    }
    #layout-container .st-contact-block .st-contact-block-table table thead {
        display: none;
    }
    #layout-container .st-contact-block .st-contact-block-table table tbody tr:nth-child(odd) {
        background: #e0e0e0;
    }
    #layout-container .st-contact-block .st-contact-block-table table tbody tr td {
        display: block;
        width: 100%;
        height: auto;
        padding: 15px;
    }
    #layout-container .st-contact-block .st-contact-block-table table tbody tr td:first-child {
        width: 100%;
        height: auto;
        padding: 15px;
        text-align: center;
        font-weight: 700;
    }
    #footer-container #footer .col ul {
        border-right: none;
    }
    #footer-container #subfooter .col {
        width: auto;
        margin: auto;
    }
    #footer-container #subfooter .col:first-child {
        padding-left: 0 !important;
    }
    #footer-container #subfooter .subfooter-logo-container,
    #footer-container #subfooter .subfooter-social {
        margin: 0 auto;
    }
    #footer-container #subfooter .subfooter-copyright,
    #footer-container #subfooter .subfooter-policy,
    #footer-container #subfooter .subfooter-about {
        text-align: center;
    }
    #footer-container #subfooter .subfooter-about {
        padding: 25px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .st-12 {
        float: left;
        width: 100%;
    }
    .st-11 {
        float: left;
        width: 91.66666667%;
    }
    .st-10 {
        float: left;
        width: 83.33333333%;
    }
    .st-9 {
        float: left;
        width: 75%;
    }
    .st-8 {
        float: left;
        width: 66.66666667%;
    }
    .st-7 {
        float: left;
        width: 58.33333333%;
    }
    .st-6 {
        float: left;
        width: 50%;
    }
    .st-5 {
        float: left;
        width: 41.66666667%;
    }
    .st-4 {
        float: left;
        width: 33.33333333%;
    }
    .st-3 {
        float: left;
        width: 25%;
    }
    .st-2 {
        float: left;
        width: 16.66666667%;
    }
    .st-1 {
        float: left;
        width: 8.33333333%;
    }
    .st-tablet-offset-12 {
        margin-left: 100%;
    }
    .st-tablet-offset-11 {
        margin-left: 91.66666667%;
    }
    .st-tablet-offset-10 {
        margin-left: 83.33333333%;
    }
    .st-tablet-offset-9 {
        margin-left: 75%;
    }
    .st-tablet-offset-8 {
        margin-left: 66.66666667%;
    }
    .st-tablet-offset-7 {
        margin-left: 58.33333333%;
    }
    .st-tablet-offset-6 {
        margin-left: 50%;
    }
    .st-tablet-offset-5 {
        margin-left: 41.66666667%;
    }
    .st-tablet-offset-4 {
        margin-left: 33.33333333%;
    }
    .st-tablet-offset-3 {
        margin-left: 25%;
    }
    .st-tablet-offset-2 {
        margin-left: 16.66666667%;
    }
    .st-tablet-offset-1 {
        margin-left: 8.33333333%;
    }
    .st-tablet-hidden {
        display: none !important;
    }
    .row-flex .col {
        flex: 1 0 100%;
    }
    .row-flex .col.st-12,
    .row-flex .col.st-11,
    .row-flex .col.st-10,
    .row-flex .col.st-9,
    .row-flex .col.st-8,
    .row-flex .col.st-7,
    .row-flex .col.st-6,
    .row-flex .col.st-5,
    .row-flex .col.st-4,
    .row-flex .col.st-3,
    .row-flex .col.st-2,
    .row-flex .col.st-1 {
        flex: 1 0 100%;
    }
    .row-flex .col.st-12 {
        flex: 1 0 100%;
    }
    .row-flex .col.st-11 {
        flex: 1 0 91.66666667%;
    }
    .row-flex .col.st-10 {
        flex: 1 0 83.33333333%;
    }
    .row-flex .col.st-9 {
        flex: 1 0 75%;
    }
    .row-flex .col.st-8 {
        flex: 1 0 66.66666667%;
    }
    .row-flex .col.st-7 {
        flex: 1 0 58.33333333%;
    }
    .row-flex .col.st-6 {
        flex: 1 0 50%;
    }
    .row-flex .col.st-5 {
        flex: 1 0 41.66666667%;
    }
    .row-flex .col.st-4 {
        flex: 1 0 33.33333333%;
    }
    .row-flex .col.st-3 {
        flex: 1 0 25%;
    }
    .row-flex .col.st-2 {
        flex: 1 0 16.66666667%;
    }
    .row-flex .col.st-1 {
        flex: 1 0 8.33333333%;
    }
    .tablet-text-center {
        padding: 0 40px;
        text-align: center !important;
    }
    .topbar-info-wrapper {
        width: 80% !important;
        height: 60px !important;
    }
    .topbar-info-wrapper.no-switcher {
        width: 100% !important;
        height: 90px !important;
    }
    .topbar-info-wrapper .topbar-info {
        width: 100%;
        padding: 0 30px;
    }
    .topbar-info-wrapper .topbar-info li {
        height: 50%;
        vertical-align: middle !important;
        padding: 5px 20px 5px 0 !important;
    }
    .topbar-info-wrapper .topbar-info li:last-child {
        width: 100%;
    }
    .topbar-switcher {
        width: 20% !important;
        height: 60px !important;
    }
    .topbar-switcher .select2-container .selection .select2-selection {
        height: 60px !important;
    }
    .topbar-switcher .select2-container .selection .select2-selection .select2-selection__rendered {
        line-height: 60px !important;
    }
    .topbar-switcher .select2-container .selection .select2-selection .select2-selection__arrow {
        top: 0.4em !important;
    }
    .topbar-social {
        width: 80% !important;
    }
    .lang-select {
        width: 20% !important;
    }
    .single-post #main-container .single-post {
        margin: 0 20px;
    }
    .single-post #main-container .single-post .row article .post-related-posts .post-related-post {
        float: left;
        width: 50%;
        margin-bottom: 40px;
    }
    .single-post #main-container .single-post .row article .post-related-posts .post-related-post:nth-child(odd) {
        padding-right: 10px;
    }
    .single-post #main-container .single-post .row article .post-related-posts .post-related-post:nth-child(even) {
        padding-right: 0;
        padding-left: 10px;
    }
    .single-post #main-container .single-post .row article .post-related-posts .post-related-post .post-related-post-thumbnail {
        width: 100% !important;
    }
    .single-post #main-container .single-post .row article .comment-form form .comment-input-wrap input.name,
    .single-post #main-container .single-post .row article .comment-form form .comment-input-wrap input.email,
    .single-post #main-container .single-post .row article .comment-form form .comment-input-wrap input.website {
        margin-right: 0;
    }
    .single-post #main-container .single-post .row article .comments ol.comment-list li.comment ul.children {
        margin-left: 30px;
    }
    .single-post #main-container .single-post .row article.st-6 .comments ol.comment-list li.comment .comment-info-inner .comment-reply {
        float: right;
        display: inline-block;
        padding-left: 0;
    }
    .single-product #layout-container .breadcrumbs {
        padding: 0 30px;
    }
    .woocommerce-account h2,
    .woocommerce-account form.login {
        padding: 0 10px !important;
    }
    #main-container .shop .row .two-column,
    #main-container .shop .row .three-column,
    #main-container .shop .row .four-column {
        padding: 0 20px;
    }
    #main-container .shop .row .two-column .st-product-list .product,
    #main-container .shop .row .three-column .st-product-list .product,
    #main-container .shop .row .four-column .st-product-list .product {
        width: 50%;
        padding: 0 10px;
    }
    #main-container .shop nav.woocommerce-pagination .pagination .page-numbers {
        margin: 10px 5px 0;
    }
    #main-container .shop .st-single-product .st-single-product-inner {
        float: none;
        width: auto;
        padding: 0 30px;
    }
    #main-container .shop .st-single-product .summary {
        float: none;
        width: auto;
        padding: 0 30px;
    }
    #main-container .shop .st-single-product .summary .product_title {
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .st-upper-product_meta {
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .woocommerce-product-rating {
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .woocommerce-product-rating .star-rating {
        float: none;
        margin: 0.35em auto;
    }
    #main-container .shop .st-single-product .summary .woocommerce-product-rating .woocommerce-review-link {
        margin-left: 0;
    }
    #main-container .shop .st-single-product .summary div[itemprop="offers"] {
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .stock {
        text-align: center;
    }
    #main-container .shop .st-single-product .summary form.cart {
        width: 50%;
        margin: 0 auto 20px;
    }
    #main-container .shop .st-single-product .summary form.cart .quantity:before {
        display: table;
        content: " ";
    }
    #main-container .shop .st-single-product .summary form.cart .quantity:after {
        display: table;
        content: " ";
        clear: both;
    }
    #main-container .shop .st-single-product .summary form.cart .single_add_to_cart_button {
        float: right;
    }
    #main-container .shop .st-single-product .summary form.cart .group_table tbody tr td {
        width: 35%;
        min-width: 125px;
    }
    #main-container .shop .st-single-product .summary form.cart .group_table tbody tr td.label {
        width: auto;
        min-width: auto;
        padding: 0 10px 30px;
    }
    #main-container .shop .st-single-product .summary form.cart .group_table tbody tr td.price {
        width: auto;
        min-width: auto;
        padding: 0 0 25px;
    }
    #main-container .shop .st-single-product .summary form.cart .group_table tbody tr td.price .stock {
        text-align: right;
    }
    #main-container .shop .st-single-product .summary form.cart.variations_form table.variations {
        width: 100%;
        margin: 0 auto 20px;
    }
    #main-container .shop .st-single-product .summary form.cart.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price {
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .yith-wcwl-add-to-wishlist {
        width: 50%;
        margin: 10px auto 0;
        padding-left: 15%;
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .compare {
        width: 50%;
        margin: 10px auto 0;
        padding-right: 14%;
        text-align: center;
    }
    #main-container .shop .st-single-product .summary .st-lower-product_meta .sku_wrapper {
        text-align: center;
    }
    #main-container .shop .st-single-product .woocommerce-tabs .panel {
        padding: 0 30px;
    }
    #main-container .shop .st-single-product .upsells,
    #main-container .shop .st-single-product .related {
        padding: 0 30px;
    }
    #main-container .shop .st-single-product.sale .st-single-product-inner .onsale {
        left: 42px;
    }
    #main-container .shop .st-single-product.featured .st-single-product-inner .featured {
        left: 42px;
    }
    #main-container .shop .st-single-product.sale.featured .st-single-product-inner .onsale {
        left: 42px;
    }
    #main-container .shop .st-single-product.sale.featured .st-single-product-inner .featured {
        left: 104px;
    }
    #main-container .woocommerce-MyAccount-navigation {
        padding-left: 10px;
    }
    #main-container .woocommerce-MyAccount-content {
        padding-right: 10px;
    }
    #main-container .woocommerce-MyAccount-content table.shop_table tr td:first-child {
        padding-left: 20px;
    }
    #main-container table.cart .cart_item {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 20px;
    }
    #main-container table.cart .cart_item td {
        background: 0 0 !important;
        border: none;
    }
    #main-container table.cart .cart_item td.product-remove a.remove {
        position: relative;
        top: auto;
        left: auto;
    }
    #main-container table.cart .cart_item td.product-thumbnail {
        display: block;
        text-align: center !important;
    }
    #main-container table.cart .cart_item td.product-thumbnail:before {
        display: none;
    }
    #main-container table.cart .cart_item td.product-thumbnail a img {
        width: 120px;
        height: 120px;
    }
    #main-container table.cart .cart_item .product-remove {
        padding-bottom: 10px;
        border: none;
    }
    #main-container table.cart .cart_item .product-name {
        padding: 10px;
    }
    #main-container table.cart .cart_item .product-name dl.variation {
        margin-bottom: 0;
    }
    #main-container table.cart .cart_item .product-name dl.variation dd {
        margin-bottom: 0;
    }
    #main-container table.cart .cart_item .product-name dl.variation dd p {
        padding: 0;
    }
    #main-container table.cart .cart_item .product-price {
        padding: 10px;
    }
    #main-container table.cart .cart_item .product-quantity {
        padding: 10px;
    }
    #main-container table.cart .cart_item .product-quantity .quantity {
        float: right;
    }
    #main-container table.cart .cart_item .product-quantity .quantity:before {
        display: table;
        content: " ";
    }
    #main-container table.cart .cart_item .product-quantity .quantity:after {
        display: table;
        content: " ";
        clear: both;
    }
    #main-container table.cart .cart_item .product-quantity:after {
        display: table;
        content: " ";
        clear: both;
    }
    #main-container table.cart .actions {
        border-top: none;
    }
    #main-container table.cart .actions .clear-cart,
    #main-container table.cart .actions .update-cart,
    #main-container table.cart .actions .continue-shopping {
        float: none !important;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 0;
        text-align: center;
    }
    #main-container .cross-sells {
        float: none;
        width: 100%;
    }
    #main-container .cross-sells h2 {
        padding: 0 10px;
    }
    #main-container .cross-sells .st-product-list .product {
        width: 50%;
    }
    #main-container .cross-sells .st-product-list .product.first {
        padding-left: 10px;
        padding-right: 5px;
    }
    #main-container .cross-sells .st-product-list .product.last {
        padding-right: 10px;
        padding-left: 5px;
    }
    #main-container .coupon {
        width: 100%;
        padding: 0 10px;
    }
    #main-container .coupon input.input-text {
        width: 80%;
    }
    #main-container .cart_totals {
        width: 100%;
        padding: 0 10px;
    }
    #main-container .cart_totals .shop_table tr td {
        width: 100%;
        padding: 20px 10px 15px;
    }
    #main-container .cart_totals .shop_table tr.shipping td .woocommerce-shipping-calculator .select2-container {
        text-align: left;
    }
    #main-container form.checkout {
        padding: 0 10px;
    }
    #main-container .st-order-details,
    #main-container table.order_details,
    #main-container .st-customer-details,
    #main-container table.customer_details,
    #main-container .col2-set.addresses,
    #main-container .woocommerce-thankyou-order-received,
    #main-container .order_details,
    #main-container .st-woocommerce-thankyou-instructions {
        padding: 0 10px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie {
        height: 650px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(odd) .st-activity-grid-title-wrapper {
        width: 50% !important;
        float: left;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(odd) .st-activity-grid-desc {
        width: 50% !important;
        padding: 50px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(odd) .st-activity-grid-desc div div {
        padding-top: 10px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(even) .st-activity-grid-title-wrapper {
        width: 50% !important;
        float: left;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(even) .st-activity-grid-desc {
        width: 50% !important;
        padding: 50px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item-moz-ie:nth-child(even) .st-activity-grid-desc div div {
        padding-top: 10px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:first-child .st-activity-grid-item-inner .st-activity-grid-desc {
        padding: 30px 50px 50px !important;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child .st-activity-grid-item-inner .st-activity-grid-desc {
        padding: 110px 50px 20px !important;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:last-child:nth-child(even) .st-activity-grid-desc {
        padding: 110px 50px 20px !important;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-title-wrapper {
        width: 40% !important;
        float: left;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-desc {
        width: 60% !important;
        padding: 50px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-desc div div {
        padding-top: 10px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-title-wrapper {
        width: 40% !important;
        float: left;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-desc {
        width: 60% !important;
        padding: 50px;
    }
    #main-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-desc div div {
        padding-top: 10px;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.one-column .st-portfolio-item {
        width: 100%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.two-column .st-portfolio-item {
        width: 100%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.three-column .st-portfolio-item {
        width: 50%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.four-column .st-portfolio-item {
        width: 50%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.one-column .st-portfolio-item {
        width: 100%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.two-column .st-portfolio-item {
        width: 100%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.three-column .st-portfolio-item {
        width: 50%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.four-column .st-portfolio-item {
        width: 50%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.one-column .st-portfolio-item {
        width: 100%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.one-column .st-portfolio-item.double-width {
        width: 100%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.two-column .st-portfolio-item {
        width: 100%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.two-column .st-portfolio-item.double-width {
        width: 100%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.three-column .st-portfolio-item {
        width: 50%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.three-column .st-portfolio-item.double-width {
        width: 100%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.four-column .st-portfolio-item {
        width: 50%;
    }
    #main-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.four-column .st-portfolio-item.double-width {
        width: 100%;
    }
    #main-container .st-testimonials-wrapper.style-1 .st-testimonials-slider {
        margin-bottom: 40px;
    }
    #main-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-client-photo {
        float: none;
        margin: 0 auto;
    }
    #main-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper {
        float: none;
        width: auto;
        margin: 0 auto;
        padding-top: 35px;
    }
    #main-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client {
        text-align: center;
        padding: 0 0 25px;
    }
    #main-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client .st-testimonial-client-occupation {
        padding-right: 1em;
    }
    #main-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client-comment {
        padding: 30px 50px 0 170px;
    }
    #main-container .st-testimonials-wrapper.style-1 .st-testimonials-logo-slider {
        width: 600px;
    }
    #main-container .st-testimonials-wrapper.style-1 .st-testimonials-logo-slider .slick-list .st-testimonial-company-logo {
        margin: 0 50px;
    }
    #main-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item {
        margin: 0 50px;
    }
    #main-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-img {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        padding: 0 10px;
    }
    #main-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-img img {
        margin: 0 auto;
    }
    #main-container .st-main-products-slider-module .st-main-products-slider .st-main-products-slider-item .st-main-products-slider-info {
        float: none;
        width: 100%;
        padding: 0 10px;
    }
    #main-container .st-brands-wrapper.carousel .st-brands-logo-slider {
        width: 100%;
    }
    #main-container .st-brands-wrapper.carousel .st-brands-logo-slider .slick-list {
        width: 100%;
    }
    #main-container .st-brands-wrapper.carousel .st-brands-logo-slider .slick-list .st-brand-logo {
        margin: 0 52px;
    }
    #main-container .st-partners-wrapper .st-partners-logo-slider {
        width: 100%;
    }
    #main-container .st-partners-wrapper .st-partners-logo-slider .slick-list {
        width: 100%;
    }
    #main-container .st-partners-wrapper .st-partners-logo-slider .slick-list .st-partners-logo {
        margin: 0 52px;
    }
    #main-container .st-partners-wrapper .st-partners-logo-slider.full {
        width: 100%;
    }
    #main-container .st-partners-wrapper .st-partners-logo-slider.full .slick-list {
        width: 100%;
    }
    #main-container .st-partners-wrapper .st-partners-logo-slider.full .slick-list .st-partners-logo {
        margin: 0 52px;
    }
    #main-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item {
        margin: 0 50px;
    }
    #main-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item .st-product-carousel-img {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    #main-container .st-product-carousel .st-product-carousel-slider .st-product-carousel-item .st-product-carousel-info {
        width: 100%;
        padding-left: 0;
    }
    #main-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item {
        height: auto;
        border: 1px solid transparent;
    }
    #main-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-img {
        width: 100%;
        height: 350px;
    }
    #main-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-info {
        width: 100%;
        height: 400px;
        padding: 50px 65px 50px 50px;
    }
    #main-container .st-vertical-carousel .st-vertical-carousel-slider ul.slick-dots {
        top: 300px;
        right: 18px;
    }
    #main-container .st-social-buttons .st-social-buttons-inner .st-social-buttons-item {
        width: 50%;
    }
    #main-container .ult_tabs ul.ult_tabmenu.st_adamas_style li.ult_tab_li a .ult_tab_main {
        padding: 20px 0 20px 15px;
    }
    #main-container .ult_tabs ul.ult_tabmenu.st_adamas_style.st-adv-tabs-nav-full-width li.ult_tab_li {
        display: block;
    }
    #main-container .st-posts-module.fitRows.one-column .st-posts-module-single {
        width: 100%;
    }
    #main-container .st-posts-module.fitRows.two-column .st-posts-module-single {
        width: 100%;
    }
    #main-container .st-posts-module.fitRows.three-column .st-posts-module-single {
        width: 50%;
    }
    #main-container .st-posts-module.fitRows.four-column .st-posts-module-single {
        width: 50%;
    }
    #main-container .st-posts-module.masonry.one-column .st-posts-module-single {
        width: 100%;
    }
    #main-container .st-posts-module.masonry.two-column .st-posts-module-single {
        width: 100%;
    }
    #main-container .st-posts-module.masonry.three-column .st-posts-module-single {
        width: 50%;
    }
    #main-container .st-posts-module.masonry.four-column .st-posts-module-single {
        width: 50%;
    }
    #main-container .st-pages-grid-items.fitRows.one-column .st-pages-grid-item {
        width: 100%;
    }
    #main-container .st-pages-grid-items.fitRows.two-column .st-pages-grid-item {
        width: 100%;
    }
    #main-container .st-pages-grid-items.fitRows.three-column .st-pages-grid-item {
        width: 50%;
    }
    #main-container .st-pages-grid-items.fitRows.four-column .st-pages-grid-item {
        width: 50%;
    }
    #main-container .st-pages-grid-items.masonry.one-column .st-pages-grid-item {
        width: 100%;
    }
    #main-container .st-pages-grid-items.masonry.two-column .st-pages-grid-item {
        width: 100%;
    }
    #main-container .st-pages-grid-items.masonry.three-column .st-pages-grid-item {
        width: 50%;
    }
    #main-container .st-pages-grid-items.masonry.four-column .st-pages-grid-item {
        width: 50%;
    }
    #main-container .st-single-service .st-single-service-inner {
        bottom: -175px;
    }
    #main-container .st-single-service .st-single-service-inner .st-single-service-info .st-single-service-desc {
        height: 120px;
    }
    #main-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list {
        width: 728px;
    }
    #main-container .st-map-select-container .st-map-select-options {
        padding: 20px 40px;
    }
    #main-container .st-map-select-container .st-map-select-options .st-map-select-message,
    #main-container .st-map-select-container .st-map-select-options .st-map-select-controls {
        float: none;
        width: auto;
    }
    #main-container .st-map-select-container .st-map-select-options .st-map-select-controls {
        padding-top: 10px;
    }
    #main-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-groups {
        padding-left: 0;
        padding-right: 10px;
    }
    #main-container .st-map-select-container .st-map-select-options .st-map-select-controls .st-map-select-dealers {
        padding-left: 10px;
        padding-right: 0;
    }
    #main-container .st-map-select-container .st-map-select-map > div .st-map-select-info {
        position: relative;
        height: auto;
    }
    #main-container .st-map-select-container .st-map-select-map > div .st-map-select-info .st-map-select-info-inner {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 100%;
        transform: translateY(0);
    }
    #main-container .woocommerce.columns-1 .st-product-list .product {
        width: 100%;
    }
    #main-container .woocommerce.columns-2 .st-product-list .product {
        width: 50%;
    }
    #main-container .woocommerce.columns-3 .st-product-list .product {
        width: 50%;
    }
    #main-container .woocommerce.columns-4 .st-product-list .product {
        width: 50%;
    }
    #main-container .woocommerce.columns-5 .st-product-list .product {
        width: 50%;
    }
    #main-container .vc_custom_heading {
        padding: 0 40px;
    }
    #main-container .vc_custom_heading .st-h-after {
        margin: 0 40px;
    }
    #main-container .vc_custom_heading.enable-elem.bottom > .st-h-after {
        margin: 0;
    }
    #main-container .vc_custom_heading.enable-elem.square .st-h-before {
        margin-left: 1em;
    }
    #main-container .vc_custom_heading.enable-elem.square .st-h-after {
        margin-right: 0;
    }
    #main-container .vc_custom_heading.enable-elem.side.left {
        padding-left: 70px !important;
    }
    #main-container .vc_custom_heading.enable-elem.side.right {
        padding-right: 70px !important;
    }
    #main-container .vc_custom_heading.enable-elem.side.right > .st-h-before {
        right: 40px !important;
    }
    #main-container .uvc-heading {
        padding: 0 40px;
    }
    #main-container .uvc-heading.side {
        padding: 0 40px 0 70px;
    }
    #main-container .uvc-heading.side[data-halign="right"] {
        padding: 0 70px 0 40px;
    }
    #main-container .uvc-heading.side[data-halign="right"] > .st-h-before {
        right: 40px;
    }
    #main-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h1,
    #main-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h2,
    #main-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h3,
    #main-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h4,
    #main-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h5,
    #main-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h6 {
        padding-left: 0;
    }
    #main-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-sub-heading {
        padding-left: 0;
    }
    #main-container .uvc-heading.uvc-heading-bg-image.enable-elem > .st-h-before {
        margin-left: -30px;
    }
    #main-container .uvc-heading.uvc-heading-bg-image.enable-elem.bottom {
        padding-bottom: 36px;
    }
    #main-container .uvc-heading.uvc-heading-bg-image.enable-elem.bottom > .st-h-after {
        padding-left: 0;
    }
    #main-container .st-blockquote {
        padding: 0 40px;
    }
    #main-container .st-blockquote:before {
        margin-left: 40px;
    }
    #main-container .st-brochure {
        padding: 0 40px;
    }
    #main-container .st-history-item .st-history-item-year span {
        font-size: 60px;
    }
    #main-container .vc_progress_bar {
        padding: 0 40px;
    }
    #main-container .wpb_text_column {
        padding: 0 40px;
    }
    #main-container .aio-icon-component {
        padding: 0 40px;
    }
    #main-container .aio-icon-component.with-shadow {
        padding: 0;
    }
    #main-container .st-sharing {
        padding: 0 40px;
    }
    #main-container .wpcf7 {
        padding: 0 30px;
    }
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-2 .col,
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-3 .col {
        float: none !important;
        width: auto !important;
    }
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input,
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input {
        padding-right: 0;
    }
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-name input,
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-email input,
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-phone input,
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-name input,
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-email input,
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-phone input {
        width: 100%;
    }
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-message textarea,
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-message textarea {
        width: 100%;
    }
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-4 .col {
        float: none !important;
        width: auto !important;
    }
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-4 .st-contact-form-input,
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-4 .st-contact-form-submit {
        margin: 10px 10px 20px !important;
    }
    #main-container .wpcf7 form.wpcf7-form .st-contact-form-5 .col {
        float: none !important;
    }
    #main-container .st-breadcrumbs-composer-wrapper {
        padding: 0 60px;
    }
    #main-container .st-identity-block.identity-first .st-identity-block-top {
        padding: 20px;
    }
    #main-container .st-identity-block.identity-first .st-identity-block-bottom {
        display: block;
        padding: 40px;
    }
    #main-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-icon-wrapper {
        float: none;
        display: none;
    }
    #main-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-desc {
        padding: 0;
        float: none;
        width: auto;
    }
    #main-container .st-identity-block.identity-second .st-identity-block-top {
        padding: 20px;
    }
    #main-container .st-identity-block.identity-second .st-identity-block-bottom {
        display: block;
        padding: 40px;
    }
    #main-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-icon-wrapper {
        float: none;
        display: none;
    }
    #main-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-desc {
        padding: 0;
        float: none;
        width: auto;
    }
    #main-container .st-team-member-info .st-team-member-info-photo {
        height: 450px;
    }
    #main-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-specialization {
        padding-right: 20px;
    }
    #main-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-contact {
        padding: 0 10px;
    }
    #main-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-location {
        padding-left: 20px;
    }
    #main-container .st-team-member-block.simple-info .st-team-member-block-photo {
        float: none;
        width: 100%;
        height: 250px;
    }
    #main-container .st-team-member-block.simple-info .st-team-member-block-info {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    #main-container .st-partners-block {
        padding: 0 30px;
    }
    #main-container .st-partners-block .st-partners-block-inner {
        padding-bottom: 30px;
    }
    #main-container .st-simple-page-block {
        padding: 0 30px;
    }
    #main-container .st-awards-block {
        padding: 0 30px;
    }
    #main-container .st-awards-block .st-awards-block-logo img {
        margin: 20px 0;
    }
    #main-container .st-awards-block .st-awards-block-inner {
        padding-bottom: 30px;
    }
    #main-container .vc_tta-container {
        padding: 0 30px;
    }
    #main-container .st-brands-wrapper .st-brands-comments-slider {
        padding: 0 30px;
    }
    #main-container .st-single-project {
        margin: 0 30px;
    }
    #main-container .st-simple-link {
        padding: 0 40px;
    }
    #main-container .st-characteristic-item {
        padding: 0 30px;
    }
    #main-container .st-characteristic-item:before {
        left: 0;
    }
    #main-container .uvc-type-wrap {
        padding: 0 40px;
    }
    #main-container .blog-list,
    #main-container .archive-list {
        padding: 0 30px;
    }
    #main-container .blog-list .blog-articles article .post-inner .post-thumbnail img,
    #main-container .archive-list .blog-articles article .post-inner .post-thumbnail img {
        min-width: 100%;
    }
    #main-container .blog-grid,
    #main-container .archive-grid {
        padding: 0 30px;
    }
    #main-container .blog-grid .four-column .blog-articles article,
    #main-container .archive-grid .four-column .blog-articles article {
        width: 50%;
    }
    #main-container .blog-grid .four-column.sidebar .blog-articles article,
    #main-container .archive-grid .four-column.sidebar .blog-articles article {
        width: 50%;
    }
    #main-container .blog-grid .three-column .blog-articles article,
    #main-container .archive-grid .three-column .blog-articles article {
        width: 50%;
    }
    #main-container .blog-grid .three-column .blog-articles article:nth-child(3n + 1),
    #main-container .blog-grid .three-column .blog-articles article:nth-child(3n + 2),
    #main-container .blog-grid .three-column .blog-articles article:nth-child(3n + 3),
    #main-container .archive-grid .three-column .blog-articles article:nth-child(3n + 1),
    #main-container .archive-grid .three-column .blog-articles article:nth-child(3n + 2),
    #main-container .archive-grid .three-column .blog-articles article:nth-child(3n + 3) {
        padding: 0;
    }
    #main-container .blog-grid .three-column .blog-articles article:nth-child(odd),
    #main-container .archive-grid .three-column .blog-articles article:nth-child(odd) {
        padding-right: 10px;
    }
    #main-container .blog-grid .three-column .blog-articles article:nth-child(even),
    #main-container .archive-grid .three-column .blog-articles article:nth-child(even) {
        padding-left: 10px;
    }
    #main-container .blog-grid .three-column.sidebar .blog-articles article,
    #main-container .archive-grid .three-column.sidebar .blog-articles article {
        width: 50%;
    }
    #main-container .blog-grid .three-column.sidebar .blog-articles article:nth-child(3n + 1),
    #main-container .blog-grid .three-column.sidebar .blog-articles article:nth-child(3n + 2),
    #main-container .blog-grid .three-column.sidebar .blog-articles article:nth-child(3n + 3),
    #main-container .archive-grid .three-column.sidebar .blog-articles article:nth-child(3n + 1),
    #main-container .archive-grid .three-column.sidebar .blog-articles article:nth-child(3n + 2),
    #main-container .archive-grid .three-column.sidebar .blog-articles article:nth-child(3n + 3) {
        padding: 0;
    }
    #main-container .blog-grid .three-column.sidebar .blog-articles article:nth-child(odd),
    #main-container .archive-grid .three-column.sidebar .blog-articles article:nth-child(odd) {
        padding-right: 10px;
    }
    #main-container .blog-grid .three-column.sidebar .blog-articles article:nth-child(even),
    #main-container .archive-grid .three-column.sidebar .blog-articles article:nth-child(even) {
        padding-left: 10px;
    }
    #main-container #footer .row .col {
        width: 50% !important;
        float: left;
    }
    #main-container #footer .row .col ul {
        border-right: none;
    }
    #main-container #subfooter .col {
        width: auto;
        margin: auto;
        float: none;
    }
    #main-container #subfooter .col:first-child {
        padding-left: 0 !important;
    }
    #main-container #subfooter .subfooter-logo-container,
    #main-container #subfooter .subfooter-social {
        margin: 0 auto;
    }
    #main-container #subfooter .subfooter-copyright,
    #main-container #subfooter .subfooter-policy,
    #main-container #subfooter .subfooter-about {
        text-align: center;
    }
    #main-container #subfooter .subfooter-about {
        padding: 0 25px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-wcqv-head .yith-wcqv-close {
        display: none;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .images {
        float: none;
        width: auto;
        padding: 30px 30px 0;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary {
        float: none;
        width: auto;
        padding: 0 30px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .product_title {
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .st-upper-product_meta {
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .woocommerce-product-rating {
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .woocommerce-product-rating .star-rating {
        float: none;
        margin: 0.35em auto;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .woocommerce-product-rating .woocommerce-review-link {
        margin-left: 0;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary div[itemprop="offers"] {
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .stock {
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart {
        width: 50%;
        margin: 0 auto 20px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .quantity:before {
        display: table;
        content: " ";
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .quantity:after {
        display: table;
        content: " ";
        clear: both;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .single_add_to_cart_button {
        float: right;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .group_table tbody tr td {
        width: 35%;
        min-width: 125px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .group_table tbody tr td.label {
        width: auto;
        min-width: auto;
        padding: 0 10px 30px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .group_table tbody tr td.price {
        width: auto;
        min-width: auto;
        padding: 0 0 25px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart .group_table tbody tr td.price .stock {
        text-align: right;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart.variations_form table.variations {
        width: 100%;
        margin: 0 auto 20px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary form.cart.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price {
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .yith-wcwl-add-to-wishlist {
        width: 50%;
        margin: 10px auto 0;
        padding-left: 15%;
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .compare {
        width: 50%;
        margin: 10px auto 0;
        padding-right: 14%;
        text-align: center;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content .product .product .summary .st-lower-product_meta .sku_wrapper {
        text-align: center;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .st-laptop-12 {
        float: left;
        width: 100%;
    }
    .st-laptop-11 {
        float: left;
        width: 91.66666667%;
    }
    .st-laptop-10 {
        float: left;
        width: 83.33333333%;
    }
    .st-laptop-9 {
        float: left;
        width: 75%;
    }
    .st-laptop-8 {
        float: left;
        width: 66.66666667%;
    }
    .st-laptop-7 {
        float: left;
        width: 58.33333333%;
    }
    .st-laptop-6 {
        float: left;
        width: 50%;
    }
    .st-laptop-5 {
        float: left;
        width: 41.66666667%;
    }
    .st-laptop-4 {
        float: left;
        width: 33.33333333%;
    }
    .st-laptop-3 {
        float: left;
        width: 25%;
    }
    .st-laptop-2 {
        float: left;
        width: 16.66666667%;
    }
    .st-laptop-1 {
        float: left;
        width: 8.33333333%;
    }
    .st-laptop-offset-12 {
        margin-left: 100%;
    }
    .st-laptop-offset-11 {
        margin-left: 91.66666667%;
    }
    .st-laptop-offset-10 {
        margin-left: 83.33333333%;
    }
    .st-laptop-offset-9 {
        margin-left: 75%;
    }
    .st-laptop-offset-8 {
        margin-left: 66.66666667%;
    }
    .st-laptop-offset-7 {
        margin-left: 58.33333333%;
    }
    .st-laptop-offset-6 {
        margin-left: 50%;
    }
    .st-laptop-offset-5 {
        margin-left: 41.66666667%;
    }
    .st-laptop-offset-4 {
        margin-left: 33.33333333%;
    }
    .st-laptop-offset-3 {
        margin-left: 25%;
    }
    .st-laptop-offset-2 {
        margin-left: 16.66666667%;
    }
    .st-laptop-offset-1 {
        margin-left: 8.33333333%;
    }
    .st-laptop-hidden {
        display: none !important;
    }
    .laptop-text-center {
        padding: 0 40px;
        text-align: center !important;
    }
    .row-flex .col {
        flex: 1 0 100%;
    }
    .row-flex .col.st-12,
    .row-flex .col.st-11,
    .row-flex .col.st-10,
    .row-flex .col.st-9,
    .row-flex .col.st-8,
    .row-flex .col.st-7,
    .row-flex .col.st-6,
    .row-flex .col.st-5,
    .row-flex .col.st-4,
    .row-flex .col.st-3,
    .row-flex .col.st-2,
    .row-flex .col.st-1 {
        flex: 1 0 100%;
    }
    .row-flex .col.st-laptop-12 {
        flex: 1 0 100%;
    }
    .row-flex .col.st-laptop-11 {
        flex: 1 0 91.66666667%;
    }
    .row-flex .col.st-laptop-10 {
        flex: 1 0 83.33333333%;
    }
    .row-flex .col.st-laptop-9 {
        flex: 1 0 75%;
    }
    .row-flex .col.st-laptop-8 {
        flex: 1 0 66.66666667%;
    }
    .row-flex .col.st-laptop-7 {
        flex: 1 0 58.33333333%;
    }
    .row-flex .col.st-laptop-6 {
        flex: 1 0 50%;
    }
    .row-flex .col.st-laptop-5 {
        flex: 1 0 41.66666667%;
    }
    .row-flex .col.st-laptop-4 {
        flex: 1 0 33.33333333%;
    }
    .row-flex .col.st-laptop-3 {
        flex: 1 0 25%;
    }
    .row-flex .col.st-laptop-2 {
        flex: 1 0 16.66666667%;
    }
    .row-flex .col.st-laptop-1 {
        flex: 1 0 8.33333333%;
    }
    .single-post #main-container .single-post .row article .comment-form form .comment-input-wrap input.name,
    .single-post #main-container .single-post .row article .comment-form form .comment-input-wrap input.email,
    .single-post #main-container .single-post .row article .comment-form form .comment-input-wrap input.website {
        margin-right: 0;
    }
    .single-post #main-container .single-post .row article .comments ol.comment-list li.comment ul.children {
        margin-left: 50px;
    }
    .single-post #main-container .single-post .row article.st-6 .comments ol.comment-list li.comment .comment-info-inner .comment-reply {
        float: right;
        display: inline-block;
        padding-left: 0;
    }
    .single-product #layout-container .breadcrumbs {
        padding: 0 30px;
    }
    .woocommerce-account h2,
    .woocommerce-account form.login {
        padding: 0 20px !important;
    }
    #main-container .shop .row .two-column {
        padding: 0 20px;
    }
    #main-container .shop .row .two-column .st-product-list .product {
        width: 50%;
        padding: 0 10px;
    }
    #main-container .shop .row .three-column,
    #main-container .shop .row .four-column {
        padding: 0 20px;
    }
    #main-container .shop .row .three-column .st-product-list .product,
    #main-container .shop .row .four-column .st-product-list .product {
        width: 33.33333333%;
        padding: 0 10px;
    }
    #main-container .shop nav.woocommerce-pagination .pagination .page-numbers {
        margin: 10px 5px 0;
    }
    #main-container .shop .st-single-product .st-single-product-inner {
        float: none;
        width: auto;
        padding: 0 30px;
    }
    #main-container .shop .st-single-product .summary {
        float: none;
        width: auto;
        padding: 0 30px;
    }
    #main-container .shop .st-single-product .woocommerce-tabs .panel {
        padding: 0 30px;
    }
    #main-container .shop .st-single-product .upsells,
    #main-container .shop .st-single-product .related {
        padding: 0 30px;
    }
    #main-container .shop .st-single-product.sale .st-single-product-inner .onsale {
        left: 42px;
    }
    #main-container .shop .st-single-product.featured .st-single-product-inner .featured {
        left: 42px;
    }
    #main-container .shop .st-single-product.sale.featured .st-single-product-inner .onsale {
        left: 42px;
    }
    #main-container .shop .st-single-product.sale.featured .st-single-product-inner .featured {
        left: 104px;
    }
    #main-container .woocommerce-MyAccount-navigation {
        padding-left: 20px;
    }
    #main-container .woocommerce-MyAccount-content {
        padding-right: 20px;
    }
    #main-container .cross-sells {
        padding-left: 20px;
        margin-right: 2%;
    }
    #main-container .cross-sells h2 {
        padding: 0 10px;
    }
    #main-container .cross-sells .st-product-list .product {
        width: 50%;
    }
    #main-container .cross-sells .st-product-list .product.first {
        padding-left: 10px;
        padding-right: 5px;
    }
    #main-container .cross-sells .st-product-list .product.last {
        padding-right: 10px;
        padding-left: 5px;
    }
    #main-container .coupon {
        padding-left: 20px;
    }
    #main-container .cart_totals {
        width: 50%;
        padding-right: 20px;
    }
    #main-container form.checkout {
        padding: 0 20px;
    }
    #main-container .st-order-details,
    #main-container table.order_details,
    #main-container .st-customer-details,
    #main-container table.customer_details,
    #main-container .col2-set.addresses,
    #main-container .woocommerce-thankyou-order-received,
    #main-container .order_details,
    #main-container .st-woocommerce-thankyou-instructions {
        padding: 0 20px;
    }
    #main-container .blog-list,
    #main-container .archive-list {
        padding: 0 30px;
    }
    #main-container .blog-list .blog-articles article .post-inner .post-thumbnail img,
    #main-container .archive-list .blog-articles article .post-inner .post-thumbnail img {
        min-width: 100%;
    }
    #main-container .blog-grid,
    #main-container .archive-grid {
        padding: 0 30px;
    }
    #main-container .blog-grid .four-column .blog-articles article,
    #main-container .archive-grid .four-column .blog-articles article {
        width: 33.33333333%;
    }
    #main-container .blog-grid .four-column.sidebar .blog-articles article,
    #main-container .archive-grid .four-column.sidebar .blog-articles article {
        width: 33.33333333%;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-title-wrapper {
        width: 33.33333333% !important;
        float: left;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-desc {
        width: 66.66666667% !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(odd) .st-activity-grid-desc div div {
        padding-top: 10px;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-title-wrapper {
        width: 33.33333333% !important;
        float: left;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-desc {
        width: 66.66666667% !important;
    }
    #layout-container .st-activity-grid-container-wrapper .st-activity-grid-container .st-activity-grid-item:nth-child(even) .st-activity-grid-desc div div {
        padding-top: 10px;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.one-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.two-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.three-column .st-portfolio-item {
        width: 50%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.fitRows.four-column .st-portfolio-item {
        width: 33.33333333%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.one-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.two-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.three-column .st-portfolio-item {
        width: 50%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.masonry.four-column .st-portfolio-item {
        width: 33.33333333%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.one-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.one-column .st-portfolio-item.double-width {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.two-column .st-portfolio-item {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.two-column .st-portfolio-item.double-width {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.three-column .st-portfolio-item {
        width: 50%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.three-column .st-portfolio-item.double-width {
        width: 100%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.four-column .st-portfolio-item {
        width: 33.33333333%;
    }
    #layout-container .st-portfolio-module-container .st-portfolio-module .st-portfolio-items.packery.four-column .st-portfolio-item.double-width {
        width: 66.66666667%;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-client-photo {
        float: none;
        margin: 0 auto 20px;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper {
        float: none;
        width: auto;
        margin: 0 auto;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client {
        text-align: center;
        padding: 0 0 25px;
    }
    #layout-container .st-testimonials-wrapper.style-1 .st-testimonials-slider .st-testimonial-item .st-testimonial-item-inner-wrapper .st-testimonial-client-comment {
        padding: 30px 50px 20px 170px;
    }
    #layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item.with-company-logo .st-testimonial-client {
        display: block;
        width: auto;
        text-align: center;
    }
    #layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item.with-company-logo .st-testimonial-company-logo {
        display: block;
        width: auto;
        margin-bottom: 30px;
    }
    #layout-container .st-testimonials-wrapper.style-2 .st-testimonials-slider .slick-list .st-testimonial-item.with-company-logo .st-testimonial-company-logo img {
        margin-left: auto;
        margin-right: auto;
    }
    #layout-container .st-posts-module.fitRows.one-column .st-posts-module-single {
        width: 100%;
    }
    #layout-container .st-posts-module.fitRows.two-column .st-posts-module-single {
        width: 100%;
    }
    #layout-container .st-posts-module.fitRows.three-column .st-posts-module-single {
        width: 50%;
    }
    #layout-container .st-posts-module.fitRows.four-column .st-posts-module-single {
        width: 33.33333333%;
    }
    #layout-container .st-posts-module.masonry.one-column .st-posts-module-single {
        width: 100%;
    }
    #layout-container .st-posts-module.masonry.two-column .st-posts-module-single {
        width: 100%;
    }
    #layout-container .st-posts-module.masonry.three-column .st-posts-module-single {
        width: 50%;
    }
    #layout-container .st-posts-module.masonry.four-column .st-posts-module-single {
        width: 33.33333333%;
    }
    #layout-container .st-pages-grid-items.fitRows.one-column .st-pages-grid-item {
        width: 100%;
    }
    #layout-container .st-pages-grid-items.fitRows.two-column .st-pages-grid-item {
        width: 100%;
    }
    #layout-container .st-pages-grid-items.fitRows.three-column .st-pages-grid-item {
        width: 50%;
    }
    #layout-container .st-pages-grid-items.fitRows.four-column .st-pages-grid-item {
        width: 33.33333333%;
    }
    #layout-container .st-pages-grid-items.masonry.one-column .st-pages-grid-item {
        width: 100%;
    }
    #layout-container .st-pages-grid-items.masonry.two-column .st-pages-grid-item {
        width: 100%;
    }
    #layout-container .st-pages-grid-items.masonry.three-column .st-pages-grid-item {
        width: 50%;
    }
    #layout-container .st-pages-grid-items.masonry.four-column .st-pages-grid-item {
        width: 33.33333333%;
    }
    #layout-container .st-brochure {
        padding: 0 40px;
    }
    #layout-container .st-single-service .st-single-service-inner {
        bottom: -155px;
    }
    #layout-container .st-single-service .st-single-service-inner .st-single-service-info .st-single-service-desc {
        height: 100px;
    }
    #layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item {
        height: auto;
        border: 1px solid transparent;
    }
    #layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-img {
        width: 100%;
        height: 350px;
    }
    #layout-container .st-vertical-carousel .st-vertical-carousel-slider .slick-list .slick-track .st-vertical-carousel-item .st-vertical-carousel-info {
        width: 100%;
        height: 300px;
        padding: 50px 65px 50px 50px;
    }
    #layout-container .st-vertical-carousel .st-vertical-carousel-slider ul.slick-dots {
        top: 350px;
        right: 18px;
    }
    #layout-container .st-addresses-map .st-addresses-map-carousel .st-addresses-map-carousel-inner .slick-list {
        width: 728px;
    }
    #layout-container .st-map-select-container .st-map-select-options {
        padding: 20px 40px;
    }
    #layout-container .woocommerce.columns-1 .st-product-list .product {
        width: 100%;
    }
    #layout-container .woocommerce.columns-2 .st-product-list .product {
        width: 50%;
    }
    #layout-container .woocommerce.columns-3 .st-product-list .product {
        width: 33.33333333%;
    }
    #layout-container .woocommerce.columns-4 .st-product-list .product {
        width: 33.33333333%;
    }
    #layout-container .woocommerce.columns-5 .st-product-list .product {
        width: 33.33333333%;
    }
    #layout-container .vc_custom_heading {
        padding: 0 40px;
    }
    #layout-container .vc_custom_heading .st-h-after {
        margin: 0 40px;
    }
    #layout-container .vc_custom_heading.enable-elem.bottom > .st-h-after {
        margin: 0;
    }
    #layout-container .vc_custom_heading.enable-elem.square .st-h-before {
        margin-left: 1em;
    }
    #layout-container .vc_custom_heading.enable-elem.square .st-h-after {
        margin-right: 0;
    }
    #layout-container .vc_custom_heading.enable-elem.side.left {
        padding-left: 70px !important;
    }
    #layout-container .vc_custom_heading.enable-elem.side.right {
        padding-right: 70px !important;
    }
    #layout-container .vc_custom_heading.enable-elem.side.right > .st-h-before {
        right: 40px !important;
    }
    #layout-container .uvc-heading {
        padding: 0 40px;
    }
    #layout-container .uvc-heading.side {
        padding: 0 40px 0 70px;
    }
    #layout-container .uvc-heading.side[data-halign="right"] {
        padding: 0 70px 0 40px;
    }
    #layout-container .uvc-heading.side[data-halign="right"] > .st-h-before {
        right: 40px;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h1,
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h2,
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h3,
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h4,
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h5,
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-main-heading h6 {
        padding-left: 0;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem .uvc-sub-heading {
        padding-left: 0;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem > .st-h-before {
        margin-left: -30px;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem.bottom {
        padding-bottom: 36px;
    }
    #layout-container .uvc-heading.uvc-heading-bg-image.enable-elem.bottom > .st-h-after {
        padding-left: 0;
    }
    #layout-container .st-blockquote {
        padding: 0 40px;
    }
    #layout-container .st-blockquote:before {
        margin-left: 40px;
    }
    #layout-container .vc_progress_bar {
        padding: 0 40px;
    }
    #layout-container .wpb_text_column {
        padding: 0 40px;
    }
    #layout-container .aio-icon-component {
        padding: 0 40px;
    }
    #layout-container .aio-icon-component.with-shadow {
        padding: 0;
    }
    #layout-container .st-simple-link {
        padding: 0 40px;
    }
    #layout-container .st-sharing {
        padding: 0 40px;
    }
    #layout-container .wpcf7 {
        padding: 0 30px;
    }
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input {
        padding-right: 0;
    }
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-name input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-email input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-phone input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-name input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-email input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-phone input {
        width: 100%;
    }
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-2 .st-contact-form-input .your-message textarea,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-3 .st-contact-form-input .your-message textarea {
        width: 100%;
    }
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 .st-contact-form-input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-4 .st-contact-form-submit {
        margin: 10px 10px 20px !important;
    }
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 .col {
        float: none;
        padding: 0 !important;
    }
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 .st-contact-form-input,
    #layout-container .wpcf7 form.wpcf7-form .st-contact-form-5 .st-contact-form-submit {
        margin: 10px 10px 20px !important;
    }
    #layout-container .st-breadcrumbs-composer-wrapper {
        padding: 0 60px;
    }
    #layout-container .st-identity-block.identity-first .st-identity-block-top {
        padding: 20px;
    }
    #layout-container .st-identity-block.identity-first .st-identity-block-bottom {
        display: block;
        padding: 40px;
    }
    #layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-icon-wrapper {
        float: none;
        display: none;
    }
    #layout-container .st-identity-block.identity-first .st-identity-block-bottom .st-identity-block-desc {
        padding: 0;
        float: none;
        width: auto;
    }
    #layout-container .st-identity-block.identity-second .st-identity-block-top {
        padding: 20px;
    }
    #layout-container .st-identity-block.identity-second .st-identity-block-bottom {
        display: block;
        padding: 40px;
    }
    #layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-icon-wrapper {
        float: none;
        display: none;
    }
    #layout-container .st-identity-block.identity-second .st-identity-block-bottom .st-identity-block-desc {
        padding: 0;
        float: none;
        width: auto;
    }
    #layout-container .st-partners-wrapper .st-partners-logo-slider {
        width: 100%;
    }
    #layout-container .st-partners-wrapper .st-partners-logo-slider .slick-list {
        width: 100%;
    }
    #layout-container .st-partners-wrapper .st-partners-logo-slider .slick-list .st-partners-logo {
        margin: 0 70px;
    }
    #layout-container .st-partners-wrapper .st-partners-logo-slider.full {
        width: 100%;
    }
    #layout-container .st-partners-wrapper .st-partners-logo-slider.full .slick-list {
        width: 100%;
    }
    #layout-container .st-partners-wrapper .st-partners-logo-slider.full .slick-list .st-partners-logo {
        margin: 0 50px;
    }
    #layout-container .st-team-member-info .st-team-member-info-photo {
        height: 450px;
    }
    #layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-specialization {
        padding-right: 20px;
    }
    #layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-contact {
        padding: 0 10px;
    }
    #layout-container .st-team-member-info .st-team-member-info-inner .st-team-member-info-location {
        padding-left: 20px;
    }
    #layout-container .st-simple-page-block {
        padding: 0 30px;
    }
    #layout-container .st-awards-block {
        padding: 0 30px;
    }
    #layout-container .st-awards-block .st-awards-block-logo img {
        margin: 20px 0;
    }
    #layout-container .st-awards-block .st-awards-block-inner {
        padding-bottom: 30px;
    }
    #layout-container .vc_tta-container {
        padding: 0 30px;
    }
    #layout-container .st-brands-wrapper .st-brands-comments-slider {
        padding: 0 30px;
    }
    #layout-container .st-single-project {
        margin: 0 30px;
    }
    #layout-container .st-characteristic-item {
        padding: 0 30px;
    }
    #layout-container .st-characteristic-item:before {
        left: 0;
    }
    #layout-container .uvc-type-wrap {
        padding: 0 40px;
    }
    #main-container #footer .row .col {
        width: 50% !important;
        float: left;
    }
    #main-container #subfooter .col {
        width: auto;
        margin: auto;
        float: none;
    }
    #main-container #subfooter .col:first-child {
        padding-left: 0 !important;
    }
    #main-container #subfooter .subfooter-logo-container,
    #main-container #subfooter .subfooter-social {
        margin: 0 auto;
    }
    #main-container #subfooter .subfooter-copyright,
    #main-container #subfooter .subfooter-policy,
    #main-container #subfooter .subfooter-about {
        text-align: center;
    }
    #main-container #subfooter .subfooter-about {
        padding: 0 25px;
    }
}
@media (min-width: 1200px) {
    .st-desktop-12 {
        width: 100%;
    }
    .st-desktop-11 {
        width: 91.66666667%;
    }
    .st-desktop-10 {
        width: 83.33333333%;
    }
    .st-desktop-9 {
        width: 75%;
    }
    .st-desktop-8 {
        width: 66.66666667%;
    }
    .st-desktop-7 {
        width: 58.33333333%;
    }
    .st-desktop-6 {
        width: 50%;
    }
    .st-desktop-5 {
        width: 41.66666667%;
    }
    .st-desktop-4 {
        width: 33.33333333%;
    }
    .st-desktop-3 {
        width: 25%;
    }
    .st-desktop-2 {
        width: 16.66666667%;
    }
    .st-desktop-1 {
        width: 8.33333333%;
    }
    .st-desktop-offset-12 {
        margin-left: 100%;
    }
    .st-desktop-offset-11 {
        margin-left: 91.66666667%;
    }
    .st-desktop-offset-10 {
        margin-left: 83.33333333%;
    }
    .st-desktop-offset-9 {
        margin-left: 75%;
    }
    .st-desktop-offset-8 {
        margin-left: 66.66666667%;
    }
    .st-desktop-offset-7 {
        margin-left: 58.33333333%;
    }
    .st-desktop-offset-6 {
        margin-left: 50%;
    }
    .st-desktop-offset-5 {
        margin-left: 41.66666667%;
    }
    .st-desktop-offset-4 {
        margin-left: 33.33333333%;
    }
    .st-desktop-offset-3 {
        margin-left: 25%;
    }
    .st-desktop-offset-2 {
        margin-left: 16.66666667%;
    }
    .st-desktop-offset-1 {
        margin-left: 8.33333333%;
    }
    .st-desktop-hidden {
        display: none !important;
    }
    .row-flex .col {
        flex: 1 0 100%;
    }
    .row-flex .col.st-desktop-12 {
        flex: 1 0 100%;
    }
    .row-flex .col.st-desktop-11 {
        flex: 1 0 91.66666667%;
    }
    .row-flex .col.st-desktop-10 {
        flex: 1 0 83.33333333%;
    }
    .row-flex .col.st-desktop-9 {
        flex: 1 0 75%;
    }
    .row-flex .col.st-desktop-8 {
        flex: 1 0 66.66666667%;
    }
    .row-flex .col.st-desktop-7 {
        flex: 1 0 58.33333333%;
    }
    .row-flex .col.st-desktop-6 {
        flex: 1 0 50%;
    }
    .row-flex .col.st-desktop-5 {
        flex: 1 0 41.66666667%;
    }
    .row-flex .col.st-desktop-4 {
        flex: 1 0 33.33333333%;
    }
    .row-flex .col.st-desktop-3 {
        flex: 1 0 25%;
    }
    .row-flex .col.st-desktop-2 {
        flex: 1 0 16.66666667%;
    }
    .row-flex .col.st-desktop-1 {
        flex: 1 0 8.33333333%;
    }
}
.vc_custom_1544187523309 {
    padding-right: 50px !important;
    padding-left: 100px !important;
}
.vc_custom_1490452178066 {
    margin-top: -100px !important;
}
.vc_custom_1534758295747 {
    margin-bottom: 0 !important;
}
.vc_custom_1544100841294 {
    margin-bottom: 0 !important;
}
.vc_custom_1544101286326 {
    margin-bottom: 0 !important;
}
.vc_custom_1544176431476 {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
}
.vc_custom_1544176479972 {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
}
.vc_custom_1544176520090 {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
}
.vc_custom_1544176554389 {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
}
.vc_custom_1544176588987 {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
}
.vc_custom_1544176622188 {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
}
.vc_custom_1535704640939 {
    padding-right: 7px !important;
}
.vc_custom_1535704655723 {
    padding-left: 7px !important;
}
.vc_custom_1523912068243 {
    padding-right: 45px !important;
    padding-left: 45px !important;
    background-color: #0d2e6d !important;
}
.vc_custom_1523912095083 {
    padding-right: 45px !important;
    padding-left: 45px !important;
    background-color: #0d2e6d !important;
}
.vc_custom_1522823389369 {
    margin-bottom: 0 !important;
}
.vc_custom_1542871828241 {
    margin-bottom: 0 !important;
}
.vc_custom_1522824259211 {
    margin-bottom: 0 !important;
}
.vc_custom_1542871971264 {
    margin-bottom: 0 !important;
}
.vc_custom_1523912108119 {
    padding-right: 45px !important;
    padding-left: 45px !important;
    background-color: #0d2e6d !important;
}
.vc_custom_1523912115264 {
    padding-right: 45px !important;
    padding-left: 45px !important;
    background-color: #0d2e6d !important;
}
.vc_custom_1542872195840 {
    margin-bottom: 0 !important;
}
.vc_custom_1522824465079 {
    margin-bottom: 0 !important;
}
.vc_custom_1542872215392 {
    margin-bottom: 0 !important;
}
.vc_custom_1522824482774 {
    margin-bottom: 0 !important;
}
.pum-theme-17280,
.pum-theme-framed-border {
    background-color: rgba(255, 255, 255, 0.5);
}
.pum-theme-17280 .pum-container,
.pum-theme-framed-border .pum-container {
    padding: 18px;
    border-radius: 0;
    border: 20px outset #d33;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.97) inset;
    background-color: rgba(255, 251, 239, 1);
}
.pum-theme-17280 .pum-title,
.pum-theme-framed-border .pum-title {
    color: #000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-size: 32px;
    line-height: 36px;
}
.pum-theme-17280 .pum-content,
.pum-theme-framed-border .pum-content {
    color: #2d2d2d;
    font-family: inherit;
}
.pum-theme-17280 .pum-content + .pum-close,
.pum-theme-framed-border .pum-content + .pum-close {
    height: 20px;
    width: 20px;
    left: auto;
    right: -20px;
    bottom: auto;
    top: -20px;
    padding: 0;
    color: #fff;
    font-family: Acme;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #fff;
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 0, 0, 0.55);
}
.pum-theme-17279,
.pum-theme-cutting-edge {
    background-color: rgba(0, 0, 0, 0.5);
}
.pum-theme-17279 .pum-container,
.pum-theme-cutting-edge .pum-container {
    padding: 30px;
    border-radius: 0;
    border: 1px none #000;
    box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
    background-color: rgba(30, 115, 190, 1);
}
.pum-theme-17279 .pum-title,
.pum-theme-cutting-edge .pum-title {
    color: #fff;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: Sans-Serif;
    font-size: 26px;
    line-height: 28px;
}
.pum-theme-17279 .pum-content,
.pum-theme-cutting-edge .pum-content {
    color: #fff;
    font-family: inherit;
}
.pum-theme-17279 .pum-content + .pum-close,
.pum-theme-cutting-edge .pum-content + .pum-close {
    height: 24px;
    width: 24px;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    padding: 0;
    color: #1e73be;
    font-family: inherit;
    font-size: 32px;
    line-height: 24px;
    border: 1px none #fff;
    border-radius: 0;
    box-shadow: -1px 1px 1px 0px rgba(2, 2, 2, 0.1);
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: rgba(238, 238, 34, 1);
}
.pum-theme-17278,
.pum-theme-hello-box {
    background-color: rgba(0, 0, 0, 0.75);
}
.pum-theme-17278 .pum-container,
.pum-theme-hello-box .pum-container {
    padding: 30px;
    border-radius: 80px;
    border: 14px solid #81d742;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0);
    background-color: rgba(255, 255, 255, 1);
}
.pum-theme-17278 .pum-title,
.pum-theme-hello-box .pum-title {
    color: #2d2d2d;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: Montserrat;
    font-size: 32px;
    line-height: 36px;
}
.pum-theme-17278 .pum-content,
.pum-theme-hello-box .pum-content {
    color: #2d2d2d;
    font-family: inherit;
}
.pum-theme-17278 .pum-content + .pum-close,
.pum-theme-hello-box .pum-content + .pum-close {
    height: auto;
    width: auto;
    left: auto;
    right: -30px;
    bottom: auto;
    top: -30px;
    padding: 0;
    color: #2d2d2d;
    font-family: inherit;
    font-size: 32px;
    line-height: 28px;
    border: 1px none #fff;
    border-radius: 28px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(255, 255, 255, 1);
}
.pum-theme-17277,
.pum-theme-enterprise-blue {
    background-color: rgba(198, 198, 198, 0.7);
}
.pum-theme-17277 .pum-container,
.pum-theme-enterprise-blue .pum-container {
    padding: 28px;
    border-radius: 5px;
    border: 1px none #000;
    box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.5);
    background-color: rgba(255, 255, 255, 1);
}
.pum-theme-17277 .pum-title,
.pum-theme-enterprise-blue .pum-title {
    color: #315b7c;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-size: 34px;
    line-height: 36px;
}
.pum-theme-17277 .pum-content,
.pum-theme-enterprise-blue .pum-content {
    color: #2d2d2d;
    font-family: inherit;
}
.pum-theme-17277 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
    height: 32px;
    width: 32px;
    left: auto;
    right: 8px;
    bottom: auto;
    top: 8px;
    padding: 4px;
    color: #fff;
    font-family: inherit;
    font-size: 20px;
    line-height: 20px;
    border: 1px none #fff;
    border-radius: 42px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(49, 91, 124, 1);
}
.pum-theme-17276,
.pum-theme-lightbox {
    background-color: rgba(0, 0, 0, 0.6);
}
.pum-theme-17276 .pum-container,
.pum-theme-lightbox .pum-container {
    padding: 18px;
    border-radius: 3px;
    border: 8px solid #000;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1);
    background-color: rgba(255, 255, 255, 1);
}
.pum-theme-17276 .pum-title,
.pum-theme-lightbox .pum-title {
    color: #000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-size: 32px;
    line-height: 36px;
}
.pum-theme-17276 .pum-content,
.pum-theme-lightbox .pum-content {
    color: #000;
    font-family: inherit;
}
.pum-theme-17276 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
    height: 30px;
    width: 30px;
    left: auto;
    right: -24px;
    bottom: auto;
    top: -24px;
    padding: 0;
    color: #fff;
    font-family: inherit;
    font-size: 24px;
    line-height: 26px;
    border: 2px solid #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 0, 0, 1);
}
.pum-theme-17275,
.pum-theme-default-theme {
    background-color: rgba(255, 255, 255, 1);
}
.pum-theme-17275 .pum-container,
.pum-theme-default-theme .pum-container {
    padding: 18px;
    border-radius: 0;
    border: 1px none #000;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
    background-color: rgba(249, 249, 249, 1);
}
.pum-theme-17275 .pum-title,
.pum-theme-default-theme .pum-title {
    color: #000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: inherit;
    font-size: 32px;
    font-style: normal;
    line-height: 36px;
}
.pum-theme-17275 .pum-content,
.pum-theme-default-theme .pum-content {
    color: #8c8c8c;
    font-family: inherit;
    font-weight: inherit;
    font-style: normal;
}
.pum-theme-17275 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
    height: auto;
    width: auto;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    padding: 8px;
    color: #fff;
    font-family: inherit;
    font-weight: inherit;
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    border: 1px none #fff;
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 183, 205, 1);
}
.upb_row_bg,
.upb_video-bg,
.vcpb-fs-jquery {
    overflow: hidden;
}
.vc-row-translate-wrapper {
    margin: 0 !important;
}
.uvc-vc-full-width .upb_video-bg {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
}
.upb_bg_overlay,
.upb_bg_overlay_pattern {
    color: inherit;
    position: absolute;
    width: 100%;
    height: 100% !important;
    left: 0;
    top: 0;
}
.upb_bg_overlay_pattern {
    background-attachment: fixed;
}
.ult-vc-seperator {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    z-index: 1;
}
.ult-main-seperator-inner {
    position: relative;
    height: 100%;
    width: 100%;
}
.ult-vc-seperator.top_seperator {
    top: -1px;
    bottom: auto;
}
.ult-vc-seperator.bottom_seperator {
    top: auto;
    bottom: -1px;
}
.ult-vc-seperator svg {
    width: 100%;
    height: auto;
}
.uvc-svg-circle,
.uvc-svg-triangle {
    position: absolute;
    top: -1px;
    bottom: auto;
    z-index: 1;
}
.bottom_seperator .uvc-svg-circle,
.bottom_seperator .uvc-svg-triangle {
    top: auto;
    bottom: -1px;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.uvc-x-large-triangle {
    position: absolute;
    top: -1px;
    bottom: auto;
    z-index: 1;
}
.bottom_seperator .uvc-x-large-triangle {
    top: auto;
    bottom: -1px;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.bottom_seperator .uvc-x-large-triangle,
.top_seperator .uvc-x-large-triangle-left {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
}
.uvc-x-large-triangle-left,
.uvc-x-large-triangle-right {
    position: absolute;
    top: -1px;
    bottom: auto;
    z-index: 1;
}
.bottom_seperator .uvc-x-large-triangle-left,
.bottom_seperator .uvc-x-large-triangle-right,
.uvc-x-large-circle {
    top: auto;
    bottom: -1px;
}
.top_seperator .uvc-x-large-triangle-left {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.top_seperator .uvc-x-large-triangle-right {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}
.bottom_seperator .uvc-x-large-triangle-right {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.uvc-x-large-circle {
    position: absolute;
}
.top_seperator .uvc-x-large-circle {
    top: -1px;
    bottom: auto;
}
.bottom_seperator .uvc-x-large-circle {
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.bottom_seperator .uvc-x-large-circle,
.top_seperator .uvc-curve-up-seperator {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
}
.uvc-curve-up-seperator {
    position: absolute;
    top: auto;
    bottom: -1px;
}
.top_seperator .uvc-curve-up-seperator {
    top: -1px;
    bottom: auto;
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.uvc-curve-down-seperator {
    position: absolute;
    top: auto;
    bottom: -1px;
}
.bottom_seperator .uvc-curve-down-seperator {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.top_seperator .uvc-curve-down-seperator {
    top: -1px;
    bottom: auto;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
.uvc-tilt-left-seperator {
    position: absolute;
    top: auto;
    bottom: 1px;
}
.top_seperator .uvc-tilt-left-seperator {
    top: 1px;
    bottom: auto;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}
.uvc-tilt-right-seperator {
    position: absolute;
    top: auto;
    bottom: 1px;
}
.bottom_seperator .uvc-tilt-right-seperator {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.top_seperator .uvc-tilt-right-seperator {
    top: 1px;
    bottom: auto;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
.ult-rounded-split-seperator-wrapper {
    z-index: 1;
}
.ult-rounded-split-seperator {
    position: relative;
    height: 100%;
}
.ult-rounded-split-seperator:after,
.ult-rounded-split-seperator:before {
    left: 0;
    z-index: 10;
    width: 50%;
    height: 70px;
    background: inherit inherit/inherit inherit inherit inherit;
    content: "";
    position: absolute;
}
.ult-vc-seperator.top_seperator svg.uvc-multi-triangle-svg {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}
.vcpb-vz-jquery,
.vertical_layer_parallax {
    background-position: 50% 0;
}
.upb_video-bg,
.vcpb-default,
.vcpb-fix,
.vcpb-hz-jquery,
.vcpb-vz-jquery,
.vertical_layer_parallax {
    background-repeat: no-repeat;
}
.upb_video-bg,
.vcpb-default,
.vcpb-fix {
    -webkit-background-size: cover;
    background-size: cover;
}
.top_seperator.ult-rounded-split-seperator-wrapper {
    top: 0;
    bottom: auto;
}
.uvc-wave-seperator {
    position: absolute;
    top: auto;
    bottom: -1px;
}
.top_seperator .uvc-wave-seperator {
    top: -1px;
    bottom: auto;
    -ms-transform: scale(-1);
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
.top_seperator .uvc-cloud-seperator,
.top_seperator .uvc-wave-seperator {
    -moz-transform: scale(-1);
    -webkit-transform: scale(-1);
    -o-transform: scale(-1);
}
.uvc-cloud-seperator {
    position: absolute;
    top: auto;
    bottom: -1px;
}
.top_seperator .uvc-cloud-seperator {
    top: -1px;
    bottom: auto;
    -ms-transform: scale(-1);
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
.separator-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}
.vc-row-translate > .vc-row-translate-wrapper {
    overflow: hidden;
    width: 100% !important;
    margin: initial !important;
}
.upb_video_class,
.wpb_column,
.wpb_row {
    position: relative;
}
.upb_row_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}
.upb-background-text-wrapper,
.upb_video-text,
.upb_video-text-wrapper {
    position: relative;
}
.upb_bg_img {
    display: none !important;
}
.vcpb-default {
    background-attachment: initial;
}
.vcpb-fix,
.vcpb-vz-jquery,
.vertical_layer_parallax {
    background-attachment: fixed;
}
.vertical_layer_parallax {
    -webkit-background-size: cover;
    background-size: cover;
}
.vcpb-hz-jquery {
    background-position: 0 50%;
}
.upb_video-wrapper {
    display: block;
    max-width: 100%;
    height: 100%;
}
.upb_video-text {
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.full-browser-size .upb-background-text,
.video-browser-size .upb_video-text {
    margin: initial !important;
    position: absolute;
    bottom: auto;
    top: 50%;
    right: 0;
    left: 0;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.upb_video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: 50% 50%;
    margin: 0 auto;
}
.upb_video-src {
    max-width: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    min-width: 100%;
    min-height: 100%;
}
.upb_video-src.ult-make-full-height {
    height: 100%;
    width: auto !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 0;
}
.upb_utube_iframe,
.upb_vimeo_iframe {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    position: absolute;
}
.upb_video-bg .mbYTP_wrapper iframe {
    max-width: none !important;
    max-height: none !important;
}
.uvc-row.uvc-video-fixer .mbYTP_wrapper iframe {
    margin-left: 0 !important;
    margin-top: -50px !important;
}
.video-controls {
    position: absolute;
    bottom: 10%;
    right: 5%;
    cursor: pointer;
    width: auto !important;
    min-width: 15px !important;
    height: auto !important;
    z-index: 99;
}
.video-controls i {
    font-size: 40px;
}
body.rtl .upb_row_bg {
    right: auto;
}
.uvc-multi-color-bg {
    -webkit-animation: MultiColorVC 10s alternate infinite;
    animation: MultiColorVC 10s alternate infinite;
    z-index: 9998;
    opacity: 0.6;
    background-color: #e14949;
}
@-webkit-keyframes MultiColorVC {
    0% {
        background-color: #e14949;
    }
    25% {
        background-color: #3de02c;
    }
    50% {
        background-color: #2c8de0;
    }
    100% {
        background-color: #e02cbc;
    }
}
@keyframes MultiColorVC {
    0% {
        background-color: #e14949;
    }
    25% {
        background-color: #3de02c;
    }
    50% {
        background-color: #2c8de0;
    }
    100% {
        background-color: #e02cbc;
    }
}
@media (max-width: 479px) {
    .uvc_hidden-xs {
        display: none !important;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .uvc_hidden-xsl {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .uvc_hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .uvc_hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) and (max-width: 1823px) {
    .uvc_hidden-ml {
        display: none !important;
    }
}
@media (min-width: 1824px) {
    .uvc_hidden-lg {
        display: none !important;
    }
}
.mpcth-vc-row-wrap,
.toranj-vc-row-wrapper,
.x-content-band {
    position: relative;
}
.js_active .site-inner {
    overflow: visible;
}
html.ult-remove-fixed-background .upb_row_bg {
    background-attachment: scroll !important;
}
.vc_row-flex .upb-background-text-wrapper.full-browser-size,
.vc_row-flex .upb_video-text-wrapper.full-browser-size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    width: 100%;
}
.vc_row-flex .upb-background-text,
.vc_row-flex .upb_video-text,
.vc_row-flex .vc-row-translate-wrapper,
.vc_row-o-content-bottom .upb-background-text,
.vc_row-o-content-bottom .upb_video-text,
.vc_row-o-content-bottom .vc-row-translate-wrapper,
.vc_row-o-content-middle .upb-background-text,
.vc_row-o-content-middle .upb_video-text,
.vc_row-o-content-middle .vc-row-translate-wrapper,
.vc_row-o-content-top .upb-background-text,
.vc_row-o-content-top .upb_video-text,
.vc_row-o-content-top .vc-row-translate-wrapper,
.vc_row-o-equal-height .upb-background-text,
.vc_row-o-equal-height .upb_video-text,
.vc_row-o-equal-height .vc-row-translate-wrapper {
    margin: 0 auto !important;
}
.vc_row-o-content-top.full-browser-size .upb-background-text,
.vc_row-o-content-top.video-browser-size .upb_video-text {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.vc_row-o-content-bottom.full-browser-size .upb-background-text,
.vc_row-o-content-bottom.video-browser-size .upb_video-text {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@font-face {
    font-family: "Defaults";
    src: url(//www.fugenx.com/wp-content/uploads/smile_fonts/Defaults/Defaults.eot?rfa9z8);
    src: url(//www.fugenx.com/wp-content/uploads/smile_fonts/Defaults/Defaults.eot?#iefixrfa9z8) format("embedded-opentype"), url(//www.fugenx.com/wp-content/uploads/smile_fonts/Defaults/Defaults.woff?rfa9z8) format("woff"),
        url(//www.fugenx.com/wp-content/uploads/smile_fonts/Defaults/Defaults.ttf?rfa9z8) format("truetype"), url(//www.fugenx.com/wp-content/uploads/smile_fonts/Defaults/Defaults.svg?rfa9z8#Defaults) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class^="Defaults-"],
[class*=" Defaults-"] {
    font-family: "Defaults";
    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;
}
.Defaults-glass:before {
    content: "\f000";
}
.Defaults-music:before {
    content: "\f001";
}
.Defaults-search:before {
    content: "\f002";
}
.Defaults-envelope-o:before {
    content: "\f003";
}
.Defaults-heart:before {
    content: "\f004";
}
.Defaults-star:before {
    content: "\f005";
}
.Defaults-star-o:before {
    content: "\f006";
}
.Defaults-user:before {
    content: "\f007";
}
.Defaults-film:before {
    content: "\f008";
}
.Defaults-th-large:before {
    content: "\f009";
}
.Defaults-th:before {
    content: "\f00a";
}
.Defaults-th-list:before {
    content: "\f00b";
}
.Defaults-check:before {
    content: "\f00c";
}
.Defaults-close:before {
    content: "\f00d";
}
.Defaults-remove:before {
    content: "\f00d";
}
.Defaults-times:before {
    content: "\f00d";
}
.Defaults-search-plus:before {
    content: "\f00e";
}
.Defaults-search-minus:before {
    content: "\f010";
}
.Defaults-power-off:before {
    content: "\f011";
}
.Defaults-signal:before {
    content: "\f012";
}
.Defaults-cog:before {
    content: "\f013";
}
.Defaults-gear:before {
    content: "\f013";
}
.Defaults-trash-o:before {
    content: "\f014";
}
.Defaults-home:before {
    content: "\f015";
}
.Defaults-file-o:before {
    content: "\f016";
}
.Defaults-clock-o:before {
    content: "\f017";
}
.Defaults-road:before {
    content: "\f018";
}
.Defaults-download:before {
    content: "\f019";
}
.Defaults-arrow-circle-o-down:before {
    content: "\f01a";
}
.Defaults-arrow-circle-o-up:before {
    content: "\f01b";
}
.Defaults-inbox:before {
    content: "\f01c";
}
.Defaults-play-circle-o:before {
    content: "\f01d";
}
.Defaults-repeat:before {
    content: "\f01e";
}
.Defaults-rotate-right:before {
    content: "\f01e";
}
.Defaults-refresh:before {
    content: "\f021";
}
.Defaults-list-alt:before {
    content: "\f022";
}
.Defaults-lock:before {
    content: "\f023";
}
.Defaults-flag:before {
    content: "\f024";
}
.Defaults-headphones:before {
    content: "\f025";
}
.Defaults-volume-off:before {
    content: "\f026";
}
.Defaults-volume-down:before {
    content: "\f027";
}
.Defaults-volume-up:before {
    content: "\f028";
}
.Defaults-qrcode:before {
    content: "\f029";
}
.Defaults-barcode:before {
    content: "\f02a";
}
.Defaults-tag:before {
    content: "\f02b";
}
.Defaults-tags:before {
    content: "\f02c";
}
.Defaults-book:before {
    content: "\f02d";
}
.Defaults-bookmark:before {
    content: "\f02e";
}
.Defaults-print:before {
    content: "\f02f";
}
.Defaults-camera:before {
    content: "\f030";
}
.Defaults-font:before {
    content: "\f031";
}
.Defaults-bold:before {
    content: "\f032";
}
.Defaults-italic:before {
    content: "\f033";
}
.Defaults-text-height:before {
    content: "\f034";
}
.Defaults-text-width:before {
    content: "\f035";
}
.Defaults-align-left:before {
    content: "\f036";
}
.Defaults-align-center:before {
    content: "\f037";
}
.Defaults-align-right:before {
    content: "\f038";
}
.Defaults-align-justify:before {
    content: "\f039";
}
.Defaults-list:before {
    content: "\f03a";
}
.Defaults-dedent:before {
    content: "\f03b";
}
.Defaults-outdent:before {
    content: "\f03b";
}
.Defaults-indent:before {
    content: "\f03c";
}
.Defaults-video-camera:before {
    content: "\f03d";
}
.Defaults-image:before {
    content: "\f03e";
}
.Defaults-photo:before {
    content: "\f03e";
}
.Defaults-picture-o:before {
    content: "\f03e";
}
.Defaults-pencil:before {
    content: "\f040";
}
.Defaults-map-marker:before {
    content: "\f041";
}
.Defaults-adjust:before {
    content: "\f042";
}
.Defaults-tint:before {
    content: "\f043";
}
.Defaults-edit:before {
    content: "\f044";
}
.Defaults-pencil-square-o:before {
    content: "\f044";
}
.Defaults-share-square-o:before {
    content: "\f045";
}
.Defaults-check-square-o:before {
    content: "\f046";
}
.Defaults-arrows:before {
    content: "\f047";
}
.Defaults-step-backward:before {
    content: "\f048";
}
.Defaults-fast-backward:before {
    content: "\f049";
}
.Defaults-backward:before {
    content: "\f04a";
}
.Defaults-play:before {
    content: "\f04b";
}
.Defaults-pause:before {
    content: "\f04c";
}
.Defaults-stop:before {
    content: "\f04d";
}
.Defaults-forward:before {
    content: "\f04e";
}
.Defaults-fast-forward:before {
    content: "\f050";
}
.Defaults-step-forward:before {
    content: "\f051";
}
.Defaults-eject:before {
    content: "\f052";
}
.Defaults-chevron-left:before {
    content: "\f053";
}
.Defaults-chevron-right:before {
    content: "\f054";
}
.Defaults-plus-circle:before {
    content: "\f055";
}
.Defaults-minus-circle:before {
    content: "\f056";
}
.Defaults-times-circle:before {
    content: "\f057";
}
.Defaults-check-circle:before {
    content: "\f058";
}
.Defaults-question-circle:before {
    content: "\f059";
}
.Defaults-info-circle:before {
    content: "\f05a";
}
.Defaults-crosshairs:before {
    content: "\f05b";
}
.Defaults-times-circle-o:before {
    content: "\f05c";
}
.Defaults-check-circle-o:before {
    content: "\f05d";
}
.Defaults-ban:before {
    content: "\f05e";
}
.Defaults-arrow-left:before {
    content: "\f060";
}
.Defaults-arrow-right:before {
    content: "\f061";
}
.Defaults-arrow-up:before {
    content: "\f062";
}
.Defaults-arrow-down:before {
    content: "\f063";
}
.Defaults-mail-forward:before {
    content: "\f064";
}
.Defaults-share:before {
    content: "\f064";
}
.Defaults-expand:before {
    content: "\f065";
}
.Defaults-compress:before {
    content: "\f066";
}
.Defaults-plus:before {
    content: "\f067";
}
.Defaults-minus:before {
    content: "\f068";
}
.Defaults-asterisk:before {
    content: "\f069";
}
.Defaults-exclamation-circle:before {
    content: "\f06a";
}
.Defaults-gift:before {
    content: "\f06b";
}
.Defaults-leaf:before {
    content: "\f06c";
}
.Defaults-fire:before {
    content: "\f06d";
}
.Defaults-eye:before {
    content: "\f06e";
}
.Defaults-eye-slash:before {
    content: "\f070";
}
.Defaults-exclamation-triangle:before {
    content: "\f071";
}
.Defaults-warning:before {
    content: "\f071";
}
.Defaults-plane:before {
    content: "\f072";
}
.Defaults-calendar:before {
    content: "\f073";
}
.Defaults-random:before {
    content: "\f074";
}
.Defaults-comment:before {
    content: "\f075";
}
.Defaults-magnet:before {
    content: "\f076";
}
.Defaults-chevron-up:before {
    content: "\f077";
}
.Defaults-chevron-down:before {
    content: "\f078";
}
.Defaults-retweet:before {
    content: "\f079";
}
.Defaults-shopping-cart:before {
    content: "\f07a";
}
.Defaults-folder:before {
    content: "\f07b";
}
.Defaults-folder-open:before {
    content: "\f07c";
}
.Defaults-arrows-v:before {
    content: "\f07d";
}
.Defaults-arrows-h:before {
    content: "\f07e";
}
.Defaults-bar-chart:before {
    content: "\f080";
}
.Defaults-bar-chart-o:before {
    content: "\f080";
}
.Defaults-twitter-square:before {
    content: "\f081";
}
.Defaults-facebook-square:before {
    content: "\f082";
}
.Defaults-camera-retro:before {
    content: "\f083";
}
.Defaults-key:before {
    content: "\f084";
}
.Defaults-cogs:before {
    content: "\f085";
}
.Defaults-gears:before {
    content: "\f085";
}
.Defaults-comments:before {
    content: "\f086";
}
.Defaults-thumbs-o-up:before {
    content: "\f087";
}
.Defaults-thumbs-o-down:before {
    content: "\f088";
}
.Defaults-star-half:before {
    content: "\f089";
}
.Defaults-heart-o:before {
    content: "\f08a";
}
.Defaults-sign-out:before {
    content: "\f08b";
}
.Defaults-linkedin-square:before {
    content: "\f08c";
}
.Defaults-thumb-tack:before {
    content: "\f08d";
}
.Defaults-external-link:before {
    content: "\f08e";
}
.Defaults-sign-in:before {
    content: "\f090";
}
.Defaults-trophy:before {
    content: "\f091";
}
.Defaults-github-square:before {
    content: "\f092";
}
.Defaults-upload:before {
    content: "\f093";
}
.Defaults-lemon-o:before {
    content: "\f094";
}
.Defaults-phone:before {
    content: "\f095";
}
.Defaults-square-o:before {
    content: "\f096";
}
.Defaults-bookmark-o:before {
    content: "\f097";
}
.Defaults-phone-square:before {
    content: "\f098";
}
.Defaults-twitter:before {
    content: "\f099";
}
.Defaults-facebook:before {
    content: "\f09a";
}
.Defaults-facebook-f:before {
    content: "\f09a";
}
.Defaults-github:before {
    content: "\f09b";
}
.Defaults-unlock:before {
    content: "\f09c";
}
.Defaults-credit-card:before {
    content: "\f09d";
}
.Defaults-rss:before {
    content: "\f09e";
}
.Defaults-hdd-o:before {
    content: "\f0a0";
}
.Defaults-bullhorn:before {
    content: "\f0a1";
}
.Defaults-bell-o:before {
    content: "\f0a2";
}
.Defaults-certificate:before {
    content: "\f0a3";
}
.Defaults-hand-o-right:before {
    content: "\f0a4";
}
.Defaults-hand-o-left:before {
    content: "\f0a5";
}
.Defaults-hand-o-up:before {
    content: "\f0a6";
}
.Defaults-hand-o-down:before {
    content: "\f0a7";
}
.Defaults-arrow-circle-left:before {
    content: "\f0a8";
}
.Defaults-arrow-circle-right:before {
    content: "\f0a9";
}
.Defaults-arrow-circle-up:before {
    content: "\f0aa";
}
.Defaults-arrow-circle-down:before {
    content: "\f0ab";
}
.Defaults-globe:before {
    content: "\f0ac";
}
.Defaults-wrench:before {
    content: "\f0ad";
}
.Defaults-tasks:before {
    content: "\f0ae";
}
.Defaults-filter:before {
    content: "\f0b0";
}
.Defaults-briefcase:before {
    content: "\f0b1";
}
.Defaults-arrows-alt:before {
    content: "\f0b2";
}
.Defaults-group:before {
    content: "\f0c0";
}
.Defaults-users:before {
    content: "\f0c0";
}
.Defaults-chain:before {
    content: "\f0c1";
}
.Defaults-link:before {
    content: "\f0c1";
}
.Defaults-cloud:before {
    content: "\f0c2";
}
.Defaults-flask:before {
    content: "\f0c3";
}
.Defaults-cut:before {
    content: "\f0c4";
}
.Defaults-scissors:before {
    content: "\f0c4";
}
.Defaults-copy:before {
    content: "\f0c5";
}
.Defaults-files-o:before {
    content: "\f0c5";
}
.Defaults-paperclip:before {
    content: "\f0c6";
}
.Defaults-floppy-o:before {
    content: "\f0c7";
}
.Defaults-save:before {
    content: "\f0c7";
}
.Defaults-square:before {
    content: "\f0c8";
}
.Defaults-bars:before {
    content: "\f0c9";
}
.Defaults-navicon:before {
    content: "\f0c9";
}
.Defaults-reorder:before {
    content: "\f0c9";
}
.Defaults-list-ul:before {
    content: "\f0ca";
}
.Defaults-list-ol:before {
    content: "\f0cb";
}
.Defaults-strikethrough:before {
    content: "\f0cc";
}
.Defaults-underline:before {
    content: "\f0cd";
}
.Defaults-table:before {
    content: "\f0ce";
}
.Defaults-magic:before {
    content: "\f0d0";
}
.Defaults-truck:before {
    content: "\f0d1";
}
.Defaults-pinterest:before {
    content: "\f0d2";
}
.Defaults-pinterest-square:before {
    content: "\f0d3";
}
.Defaults-google-plus-square:before {
    content: "\f0d4";
}
.Defaults-google-plus:before {
    content: "\f0d5";
}
.Defaults-money:before {
    content: "\f0d6";
}
.Defaults-caret-down:before {
    content: "\f0d7";
}
.Defaults-caret-up:before {
    content: "\f0d8";
}
.Defaults-caret-left:before {
    content: "\f0d9";
}
.Defaults-caret-right:before {
    content: "\f0da";
}
.Defaults-columns:before {
    content: "\f0db";
}
.Defaults-sort:before {
    content: "\f0dc";
}
.Defaults-unsorted:before {
    content: "\f0dc";
}
.Defaults-sort-desc:before {
    content: "\f0dd";
}
.Defaults-sort-down:before {
    content: "\f0dd";
}
.Defaults-sort-asc:before {
    content: "\f0de";
}
.Defaults-sort-up:before {
    content: "\f0de";
}
.Defaults-envelope:before {
    content: "\f0e0";
}
.Defaults-linkedin:before {
    content: "\f0e1";
}
.Defaults-rotate-left:before {
    content: "\f0e2";
}
.Defaults-undo:before {
    content: "\f0e2";
}
.Defaults-gavel:before {
    content: "\f0e3";
}
.Defaults-legal:before {
    content: "\f0e3";
}
.Defaults-dashboard:before {
    content: "\f0e4";
}
.Defaults-tachometer:before {
    content: "\f0e4";
}
.Defaults-comment-o:before {
    content: "\f0e5";
}
.Defaults-comments-o:before {
    content: "\f0e6";
}
.Defaults-bolt:before {
    content: "\f0e7";
}
.Defaults-flash:before {
    content: "\f0e7";
}
.Defaults-sitemap:before {
    content: "\f0e8";
}
.Defaults-umbrella:before {
    content: "\f0e9";
}
.Defaults-clipboard:before {
    content: "\f0ea";
}
.Defaults-paste:before {
    content: "\f0ea";
}
.Defaults-lightbulb-o:before {
    content: "\f0eb";
}
.Defaults-exchange:before {
    content: "\f0ec";
}
.Defaults-cloud-download:before {
    content: "\f0ed";
}
.Defaults-cloud-upload:before {
    content: "\f0ee";
}
.Defaults-user-md:before {
    content: "\f0f0";
}
.Defaults-stethoscope:before {
    content: "\f0f1";
}
.Defaults-suitcase:before {
    content: "\f0f2";
}
.Defaults-bell:before {
    content: "\f0f3";
}
.Defaults-coffee:before {
    content: "\f0f4";
}
.Defaults-cutlery:before {
    content: "\f0f5";
}
.Defaults-file-text-o:before {
    content: "\f0f6";
}
.Defaults-building-o:before {
    content: "\f0f7";
}
.Defaults-hospital-o:before {
    content: "\f0f8";
}
.Defaults-ambulance:before {
    content: "\f0f9";
}
.Defaults-medkit:before {
    content: "\f0fa";
}
.Defaults-fighter-jet:before {
    content: "\f0fb";
}
.Defaults-beer:before {
    content: "\f0fc";
}
.Defaults-h-square:before {
    content: "\f0fd";
}
.Defaults-plus-square:before {
    content: "\f0fe";
}
.Defaults-angle-double-left:before {
    content: "\f100";
}
.Defaults-angle-double-right:before {
    content: "\f101";
}
.Defaults-angle-double-up:before {
    content: "\f102";
}
.Defaults-angle-double-down:before {
    content: "\f103";
}
.Defaults-angle-left:before {
    content: "\f104";
}
.Defaults-angle-right:before {
    content: "\f105";
}
.Defaults-angle-up:before {
    content: "\f106";
}
.Defaults-angle-down:before {
    content: "\f107";
}
.Defaults-desktop:before {
    content: "\f108";
}
.Defaults-laptop:before {
    content: "\f109";
}
.Defaults-tablet:before {
    content: "\f10a";
}
.Defaults-mobile:before {
    content: "\f10b";
}
.Defaults-mobile-phone:before {
    content: "\f10b";
}
.Defaults-circle-o:before {
    content: "\f10c";
}
.Defaults-quote-left:before {
    content: "\f10d";
}
.Defaults-quote-right:before {
    content: "\f10e";
}
.Defaults-spinner:before {
    content: "\f110";
}
.Defaults-circle:before {
    content: "\f111";
}
.Defaults-mail-reply:before {
    content: "\f112";
}
.Defaults-reply:before {
    content: "\f112";
}
.Defaults-github-alt:before {
    content: "\f113";
}
.Defaults-folder-o:before {
    content: "\f114";
}
.Defaults-folder-open-o:before {
    content: "\f115";
}
.Defaults-smile-o:before {
    content: "\f118";
}
.Defaults-frown-o:before {
    content: "\f119";
}
.Defaults-meh-o:before {
    content: "\f11a";
}
.Defaults-gamepad:before {
    content: "\f11b";
}
.Defaults-keyboard-o:before {
    content: "\f11c";
}
.Defaults-flag-o:before {
    content: "\f11d";
}
.Defaults-flag-checkered:before {
    content: "\f11e";
}
.Defaults-terminal:before {
    content: "\f120";
}
.Defaults-code:before {
    content: "\f121";
}
.Defaults-mail-reply-all:before {
    content: "\f122";
}
.Defaults-reply-all:before {
    content: "\f122";
}
.Defaults-star-half-empty:before {
    content: "\f123";
}
.Defaults-star-half-full:before {
    content: "\f123";
}
.Defaults-star-half-o:before {
    content: "\f123";
}
.Defaults-location-arrow:before {
    content: "\f124";
}
.Defaults-crop:before {
    content: "\f125";
}
.Defaults-code-fork:before {
    content: "\f126";
}
.Defaults-chain-broken:before {
    content: "\f127";
}
.Defaults-unlink:before {
    content: "\f127";
}
.Defaults-question:before {
    content: "\f128";
}
.Defaults-info:before {
    content: "\f129";
}
.Defaults-exclamation:before {
    content: "\f12a";
}
.Defaults-superscript:before {
    content: "\f12b";
}
.Defaults-subscript:before {
    content: "\f12c";
}
.Defaults-eraser:before {
    content: "\f12d";
}
.Defaults-puzzle-piece:before {
    content: "\f12e";
}
.Defaults-microphone:before {
    content: "\f130";
}
.Defaults-microphone-slash:before {
    content: "\f131";
}
.Defaults-shield:before {
    content: "\f132";
}
.Defaults-calendar-o:before {
    content: "\f133";
}
.Defaults-fire-extinguisher:before {
    content: "\f134";
}
.Defaults-rocket:before {
    content: "\f135";
}
.Defaults-maxcdn:before {
    content: "\f136";
}
.Defaults-chevron-circle-left:before {
    content: "\f137";
}
.Defaults-chevron-circle-right:before {
    content: "\f138";
}
.Defaults-chevron-circle-up:before {
    content: "\f139";
}
.Defaults-chevron-circle-down:before {
    content: "\f13a";
}
.Defaults-html5:before {
    content: "\f13b";
}
.Defaults-css3:before {
    content: "\f13c";
}
.Defaults-anchor:before {
    content: "\f13d";
}
.Defaults-unlock-alt:before {
    content: "\f13e";
}
.Defaults-bullseye:before {
    content: "\f140";
}
.Defaults-ellipsis-h:before {
    content: "\f141";
}
.Defaults-ellipsis-v:before {
    content: "\f142";
}
.Defaults-rss-square:before {
    content: "\f143";
}
.Defaults-play-circle:before {
    content: "\f144";
}
.Defaults-ticket:before {
    content: "\f145";
}
.Defaults-minus-square:before {
    content: "\f146";
}
.Defaults-minus-square-o:before {
    content: "\f147";
}
.Defaults-level-up:before {
    content: "\f148";
}
.Defaults-level-down:before {
    content: "\f149";
}
.Defaults-check-square:before {
    content: "\f14a";
}
.Defaults-pencil-square:before {
    content: "\f14b";
}
.Defaults-external-link-square:before {
    content: "\f14c";
}
.Defaults-share-square:before {
    content: "\f14d";
}
.Defaults-compass:before {
    content: "\f14e";
}
.Defaults-caret-square-o-down:before {
    content: "\f150";
}
.Defaults-toggle-down:before {
    content: "\f150";
}
.Defaults-caret-square-o-up:before {
    content: "\f151";
}
.Defaults-toggle-up:before {
    content: "\f151";
}
.Defaults-caret-square-o-right:before {
    content: "\f152";
}
.Defaults-toggle-right:before {
    content: "\f152";
}
.Defaults-eur:before {
    content: "\f153";
}
.Defaults-euro:before {
    content: "\f153";
}
.Defaults-gbp:before {
    content: "\f154";
}
.Defaults-dollar:before {
    content: "\f155";
}
.Defaults-usd:before {
    content: "\f155";
}
.Defaults-inr:before {
    content: "\f156";
}
.Defaults-rupee:before {
    content: "\f156";
}
.Defaults-cny:before {
    content: "\f157";
}
.Defaults-jpy:before {
    content: "\f157";
}
.Defaults-rmb:before {
    content: "\f157";
}
.Defaults-yen:before {
    content: "\f157";
}
.Defaults-rouble:before {
    content: "\f158";
}
.Defaults-rub:before {
    content: "\f158";
}
.Defaults-ruble:before {
    content: "\f158";
}
.Defaults-krw:before {
    content: "\f159";
}
.Defaults-won:before {
    content: "\f159";
}
.Defaults-bitcoin:before {
    content: "\f15a";
}
.Defaults-btc:before {
    content: "\f15a";
}
.Defaults-file:before {
    content: "\f15b";
}
.Defaults-file-text:before {
    content: "\f15c";
}
.Defaults-sort-alpha-asc:before {
    content: "\f15d";
}
.Defaults-sort-alpha-desc:before {
    content: "\f15e";
}
.Defaults-sort-amount-asc:before {
    content: "\f160";
}
.Defaults-sort-amount-desc:before {
    content: "\f161";
}
.Defaults-sort-numeric-asc:before {
    content: "\f162";
}
.Defaults-sort-numeric-desc:before {
    content: "\f163";
}
.Defaults-thumbs-up:before {
    content: "\f164";
}
.Defaults-thumbs-down:before {
    content: "\f165";
}
.Defaults-youtube-square:before {
    content: "\f166";
}
.Defaults-youtube:before {
    content: "\f167";
}
.Defaults-xing:before {
    content: "\f168";
}
.Defaults-xing-square:before {
    content: "\f169";
}
.Defaults-youtube-play:before {
    content: "\f16a";
}
.Defaults-dropbox:before {
    content: "\f16b";
}
.Defaults-stack-overflow:before {
    content: "\f16c";
}
.Defaults-instagram:before {
    content: "\f16d";
}
.Defaults-flickr:before {
    content: "\f16e";
}
.Defaults-adn:before {
    content: "\f170";
}
.Defaults-bitbucket:before {
    content: "\f171";
}
.Defaults-bitbucket-square:before {
    content: "\f172";
}
.Defaults-tumblr:before {
    content: "\f173";
}
.Defaults-tumblr-square:before {
    content: "\f174";
}
.Defaults-long-arrow-down:before {
    content: "\f175";
}
.Defaults-long-arrow-up:before {
    content: "\f176";
}
.Defaults-long-arrow-left:before {
    content: "\f177";
}
.Defaults-long-arrow-right:before {
    content: "\f178";
}
.Defaults-apple:before {
    content: "\f179";
}
.Defaults-windows:before {
    content: "\f17a";
}
.Defaults-android:before {
    content: "\f17b";
}
.Defaults-linux:before {
    content: "\f17c";
}
.Defaults-dribbble:before {
    content: "\f17d";
}
.Defaults-skype:before {
    content: "\f17e";
}
.Defaults-foursquare:before {
    content: "\f180";
}
.Defaults-trello:before {
    content: "\f181";
}
.Defaults-female:before {
    content: "\f182";
}
.Defaults-male:before {
    content: "\f183";
}
.Defaults-gittip:before {
    content: "\f184";
}
.Defaults-gratipay:before {
    content: "\f184";
}
.Defaults-sun-o:before {
    content: "\f185";
}
.Defaults-moon-o:before {
    content: "\f186";
}
.Defaults-archive:before {
    content: "\f187";
}
.Defaults-bug:before {
    content: "\f188";
}
.Defaults-vk:before {
    content: "\f189";
}
.Defaults-weibo:before {
    content: "\f18a";
}
.Defaults-renren:before {
    content: "\f18b";
}
.Defaults-pagelines:before {
    content: "\f18c";
}
.Defaults-stack-exchange:before {
    content: "\f18d";
}
.Defaults-arrow-circle-o-right:before {
    content: "\f18e";
}
.Defaults-arrow-circle-o-left:before {
    content: "\f190";
}
.Defaults-caret-square-o-left:before {
    content: "\f191";
}
.Defaults-toggle-left:before {
    content: "\f191";
}
.Defaults-dot-circle-o:before {
    content: "\f192";
}
.Defaults-wheelchair:before {
    content: "\f193";
}
.Defaults-vimeo-square:before {
    content: "\f194";
}
.Defaults-try:before {
    content: "\f195";
}
.Defaults-turkish-lira:before {
    content: "\f195";
}
.Defaults-plus-square-o:before {
    content: "\f196";
}
.Defaults-space-shuttle:before {
    content: "\f197";
}
.Defaults-slack:before {
    content: "\f198";
}
.Defaults-envelope-square:before {
    content: "\f199";
}
.Defaults-wordpress:before {
    content: "\f19a";
}
.Defaults-openid:before {
    content: "\f19b";
}
.Defaults-bank:before {
    content: "\f19c";
}
.Defaults-institution:before {
    content: "\f19c";
}
.Defaults-university:before {
    content: "\f19c";
}
.Defaults-graduation-cap:before {
    content: "\f19d";
}
.Defaults-mortar-board:before {
    content: "\f19d";
}
.Defaults-yahoo:before {
    content: "\f19e";
}
.Defaults-google:before {
    content: "\f1a0";
}
.Defaults-reddit:before {
    content: "\f1a1";
}
.Defaults-reddit-square:before {
    content: "\f1a2";
}
.Defaults-stumbleupon-circle:before {
    content: "\f1a3";
}
.Defaults-stumbleupon:before {
    content: "\f1a4";
}
.Defaults-delicious:before {
    content: "\f1a5";
}
.Defaults-digg:before {
    content: "\f1a6";
}
.Defaults-pied-piper:before {
    content: "\f1a7";
}
.Defaults-pied-piper-alt:before {
    content: "\f1a8";
}
.Defaults-drupal:before {
    content: "\f1a9";
}
.Defaults-joomla:before {
    content: "\f1aa";
}
.Defaults-language:before {
    content: "\f1ab";
}
.Defaults-fax:before {
    content: "\f1ac";
}
.Defaults-building:before {
    content: "\f1ad";
}
.Defaults-child:before {
    content: "\f1ae";
}
.Defaults-paw:before {
    content: "\f1b0";
}
.Defaults-spoon:before {
    content: "\f1b1";
}
.Defaults-cube:before {
    content: "\f1b2";
}
.Defaults-cubes:before {
    content: "\f1b3";
}
.Defaults-behance:before {
    content: "\f1b4";
}
.Defaults-behance-square:before {
    content: "\f1b5";
}
.Defaults-steam:before {
    content: "\f1b6";
}
.Defaults-steam-square:before {
    content: "\f1b7";
}
.Defaults-recycle:before {
    content: "\f1b8";
}
.Defaults-automobile:before {
    content: "\f1b9";
}
.Defaults-car:before {
    content: "\f1b9";
}
.Defaults-cab:before {
    content: "\f1ba";
}
.Defaults-taxi:before {
    content: "\f1ba";
}
.Defaults-tree:before {
    content: "\f1bb";
}
.Defaults-spotify:before {
    content: "\f1bc";
}
.Defaults-deviantart:before {
    content: "\f1bd";
}
.Defaults-soundcloud:before {
    content: "\f1be";
}
.Defaults-database:before {
    content: "\f1c0";
}
.Defaults-file-pdf-o:before {
    content: "\f1c1";
}
.Defaults-file-word-o:before {
    content: "\f1c2";
}
.Defaults-file-excel-o:before {
    content: "\f1c3";
}
.Defaults-file-powerpoint-o:before {
    content: "\f1c4";
}
.Defaults-file-image-o:before {
    content: "\f1c5";
}
.Defaults-file-photo-o:before {
    content: "\f1c5";
}
.Defaults-file-picture-o:before {
    content: "\f1c5";
}
.Defaults-file-archive-o:before {
    content: "\f1c6";
}
.Defaults-file-zip-o:before {
    content: "\f1c6";
}
.Defaults-file-audio-o:before {
    content: "\f1c7";
}
.Defaults-file-sound-o:before {
    content: "\f1c7";
}
.Defaults-file-movie-o:before {
    content: "\f1c8";
}
.Defaults-file-video-o:before {
    content: "\f1c8";
}
.Defaults-file-code-o:before {
    content: "\f1c9";
}
.Defaults-vine:before {
    content: "\f1ca";
}
.Defaults-codepen:before {
    content: "\f1cb";
}
.Defaults-jsfiddle:before {
    content: "\f1cc";
}
.Defaults-life-bouy:before {
    content: "\f1cd";
}
.Defaults-life-buoy:before {
    content: "\f1cd";
}
.Defaults-life-ring:before {
    content: "\f1cd";
}
.Defaults-life-saver:before {
    content: "\f1cd";
}
.Defaults-support:before {
    content: "\f1cd";
}
.Defaults-circle-o-notch:before {
    content: "\f1ce";
}
.Defaults-ra:before {
    content: "\f1d0";
}
.Defaults-rebel:before {
    content: "\f1d0";
}
.Defaults-empire:before {
    content: "\f1d1";
}
.Defaults-ge:before {
    content: "\f1d1";
}
.Defaults-git-square:before {
    content: "\f1d2";
}
.Defaults-git:before {
    content: "\f1d3";
}
.Defaults-hacker-news:before {
    content: "\f1d4";
}
.Defaults-tencent-weibo:before {
    content: "\f1d5";
}
.Defaults-qq:before {
    content: "\f1d6";
}
.Defaults-wechat:before {
    content: "\f1d7";
}
.Defaults-weixin:before {
    content: "\f1d7";
}
.Defaults-paper-plane:before {
    content: "\f1d8";
}
.Defaults-send:before {
    content: "\f1d8";
}
.Defaults-paper-plane-o:before {
    content: "\f1d9";
}
.Defaults-send-o:before {
    content: "\f1d9";
}
.Defaults-history:before {
    content: "\f1da";
}
.Defaults-circle-thin:before {
    content: "\f1db";
}
.Defaults-genderless:before {
    content: "\f1db";
}
.Defaults-header:before {
    content: "\f1dc";
}
.Defaults-paragraph:before {
    content: "\f1dd";
}
.Defaults-sliders:before {
    content: "\f1de";
}
.Defaults-share-alt:before {
    content: "\f1e0";
}
.Defaults-share-alt-square:before {
    content: "\f1e1";
}
.Defaults-bomb:before {
    content: "\f1e2";
}
.Defaults-futbol-o:before {
    content: "\f1e3";
}
.Defaults-soccer-ball-o:before {
    content: "\f1e3";
}
.Defaults-tty:before {
    content: "\f1e4";
}
.Defaults-binoculars:before {
    content: "\f1e5";
}
.Defaults-plug:before {
    content: "\f1e6";
}
.Defaults-slideshare:before {
    content: "\f1e7";
}
.Defaults-twitch:before {
    content: "\f1e8";
}
.Defaults-yelp:before {
    content: "\f1e9";
}
.Defaults-newspaper-o:before {
    content: "\f1ea";
}
.Defaults-wifi:before {
    content: "\f1eb";
}
.Defaults-calculator:before {
    content: "\f1ec";
}
.Defaults-paypal:before {
    content: "\f1ed";
}
.Defaults-google-wallet:before {
    content: "\f1ee";
}
.Defaults-cc-visa:before {
    content: "\f1f0";
}
.Defaults-cc-mastercard:before {
    content: "\f1f1";
}
.Defaults-cc-discover:before {
    content: "\f1f2";
}
.Defaults-cc-amex:before {
    content: "\f1f3";
}
.Defaults-cc-paypal:before {
    content: "\f1f4";
}
.Defaults-cc-stripe:before {
    content: "\f1f5";
}
.Defaults-bell-slash:before {
    content: "\f1f6";
}
.Defaults-bell-slash-o:before {
    content: "\f1f7";
}
.Defaults-trash:before {
    content: "\f1f8";
}
.Defaults-copyright:before {
    content: "\f1f9";
}
.Defaults-at:before {
    content: "\f1fa";
}
.Defaults-eyedropper:before {
    content: "\f1fb";
}
.Defaults-paint-brush:before {
    content: "\f1fc";
}
.Defaults-birthday-cake:before {
    content: "\f1fd";
}
.Defaults-area-chart:before {
    content: "\f1fe";
}
.Defaults-pie-chart:before {
    content: "\f200";
}
.Defaults-line-chart:before {
    content: "\f201";
}
.Defaults-lastfm:before {
    content: "\f202";
}
.Defaults-lastfm-square:before {
    content: "\f203";
}
.Defaults-toggle-off:before {
    content: "\f204";
}
.Defaults-toggle-on:before {
    content: "\f205";
}
.Defaults-bicycle:before {
    content: "\f206";
}
.Defaults-bus:before {
    content: "\f207";
}
.Defaults-ioxhost:before {
    content: "\f208";
}
.Defaults-angellist:before {
    content: "\f209";
}
.Defaults-cc:before {
    content: "\f20a";
}
.Defaults-ils:before {
    content: "\f20b";
}
.Defaults-shekel:before {
    content: "\f20b";
}
.Defaults-sheqel:before {
    content: "\f20b";
}
.Defaults-meanpath:before {
    content: "\f20c";
}
.Defaults-buysellads:before {
    content: "\f20d";
}
.Defaults-connectdevelop:before {
    content: "\f20e";
}
.Defaults-dashcube:before {
    content: "\f210";
}
.Defaults-forumbee:before {
    content: "\f211";
}
.Defaults-leanpub:before {
    content: "\f212";
}
.Defaults-sellsy:before {
    content: "\f213";
}
.Defaults-shirtsinbulk:before {
    content: "\f214";
}
.Defaults-simplybuilt:before {
    content: "\f215";
}
.Defaults-skyatlas:before {
    content: "\f216";
}
.Defaults-cart-plus:before {
    content: "\f217";
}
.Defaults-cart-arrow-down:before {
    content: "\f218";
}
.Defaults-diamond:before {
    content: "\f219";
}
.Defaults-ship:before {
    content: "\f21a";
}
.Defaults-user-secret:before {
    content: "\f21b";
}
.Defaults-motorcycle:before {
    content: "\f21c";
}
.Defaults-street-view:before {
    content: "\f21d";
}
.Defaults-heartbeat:before {
    content: "\f21e";
}
.Defaults-venus:before {
    content: "\f221";
}
.Defaults-mars:before {
    content: "\f222";
}
.Defaults-mercury:before {
    content: "\f223";
}
.Defaults-transgender:before {
    content: "\f224";
}
.Defaults-transgender-alt:before {
    content: "\f225";
}
.Defaults-venus-double:before {
    content: "\f226";
}
.Defaults-mars-double:before {
    content: "\f227";
}
.Defaults-venus-mars:before {
    content: "\f228";
}
.Defaults-mars-stroke:before {
    content: "\f229";
}
.Defaults-mars-stroke-v:before {
    content: "\f22a";
}
.Defaults-mars-stroke-h:before {
    content: "\f22b";
}
.Defaults-neuter:before {
    content: "\f22c";
}
.Defaults-facebook-official:before {
    content: "\f230";
}
.Defaults-pinterest-p:before {
    content: "\f231";
}
.Defaults-whatsapp:before {
    content: "\f232";
}
.Defaults-server:before {
    content: "\f233";
}
.Defaults-user-plus:before {
    content: "\f234";
}
.Defaults-user-times:before {
    content: "\f235";
}
.Defaults-bed:before {
    content: "\f236";
}
.Defaults-hotel:before {
    content: "\f236";
}
.Defaults-viacoin:before {
    content: "\f237";
}
.Defaults-train:before {
    content: "\f238";
}
.Defaults-subway:before {
    content: "\f239";
}
.Defaults-medium:before {
    content: "\f23a";
}
